push 69a09adda3b997c709d9ae7fca68761bea562a9e
[wine/hacks.git] / configure
blob8e18861f6d4f56b25f466798e492fc30222cc079
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.5.
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.5'
578 PACKAGE_STRING='Wine 1.1.5'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 GNUTLSINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 PULSELIBS
762 ALSALIBS
763 AUDIOIOLIBS
764 CUPSINCL
765 FONTCONFIGINCL
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
806 XMKMF
807 CPP'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 X features:
1368 --x-includes=DIR X include files are in DIR
1369 --x-libraries=DIR X library files are in DIR
1371 System types:
1372 --build=BUILD configure for building on BUILD [guessed]
1373 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1374 _ACEOF
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive ) echo "Configuration of Wine 1.1.5:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1445 CPP C preprocessor
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.5
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.5, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pulse was given.
2067 if test "${with_pulse+set}" = set; then
2068 withval=$with_pulse;
2072 # Check whether --with-sane was given.
2073 if test "${with_sane+set}" = set; then
2074 withval=$with_sane;
2078 # Check whether --with-xcomposite was given.
2079 if test "${with_xcomposite+set}" = set; then
2080 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2084 # Check whether --with-xcursor was given.
2085 if test "${with_xcursor+set}" = set; then
2086 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2090 # Check whether --with-xinerama was given.
2091 if test "${with_xinerama+set}" = set; then
2092 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2096 # Check whether --with-xinput was given.
2097 if test "${with_xinput+set}" = set; then
2098 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2102 # Check whether --with-xml was given.
2103 if test "${with_xml+set}" = set; then
2104 withval=$with_xml;
2108 # Check whether --with-xrandr was given.
2109 if test "${with_xrandr+set}" = set; then
2110 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2114 # Check whether --with-xrender was given.
2115 if test "${with_xrender+set}" = set; then
2116 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2120 # Check whether --with-xshape was given.
2121 if test "${with_xshape+set}" = set; then
2122 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2126 # Check whether --with-xshm was given.
2127 if test "${with_xshm+set}" = set; then
2128 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2132 # Check whether --with-xslt was given.
2133 if test "${with_xslt+set}" = set; then
2134 withval=$with_xslt;
2138 # Check whether --with-xxf86vm was given.
2139 if test "${with_xxf86vm+set}" = set; then
2140 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2145 # Check whether --with-wine-tools was given.
2146 if test "${with_wine_tools+set}" = set; then
2147 withval=$with_wine_tools;
2150 # Check whether --enable-tests was given.
2151 if test "${enable_tests+set}" = set; then
2152 enableval=$enable_tests;
2156 # Make sure we can run config.sub.
2157 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2158 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2159 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2160 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: checking build system type" >&5
2163 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2164 if test "${ac_cv_build+set}" = set; then
2165 echo $ECHO_N "(cached) $ECHO_C" >&6
2166 else
2167 ac_build_alias=$build_alias
2168 test "x$ac_build_alias" = x &&
2169 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2170 test "x$ac_build_alias" = x &&
2171 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2172 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2173 { (exit 1); exit 1; }; }
2174 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2175 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2176 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2177 { (exit 1); exit 1; }; }
2180 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2181 echo "${ECHO_T}$ac_cv_build" >&6; }
2182 case $ac_cv_build in
2183 *-*-*) ;;
2184 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2185 echo "$as_me: error: invalid value of canonical build" >&2;}
2186 { (exit 1); exit 1; }; };;
2187 esac
2188 build=$ac_cv_build
2189 ac_save_IFS=$IFS; IFS='-'
2190 set x $ac_cv_build
2191 shift
2192 build_cpu=$1
2193 build_vendor=$2
2194 shift; shift
2195 # Remember, the first character of IFS is used to create $*,
2196 # except with old shells:
2197 build_os=$*
2198 IFS=$ac_save_IFS
2199 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2202 { echo "$as_me:$LINENO: checking host system type" >&5
2203 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2204 if test "${ac_cv_host+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2206 else
2207 if test "x$host_alias" = x; then
2208 ac_cv_host=$ac_cv_build
2209 else
2210 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2211 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2212 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2213 { (exit 1); exit 1; }; }
2217 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2218 echo "${ECHO_T}$ac_cv_host" >&6; }
2219 case $ac_cv_host in
2220 *-*-*) ;;
2221 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2222 echo "$as_me: error: invalid value of canonical host" >&2;}
2223 { (exit 1); exit 1; }; };;
2224 esac
2225 host=$ac_cv_host
2226 ac_save_IFS=$IFS; IFS='-'
2227 set x $ac_cv_host
2228 shift
2229 host_cpu=$1
2230 host_vendor=$2
2231 shift; shift
2232 # Remember, the first character of IFS is used to create $*,
2233 # except with old shells:
2234 host_os=$*
2235 IFS=$ac_save_IFS
2236 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case $host in
2240 x86_64*linux*)
2241 if test "x$enable_win64" != "xyes"
2242 then
2243 test -n "$CC" || CC="gcc -m32"
2244 test -n "$CXX"|| CXX="g++ -m32"
2245 test -n "$LD" || LD="ld -m elf_i386"
2246 test -n "$AS" || AS="as --32"
2247 host_cpu="i386"
2250 esac
2252 case $host_cpu in
2253 *i[3456789]86*)
2254 if test "x$enable_win16" != "xno"
2255 then
2256 enable_win16="yes"
2259 esac
2261 WIN16_FILES="\$(WIN16_FILES)"
2263 WIN16_INSTALL="\$(WIN16_INSTALL)"
2265 if test "x$enable_win16" != "xyes"
2266 then
2267 WIN16_FILES=""
2268 WIN16_INSTALL=""
2271 if test "x$enable_tests" == "xno"
2272 then
2273 WINETEST=""
2275 else
2276 WINETEST="winetest"
2280 case "$srcdir" in
2281 .) ;;
2282 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2283 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2284 You need to run 'make distclean' in the source tree first." >&5
2285 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2286 You need to run 'make distclean' in the source tree first." >&2;}
2287 { (exit 1); exit 1; }; }
2288 fi ;;
2289 esac
2292 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2293 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2294 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2295 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2296 echo $ECHO_N "(cached) $ECHO_C" >&6
2297 else
2298 cat >conftest.make <<\_ACEOF
2299 SHELL = /bin/sh
2300 all:
2301 @echo '@@@%%%=$(MAKE)=@@@%%%'
2302 _ACEOF
2303 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2304 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2305 *@@@%%%=?*=@@@%%%*)
2306 eval ac_cv_prog_make_${ac_make}_set=yes;;
2308 eval ac_cv_prog_make_${ac_make}_set=no;;
2309 esac
2310 rm -f conftest.make
2312 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2313 { echo "$as_me:$LINENO: result: yes" >&5
2314 echo "${ECHO_T}yes" >&6; }
2315 SET_MAKE=
2316 else
2317 { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2319 SET_MAKE="MAKE=${MAKE-make}"
2322 ac_ext=c
2323 ac_cpp='$CPP $CPPFLAGS'
2324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2327 if test -n "$ac_tool_prefix"; then
2328 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2329 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2332 if test "${ac_cv_prog_CC+set}" = set; then
2333 echo $ECHO_N "(cached) $ECHO_C" >&6
2334 else
2335 if test -n "$CC"; then
2336 ac_cv_prog_CC="$CC" # Let the user override the test.
2337 else
2338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2339 for as_dir in $PATH
2341 IFS=$as_save_IFS
2342 test -z "$as_dir" && as_dir=.
2343 for ac_exec_ext in '' $ac_executable_extensions; do
2344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2345 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2347 break 2
2349 done
2350 done
2351 IFS=$as_save_IFS
2355 CC=$ac_cv_prog_CC
2356 if test -n "$CC"; then
2357 { echo "$as_me:$LINENO: result: $CC" >&5
2358 echo "${ECHO_T}$CC" >&6; }
2359 else
2360 { echo "$as_me:$LINENO: result: no" >&5
2361 echo "${ECHO_T}no" >&6; }
2366 if test -z "$ac_cv_prog_CC"; then
2367 ac_ct_CC=$CC
2368 # Extract the first word of "gcc", so it can be a program name with args.
2369 set dummy gcc; ac_word=$2
2370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2372 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2373 echo $ECHO_N "(cached) $ECHO_C" >&6
2374 else
2375 if test -n "$ac_ct_CC"; then
2376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2377 else
2378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2379 for as_dir in $PATH
2381 IFS=$as_save_IFS
2382 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2385 ac_cv_prog_ac_ct_CC="gcc"
2386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2387 break 2
2389 done
2390 done
2391 IFS=$as_save_IFS
2395 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2396 if test -n "$ac_ct_CC"; then
2397 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2398 echo "${ECHO_T}$ac_ct_CC" >&6; }
2399 else
2400 { echo "$as_me:$LINENO: result: no" >&5
2401 echo "${ECHO_T}no" >&6; }
2404 if test "x$ac_ct_CC" = x; then
2405 CC=""
2406 else
2407 case $cross_compiling:$ac_tool_warned in
2408 yes:)
2409 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2410 whose name does not start with the host triplet. If you think this
2411 configuration is useful to you, please write to autoconf@gnu.org." >&5
2412 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2413 whose name does not start with the host triplet. If you think this
2414 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2415 ac_tool_warned=yes ;;
2416 esac
2417 CC=$ac_ct_CC
2419 else
2420 CC="$ac_cv_prog_CC"
2423 if test -z "$CC"; then
2424 if test -n "$ac_tool_prefix"; then
2425 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2426 set dummy ${ac_tool_prefix}cc; ac_word=$2
2427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2429 if test "${ac_cv_prog_CC+set}" = set; then
2430 echo $ECHO_N "(cached) $ECHO_C" >&6
2431 else
2432 if test -n "$CC"; then
2433 ac_cv_prog_CC="$CC" # Let the user override the test.
2434 else
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 ac_cv_prog_CC="${ac_tool_prefix}cc"
2443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2444 break 2
2446 done
2447 done
2448 IFS=$as_save_IFS
2452 CC=$ac_cv_prog_CC
2453 if test -n "$CC"; then
2454 { echo "$as_me:$LINENO: result: $CC" >&5
2455 echo "${ECHO_T}$CC" >&6; }
2456 else
2457 { echo "$as_me:$LINENO: result: no" >&5
2458 echo "${ECHO_T}no" >&6; }
2464 if test -z "$CC"; then
2465 # Extract the first word of "cc", so it can be a program name with args.
2466 set dummy cc; ac_word=$2
2467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2469 if test "${ac_cv_prog_CC+set}" = set; then
2470 echo $ECHO_N "(cached) $ECHO_C" >&6
2471 else
2472 if test -n "$CC"; then
2473 ac_cv_prog_CC="$CC" # Let the user override the test.
2474 else
2475 ac_prog_rejected=no
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477 for as_dir in $PATH
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2483 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2484 ac_prog_rejected=yes
2485 continue
2487 ac_cv_prog_CC="cc"
2488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2489 break 2
2491 done
2492 done
2493 IFS=$as_save_IFS
2495 if test $ac_prog_rejected = yes; then
2496 # We found a bogon in the path, so make sure we never use it.
2497 set dummy $ac_cv_prog_CC
2498 shift
2499 if test $# != 0; then
2500 # We chose a different compiler from the bogus one.
2501 # However, it has the same basename, so the bogon will be chosen
2502 # first if we set CC to just the basename; use the full file name.
2503 shift
2504 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2509 CC=$ac_cv_prog_CC
2510 if test -n "$CC"; then
2511 { echo "$as_me:$LINENO: result: $CC" >&5
2512 echo "${ECHO_T}$CC" >&6; }
2513 else
2514 { echo "$as_me:$LINENO: result: no" >&5
2515 echo "${ECHO_T}no" >&6; }
2520 if test -z "$CC"; then
2521 if test -n "$ac_tool_prefix"; then
2522 for ac_prog in cl.exe
2524 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2525 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2528 if test "${ac_cv_prog_CC+set}" = set; then
2529 echo $ECHO_N "(cached) $ECHO_C" >&6
2530 else
2531 if test -n "$CC"; then
2532 ac_cv_prog_CC="$CC" # Let the user override the test.
2533 else
2534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535 for as_dir in $PATH
2537 IFS=$as_save_IFS
2538 test -z "$as_dir" && as_dir=.
2539 for ac_exec_ext in '' $ac_executable_extensions; do
2540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2541 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2543 break 2
2545 done
2546 done
2547 IFS=$as_save_IFS
2551 CC=$ac_cv_prog_CC
2552 if test -n "$CC"; then
2553 { echo "$as_me:$LINENO: result: $CC" >&5
2554 echo "${ECHO_T}$CC" >&6; }
2555 else
2556 { echo "$as_me:$LINENO: result: no" >&5
2557 echo "${ECHO_T}no" >&6; }
2561 test -n "$CC" && break
2562 done
2564 if test -z "$CC"; then
2565 ac_ct_CC=$CC
2566 for ac_prog in cl.exe
2568 # Extract the first word of "$ac_prog", so it can be a program name with args.
2569 set dummy $ac_prog; ac_word=$2
2570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2572 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2573 echo $ECHO_N "(cached) $ECHO_C" >&6
2574 else
2575 if test -n "$ac_ct_CC"; then
2576 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2577 else
2578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2579 for as_dir in $PATH
2581 IFS=$as_save_IFS
2582 test -z "$as_dir" && as_dir=.
2583 for ac_exec_ext in '' $ac_executable_extensions; do
2584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2585 ac_cv_prog_ac_ct_CC="$ac_prog"
2586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2587 break 2
2589 done
2590 done
2591 IFS=$as_save_IFS
2595 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2596 if test -n "$ac_ct_CC"; then
2597 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2598 echo "${ECHO_T}$ac_ct_CC" >&6; }
2599 else
2600 { echo "$as_me:$LINENO: result: no" >&5
2601 echo "${ECHO_T}no" >&6; }
2605 test -n "$ac_ct_CC" && break
2606 done
2608 if test "x$ac_ct_CC" = x; then
2609 CC=""
2610 else
2611 case $cross_compiling:$ac_tool_warned in
2612 yes:)
2613 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2614 whose name does not start with the host triplet. If you think this
2615 configuration is useful to you, please write to autoconf@gnu.org." >&5
2616 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2617 whose name does not start with the host triplet. If you think this
2618 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2619 ac_tool_warned=yes ;;
2620 esac
2621 CC=$ac_ct_CC
2628 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2629 See \`config.log' for more details." >&5
2630 echo "$as_me: error: no acceptable C compiler found in \$PATH
2631 See \`config.log' for more details." >&2;}
2632 { (exit 1); exit 1; }; }
2634 # Provide some information about the compiler.
2635 echo "$as_me:$LINENO: checking for C compiler version" >&5
2636 ac_compiler=`set X $ac_compile; echo $2`
2637 { (ac_try="$ac_compiler --version >&5"
2638 case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641 esac
2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2643 (eval "$ac_compiler --version >&5") 2>&5
2644 ac_status=$?
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }
2647 { (ac_try="$ac_compiler -v >&5"
2648 case "(($ac_try" in
2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2650 *) ac_try_echo=$ac_try;;
2651 esac
2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2653 (eval "$ac_compiler -v >&5") 2>&5
2654 ac_status=$?
2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2656 (exit $ac_status); }
2657 { (ac_try="$ac_compiler -V >&5"
2658 case "(($ac_try" in
2659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2660 *) ac_try_echo=$ac_try;;
2661 esac
2662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2663 (eval "$ac_compiler -V >&5") 2>&5
2664 ac_status=$?
2665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2666 (exit $ac_status); }
2668 cat >conftest.$ac_ext <<_ACEOF
2669 /* confdefs.h. */
2670 _ACEOF
2671 cat confdefs.h >>conftest.$ac_ext
2672 cat >>conftest.$ac_ext <<_ACEOF
2673 /* end confdefs.h. */
2676 main ()
2680 return 0;
2682 _ACEOF
2683 ac_clean_files_save=$ac_clean_files
2684 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2685 # Try to create an executable without -o first, disregard a.out.
2686 # It will help us diagnose broken compilers, and finding out an intuition
2687 # of exeext.
2688 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2689 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2690 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2692 # List of possible output files, starting from the most likely.
2693 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2694 # only as a last resort. b.out is created by i960 compilers.
2695 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2697 # The IRIX 6 linker writes into existing files which may not be
2698 # executable, retaining their permissions. Remove them first so a
2699 # subsequent execution test works.
2700 ac_rmfiles=
2701 for ac_file in $ac_files
2703 case $ac_file in
2704 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2705 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2706 esac
2707 done
2708 rm -f $ac_rmfiles
2710 if { (ac_try="$ac_link_default"
2711 case "(($ac_try" in
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2714 esac
2715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2716 (eval "$ac_link_default") 2>&5
2717 ac_status=$?
2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2719 (exit $ac_status); }; then
2720 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2721 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2722 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2723 # so that the user can short-circuit this test for compilers unknown to
2724 # Autoconf.
2725 for ac_file in $ac_files ''
2727 test -f "$ac_file" || continue
2728 case $ac_file in
2729 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2731 [ab].out )
2732 # We found the default executable, but exeext='' is most
2733 # certainly right.
2734 break;;
2735 *.* )
2736 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2737 then :; else
2738 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2740 # We set ac_cv_exeext here because the later test for it is not
2741 # safe: cross compilers may not add the suffix if given an `-o'
2742 # argument, so we may need to know it at that point already.
2743 # Even if this section looks crufty: it has the advantage of
2744 # actually working.
2745 break;;
2747 break;;
2748 esac
2749 done
2750 test "$ac_cv_exeext" = no && ac_cv_exeext=
2752 else
2753 ac_file=''
2756 { echo "$as_me:$LINENO: result: $ac_file" >&5
2757 echo "${ECHO_T}$ac_file" >&6; }
2758 if test -z "$ac_file"; then
2759 echo "$as_me: failed program was:" >&5
2760 sed 's/^/| /' conftest.$ac_ext >&5
2762 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: C compiler cannot create executables
2765 See \`config.log' for more details." >&2;}
2766 { (exit 77); exit 77; }; }
2769 ac_exeext=$ac_cv_exeext
2771 # Check that the compiler produces executables we can run. If not, either
2772 # the compiler is broken, or we cross compile.
2773 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2774 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2775 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2776 # If not cross compiling, check that we can run a simple program.
2777 if test "$cross_compiling" != yes; then
2778 if { ac_try='./$ac_file'
2779 { (case "(($ac_try" in
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_try") 2>&5
2785 ac_status=$?
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; }; then
2788 cross_compiling=no
2789 else
2790 if test "$cross_compiling" = maybe; then
2791 cross_compiling=yes
2792 else
2793 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2794 If you meant to cross compile, use \`--host'.
2795 See \`config.log' for more details." >&5
2796 echo "$as_me: error: cannot run C compiled programs.
2797 If you meant to cross compile, use \`--host'.
2798 See \`config.log' for more details." >&2;}
2799 { (exit 1); exit 1; }; }
2803 { echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6; }
2806 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2807 ac_clean_files=$ac_clean_files_save
2808 # Check that the compiler produces executables we can run. If not, either
2809 # the compiler is broken, or we cross compile.
2810 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2811 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2812 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2813 echo "${ECHO_T}$cross_compiling" >&6; }
2815 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2816 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2817 if { (ac_try="$ac_link"
2818 case "(($ac_try" in
2819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2820 *) ac_try_echo=$ac_try;;
2821 esac
2822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2823 (eval "$ac_link") 2>&5
2824 ac_status=$?
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; then
2827 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2828 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2829 # work properly (i.e., refer to `conftest.exe'), while it won't with
2830 # `rm'.
2831 for ac_file in conftest.exe conftest conftest.*; do
2832 test -f "$ac_file" || continue
2833 case $ac_file in
2834 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2835 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2836 break;;
2837 * ) break;;
2838 esac
2839 done
2840 else
2841 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2842 See \`config.log' for more details." >&5
2843 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2844 See \`config.log' for more details." >&2;}
2845 { (exit 1); exit 1; }; }
2848 rm -f conftest$ac_cv_exeext
2849 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2850 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2852 rm -f conftest.$ac_ext
2853 EXEEXT=$ac_cv_exeext
2854 ac_exeext=$EXEEXT
2855 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2856 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2857 if test "${ac_cv_objext+set}" = set; then
2858 echo $ECHO_N "(cached) $ECHO_C" >&6
2859 else
2860 cat >conftest.$ac_ext <<_ACEOF
2861 /* confdefs.h. */
2862 _ACEOF
2863 cat confdefs.h >>conftest.$ac_ext
2864 cat >>conftest.$ac_ext <<_ACEOF
2865 /* end confdefs.h. */
2868 main ()
2872 return 0;
2874 _ACEOF
2875 rm -f conftest.o conftest.obj
2876 if { (ac_try="$ac_compile"
2877 case "(($ac_try" in
2878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2879 *) ac_try_echo=$ac_try;;
2880 esac
2881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2882 (eval "$ac_compile") 2>&5
2883 ac_status=$?
2884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2885 (exit $ac_status); }; then
2886 for ac_file in conftest.o conftest.obj conftest.*; do
2887 test -f "$ac_file" || continue;
2888 case $ac_file in
2889 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2890 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2891 break;;
2892 esac
2893 done
2894 else
2895 echo "$as_me: failed program was:" >&5
2896 sed 's/^/| /' conftest.$ac_ext >&5
2898 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2899 See \`config.log' for more details." >&5
2900 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2901 See \`config.log' for more details." >&2;}
2902 { (exit 1); exit 1; }; }
2905 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2907 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2908 echo "${ECHO_T}$ac_cv_objext" >&6; }
2909 OBJEXT=$ac_cv_objext
2910 ac_objext=$OBJEXT
2911 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2912 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2913 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
2915 else
2916 cat >conftest.$ac_ext <<_ACEOF
2917 /* confdefs.h. */
2918 _ACEOF
2919 cat confdefs.h >>conftest.$ac_ext
2920 cat >>conftest.$ac_ext <<_ACEOF
2921 /* end confdefs.h. */
2924 main ()
2926 #ifndef __GNUC__
2927 choke me
2928 #endif
2931 return 0;
2933 _ACEOF
2934 rm -f conftest.$ac_objext
2935 if { (ac_try="$ac_compile"
2936 case "(($ac_try" in
2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2938 *) ac_try_echo=$ac_try;;
2939 esac
2940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2941 (eval "$ac_compile") 2>conftest.er1
2942 ac_status=$?
2943 grep -v '^ *+' conftest.er1 >conftest.err
2944 rm -f conftest.er1
2945 cat conftest.err >&5
2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 (exit $ac_status); } && {
2948 test -z "$ac_c_werror_flag" ||
2949 test ! -s conftest.err
2950 } && test -s conftest.$ac_objext; then
2951 ac_compiler_gnu=yes
2952 else
2953 echo "$as_me: failed program was:" >&5
2954 sed 's/^/| /' conftest.$ac_ext >&5
2956 ac_compiler_gnu=no
2959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2960 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2963 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2964 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2965 GCC=`test $ac_compiler_gnu = yes && echo yes`
2966 ac_test_CFLAGS=${CFLAGS+set}
2967 ac_save_CFLAGS=$CFLAGS
2968 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2969 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2970 if test "${ac_cv_prog_cc_g+set}" = set; then
2971 echo $ECHO_N "(cached) $ECHO_C" >&6
2972 else
2973 ac_save_c_werror_flag=$ac_c_werror_flag
2974 ac_c_werror_flag=yes
2975 ac_cv_prog_cc_g=no
2976 CFLAGS="-g"
2977 cat >conftest.$ac_ext <<_ACEOF
2978 /* confdefs.h. */
2979 _ACEOF
2980 cat confdefs.h >>conftest.$ac_ext
2981 cat >>conftest.$ac_ext <<_ACEOF
2982 /* end confdefs.h. */
2985 main ()
2989 return 0;
2991 _ACEOF
2992 rm -f conftest.$ac_objext
2993 if { (ac_try="$ac_compile"
2994 case "(($ac_try" in
2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996 *) ac_try_echo=$ac_try;;
2997 esac
2998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2999 (eval "$ac_compile") 2>conftest.er1
3000 ac_status=$?
3001 grep -v '^ *+' conftest.er1 >conftest.err
3002 rm -f conftest.er1
3003 cat conftest.err >&5
3004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005 (exit $ac_status); } && {
3006 test -z "$ac_c_werror_flag" ||
3007 test ! -s conftest.err
3008 } && test -s conftest.$ac_objext; then
3009 ac_cv_prog_cc_g=yes
3010 else
3011 echo "$as_me: failed program was:" >&5
3012 sed 's/^/| /' conftest.$ac_ext >&5
3014 CFLAGS=""
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3027 return 0;
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3038 ac_status=$?
3039 grep -v '^ *+' conftest.er1 >conftest.err
3040 rm -f conftest.er1
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3048 else
3049 echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3052 ac_c_werror_flag=$ac_save_c_werror_flag
3053 CFLAGS="-g"
3054 cat >conftest.$ac_ext <<_ACEOF
3055 /* confdefs.h. */
3056 _ACEOF
3057 cat confdefs.h >>conftest.$ac_ext
3058 cat >>conftest.$ac_ext <<_ACEOF
3059 /* end confdefs.h. */
3062 main ()
3066 return 0;
3068 _ACEOF
3069 rm -f conftest.$ac_objext
3070 if { (ac_try="$ac_compile"
3071 case "(($ac_try" in
3072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3073 *) ac_try_echo=$ac_try;;
3074 esac
3075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3076 (eval "$ac_compile") 2>conftest.er1
3077 ac_status=$?
3078 grep -v '^ *+' conftest.er1 >conftest.err
3079 rm -f conftest.er1
3080 cat conftest.err >&5
3081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); } && {
3083 test -z "$ac_c_werror_flag" ||
3084 test ! -s conftest.err
3085 } && test -s conftest.$ac_objext; then
3086 ac_cv_prog_cc_g=yes
3087 else
3088 echo "$as_me: failed program was:" >&5
3089 sed 's/^/| /' conftest.$ac_ext >&5
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3101 ac_c_werror_flag=$ac_save_c_werror_flag
3103 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3104 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3105 if test "$ac_test_CFLAGS" = set; then
3106 CFLAGS=$ac_save_CFLAGS
3107 elif test $ac_cv_prog_cc_g = yes; then
3108 if test "$GCC" = yes; then
3109 CFLAGS="-g -O2"
3110 else
3111 CFLAGS="-g"
3113 else
3114 if test "$GCC" = yes; then
3115 CFLAGS="-O2"
3116 else
3117 CFLAGS=
3120 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3121 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3122 if test "${ac_cv_prog_cc_c89+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3124 else
3125 ac_cv_prog_cc_c89=no
3126 ac_save_CC=$CC
3127 cat >conftest.$ac_ext <<_ACEOF
3128 /* confdefs.h. */
3129 _ACEOF
3130 cat confdefs.h >>conftest.$ac_ext
3131 cat >>conftest.$ac_ext <<_ACEOF
3132 /* end confdefs.h. */
3133 #include <stdarg.h>
3134 #include <stdio.h>
3135 #include <sys/types.h>
3136 #include <sys/stat.h>
3137 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3138 struct buf { int x; };
3139 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3140 static char *e (p, i)
3141 char **p;
3142 int i;
3144 return p[i];
3146 static char *f (char * (*g) (char **, int), char **p, ...)
3148 char *s;
3149 va_list v;
3150 va_start (v,p);
3151 s = g (p, va_arg (v,int));
3152 va_end (v);
3153 return s;
3156 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3157 function prototypes and stuff, but not '\xHH' hex character constants.
3158 These don't provoke an error unfortunately, instead are silently treated
3159 as 'x'. The following induces an error, until -std is added to get
3160 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3161 array size at least. It's necessary to write '\x00'==0 to get something
3162 that's true only with -std. */
3163 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3165 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3166 inside strings and character constants. */
3167 #define FOO(x) 'x'
3168 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3170 int test (int i, double x);
3171 struct s1 {int (*f) (int a);};
3172 struct s2 {int (*f) (double a);};
3173 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3174 int argc;
3175 char **argv;
3177 main ()
3179 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3181 return 0;
3183 _ACEOF
3184 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3185 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3187 CC="$ac_save_CC $ac_arg"
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3190 case "(($ac_try" in
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3193 esac
3194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3195 (eval "$ac_compile") 2>conftest.er1
3196 ac_status=$?
3197 grep -v '^ *+' conftest.er1 >conftest.err
3198 rm -f conftest.er1
3199 cat conftest.err >&5
3200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201 (exit $ac_status); } && {
3202 test -z "$ac_c_werror_flag" ||
3203 test ! -s conftest.err
3204 } && test -s conftest.$ac_objext; then
3205 ac_cv_prog_cc_c89=$ac_arg
3206 else
3207 echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3213 rm -f core conftest.err conftest.$ac_objext
3214 test "x$ac_cv_prog_cc_c89" != "xno" && break
3215 done
3216 rm -f conftest.$ac_ext
3217 CC=$ac_save_CC
3220 # AC_CACHE_VAL
3221 case "x$ac_cv_prog_cc_c89" in
3223 { echo "$as_me:$LINENO: result: none needed" >&5
3224 echo "${ECHO_T}none needed" >&6; } ;;
3225 xno)
3226 { echo "$as_me:$LINENO: result: unsupported" >&5
3227 echo "${ECHO_T}unsupported" >&6; } ;;
3229 CC="$CC $ac_cv_prog_cc_c89"
3230 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3231 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3232 esac
3235 ac_ext=c
3236 ac_cpp='$CPP $CPPFLAGS'
3237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3241 ac_ext=cpp
3242 ac_cpp='$CXXCPP $CPPFLAGS'
3243 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3246 if test -z "$CXX"; then
3247 if test -n "$CCC"; then
3248 CXX=$CCC
3249 else
3250 if test -n "$ac_tool_prefix"; then
3251 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3253 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3254 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3257 if test "${ac_cv_prog_CXX+set}" = set; then
3258 echo $ECHO_N "(cached) $ECHO_C" >&6
3259 else
3260 if test -n "$CXX"; then
3261 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3262 else
3263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3264 for as_dir in $PATH
3266 IFS=$as_save_IFS
3267 test -z "$as_dir" && as_dir=.
3268 for ac_exec_ext in '' $ac_executable_extensions; do
3269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3270 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3272 break 2
3274 done
3275 done
3276 IFS=$as_save_IFS
3280 CXX=$ac_cv_prog_CXX
3281 if test -n "$CXX"; then
3282 { echo "$as_me:$LINENO: result: $CXX" >&5
3283 echo "${ECHO_T}$CXX" >&6; }
3284 else
3285 { echo "$as_me:$LINENO: result: no" >&5
3286 echo "${ECHO_T}no" >&6; }
3290 test -n "$CXX" && break
3291 done
3293 if test -z "$CXX"; then
3294 ac_ct_CXX=$CXX
3295 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3297 # Extract the first word of "$ac_prog", so it can be a program name with args.
3298 set dummy $ac_prog; ac_word=$2
3299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3301 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3303 else
3304 if test -n "$ac_ct_CXX"; then
3305 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3306 else
3307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3308 for as_dir in $PATH
3310 IFS=$as_save_IFS
3311 test -z "$as_dir" && as_dir=.
3312 for ac_exec_ext in '' $ac_executable_extensions; do
3313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3314 ac_cv_prog_ac_ct_CXX="$ac_prog"
3315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3316 break 2
3318 done
3319 done
3320 IFS=$as_save_IFS
3324 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3325 if test -n "$ac_ct_CXX"; then
3326 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3327 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3328 else
3329 { echo "$as_me:$LINENO: result: no" >&5
3330 echo "${ECHO_T}no" >&6; }
3334 test -n "$ac_ct_CXX" && break
3335 done
3337 if test "x$ac_ct_CXX" = x; then
3338 CXX="g++"
3339 else
3340 case $cross_compiling:$ac_tool_warned in
3341 yes:)
3342 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3343 whose name does not start with the host triplet. If you think this
3344 configuration is useful to you, please write to autoconf@gnu.org." >&5
3345 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3346 whose name does not start with the host triplet. If you think this
3347 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3348 ac_tool_warned=yes ;;
3349 esac
3350 CXX=$ac_ct_CXX
3356 # Provide some information about the compiler.
3357 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3358 ac_compiler=`set X $ac_compile; echo $2`
3359 { (ac_try="$ac_compiler --version >&5"
3360 case "(($ac_try" in
3361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3362 *) ac_try_echo=$ac_try;;
3363 esac
3364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3365 (eval "$ac_compiler --version >&5") 2>&5
3366 ac_status=$?
3367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 (exit $ac_status); }
3369 { (ac_try="$ac_compiler -v >&5"
3370 case "(($ac_try" in
3371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372 *) ac_try_echo=$ac_try;;
3373 esac
3374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3375 (eval "$ac_compiler -v >&5") 2>&5
3376 ac_status=$?
3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3378 (exit $ac_status); }
3379 { (ac_try="$ac_compiler -V >&5"
3380 case "(($ac_try" in
3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3382 *) ac_try_echo=$ac_try;;
3383 esac
3384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3385 (eval "$ac_compiler -V >&5") 2>&5
3386 ac_status=$?
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); }
3390 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3391 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3392 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3393 echo $ECHO_N "(cached) $ECHO_C" >&6
3394 else
3395 cat >conftest.$ac_ext <<_ACEOF
3396 /* confdefs.h. */
3397 _ACEOF
3398 cat confdefs.h >>conftest.$ac_ext
3399 cat >>conftest.$ac_ext <<_ACEOF
3400 /* end confdefs.h. */
3403 main ()
3405 #ifndef __GNUC__
3406 choke me
3407 #endif
3410 return 0;
3412 _ACEOF
3413 rm -f conftest.$ac_objext
3414 if { (ac_try="$ac_compile"
3415 case "(($ac_try" in
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3418 esac
3419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3420 (eval "$ac_compile") 2>conftest.er1
3421 ac_status=$?
3422 grep -v '^ *+' conftest.er1 >conftest.err
3423 rm -f conftest.er1
3424 cat conftest.err >&5
3425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3426 (exit $ac_status); } && {
3427 test -z "$ac_cxx_werror_flag" ||
3428 test ! -s conftest.err
3429 } && test -s conftest.$ac_objext; then
3430 ac_compiler_gnu=yes
3431 else
3432 echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 ac_compiler_gnu=no
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3439 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3442 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3443 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3444 GXX=`test $ac_compiler_gnu = yes && echo yes`
3445 ac_test_CXXFLAGS=${CXXFLAGS+set}
3446 ac_save_CXXFLAGS=$CXXFLAGS
3447 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3448 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3449 if test "${ac_cv_prog_cxx_g+set}" = set; then
3450 echo $ECHO_N "(cached) $ECHO_C" >&6
3451 else
3452 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3453 ac_cxx_werror_flag=yes
3454 ac_cv_prog_cxx_g=no
3455 CXXFLAGS="-g"
3456 cat >conftest.$ac_ext <<_ACEOF
3457 /* confdefs.h. */
3458 _ACEOF
3459 cat confdefs.h >>conftest.$ac_ext
3460 cat >>conftest.$ac_ext <<_ACEOF
3461 /* end confdefs.h. */
3464 main ()
3468 return 0;
3470 _ACEOF
3471 rm -f conftest.$ac_objext
3472 if { (ac_try="$ac_compile"
3473 case "(($ac_try" in
3474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3475 *) ac_try_echo=$ac_try;;
3476 esac
3477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3478 (eval "$ac_compile") 2>conftest.er1
3479 ac_status=$?
3480 grep -v '^ *+' conftest.er1 >conftest.err
3481 rm -f conftest.er1
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); } && {
3485 test -z "$ac_cxx_werror_flag" ||
3486 test ! -s conftest.err
3487 } && test -s conftest.$ac_objext; then
3488 ac_cv_prog_cxx_g=yes
3489 else
3490 echo "$as_me: failed program was:" >&5
3491 sed 's/^/| /' conftest.$ac_ext >&5
3493 CXXFLAGS=""
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3517 ac_status=$?
3518 grep -v '^ *+' conftest.er1 >conftest.err
3519 rm -f conftest.er1
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3527 else
3528 echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3531 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3532 CXXFLAGS="-g"
3533 cat >conftest.$ac_ext <<_ACEOF
3534 /* confdefs.h. */
3535 _ACEOF
3536 cat confdefs.h >>conftest.$ac_ext
3537 cat >>conftest.$ac_ext <<_ACEOF
3538 /* end confdefs.h. */
3541 main ()
3545 return 0;
3547 _ACEOF
3548 rm -f conftest.$ac_objext
3549 if { (ac_try="$ac_compile"
3550 case "(($ac_try" in
3551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3552 *) ac_try_echo=$ac_try;;
3553 esac
3554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3555 (eval "$ac_compile") 2>conftest.er1
3556 ac_status=$?
3557 grep -v '^ *+' conftest.er1 >conftest.err
3558 rm -f conftest.er1
3559 cat conftest.err >&5
3560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3561 (exit $ac_status); } && {
3562 test -z "$ac_cxx_werror_flag" ||
3563 test ! -s conftest.err
3564 } && test -s conftest.$ac_objext; then
3565 ac_cv_prog_cxx_g=yes
3566 else
3567 echo "$as_me: failed program was:" >&5
3568 sed 's/^/| /' conftest.$ac_ext >&5
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3582 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3583 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3584 if test "$ac_test_CXXFLAGS" = set; then
3585 CXXFLAGS=$ac_save_CXXFLAGS
3586 elif test $ac_cv_prog_cxx_g = yes; then
3587 if test "$GXX" = yes; then
3588 CXXFLAGS="-g -O2"
3589 else
3590 CXXFLAGS="-g"
3592 else
3593 if test "$GXX" = yes; then
3594 CXXFLAGS="-O2"
3595 else
3596 CXXFLAGS=
3599 ac_ext=c
3600 ac_cpp='$CPP $CPPFLAGS'
3601 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3602 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3603 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3605 if test -n "$ac_tool_prefix"; then
3606 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3607 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3610 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3611 echo $ECHO_N "(cached) $ECHO_C" >&6
3612 else
3613 if test -n "$CPPBIN"; then
3614 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3615 else
3616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3617 for as_dir in $PATH
3619 IFS=$as_save_IFS
3620 test -z "$as_dir" && as_dir=.
3621 for ac_exec_ext in '' $ac_executable_extensions; do
3622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3623 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3625 break 2
3627 done
3628 done
3629 IFS=$as_save_IFS
3633 CPPBIN=$ac_cv_prog_CPPBIN
3634 if test -n "$CPPBIN"; then
3635 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3636 echo "${ECHO_T}$CPPBIN" >&6; }
3637 else
3638 { echo "$as_me:$LINENO: result: no" >&5
3639 echo "${ECHO_T}no" >&6; }
3644 if test -z "$ac_cv_prog_CPPBIN"; then
3645 ac_ct_CPPBIN=$CPPBIN
3646 # Extract the first word of "cpp", so it can be a program name with args.
3647 set dummy cpp; ac_word=$2
3648 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3650 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3651 echo $ECHO_N "(cached) $ECHO_C" >&6
3652 else
3653 if test -n "$ac_ct_CPPBIN"; then
3654 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3655 else
3656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3657 for as_dir in $PATH
3659 IFS=$as_save_IFS
3660 test -z "$as_dir" && as_dir=.
3661 for ac_exec_ext in '' $ac_executable_extensions; do
3662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3663 ac_cv_prog_ac_ct_CPPBIN="cpp"
3664 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3665 break 2
3667 done
3668 done
3669 IFS=$as_save_IFS
3673 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3674 if test -n "$ac_ct_CPPBIN"; then
3675 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3676 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3677 else
3678 { echo "$as_me:$LINENO: result: no" >&5
3679 echo "${ECHO_T}no" >&6; }
3682 if test "x$ac_ct_CPPBIN" = x; then
3683 CPPBIN="cpp"
3684 else
3685 case $cross_compiling:$ac_tool_warned in
3686 yes:)
3687 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3688 whose name does not start with the host triplet. If you think this
3689 configuration is useful to you, please write to autoconf@gnu.org." >&5
3690 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3691 whose name does not start with the host triplet. If you think this
3692 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3693 ac_tool_warned=yes ;;
3694 esac
3695 CPPBIN=$ac_ct_CPPBIN
3697 else
3698 CPPBIN="$ac_cv_prog_CPPBIN"
3702 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3703 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3704 if test "${wine_cv_toolsdir+set}" = set; then
3705 echo $ECHO_N "(cached) $ECHO_C" >&6
3706 else
3707 if test -z "$with_wine_tools"; then
3708 if test "$cross_compiling" = "yes"; then
3709 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3710 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3711 { (exit 1); exit 1; }; }
3712 else
3713 wine_cv_toolsdir="\$(TOPOBJDIR)"
3715 elif test -d "$with_wine_tools/tools/winebuild"; then
3716 case $with_wine_tools in
3717 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3718 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3719 esac
3720 else
3721 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3722 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3723 { (exit 1); exit 1; }; }
3726 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3727 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3728 TOOLSDIR=$wine_cv_toolsdir
3732 ac_ext=c
3733 ac_cpp='$CPP $CPPFLAGS'
3734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3737 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3738 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3739 # On Suns, sometimes $CPP names a directory.
3740 if test -n "$CPP" && test -d "$CPP"; then
3741 CPP=
3743 if test -z "$CPP"; then
3744 if test "${ac_cv_prog_CPP+set}" = set; then
3745 echo $ECHO_N "(cached) $ECHO_C" >&6
3746 else
3747 # Double quotes because CPP needs to be expanded
3748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3750 ac_preproc_ok=false
3751 for ac_c_preproc_warn_flag in '' yes
3753 # Use a header file that comes with gcc, so configuring glibc
3754 # with a fresh cross-compiler works.
3755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3756 # <limits.h> exists even on freestanding compilers.
3757 # On the NeXT, cc -E runs the code through the compiler's parser,
3758 # not just through cpp. "Syntax error" is here to catch this case.
3759 cat >conftest.$ac_ext <<_ACEOF
3760 /* confdefs.h. */
3761 _ACEOF
3762 cat confdefs.h >>conftest.$ac_ext
3763 cat >>conftest.$ac_ext <<_ACEOF
3764 /* end confdefs.h. */
3765 #ifdef __STDC__
3766 # include <limits.h>
3767 #else
3768 # include <assert.h>
3769 #endif
3770 Syntax error
3771 _ACEOF
3772 if { (ac_try="$ac_cpp conftest.$ac_ext"
3773 case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776 esac
3777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3778 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3779 ac_status=$?
3780 grep -v '^ *+' conftest.er1 >conftest.err
3781 rm -f conftest.er1
3782 cat conftest.err >&5
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); } >/dev/null && {
3785 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3786 test ! -s conftest.err
3787 }; then
3789 else
3790 echo "$as_me: failed program was:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3793 # Broken: fails on valid input.
3794 continue
3797 rm -f conftest.err conftest.$ac_ext
3799 # OK, works on sane cases. Now check whether nonexistent headers
3800 # can be detected and how.
3801 cat >conftest.$ac_ext <<_ACEOF
3802 /* confdefs.h. */
3803 _ACEOF
3804 cat confdefs.h >>conftest.$ac_ext
3805 cat >>conftest.$ac_ext <<_ACEOF
3806 /* end confdefs.h. */
3807 #include <ac_nonexistent.h>
3808 _ACEOF
3809 if { (ac_try="$ac_cpp conftest.$ac_ext"
3810 case "(($ac_try" in
3811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3812 *) ac_try_echo=$ac_try;;
3813 esac
3814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3816 ac_status=$?
3817 grep -v '^ *+' conftest.er1 >conftest.err
3818 rm -f conftest.er1
3819 cat conftest.err >&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); } >/dev/null && {
3822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3823 test ! -s conftest.err
3824 }; then
3825 # Broken: success on invalid input.
3826 continue
3827 else
3828 echo "$as_me: failed program was:" >&5
3829 sed 's/^/| /' conftest.$ac_ext >&5
3831 # Passes both tests.
3832 ac_preproc_ok=:
3833 break
3836 rm -f conftest.err conftest.$ac_ext
3838 done
3839 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3840 rm -f conftest.err conftest.$ac_ext
3841 if $ac_preproc_ok; then
3842 break
3845 done
3846 ac_cv_prog_CPP=$CPP
3849 CPP=$ac_cv_prog_CPP
3850 else
3851 ac_cv_prog_CPP=$CPP
3853 { echo "$as_me:$LINENO: result: $CPP" >&5
3854 echo "${ECHO_T}$CPP" >&6; }
3855 ac_preproc_ok=false
3856 for ac_c_preproc_warn_flag in '' yes
3858 # Use a header file that comes with gcc, so configuring glibc
3859 # with a fresh cross-compiler works.
3860 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3861 # <limits.h> exists even on freestanding compilers.
3862 # On the NeXT, cc -E runs the code through the compiler's parser,
3863 # not just through cpp. "Syntax error" is here to catch this case.
3864 cat >conftest.$ac_ext <<_ACEOF
3865 /* confdefs.h. */
3866 _ACEOF
3867 cat confdefs.h >>conftest.$ac_ext
3868 cat >>conftest.$ac_ext <<_ACEOF
3869 /* end confdefs.h. */
3870 #ifdef __STDC__
3871 # include <limits.h>
3872 #else
3873 # include <assert.h>
3874 #endif
3875 Syntax error
3876 _ACEOF
3877 if { (ac_try="$ac_cpp conftest.$ac_ext"
3878 case "(($ac_try" in
3879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3880 *) ac_try_echo=$ac_try;;
3881 esac
3882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3884 ac_status=$?
3885 grep -v '^ *+' conftest.er1 >conftest.err
3886 rm -f conftest.er1
3887 cat conftest.err >&5
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889 (exit $ac_status); } >/dev/null && {
3890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3891 test ! -s conftest.err
3892 }; then
3894 else
3895 echo "$as_me: failed program was:" >&5
3896 sed 's/^/| /' conftest.$ac_ext >&5
3898 # Broken: fails on valid input.
3899 continue
3902 rm -f conftest.err conftest.$ac_ext
3904 # OK, works on sane cases. Now check whether nonexistent headers
3905 # can be detected and how.
3906 cat >conftest.$ac_ext <<_ACEOF
3907 /* confdefs.h. */
3908 _ACEOF
3909 cat confdefs.h >>conftest.$ac_ext
3910 cat >>conftest.$ac_ext <<_ACEOF
3911 /* end confdefs.h. */
3912 #include <ac_nonexistent.h>
3913 _ACEOF
3914 if { (ac_try="$ac_cpp conftest.$ac_ext"
3915 case "(($ac_try" in
3916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3917 *) ac_try_echo=$ac_try;;
3918 esac
3919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3920 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3921 ac_status=$?
3922 grep -v '^ *+' conftest.er1 >conftest.err
3923 rm -f conftest.er1
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); } >/dev/null && {
3927 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3928 test ! -s conftest.err
3929 }; then
3930 # Broken: success on invalid input.
3931 continue
3932 else
3933 echo "$as_me: failed program was:" >&5
3934 sed 's/^/| /' conftest.$ac_ext >&5
3936 # Passes both tests.
3937 ac_preproc_ok=:
3938 break
3941 rm -f conftest.err conftest.$ac_ext
3943 done
3944 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3945 rm -f conftest.err conftest.$ac_ext
3946 if $ac_preproc_ok; then
3948 else
3949 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3950 See \`config.log' for more details." >&5
3951 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3952 See \`config.log' for more details." >&2;}
3953 { (exit 1); exit 1; }; }
3956 ac_ext=c
3957 ac_cpp='$CPP $CPPFLAGS'
3958 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3959 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3960 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3963 { echo "$as_me:$LINENO: checking for X" >&5
3964 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3967 # Check whether --with-x was given.
3968 if test "${with_x+set}" = set; then
3969 withval=$with_x;
3972 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3973 if test "x$with_x" = xno; then
3974 # The user explicitly disabled X.
3975 have_x=disabled
3976 else
3977 case $x_includes,$x_libraries in #(
3978 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3979 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3980 { (exit 1); exit 1; }; };; #(
3981 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3982 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 else
3984 # One or both of the vars are not set, and there is no cached value.
3985 ac_x_includes=no ac_x_libraries=no
3986 rm -f -r conftest.dir
3987 if mkdir conftest.dir; then
3988 cd conftest.dir
3989 cat >Imakefile <<'_ACEOF'
3990 incroot:
3991 @echo incroot='${INCROOT}'
3992 usrlibdir:
3993 @echo usrlibdir='${USRLIBDIR}'
3994 libdir:
3995 @echo libdir='${LIBDIR}'
3996 _ACEOF
3997 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3998 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3999 for ac_var in incroot usrlibdir libdir; do
4000 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4001 done
4002 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4003 for ac_extension in a so sl; do
4004 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4005 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4006 ac_im_usrlibdir=$ac_im_libdir; break
4008 done
4009 # Screen out bogus values from the imake configuration. They are
4010 # bogus both because they are the default anyway, and because
4011 # using them would break gcc on systems where it needs fixed includes.
4012 case $ac_im_incroot in
4013 /usr/include) ac_x_includes= ;;
4014 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4015 esac
4016 case $ac_im_usrlibdir in
4017 /usr/lib | /lib) ;;
4018 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4019 esac
4021 cd ..
4022 rm -f -r conftest.dir
4025 # Standard set of common directories for X headers.
4026 # Check X11 before X11Rn because it is often a symlink to the current release.
4027 ac_x_header_dirs='
4028 /usr/X11/include
4029 /usr/X11R6/include
4030 /usr/X11R5/include
4031 /usr/X11R4/include
4033 /usr/include/X11
4034 /usr/include/X11R6
4035 /usr/include/X11R5
4036 /usr/include/X11R4
4038 /usr/local/X11/include
4039 /usr/local/X11R6/include
4040 /usr/local/X11R5/include
4041 /usr/local/X11R4/include
4043 /usr/local/include/X11
4044 /usr/local/include/X11R6
4045 /usr/local/include/X11R5
4046 /usr/local/include/X11R4
4048 /usr/X386/include
4049 /usr/x386/include
4050 /usr/XFree86/include/X11
4052 /usr/include
4053 /usr/local/include
4054 /usr/unsupported/include
4055 /usr/athena/include
4056 /usr/local/x11r5/include
4057 /usr/lpp/Xamples/include
4059 /usr/openwin/include
4060 /usr/openwin/share/include'
4062 if test "$ac_x_includes" = no; then
4063 # Guess where to find include files, by looking for Xlib.h.
4064 # First, try using that file with no special directory specified.
4065 cat >conftest.$ac_ext <<_ACEOF
4066 /* confdefs.h. */
4067 _ACEOF
4068 cat confdefs.h >>conftest.$ac_ext
4069 cat >>conftest.$ac_ext <<_ACEOF
4070 /* end confdefs.h. */
4071 #include <X11/Xlib.h>
4072 _ACEOF
4073 if { (ac_try="$ac_cpp conftest.$ac_ext"
4074 case "(($ac_try" in
4075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4076 *) ac_try_echo=$ac_try;;
4077 esac
4078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4079 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4080 ac_status=$?
4081 grep -v '^ *+' conftest.er1 >conftest.err
4082 rm -f conftest.er1
4083 cat conftest.err >&5
4084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4085 (exit $ac_status); } >/dev/null && {
4086 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4087 test ! -s conftest.err
4088 }; then
4089 # We can compile using X headers with no special include directory.
4090 ac_x_includes=
4091 else
4092 echo "$as_me: failed program was:" >&5
4093 sed 's/^/| /' conftest.$ac_ext >&5
4095 for ac_dir in $ac_x_header_dirs; do
4096 if test -r "$ac_dir/X11/Xlib.h"; then
4097 ac_x_includes=$ac_dir
4098 break
4100 done
4103 rm -f conftest.err conftest.$ac_ext
4104 fi # $ac_x_includes = no
4106 if test "$ac_x_libraries" = no; then
4107 # Check for the libraries.
4108 # See if we find them without any special options.
4109 # Don't add to $LIBS permanently.
4110 ac_save_LIBS=$LIBS
4111 LIBS="-lX11 $LIBS"
4112 cat >conftest.$ac_ext <<_ACEOF
4113 /* confdefs.h. */
4114 _ACEOF
4115 cat confdefs.h >>conftest.$ac_ext
4116 cat >>conftest.$ac_ext <<_ACEOF
4117 /* end confdefs.h. */
4118 #include <X11/Xlib.h>
4120 main ()
4122 XrmInitialize ()
4124 return 0;
4126 _ACEOF
4127 rm -f conftest.$ac_objext conftest$ac_exeext
4128 if { (ac_try="$ac_link"
4129 case "(($ac_try" in
4130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4131 *) ac_try_echo=$ac_try;;
4132 esac
4133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4134 (eval "$ac_link") 2>conftest.er1
4135 ac_status=$?
4136 grep -v '^ *+' conftest.er1 >conftest.err
4137 rm -f conftest.er1
4138 cat conftest.err >&5
4139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4140 (exit $ac_status); } && {
4141 test -z "$ac_c_werror_flag" ||
4142 test ! -s conftest.err
4143 } && test -s conftest$ac_exeext &&
4144 $as_test_x conftest$ac_exeext; then
4145 LIBS=$ac_save_LIBS
4146 # We can link X programs with no special library path.
4147 ac_x_libraries=
4148 else
4149 echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4152 LIBS=$ac_save_LIBS
4153 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4155 # Don't even attempt the hair of trying to link an X program!
4156 for ac_extension in a so sl; do
4157 if test -r "$ac_dir/libX11.$ac_extension"; then
4158 ac_x_libraries=$ac_dir
4159 break 2
4161 done
4162 done
4165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4166 conftest$ac_exeext conftest.$ac_ext
4167 fi # $ac_x_libraries = no
4169 case $ac_x_includes,$ac_x_libraries in #(
4170 no,* | *,no | *\'*)
4171 # Didn't find X, or a directory has "'" in its name.
4172 ac_cv_have_x="have_x=no";; #(
4174 # Record where we found X for the cache.
4175 ac_cv_have_x="have_x=yes\
4176 ac_x_includes='$ac_x_includes'\
4177 ac_x_libraries='$ac_x_libraries'"
4178 esac
4180 ;; #(
4181 *) have_x=yes;;
4182 esac
4183 eval "$ac_cv_have_x"
4184 fi # $with_x != no
4186 if test "$have_x" != yes; then
4187 { echo "$as_me:$LINENO: result: $have_x" >&5
4188 echo "${ECHO_T}$have_x" >&6; }
4189 no_x=yes
4190 else
4191 # If each of the values was on the command line, it overrides each guess.
4192 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4193 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4194 # Update the cache value to reflect the command line values.
4195 ac_cv_have_x="have_x=yes\
4196 ac_x_includes='$x_includes'\
4197 ac_x_libraries='$x_libraries'"
4198 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4199 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4202 if test "$no_x" = yes; then
4203 # Not all programs may use this symbol, but it does not hurt to define it.
4205 cat >>confdefs.h <<\_ACEOF
4206 #define X_DISPLAY_MISSING 1
4207 _ACEOF
4209 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4210 else
4211 if test -n "$x_includes"; then
4212 X_CFLAGS="$X_CFLAGS -I$x_includes"
4215 # It would also be nice to do this for all -L options, not just this one.
4216 if test -n "$x_libraries"; then
4217 X_LIBS="$X_LIBS -L$x_libraries"
4218 # For Solaris; some versions of Sun CC require a space after -R and
4219 # others require no space. Words are not sufficient . . . .
4220 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4221 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4222 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4223 ac_xsave_c_werror_flag=$ac_c_werror_flag
4224 ac_c_werror_flag=yes
4225 cat >conftest.$ac_ext <<_ACEOF
4226 /* confdefs.h. */
4227 _ACEOF
4228 cat confdefs.h >>conftest.$ac_ext
4229 cat >>conftest.$ac_ext <<_ACEOF
4230 /* end confdefs.h. */
4233 main ()
4237 return 0;
4239 _ACEOF
4240 rm -f conftest.$ac_objext conftest$ac_exeext
4241 if { (ac_try="$ac_link"
4242 case "(($ac_try" in
4243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4244 *) ac_try_echo=$ac_try;;
4245 esac
4246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4247 (eval "$ac_link") 2>conftest.er1
4248 ac_status=$?
4249 grep -v '^ *+' conftest.er1 >conftest.err
4250 rm -f conftest.er1
4251 cat conftest.err >&5
4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4253 (exit $ac_status); } && {
4254 test -z "$ac_c_werror_flag" ||
4255 test ! -s conftest.err
4256 } && test -s conftest$ac_exeext &&
4257 $as_test_x conftest$ac_exeext; then
4258 { echo "$as_me:$LINENO: result: no" >&5
4259 echo "${ECHO_T}no" >&6; }
4260 X_LIBS="$X_LIBS -R$x_libraries"
4261 else
4262 echo "$as_me: failed program was:" >&5
4263 sed 's/^/| /' conftest.$ac_ext >&5
4265 LIBS="$ac_xsave_LIBS -R $x_libraries"
4266 cat >conftest.$ac_ext <<_ACEOF
4267 /* confdefs.h. */
4268 _ACEOF
4269 cat confdefs.h >>conftest.$ac_ext
4270 cat >>conftest.$ac_ext <<_ACEOF
4271 /* end confdefs.h. */
4274 main ()
4278 return 0;
4280 _ACEOF
4281 rm -f conftest.$ac_objext conftest$ac_exeext
4282 if { (ac_try="$ac_link"
4283 case "(($ac_try" in
4284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4285 *) ac_try_echo=$ac_try;;
4286 esac
4287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4288 (eval "$ac_link") 2>conftest.er1
4289 ac_status=$?
4290 grep -v '^ *+' conftest.er1 >conftest.err
4291 rm -f conftest.er1
4292 cat conftest.err >&5
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext &&
4298 $as_test_x conftest$ac_exeext; then
4299 { echo "$as_me:$LINENO: result: yes" >&5
4300 echo "${ECHO_T}yes" >&6; }
4301 X_LIBS="$X_LIBS -R $x_libraries"
4302 else
4303 echo "$as_me: failed program was:" >&5
4304 sed 's/^/| /' conftest.$ac_ext >&5
4306 { echo "$as_me:$LINENO: result: neither works" >&5
4307 echo "${ECHO_T}neither works" >&6; }
4310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4311 conftest$ac_exeext conftest.$ac_ext
4314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4315 conftest$ac_exeext conftest.$ac_ext
4316 ac_c_werror_flag=$ac_xsave_c_werror_flag
4317 LIBS=$ac_xsave_LIBS
4320 # Check for system-dependent libraries X programs must link with.
4321 # Do this before checking for the system-independent R6 libraries
4322 # (-lICE), since we may need -lsocket or whatever for X linking.
4324 if test "$ISC" = yes; then
4325 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4326 else
4327 # Martyn Johnson says this is needed for Ultrix, if the X
4328 # libraries were built with DECnet support. And Karl Berry says
4329 # the Alpha needs dnet_stub (dnet does not exist).
4330 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4331 cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h. */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h. */
4338 /* Override any GCC internal prototype to avoid an error.
4339 Use char because int might match the return type of a GCC
4340 builtin and then its argument prototype would still apply. */
4341 #ifdef __cplusplus
4342 extern "C"
4343 #endif
4344 char XOpenDisplay ();
4346 main ()
4348 return XOpenDisplay ();
4350 return 0;
4352 _ACEOF
4353 rm -f conftest.$ac_objext conftest$ac_exeext
4354 if { (ac_try="$ac_link"
4355 case "(($ac_try" in
4356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4357 *) ac_try_echo=$ac_try;;
4358 esac
4359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4360 (eval "$ac_link") 2>conftest.er1
4361 ac_status=$?
4362 grep -v '^ *+' conftest.er1 >conftest.err
4363 rm -f conftest.er1
4364 cat conftest.err >&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); } && {
4367 test -z "$ac_c_werror_flag" ||
4368 test ! -s conftest.err
4369 } && test -s conftest$ac_exeext &&
4370 $as_test_x conftest$ac_exeext; then
4372 else
4373 echo "$as_me: failed program was:" >&5
4374 sed 's/^/| /' conftest.$ac_ext >&5
4376 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4377 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4378 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4380 else
4381 ac_check_lib_save_LIBS=$LIBS
4382 LIBS="-ldnet $LIBS"
4383 cat >conftest.$ac_ext <<_ACEOF
4384 /* confdefs.h. */
4385 _ACEOF
4386 cat confdefs.h >>conftest.$ac_ext
4387 cat >>conftest.$ac_ext <<_ACEOF
4388 /* end confdefs.h. */
4390 /* Override any GCC internal prototype to avoid an error.
4391 Use char because int might match the return type of a GCC
4392 builtin and then its argument prototype would still apply. */
4393 #ifdef __cplusplus
4394 extern "C"
4395 #endif
4396 char dnet_ntoa ();
4398 main ()
4400 return dnet_ntoa ();
4402 return 0;
4404 _ACEOF
4405 rm -f conftest.$ac_objext conftest$ac_exeext
4406 if { (ac_try="$ac_link"
4407 case "(($ac_try" in
4408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4409 *) ac_try_echo=$ac_try;;
4410 esac
4411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4412 (eval "$ac_link") 2>conftest.er1
4413 ac_status=$?
4414 grep -v '^ *+' conftest.er1 >conftest.err
4415 rm -f conftest.er1
4416 cat conftest.err >&5
4417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418 (exit $ac_status); } && {
4419 test -z "$ac_c_werror_flag" ||
4420 test ! -s conftest.err
4421 } && test -s conftest$ac_exeext &&
4422 $as_test_x conftest$ac_exeext; then
4423 ac_cv_lib_dnet_dnet_ntoa=yes
4424 else
4425 echo "$as_me: failed program was:" >&5
4426 sed 's/^/| /' conftest.$ac_ext >&5
4428 ac_cv_lib_dnet_dnet_ntoa=no
4431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4432 conftest$ac_exeext conftest.$ac_ext
4433 LIBS=$ac_check_lib_save_LIBS
4435 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4436 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4437 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4438 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4441 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4442 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4443 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4444 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4445 echo $ECHO_N "(cached) $ECHO_C" >&6
4446 else
4447 ac_check_lib_save_LIBS=$LIBS
4448 LIBS="-ldnet_stub $LIBS"
4449 cat >conftest.$ac_ext <<_ACEOF
4450 /* confdefs.h. */
4451 _ACEOF
4452 cat confdefs.h >>conftest.$ac_ext
4453 cat >>conftest.$ac_ext <<_ACEOF
4454 /* end confdefs.h. */
4456 /* Override any GCC internal prototype to avoid an error.
4457 Use char because int might match the return type of a GCC
4458 builtin and then its argument prototype would still apply. */
4459 #ifdef __cplusplus
4460 extern "C"
4461 #endif
4462 char dnet_ntoa ();
4464 main ()
4466 return dnet_ntoa ();
4468 return 0;
4470 _ACEOF
4471 rm -f conftest.$ac_objext conftest$ac_exeext
4472 if { (ac_try="$ac_link"
4473 case "(($ac_try" in
4474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4475 *) ac_try_echo=$ac_try;;
4476 esac
4477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4478 (eval "$ac_link") 2>conftest.er1
4479 ac_status=$?
4480 grep -v '^ *+' conftest.er1 >conftest.err
4481 rm -f conftest.er1
4482 cat conftest.err >&5
4483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484 (exit $ac_status); } && {
4485 test -z "$ac_c_werror_flag" ||
4486 test ! -s conftest.err
4487 } && test -s conftest$ac_exeext &&
4488 $as_test_x conftest$ac_exeext; then
4489 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4490 else
4491 echo "$as_me: failed program was:" >&5
4492 sed 's/^/| /' conftest.$ac_ext >&5
4494 ac_cv_lib_dnet_stub_dnet_ntoa=no
4497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4498 conftest$ac_exeext conftest.$ac_ext
4499 LIBS=$ac_check_lib_save_LIBS
4501 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4502 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4503 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4504 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4511 conftest$ac_exeext conftest.$ac_ext
4512 LIBS="$ac_xsave_LIBS"
4514 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4515 # to get the SysV transport functions.
4516 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4517 # needs -lnsl.
4518 # The nsl library prevents programs from opening the X display
4519 # on Irix 5.2, according to T.E. Dickey.
4520 # The functions gethostbyname, getservbyname, and inet_addr are
4521 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4522 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4523 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4524 if test "${ac_cv_func_gethostbyname+set}" = set; then
4525 echo $ECHO_N "(cached) $ECHO_C" >&6
4526 else
4527 cat >conftest.$ac_ext <<_ACEOF
4528 /* confdefs.h. */
4529 _ACEOF
4530 cat confdefs.h >>conftest.$ac_ext
4531 cat >>conftest.$ac_ext <<_ACEOF
4532 /* end confdefs.h. */
4533 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4535 #define gethostbyname innocuous_gethostbyname
4537 /* System header to define __stub macros and hopefully few prototypes,
4538 which can conflict with char gethostbyname (); below.
4539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4540 <limits.h> exists even on freestanding compilers. */
4542 #ifdef __STDC__
4543 # include <limits.h>
4544 #else
4545 # include <assert.h>
4546 #endif
4548 #undef gethostbyname
4550 /* Override any GCC internal prototype to avoid an error.
4551 Use char because int might match the return type of a GCC
4552 builtin and then its argument prototype would still apply. */
4553 #ifdef __cplusplus
4554 extern "C"
4555 #endif
4556 char gethostbyname ();
4557 /* The GNU C library defines this for functions which it implements
4558 to always fail with ENOSYS. Some functions are actually named
4559 something starting with __ and the normal name is an alias. */
4560 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4561 choke me
4562 #endif
4565 main ()
4567 return gethostbyname ();
4569 return 0;
4571 _ACEOF
4572 rm -f conftest.$ac_objext conftest$ac_exeext
4573 if { (ac_try="$ac_link"
4574 case "(($ac_try" in
4575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4576 *) ac_try_echo=$ac_try;;
4577 esac
4578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4579 (eval "$ac_link") 2>conftest.er1
4580 ac_status=$?
4581 grep -v '^ *+' conftest.er1 >conftest.err
4582 rm -f conftest.er1
4583 cat conftest.err >&5
4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4585 (exit $ac_status); } && {
4586 test -z "$ac_c_werror_flag" ||
4587 test ! -s conftest.err
4588 } && test -s conftest$ac_exeext &&
4589 $as_test_x conftest$ac_exeext; then
4590 ac_cv_func_gethostbyname=yes
4591 else
4592 echo "$as_me: failed program was:" >&5
4593 sed 's/^/| /' conftest.$ac_ext >&5
4595 ac_cv_func_gethostbyname=no
4598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4599 conftest$ac_exeext conftest.$ac_ext
4601 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4602 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4604 if test $ac_cv_func_gethostbyname = no; then
4605 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4606 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4607 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4608 echo $ECHO_N "(cached) $ECHO_C" >&6
4609 else
4610 ac_check_lib_save_LIBS=$LIBS
4611 LIBS="-lnsl $LIBS"
4612 cat >conftest.$ac_ext <<_ACEOF
4613 /* confdefs.h. */
4614 _ACEOF
4615 cat confdefs.h >>conftest.$ac_ext
4616 cat >>conftest.$ac_ext <<_ACEOF
4617 /* end confdefs.h. */
4619 /* Override any GCC internal prototype to avoid an error.
4620 Use char because int might match the return type of a GCC
4621 builtin and then its argument prototype would still apply. */
4622 #ifdef __cplusplus
4623 extern "C"
4624 #endif
4625 char gethostbyname ();
4627 main ()
4629 return gethostbyname ();
4631 return 0;
4633 _ACEOF
4634 rm -f conftest.$ac_objext conftest$ac_exeext
4635 if { (ac_try="$ac_link"
4636 case "(($ac_try" in
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4638 *) ac_try_echo=$ac_try;;
4639 esac
4640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4641 (eval "$ac_link") 2>conftest.er1
4642 ac_status=$?
4643 grep -v '^ *+' conftest.er1 >conftest.err
4644 rm -f conftest.er1
4645 cat conftest.err >&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); } && {
4648 test -z "$ac_c_werror_flag" ||
4649 test ! -s conftest.err
4650 } && test -s conftest$ac_exeext &&
4651 $as_test_x conftest$ac_exeext; then
4652 ac_cv_lib_nsl_gethostbyname=yes
4653 else
4654 echo "$as_me: failed program was:" >&5
4655 sed 's/^/| /' conftest.$ac_ext >&5
4657 ac_cv_lib_nsl_gethostbyname=no
4660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4661 conftest$ac_exeext conftest.$ac_ext
4662 LIBS=$ac_check_lib_save_LIBS
4664 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4665 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4666 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4667 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4670 if test $ac_cv_lib_nsl_gethostbyname = no; then
4671 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4672 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4673 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4675 else
4676 ac_check_lib_save_LIBS=$LIBS
4677 LIBS="-lbsd $LIBS"
4678 cat >conftest.$ac_ext <<_ACEOF
4679 /* confdefs.h. */
4680 _ACEOF
4681 cat confdefs.h >>conftest.$ac_ext
4682 cat >>conftest.$ac_ext <<_ACEOF
4683 /* end confdefs.h. */
4685 /* Override any GCC internal prototype to avoid an error.
4686 Use char because int might match the return type of a GCC
4687 builtin and then its argument prototype would still apply. */
4688 #ifdef __cplusplus
4689 extern "C"
4690 #endif
4691 char gethostbyname ();
4693 main ()
4695 return gethostbyname ();
4697 return 0;
4699 _ACEOF
4700 rm -f conftest.$ac_objext conftest$ac_exeext
4701 if { (ac_try="$ac_link"
4702 case "(($ac_try" in
4703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4704 *) ac_try_echo=$ac_try;;
4705 esac
4706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4707 (eval "$ac_link") 2>conftest.er1
4708 ac_status=$?
4709 grep -v '^ *+' conftest.er1 >conftest.err
4710 rm -f conftest.er1
4711 cat conftest.err >&5
4712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4713 (exit $ac_status); } && {
4714 test -z "$ac_c_werror_flag" ||
4715 test ! -s conftest.err
4716 } && test -s conftest$ac_exeext &&
4717 $as_test_x conftest$ac_exeext; then
4718 ac_cv_lib_bsd_gethostbyname=yes
4719 else
4720 echo "$as_me: failed program was:" >&5
4721 sed 's/^/| /' conftest.$ac_ext >&5
4723 ac_cv_lib_bsd_gethostbyname=no
4726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4727 conftest$ac_exeext conftest.$ac_ext
4728 LIBS=$ac_check_lib_save_LIBS
4730 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4731 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4732 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4733 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4739 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4740 # socket/setsockopt and other routines are undefined under SCO ODT
4741 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4742 # on later versions), says Simon Leinen: it contains gethostby*
4743 # variants that don't use the name server (or something). -lsocket
4744 # must be given before -lnsl if both are needed. We assume that
4745 # if connect needs -lnsl, so does gethostbyname.
4746 { echo "$as_me:$LINENO: checking for connect" >&5
4747 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4748 if test "${ac_cv_func_connect+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4750 else
4751 cat >conftest.$ac_ext <<_ACEOF
4752 /* confdefs.h. */
4753 _ACEOF
4754 cat confdefs.h >>conftest.$ac_ext
4755 cat >>conftest.$ac_ext <<_ACEOF
4756 /* end confdefs.h. */
4757 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4758 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4759 #define connect innocuous_connect
4761 /* System header to define __stub macros and hopefully few prototypes,
4762 which can conflict with char connect (); below.
4763 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4764 <limits.h> exists even on freestanding compilers. */
4766 #ifdef __STDC__
4767 # include <limits.h>
4768 #else
4769 # include <assert.h>
4770 #endif
4772 #undef connect
4774 /* Override any GCC internal prototype to avoid an error.
4775 Use char because int might match the return type of a GCC
4776 builtin and then its argument prototype would still apply. */
4777 #ifdef __cplusplus
4778 extern "C"
4779 #endif
4780 char connect ();
4781 /* The GNU C library defines this for functions which it implements
4782 to always fail with ENOSYS. Some functions are actually named
4783 something starting with __ and the normal name is an alias. */
4784 #if defined __stub_connect || defined __stub___connect
4785 choke me
4786 #endif
4789 main ()
4791 return connect ();
4793 return 0;
4795 _ACEOF
4796 rm -f conftest.$ac_objext conftest$ac_exeext
4797 if { (ac_try="$ac_link"
4798 case "(($ac_try" in
4799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4800 *) ac_try_echo=$ac_try;;
4801 esac
4802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4803 (eval "$ac_link") 2>conftest.er1
4804 ac_status=$?
4805 grep -v '^ *+' conftest.er1 >conftest.err
4806 rm -f conftest.er1
4807 cat conftest.err >&5
4808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809 (exit $ac_status); } && {
4810 test -z "$ac_c_werror_flag" ||
4811 test ! -s conftest.err
4812 } && test -s conftest$ac_exeext &&
4813 $as_test_x conftest$ac_exeext; then
4814 ac_cv_func_connect=yes
4815 else
4816 echo "$as_me: failed program was:" >&5
4817 sed 's/^/| /' conftest.$ac_ext >&5
4819 ac_cv_func_connect=no
4822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4823 conftest$ac_exeext conftest.$ac_ext
4825 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4826 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4828 if test $ac_cv_func_connect = no; then
4829 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4830 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4831 if test "${ac_cv_lib_socket_connect+set}" = set; then
4832 echo $ECHO_N "(cached) $ECHO_C" >&6
4833 else
4834 ac_check_lib_save_LIBS=$LIBS
4835 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4836 cat >conftest.$ac_ext <<_ACEOF
4837 /* confdefs.h. */
4838 _ACEOF
4839 cat confdefs.h >>conftest.$ac_ext
4840 cat >>conftest.$ac_ext <<_ACEOF
4841 /* end confdefs.h. */
4843 /* Override any GCC internal prototype to avoid an error.
4844 Use char because int might match the return type of a GCC
4845 builtin and then its argument prototype would still apply. */
4846 #ifdef __cplusplus
4847 extern "C"
4848 #endif
4849 char connect ();
4851 main ()
4853 return connect ();
4855 return 0;
4857 _ACEOF
4858 rm -f conftest.$ac_objext conftest$ac_exeext
4859 if { (ac_try="$ac_link"
4860 case "(($ac_try" in
4861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4862 *) ac_try_echo=$ac_try;;
4863 esac
4864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4865 (eval "$ac_link") 2>conftest.er1
4866 ac_status=$?
4867 grep -v '^ *+' conftest.er1 >conftest.err
4868 rm -f conftest.er1
4869 cat conftest.err >&5
4870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4871 (exit $ac_status); } && {
4872 test -z "$ac_c_werror_flag" ||
4873 test ! -s conftest.err
4874 } && test -s conftest$ac_exeext &&
4875 $as_test_x conftest$ac_exeext; then
4876 ac_cv_lib_socket_connect=yes
4877 else
4878 echo "$as_me: failed program was:" >&5
4879 sed 's/^/| /' conftest.$ac_ext >&5
4881 ac_cv_lib_socket_connect=no
4884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4885 conftest$ac_exeext conftest.$ac_ext
4886 LIBS=$ac_check_lib_save_LIBS
4888 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4889 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4890 if test $ac_cv_lib_socket_connect = yes; then
4891 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4896 # Guillermo Gomez says -lposix is necessary on A/UX.
4897 { echo "$as_me:$LINENO: checking for remove" >&5
4898 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4899 if test "${ac_cv_func_remove+set}" = set; then
4900 echo $ECHO_N "(cached) $ECHO_C" >&6
4901 else
4902 cat >conftest.$ac_ext <<_ACEOF
4903 /* confdefs.h. */
4904 _ACEOF
4905 cat confdefs.h >>conftest.$ac_ext
4906 cat >>conftest.$ac_ext <<_ACEOF
4907 /* end confdefs.h. */
4908 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4910 #define remove innocuous_remove
4912 /* System header to define __stub macros and hopefully few prototypes,
4913 which can conflict with char remove (); below.
4914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4915 <limits.h> exists even on freestanding compilers. */
4917 #ifdef __STDC__
4918 # include <limits.h>
4919 #else
4920 # include <assert.h>
4921 #endif
4923 #undef remove
4925 /* Override any GCC internal prototype to avoid an error.
4926 Use char because int might match the return type of a GCC
4927 builtin and then its argument prototype would still apply. */
4928 #ifdef __cplusplus
4929 extern "C"
4930 #endif
4931 char remove ();
4932 /* The GNU C library defines this for functions which it implements
4933 to always fail with ENOSYS. Some functions are actually named
4934 something starting with __ and the normal name is an alias. */
4935 #if defined __stub_remove || defined __stub___remove
4936 choke me
4937 #endif
4940 main ()
4942 return remove ();
4944 return 0;
4946 _ACEOF
4947 rm -f conftest.$ac_objext conftest$ac_exeext
4948 if { (ac_try="$ac_link"
4949 case "(($ac_try" in
4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4951 *) ac_try_echo=$ac_try;;
4952 esac
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext &&
4964 $as_test_x conftest$ac_exeext; then
4965 ac_cv_func_remove=yes
4966 else
4967 echo "$as_me: failed program was:" >&5
4968 sed 's/^/| /' conftest.$ac_ext >&5
4970 ac_cv_func_remove=no
4973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4974 conftest$ac_exeext conftest.$ac_ext
4976 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4977 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4979 if test $ac_cv_func_remove = no; then
4980 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4981 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4982 if test "${ac_cv_lib_posix_remove+set}" = set; then
4983 echo $ECHO_N "(cached) $ECHO_C" >&6
4984 else
4985 ac_check_lib_save_LIBS=$LIBS
4986 LIBS="-lposix $LIBS"
4987 cat >conftest.$ac_ext <<_ACEOF
4988 /* confdefs.h. */
4989 _ACEOF
4990 cat confdefs.h >>conftest.$ac_ext
4991 cat >>conftest.$ac_ext <<_ACEOF
4992 /* end confdefs.h. */
4994 /* Override any GCC internal prototype to avoid an error.
4995 Use char because int might match the return type of a GCC
4996 builtin and then its argument prototype would still apply. */
4997 #ifdef __cplusplus
4998 extern "C"
4999 #endif
5000 char remove ();
5002 main ()
5004 return remove ();
5006 return 0;
5008 _ACEOF
5009 rm -f conftest.$ac_objext conftest$ac_exeext
5010 if { (ac_try="$ac_link"
5011 case "(($ac_try" in
5012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5013 *) ac_try_echo=$ac_try;;
5014 esac
5015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5016 (eval "$ac_link") 2>conftest.er1
5017 ac_status=$?
5018 grep -v '^ *+' conftest.er1 >conftest.err
5019 rm -f conftest.er1
5020 cat conftest.err >&5
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); } && {
5023 test -z "$ac_c_werror_flag" ||
5024 test ! -s conftest.err
5025 } && test -s conftest$ac_exeext &&
5026 $as_test_x conftest$ac_exeext; then
5027 ac_cv_lib_posix_remove=yes
5028 else
5029 echo "$as_me: failed program was:" >&5
5030 sed 's/^/| /' conftest.$ac_ext >&5
5032 ac_cv_lib_posix_remove=no
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5040 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5041 if test $ac_cv_lib_posix_remove = yes; then
5042 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5047 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5048 { echo "$as_me:$LINENO: checking for shmat" >&5
5049 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5050 if test "${ac_cv_func_shmat+set}" = set; then
5051 echo $ECHO_N "(cached) $ECHO_C" >&6
5052 else
5053 cat >conftest.$ac_ext <<_ACEOF
5054 /* confdefs.h. */
5055 _ACEOF
5056 cat confdefs.h >>conftest.$ac_ext
5057 cat >>conftest.$ac_ext <<_ACEOF
5058 /* end confdefs.h. */
5059 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5061 #define shmat innocuous_shmat
5063 /* System header to define __stub macros and hopefully few prototypes,
5064 which can conflict with char shmat (); below.
5065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5066 <limits.h> exists even on freestanding compilers. */
5068 #ifdef __STDC__
5069 # include <limits.h>
5070 #else
5071 # include <assert.h>
5072 #endif
5074 #undef shmat
5076 /* Override any GCC internal prototype to avoid an error.
5077 Use char because int might match the return type of a GCC
5078 builtin and then its argument prototype would still apply. */
5079 #ifdef __cplusplus
5080 extern "C"
5081 #endif
5082 char shmat ();
5083 /* The GNU C library defines this for functions which it implements
5084 to always fail with ENOSYS. Some functions are actually named
5085 something starting with __ and the normal name is an alias. */
5086 #if defined __stub_shmat || defined __stub___shmat
5087 choke me
5088 #endif
5091 main ()
5093 return shmat ();
5095 return 0;
5097 _ACEOF
5098 rm -f conftest.$ac_objext conftest$ac_exeext
5099 if { (ac_try="$ac_link"
5100 case "(($ac_try" in
5101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5102 *) ac_try_echo=$ac_try;;
5103 esac
5104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5105 (eval "$ac_link") 2>conftest.er1
5106 ac_status=$?
5107 grep -v '^ *+' conftest.er1 >conftest.err
5108 rm -f conftest.er1
5109 cat conftest.err >&5
5110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5111 (exit $ac_status); } && {
5112 test -z "$ac_c_werror_flag" ||
5113 test ! -s conftest.err
5114 } && test -s conftest$ac_exeext &&
5115 $as_test_x conftest$ac_exeext; then
5116 ac_cv_func_shmat=yes
5117 else
5118 echo "$as_me: failed program was:" >&5
5119 sed 's/^/| /' conftest.$ac_ext >&5
5121 ac_cv_func_shmat=no
5124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5125 conftest$ac_exeext conftest.$ac_ext
5127 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5128 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5130 if test $ac_cv_func_shmat = no; then
5131 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5132 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5133 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5134 echo $ECHO_N "(cached) $ECHO_C" >&6
5135 else
5136 ac_check_lib_save_LIBS=$LIBS
5137 LIBS="-lipc $LIBS"
5138 cat >conftest.$ac_ext <<_ACEOF
5139 /* confdefs.h. */
5140 _ACEOF
5141 cat confdefs.h >>conftest.$ac_ext
5142 cat >>conftest.$ac_ext <<_ACEOF
5143 /* end confdefs.h. */
5145 /* Override any GCC internal prototype to avoid an error.
5146 Use char because int might match the return type of a GCC
5147 builtin and then its argument prototype would still apply. */
5148 #ifdef __cplusplus
5149 extern "C"
5150 #endif
5151 char shmat ();
5153 main ()
5155 return shmat ();
5157 return 0;
5159 _ACEOF
5160 rm -f conftest.$ac_objext conftest$ac_exeext
5161 if { (ac_try="$ac_link"
5162 case "(($ac_try" in
5163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5164 *) ac_try_echo=$ac_try;;
5165 esac
5166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5167 (eval "$ac_link") 2>conftest.er1
5168 ac_status=$?
5169 grep -v '^ *+' conftest.er1 >conftest.err
5170 rm -f conftest.er1
5171 cat conftest.err >&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); } && {
5174 test -z "$ac_c_werror_flag" ||
5175 test ! -s conftest.err
5176 } && test -s conftest$ac_exeext &&
5177 $as_test_x conftest$ac_exeext; then
5178 ac_cv_lib_ipc_shmat=yes
5179 else
5180 echo "$as_me: failed program was:" >&5
5181 sed 's/^/| /' conftest.$ac_ext >&5
5183 ac_cv_lib_ipc_shmat=no
5186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5187 conftest$ac_exeext conftest.$ac_ext
5188 LIBS=$ac_check_lib_save_LIBS
5190 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5191 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5192 if test $ac_cv_lib_ipc_shmat = yes; then
5193 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5199 # Check for libraries that X11R6 Xt/Xaw programs need.
5200 ac_save_LDFLAGS=$LDFLAGS
5201 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5202 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5203 # check for ICE first), but we must link in the order -lSM -lICE or
5204 # we get undefined symbols. So assume we have SM if we have ICE.
5205 # These have to be linked with before -lX11, unlike the other
5206 # libraries we check for below, so use a different variable.
5207 # John Interrante, Karl Berry
5208 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5209 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5210 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5211 echo $ECHO_N "(cached) $ECHO_C" >&6
5212 else
5213 ac_check_lib_save_LIBS=$LIBS
5214 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5215 cat >conftest.$ac_ext <<_ACEOF
5216 /* confdefs.h. */
5217 _ACEOF
5218 cat confdefs.h >>conftest.$ac_ext
5219 cat >>conftest.$ac_ext <<_ACEOF
5220 /* end confdefs.h. */
5222 /* Override any GCC internal prototype to avoid an error.
5223 Use char because int might match the return type of a GCC
5224 builtin and then its argument prototype would still apply. */
5225 #ifdef __cplusplus
5226 extern "C"
5227 #endif
5228 char IceConnectionNumber ();
5230 main ()
5232 return IceConnectionNumber ();
5234 return 0;
5236 _ACEOF
5237 rm -f conftest.$ac_objext conftest$ac_exeext
5238 if { (ac_try="$ac_link"
5239 case "(($ac_try" in
5240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5241 *) ac_try_echo=$ac_try;;
5242 esac
5243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5244 (eval "$ac_link") 2>conftest.er1
5245 ac_status=$?
5246 grep -v '^ *+' conftest.er1 >conftest.err
5247 rm -f conftest.er1
5248 cat conftest.err >&5
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); } && {
5251 test -z "$ac_c_werror_flag" ||
5252 test ! -s conftest.err
5253 } && test -s conftest$ac_exeext &&
5254 $as_test_x conftest$ac_exeext; then
5255 ac_cv_lib_ICE_IceConnectionNumber=yes
5256 else
5257 echo "$as_me: failed program was:" >&5
5258 sed 's/^/| /' conftest.$ac_ext >&5
5260 ac_cv_lib_ICE_IceConnectionNumber=no
5263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5264 conftest$ac_exeext conftest.$ac_ext
5265 LIBS=$ac_check_lib_save_LIBS
5267 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5268 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5269 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5270 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5273 LDFLAGS=$ac_save_LDFLAGS
5278 for ac_prog in flex
5280 # Extract the first word of "$ac_prog", so it can be a program name with args.
5281 set dummy $ac_prog; ac_word=$2
5282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5284 if test "${ac_cv_prog_FLEX+set}" = set; then
5285 echo $ECHO_N "(cached) $ECHO_C" >&6
5286 else
5287 if test -n "$FLEX"; then
5288 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5289 else
5290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291 for as_dir in $PATH
5293 IFS=$as_save_IFS
5294 test -z "$as_dir" && as_dir=.
5295 for ac_exec_ext in '' $ac_executable_extensions; do
5296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5297 ac_cv_prog_FLEX="$ac_prog"
5298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5299 break 2
5301 done
5302 done
5303 IFS=$as_save_IFS
5307 FLEX=$ac_cv_prog_FLEX
5308 if test -n "$FLEX"; then
5309 { echo "$as_me:$LINENO: result: $FLEX" >&5
5310 echo "${ECHO_T}$FLEX" >&6; }
5311 else
5312 { echo "$as_me:$LINENO: result: no" >&5
5313 echo "${ECHO_T}no" >&6; }
5317 test -n "$FLEX" && break
5318 done
5319 test -n "$FLEX" || FLEX="none"
5321 if test "$FLEX" = "none"
5322 then
5323 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5324 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5325 { (exit 1); exit 1; }; }
5328 for ac_prog in bison
5330 # Extract the first word of "$ac_prog", so it can be a program name with args.
5331 set dummy $ac_prog; ac_word=$2
5332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5334 if test "${ac_cv_prog_BISON+set}" = set; then
5335 echo $ECHO_N "(cached) $ECHO_C" >&6
5336 else
5337 if test -n "$BISON"; then
5338 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5339 else
5340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341 for as_dir in $PATH
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_exec_ext in '' $ac_executable_extensions; do
5346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5347 ac_cv_prog_BISON="$ac_prog"
5348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 break 2
5351 done
5352 done
5353 IFS=$as_save_IFS
5357 BISON=$ac_cv_prog_BISON
5358 if test -n "$BISON"; then
5359 { echo "$as_me:$LINENO: result: $BISON" >&5
5360 echo "${ECHO_T}$BISON" >&6; }
5361 else
5362 { echo "$as_me:$LINENO: result: no" >&5
5363 echo "${ECHO_T}no" >&6; }
5367 test -n "$BISON" && break
5368 done
5369 test -n "$BISON" || BISON="none"
5371 if test "$BISON" = "none"
5372 then
5373 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5374 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5375 { (exit 1); exit 1; }; }
5378 if test -n "$ac_tool_prefix"; then
5379 for ac_prog in gas as
5381 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5382 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5385 if test "${ac_cv_prog_AS+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5387 else
5388 if test -n "$AS"; then
5389 ac_cv_prog_AS="$AS" # Let the user override the test.
5390 else
5391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5392 for as_dir in $PATH
5394 IFS=$as_save_IFS
5395 test -z "$as_dir" && as_dir=.
5396 for ac_exec_ext in '' $ac_executable_extensions; do
5397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5398 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5400 break 2
5402 done
5403 done
5404 IFS=$as_save_IFS
5408 AS=$ac_cv_prog_AS
5409 if test -n "$AS"; then
5410 { echo "$as_me:$LINENO: result: $AS" >&5
5411 echo "${ECHO_T}$AS" >&6; }
5412 else
5413 { echo "$as_me:$LINENO: result: no" >&5
5414 echo "${ECHO_T}no" >&6; }
5418 test -n "$AS" && break
5419 done
5421 if test -z "$AS"; then
5422 ac_ct_AS=$AS
5423 for ac_prog in gas as
5425 # Extract the first word of "$ac_prog", so it can be a program name with args.
5426 set dummy $ac_prog; ac_word=$2
5427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5429 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5431 else
5432 if test -n "$ac_ct_AS"; then
5433 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5434 else
5435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5436 for as_dir in $PATH
5438 IFS=$as_save_IFS
5439 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do
5441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5442 ac_cv_prog_ac_ct_AS="$ac_prog"
5443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5444 break 2
5446 done
5447 done
5448 IFS=$as_save_IFS
5452 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5453 if test -n "$ac_ct_AS"; then
5454 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5455 echo "${ECHO_T}$ac_ct_AS" >&6; }
5456 else
5457 { echo "$as_me:$LINENO: result: no" >&5
5458 echo "${ECHO_T}no" >&6; }
5462 test -n "$ac_ct_AS" && break
5463 done
5465 if test "x$ac_ct_AS" = x; then
5466 AS="as"
5467 else
5468 case $cross_compiling:$ac_tool_warned in
5469 yes:)
5470 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5471 whose name does not start with the host triplet. If you think this
5472 configuration is useful to you, please write to autoconf@gnu.org." >&5
5473 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet. If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5476 ac_tool_warned=yes ;;
5477 esac
5478 AS=$ac_ct_AS
5482 if test -n "$ac_tool_prefix"; then
5483 for ac_prog in ld gld
5485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5489 if test "${ac_cv_prog_LD+set}" = set; then
5490 echo $ECHO_N "(cached) $ECHO_C" >&6
5491 else
5492 if test -n "$LD"; then
5493 ac_cv_prog_LD="$LD" # Let the user override the test.
5494 else
5495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5496 for as_dir in $PATH
5498 IFS=$as_save_IFS
5499 test -z "$as_dir" && as_dir=.
5500 for ac_exec_ext in '' $ac_executable_extensions; do
5501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5504 break 2
5506 done
5507 done
5508 IFS=$as_save_IFS
5512 LD=$ac_cv_prog_LD
5513 if test -n "$LD"; then
5514 { echo "$as_me:$LINENO: result: $LD" >&5
5515 echo "${ECHO_T}$LD" >&6; }
5516 else
5517 { echo "$as_me:$LINENO: result: no" >&5
5518 echo "${ECHO_T}no" >&6; }
5522 test -n "$LD" && break
5523 done
5525 if test -z "$LD"; then
5526 ac_ct_LD=$LD
5527 for ac_prog in ld gld
5529 # Extract the first word of "$ac_prog", so it can be a program name with args.
5530 set dummy $ac_prog; ac_word=$2
5531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5533 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5534 echo $ECHO_N "(cached) $ECHO_C" >&6
5535 else
5536 if test -n "$ac_ct_LD"; then
5537 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5538 else
5539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5540 for as_dir in $PATH
5542 IFS=$as_save_IFS
5543 test -z "$as_dir" && as_dir=.
5544 for ac_exec_ext in '' $ac_executable_extensions; do
5545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5546 ac_cv_prog_ac_ct_LD="$ac_prog"
5547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5548 break 2
5550 done
5551 done
5552 IFS=$as_save_IFS
5556 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5557 if test -n "$ac_ct_LD"; then
5558 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5559 echo "${ECHO_T}$ac_ct_LD" >&6; }
5560 else
5561 { echo "$as_me:$LINENO: result: no" >&5
5562 echo "${ECHO_T}no" >&6; }
5566 test -n "$ac_ct_LD" && break
5567 done
5569 if test "x$ac_ct_LD" = x; then
5570 LD="ld"
5571 else
5572 case $cross_compiling:$ac_tool_warned in
5573 yes:)
5574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5575 whose name does not start with the host triplet. If you think this
5576 configuration is useful to you, please write to autoconf@gnu.org." >&5
5577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5578 whose name does not start with the host triplet. If you think this
5579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5580 ac_tool_warned=yes ;;
5581 esac
5582 LD=$ac_ct_LD
5586 if test -n "$ac_tool_prefix"; then
5587 for ac_prog in nm gnm
5589 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5590 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5593 if test "${ac_cv_prog_NM+set}" = set; then
5594 echo $ECHO_N "(cached) $ECHO_C" >&6
5595 else
5596 if test -n "$NM"; then
5597 ac_cv_prog_NM="$NM" # Let the user override the test.
5598 else
5599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5600 for as_dir in $PATH
5602 IFS=$as_save_IFS
5603 test -z "$as_dir" && as_dir=.
5604 for ac_exec_ext in '' $ac_executable_extensions; do
5605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5606 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5608 break 2
5610 done
5611 done
5612 IFS=$as_save_IFS
5616 NM=$ac_cv_prog_NM
5617 if test -n "$NM"; then
5618 { echo "$as_me:$LINENO: result: $NM" >&5
5619 echo "${ECHO_T}$NM" >&6; }
5620 else
5621 { echo "$as_me:$LINENO: result: no" >&5
5622 echo "${ECHO_T}no" >&6; }
5626 test -n "$NM" && break
5627 done
5629 if test -z "$NM"; then
5630 ac_ct_NM=$NM
5631 for ac_prog in nm gnm
5633 # Extract the first word of "$ac_prog", so it can be a program name with args.
5634 set dummy $ac_prog; ac_word=$2
5635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5637 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5638 echo $ECHO_N "(cached) $ECHO_C" >&6
5639 else
5640 if test -n "$ac_ct_NM"; then
5641 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5642 else
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 for as_dir in $PATH
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_exec_ext in '' $ac_executable_extensions; do
5649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5650 ac_cv_prog_ac_ct_NM="$ac_prog"
5651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5652 break 2
5654 done
5655 done
5656 IFS=$as_save_IFS
5660 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5661 if test -n "$ac_ct_NM"; then
5662 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5663 echo "${ECHO_T}$ac_ct_NM" >&6; }
5664 else
5665 { echo "$as_me:$LINENO: result: no" >&5
5666 echo "${ECHO_T}no" >&6; }
5670 test -n "$ac_ct_NM" && break
5671 done
5673 if test "x$ac_ct_NM" = x; then
5674 NM="nm"
5675 else
5676 case $cross_compiling:$ac_tool_warned in
5677 yes:)
5678 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5679 whose name does not start with the host triplet. If you think this
5680 configuration is useful to you, please write to autoconf@gnu.org." >&5
5681 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5682 whose name does not start with the host triplet. If you think this
5683 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5684 ac_tool_warned=yes ;;
5685 esac
5686 NM=$ac_ct_NM
5690 if test -n "$ac_tool_prefix"; then
5691 for ac_prog in ar gar
5693 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5694 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5695 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5697 if test "${ac_cv_prog_AR+set}" = set; then
5698 echo $ECHO_N "(cached) $ECHO_C" >&6
5699 else
5700 if test -n "$AR"; then
5701 ac_cv_prog_AR="$AR" # Let the user override the test.
5702 else
5703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5704 for as_dir in $PATH
5706 IFS=$as_save_IFS
5707 test -z "$as_dir" && as_dir=.
5708 for ac_exec_ext in '' $ac_executable_extensions; do
5709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5710 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5712 break 2
5714 done
5715 done
5716 IFS=$as_save_IFS
5720 AR=$ac_cv_prog_AR
5721 if test -n "$AR"; then
5722 { echo "$as_me:$LINENO: result: $AR" >&5
5723 echo "${ECHO_T}$AR" >&6; }
5724 else
5725 { echo "$as_me:$LINENO: result: no" >&5
5726 echo "${ECHO_T}no" >&6; }
5730 test -n "$AR" && break
5731 done
5733 if test -z "$AR"; then
5734 ac_ct_AR=$AR
5735 for ac_prog in ar gar
5737 # Extract the first word of "$ac_prog", so it can be a program name with args.
5738 set dummy $ac_prog; ac_word=$2
5739 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5741 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5742 echo $ECHO_N "(cached) $ECHO_C" >&6
5743 else
5744 if test -n "$ac_ct_AR"; then
5745 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5746 else
5747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5748 for as_dir in $PATH
5750 IFS=$as_save_IFS
5751 test -z "$as_dir" && as_dir=.
5752 for ac_exec_ext in '' $ac_executable_extensions; do
5753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5754 ac_cv_prog_ac_ct_AR="$ac_prog"
5755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 break 2
5758 done
5759 done
5760 IFS=$as_save_IFS
5764 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5765 if test -n "$ac_ct_AR"; then
5766 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5767 echo "${ECHO_T}$ac_ct_AR" >&6; }
5768 else
5769 { echo "$as_me:$LINENO: result: no" >&5
5770 echo "${ECHO_T}no" >&6; }
5774 test -n "$ac_ct_AR" && break
5775 done
5777 if test "x$ac_ct_AR" = x; then
5778 AR="ar"
5779 else
5780 case $cross_compiling:$ac_tool_warned in
5781 yes:)
5782 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5783 whose name does not start with the host triplet. If you think this
5784 configuration is useful to you, please write to autoconf@gnu.org." >&5
5785 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5786 whose name does not start with the host triplet. If you think this
5787 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5788 ac_tool_warned=yes ;;
5789 esac
5790 AR=$ac_ct_AR
5794 ARFLAGS=rc
5796 if test -n "$ac_tool_prefix"; then
5797 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5798 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5799 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5801 if test "${ac_cv_prog_RANLIB+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6
5803 else
5804 if test -n "$RANLIB"; then
5805 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5806 else
5807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5808 for as_dir in $PATH
5810 IFS=$as_save_IFS
5811 test -z "$as_dir" && as_dir=.
5812 for ac_exec_ext in '' $ac_executable_extensions; do
5813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5814 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5816 break 2
5818 done
5819 done
5820 IFS=$as_save_IFS
5824 RANLIB=$ac_cv_prog_RANLIB
5825 if test -n "$RANLIB"; then
5826 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5827 echo "${ECHO_T}$RANLIB" >&6; }
5828 else
5829 { echo "$as_me:$LINENO: result: no" >&5
5830 echo "${ECHO_T}no" >&6; }
5835 if test -z "$ac_cv_prog_RANLIB"; then
5836 ac_ct_RANLIB=$RANLIB
5837 # Extract the first word of "ranlib", so it can be a program name with args.
5838 set dummy ranlib; ac_word=$2
5839 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5841 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5842 echo $ECHO_N "(cached) $ECHO_C" >&6
5843 else
5844 if test -n "$ac_ct_RANLIB"; then
5845 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5846 else
5847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848 for as_dir in $PATH
5850 IFS=$as_save_IFS
5851 test -z "$as_dir" && as_dir=.
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5854 ac_cv_prog_ac_ct_RANLIB="ranlib"
5855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5856 break 2
5858 done
5859 done
5860 IFS=$as_save_IFS
5864 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5865 if test -n "$ac_ct_RANLIB"; then
5866 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5867 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5868 else
5869 { echo "$as_me:$LINENO: result: no" >&5
5870 echo "${ECHO_T}no" >&6; }
5873 if test "x$ac_ct_RANLIB" = x; then
5874 RANLIB=":"
5875 else
5876 case $cross_compiling:$ac_tool_warned in
5877 yes:)
5878 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5879 whose name does not start with the host triplet. If you think this
5880 configuration is useful to you, please write to autoconf@gnu.org." >&5
5881 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5882 whose name does not start with the host triplet. If you think this
5883 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5884 ac_tool_warned=yes ;;
5885 esac
5886 RANLIB=$ac_ct_RANLIB
5888 else
5889 RANLIB="$ac_cv_prog_RANLIB"
5892 if test -n "$ac_tool_prefix"; then
5893 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5894 set dummy ${ac_tool_prefix}strip; ac_word=$2
5895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5897 if test "${ac_cv_prog_STRIP+set}" = set; then
5898 echo $ECHO_N "(cached) $ECHO_C" >&6
5899 else
5900 if test -n "$STRIP"; then
5901 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5902 else
5903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5904 for as_dir in $PATH
5906 IFS=$as_save_IFS
5907 test -z "$as_dir" && as_dir=.
5908 for ac_exec_ext in '' $ac_executable_extensions; do
5909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5910 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5912 break 2
5914 done
5915 done
5916 IFS=$as_save_IFS
5920 STRIP=$ac_cv_prog_STRIP
5921 if test -n "$STRIP"; then
5922 { echo "$as_me:$LINENO: result: $STRIP" >&5
5923 echo "${ECHO_T}$STRIP" >&6; }
5924 else
5925 { echo "$as_me:$LINENO: result: no" >&5
5926 echo "${ECHO_T}no" >&6; }
5931 if test -z "$ac_cv_prog_STRIP"; then
5932 ac_ct_STRIP=$STRIP
5933 # Extract the first word of "strip", so it can be a program name with args.
5934 set dummy strip; ac_word=$2
5935 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5937 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5938 echo $ECHO_N "(cached) $ECHO_C" >&6
5939 else
5940 if test -n "$ac_ct_STRIP"; then
5941 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5942 else
5943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5944 for as_dir in $PATH
5946 IFS=$as_save_IFS
5947 test -z "$as_dir" && as_dir=.
5948 for ac_exec_ext in '' $ac_executable_extensions; do
5949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5950 ac_cv_prog_ac_ct_STRIP="strip"
5951 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 break 2
5954 done
5955 done
5956 IFS=$as_save_IFS
5960 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5961 if test -n "$ac_ct_STRIP"; then
5962 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5963 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5964 else
5965 { echo "$as_me:$LINENO: result: no" >&5
5966 echo "${ECHO_T}no" >&6; }
5969 if test "x$ac_ct_STRIP" = x; then
5970 STRIP="strip"
5971 else
5972 case $cross_compiling:$ac_tool_warned in
5973 yes:)
5974 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5975 whose name does not start with the host triplet. If you think this
5976 configuration is useful to you, please write to autoconf@gnu.org." >&5
5977 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5978 whose name does not start with the host triplet. If you think this
5979 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5980 ac_tool_warned=yes ;;
5981 esac
5982 STRIP=$ac_ct_STRIP
5984 else
5985 STRIP="$ac_cv_prog_STRIP"
5988 if test -n "$ac_tool_prefix"; then
5989 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5990 set dummy ${ac_tool_prefix}windres; ac_word=$2
5991 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5992 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5993 if test "${ac_cv_prog_WINDRES+set}" = set; then
5994 echo $ECHO_N "(cached) $ECHO_C" >&6
5995 else
5996 if test -n "$WINDRES"; then
5997 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5998 else
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000 for as_dir in $PATH
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6008 break 2
6010 done
6011 done
6012 IFS=$as_save_IFS
6016 WINDRES=$ac_cv_prog_WINDRES
6017 if test -n "$WINDRES"; then
6018 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6019 echo "${ECHO_T}$WINDRES" >&6; }
6020 else
6021 { echo "$as_me:$LINENO: result: no" >&5
6022 echo "${ECHO_T}no" >&6; }
6027 if test -z "$ac_cv_prog_WINDRES"; then
6028 ac_ct_WINDRES=$WINDRES
6029 # Extract the first word of "windres", so it can be a program name with args.
6030 set dummy windres; ac_word=$2
6031 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6033 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6
6035 else
6036 if test -n "$ac_ct_WINDRES"; then
6037 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6038 else
6039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6040 for as_dir in $PATH
6042 IFS=$as_save_IFS
6043 test -z "$as_dir" && as_dir=.
6044 for ac_exec_ext in '' $ac_executable_extensions; do
6045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6046 ac_cv_prog_ac_ct_WINDRES="windres"
6047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6048 break 2
6050 done
6051 done
6052 IFS=$as_save_IFS
6056 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6057 if test -n "$ac_ct_WINDRES"; then
6058 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6059 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6060 else
6061 { echo "$as_me:$LINENO: result: no" >&5
6062 echo "${ECHO_T}no" >&6; }
6065 if test "x$ac_ct_WINDRES" = x; then
6066 WINDRES="false"
6067 else
6068 case $cross_compiling:$ac_tool_warned in
6069 yes:)
6070 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6071 whose name does not start with the host triplet. If you think this
6072 configuration is useful to you, please write to autoconf@gnu.org." >&5
6073 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6074 whose name does not start with the host triplet. If you think this
6075 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6076 ac_tool_warned=yes ;;
6077 esac
6078 WINDRES=$ac_ct_WINDRES
6080 else
6081 WINDRES="$ac_cv_prog_WINDRES"
6084 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6085 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6086 LN_S=$as_ln_s
6087 if test "$LN_S" = "ln -s"; then
6088 { echo "$as_me:$LINENO: result: yes" >&5
6089 echo "${ECHO_T}yes" >&6; }
6090 else
6091 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6092 echo "${ECHO_T}no, using $LN_S" >&6; }
6095 { echo "$as_me:$LINENO: checking whether ln works" >&5
6096 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6097 rm -f conf$$ conf$$.file
6098 echo >conf$$.file
6099 if ln conf$$.file conf$$ 2>/dev/null; then
6100 LN=ln
6102 { echo "$as_me:$LINENO: result: yes" >&5
6103 echo "${ECHO_T}yes" >&6; }
6104 else
6105 LN="cp -p"
6107 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6108 echo "${ECHO_T}no, using $LN" >&6; }
6110 rm -f conf$$ conf$$.file
6111 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6112 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6113 if test "${ac_cv_path_GREP+set}" = set; then
6114 echo $ECHO_N "(cached) $ECHO_C" >&6
6115 else
6116 # Extract the first word of "grep ggrep" to use in msg output
6117 if test -z "$GREP"; then
6118 set dummy grep ggrep; ac_prog_name=$2
6119 if test "${ac_cv_path_GREP+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6121 else
6122 ac_path_GREP_found=false
6123 # Loop through the user's path and test for each of PROGNAME-LIST
6124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6127 IFS=$as_save_IFS
6128 test -z "$as_dir" && as_dir=.
6129 for ac_prog in grep ggrep; do
6130 for ac_exec_ext in '' $ac_executable_extensions; do
6131 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6132 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6133 # Check for GNU ac_path_GREP and select it if it is found.
6134 # Check for GNU $ac_path_GREP
6135 case `"$ac_path_GREP" --version 2>&1` in
6136 *GNU*)
6137 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6139 ac_count=0
6140 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6141 while :
6143 cat "conftest.in" "conftest.in" >"conftest.tmp"
6144 mv "conftest.tmp" "conftest.in"
6145 cp "conftest.in" "conftest.nl"
6146 echo 'GREP' >> "conftest.nl"
6147 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6148 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6149 ac_count=`expr $ac_count + 1`
6150 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6151 # Best one so far, save it but keep looking for a better one
6152 ac_cv_path_GREP="$ac_path_GREP"
6153 ac_path_GREP_max=$ac_count
6155 # 10*(2^10) chars as input seems more than enough
6156 test $ac_count -gt 10 && break
6157 done
6158 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6159 esac
6162 $ac_path_GREP_found && break 3
6163 done
6164 done
6166 done
6167 IFS=$as_save_IFS
6172 GREP="$ac_cv_path_GREP"
6173 if test -z "$GREP"; then
6174 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6175 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6176 { (exit 1); exit 1; }; }
6179 else
6180 ac_cv_path_GREP=$GREP
6185 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6186 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6187 GREP="$ac_cv_path_GREP"
6190 { echo "$as_me:$LINENO: checking for egrep" >&5
6191 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6192 if test "${ac_cv_path_EGREP+set}" = set; then
6193 echo $ECHO_N "(cached) $ECHO_C" >&6
6194 else
6195 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6196 then ac_cv_path_EGREP="$GREP -E"
6197 else
6198 # Extract the first word of "egrep" to use in msg output
6199 if test -z "$EGREP"; then
6200 set dummy egrep; ac_prog_name=$2
6201 if test "${ac_cv_path_EGREP+set}" = set; then
6202 echo $ECHO_N "(cached) $ECHO_C" >&6
6203 else
6204 ac_path_EGREP_found=false
6205 # Loop through the user's path and test for each of PROGNAME-LIST
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6209 IFS=$as_save_IFS
6210 test -z "$as_dir" && as_dir=.
6211 for ac_prog in egrep; do
6212 for ac_exec_ext in '' $ac_executable_extensions; do
6213 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6214 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6215 # Check for GNU ac_path_EGREP and select it if it is found.
6216 # Check for GNU $ac_path_EGREP
6217 case `"$ac_path_EGREP" --version 2>&1` in
6218 *GNU*)
6219 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6221 ac_count=0
6222 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6223 while :
6225 cat "conftest.in" "conftest.in" >"conftest.tmp"
6226 mv "conftest.tmp" "conftest.in"
6227 cp "conftest.in" "conftest.nl"
6228 echo 'EGREP' >> "conftest.nl"
6229 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6230 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6231 ac_count=`expr $ac_count + 1`
6232 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6233 # Best one so far, save it but keep looking for a better one
6234 ac_cv_path_EGREP="$ac_path_EGREP"
6235 ac_path_EGREP_max=$ac_count
6237 # 10*(2^10) chars as input seems more than enough
6238 test $ac_count -gt 10 && break
6239 done
6240 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6241 esac
6244 $ac_path_EGREP_found && break 3
6245 done
6246 done
6248 done
6249 IFS=$as_save_IFS
6254 EGREP="$ac_cv_path_EGREP"
6255 if test -z "$EGREP"; then
6256 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6257 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6258 { (exit 1); exit 1; }; }
6261 else
6262 ac_cv_path_EGREP=$EGREP
6268 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6269 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6270 EGREP="$ac_cv_path_EGREP"
6273 # Extract the first word of "ldconfig", so it can be a program name with args.
6274 set dummy ldconfig; ac_word=$2
6275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6277 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6
6279 else
6280 case $LDCONFIG in
6281 [\\/]* | ?:[\\/]*)
6282 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6286 for as_dir in /sbin /usr/sbin $PATH
6288 IFS=$as_save_IFS
6289 test -z "$as_dir" && as_dir=.
6290 for ac_exec_ext in '' $ac_executable_extensions; do
6291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6292 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6294 break 2
6296 done
6297 done
6298 IFS=$as_save_IFS
6300 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6302 esac
6304 LDCONFIG=$ac_cv_path_LDCONFIG
6305 if test -n "$LDCONFIG"; then
6306 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6307 echo "${ECHO_T}$LDCONFIG" >&6; }
6308 else
6309 { echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6; }
6314 # Find a good install program. We prefer a C program (faster),
6315 # so one script is as good as another. But avoid the broken or
6316 # incompatible versions:
6317 # SysV /etc/install, /usr/sbin/install
6318 # SunOS /usr/etc/install
6319 # IRIX /sbin/install
6320 # AIX /bin/install
6321 # AmigaOS /C/install, which installs bootblocks on floppy discs
6322 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6323 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6324 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6325 # OS/2's system install, which has a completely different semantic
6326 # ./install, which can be erroneously created by make from ./install.sh.
6327 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6328 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6329 if test -z "$INSTALL"; then
6330 if test "${ac_cv_path_install+set}" = set; then
6331 echo $ECHO_N "(cached) $ECHO_C" >&6
6332 else
6333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6334 for as_dir in $PATH
6336 IFS=$as_save_IFS
6337 test -z "$as_dir" && as_dir=.
6338 # Account for people who put trailing slashes in PATH elements.
6339 case $as_dir/ in
6340 ./ | .// | /cC/* | \
6341 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6342 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6343 /usr/ucb/* ) ;;
6345 # OSF1 and SCO ODT 3.0 have their own names for install.
6346 # Don't use installbsd from OSF since it installs stuff as root
6347 # by default.
6348 for ac_prog in ginstall scoinst install; do
6349 for ac_exec_ext in '' $ac_executable_extensions; do
6350 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6351 if test $ac_prog = install &&
6352 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6353 # AIX install. It has an incompatible calling convention.
6355 elif test $ac_prog = install &&
6356 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6357 # program-specific install script used by HP pwplus--don't use.
6359 else
6360 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6361 break 3
6364 done
6365 done
6367 esac
6368 done
6369 IFS=$as_save_IFS
6373 if test "${ac_cv_path_install+set}" = set; then
6374 INSTALL=$ac_cv_path_install
6375 else
6376 # As a last resort, use the slow shell script. Don't cache a
6377 # value for INSTALL within a source directory, because that will
6378 # break other packages using the cache if that directory is
6379 # removed, or if the value is a relative name.
6380 INSTALL=$ac_install_sh
6383 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6384 echo "${ECHO_T}$INSTALL" >&6; }
6386 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6387 # It thinks the first close brace ends the variable substitution.
6388 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6390 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6392 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6394 case "$INSTALL" in
6395 [\\/$]* | ?:[\\/]* ) ;;
6396 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6397 esac
6399 for ac_prog in lclint lint
6401 # Extract the first word of "$ac_prog", so it can be a program name with args.
6402 set dummy $ac_prog; ac_word=$2
6403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6405 if test "${ac_cv_prog_LINT+set}" = set; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6407 else
6408 if test -n "$LINT"; then
6409 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6410 else
6411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6412 for as_dir in $PATH
6414 IFS=$as_save_IFS
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_LINT="$ac_prog"
6419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6420 break 2
6422 done
6423 done
6424 IFS=$as_save_IFS
6428 LINT=$ac_cv_prog_LINT
6429 if test -n "$LINT"; then
6430 { echo "$as_me:$LINENO: result: $LINT" >&5
6431 echo "${ECHO_T}$LINT" >&6; }
6432 else
6433 { echo "$as_me:$LINENO: result: no" >&5
6434 echo "${ECHO_T}no" >&6; }
6438 test -n "$LINT" && break
6439 done
6441 if test "$LINT" = "lint"
6442 then
6443 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6448 for ac_prog in fontforge
6450 # Extract the first word of "$ac_prog", so it can be a program name with args.
6451 set dummy $ac_prog; ac_word=$2
6452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6454 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6455 echo $ECHO_N "(cached) $ECHO_C" >&6
6456 else
6457 if test -n "$FONTFORGE"; then
6458 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6459 else
6460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6461 for as_dir in $PATH
6463 IFS=$as_save_IFS
6464 test -z "$as_dir" && as_dir=.
6465 for ac_exec_ext in '' $ac_executable_extensions; do
6466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6467 ac_cv_prog_FONTFORGE="$ac_prog"
6468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6469 break 2
6471 done
6472 done
6473 IFS=$as_save_IFS
6477 FONTFORGE=$ac_cv_prog_FONTFORGE
6478 if test -n "$FONTFORGE"; then
6479 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6480 echo "${ECHO_T}$FONTFORGE" >&6; }
6481 else
6482 { echo "$as_me:$LINENO: result: no" >&5
6483 echo "${ECHO_T}no" >&6; }
6487 test -n "$FONTFORGE" && break
6488 done
6489 test -n "$FONTFORGE" || FONTFORGE="false"
6491 for ac_prog in pkg-config
6493 # Extract the first word of "$ac_prog", so it can be a program name with args.
6494 set dummy $ac_prog; ac_word=$2
6495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6497 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6498 echo $ECHO_N "(cached) $ECHO_C" >&6
6499 else
6500 if test -n "$PKG_CONFIG"; then
6501 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6502 else
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504 for as_dir in $PATH
6506 IFS=$as_save_IFS
6507 test -z "$as_dir" && as_dir=.
6508 for ac_exec_ext in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510 ac_cv_prog_PKG_CONFIG="$ac_prog"
6511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6512 break 2
6514 done
6515 done
6516 IFS=$as_save_IFS
6520 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6521 if test -n "$PKG_CONFIG"; then
6522 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6523 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6524 else
6525 { echo "$as_me:$LINENO: result: no" >&5
6526 echo "${ECHO_T}no" >&6; }
6530 test -n "$PKG_CONFIG" && break
6531 done
6532 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6534 for ac_prog in rsvg
6536 # Extract the first word of "$ac_prog", so it can be a program name with args.
6537 set dummy $ac_prog; ac_word=$2
6538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6540 if test "${ac_cv_prog_RSVG+set}" = set; then
6541 echo $ECHO_N "(cached) $ECHO_C" >&6
6542 else
6543 if test -n "$RSVG"; then
6544 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6545 else
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in $PATH
6549 IFS=$as_save_IFS
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_prog_RSVG="$ac_prog"
6554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6555 break 2
6557 done
6558 done
6559 IFS=$as_save_IFS
6563 RSVG=$ac_cv_prog_RSVG
6564 if test -n "$RSVG"; then
6565 { echo "$as_me:$LINENO: result: $RSVG" >&5
6566 echo "${ECHO_T}$RSVG" >&6; }
6567 else
6568 { echo "$as_me:$LINENO: result: no" >&5
6569 echo "${ECHO_T}no" >&6; }
6573 test -n "$RSVG" && break
6574 done
6575 test -n "$RSVG" || RSVG="false"
6577 for ac_prog in icotool
6579 # Extract the first word of "$ac_prog", so it can be a program name with args.
6580 set dummy $ac_prog; ac_word=$2
6581 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6583 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6585 else
6586 if test -n "$ICOTOOL"; then
6587 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6588 else
6589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6590 for as_dir in $PATH
6592 IFS=$as_save_IFS
6593 test -z "$as_dir" && as_dir=.
6594 for ac_exec_ext in '' $ac_executable_extensions; do
6595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6596 ac_cv_prog_ICOTOOL="$ac_prog"
6597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6598 break 2
6600 done
6601 done
6602 IFS=$as_save_IFS
6606 ICOTOOL=$ac_cv_prog_ICOTOOL
6607 if test -n "$ICOTOOL"; then
6608 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6609 echo "${ECHO_T}$ICOTOOL" >&6; }
6610 else
6611 { echo "$as_me:$LINENO: result: no" >&5
6612 echo "${ECHO_T}no" >&6; }
6616 test -n "$ICOTOOL" && break
6617 done
6618 test -n "$ICOTOOL" || ICOTOOL="false"
6621 if test "${enable_maintainer_mode+set}" = set
6622 then
6623 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6624 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6625 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6628 case $host_cpu in
6629 *i[3456789]86*)
6630 # Extract the first word of "prelink", so it can be a program name with args.
6631 set dummy prelink; ac_word=$2
6632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6634 if test "${ac_cv_path_PRELINK+set}" = set; then
6635 echo $ECHO_N "(cached) $ECHO_C" >&6
6636 else
6637 case $PRELINK in
6638 [\\/]* | ?:[\\/]*)
6639 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6643 for as_dir in /sbin /usr/sbin $PATH
6645 IFS=$as_save_IFS
6646 test -z "$as_dir" && as_dir=.
6647 for ac_exec_ext in '' $ac_executable_extensions; do
6648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6649 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6651 break 2
6653 done
6654 done
6655 IFS=$as_save_IFS
6657 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6659 esac
6661 PRELINK=$ac_cv_path_PRELINK
6662 if test -n "$PRELINK"; then
6663 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6664 echo "${ECHO_T}$PRELINK" >&6; }
6665 else
6666 { echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6; }
6672 esac
6676 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6677 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6678 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6679 echo $ECHO_N "(cached) $ECHO_C" >&6
6680 else
6681 ac_check_lib_save_LIBS=$LIBS
6682 LIBS="-li386 $LIBS"
6683 cat >conftest.$ac_ext <<_ACEOF
6684 /* confdefs.h. */
6685 _ACEOF
6686 cat confdefs.h >>conftest.$ac_ext
6687 cat >>conftest.$ac_ext <<_ACEOF
6688 /* end confdefs.h. */
6690 /* Override any GCC internal prototype to avoid an error.
6691 Use char because int might match the return type of a GCC
6692 builtin and then its argument prototype would still apply. */
6693 #ifdef __cplusplus
6694 extern "C"
6695 #endif
6696 char i386_set_ldt ();
6698 main ()
6700 return i386_set_ldt ();
6702 return 0;
6704 _ACEOF
6705 rm -f conftest.$ac_objext conftest$ac_exeext
6706 if { (ac_try="$ac_link"
6707 case "(($ac_try" in
6708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6709 *) ac_try_echo=$ac_try;;
6710 esac
6711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6712 (eval "$ac_link") 2>conftest.er1
6713 ac_status=$?
6714 grep -v '^ *+' conftest.er1 >conftest.err
6715 rm -f conftest.er1
6716 cat conftest.err >&5
6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6718 (exit $ac_status); } && {
6719 test -z "$ac_c_werror_flag" ||
6720 test ! -s conftest.err
6721 } && test -s conftest$ac_exeext &&
6722 $as_test_x conftest$ac_exeext; then
6723 ac_cv_lib_i386_i386_set_ldt=yes
6724 else
6725 echo "$as_me: failed program was:" >&5
6726 sed 's/^/| /' conftest.$ac_ext >&5
6728 ac_cv_lib_i386_i386_set_ldt=no
6731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6732 conftest$ac_exeext conftest.$ac_ext
6733 LIBS=$ac_check_lib_save_LIBS
6735 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6736 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6737 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6738 cat >>confdefs.h <<_ACEOF
6739 #define HAVE_LIBI386 1
6740 _ACEOF
6742 LIBS="-li386 $LIBS"
6747 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6748 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6749 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6750 echo $ECHO_N "(cached) $ECHO_C" >&6
6751 else
6752 ac_check_lib_save_LIBS=$LIBS
6753 LIBS="-lossaudio $LIBS"
6754 cat >conftest.$ac_ext <<_ACEOF
6755 /* confdefs.h. */
6756 _ACEOF
6757 cat confdefs.h >>conftest.$ac_ext
6758 cat >>conftest.$ac_ext <<_ACEOF
6759 /* end confdefs.h. */
6761 /* Override any GCC internal prototype to avoid an error.
6762 Use char because int might match the return type of a GCC
6763 builtin and then its argument prototype would still apply. */
6764 #ifdef __cplusplus
6765 extern "C"
6766 #endif
6767 char _oss_ioctl ();
6769 main ()
6771 return _oss_ioctl ();
6773 return 0;
6775 _ACEOF
6776 rm -f conftest.$ac_objext conftest$ac_exeext
6777 if { (ac_try="$ac_link"
6778 case "(($ac_try" in
6779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6780 *) ac_try_echo=$ac_try;;
6781 esac
6782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6783 (eval "$ac_link") 2>conftest.er1
6784 ac_status=$?
6785 grep -v '^ *+' conftest.er1 >conftest.err
6786 rm -f conftest.er1
6787 cat conftest.err >&5
6788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6789 (exit $ac_status); } && {
6790 test -z "$ac_c_werror_flag" ||
6791 test ! -s conftest.err
6792 } && test -s conftest$ac_exeext &&
6793 $as_test_x conftest$ac_exeext; then
6794 ac_cv_lib_ossaudio__oss_ioctl=yes
6795 else
6796 echo "$as_me: failed program was:" >&5
6797 sed 's/^/| /' conftest.$ac_ext >&5
6799 ac_cv_lib_ossaudio__oss_ioctl=no
6802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6803 conftest$ac_exeext conftest.$ac_ext
6804 LIBS=$ac_check_lib_save_LIBS
6806 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6807 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6808 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6809 cat >>confdefs.h <<_ACEOF
6810 #define HAVE_LIBOSSAUDIO 1
6811 _ACEOF
6813 LIBS="-lossaudio $LIBS"
6817 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6818 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6819 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6821 else
6822 ac_check_lib_save_LIBS=$LIBS
6823 LIBS="-lpthread $LIBS"
6824 cat >conftest.$ac_ext <<_ACEOF
6825 /* confdefs.h. */
6826 _ACEOF
6827 cat confdefs.h >>conftest.$ac_ext
6828 cat >>conftest.$ac_ext <<_ACEOF
6829 /* end confdefs.h. */
6831 /* Override any GCC internal prototype to avoid an error.
6832 Use char because int might match the return type of a GCC
6833 builtin and then its argument prototype would still apply. */
6834 #ifdef __cplusplus
6835 extern "C"
6836 #endif
6837 char pthread_create ();
6839 main ()
6841 return pthread_create ();
6843 return 0;
6845 _ACEOF
6846 rm -f conftest.$ac_objext conftest$ac_exeext
6847 if { (ac_try="$ac_link"
6848 case "(($ac_try" in
6849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6850 *) ac_try_echo=$ac_try;;
6851 esac
6852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6853 (eval "$ac_link") 2>conftest.er1
6854 ac_status=$?
6855 grep -v '^ *+' conftest.er1 >conftest.err
6856 rm -f conftest.er1
6857 cat conftest.err >&5
6858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6859 (exit $ac_status); } && {
6860 test -z "$ac_c_werror_flag" ||
6861 test ! -s conftest.err
6862 } && test -s conftest$ac_exeext &&
6863 $as_test_x conftest$ac_exeext; then
6864 ac_cv_lib_pthread_pthread_create=yes
6865 else
6866 echo "$as_me: failed program was:" >&5
6867 sed 's/^/| /' conftest.$ac_ext >&5
6869 ac_cv_lib_pthread_pthread_create=no
6872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6873 conftest$ac_exeext conftest.$ac_ext
6874 LIBS=$ac_check_lib_save_LIBS
6876 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6877 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6878 if test $ac_cv_lib_pthread_pthread_create = yes; then
6879 LIBPTHREAD="-lpthread"
6884 XLIB=""
6886 OPENGL_LIBS=""
6890 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6891 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6892 if test "${ac_cv_header_stdc+set}" = set; then
6893 echo $ECHO_N "(cached) $ECHO_C" >&6
6894 else
6895 cat >conftest.$ac_ext <<_ACEOF
6896 /* confdefs.h. */
6897 _ACEOF
6898 cat confdefs.h >>conftest.$ac_ext
6899 cat >>conftest.$ac_ext <<_ACEOF
6900 /* end confdefs.h. */
6901 #include <stdlib.h>
6902 #include <stdarg.h>
6903 #include <string.h>
6904 #include <float.h>
6907 main ()
6911 return 0;
6913 _ACEOF
6914 rm -f conftest.$ac_objext
6915 if { (ac_try="$ac_compile"
6916 case "(($ac_try" in
6917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6918 *) ac_try_echo=$ac_try;;
6919 esac
6920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6921 (eval "$ac_compile") 2>conftest.er1
6922 ac_status=$?
6923 grep -v '^ *+' conftest.er1 >conftest.err
6924 rm -f conftest.er1
6925 cat conftest.err >&5
6926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6927 (exit $ac_status); } && {
6928 test -z "$ac_c_werror_flag" ||
6929 test ! -s conftest.err
6930 } && test -s conftest.$ac_objext; then
6931 ac_cv_header_stdc=yes
6932 else
6933 echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.$ac_ext >&5
6936 ac_cv_header_stdc=no
6939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6941 if test $ac_cv_header_stdc = yes; then
6942 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6943 cat >conftest.$ac_ext <<_ACEOF
6944 /* confdefs.h. */
6945 _ACEOF
6946 cat confdefs.h >>conftest.$ac_ext
6947 cat >>conftest.$ac_ext <<_ACEOF
6948 /* end confdefs.h. */
6949 #include <string.h>
6951 _ACEOF
6952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6953 $EGREP "memchr" >/dev/null 2>&1; then
6955 else
6956 ac_cv_header_stdc=no
6958 rm -f conftest*
6962 if test $ac_cv_header_stdc = yes; then
6963 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6964 cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h. */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6970 #include <stdlib.h>
6972 _ACEOF
6973 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6974 $EGREP "free" >/dev/null 2>&1; then
6976 else
6977 ac_cv_header_stdc=no
6979 rm -f conftest*
6983 if test $ac_cv_header_stdc = yes; then
6984 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6985 if test "$cross_compiling" = yes; then
6987 else
6988 cat >conftest.$ac_ext <<_ACEOF
6989 /* confdefs.h. */
6990 _ACEOF
6991 cat confdefs.h >>conftest.$ac_ext
6992 cat >>conftest.$ac_ext <<_ACEOF
6993 /* end confdefs.h. */
6994 #include <ctype.h>
6995 #include <stdlib.h>
6996 #if ((' ' & 0x0FF) == 0x020)
6997 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6998 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6999 #else
7000 # define ISLOWER(c) \
7001 (('a' <= (c) && (c) <= 'i') \
7002 || ('j' <= (c) && (c) <= 'r') \
7003 || ('s' <= (c) && (c) <= 'z'))
7004 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7005 #endif
7007 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7009 main ()
7011 int i;
7012 for (i = 0; i < 256; i++)
7013 if (XOR (islower (i), ISLOWER (i))
7014 || toupper (i) != TOUPPER (i))
7015 return 2;
7016 return 0;
7018 _ACEOF
7019 rm -f conftest$ac_exeext
7020 if { (ac_try="$ac_link"
7021 case "(($ac_try" in
7022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7023 *) ac_try_echo=$ac_try;;
7024 esac
7025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7026 (eval "$ac_link") 2>&5
7027 ac_status=$?
7028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7030 { (case "(($ac_try" in
7031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032 *) ac_try_echo=$ac_try;;
7033 esac
7034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7035 (eval "$ac_try") 2>&5
7036 ac_status=$?
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7040 else
7041 echo "$as_me: program exited with status $ac_status" >&5
7042 echo "$as_me: failed program was:" >&5
7043 sed 's/^/| /' conftest.$ac_ext >&5
7045 ( exit $ac_status )
7046 ac_cv_header_stdc=no
7048 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7054 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7055 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7056 if test $ac_cv_header_stdc = yes; then
7058 cat >>confdefs.h <<\_ACEOF
7059 #define STDC_HEADERS 1
7060 _ACEOF
7064 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7074 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7075 inttypes.h stdint.h unistd.h
7077 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7078 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7080 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7082 else
7083 cat >conftest.$ac_ext <<_ACEOF
7084 /* confdefs.h. */
7085 _ACEOF
7086 cat confdefs.h >>conftest.$ac_ext
7087 cat >>conftest.$ac_ext <<_ACEOF
7088 /* end confdefs.h. */
7089 $ac_includes_default
7091 #include <$ac_header>
7092 _ACEOF
7093 rm -f conftest.$ac_objext
7094 if { (ac_try="$ac_compile"
7095 case "(($ac_try" in
7096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7097 *) ac_try_echo=$ac_try;;
7098 esac
7099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7100 (eval "$ac_compile") 2>conftest.er1
7101 ac_status=$?
7102 grep -v '^ *+' conftest.er1 >conftest.err
7103 rm -f conftest.er1
7104 cat conftest.err >&5
7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7106 (exit $ac_status); } && {
7107 test -z "$ac_c_werror_flag" ||
7108 test ! -s conftest.err
7109 } && test -s conftest.$ac_objext; then
7110 eval "$as_ac_Header=yes"
7111 else
7112 echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7115 eval "$as_ac_Header=no"
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7120 ac_res=`eval echo '${'$as_ac_Header'}'`
7121 { echo "$as_me:$LINENO: result: $ac_res" >&5
7122 echo "${ECHO_T}$ac_res" >&6; }
7123 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7124 cat >>confdefs.h <<_ACEOF
7125 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7126 _ACEOF
7130 done
7245 for ac_header in \
7246 AudioUnit/AudioUnit.h \
7247 Carbon/Carbon.h \
7248 CoreAudio/CoreAudio.h \
7249 DiskArbitration/DiskArbitration.h \
7250 IOKit/IOKitLib.h \
7251 alias.h \
7252 alsa/asoundlib.h \
7253 arpa/inet.h \
7254 arpa/nameser.h \
7255 asm/types.h \
7256 capi20.h \
7257 curses.h \
7258 direct.h \
7259 dirent.h \
7260 dlfcn.h \
7261 elf.h \
7262 float.h \
7263 fontconfig/fontconfig.h \
7264 getopt.h \
7265 ieeefp.h \
7266 io.h \
7267 jack/jack.h \
7268 jpeglib.h \
7269 lber.h \
7270 lcms.h \
7271 lcms/lcms.h \
7272 ldap.h \
7273 libaudioio.h \
7274 link.h \
7275 linux/cdrom.h \
7276 linux/compiler.h \
7277 linux/hdreg.h \
7278 linux/input.h \
7279 linux/ioctl.h \
7280 linux/joystick.h \
7281 linux/major.h \
7282 linux/param.h \
7283 linux/serial.h \
7284 linux/ucdrom.h \
7285 mach/mach.h \
7286 mach/machine.h \
7287 machine/cpu.h \
7288 machine/limits.h \
7289 machine/soundcard.h \
7290 mntent.h \
7291 ncurses.h \
7292 netdb.h \
7293 netinet/in.h \
7294 netinet/in_systm.h \
7295 netinet/tcp.h \
7296 netinet/tcp_fsm.h \
7297 openssl/err.h \
7298 openssl/ssl.h \
7299 png.h \
7300 poll.h \
7301 process.h \
7302 pthread.h \
7303 pwd.h \
7304 regex.h \
7305 sched.h \
7306 scsi/scsi.h \
7307 scsi/scsi_ioctl.h \
7308 scsi/sg.h \
7309 soundcard.h \
7310 stdint.h \
7311 strings.h \
7312 sys/asoundlib.h \
7313 sys/cdio.h \
7314 sys/elf32.h \
7315 sys/epoll.h \
7316 sys/errno.h \
7317 sys/event.h \
7318 sys/exec_elf.h \
7319 sys/filio.h \
7320 sys/ioctl.h \
7321 sys/ipc.h \
7322 sys/limits.h \
7323 sys/link.h \
7324 sys/lwp.h \
7325 sys/mman.h \
7326 sys/modem.h \
7327 sys/msg.h \
7328 sys/mtio.h \
7329 sys/param.h \
7330 sys/poll.h \
7331 sys/prctl.h \
7332 sys/ptrace.h \
7333 sys/reg.h \
7334 sys/resource.h \
7335 sys/scsiio.h \
7336 sys/shm.h \
7337 sys/signal.h \
7338 sys/socket.h \
7339 sys/socketvar.h \
7340 sys/sockio.h \
7341 sys/soundcard.h \
7342 sys/statvfs.h \
7343 sys/strtio.h \
7344 sys/syscall.h \
7345 sys/sysctl.h \
7346 sys/time.h \
7347 sys/times.h \
7348 sys/uio.h \
7349 sys/un.h \
7350 sys/vm86.h \
7351 sys/wait.h \
7352 syscall.h \
7353 termios.h \
7354 unistd.h \
7355 utime.h \
7356 valgrind/memcheck.h \
7357 valgrind/valgrind.h
7360 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7362 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7363 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7365 echo $ECHO_N "(cached) $ECHO_C" >&6
7367 ac_res=`eval echo '${'$as_ac_Header'}'`
7368 { echo "$as_me:$LINENO: result: $ac_res" >&5
7369 echo "${ECHO_T}$ac_res" >&6; }
7370 else
7371 # Is the header compilable?
7372 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7373 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7374 cat >conftest.$ac_ext <<_ACEOF
7375 /* confdefs.h. */
7376 _ACEOF
7377 cat confdefs.h >>conftest.$ac_ext
7378 cat >>conftest.$ac_ext <<_ACEOF
7379 /* end confdefs.h. */
7380 $ac_includes_default
7381 #include <$ac_header>
7382 _ACEOF
7383 rm -f conftest.$ac_objext
7384 if { (ac_try="$ac_compile"
7385 case "(($ac_try" in
7386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7387 *) ac_try_echo=$ac_try;;
7388 esac
7389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7390 (eval "$ac_compile") 2>conftest.er1
7391 ac_status=$?
7392 grep -v '^ *+' conftest.er1 >conftest.err
7393 rm -f conftest.er1
7394 cat conftest.err >&5
7395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7396 (exit $ac_status); } && {
7397 test -z "$ac_c_werror_flag" ||
7398 test ! -s conftest.err
7399 } && test -s conftest.$ac_objext; then
7400 ac_header_compiler=yes
7401 else
7402 echo "$as_me: failed program was:" >&5
7403 sed 's/^/| /' conftest.$ac_ext >&5
7405 ac_header_compiler=no
7408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7409 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7410 echo "${ECHO_T}$ac_header_compiler" >&6; }
7412 # Is the header present?
7413 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7414 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7415 cat >conftest.$ac_ext <<_ACEOF
7416 /* confdefs.h. */
7417 _ACEOF
7418 cat confdefs.h >>conftest.$ac_ext
7419 cat >>conftest.$ac_ext <<_ACEOF
7420 /* end confdefs.h. */
7421 #include <$ac_header>
7422 _ACEOF
7423 if { (ac_try="$ac_cpp conftest.$ac_ext"
7424 case "(($ac_try" in
7425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7426 *) ac_try_echo=$ac_try;;
7427 esac
7428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7430 ac_status=$?
7431 grep -v '^ *+' conftest.er1 >conftest.err
7432 rm -f conftest.er1
7433 cat conftest.err >&5
7434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7435 (exit $ac_status); } >/dev/null && {
7436 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7437 test ! -s conftest.err
7438 }; then
7439 ac_header_preproc=yes
7440 else
7441 echo "$as_me: failed program was:" >&5
7442 sed 's/^/| /' conftest.$ac_ext >&5
7444 ac_header_preproc=no
7447 rm -f conftest.err conftest.$ac_ext
7448 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7449 echo "${ECHO_T}$ac_header_preproc" >&6; }
7451 # So? What about this header?
7452 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7453 yes:no: )
7454 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7455 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7457 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7458 ac_header_preproc=yes
7460 no:yes:* )
7461 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7462 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7463 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7464 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7465 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7466 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7468 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7470 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7471 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7472 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7473 ( cat <<\_ASBOX
7474 ## ------------------------------------ ##
7475 ## Report this to wine-devel@winehq.org ##
7476 ## ------------------------------------ ##
7477 _ASBOX
7478 ) | sed "s/^/$as_me: WARNING: /" >&2
7480 esac
7481 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7482 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7484 echo $ECHO_N "(cached) $ECHO_C" >&6
7485 else
7486 eval "$as_ac_Header=\$ac_header_preproc"
7488 ac_res=`eval echo '${'$as_ac_Header'}'`
7489 { echo "$as_me:$LINENO: result: $ac_res" >&5
7490 echo "${ECHO_T}$ac_res" >&6; }
7493 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7494 cat >>confdefs.h <<_ACEOF
7495 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7496 _ACEOF
7500 done
7502 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7503 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7504 if test "${ac_cv_header_stat_broken+set}" = set; then
7505 echo $ECHO_N "(cached) $ECHO_C" >&6
7506 else
7507 cat >conftest.$ac_ext <<_ACEOF
7508 /* confdefs.h. */
7509 _ACEOF
7510 cat confdefs.h >>conftest.$ac_ext
7511 cat >>conftest.$ac_ext <<_ACEOF
7512 /* end confdefs.h. */
7513 #include <sys/types.h>
7514 #include <sys/stat.h>
7516 #if defined S_ISBLK && defined S_IFDIR
7517 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7518 #endif
7520 #if defined S_ISBLK && defined S_IFCHR
7521 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7522 #endif
7524 #if defined S_ISLNK && defined S_IFREG
7525 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7526 #endif
7528 #if defined S_ISSOCK && defined S_IFREG
7529 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7530 #endif
7532 _ACEOF
7533 rm -f conftest.$ac_objext
7534 if { (ac_try="$ac_compile"
7535 case "(($ac_try" in
7536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7537 *) ac_try_echo=$ac_try;;
7538 esac
7539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7540 (eval "$ac_compile") 2>conftest.er1
7541 ac_status=$?
7542 grep -v '^ *+' conftest.er1 >conftest.err
7543 rm -f conftest.er1
7544 cat conftest.err >&5
7545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7546 (exit $ac_status); } && {
7547 test -z "$ac_c_werror_flag" ||
7548 test ! -s conftest.err
7549 } && test -s conftest.$ac_objext; then
7550 ac_cv_header_stat_broken=no
7551 else
7552 echo "$as_me: failed program was:" >&5
7553 sed 's/^/| /' conftest.$ac_ext >&5
7555 ac_cv_header_stat_broken=yes
7558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7560 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7561 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7562 if test $ac_cv_header_stat_broken = yes; then
7564 cat >>confdefs.h <<\_ACEOF
7565 #define STAT_MACROS_BROKEN 1
7566 _ACEOF
7576 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7578 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7579 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7580 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7581 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7582 echo $ECHO_N "(cached) $ECHO_C" >&6
7583 else
7584 cat >conftest.$ac_ext <<_ACEOF
7585 /* confdefs.h. */
7586 _ACEOF
7587 cat confdefs.h >>conftest.$ac_ext
7588 cat >>conftest.$ac_ext <<_ACEOF
7589 /* end confdefs.h. */
7590 #include <sys/types.h>
7591 #ifdef HAVE_SYS_PARAM_H
7592 # include <sys/param.h>
7593 #endif
7595 #include <$ac_header>
7596 _ACEOF
7597 rm -f conftest.$ac_objext
7598 if { (ac_try="$ac_compile"
7599 case "(($ac_try" in
7600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7601 *) ac_try_echo=$ac_try;;
7602 esac
7603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7604 (eval "$ac_compile") 2>conftest.er1
7605 ac_status=$?
7606 grep -v '^ *+' conftest.er1 >conftest.err
7607 rm -f conftest.er1
7608 cat conftest.err >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); } && {
7611 test -z "$ac_c_werror_flag" ||
7612 test ! -s conftest.err
7613 } && test -s conftest.$ac_objext; then
7614 eval "$as_ac_Header=yes"
7615 else
7616 echo "$as_me: failed program was:" >&5
7617 sed 's/^/| /' conftest.$ac_ext >&5
7619 eval "$as_ac_Header=no"
7622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7624 ac_res=`eval echo '${'$as_ac_Header'}'`
7625 { echo "$as_me:$LINENO: result: $ac_res" >&5
7626 echo "${ECHO_T}$ac_res" >&6; }
7627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7628 cat >>confdefs.h <<_ACEOF
7629 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7630 _ACEOF
7634 done
7649 for ac_header in \
7650 netinet/ip.h \
7651 net/if.h \
7652 net/if_arp.h \
7653 net/if_dl.h \
7654 net/if_types.h \
7655 net/route.h \
7656 netinet/if_ether.h \
7657 netinet/in_pcb.h \
7658 netinet/ip_icmp.h \
7659 netinet/ip_var.h \
7660 netinet/udp.h \
7661 netipx/ipx.h \
7664 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7665 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7666 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7667 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7668 echo $ECHO_N "(cached) $ECHO_C" >&6
7669 else
7670 cat >conftest.$ac_ext <<_ACEOF
7671 /* confdefs.h. */
7672 _ACEOF
7673 cat confdefs.h >>conftest.$ac_ext
7674 cat >>conftest.$ac_ext <<_ACEOF
7675 /* end confdefs.h. */
7676 #include <sys/types.h>
7677 #ifdef HAVE_SYS_SOCKET_H
7678 # include <sys/socket.h>
7679 #endif
7680 #ifdef HAVE_SYS_SOCKETVAR_H
7681 # include <sys/socketvar.h>
7682 #endif
7683 #ifdef HAVE_NETINET_IN_H
7684 # include <netinet/in.h>
7685 #endif
7686 #ifdef HAVE_NETINET_IP_H
7687 # include <netinet/ip.h>
7688 #endif
7690 #include <$ac_header>
7691 _ACEOF
7692 rm -f conftest.$ac_objext
7693 if { (ac_try="$ac_compile"
7694 case "(($ac_try" in
7695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696 *) ac_try_echo=$ac_try;;
7697 esac
7698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7699 (eval "$ac_compile") 2>conftest.er1
7700 ac_status=$?
7701 grep -v '^ *+' conftest.er1 >conftest.err
7702 rm -f conftest.er1
7703 cat conftest.err >&5
7704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7705 (exit $ac_status); } && {
7706 test -z "$ac_c_werror_flag" ||
7707 test ! -s conftest.err
7708 } && test -s conftest.$ac_objext; then
7709 eval "$as_ac_Header=yes"
7710 else
7711 echo "$as_me: failed program was:" >&5
7712 sed 's/^/| /' conftest.$ac_ext >&5
7714 eval "$as_ac_Header=no"
7717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7719 ac_res=`eval echo '${'$as_ac_Header'}'`
7720 { echo "$as_me:$LINENO: result: $ac_res" >&5
7721 echo "${ECHO_T}$ac_res" >&6; }
7722 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7723 cat >>confdefs.h <<_ACEOF
7724 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7725 _ACEOF
7729 done
7736 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7738 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7739 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7742 echo $ECHO_N "(cached) $ECHO_C" >&6
7743 else
7744 cat >conftest.$ac_ext <<_ACEOF
7745 /* confdefs.h. */
7746 _ACEOF
7747 cat confdefs.h >>conftest.$ac_ext
7748 cat >>conftest.$ac_ext <<_ACEOF
7749 /* end confdefs.h. */
7750 #include <sys/types.h>
7751 #ifdef HAVE_ALIAS_H
7752 # include <alias.h>
7753 #endif
7754 #ifdef HAVE_SYS_SOCKET_H
7755 # include <sys/socket.h>
7756 #endif
7757 #ifdef HAVE_SYS_SOCKETVAR_H
7758 # include <sys/socketvar.h>
7759 #endif
7760 #ifdef HAVE_NETINET_IN_H
7761 # include <netinet/in.h>
7762 #endif
7763 #ifdef HAVE_NETINET_IP_H
7764 # include <netinet/ip.h>
7765 #endif
7766 #ifdef HAVE_NETINET_IP_VAR_H
7767 # include <netinet/ip_var.h>
7768 #endif
7769 #ifdef HAVE_NETINET_IP_ICMP_H
7770 # include <netinet/ip_icmp.h>
7771 #endif
7772 #ifdef HAVE_NETINET_UDP_H
7773 # include <netinet/udp.h>
7774 #endif
7775 #ifdef HAVE_NETINET_TCP_H
7776 # include <netinet/tcp.h>
7777 #endif
7779 #include <$ac_header>
7780 _ACEOF
7781 rm -f conftest.$ac_objext
7782 if { (ac_try="$ac_compile"
7783 case "(($ac_try" in
7784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7785 *) ac_try_echo=$ac_try;;
7786 esac
7787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7788 (eval "$ac_compile") 2>conftest.er1
7789 ac_status=$?
7790 grep -v '^ *+' conftest.er1 >conftest.err
7791 rm -f conftest.er1
7792 cat conftest.err >&5
7793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7794 (exit $ac_status); } && {
7795 test -z "$ac_c_werror_flag" ||
7796 test ! -s conftest.err
7797 } && test -s conftest.$ac_objext; then
7798 eval "$as_ac_Header=yes"
7799 else
7800 echo "$as_me: failed program was:" >&5
7801 sed 's/^/| /' conftest.$ac_ext >&5
7803 eval "$as_ac_Header=no"
7806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7808 ac_res=`eval echo '${'$as_ac_Header'}'`
7809 { echo "$as_me:$LINENO: result: $ac_res" >&5
7810 echo "${ECHO_T}$ac_res" >&6; }
7811 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7812 cat >>confdefs.h <<_ACEOF
7813 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7814 _ACEOF
7818 done
7822 for ac_header in linux/ipx.h
7824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7825 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7827 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7828 echo $ECHO_N "(cached) $ECHO_C" >&6
7829 else
7830 cat >conftest.$ac_ext <<_ACEOF
7831 /* confdefs.h. */
7832 _ACEOF
7833 cat confdefs.h >>conftest.$ac_ext
7834 cat >>conftest.$ac_ext <<_ACEOF
7835 /* end confdefs.h. */
7836 #include <sys/types.h>
7837 #ifdef HAVE_ASM_TYPES_H
7838 # include <asm/types.h>
7839 #endif
7840 #ifdef HAVE_SYS_SOCKET_H
7841 # include <sys/socket.h>
7842 #endif
7844 #include <$ac_header>
7845 _ACEOF
7846 rm -f conftest.$ac_objext
7847 if { (ac_try="$ac_compile"
7848 case "(($ac_try" in
7849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7850 *) ac_try_echo=$ac_try;;
7851 esac
7852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7853 (eval "$ac_compile") 2>conftest.er1
7854 ac_status=$?
7855 grep -v '^ *+' conftest.er1 >conftest.err
7856 rm -f conftest.er1
7857 cat conftest.err >&5
7858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7859 (exit $ac_status); } && {
7860 test -z "$ac_c_werror_flag" ||
7861 test ! -s conftest.err
7862 } && test -s conftest.$ac_objext; then
7863 eval "$as_ac_Header=yes"
7864 else
7865 echo "$as_me: failed program was:" >&5
7866 sed 's/^/| /' conftest.$ac_ext >&5
7868 eval "$as_ac_Header=no"
7871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7873 ac_res=`eval echo '${'$as_ac_Header'}'`
7874 { echo "$as_me:$LINENO: result: $ac_res" >&5
7875 echo "${ECHO_T}$ac_res" >&6; }
7876 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7877 cat >>confdefs.h <<_ACEOF
7878 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7879 _ACEOF
7883 done
7887 for ac_header in resolv.h
7889 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7890 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7893 echo $ECHO_N "(cached) $ECHO_C" >&6
7894 else
7895 cat >conftest.$ac_ext <<_ACEOF
7896 /* confdefs.h. */
7897 _ACEOF
7898 cat confdefs.h >>conftest.$ac_ext
7899 cat >>conftest.$ac_ext <<_ACEOF
7900 /* end confdefs.h. */
7901 #include <sys/types.h>
7902 #ifdef HAVE_SYS_SOCKET_H
7903 # include <sys/socket.h>
7904 #endif
7905 #ifdef HAVE_NETINET_IN_H
7906 # include <netinet/in.h>
7907 #endif
7908 #ifdef HAVE_ARPA_NAMESER_H
7909 # include <arpa/nameser.h>
7910 #endif
7912 #include <$ac_header>
7913 _ACEOF
7914 rm -f conftest.$ac_objext
7915 if { (ac_try="$ac_compile"
7916 case "(($ac_try" in
7917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7918 *) ac_try_echo=$ac_try;;
7919 esac
7920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7921 (eval "$ac_compile") 2>conftest.er1
7922 ac_status=$?
7923 grep -v '^ *+' conftest.er1 >conftest.err
7924 rm -f conftest.er1
7925 cat conftest.err >&5
7926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7927 (exit $ac_status); } && {
7928 test -z "$ac_c_werror_flag" ||
7929 test ! -s conftest.err
7930 } && test -s conftest.$ac_objext; then
7931 eval "$as_ac_Header=yes"
7932 else
7933 echo "$as_me: failed program was:" >&5
7934 sed 's/^/| /' conftest.$ac_ext >&5
7936 eval "$as_ac_Header=no"
7939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7941 ac_res=`eval echo '${'$as_ac_Header'}'`
7942 { echo "$as_me:$LINENO: result: $ac_res" >&5
7943 echo "${ECHO_T}$ac_res" >&6; }
7944 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7945 cat >>confdefs.h <<_ACEOF
7946 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7947 _ACEOF
7951 done
7955 for ac_header in ucontext.h
7957 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7958 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7959 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7960 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7961 echo $ECHO_N "(cached) $ECHO_C" >&6
7962 else
7963 cat >conftest.$ac_ext <<_ACEOF
7964 /* confdefs.h. */
7965 _ACEOF
7966 cat confdefs.h >>conftest.$ac_ext
7967 cat >>conftest.$ac_ext <<_ACEOF
7968 /* end confdefs.h. */
7969 #include <signal.h>
7971 #include <$ac_header>
7972 _ACEOF
7973 rm -f conftest.$ac_objext
7974 if { (ac_try="$ac_compile"
7975 case "(($ac_try" in
7976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7977 *) ac_try_echo=$ac_try;;
7978 esac
7979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7980 (eval "$ac_compile") 2>conftest.er1
7981 ac_status=$?
7982 grep -v '^ *+' conftest.er1 >conftest.err
7983 rm -f conftest.er1
7984 cat conftest.err >&5
7985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986 (exit $ac_status); } && {
7987 test -z "$ac_c_werror_flag" ||
7988 test ! -s conftest.err
7989 } && test -s conftest.$ac_objext; then
7990 eval "$as_ac_Header=yes"
7991 else
7992 echo "$as_me: failed program was:" >&5
7993 sed 's/^/| /' conftest.$ac_ext >&5
7995 eval "$as_ac_Header=no"
7998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8000 ac_res=`eval echo '${'$as_ac_Header'}'`
8001 { echo "$as_me:$LINENO: result: $ac_res" >&5
8002 echo "${ECHO_T}$ac_res" >&6; }
8003 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8004 cat >>confdefs.h <<_ACEOF
8005 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8006 _ACEOF
8010 done
8014 for ac_header in sys/thr.h
8016 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8017 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8018 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8019 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8020 echo $ECHO_N "(cached) $ECHO_C" >&6
8021 else
8022 cat >conftest.$ac_ext <<_ACEOF
8023 /* confdefs.h. */
8024 _ACEOF
8025 cat confdefs.h >>conftest.$ac_ext
8026 cat >>conftest.$ac_ext <<_ACEOF
8027 /* end confdefs.h. */
8028 #include <sys/types.h>
8029 #ifdef HAVE_UCONTEXT_H
8030 #include <ucontext.h>
8031 #endif
8033 #include <$ac_header>
8034 _ACEOF
8035 rm -f conftest.$ac_objext
8036 if { (ac_try="$ac_compile"
8037 case "(($ac_try" in
8038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8039 *) ac_try_echo=$ac_try;;
8040 esac
8041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8042 (eval "$ac_compile") 2>conftest.er1
8043 ac_status=$?
8044 grep -v '^ *+' conftest.er1 >conftest.err
8045 rm -f conftest.er1
8046 cat conftest.err >&5
8047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8048 (exit $ac_status); } && {
8049 test -z "$ac_c_werror_flag" ||
8050 test ! -s conftest.err
8051 } && test -s conftest.$ac_objext; then
8052 eval "$as_ac_Header=yes"
8053 else
8054 echo "$as_me: failed program was:" >&5
8055 sed 's/^/| /' conftest.$ac_ext >&5
8057 eval "$as_ac_Header=no"
8060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8062 ac_res=`eval echo '${'$as_ac_Header'}'`
8063 { echo "$as_me:$LINENO: result: $ac_res" >&5
8064 echo "${ECHO_T}$ac_res" >&6; }
8065 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8066 cat >>confdefs.h <<_ACEOF
8067 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8068 _ACEOF
8072 done
8076 for ac_header in pthread_np.h
8078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8079 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8080 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8082 echo $ECHO_N "(cached) $ECHO_C" >&6
8083 else
8084 cat >conftest.$ac_ext <<_ACEOF
8085 /* confdefs.h. */
8086 _ACEOF
8087 cat confdefs.h >>conftest.$ac_ext
8088 cat >>conftest.$ac_ext <<_ACEOF
8089 /* end confdefs.h. */
8090 #ifdef HAVE_PTHREAD_H
8091 #include <pthread.h>
8092 #endif
8094 #include <$ac_header>
8095 _ACEOF
8096 rm -f conftest.$ac_objext
8097 if { (ac_try="$ac_compile"
8098 case "(($ac_try" in
8099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8100 *) ac_try_echo=$ac_try;;
8101 esac
8102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8103 (eval "$ac_compile") 2>conftest.er1
8104 ac_status=$?
8105 grep -v '^ *+' conftest.er1 >conftest.err
8106 rm -f conftest.er1
8107 cat conftest.err >&5
8108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109 (exit $ac_status); } && {
8110 test -z "$ac_c_werror_flag" ||
8111 test ! -s conftest.err
8112 } && test -s conftest.$ac_objext; then
8113 eval "$as_ac_Header=yes"
8114 else
8115 echo "$as_me: failed program was:" >&5
8116 sed 's/^/| /' conftest.$ac_ext >&5
8118 eval "$as_ac_Header=no"
8121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8123 ac_res=`eval echo '${'$as_ac_Header'}'`
8124 { echo "$as_me:$LINENO: result: $ac_res" >&5
8125 echo "${ECHO_T}$ac_res" >&6; }
8126 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8127 cat >>confdefs.h <<_ACEOF
8128 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8129 _ACEOF
8133 done
8137 for ac_header in linux/videodev.h
8139 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8140 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8141 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8142 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8143 echo $ECHO_N "(cached) $ECHO_C" >&6
8144 else
8145 cat >conftest.$ac_ext <<_ACEOF
8146 /* confdefs.h. */
8147 _ACEOF
8148 cat confdefs.h >>conftest.$ac_ext
8149 cat >>conftest.$ac_ext <<_ACEOF
8150 /* end confdefs.h. */
8151 #ifdef HAVE_SYS_TIME_H
8152 #include <sys/time.h>
8153 #endif
8154 #include <sys/types.h>
8155 #ifdef HAVE_ASM_TYPES_H
8156 #include <asm/types.h>
8157 #endif
8159 #include <$ac_header>
8160 _ACEOF
8161 rm -f conftest.$ac_objext
8162 if { (ac_try="$ac_compile"
8163 case "(($ac_try" in
8164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8165 *) ac_try_echo=$ac_try;;
8166 esac
8167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8168 (eval "$ac_compile") 2>conftest.er1
8169 ac_status=$?
8170 grep -v '^ *+' conftest.er1 >conftest.err
8171 rm -f conftest.er1
8172 cat conftest.err >&5
8173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8174 (exit $ac_status); } && {
8175 test -z "$ac_c_werror_flag" ||
8176 test ! -s conftest.err
8177 } && test -s conftest.$ac_objext; then
8178 eval "$as_ac_Header=yes"
8179 else
8180 echo "$as_me: failed program was:" >&5
8181 sed 's/^/| /' conftest.$ac_ext >&5
8183 eval "$as_ac_Header=no"
8186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8188 ac_res=`eval echo '${'$as_ac_Header'}'`
8189 { echo "$as_me:$LINENO: result: $ac_res" >&5
8190 echo "${ECHO_T}$ac_res" >&6; }
8191 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8192 cat >>confdefs.h <<_ACEOF
8193 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8194 _ACEOF
8198 done
8202 for ac_header in linux/capi.h
8204 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8205 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8206 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8208 echo $ECHO_N "(cached) $ECHO_C" >&6
8209 else
8210 cat >conftest.$ac_ext <<_ACEOF
8211 /* confdefs.h. */
8212 _ACEOF
8213 cat confdefs.h >>conftest.$ac_ext
8214 cat >>conftest.$ac_ext <<_ACEOF
8215 /* end confdefs.h. */
8216 #define __user
8218 #include <$ac_header>
8219 _ACEOF
8220 rm -f conftest.$ac_objext
8221 if { (ac_try="$ac_compile"
8222 case "(($ac_try" in
8223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8224 *) ac_try_echo=$ac_try;;
8225 esac
8226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8227 (eval "$ac_compile") 2>conftest.er1
8228 ac_status=$?
8229 grep -v '^ *+' conftest.er1 >conftest.err
8230 rm -f conftest.er1
8231 cat conftest.err >&5
8232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8233 (exit $ac_status); } && {
8234 test -z "$ac_c_werror_flag" ||
8235 test ! -s conftest.err
8236 } && test -s conftest.$ac_objext; then
8237 eval "$as_ac_Header=yes"
8238 else
8239 echo "$as_me: failed program was:" >&5
8240 sed 's/^/| /' conftest.$ac_ext >&5
8242 eval "$as_ac_Header=no"
8245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8247 ac_res=`eval echo '${'$as_ac_Header'}'`
8248 { echo "$as_me:$LINENO: result: $ac_res" >&5
8249 echo "${ECHO_T}$ac_res" >&6; }
8250 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8251 cat >>confdefs.h <<_ACEOF
8252 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8253 _ACEOF
8257 done
8261 DLLEXT=""
8263 DLLFLAGS="-D_REENTRANT"
8265 LDSHARED=""
8267 LDDLLFLAGS=""
8269 LIBEXT="so"
8271 IMPLIBEXT="def"
8273 LDRPATH_INSTALL=""
8275 LDRPATH_LOCAL=""
8277 # Extract the first word of "ldd", so it can be a program name with args.
8278 set dummy ldd; ac_word=$2
8279 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8281 if test "${ac_cv_path_LDD+set}" = set; then
8282 echo $ECHO_N "(cached) $ECHO_C" >&6
8283 else
8284 case $LDD in
8285 [\\/]* | ?:[\\/]*)
8286 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8290 as_dummy="/sbin:/usr/sbin:$PATH"
8291 for as_dir in $as_dummy
8293 IFS=$as_save_IFS
8294 test -z "$as_dir" && as_dir=.
8295 for ac_exec_ext in '' $ac_executable_extensions; do
8296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8297 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8299 break 2
8301 done
8302 done
8303 IFS=$as_save_IFS
8305 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8307 esac
8309 LDD=$ac_cv_path_LDD
8310 if test -n "$LDD"; then
8311 { echo "$as_me:$LINENO: result: $LDD" >&5
8312 echo "${ECHO_T}$LDD" >&6; }
8313 else
8314 { echo "$as_me:$LINENO: result: no" >&5
8315 echo "${ECHO_T}no" >&6; }
8320 case $host_os in
8321 cygwin*|mingw32*)
8322 if test -n "$ac_tool_prefix"; then
8323 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8324 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8327 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8328 echo $ECHO_N "(cached) $ECHO_C" >&6
8329 else
8330 if test -n "$DLLTOOL"; then
8331 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8332 else
8333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8334 for as_dir in $PATH
8336 IFS=$as_save_IFS
8337 test -z "$as_dir" && as_dir=.
8338 for ac_exec_ext in '' $ac_executable_extensions; do
8339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8340 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8342 break 2
8344 done
8345 done
8346 IFS=$as_save_IFS
8350 DLLTOOL=$ac_cv_prog_DLLTOOL
8351 if test -n "$DLLTOOL"; then
8352 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8353 echo "${ECHO_T}$DLLTOOL" >&6; }
8354 else
8355 { echo "$as_me:$LINENO: result: no" >&5
8356 echo "${ECHO_T}no" >&6; }
8361 if test -z "$ac_cv_prog_DLLTOOL"; then
8362 ac_ct_DLLTOOL=$DLLTOOL
8363 # Extract the first word of "dlltool", so it can be a program name with args.
8364 set dummy dlltool; ac_word=$2
8365 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8367 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8368 echo $ECHO_N "(cached) $ECHO_C" >&6
8369 else
8370 if test -n "$ac_ct_DLLTOOL"; then
8371 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8372 else
8373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8374 for as_dir in $PATH
8376 IFS=$as_save_IFS
8377 test -z "$as_dir" && as_dir=.
8378 for ac_exec_ext in '' $ac_executable_extensions; do
8379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8380 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8381 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8382 break 2
8384 done
8385 done
8386 IFS=$as_save_IFS
8390 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8391 if test -n "$ac_ct_DLLTOOL"; then
8392 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8393 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8394 else
8395 { echo "$as_me:$LINENO: result: no" >&5
8396 echo "${ECHO_T}no" >&6; }
8399 if test "x$ac_ct_DLLTOOL" = x; then
8400 DLLTOOL="false"
8401 else
8402 case $cross_compiling:$ac_tool_warned in
8403 yes:)
8404 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8405 whose name does not start with the host triplet. If you think this
8406 configuration is useful to you, please write to autoconf@gnu.org." >&5
8407 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8408 whose name does not start with the host triplet. If you think this
8409 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8410 ac_tool_warned=yes ;;
8411 esac
8412 DLLTOOL=$ac_ct_DLLTOOL
8414 else
8415 DLLTOOL="$ac_cv_prog_DLLTOOL"
8418 if test -n "$ac_tool_prefix"; then
8419 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8420 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8421 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8422 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8423 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8424 echo $ECHO_N "(cached) $ECHO_C" >&6
8425 else
8426 if test -n "$DLLWRAP"; then
8427 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8428 else
8429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8430 for as_dir in $PATH
8432 IFS=$as_save_IFS
8433 test -z "$as_dir" && as_dir=.
8434 for ac_exec_ext in '' $ac_executable_extensions; do
8435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8436 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8438 break 2
8440 done
8441 done
8442 IFS=$as_save_IFS
8446 DLLWRAP=$ac_cv_prog_DLLWRAP
8447 if test -n "$DLLWRAP"; then
8448 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8449 echo "${ECHO_T}$DLLWRAP" >&6; }
8450 else
8451 { echo "$as_me:$LINENO: result: no" >&5
8452 echo "${ECHO_T}no" >&6; }
8457 if test -z "$ac_cv_prog_DLLWRAP"; then
8458 ac_ct_DLLWRAP=$DLLWRAP
8459 # Extract the first word of "dllwrap", so it can be a program name with args.
8460 set dummy dllwrap; ac_word=$2
8461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8463 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8464 echo $ECHO_N "(cached) $ECHO_C" >&6
8465 else
8466 if test -n "$ac_ct_DLLWRAP"; then
8467 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8468 else
8469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8470 for as_dir in $PATH
8472 IFS=$as_save_IFS
8473 test -z "$as_dir" && as_dir=.
8474 for ac_exec_ext in '' $ac_executable_extensions; do
8475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8476 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8478 break 2
8480 done
8481 done
8482 IFS=$as_save_IFS
8486 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8487 if test -n "$ac_ct_DLLWRAP"; then
8488 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8489 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8490 else
8491 { echo "$as_me:$LINENO: result: no" >&5
8492 echo "${ECHO_T}no" >&6; }
8495 if test "x$ac_ct_DLLWRAP" = x; then
8496 DLLWRAP="false"
8497 else
8498 case $cross_compiling:$ac_tool_warned in
8499 yes:)
8500 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8501 whose name does not start with the host triplet. If you think this
8502 configuration is useful to you, please write to autoconf@gnu.org." >&5
8503 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8504 whose name does not start with the host triplet. If you think this
8505 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8506 ac_tool_warned=yes ;;
8507 esac
8508 DLLWRAP=$ac_ct_DLLWRAP
8510 else
8511 DLLWRAP="$ac_cv_prog_DLLWRAP"
8514 if test -n "$ac_tool_prefix"; then
8515 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8516 set dummy ${ac_tool_prefix}ar; ac_word=$2
8517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8519 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8520 echo $ECHO_N "(cached) $ECHO_C" >&6
8521 else
8522 if test -n "$MINGWAR"; then
8523 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8524 else
8525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8526 for as_dir in $PATH
8528 IFS=$as_save_IFS
8529 test -z "$as_dir" && as_dir=.
8530 for ac_exec_ext in '' $ac_executable_extensions; do
8531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8532 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8534 break 2
8536 done
8537 done
8538 IFS=$as_save_IFS
8542 MINGWAR=$ac_cv_prog_MINGWAR
8543 if test -n "$MINGWAR"; then
8544 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8545 echo "${ECHO_T}$MINGWAR" >&6; }
8546 else
8547 { echo "$as_me:$LINENO: result: no" >&5
8548 echo "${ECHO_T}no" >&6; }
8553 if test -z "$ac_cv_prog_MINGWAR"; then
8554 ac_ct_MINGWAR=$MINGWAR
8555 # Extract the first word of "ar", so it can be a program name with args.
8556 set dummy ar; ac_word=$2
8557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8559 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8560 echo $ECHO_N "(cached) $ECHO_C" >&6
8561 else
8562 if test -n "$ac_ct_MINGWAR"; then
8563 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8564 else
8565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8566 for as_dir in $PATH
8568 IFS=$as_save_IFS
8569 test -z "$as_dir" && as_dir=.
8570 for ac_exec_ext in '' $ac_executable_extensions; do
8571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8572 ac_cv_prog_ac_ct_MINGWAR="ar"
8573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8574 break 2
8576 done
8577 done
8578 IFS=$as_save_IFS
8582 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8583 if test -n "$ac_ct_MINGWAR"; then
8584 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8585 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8586 else
8587 { echo "$as_me:$LINENO: result: no" >&5
8588 echo "${ECHO_T}no" >&6; }
8591 if test "x$ac_ct_MINGWAR" = x; then
8592 MINGWAR="false"
8593 else
8594 case $cross_compiling:$ac_tool_warned in
8595 yes:)
8596 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8597 whose name does not start with the host triplet. If you think this
8598 configuration is useful to you, please write to autoconf@gnu.org." >&5
8599 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8600 whose name does not start with the host triplet. If you think this
8601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8602 ac_tool_warned=yes ;;
8603 esac
8604 MINGWAR=$ac_ct_MINGWAR
8606 else
8607 MINGWAR="$ac_cv_prog_MINGWAR"
8610 if test "$DLLWRAP" = "false"; then
8611 LIBEXT="a"
8612 else
8613 LIBEXT="dll"
8615 IMPLIBEXT="a"
8616 WIN16_FILES=""
8617 WIN16_INSTALL=""
8618 enable_iphlpapi=${enable_iphlpapi:-no}
8619 enable_kernel32=${enable_kernel32:-no}
8620 enable_msvcrt=${enable_msvcrt:-no}
8621 enable_ntdll=${enable_ntdll:-no}
8622 enable_ws2_32=${enable_ws2_32:-no}
8623 enable_loader=${enable_loader:-no}
8624 enable_server=${enable_server:-no}
8626 darwin*|macosx*)
8627 DLLEXT=".so"
8628 LIBEXT="dylib"
8629 DLLFLAGS="$DLLFLAGS -fPIC"
8630 LDDLLFLAGS="-bundle -multiply_defined suppress"
8631 LIBWINE_LDFLAGS="-multiply_defined suppress"
8632 LDSHARED="\$(CC) -dynamiclib"
8633 STRIP="$STRIP -x"
8634 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8635 SECURITYLIB="-framework Security -framework CoreFoundation"
8637 COREFOUNDATIONLIB="-framework CoreFoundation"
8639 IOKITLIB="-framework IOKit -framework CoreFoundation"
8641 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8643 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8644 then
8645 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8648 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8649 then
8650 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8653 case $host_cpu in
8654 *powerpc*)
8655 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8656 esac
8657 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8658 then
8659 CARBONLIB="-framework Carbon"
8661 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8665 DLLFLAGS="$DLLFLAGS -fPIC"
8666 DLLEXT=".so"
8667 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8668 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8669 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8670 echo $ECHO_N "(cached) $ECHO_C" >&6
8671 else
8672 ac_wine_try_cflags_saved=$CFLAGS
8673 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8674 cat >conftest.$ac_ext <<_ACEOF
8675 void myfunc() {}
8676 _ACEOF
8677 rm -f conftest.$ac_objext conftest$ac_exeext
8678 if { (ac_try="$ac_link"
8679 case "(($ac_try" in
8680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8681 *) ac_try_echo=$ac_try;;
8682 esac
8683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8684 (eval "$ac_link") 2>conftest.er1
8685 ac_status=$?
8686 grep -v '^ *+' conftest.er1 >conftest.err
8687 rm -f conftest.er1
8688 cat conftest.err >&5
8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690 (exit $ac_status); } && {
8691 test -z "$ac_c_werror_flag" ||
8692 test ! -s conftest.err
8693 } && test -s conftest$ac_exeext &&
8694 $as_test_x conftest$ac_exeext; then
8695 ac_cv_c_dll_gnuelf="yes"
8696 else
8697 echo "$as_me: failed program was:" >&5
8698 sed 's/^/| /' conftest.$ac_ext >&5
8700 ac_cv_c_dll_gnuelf="no"
8703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8704 conftest$ac_exeext conftest.$ac_ext
8705 CFLAGS=$ac_wine_try_cflags_saved
8707 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8708 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8709 if test "$ac_cv_c_dll_gnuelf" = "yes"
8710 then
8711 LDSHARED="\$(CC) -shared"
8712 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8713 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8714 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8715 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8716 echo $ECHO_N "(cached) $ECHO_C" >&6
8717 else
8718 ac_wine_try_cflags_saved=$CFLAGS
8719 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8720 cat >conftest.$ac_ext <<_ACEOF
8721 /* confdefs.h. */
8722 _ACEOF
8723 cat confdefs.h >>conftest.$ac_ext
8724 cat >>conftest.$ac_ext <<_ACEOF
8725 /* end confdefs.h. */
8728 main ()
8732 return 0;
8734 _ACEOF
8735 rm -f conftest.$ac_objext conftest$ac_exeext
8736 if { (ac_try="$ac_link"
8737 case "(($ac_try" in
8738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8739 *) ac_try_echo=$ac_try;;
8740 esac
8741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8742 (eval "$ac_link") 2>conftest.er1
8743 ac_status=$?
8744 grep -v '^ *+' conftest.er1 >conftest.err
8745 rm -f conftest.er1
8746 cat conftest.err >&5
8747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8748 (exit $ac_status); } && {
8749 test -z "$ac_c_werror_flag" ||
8750 test ! -s conftest.err
8751 } && test -s conftest$ac_exeext &&
8752 $as_test_x conftest$ac_exeext; then
8753 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8754 else
8755 echo "$as_me: failed program was:" >&5
8756 sed 's/^/| /' conftest.$ac_ext >&5
8758 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8762 conftest$ac_exeext conftest.$ac_ext
8763 CFLAGS=$ac_wine_try_cflags_saved
8765 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8766 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8767 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8768 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8769 else
8770 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8771 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8772 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8773 echo $ECHO_N "(cached) $ECHO_C" >&6
8774 else
8775 ac_wine_try_cflags_saved=$CFLAGS
8776 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8777 cat >conftest.$ac_ext <<_ACEOF
8778 /* confdefs.h. */
8779 _ACEOF
8780 cat confdefs.h >>conftest.$ac_ext
8781 cat >>conftest.$ac_ext <<_ACEOF
8782 /* end confdefs.h. */
8785 main ()
8789 return 0;
8791 _ACEOF
8792 rm -f conftest.$ac_objext conftest$ac_exeext
8793 if { (ac_try="$ac_link"
8794 case "(($ac_try" in
8795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8796 *) ac_try_echo=$ac_try;;
8797 esac
8798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8799 (eval "$ac_link") 2>conftest.er1
8800 ac_status=$?
8801 grep -v '^ *+' conftest.er1 >conftest.err
8802 rm -f conftest.er1
8803 cat conftest.err >&5
8804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8805 (exit $ac_status); } && {
8806 test -z "$ac_c_werror_flag" ||
8807 test ! -s conftest.err
8808 } && test -s conftest$ac_exeext &&
8809 $as_test_x conftest$ac_exeext; then
8810 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8811 else
8812 echo "$as_me: failed program was:" >&5
8813 sed 's/^/| /' conftest.$ac_ext >&5
8815 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8819 conftest$ac_exeext conftest.$ac_ext
8820 CFLAGS=$ac_wine_try_cflags_saved
8822 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8823 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8824 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8825 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8831 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8832 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8833 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8834 echo $ECHO_N "(cached) $ECHO_C" >&6
8835 else
8836 ac_wine_try_cflags_saved=$CFLAGS
8837 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8838 cat >conftest.$ac_ext <<_ACEOF
8839 /* confdefs.h. */
8840 _ACEOF
8841 cat confdefs.h >>conftest.$ac_ext
8842 cat >>conftest.$ac_ext <<_ACEOF
8843 /* end confdefs.h. */
8846 main ()
8850 return 0;
8852 _ACEOF
8853 rm -f conftest.$ac_objext conftest$ac_exeext
8854 if { (ac_try="$ac_link"
8855 case "(($ac_try" in
8856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8857 *) ac_try_echo=$ac_try;;
8858 esac
8859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8860 (eval "$ac_link") 2>conftest.er1
8861 ac_status=$?
8862 grep -v '^ *+' conftest.er1 >conftest.err
8863 rm -f conftest.er1
8864 cat conftest.err >&5
8865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8866 (exit $ac_status); } && {
8867 test -z "$ac_c_werror_flag" ||
8868 test ! -s conftest.err
8869 } && test -s conftest$ac_exeext &&
8870 $as_test_x conftest$ac_exeext; then
8871 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8872 else
8873 echo "$as_me: failed program was:" >&5
8874 sed 's/^/| /' conftest.$ac_ext >&5
8876 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8880 conftest$ac_exeext conftest.$ac_ext
8881 CFLAGS=$ac_wine_try_cflags_saved
8883 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8884 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8885 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8886 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8890 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8891 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8892 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8893 echo $ECHO_N "(cached) $ECHO_C" >&6
8894 else
8895 ac_wine_try_cflags_saved=$CFLAGS
8896 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8897 cat >conftest.$ac_ext <<_ACEOF
8898 /* confdefs.h. */
8899 _ACEOF
8900 cat confdefs.h >>conftest.$ac_ext
8901 cat >>conftest.$ac_ext <<_ACEOF
8902 /* end confdefs.h. */
8905 main ()
8909 return 0;
8911 _ACEOF
8912 rm -f conftest.$ac_objext conftest$ac_exeext
8913 if { (ac_try="$ac_link"
8914 case "(($ac_try" in
8915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8916 *) ac_try_echo=$ac_try;;
8917 esac
8918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8919 (eval "$ac_link") 2>conftest.er1
8920 ac_status=$?
8921 grep -v '^ *+' conftest.er1 >conftest.err
8922 rm -f conftest.er1
8923 cat conftest.err >&5
8924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8925 (exit $ac_status); } && {
8926 test -z "$ac_c_werror_flag" ||
8927 test ! -s conftest.err
8928 } && test -s conftest$ac_exeext &&
8929 $as_test_x conftest$ac_exeext; then
8930 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8931 else
8932 echo "$as_me: failed program was:" >&5
8933 sed 's/^/| /' conftest.$ac_ext >&5
8935 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8939 conftest$ac_exeext conftest.$ac_ext
8940 CFLAGS=$ac_wine_try_cflags_saved
8942 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8943 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8944 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8945 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8949 echo '{ global: *; };' >conftest.map
8950 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8951 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8952 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8953 echo $ECHO_N "(cached) $ECHO_C" >&6
8954 else
8955 ac_wine_try_cflags_saved=$CFLAGS
8956 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8957 cat >conftest.$ac_ext <<_ACEOF
8958 /* confdefs.h. */
8959 _ACEOF
8960 cat confdefs.h >>conftest.$ac_ext
8961 cat >>conftest.$ac_ext <<_ACEOF
8962 /* end confdefs.h. */
8965 main ()
8969 return 0;
8971 _ACEOF
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8974 case "(($ac_try" in
8975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8976 *) ac_try_echo=$ac_try;;
8977 esac
8978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8979 (eval "$ac_link") 2>conftest.er1
8980 ac_status=$?
8981 grep -v '^ *+' conftest.er1 >conftest.err
8982 rm -f conftest.er1
8983 cat conftest.err >&5
8984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest$ac_exeext &&
8989 $as_test_x conftest$ac_exeext; then
8990 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8991 else
8992 echo "$as_me: failed program was:" >&5
8993 sed 's/^/| /' conftest.$ac_ext >&5
8995 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8999 conftest$ac_exeext conftest.$ac_ext
9000 CFLAGS=$ac_wine_try_cflags_saved
9002 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9003 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9004 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9005 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9008 rm -f conftest.map
9010 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9011 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9012 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9013 echo $ECHO_N "(cached) $ECHO_C" >&6
9014 else
9015 ac_wine_try_cflags_saved=$CFLAGS
9016 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9017 cat >conftest.$ac_ext <<_ACEOF
9018 /* confdefs.h. */
9019 _ACEOF
9020 cat confdefs.h >>conftest.$ac_ext
9021 cat >>conftest.$ac_ext <<_ACEOF
9022 /* end confdefs.h. */
9025 main ()
9029 return 0;
9031 _ACEOF
9032 rm -f conftest.$ac_objext conftest$ac_exeext
9033 if { (ac_try="$ac_link"
9034 case "(($ac_try" in
9035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9036 *) ac_try_echo=$ac_try;;
9037 esac
9038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9039 (eval "$ac_link") 2>conftest.er1
9040 ac_status=$?
9041 grep -v '^ *+' conftest.er1 >conftest.err
9042 rm -f conftest.er1
9043 cat conftest.err >&5
9044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045 (exit $ac_status); } && {
9046 test -z "$ac_c_werror_flag" ||
9047 test ! -s conftest.err
9048 } && test -s conftest$ac_exeext &&
9049 $as_test_x conftest$ac_exeext; then
9050 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9051 else
9052 echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9055 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9059 conftest$ac_exeext conftest.$ac_ext
9060 CFLAGS=$ac_wine_try_cflags_saved
9062 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9063 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9064 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9065 LDEXECFLAGS="-Wl,--export-dynamic"
9070 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9071 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9072 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9073 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9074 echo $ECHO_N "(cached) $ECHO_C" >&6
9075 else
9076 ac_wine_try_cflags_saved=$CFLAGS
9077 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9078 cat >conftest.$ac_ext <<_ACEOF
9079 /* confdefs.h. */
9080 _ACEOF
9081 cat confdefs.h >>conftest.$ac_ext
9082 cat >>conftest.$ac_ext <<_ACEOF
9083 /* end confdefs.h. */
9086 main ()
9090 return 0;
9092 _ACEOF
9093 rm -f conftest.$ac_objext conftest$ac_exeext
9094 if { (ac_try="$ac_link"
9095 case "(($ac_try" in
9096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9097 *) ac_try_echo=$ac_try;;
9098 esac
9099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9100 (eval "$ac_link") 2>conftest.er1
9101 ac_status=$?
9102 grep -v '^ *+' conftest.er1 >conftest.err
9103 rm -f conftest.er1
9104 cat conftest.err >&5
9105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9106 (exit $ac_status); } && {
9107 test -z "$ac_c_werror_flag" ||
9108 test ! -s conftest.err
9109 } && test -s conftest$ac_exeext &&
9110 $as_test_x conftest$ac_exeext; then
9111 eval "$as_ac_var=yes"
9112 else
9113 echo "$as_me: failed program was:" >&5
9114 sed 's/^/| /' conftest.$ac_ext >&5
9116 eval "$as_ac_var=no"
9119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9120 conftest$ac_exeext conftest.$ac_ext
9121 CFLAGS=$ac_wine_try_cflags_saved
9123 ac_res=`eval echo '${'$as_ac_var'}'`
9124 { echo "$as_me:$LINENO: result: $ac_res" >&5
9125 echo "${ECHO_T}$ac_res" >&6; }
9126 if test `eval echo '${'$as_ac_var'}'` = yes; then
9127 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9128 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9129 else
9130 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9131 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9132 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9133 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9134 echo $ECHO_N "(cached) $ECHO_C" >&6
9135 else
9136 ac_wine_try_cflags_saved=$CFLAGS
9137 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9138 cat >conftest.$ac_ext <<_ACEOF
9139 /* confdefs.h. */
9140 _ACEOF
9141 cat confdefs.h >>conftest.$ac_ext
9142 cat >>conftest.$ac_ext <<_ACEOF
9143 /* end confdefs.h. */
9146 main ()
9150 return 0;
9152 _ACEOF
9153 rm -f conftest.$ac_objext conftest$ac_exeext
9154 if { (ac_try="$ac_link"
9155 case "(($ac_try" in
9156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9157 *) ac_try_echo=$ac_try;;
9158 esac
9159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9160 (eval "$ac_link") 2>conftest.er1
9161 ac_status=$?
9162 grep -v '^ *+' conftest.er1 >conftest.err
9163 rm -f conftest.er1
9164 cat conftest.err >&5
9165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9166 (exit $ac_status); } && {
9167 test -z "$ac_c_werror_flag" ||
9168 test ! -s conftest.err
9169 } && test -s conftest$ac_exeext &&
9170 $as_test_x conftest$ac_exeext; then
9171 eval "$as_ac_var=yes"
9172 else
9173 echo "$as_me: failed program was:" >&5
9174 sed 's/^/| /' conftest.$ac_ext >&5
9176 eval "$as_ac_var=no"
9179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9180 conftest$ac_exeext conftest.$ac_ext
9181 CFLAGS=$ac_wine_try_cflags_saved
9183 ac_res=`eval echo '${'$as_ac_var'}'`
9184 { echo "$as_me:$LINENO: result: $ac_res" >&5
9185 echo "${ECHO_T}$ac_res" >&6; }
9186 if test `eval echo '${'$as_ac_var'}'` = yes; then
9187 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9188 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9194 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9195 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9196 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9197 echo $ECHO_N "(cached) $ECHO_C" >&6
9198 else
9199 ac_wine_try_cflags_saved=$CFLAGS
9200 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9201 cat >conftest.$ac_ext <<_ACEOF
9202 /* confdefs.h. */
9203 _ACEOF
9204 cat confdefs.h >>conftest.$ac_ext
9205 cat >>conftest.$ac_ext <<_ACEOF
9206 /* end confdefs.h. */
9209 main ()
9213 return 0;
9215 _ACEOF
9216 rm -f conftest.$ac_objext conftest$ac_exeext
9217 if { (ac_try="$ac_link"
9218 case "(($ac_try" in
9219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9220 *) ac_try_echo=$ac_try;;
9221 esac
9222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9223 (eval "$ac_link") 2>conftest.er1
9224 ac_status=$?
9225 grep -v '^ *+' conftest.er1 >conftest.err
9226 rm -f conftest.er1
9227 cat conftest.err >&5
9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9229 (exit $ac_status); } && {
9230 test -z "$ac_c_werror_flag" ||
9231 test ! -s conftest.err
9232 } && test -s conftest$ac_exeext &&
9233 $as_test_x conftest$ac_exeext; then
9234 ac_cv_cflags__Wl___enable_new_dtags=yes
9235 else
9236 echo "$as_me: failed program was:" >&5
9237 sed 's/^/| /' conftest.$ac_ext >&5
9239 ac_cv_cflags__Wl___enable_new_dtags=no
9242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9243 conftest$ac_exeext conftest.$ac_ext
9244 CFLAGS=$ac_wine_try_cflags_saved
9246 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9247 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9248 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9249 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9253 case $host_cpu in
9254 *i[3456789]86* | x86_64)
9255 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9256 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9257 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9258 echo $ECHO_N "(cached) $ECHO_C" >&6
9259 else
9260 ac_wine_try_cflags_saved=$CFLAGS
9261 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9262 cat >conftest.$ac_ext <<_ACEOF
9263 /* confdefs.h. */
9264 _ACEOF
9265 cat confdefs.h >>conftest.$ac_ext
9266 cat >>conftest.$ac_ext <<_ACEOF
9267 /* end confdefs.h. */
9270 main ()
9274 return 0;
9276 _ACEOF
9277 rm -f conftest.$ac_objext conftest$ac_exeext
9278 if { (ac_try="$ac_link"
9279 case "(($ac_try" in
9280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9281 *) ac_try_echo=$ac_try;;
9282 esac
9283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9284 (eval "$ac_link") 2>conftest.er1
9285 ac_status=$?
9286 grep -v '^ *+' conftest.er1 >conftest.err
9287 rm -f conftest.er1
9288 cat conftest.err >&5
9289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9290 (exit $ac_status); } && {
9291 test -z "$ac_c_werror_flag" ||
9292 test ! -s conftest.err
9293 } && test -s conftest$ac_exeext &&
9294 $as_test_x conftest$ac_exeext; then
9295 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9296 else
9297 echo "$as_me: failed program was:" >&5
9298 sed 's/^/| /' conftest.$ac_ext >&5
9300 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9304 conftest$ac_exeext conftest.$ac_ext
9305 CFLAGS=$ac_wine_try_cflags_saved
9307 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9308 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9309 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9310 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9314 esac
9316 else
9317 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9318 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9319 if test "${ac_cv_c_dll_unixware+set}" = set; then
9320 echo $ECHO_N "(cached) $ECHO_C" >&6
9321 else
9322 ac_wine_try_cflags_saved=$CFLAGS
9323 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9324 cat >conftest.$ac_ext <<_ACEOF
9325 void myfunc() {}
9326 _ACEOF
9327 rm -f conftest.$ac_objext conftest$ac_exeext
9328 if { (ac_try="$ac_link"
9329 case "(($ac_try" in
9330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9331 *) ac_try_echo=$ac_try;;
9332 esac
9333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9334 (eval "$ac_link") 2>conftest.er1
9335 ac_status=$?
9336 grep -v '^ *+' conftest.er1 >conftest.err
9337 rm -f conftest.er1
9338 cat conftest.err >&5
9339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9340 (exit $ac_status); } && {
9341 test -z "$ac_c_werror_flag" ||
9342 test ! -s conftest.err
9343 } && test -s conftest$ac_exeext &&
9344 $as_test_x conftest$ac_exeext; then
9345 ac_cv_c_dll_unixware="yes"
9346 else
9347 echo "$as_me: failed program was:" >&5
9348 sed 's/^/| /' conftest.$ac_ext >&5
9350 ac_cv_c_dll_unixware="no"
9353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9354 conftest$ac_exeext conftest.$ac_ext
9355 CFLAGS=$ac_wine_try_cflags_saved
9357 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9358 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9359 if test "$ac_cv_c_dll_unixware" = "yes"
9360 then
9361 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9362 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9364 else
9365 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9366 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9367 if test "${ac_cv_c_dll_hpux+set}" = set; then
9368 echo $ECHO_N "(cached) $ECHO_C" >&6
9369 else
9370 ac_wine_try_cflags_saved=$CFLAGS
9371 CFLAGS="$CFLAGS -shared"
9372 cat >conftest.$ac_ext <<_ACEOF
9373 void myfunc() {}
9374 _ACEOF
9375 rm -f conftest.$ac_objext conftest$ac_exeext
9376 if { (ac_try="$ac_link"
9377 case "(($ac_try" in
9378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9379 *) ac_try_echo=$ac_try;;
9380 esac
9381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9382 (eval "$ac_link") 2>conftest.er1
9383 ac_status=$?
9384 grep -v '^ *+' conftest.er1 >conftest.err
9385 rm -f conftest.er1
9386 cat conftest.err >&5
9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9388 (exit $ac_status); } && {
9389 test -z "$ac_c_werror_flag" ||
9390 test ! -s conftest.err
9391 } && test -s conftest$ac_exeext &&
9392 $as_test_x conftest$ac_exeext; then
9393 ac_cv_c_dll_hpux="yes"
9394 else
9395 echo "$as_me: failed program was:" >&5
9396 sed 's/^/| /' conftest.$ac_ext >&5
9398 ac_cv_c_dll_hpux="no"
9401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9402 conftest$ac_exeext conftest.$ac_ext
9403 CFLAGS=$ac_wine_try_cflags_saved
9405 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9406 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9407 if test "$ac_cv_c_dll_hpux" = "yes"
9408 then
9409 LIBEXT="sl"
9410 DLLEXT=".sl"
9411 LDDLLFLAGS="-shared -fPIC"
9412 LDSHARED="\$(CC) -shared"
9417 CROSSTEST=""
9419 if test "$cross_compiling" = "no"
9420 then
9421 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9423 # Extract the first word of "$ac_prog", so it can be a program name with args.
9424 set dummy $ac_prog; ac_word=$2
9425 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9426 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9427 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9428 echo $ECHO_N "(cached) $ECHO_C" >&6
9429 else
9430 if test -n "$CROSSCC"; then
9431 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9432 else
9433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9434 for as_dir in $PATH
9436 IFS=$as_save_IFS
9437 test -z "$as_dir" && as_dir=.
9438 for ac_exec_ext in '' $ac_executable_extensions; do
9439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9440 ac_cv_prog_CROSSCC="$ac_prog"
9441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9442 break 2
9444 done
9445 done
9446 IFS=$as_save_IFS
9450 CROSSCC=$ac_cv_prog_CROSSCC
9451 if test -n "$CROSSCC"; then
9452 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9453 echo "${ECHO_T}$CROSSCC" >&6; }
9454 else
9455 { echo "$as_me:$LINENO: result: no" >&5
9456 echo "${ECHO_T}no" >&6; }
9460 test -n "$CROSSCC" && break
9461 done
9462 test -n "$CROSSCC" || CROSSCC="false"
9464 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9466 # Extract the first word of "$ac_prog", so it can be a program name with args.
9467 set dummy $ac_prog; ac_word=$2
9468 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9470 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9471 echo $ECHO_N "(cached) $ECHO_C" >&6
9472 else
9473 if test -n "$DLLTOOL"; then
9474 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9475 else
9476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9477 for as_dir in $PATH
9479 IFS=$as_save_IFS
9480 test -z "$as_dir" && as_dir=.
9481 for ac_exec_ext in '' $ac_executable_extensions; do
9482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9483 ac_cv_prog_DLLTOOL="$ac_prog"
9484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9485 break 2
9487 done
9488 done
9489 IFS=$as_save_IFS
9493 DLLTOOL=$ac_cv_prog_DLLTOOL
9494 if test -n "$DLLTOOL"; then
9495 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9496 echo "${ECHO_T}$DLLTOOL" >&6; }
9497 else
9498 { echo "$as_me:$LINENO: result: no" >&5
9499 echo "${ECHO_T}no" >&6; }
9503 test -n "$DLLTOOL" && break
9504 done
9505 test -n "$DLLTOOL" || DLLTOOL="false"
9507 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9509 # Extract the first word of "$ac_prog", so it can be a program name with args.
9510 set dummy $ac_prog; ac_word=$2
9511 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9512 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9513 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9514 echo $ECHO_N "(cached) $ECHO_C" >&6
9515 else
9516 if test -n "$CROSSWINDRES"; then
9517 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9518 else
9519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9520 for as_dir in $PATH
9522 IFS=$as_save_IFS
9523 test -z "$as_dir" && as_dir=.
9524 for ac_exec_ext in '' $ac_executable_extensions; do
9525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9526 ac_cv_prog_CROSSWINDRES="$ac_prog"
9527 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9528 break 2
9530 done
9531 done
9532 IFS=$as_save_IFS
9536 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9537 if test -n "$CROSSWINDRES"; then
9538 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9539 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9540 else
9541 { echo "$as_me:$LINENO: result: no" >&5
9542 echo "${ECHO_T}no" >&6; }
9546 test -n "$CROSSWINDRES" && break
9547 done
9548 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9550 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9552 # Extract the first word of "$ac_prog", so it can be a program name with args.
9553 set dummy $ac_prog; ac_word=$2
9554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9556 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9557 echo $ECHO_N "(cached) $ECHO_C" >&6
9558 else
9559 if test -n "$MINGWAR"; then
9560 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9561 else
9562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9563 for as_dir in $PATH
9565 IFS=$as_save_IFS
9566 test -z "$as_dir" && as_dir=.
9567 for ac_exec_ext in '' $ac_executable_extensions; do
9568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9569 ac_cv_prog_MINGWAR="$ac_prog"
9570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9571 break 2
9573 done
9574 done
9575 IFS=$as_save_IFS
9579 MINGWAR=$ac_cv_prog_MINGWAR
9580 if test -n "$MINGWAR"; then
9581 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9582 echo "${ECHO_T}$MINGWAR" >&6; }
9583 else
9584 { echo "$as_me:$LINENO: result: no" >&5
9585 echo "${ECHO_T}no" >&6; }
9589 test -n "$MINGWAR" && break
9590 done
9591 test -n "$MINGWAR" || MINGWAR="false"
9593 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9596 esac
9598 enable_winequartz_drv=${enable_winequartz_drv:-no}
9600 if test "$LIBEXT" = "a"; then
9601 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9602 It is currently not possible to build Wine without shared library
9603 (.so) support to allow transparent switch between .so and .dll files.
9604 If you are using Linux, you will need a newer binutils.
9605 " >&5
9606 echo "$as_me: error: could not find a way to build shared libraries.
9607 It is currently not possible to build Wine without shared library
9608 (.so) support to allow transparent switch between .so and .dll files.
9609 If you are using Linux, you will need a newer binutils.
9610 " >&2;}
9611 { (exit 1); exit 1; }; }
9615 if test "$have_x" = "yes"
9616 then
9617 XLIB="-lXext -lX11"
9618 ac_save_CPPFLAGS="$CPPFLAGS"
9619 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9621 { echo "$as_me:$LINENO: checking for -lX11" >&5
9622 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9623 if test "${ac_cv_lib_soname_X11+set}" = set; then
9624 echo $ECHO_N "(cached) $ECHO_C" >&6
9625 else
9626 ac_check_soname_save_LIBS=$LIBS
9627 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9628 cat >conftest.$ac_ext <<_ACEOF
9629 /* confdefs.h. */
9630 _ACEOF
9631 cat confdefs.h >>conftest.$ac_ext
9632 cat >>conftest.$ac_ext <<_ACEOF
9633 /* end confdefs.h. */
9635 /* Override any GCC internal prototype to avoid an error.
9636 Use char because int might match the return type of a GCC
9637 builtin and then its argument prototype would still apply. */
9638 #ifdef __cplusplus
9639 extern "C"
9640 #endif
9641 char XCreateWindow ();
9643 main ()
9645 return XCreateWindow ();
9647 return 0;
9649 _ACEOF
9650 rm -f conftest.$ac_objext conftest$ac_exeext
9651 if { (ac_try="$ac_link"
9652 case "(($ac_try" in
9653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9654 *) ac_try_echo=$ac_try;;
9655 esac
9656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9657 (eval "$ac_link") 2>conftest.er1
9658 ac_status=$?
9659 grep -v '^ *+' conftest.er1 >conftest.err
9660 rm -f conftest.er1
9661 cat conftest.err >&5
9662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9663 (exit $ac_status); } && {
9664 test -z "$ac_c_werror_flag" ||
9665 test ! -s conftest.err
9666 } && test -s conftest$ac_exeext &&
9667 $as_test_x conftest$ac_exeext; then
9668 case "$LIBEXT" in
9669 dll) ;;
9670 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'` ;;
9671 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9672 esac
9673 else
9674 echo "$as_me: failed program was:" >&5
9675 sed 's/^/| /' conftest.$ac_ext >&5
9680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9681 conftest$ac_exeext conftest.$ac_ext
9682 LIBS=$ac_check_soname_save_LIBS
9684 if test "x$ac_cv_lib_soname_X11" = "x"; then
9685 { echo "$as_me:$LINENO: result: not found" >&5
9686 echo "${ECHO_T}not found" >&6; }
9688 else
9689 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9690 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9692 cat >>confdefs.h <<_ACEOF
9693 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9694 _ACEOF
9699 { echo "$as_me:$LINENO: checking for -lXext" >&5
9700 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9701 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9702 echo $ECHO_N "(cached) $ECHO_C" >&6
9703 else
9704 ac_check_soname_save_LIBS=$LIBS
9705 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9706 cat >conftest.$ac_ext <<_ACEOF
9707 /* confdefs.h. */
9708 _ACEOF
9709 cat confdefs.h >>conftest.$ac_ext
9710 cat >>conftest.$ac_ext <<_ACEOF
9711 /* end confdefs.h. */
9713 /* Override any GCC internal prototype to avoid an error.
9714 Use char because int might match the return type of a GCC
9715 builtin and then its argument prototype would still apply. */
9716 #ifdef __cplusplus
9717 extern "C"
9718 #endif
9719 char XextCreateExtension ();
9721 main ()
9723 return XextCreateExtension ();
9725 return 0;
9727 _ACEOF
9728 rm -f conftest.$ac_objext conftest$ac_exeext
9729 if { (ac_try="$ac_link"
9730 case "(($ac_try" in
9731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9732 *) ac_try_echo=$ac_try;;
9733 esac
9734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9735 (eval "$ac_link") 2>conftest.er1
9736 ac_status=$?
9737 grep -v '^ *+' conftest.er1 >conftest.err
9738 rm -f conftest.er1
9739 cat conftest.err >&5
9740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9741 (exit $ac_status); } && {
9742 test -z "$ac_c_werror_flag" ||
9743 test ! -s conftest.err
9744 } && test -s conftest$ac_exeext &&
9745 $as_test_x conftest$ac_exeext; then
9746 case "$LIBEXT" in
9747 dll) ;;
9748 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'` ;;
9749 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9750 esac
9751 else
9752 echo "$as_me: failed program was:" >&5
9753 sed 's/^/| /' conftest.$ac_ext >&5
9758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9759 conftest$ac_exeext conftest.$ac_ext
9760 LIBS=$ac_check_soname_save_LIBS
9762 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9763 { echo "$as_me:$LINENO: result: not found" >&5
9764 echo "${ECHO_T}not found" >&6; }
9766 else
9767 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9768 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9770 cat >>confdefs.h <<_ACEOF
9771 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9772 _ACEOF
9790 for ac_header in X11/Xlib.h \
9791 X11/XKBlib.h \
9792 X11/Xutil.h \
9793 X11/Xcursor/Xcursor.h \
9794 X11/extensions/shape.h \
9795 X11/extensions/XInput.h \
9796 X11/extensions/XShm.h \
9797 X11/extensions/Xcomposite.h \
9798 X11/extensions/Xinerama.h \
9799 X11/extensions/Xrandr.h \
9800 X11/extensions/Xrender.h \
9801 X11/extensions/xf86vmode.h
9803 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9804 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9805 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9807 echo $ECHO_N "(cached) $ECHO_C" >&6
9808 else
9809 cat >conftest.$ac_ext <<_ACEOF
9810 /* confdefs.h. */
9811 _ACEOF
9812 cat confdefs.h >>conftest.$ac_ext
9813 cat >>conftest.$ac_ext <<_ACEOF
9814 /* end confdefs.h. */
9815 #ifdef HAVE_X11_XLIB_H
9816 # include <X11/Xlib.h>
9817 #endif
9818 #ifdef HAVE_X11_XUTIL_H
9819 # include <X11/Xutil.h>
9820 #endif
9822 #include <$ac_header>
9823 _ACEOF
9824 rm -f conftest.$ac_objext
9825 if { (ac_try="$ac_compile"
9826 case "(($ac_try" in
9827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9828 *) ac_try_echo=$ac_try;;
9829 esac
9830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9831 (eval "$ac_compile") 2>conftest.er1
9832 ac_status=$?
9833 grep -v '^ *+' conftest.er1 >conftest.err
9834 rm -f conftest.er1
9835 cat conftest.err >&5
9836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9837 (exit $ac_status); } && {
9838 test -z "$ac_c_werror_flag" ||
9839 test ! -s conftest.err
9840 } && test -s conftest.$ac_objext; then
9841 eval "$as_ac_Header=yes"
9842 else
9843 echo "$as_me: failed program was:" >&5
9844 sed 's/^/| /' conftest.$ac_ext >&5
9846 eval "$as_ac_Header=no"
9849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9851 ac_res=`eval echo '${'$as_ac_Header'}'`
9852 { echo "$as_me:$LINENO: result: $ac_res" >&5
9853 echo "${ECHO_T}$ac_res" >&6; }
9854 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9855 cat >>confdefs.h <<_ACEOF
9856 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9857 _ACEOF
9861 done
9864 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9865 then
9866 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9867 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9868 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9869 echo $ECHO_N "(cached) $ECHO_C" >&6
9870 else
9871 ac_check_lib_save_LIBS=$LIBS
9872 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9873 cat >conftest.$ac_ext <<_ACEOF
9874 /* confdefs.h. */
9875 _ACEOF
9876 cat confdefs.h >>conftest.$ac_ext
9877 cat >>conftest.$ac_ext <<_ACEOF
9878 /* end confdefs.h. */
9880 /* Override any GCC internal prototype to avoid an error.
9881 Use char because int might match the return type of a GCC
9882 builtin and then its argument prototype would still apply. */
9883 #ifdef __cplusplus
9884 extern "C"
9885 #endif
9886 char XkbQueryExtension ();
9888 main ()
9890 return XkbQueryExtension ();
9892 return 0;
9894 _ACEOF
9895 rm -f conftest.$ac_objext conftest$ac_exeext
9896 if { (ac_try="$ac_link"
9897 case "(($ac_try" in
9898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9899 *) ac_try_echo=$ac_try;;
9900 esac
9901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9902 (eval "$ac_link") 2>conftest.er1
9903 ac_status=$?
9904 grep -v '^ *+' conftest.er1 >conftest.err
9905 rm -f conftest.er1
9906 cat conftest.err >&5
9907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9908 (exit $ac_status); } && {
9909 test -z "$ac_c_werror_flag" ||
9910 test ! -s conftest.err
9911 } && test -s conftest$ac_exeext &&
9912 $as_test_x conftest$ac_exeext; then
9913 ac_cv_lib_X11_XkbQueryExtension=yes
9914 else
9915 echo "$as_me: failed program was:" >&5
9916 sed 's/^/| /' conftest.$ac_ext >&5
9918 ac_cv_lib_X11_XkbQueryExtension=no
9921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9922 conftest$ac_exeext conftest.$ac_ext
9923 LIBS=$ac_check_lib_save_LIBS
9925 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9926 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9927 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9929 cat >>confdefs.h <<\_ACEOF
9930 #define HAVE_XKB 1
9931 _ACEOF
9937 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9938 then
9939 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9940 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9941 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9942 echo $ECHO_N "(cached) $ECHO_C" >&6
9943 else
9944 ac_check_soname_save_LIBS=$LIBS
9945 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9946 cat >conftest.$ac_ext <<_ACEOF
9947 /* confdefs.h. */
9948 _ACEOF
9949 cat confdefs.h >>conftest.$ac_ext
9950 cat >>conftest.$ac_ext <<_ACEOF
9951 /* end confdefs.h. */
9953 /* Override any GCC internal prototype to avoid an error.
9954 Use char because int might match the return type of a GCC
9955 builtin and then its argument prototype would still apply. */
9956 #ifdef __cplusplus
9957 extern "C"
9958 #endif
9959 char XcursorImageLoadCursor ();
9961 main ()
9963 return XcursorImageLoadCursor ();
9965 return 0;
9967 _ACEOF
9968 rm -f conftest.$ac_objext conftest$ac_exeext
9969 if { (ac_try="$ac_link"
9970 case "(($ac_try" in
9971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9972 *) ac_try_echo=$ac_try;;
9973 esac
9974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9975 (eval "$ac_link") 2>conftest.er1
9976 ac_status=$?
9977 grep -v '^ *+' conftest.er1 >conftest.err
9978 rm -f conftest.er1
9979 cat conftest.err >&5
9980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9981 (exit $ac_status); } && {
9982 test -z "$ac_c_werror_flag" ||
9983 test ! -s conftest.err
9984 } && test -s conftest$ac_exeext &&
9985 $as_test_x conftest$ac_exeext; then
9986 case "$LIBEXT" in
9987 dll) ;;
9988 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'` ;;
9989 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9990 esac
9991 else
9992 echo "$as_me: failed program was:" >&5
9993 sed 's/^/| /' conftest.$ac_ext >&5
9998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9999 conftest$ac_exeext conftest.$ac_ext
10000 LIBS=$ac_check_soname_save_LIBS
10002 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10003 { echo "$as_me:$LINENO: result: not found" >&5
10004 echo "${ECHO_T}not found" >&6; }
10006 else
10007 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10008 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10010 cat >>confdefs.h <<_ACEOF
10011 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10012 _ACEOF
10018 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10019 case "x$with_xcursor" in
10020 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10021 xno) ;;
10022 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10023 This is an error since --with-xcursor was requested." >&5
10024 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10025 This is an error since --with-xcursor was requested." >&2;}
10026 { (exit 1); exit 1; }; } ;;
10027 esac
10031 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10032 then
10033 { echo "$as_me:$LINENO: checking for -lXi" >&5
10034 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10035 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10036 echo $ECHO_N "(cached) $ECHO_C" >&6
10037 else
10038 ac_check_soname_save_LIBS=$LIBS
10039 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10040 cat >conftest.$ac_ext <<_ACEOF
10041 /* confdefs.h. */
10042 _ACEOF
10043 cat confdefs.h >>conftest.$ac_ext
10044 cat >>conftest.$ac_ext <<_ACEOF
10045 /* end confdefs.h. */
10047 /* Override any GCC internal prototype to avoid an error.
10048 Use char because int might match the return type of a GCC
10049 builtin and then its argument prototype would still apply. */
10050 #ifdef __cplusplus
10051 extern "C"
10052 #endif
10053 char XOpenDevice ();
10055 main ()
10057 return XOpenDevice ();
10059 return 0;
10061 _ACEOF
10062 rm -f conftest.$ac_objext conftest$ac_exeext
10063 if { (ac_try="$ac_link"
10064 case "(($ac_try" in
10065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10066 *) ac_try_echo=$ac_try;;
10067 esac
10068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10069 (eval "$ac_link") 2>conftest.er1
10070 ac_status=$?
10071 grep -v '^ *+' conftest.er1 >conftest.err
10072 rm -f conftest.er1
10073 cat conftest.err >&5
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); } && {
10076 test -z "$ac_c_werror_flag" ||
10077 test ! -s conftest.err
10078 } && test -s conftest$ac_exeext &&
10079 $as_test_x conftest$ac_exeext; then
10080 case "$LIBEXT" in
10081 dll) ;;
10082 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'` ;;
10083 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10084 esac
10085 else
10086 echo "$as_me: failed program was:" >&5
10087 sed 's/^/| /' conftest.$ac_ext >&5
10092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10093 conftest$ac_exeext conftest.$ac_ext
10094 LIBS=$ac_check_soname_save_LIBS
10096 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10097 { echo "$as_me:$LINENO: result: not found" >&5
10098 echo "${ECHO_T}not found" >&6; }
10100 else
10101 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10102 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10104 cat >>confdefs.h <<_ACEOF
10105 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10106 _ACEOF
10112 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10113 case "x$with_xinput" in
10114 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10115 xno) ;;
10116 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10117 This is an error since --with-xinput was requested." >&5
10118 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10119 This is an error since --with-xinput was requested." >&2;}
10120 { (exit 1); exit 1; }; } ;;
10121 esac
10125 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10126 then
10127 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10128 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10129 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10130 echo $ECHO_N "(cached) $ECHO_C" >&6
10131 else
10132 ac_check_lib_save_LIBS=$LIBS
10133 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10134 cat >conftest.$ac_ext <<_ACEOF
10135 /* confdefs.h. */
10136 _ACEOF
10137 cat confdefs.h >>conftest.$ac_ext
10138 cat >>conftest.$ac_ext <<_ACEOF
10139 /* end confdefs.h. */
10141 /* Override any GCC internal prototype to avoid an error.
10142 Use char because int might match the return type of a GCC
10143 builtin and then its argument prototype would still apply. */
10144 #ifdef __cplusplus
10145 extern "C"
10146 #endif
10147 char XShmQueryExtension ();
10149 main ()
10151 return XShmQueryExtension ();
10153 return 0;
10155 _ACEOF
10156 rm -f conftest.$ac_objext conftest$ac_exeext
10157 if { (ac_try="$ac_link"
10158 case "(($ac_try" in
10159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10160 *) ac_try_echo=$ac_try;;
10161 esac
10162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10163 (eval "$ac_link") 2>conftest.er1
10164 ac_status=$?
10165 grep -v '^ *+' conftest.er1 >conftest.err
10166 rm -f conftest.er1
10167 cat conftest.err >&5
10168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10169 (exit $ac_status); } && {
10170 test -z "$ac_c_werror_flag" ||
10171 test ! -s conftest.err
10172 } && test -s conftest$ac_exeext &&
10173 $as_test_x conftest$ac_exeext; then
10174 ac_cv_lib_Xext_XShmQueryExtension=yes
10175 else
10176 echo "$as_me: failed program was:" >&5
10177 sed 's/^/| /' conftest.$ac_ext >&5
10179 ac_cv_lib_Xext_XShmQueryExtension=no
10182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10183 conftest$ac_exeext conftest.$ac_ext
10184 LIBS=$ac_check_lib_save_LIBS
10186 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10187 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10188 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10190 cat >>confdefs.h <<\_ACEOF
10191 #define HAVE_LIBXXSHM 1
10192 _ACEOF
10197 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10198 case "x$with_xshm" in
10199 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10200 xno) ;;
10201 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10202 This is an error since --with-xshm was requested." >&5
10203 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10204 This is an error since --with-xshm was requested." >&2;}
10205 { (exit 1); exit 1; }; } ;;
10206 esac
10210 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10211 then
10212 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10213 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10214 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10215 echo $ECHO_N "(cached) $ECHO_C" >&6
10216 else
10217 ac_check_lib_save_LIBS=$LIBS
10218 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10219 cat >conftest.$ac_ext <<_ACEOF
10220 /* confdefs.h. */
10221 _ACEOF
10222 cat confdefs.h >>conftest.$ac_ext
10223 cat >>conftest.$ac_ext <<_ACEOF
10224 /* end confdefs.h. */
10226 /* Override any GCC internal prototype to avoid an error.
10227 Use char because int might match the return type of a GCC
10228 builtin and then its argument prototype would still apply. */
10229 #ifdef __cplusplus
10230 extern "C"
10231 #endif
10232 char XShapeQueryExtension ();
10234 main ()
10236 return XShapeQueryExtension ();
10238 return 0;
10240 _ACEOF
10241 rm -f conftest.$ac_objext conftest$ac_exeext
10242 if { (ac_try="$ac_link"
10243 case "(($ac_try" in
10244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10245 *) ac_try_echo=$ac_try;;
10246 esac
10247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10248 (eval "$ac_link") 2>conftest.er1
10249 ac_status=$?
10250 grep -v '^ *+' conftest.er1 >conftest.err
10251 rm -f conftest.er1
10252 cat conftest.err >&5
10253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10254 (exit $ac_status); } && {
10255 test -z "$ac_c_werror_flag" ||
10256 test ! -s conftest.err
10257 } && test -s conftest$ac_exeext &&
10258 $as_test_x conftest$ac_exeext; then
10259 ac_cv_lib_Xext_XShapeQueryExtension=yes
10260 else
10261 echo "$as_me: failed program was:" >&5
10262 sed 's/^/| /' conftest.$ac_ext >&5
10264 ac_cv_lib_Xext_XShapeQueryExtension=no
10267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10268 conftest$ac_exeext conftest.$ac_ext
10269 LIBS=$ac_check_lib_save_LIBS
10271 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10272 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10273 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10275 cat >>confdefs.h <<\_ACEOF
10276 #define HAVE_LIBXSHAPE 1
10277 _ACEOF
10282 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10283 case "x$with_xshape" in
10284 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10285 xno) ;;
10286 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10287 This is an error since --with-xshape was requested." >&5
10288 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10289 This is an error since --with-xshape was requested." >&2;}
10290 { (exit 1); exit 1; }; } ;;
10291 esac
10295 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10296 then
10297 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10298 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10299 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10300 echo $ECHO_N "(cached) $ECHO_C" >&6
10301 else
10302 ac_check_soname_save_LIBS=$LIBS
10303 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10304 cat >conftest.$ac_ext <<_ACEOF
10305 /* confdefs.h. */
10306 _ACEOF
10307 cat confdefs.h >>conftest.$ac_ext
10308 cat >>conftest.$ac_ext <<_ACEOF
10309 /* end confdefs.h. */
10311 /* Override any GCC internal prototype to avoid an error.
10312 Use char because int might match the return type of a GCC
10313 builtin and then its argument prototype would still apply. */
10314 #ifdef __cplusplus
10315 extern "C"
10316 #endif
10317 char XF86VidModeQueryExtension ();
10319 main ()
10321 return XF86VidModeQueryExtension ();
10323 return 0;
10325 _ACEOF
10326 rm -f conftest.$ac_objext conftest$ac_exeext
10327 if { (ac_try="$ac_link"
10328 case "(($ac_try" in
10329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10330 *) ac_try_echo=$ac_try;;
10331 esac
10332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10333 (eval "$ac_link") 2>conftest.er1
10334 ac_status=$?
10335 grep -v '^ *+' conftest.er1 >conftest.err
10336 rm -f conftest.er1
10337 cat conftest.err >&5
10338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10339 (exit $ac_status); } && {
10340 test -z "$ac_c_werror_flag" ||
10341 test ! -s conftest.err
10342 } && test -s conftest$ac_exeext &&
10343 $as_test_x conftest$ac_exeext; then
10344 case "$LIBEXT" in
10345 dll) ;;
10346 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'` ;;
10347 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10348 esac
10349 else
10350 echo "$as_me: failed program was:" >&5
10351 sed 's/^/| /' conftest.$ac_ext >&5
10356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10357 conftest$ac_exeext conftest.$ac_ext
10358 LIBS=$ac_check_soname_save_LIBS
10360 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10361 { echo "$as_me:$LINENO: result: not found" >&5
10362 echo "${ECHO_T}not found" >&6; }
10364 else
10365 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10366 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10368 cat >>confdefs.h <<_ACEOF
10369 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10370 _ACEOF
10376 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10377 case "x$with_xxf86vm" in
10378 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10379 xno) ;;
10380 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10381 This is an error since --with-xxf86vm was requested." >&5
10382 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10383 This is an error since --with-xxf86vm was requested." >&2;}
10384 { (exit 1); exit 1; }; } ;;
10385 esac
10389 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"
10390 then
10391 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10392 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10393 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10394 echo $ECHO_N "(cached) $ECHO_C" >&6
10395 else
10396 ac_check_soname_save_LIBS=$LIBS
10397 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10398 cat >conftest.$ac_ext <<_ACEOF
10399 /* confdefs.h. */
10400 _ACEOF
10401 cat confdefs.h >>conftest.$ac_ext
10402 cat >>conftest.$ac_ext <<_ACEOF
10403 /* end confdefs.h. */
10405 /* Override any GCC internal prototype to avoid an error.
10406 Use char because int might match the return type of a GCC
10407 builtin and then its argument prototype would still apply. */
10408 #ifdef __cplusplus
10409 extern "C"
10410 #endif
10411 char XRenderQueryExtension ();
10413 main ()
10415 return XRenderQueryExtension ();
10417 return 0;
10419 _ACEOF
10420 rm -f conftest.$ac_objext conftest$ac_exeext
10421 if { (ac_try="$ac_link"
10422 case "(($ac_try" in
10423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10424 *) ac_try_echo=$ac_try;;
10425 esac
10426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10427 (eval "$ac_link") 2>conftest.er1
10428 ac_status=$?
10429 grep -v '^ *+' conftest.er1 >conftest.err
10430 rm -f conftest.er1
10431 cat conftest.err >&5
10432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10433 (exit $ac_status); } && {
10434 test -z "$ac_c_werror_flag" ||
10435 test ! -s conftest.err
10436 } && test -s conftest$ac_exeext &&
10437 $as_test_x conftest$ac_exeext; then
10438 case "$LIBEXT" in
10439 dll) ;;
10440 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'` ;;
10441 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10442 esac
10443 else
10444 echo "$as_me: failed program was:" >&5
10445 sed 's/^/| /' conftest.$ac_ext >&5
10450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10451 conftest$ac_exeext conftest.$ac_ext
10452 LIBS=$ac_check_soname_save_LIBS
10454 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10455 { echo "$as_me:$LINENO: result: not found" >&5
10456 echo "${ECHO_T}not found" >&6; }
10458 else
10459 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10460 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10462 cat >>confdefs.h <<_ACEOF
10463 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10464 _ACEOF
10466 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10467 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10468 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10469 echo $ECHO_N "(cached) $ECHO_C" >&6
10470 else
10471 ac_check_lib_save_LIBS=$LIBS
10472 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10473 cat >conftest.$ac_ext <<_ACEOF
10474 /* confdefs.h. */
10475 _ACEOF
10476 cat confdefs.h >>conftest.$ac_ext
10477 cat >>conftest.$ac_ext <<_ACEOF
10478 /* end confdefs.h. */
10480 /* Override any GCC internal prototype to avoid an error.
10481 Use char because int might match the return type of a GCC
10482 builtin and then its argument prototype would still apply. */
10483 #ifdef __cplusplus
10484 extern "C"
10485 #endif
10486 char XRenderSetPictureTransform ();
10488 main ()
10490 return XRenderSetPictureTransform ();
10492 return 0;
10494 _ACEOF
10495 rm -f conftest.$ac_objext conftest$ac_exeext
10496 if { (ac_try="$ac_link"
10497 case "(($ac_try" in
10498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10499 *) ac_try_echo=$ac_try;;
10500 esac
10501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10502 (eval "$ac_link") 2>conftest.er1
10503 ac_status=$?
10504 grep -v '^ *+' conftest.er1 >conftest.err
10505 rm -f conftest.er1
10506 cat conftest.err >&5
10507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10508 (exit $ac_status); } && {
10509 test -z "$ac_c_werror_flag" ||
10510 test ! -s conftest.err
10511 } && test -s conftest$ac_exeext &&
10512 $as_test_x conftest$ac_exeext; then
10513 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10514 else
10515 echo "$as_me: failed program was:" >&5
10516 sed 's/^/| /' conftest.$ac_ext >&5
10518 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10522 conftest$ac_exeext conftest.$ac_ext
10523 LIBS=$ac_check_lib_save_LIBS
10525 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10526 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10527 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10529 cat >>confdefs.h <<\_ACEOF
10530 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10531 _ACEOF
10539 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10540 case "x$with_xrender" in
10541 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10542 xno) ;;
10543 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10544 This is an error since --with-xrender was requested." >&5
10545 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10546 This is an error since --with-xrender was requested." >&2;}
10547 { (exit 1); exit 1; }; } ;;
10548 esac
10552 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10553 then
10554 cat >conftest.$ac_ext <<_ACEOF
10555 /* confdefs.h. */
10556 _ACEOF
10557 cat confdefs.h >>conftest.$ac_ext
10558 cat >>conftest.$ac_ext <<_ACEOF
10559 /* end confdefs.h. */
10560 #include <X11/Xlib.h>
10561 #include <X11/extensions/Xrandr.h>
10563 main ()
10565 static typeof(XRRSetScreenConfigAndRate) * func;
10567 return 0;
10569 _ACEOF
10570 rm -f conftest.$ac_objext
10571 if { (ac_try="$ac_compile"
10572 case "(($ac_try" in
10573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10574 *) ac_try_echo=$ac_try;;
10575 esac
10576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10577 (eval "$ac_compile") 2>conftest.er1
10578 ac_status=$?
10579 grep -v '^ *+' conftest.er1 >conftest.err
10580 rm -f conftest.er1
10581 cat conftest.err >&5
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); } && {
10584 test -z "$ac_c_werror_flag" ||
10585 test ! -s conftest.err
10586 } && test -s conftest.$ac_objext; then
10587 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10588 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10589 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10590 echo $ECHO_N "(cached) $ECHO_C" >&6
10591 else
10592 ac_check_soname_save_LIBS=$LIBS
10593 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10594 cat >conftest.$ac_ext <<_ACEOF
10595 /* confdefs.h. */
10596 _ACEOF
10597 cat confdefs.h >>conftest.$ac_ext
10598 cat >>conftest.$ac_ext <<_ACEOF
10599 /* end confdefs.h. */
10601 /* Override any GCC internal prototype to avoid an error.
10602 Use char because int might match the return type of a GCC
10603 builtin and then its argument prototype would still apply. */
10604 #ifdef __cplusplus
10605 extern "C"
10606 #endif
10607 char XRRQueryExtension ();
10609 main ()
10611 return XRRQueryExtension ();
10613 return 0;
10615 _ACEOF
10616 rm -f conftest.$ac_objext conftest$ac_exeext
10617 if { (ac_try="$ac_link"
10618 case "(($ac_try" in
10619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10620 *) ac_try_echo=$ac_try;;
10621 esac
10622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10623 (eval "$ac_link") 2>conftest.er1
10624 ac_status=$?
10625 grep -v '^ *+' conftest.er1 >conftest.err
10626 rm -f conftest.er1
10627 cat conftest.err >&5
10628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10629 (exit $ac_status); } && {
10630 test -z "$ac_c_werror_flag" ||
10631 test ! -s conftest.err
10632 } && test -s conftest$ac_exeext &&
10633 $as_test_x conftest$ac_exeext; then
10634 case "$LIBEXT" in
10635 dll) ;;
10636 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'` ;;
10637 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10638 esac
10639 else
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.$ac_ext >&5
10646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10647 conftest$ac_exeext conftest.$ac_ext
10648 LIBS=$ac_check_soname_save_LIBS
10650 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10651 { echo "$as_me:$LINENO: result: not found" >&5
10652 echo "${ECHO_T}not found" >&6; }
10654 else
10655 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10656 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10658 cat >>confdefs.h <<_ACEOF
10659 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10660 _ACEOF
10665 else
10666 echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10674 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10675 case "x$with_xrandr" in
10676 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10677 xno) ;;
10678 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10679 This is an error since --with-xrandr was requested." >&5
10680 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10681 This is an error since --with-xrandr was requested." >&2;}
10682 { (exit 1); exit 1; }; } ;;
10683 esac
10687 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10688 then
10689 cat >conftest.$ac_ext <<_ACEOF
10690 /* confdefs.h. */
10691 _ACEOF
10692 cat confdefs.h >>conftest.$ac_ext
10693 cat >>conftest.$ac_ext <<_ACEOF
10694 /* end confdefs.h. */
10695 #include <X11/Xlib.h>
10696 #include <X11/extensions/Xinerama.h>
10698 main ()
10700 static typeof(XineramaQueryScreens) * func;
10702 return 0;
10704 _ACEOF
10705 rm -f conftest.$ac_objext
10706 if { (ac_try="$ac_compile"
10707 case "(($ac_try" in
10708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10709 *) ac_try_echo=$ac_try;;
10710 esac
10711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10712 (eval "$ac_compile") 2>conftest.er1
10713 ac_status=$?
10714 grep -v '^ *+' conftest.er1 >conftest.err
10715 rm -f conftest.er1
10716 cat conftest.err >&5
10717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10718 (exit $ac_status); } && {
10719 test -z "$ac_c_werror_flag" ||
10720 test ! -s conftest.err
10721 } && test -s conftest.$ac_objext; then
10722 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10723 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10724 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10725 echo $ECHO_N "(cached) $ECHO_C" >&6
10726 else
10727 ac_check_soname_save_LIBS=$LIBS
10728 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10729 cat >conftest.$ac_ext <<_ACEOF
10730 /* confdefs.h. */
10731 _ACEOF
10732 cat confdefs.h >>conftest.$ac_ext
10733 cat >>conftest.$ac_ext <<_ACEOF
10734 /* end confdefs.h. */
10736 /* Override any GCC internal prototype to avoid an error.
10737 Use char because int might match the return type of a GCC
10738 builtin and then its argument prototype would still apply. */
10739 #ifdef __cplusplus
10740 extern "C"
10741 #endif
10742 char XineramaQueryScreens ();
10744 main ()
10746 return XineramaQueryScreens ();
10748 return 0;
10750 _ACEOF
10751 rm -f conftest.$ac_objext conftest$ac_exeext
10752 if { (ac_try="$ac_link"
10753 case "(($ac_try" in
10754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10755 *) ac_try_echo=$ac_try;;
10756 esac
10757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10758 (eval "$ac_link") 2>conftest.er1
10759 ac_status=$?
10760 grep -v '^ *+' conftest.er1 >conftest.err
10761 rm -f conftest.er1
10762 cat conftest.err >&5
10763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10764 (exit $ac_status); } && {
10765 test -z "$ac_c_werror_flag" ||
10766 test ! -s conftest.err
10767 } && test -s conftest$ac_exeext &&
10768 $as_test_x conftest$ac_exeext; then
10769 case "$LIBEXT" in
10770 dll) ;;
10771 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'` ;;
10772 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10773 esac
10774 else
10775 echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.$ac_ext >&5
10781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10782 conftest$ac_exeext conftest.$ac_ext
10783 LIBS=$ac_check_soname_save_LIBS
10785 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10786 { echo "$as_me:$LINENO: result: not found" >&5
10787 echo "${ECHO_T}not found" >&6; }
10789 else
10790 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10791 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10793 cat >>confdefs.h <<_ACEOF
10794 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10795 _ACEOF
10800 else
10801 echo "$as_me: failed program was:" >&5
10802 sed 's/^/| /' conftest.$ac_ext >&5
10807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10809 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10810 case "x$with_xinerama" in
10811 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10812 xno) ;;
10813 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10814 This is an error since --with-xinerama was requested." >&5
10815 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10816 This is an error since --with-xinerama was requested." >&2;}
10817 { (exit 1); exit 1; }; } ;;
10818 esac
10822 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10823 then
10824 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10825 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10826 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10827 echo $ECHO_N "(cached) $ECHO_C" >&6
10828 else
10829 ac_check_soname_save_LIBS=$LIBS
10830 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10831 cat >conftest.$ac_ext <<_ACEOF
10832 /* confdefs.h. */
10833 _ACEOF
10834 cat confdefs.h >>conftest.$ac_ext
10835 cat >>conftest.$ac_ext <<_ACEOF
10836 /* end confdefs.h. */
10838 /* Override any GCC internal prototype to avoid an error.
10839 Use char because int might match the return type of a GCC
10840 builtin and then its argument prototype would still apply. */
10841 #ifdef __cplusplus
10842 extern "C"
10843 #endif
10844 char XCompositeRedirectWindow ();
10846 main ()
10848 return XCompositeRedirectWindow ();
10850 return 0;
10852 _ACEOF
10853 rm -f conftest.$ac_objext conftest$ac_exeext
10854 if { (ac_try="$ac_link"
10855 case "(($ac_try" in
10856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10857 *) ac_try_echo=$ac_try;;
10858 esac
10859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10860 (eval "$ac_link") 2>conftest.er1
10861 ac_status=$?
10862 grep -v '^ *+' conftest.er1 >conftest.err
10863 rm -f conftest.er1
10864 cat conftest.err >&5
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); } && {
10867 test -z "$ac_c_werror_flag" ||
10868 test ! -s conftest.err
10869 } && test -s conftest$ac_exeext &&
10870 $as_test_x conftest$ac_exeext; then
10871 case "$LIBEXT" in
10872 dll) ;;
10873 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'` ;;
10874 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10875 esac
10876 else
10877 echo "$as_me: failed program was:" >&5
10878 sed 's/^/| /' conftest.$ac_ext >&5
10883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10884 conftest$ac_exeext conftest.$ac_ext
10885 LIBS=$ac_check_soname_save_LIBS
10887 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10888 { echo "$as_me:$LINENO: result: not found" >&5
10889 echo "${ECHO_T}not found" >&6; }
10891 else
10892 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10893 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10895 cat >>confdefs.h <<_ACEOF
10896 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10897 _ACEOF
10903 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10904 case "x$with_xcomposite" in
10905 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10906 xno) ;;
10907 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10908 This is an error since --with-xcomposite was requested." >&5
10909 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10910 This is an error since --with-xcomposite was requested." >&2;}
10911 { (exit 1); exit 1; }; } ;;
10912 esac
10916 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10917 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10918 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10919 echo $ECHO_N "(cached) $ECHO_C" >&6
10920 else
10921 cat >conftest.$ac_ext <<_ACEOF
10922 /* confdefs.h. */
10923 _ACEOF
10924 cat confdefs.h >>conftest.$ac_ext
10925 cat >>conftest.$ac_ext <<_ACEOF
10926 /* end confdefs.h. */
10927 #ifdef HAVE_X11_XLIB_H
10928 #include <X11/Xlib.h>
10929 #endif
10932 main ()
10934 static XICCallback ac_aggr;
10935 if (ac_aggr.callback)
10936 return 0;
10938 return 0;
10940 _ACEOF
10941 rm -f conftest.$ac_objext
10942 if { (ac_try="$ac_compile"
10943 case "(($ac_try" in
10944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10945 *) ac_try_echo=$ac_try;;
10946 esac
10947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10948 (eval "$ac_compile") 2>conftest.er1
10949 ac_status=$?
10950 grep -v '^ *+' conftest.er1 >conftest.err
10951 rm -f conftest.er1
10952 cat conftest.err >&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); } && {
10955 test -z "$ac_c_werror_flag" ||
10956 test ! -s conftest.err
10957 } && test -s conftest.$ac_objext; then
10958 ac_cv_member_XICCallback_callback=yes
10959 else
10960 echo "$as_me: failed program was:" >&5
10961 sed 's/^/| /' conftest.$ac_ext >&5
10963 cat >conftest.$ac_ext <<_ACEOF
10964 /* confdefs.h. */
10965 _ACEOF
10966 cat confdefs.h >>conftest.$ac_ext
10967 cat >>conftest.$ac_ext <<_ACEOF
10968 /* end confdefs.h. */
10969 #ifdef HAVE_X11_XLIB_H
10970 #include <X11/Xlib.h>
10971 #endif
10974 main ()
10976 static XICCallback ac_aggr;
10977 if (sizeof ac_aggr.callback)
10978 return 0;
10980 return 0;
10982 _ACEOF
10983 rm -f conftest.$ac_objext
10984 if { (ac_try="$ac_compile"
10985 case "(($ac_try" in
10986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10987 *) ac_try_echo=$ac_try;;
10988 esac
10989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10990 (eval "$ac_compile") 2>conftest.er1
10991 ac_status=$?
10992 grep -v '^ *+' conftest.er1 >conftest.err
10993 rm -f conftest.er1
10994 cat conftest.err >&5
10995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10996 (exit $ac_status); } && {
10997 test -z "$ac_c_werror_flag" ||
10998 test ! -s conftest.err
10999 } && test -s conftest.$ac_objext; then
11000 ac_cv_member_XICCallback_callback=yes
11001 else
11002 echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11005 ac_cv_member_XICCallback_callback=no
11008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11013 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11014 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11015 if test $ac_cv_member_XICCallback_callback = yes; then
11017 cat >>confdefs.h <<_ACEOF
11018 #define HAVE_XICCALLBACK_CALLBACK 1
11019 _ACEOF
11026 opengl_msg=""
11027 if test "x$with_opengl" != "xno"
11028 then
11033 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11035 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11036 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11037 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11039 echo $ECHO_N "(cached) $ECHO_C" >&6
11040 else
11041 cat >conftest.$ac_ext <<_ACEOF
11042 /* confdefs.h. */
11043 _ACEOF
11044 cat confdefs.h >>conftest.$ac_ext
11045 cat >>conftest.$ac_ext <<_ACEOF
11046 /* end confdefs.h. */
11047 #ifdef HAVE_GL_GLX_H
11048 # include <GL/glx.h>
11049 #endif
11051 #include <$ac_header>
11052 _ACEOF
11053 rm -f conftest.$ac_objext
11054 if { (ac_try="$ac_compile"
11055 case "(($ac_try" in
11056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11057 *) ac_try_echo=$ac_try;;
11058 esac
11059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11060 (eval "$ac_compile") 2>conftest.er1
11061 ac_status=$?
11062 grep -v '^ *+' conftest.er1 >conftest.err
11063 rm -f conftest.er1
11064 cat conftest.err >&5
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); } && {
11067 test -z "$ac_c_werror_flag" ||
11068 test ! -s conftest.err
11069 } && test -s conftest.$ac_objext; then
11070 eval "$as_ac_Header=yes"
11071 else
11072 echo "$as_me: failed program was:" >&5
11073 sed 's/^/| /' conftest.$ac_ext >&5
11075 eval "$as_ac_Header=no"
11078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11080 ac_res=`eval echo '${'$as_ac_Header'}'`
11081 { echo "$as_me:$LINENO: result: $ac_res" >&5
11082 echo "${ECHO_T}$ac_res" >&6; }
11083 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11084 cat >>confdefs.h <<_ACEOF
11085 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11086 _ACEOF
11090 done
11092 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11093 then
11094 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11095 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11096 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11097 echo $ECHO_N "(cached) $ECHO_C" >&6
11098 else
11099 cat >conftest.$ac_ext <<_ACEOF
11100 /* confdefs.h. */
11101 _ACEOF
11102 cat confdefs.h >>conftest.$ac_ext
11103 cat >>conftest.$ac_ext <<_ACEOF
11104 /* end confdefs.h. */
11105 #include <GL/gl.h>
11107 main ()
11109 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11111 return 0;
11113 _ACEOF
11114 rm -f conftest.$ac_objext
11115 if { (ac_try="$ac_compile"
11116 case "(($ac_try" in
11117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11118 *) ac_try_echo=$ac_try;;
11119 esac
11120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11121 (eval "$ac_compile") 2>conftest.er1
11122 ac_status=$?
11123 grep -v '^ *+' conftest.er1 >conftest.err
11124 rm -f conftest.er1
11125 cat conftest.err >&5
11126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11127 (exit $ac_status); } && {
11128 test -z "$ac_c_werror_flag" ||
11129 test ! -s conftest.err
11130 } && test -s conftest.$ac_objext; then
11131 wine_cv_opengl_header_version_OK="yes"
11132 else
11133 echo "$as_me: failed program was:" >&5
11134 sed 's/^/| /' conftest.$ac_ext >&5
11136 wine_cv_opengl_header_version_OK="no"
11139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11141 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11142 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11144 if test "$wine_cv_opengl_header_version_OK" = "yes"
11145 then
11146 { echo "$as_me:$LINENO: checking for -lGL" >&5
11147 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11148 if test "${ac_cv_lib_soname_GL+set}" = set; then
11149 echo $ECHO_N "(cached) $ECHO_C" >&6
11150 else
11151 ac_check_soname_save_LIBS=$LIBS
11152 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11153 cat >conftest.$ac_ext <<_ACEOF
11154 /* confdefs.h. */
11155 _ACEOF
11156 cat confdefs.h >>conftest.$ac_ext
11157 cat >>conftest.$ac_ext <<_ACEOF
11158 /* end confdefs.h. */
11160 /* Override any GCC internal prototype to avoid an error.
11161 Use char because int might match the return type of a GCC
11162 builtin and then its argument prototype would still apply. */
11163 #ifdef __cplusplus
11164 extern "C"
11165 #endif
11166 char glXCreateContext ();
11168 main ()
11170 return glXCreateContext ();
11172 return 0;
11174 _ACEOF
11175 rm -f conftest.$ac_objext conftest$ac_exeext
11176 if { (ac_try="$ac_link"
11177 case "(($ac_try" in
11178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11179 *) ac_try_echo=$ac_try;;
11180 esac
11181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11182 (eval "$ac_link") 2>conftest.er1
11183 ac_status=$?
11184 grep -v '^ *+' conftest.er1 >conftest.err
11185 rm -f conftest.er1
11186 cat conftest.err >&5
11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); } && {
11189 test -z "$ac_c_werror_flag" ||
11190 test ! -s conftest.err
11191 } && test -s conftest$ac_exeext &&
11192 $as_test_x conftest$ac_exeext; then
11193 case "$LIBEXT" in
11194 dll) ;;
11195 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'` ;;
11196 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11197 esac
11198 else
11199 echo "$as_me: failed program was:" >&5
11200 sed 's/^/| /' conftest.$ac_ext >&5
11205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11206 conftest$ac_exeext conftest.$ac_ext
11207 LIBS=$ac_check_soname_save_LIBS
11209 if test "x$ac_cv_lib_soname_GL" = "x"; then
11210 { echo "$as_me:$LINENO: result: not found" >&5
11211 echo "${ECHO_T}not found" >&6; }
11212 { echo "$as_me:$LINENO: checking for -lGL" >&5
11213 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11214 if test "${ac_cv_lib_soname_GL+set}" = set; then
11215 echo $ECHO_N "(cached) $ECHO_C" >&6
11216 else
11217 ac_check_soname_save_LIBS=$LIBS
11218 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"
11219 cat >conftest.$ac_ext <<_ACEOF
11220 /* confdefs.h. */
11221 _ACEOF
11222 cat confdefs.h >>conftest.$ac_ext
11223 cat >>conftest.$ac_ext <<_ACEOF
11224 /* end confdefs.h. */
11226 /* Override any GCC internal prototype to avoid an error.
11227 Use char because int might match the return type of a GCC
11228 builtin and then its argument prototype would still apply. */
11229 #ifdef __cplusplus
11230 extern "C"
11231 #endif
11232 char glXCreateContext ();
11234 main ()
11236 return glXCreateContext ();
11238 return 0;
11240 _ACEOF
11241 rm -f conftest.$ac_objext conftest$ac_exeext
11242 if { (ac_try="$ac_link"
11243 case "(($ac_try" in
11244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11245 *) ac_try_echo=$ac_try;;
11246 esac
11247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11248 (eval "$ac_link") 2>conftest.er1
11249 ac_status=$?
11250 grep -v '^ *+' conftest.er1 >conftest.err
11251 rm -f conftest.er1
11252 cat conftest.err >&5
11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11254 (exit $ac_status); } && {
11255 test -z "$ac_c_werror_flag" ||
11256 test ! -s conftest.err
11257 } && test -s conftest$ac_exeext &&
11258 $as_test_x conftest$ac_exeext; then
11259 case "$LIBEXT" in
11260 dll) ;;
11261 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'` ;;
11262 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11263 esac
11264 else
11265 echo "$as_me: failed program was:" >&5
11266 sed 's/^/| /' conftest.$ac_ext >&5
11271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11272 conftest$ac_exeext conftest.$ac_ext
11273 LIBS=$ac_check_soname_save_LIBS
11275 if test "x$ac_cv_lib_soname_GL" = "x"; then
11276 { echo "$as_me:$LINENO: result: not found" >&5
11277 echo "${ECHO_T}not found" >&6; }
11278 if test -f /usr/X11R6/lib/libGL.a
11279 then
11280 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11281 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11282 else
11283 opengl_msg="No OpenGL library found on this system."
11285 else
11286 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11287 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11289 cat >>confdefs.h <<_ACEOF
11290 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11291 _ACEOF
11293 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"
11295 cat >>confdefs.h <<\_ACEOF
11296 #define HAVE_OPENGL 1
11297 _ACEOF
11301 else
11302 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11303 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11305 cat >>confdefs.h <<_ACEOF
11306 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11307 _ACEOF
11309 OPENGL_LIBS="-lGL"
11311 cat >>confdefs.h <<\_ACEOF
11312 #define HAVE_OPENGL 1
11313 _ACEOF
11317 if test "$ac_cv_header_GL_glu_h" = "yes"
11318 then
11319 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11320 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11321 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11322 echo $ECHO_N "(cached) $ECHO_C" >&6
11323 else
11324 ac_check_soname_save_LIBS=$LIBS
11325 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11326 cat >conftest.$ac_ext <<_ACEOF
11327 /* confdefs.h. */
11328 _ACEOF
11329 cat confdefs.h >>conftest.$ac_ext
11330 cat >>conftest.$ac_ext <<_ACEOF
11331 /* end confdefs.h. */
11333 /* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11336 #ifdef __cplusplus
11337 extern "C"
11338 #endif
11339 char gluLookAt ();
11341 main ()
11343 return gluLookAt ();
11345 return 0;
11347 _ACEOF
11348 rm -f conftest.$ac_objext conftest$ac_exeext
11349 if { (ac_try="$ac_link"
11350 case "(($ac_try" in
11351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11352 *) ac_try_echo=$ac_try;;
11353 esac
11354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11355 (eval "$ac_link") 2>conftest.er1
11356 ac_status=$?
11357 grep -v '^ *+' conftest.er1 >conftest.err
11358 rm -f conftest.er1
11359 cat conftest.err >&5
11360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11361 (exit $ac_status); } && {
11362 test -z "$ac_c_werror_flag" ||
11363 test ! -s conftest.err
11364 } && test -s conftest$ac_exeext &&
11365 $as_test_x conftest$ac_exeext; then
11366 case "$LIBEXT" in
11367 dll) ;;
11368 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'` ;;
11369 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11370 esac
11371 else
11372 echo "$as_me: failed program was:" >&5
11373 sed 's/^/| /' conftest.$ac_ext >&5
11378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11379 conftest$ac_exeext conftest.$ac_ext
11380 LIBS=$ac_check_soname_save_LIBS
11382 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11383 { echo "$as_me:$LINENO: result: not found" >&5
11384 echo "${ECHO_T}not found" >&6; }
11386 else
11387 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11388 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11390 cat >>confdefs.h <<_ACEOF
11391 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11392 _ACEOF
11398 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11399 case "x$with_glu" in
11400 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11401 xno) ;;
11402 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11403 This is an error since --with-glu was requested." >&5
11404 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11405 This is an error since --with-glu was requested." >&2;}
11406 { (exit 1); exit 1; }; } ;;
11407 esac
11410 else
11411 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11413 else
11414 opengl_msg="OpenGL development headers not found."
11416 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11417 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11418 else
11419 enable_opengl32=${enable_opengl32:-no}
11420 enable_glu32=${enable_glu32:-no}
11422 if test -n "$opengl_msg"; then
11423 case "x$with_opengl" in
11424 x) wine_warnings="$wine_warnings|$opengl_msg
11425 OpenGL and Direct3D won't be supported." ;;
11426 xno) ;;
11427 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11428 OpenGL and Direct3D won't be supported.
11429 This is an error since --with-opengl was requested." >&5
11430 echo "$as_me: error: $opengl_msg
11431 OpenGL and Direct3D won't be supported.
11432 This is an error since --with-opengl was requested." >&2;}
11433 { (exit 1); exit 1; }; } ;;
11434 esac
11438 NASLIBS=""
11441 for ac_header in audio/audiolib.h
11443 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11445 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11448 echo $ECHO_N "(cached) $ECHO_C" >&6
11450 ac_res=`eval echo '${'$as_ac_Header'}'`
11451 { echo "$as_me:$LINENO: result: $ac_res" >&5
11452 echo "${ECHO_T}$ac_res" >&6; }
11453 else
11454 # Is the header compilable?
11455 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11456 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11457 cat >conftest.$ac_ext <<_ACEOF
11458 /* confdefs.h. */
11459 _ACEOF
11460 cat confdefs.h >>conftest.$ac_ext
11461 cat >>conftest.$ac_ext <<_ACEOF
11462 /* end confdefs.h. */
11463 $ac_includes_default
11464 #include <$ac_header>
11465 _ACEOF
11466 rm -f conftest.$ac_objext
11467 if { (ac_try="$ac_compile"
11468 case "(($ac_try" in
11469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11470 *) ac_try_echo=$ac_try;;
11471 esac
11472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11473 (eval "$ac_compile") 2>conftest.er1
11474 ac_status=$?
11475 grep -v '^ *+' conftest.er1 >conftest.err
11476 rm -f conftest.er1
11477 cat conftest.err >&5
11478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 (exit $ac_status); } && {
11480 test -z "$ac_c_werror_flag" ||
11481 test ! -s conftest.err
11482 } && test -s conftest.$ac_objext; then
11483 ac_header_compiler=yes
11484 else
11485 echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11488 ac_header_compiler=no
11491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11492 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11493 echo "${ECHO_T}$ac_header_compiler" >&6; }
11495 # Is the header present?
11496 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11497 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11498 cat >conftest.$ac_ext <<_ACEOF
11499 /* confdefs.h. */
11500 _ACEOF
11501 cat confdefs.h >>conftest.$ac_ext
11502 cat >>conftest.$ac_ext <<_ACEOF
11503 /* end confdefs.h. */
11504 #include <$ac_header>
11505 _ACEOF
11506 if { (ac_try="$ac_cpp conftest.$ac_ext"
11507 case "(($ac_try" in
11508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11509 *) ac_try_echo=$ac_try;;
11510 esac
11511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11512 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11513 ac_status=$?
11514 grep -v '^ *+' conftest.er1 >conftest.err
11515 rm -f conftest.er1
11516 cat conftest.err >&5
11517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11518 (exit $ac_status); } >/dev/null && {
11519 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11520 test ! -s conftest.err
11521 }; then
11522 ac_header_preproc=yes
11523 else
11524 echo "$as_me: failed program was:" >&5
11525 sed 's/^/| /' conftest.$ac_ext >&5
11527 ac_header_preproc=no
11530 rm -f conftest.err conftest.$ac_ext
11531 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11532 echo "${ECHO_T}$ac_header_preproc" >&6; }
11534 # So? What about this header?
11535 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11536 yes:no: )
11537 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11538 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11540 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11541 ac_header_preproc=yes
11543 no:yes:* )
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11545 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11546 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11547 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11548 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11549 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11550 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11551 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11552 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11553 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11554 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11555 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11556 ( cat <<\_ASBOX
11557 ## ------------------------------------ ##
11558 ## Report this to wine-devel@winehq.org ##
11559 ## ------------------------------------ ##
11560 _ASBOX
11561 ) | sed "s/^/$as_me: WARNING: /" >&2
11563 esac
11564 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11567 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 else
11569 eval "$as_ac_Header=\$ac_header_preproc"
11571 ac_res=`eval echo '${'$as_ac_Header'}'`
11572 { echo "$as_me:$LINENO: result: $ac_res" >&5
11573 echo "${ECHO_T}$ac_res" >&6; }
11576 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11577 cat >>confdefs.h <<_ACEOF
11578 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11579 _ACEOF
11581 for ac_header in audio/soundlib.h
11583 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11584 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11585 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11586 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11587 echo $ECHO_N "(cached) $ECHO_C" >&6
11588 else
11589 cat >conftest.$ac_ext <<_ACEOF
11590 /* confdefs.h. */
11591 _ACEOF
11592 cat confdefs.h >>conftest.$ac_ext
11593 cat >>conftest.$ac_ext <<_ACEOF
11594 /* end confdefs.h. */
11595 #include <audio/audiolib.h>
11597 #include <$ac_header>
11598 _ACEOF
11599 rm -f conftest.$ac_objext
11600 if { (ac_try="$ac_compile"
11601 case "(($ac_try" in
11602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11603 *) ac_try_echo=$ac_try;;
11604 esac
11605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11606 (eval "$ac_compile") 2>conftest.er1
11607 ac_status=$?
11608 grep -v '^ *+' conftest.er1 >conftest.err
11609 rm -f conftest.er1
11610 cat conftest.err >&5
11611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11612 (exit $ac_status); } && {
11613 test -z "$ac_c_werror_flag" ||
11614 test ! -s conftest.err
11615 } && test -s conftest.$ac_objext; then
11616 eval "$as_ac_Header=yes"
11617 else
11618 echo "$as_me: failed program was:" >&5
11619 sed 's/^/| /' conftest.$ac_ext >&5
11621 eval "$as_ac_Header=no"
11624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11626 ac_res=`eval echo '${'$as_ac_Header'}'`
11627 { echo "$as_me:$LINENO: result: $ac_res" >&5
11628 echo "${ECHO_T}$ac_res" >&6; }
11629 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11630 cat >>confdefs.h <<_ACEOF
11631 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11632 _ACEOF
11636 done
11638 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11639 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11640 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11641 echo $ECHO_N "(cached) $ECHO_C" >&6
11642 else
11643 ac_check_lib_save_LIBS=$LIBS
11644 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11645 cat >conftest.$ac_ext <<_ACEOF
11646 /* confdefs.h. */
11647 _ACEOF
11648 cat confdefs.h >>conftest.$ac_ext
11649 cat >>conftest.$ac_ext <<_ACEOF
11650 /* end confdefs.h. */
11652 /* Override any GCC internal prototype to avoid an error.
11653 Use char because int might match the return type of a GCC
11654 builtin and then its argument prototype would still apply. */
11655 #ifdef __cplusplus
11656 extern "C"
11657 #endif
11658 char AuCreateFlow ();
11660 main ()
11662 return AuCreateFlow ();
11664 return 0;
11666 _ACEOF
11667 rm -f conftest.$ac_objext conftest$ac_exeext
11668 if { (ac_try="$ac_link"
11669 case "(($ac_try" in
11670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11671 *) ac_try_echo=$ac_try;;
11672 esac
11673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11674 (eval "$ac_link") 2>conftest.er1
11675 ac_status=$?
11676 grep -v '^ *+' conftest.er1 >conftest.err
11677 rm -f conftest.er1
11678 cat conftest.err >&5
11679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11680 (exit $ac_status); } && {
11681 test -z "$ac_c_werror_flag" ||
11682 test ! -s conftest.err
11683 } && test -s conftest$ac_exeext &&
11684 $as_test_x conftest$ac_exeext; then
11685 ac_cv_lib_audio_AuCreateFlow=yes
11686 else
11687 echo "$as_me: failed program was:" >&5
11688 sed 's/^/| /' conftest.$ac_ext >&5
11690 ac_cv_lib_audio_AuCreateFlow=no
11693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11694 conftest$ac_exeext conftest.$ac_ext
11695 LIBS=$ac_check_lib_save_LIBS
11697 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11698 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11699 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11701 cat >>confdefs.h <<\_ACEOF
11702 #define HAVE_NAS 1
11703 _ACEOF
11705 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11706 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11707 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11708 echo $ECHO_N "(cached) $ECHO_C" >&6
11709 else
11710 ac_check_lib_save_LIBS=$LIBS
11711 LIBS="-lXau $X_LIBS $LIBS"
11712 cat >conftest.$ac_ext <<_ACEOF
11713 /* confdefs.h. */
11714 _ACEOF
11715 cat confdefs.h >>conftest.$ac_ext
11716 cat >>conftest.$ac_ext <<_ACEOF
11717 /* end confdefs.h. */
11719 /* Override any GCC internal prototype to avoid an error.
11720 Use char because int might match the return type of a GCC
11721 builtin and then its argument prototype would still apply. */
11722 #ifdef __cplusplus
11723 extern "C"
11724 #endif
11725 char XauGetBestAuthByAddr ();
11727 main ()
11729 return XauGetBestAuthByAddr ();
11731 return 0;
11733 _ACEOF
11734 rm -f conftest.$ac_objext conftest$ac_exeext
11735 if { (ac_try="$ac_link"
11736 case "(($ac_try" in
11737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11738 *) ac_try_echo=$ac_try;;
11739 esac
11740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11741 (eval "$ac_link") 2>conftest.er1
11742 ac_status=$?
11743 grep -v '^ *+' conftest.er1 >conftest.err
11744 rm -f conftest.er1
11745 cat conftest.err >&5
11746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11747 (exit $ac_status); } && {
11748 test -z "$ac_c_werror_flag" ||
11749 test ! -s conftest.err
11750 } && test -s conftest$ac_exeext &&
11751 $as_test_x conftest$ac_exeext; then
11752 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11753 else
11754 echo "$as_me: failed program was:" >&5
11755 sed 's/^/| /' conftest.$ac_ext >&5
11757 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11761 conftest$ac_exeext conftest.$ac_ext
11762 LIBS=$ac_check_lib_save_LIBS
11764 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11765 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11766 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11767 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11768 else
11769 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11777 done
11780 CPPFLAGS="$ac_save_CPPFLAGS"
11781 else
11782 XLIB=""
11783 X_CFLAGS=""
11784 X_LIBS=""
11785 enable_winex11_drv=${enable_winex11_drv:-no}
11786 enable_opengl32=${enable_opengl32:-no}
11787 enable_glu32=${enable_glu32:-no}
11789 if test "x$XLIB" = "x"; then
11790 case "x$with_x" in
11791 xno) ;;
11792 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11793 without X support, which probably isn't what you want. You will need to install
11794 development packages of Xlib/Xfree86 at the very least.
11795 Use the --without-x option if you really want this." >&5
11796 echo "$as_me: error: X development files not found. Wine will be built
11797 without X support, which probably isn't what you want. You will need to install
11798 development packages of Xlib/Xfree86 at the very least.
11799 Use the --without-x option if you really want this." >&2;}
11800 { (exit 1); exit 1; }; } ;;
11801 esac
11806 XML2LIBS=""
11808 XML2INCL=""
11810 XSLTLIBS=""
11812 XSLTINCL=""
11814 if test "x$with_xml" != "xno"
11815 then
11816 ac_save_CPPFLAGS="$CPPFLAGS"
11817 if test "$PKG_CONFIG" != "false"
11818 then
11819 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11820 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11821 else
11822 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11823 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11825 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11827 for ac_header in libxml/parser.h
11829 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11830 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11831 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11834 echo $ECHO_N "(cached) $ECHO_C" >&6
11836 ac_res=`eval echo '${'$as_ac_Header'}'`
11837 { echo "$as_me:$LINENO: result: $ac_res" >&5
11838 echo "${ECHO_T}$ac_res" >&6; }
11839 else
11840 # Is the header compilable?
11841 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11842 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11843 cat >conftest.$ac_ext <<_ACEOF
11844 /* confdefs.h. */
11845 _ACEOF
11846 cat confdefs.h >>conftest.$ac_ext
11847 cat >>conftest.$ac_ext <<_ACEOF
11848 /* end confdefs.h. */
11849 $ac_includes_default
11850 #include <$ac_header>
11851 _ACEOF
11852 rm -f conftest.$ac_objext
11853 if { (ac_try="$ac_compile"
11854 case "(($ac_try" in
11855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11856 *) ac_try_echo=$ac_try;;
11857 esac
11858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11859 (eval "$ac_compile") 2>conftest.er1
11860 ac_status=$?
11861 grep -v '^ *+' conftest.er1 >conftest.err
11862 rm -f conftest.er1
11863 cat conftest.err >&5
11864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11865 (exit $ac_status); } && {
11866 test -z "$ac_c_werror_flag" ||
11867 test ! -s conftest.err
11868 } && test -s conftest.$ac_objext; then
11869 ac_header_compiler=yes
11870 else
11871 echo "$as_me: failed program was:" >&5
11872 sed 's/^/| /' conftest.$ac_ext >&5
11874 ac_header_compiler=no
11877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11878 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11879 echo "${ECHO_T}$ac_header_compiler" >&6; }
11881 # Is the header present?
11882 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11883 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11884 cat >conftest.$ac_ext <<_ACEOF
11885 /* confdefs.h. */
11886 _ACEOF
11887 cat confdefs.h >>conftest.$ac_ext
11888 cat >>conftest.$ac_ext <<_ACEOF
11889 /* end confdefs.h. */
11890 #include <$ac_header>
11891 _ACEOF
11892 if { (ac_try="$ac_cpp conftest.$ac_ext"
11893 case "(($ac_try" in
11894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11895 *) ac_try_echo=$ac_try;;
11896 esac
11897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11898 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11899 ac_status=$?
11900 grep -v '^ *+' conftest.er1 >conftest.err
11901 rm -f conftest.er1
11902 cat conftest.err >&5
11903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11904 (exit $ac_status); } >/dev/null && {
11905 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11906 test ! -s conftest.err
11907 }; then
11908 ac_header_preproc=yes
11909 else
11910 echo "$as_me: failed program was:" >&5
11911 sed 's/^/| /' conftest.$ac_ext >&5
11913 ac_header_preproc=no
11916 rm -f conftest.err conftest.$ac_ext
11917 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11918 echo "${ECHO_T}$ac_header_preproc" >&6; }
11920 # So? What about this header?
11921 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11922 yes:no: )
11923 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11924 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11925 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11926 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11927 ac_header_preproc=yes
11929 no:yes:* )
11930 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11931 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11932 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11933 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11934 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11935 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11936 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11937 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11938 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11939 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11940 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11941 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11942 ( cat <<\_ASBOX
11943 ## ------------------------------------ ##
11944 ## Report this to wine-devel@winehq.org ##
11945 ## ------------------------------------ ##
11946 _ASBOX
11947 ) | sed "s/^/$as_me: WARNING: /" >&2
11949 esac
11950 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11951 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11952 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11953 echo $ECHO_N "(cached) $ECHO_C" >&6
11954 else
11955 eval "$as_ac_Header=\$ac_header_preproc"
11957 ac_res=`eval echo '${'$as_ac_Header'}'`
11958 { echo "$as_me:$LINENO: result: $ac_res" >&5
11959 echo "${ECHO_T}$ac_res" >&6; }
11962 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11963 cat >>confdefs.h <<_ACEOF
11964 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11965 _ACEOF
11966 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11967 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11968 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11969 echo $ECHO_N "(cached) $ECHO_C" >&6
11970 else
11971 ac_check_lib_save_LIBS=$LIBS
11972 LIBS="-lxml2 $ac_xml_libs $LIBS"
11973 cat >conftest.$ac_ext <<_ACEOF
11974 /* confdefs.h. */
11975 _ACEOF
11976 cat confdefs.h >>conftest.$ac_ext
11977 cat >>conftest.$ac_ext <<_ACEOF
11978 /* end confdefs.h. */
11980 /* Override any GCC internal prototype to avoid an error.
11981 Use char because int might match the return type of a GCC
11982 builtin and then its argument prototype would still apply. */
11983 #ifdef __cplusplus
11984 extern "C"
11985 #endif
11986 char xmlParseMemory ();
11988 main ()
11990 return xmlParseMemory ();
11992 return 0;
11994 _ACEOF
11995 rm -f conftest.$ac_objext conftest$ac_exeext
11996 if { (ac_try="$ac_link"
11997 case "(($ac_try" in
11998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11999 *) ac_try_echo=$ac_try;;
12000 esac
12001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12002 (eval "$ac_link") 2>conftest.er1
12003 ac_status=$?
12004 grep -v '^ *+' conftest.er1 >conftest.err
12005 rm -f conftest.er1
12006 cat conftest.err >&5
12007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008 (exit $ac_status); } && {
12009 test -z "$ac_c_werror_flag" ||
12010 test ! -s conftest.err
12011 } && test -s conftest$ac_exeext &&
12012 $as_test_x conftest$ac_exeext; then
12013 ac_cv_lib_xml2_xmlParseMemory=yes
12014 else
12015 echo "$as_me: failed program was:" >&5
12016 sed 's/^/| /' conftest.$ac_ext >&5
12018 ac_cv_lib_xml2_xmlParseMemory=no
12021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12022 conftest$ac_exeext conftest.$ac_ext
12023 LIBS=$ac_check_lib_save_LIBS
12025 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12026 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12027 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12029 cat >>confdefs.h <<\_ACEOF
12030 #define HAVE_LIBXML2 1
12031 _ACEOF
12033 XML2LIBS="$ac_xml_libs"
12034 XML2INCL="$ac_xml_cflags"
12037 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12038 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12039 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12040 echo $ECHO_N "(cached) $ECHO_C" >&6
12041 else
12042 ac_check_lib_save_LIBS=$LIBS
12043 LIBS="-lxml2 $ac_xml_libs $LIBS"
12044 cat >conftest.$ac_ext <<_ACEOF
12045 /* confdefs.h. */
12046 _ACEOF
12047 cat confdefs.h >>conftest.$ac_ext
12048 cat >>conftest.$ac_ext <<_ACEOF
12049 /* end confdefs.h. */
12051 /* Override any GCC internal prototype to avoid an error.
12052 Use char because int might match the return type of a GCC
12053 builtin and then its argument prototype would still apply. */
12054 #ifdef __cplusplus
12055 extern "C"
12056 #endif
12057 char xmlReadMemory ();
12059 main ()
12061 return xmlReadMemory ();
12063 return 0;
12065 _ACEOF
12066 rm -f conftest.$ac_objext conftest$ac_exeext
12067 if { (ac_try="$ac_link"
12068 case "(($ac_try" in
12069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12070 *) ac_try_echo=$ac_try;;
12071 esac
12072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12073 (eval "$ac_link") 2>conftest.er1
12074 ac_status=$?
12075 grep -v '^ *+' conftest.er1 >conftest.err
12076 rm -f conftest.er1
12077 cat conftest.err >&5
12078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12079 (exit $ac_status); } && {
12080 test -z "$ac_c_werror_flag" ||
12081 test ! -s conftest.err
12082 } && test -s conftest$ac_exeext &&
12083 $as_test_x conftest$ac_exeext; then
12084 ac_cv_lib_xml2_xmlReadMemory=yes
12085 else
12086 echo "$as_me: failed program was:" >&5
12087 sed 's/^/| /' conftest.$ac_ext >&5
12089 ac_cv_lib_xml2_xmlReadMemory=no
12092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12093 conftest$ac_exeext conftest.$ac_ext
12094 LIBS=$ac_check_lib_save_LIBS
12096 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12097 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12098 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12100 cat >>confdefs.h <<\_ACEOF
12101 #define HAVE_XMLREADMEMORY 1
12102 _ACEOF
12106 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12107 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12108 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12109 echo $ECHO_N "(cached) $ECHO_C" >&6
12110 else
12111 ac_check_lib_save_LIBS=$LIBS
12112 LIBS="-lxml2 $ac_xml_libs $LIBS"
12113 cat >conftest.$ac_ext <<_ACEOF
12114 /* confdefs.h. */
12115 _ACEOF
12116 cat confdefs.h >>conftest.$ac_ext
12117 cat >>conftest.$ac_ext <<_ACEOF
12118 /* end confdefs.h. */
12120 /* Override any GCC internal prototype to avoid an error.
12121 Use char because int might match the return type of a GCC
12122 builtin and then its argument prototype would still apply. */
12123 #ifdef __cplusplus
12124 extern "C"
12125 #endif
12126 char xmlNewDocPI ();
12128 main ()
12130 return xmlNewDocPI ();
12132 return 0;
12134 _ACEOF
12135 rm -f conftest.$ac_objext conftest$ac_exeext
12136 if { (ac_try="$ac_link"
12137 case "(($ac_try" in
12138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12139 *) ac_try_echo=$ac_try;;
12140 esac
12141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12142 (eval "$ac_link") 2>conftest.er1
12143 ac_status=$?
12144 grep -v '^ *+' conftest.er1 >conftest.err
12145 rm -f conftest.er1
12146 cat conftest.err >&5
12147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12148 (exit $ac_status); } && {
12149 test -z "$ac_c_werror_flag" ||
12150 test ! -s conftest.err
12151 } && test -s conftest$ac_exeext &&
12152 $as_test_x conftest$ac_exeext; then
12153 ac_cv_lib_xml2_xmlNewDocPI=yes
12154 else
12155 echo "$as_me: failed program was:" >&5
12156 sed 's/^/| /' conftest.$ac_ext >&5
12158 ac_cv_lib_xml2_xmlNewDocPI=no
12161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12162 conftest$ac_exeext conftest.$ac_ext
12163 LIBS=$ac_check_lib_save_LIBS
12165 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12166 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12167 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12169 cat >>confdefs.h <<\_ACEOF
12170 #define HAVE_XMLNEWDOCPI 1
12171 _ACEOF
12178 done
12180 CPPFLAGS="$ac_save_CPPFLAGS"
12182 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12183 case "x$with_xml" in
12184 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12185 xno) ;;
12186 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12187 This is an error since --with-xml was requested." >&5
12188 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12189 This is an error since --with-xml was requested." >&2;}
12190 { (exit 1); exit 1; }; } ;;
12191 esac
12195 if test "x$with_xslt" != "xno"
12196 then
12197 if test "$PKG_CONFIG" != "false"
12198 then
12199 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12200 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12201 else
12202 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12203 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12205 ac_save_CPPFLAGS="$CPPFLAGS"
12206 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12209 for ac_header in libxslt/pattern.h libxslt/transform.h
12211 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12212 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12213 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12215 echo $ECHO_N "(cached) $ECHO_C" >&6
12216 else
12217 cat >conftest.$ac_ext <<_ACEOF
12218 /* confdefs.h. */
12219 _ACEOF
12220 cat confdefs.h >>conftest.$ac_ext
12221 cat >>conftest.$ac_ext <<_ACEOF
12222 /* end confdefs.h. */
12223 #ifdef HAVE_LIBXSLT_PATTERN_H
12224 # include <libxslt/pattern.h>
12225 #endif
12227 #include <$ac_header>
12228 _ACEOF
12229 rm -f conftest.$ac_objext
12230 if { (ac_try="$ac_compile"
12231 case "(($ac_try" in
12232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12233 *) ac_try_echo=$ac_try;;
12234 esac
12235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12236 (eval "$ac_compile") 2>conftest.er1
12237 ac_status=$?
12238 grep -v '^ *+' conftest.er1 >conftest.err
12239 rm -f conftest.er1
12240 cat conftest.err >&5
12241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12242 (exit $ac_status); } && {
12243 test -z "$ac_c_werror_flag" ||
12244 test ! -s conftest.err
12245 } && test -s conftest.$ac_objext; then
12246 eval "$as_ac_Header=yes"
12247 else
12248 echo "$as_me: failed program was:" >&5
12249 sed 's/^/| /' conftest.$ac_ext >&5
12251 eval "$as_ac_Header=no"
12254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12256 ac_res=`eval echo '${'$as_ac_Header'}'`
12257 { echo "$as_me:$LINENO: result: $ac_res" >&5
12258 echo "${ECHO_T}$ac_res" >&6; }
12259 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12260 cat >>confdefs.h <<_ACEOF
12261 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12262 _ACEOF
12266 done
12268 CPPFLAGS="$ac_save_CPPFLAGS"
12269 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12270 then
12271 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12272 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12273 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12274 echo $ECHO_N "(cached) $ECHO_C" >&6
12275 else
12276 ac_check_lib_save_LIBS=$LIBS
12277 LIBS="-lxslt $ac_xslt_libs $LIBS"
12278 cat >conftest.$ac_ext <<_ACEOF
12279 /* confdefs.h. */
12280 _ACEOF
12281 cat confdefs.h >>conftest.$ac_ext
12282 cat >>conftest.$ac_ext <<_ACEOF
12283 /* end confdefs.h. */
12285 /* Override any GCC internal prototype to avoid an error.
12286 Use char because int might match the return type of a GCC
12287 builtin and then its argument prototype would still apply. */
12288 #ifdef __cplusplus
12289 extern "C"
12290 #endif
12291 char xsltCompilePattern ();
12293 main ()
12295 return xsltCompilePattern ();
12297 return 0;
12299 _ACEOF
12300 rm -f conftest.$ac_objext conftest$ac_exeext
12301 if { (ac_try="$ac_link"
12302 case "(($ac_try" in
12303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12304 *) ac_try_echo=$ac_try;;
12305 esac
12306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12307 (eval "$ac_link") 2>conftest.er1
12308 ac_status=$?
12309 grep -v '^ *+' conftest.er1 >conftest.err
12310 rm -f conftest.er1
12311 cat conftest.err >&5
12312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12313 (exit $ac_status); } && {
12314 test -z "$ac_c_werror_flag" ||
12315 test ! -s conftest.err
12316 } && test -s conftest$ac_exeext &&
12317 $as_test_x conftest$ac_exeext; then
12318 ac_cv_lib_xslt_xsltCompilePattern=yes
12319 else
12320 echo "$as_me: failed program was:" >&5
12321 sed 's/^/| /' conftest.$ac_ext >&5
12323 ac_cv_lib_xslt_xsltCompilePattern=no
12326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12327 conftest$ac_exeext conftest.$ac_ext
12328 LIBS=$ac_check_lib_save_LIBS
12330 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12331 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12332 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12334 cat >>confdefs.h <<\_ACEOF
12335 #define HAVE_LIBXSLT 1
12336 _ACEOF
12338 XSLTLIBS="$ac_xslt_libs"
12339 XSLTINCL="$ac_xslt_cflags"
12340 ac_save_LIBS="$LIBS"
12341 LIBS="$LIBS $ac_xslt_libs"
12343 for ac_func in xsltInit
12345 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12346 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12347 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12348 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12349 echo $ECHO_N "(cached) $ECHO_C" >&6
12350 else
12351 cat >conftest.$ac_ext <<_ACEOF
12352 /* confdefs.h. */
12353 _ACEOF
12354 cat confdefs.h >>conftest.$ac_ext
12355 cat >>conftest.$ac_ext <<_ACEOF
12356 /* end confdefs.h. */
12357 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12358 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12359 #define $ac_func innocuous_$ac_func
12361 /* System header to define __stub macros and hopefully few prototypes,
12362 which can conflict with char $ac_func (); below.
12363 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12364 <limits.h> exists even on freestanding compilers. */
12366 #ifdef __STDC__
12367 # include <limits.h>
12368 #else
12369 # include <assert.h>
12370 #endif
12372 #undef $ac_func
12374 /* Override any GCC internal prototype to avoid an error.
12375 Use char because int might match the return type of a GCC
12376 builtin and then its argument prototype would still apply. */
12377 #ifdef __cplusplus
12378 extern "C"
12379 #endif
12380 char $ac_func ();
12381 /* The GNU C library defines this for functions which it implements
12382 to always fail with ENOSYS. Some functions are actually named
12383 something starting with __ and the normal name is an alias. */
12384 #if defined __stub_$ac_func || defined __stub___$ac_func
12385 choke me
12386 #endif
12389 main ()
12391 return $ac_func ();
12393 return 0;
12395 _ACEOF
12396 rm -f conftest.$ac_objext conftest$ac_exeext
12397 if { (ac_try="$ac_link"
12398 case "(($ac_try" in
12399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12400 *) ac_try_echo=$ac_try;;
12401 esac
12402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12403 (eval "$ac_link") 2>conftest.er1
12404 ac_status=$?
12405 grep -v '^ *+' conftest.er1 >conftest.err
12406 rm -f conftest.er1
12407 cat conftest.err >&5
12408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409 (exit $ac_status); } && {
12410 test -z "$ac_c_werror_flag" ||
12411 test ! -s conftest.err
12412 } && test -s conftest$ac_exeext &&
12413 $as_test_x conftest$ac_exeext; then
12414 eval "$as_ac_var=yes"
12415 else
12416 echo "$as_me: failed program was:" >&5
12417 sed 's/^/| /' conftest.$ac_ext >&5
12419 eval "$as_ac_var=no"
12422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12423 conftest$ac_exeext conftest.$ac_ext
12425 ac_res=`eval echo '${'$as_ac_var'}'`
12426 { echo "$as_me:$LINENO: result: $ac_res" >&5
12427 echo "${ECHO_T}$ac_res" >&6; }
12428 if test `eval echo '${'$as_ac_var'}'` = yes; then
12429 cat >>confdefs.h <<_ACEOF
12430 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12431 _ACEOF
12434 done
12436 LIBS="$ac_save_LIBS"
12441 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12442 case "x$with_xslt" in
12443 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12444 xno) ;;
12445 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12446 This is an error since --with-xslt was requested." >&5
12447 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12448 This is an error since --with-xslt was requested." >&2;}
12449 { (exit 1); exit 1; }; } ;;
12450 esac
12454 HALINCL=""
12456 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12457 then
12458 ac_save_CPPFLAGS="$CPPFLAGS"
12459 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12460 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12461 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12464 for ac_header in dbus/dbus.h hal/libhal.h
12466 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12467 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12468 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12469 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12470 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12471 echo $ECHO_N "(cached) $ECHO_C" >&6
12473 ac_res=`eval echo '${'$as_ac_Header'}'`
12474 { echo "$as_me:$LINENO: result: $ac_res" >&5
12475 echo "${ECHO_T}$ac_res" >&6; }
12476 else
12477 # Is the header compilable?
12478 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12479 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12480 cat >conftest.$ac_ext <<_ACEOF
12481 /* confdefs.h. */
12482 _ACEOF
12483 cat confdefs.h >>conftest.$ac_ext
12484 cat >>conftest.$ac_ext <<_ACEOF
12485 /* end confdefs.h. */
12486 $ac_includes_default
12487 #include <$ac_header>
12488 _ACEOF
12489 rm -f conftest.$ac_objext
12490 if { (ac_try="$ac_compile"
12491 case "(($ac_try" in
12492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12493 *) ac_try_echo=$ac_try;;
12494 esac
12495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12496 (eval "$ac_compile") 2>conftest.er1
12497 ac_status=$?
12498 grep -v '^ *+' conftest.er1 >conftest.err
12499 rm -f conftest.er1
12500 cat conftest.err >&5
12501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12502 (exit $ac_status); } && {
12503 test -z "$ac_c_werror_flag" ||
12504 test ! -s conftest.err
12505 } && test -s conftest.$ac_objext; then
12506 ac_header_compiler=yes
12507 else
12508 echo "$as_me: failed program was:" >&5
12509 sed 's/^/| /' conftest.$ac_ext >&5
12511 ac_header_compiler=no
12514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12515 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12516 echo "${ECHO_T}$ac_header_compiler" >&6; }
12518 # Is the header present?
12519 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12520 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12521 cat >conftest.$ac_ext <<_ACEOF
12522 /* confdefs.h. */
12523 _ACEOF
12524 cat confdefs.h >>conftest.$ac_ext
12525 cat >>conftest.$ac_ext <<_ACEOF
12526 /* end confdefs.h. */
12527 #include <$ac_header>
12528 _ACEOF
12529 if { (ac_try="$ac_cpp conftest.$ac_ext"
12530 case "(($ac_try" in
12531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12532 *) ac_try_echo=$ac_try;;
12533 esac
12534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12535 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12536 ac_status=$?
12537 grep -v '^ *+' conftest.er1 >conftest.err
12538 rm -f conftest.er1
12539 cat conftest.err >&5
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } >/dev/null && {
12542 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12543 test ! -s conftest.err
12544 }; then
12545 ac_header_preproc=yes
12546 else
12547 echo "$as_me: failed program was:" >&5
12548 sed 's/^/| /' conftest.$ac_ext >&5
12550 ac_header_preproc=no
12553 rm -f conftest.err conftest.$ac_ext
12554 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12555 echo "${ECHO_T}$ac_header_preproc" >&6; }
12557 # So? What about this header?
12558 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12559 yes:no: )
12560 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12561 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12562 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12563 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12564 ac_header_preproc=yes
12566 no:yes:* )
12567 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12568 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12569 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12570 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12571 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12572 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12573 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12574 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12575 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12576 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12577 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12578 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12579 ( cat <<\_ASBOX
12580 ## ------------------------------------ ##
12581 ## Report this to wine-devel@winehq.org ##
12582 ## ------------------------------------ ##
12583 _ASBOX
12584 ) | sed "s/^/$as_me: WARNING: /" >&2
12586 esac
12587 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12588 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12589 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12590 echo $ECHO_N "(cached) $ECHO_C" >&6
12591 else
12592 eval "$as_ac_Header=\$ac_header_preproc"
12594 ac_res=`eval echo '${'$as_ac_Header'}'`
12595 { echo "$as_me:$LINENO: result: $ac_res" >&5
12596 echo "${ECHO_T}$ac_res" >&6; }
12599 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12600 cat >>confdefs.h <<_ACEOF
12601 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12602 _ACEOF
12606 done
12608 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12609 then
12610 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12611 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12612 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12613 echo $ECHO_N "(cached) $ECHO_C" >&6
12614 else
12615 ac_check_lib_save_LIBS=$LIBS
12616 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12617 cat >conftest.$ac_ext <<_ACEOF
12618 /* confdefs.h. */
12619 _ACEOF
12620 cat confdefs.h >>conftest.$ac_ext
12621 cat >>conftest.$ac_ext <<_ACEOF
12622 /* end confdefs.h. */
12624 /* Override any GCC internal prototype to avoid an error.
12625 Use char because int might match the return type of a GCC
12626 builtin and then its argument prototype would still apply. */
12627 #ifdef __cplusplus
12628 extern "C"
12629 #endif
12630 char dbus_connection_close ();
12632 main ()
12634 return dbus_connection_close ();
12636 return 0;
12638 _ACEOF
12639 rm -f conftest.$ac_objext conftest$ac_exeext
12640 if { (ac_try="$ac_link"
12641 case "(($ac_try" in
12642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12643 *) ac_try_echo=$ac_try;;
12644 esac
12645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12646 (eval "$ac_link") 2>conftest.er1
12647 ac_status=$?
12648 grep -v '^ *+' conftest.er1 >conftest.err
12649 rm -f conftest.er1
12650 cat conftest.err >&5
12651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12652 (exit $ac_status); } && {
12653 test -z "$ac_c_werror_flag" ||
12654 test ! -s conftest.err
12655 } && test -s conftest$ac_exeext &&
12656 $as_test_x conftest$ac_exeext; then
12657 ac_cv_lib_dbus_1_dbus_connection_close=yes
12658 else
12659 echo "$as_me: failed program was:" >&5
12660 sed 's/^/| /' conftest.$ac_ext >&5
12662 ac_cv_lib_dbus_1_dbus_connection_close=no
12665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12666 conftest$ac_exeext conftest.$ac_ext
12667 LIBS=$ac_check_lib_save_LIBS
12669 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12670 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12671 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12672 { echo "$as_me:$LINENO: checking for -lhal" >&5
12673 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12674 if test "${ac_cv_lib_soname_hal+set}" = set; then
12675 echo $ECHO_N "(cached) $ECHO_C" >&6
12676 else
12677 ac_check_soname_save_LIBS=$LIBS
12678 LIBS="-lhal $ac_hal_libs $LIBS"
12679 cat >conftest.$ac_ext <<_ACEOF
12680 /* confdefs.h. */
12681 _ACEOF
12682 cat confdefs.h >>conftest.$ac_ext
12683 cat >>conftest.$ac_ext <<_ACEOF
12684 /* end confdefs.h. */
12686 /* Override any GCC internal prototype to avoid an error.
12687 Use char because int might match the return type of a GCC
12688 builtin and then its argument prototype would still apply. */
12689 #ifdef __cplusplus
12690 extern "C"
12691 #endif
12692 char libhal_ctx_new ();
12694 main ()
12696 return libhal_ctx_new ();
12698 return 0;
12700 _ACEOF
12701 rm -f conftest.$ac_objext conftest$ac_exeext
12702 if { (ac_try="$ac_link"
12703 case "(($ac_try" in
12704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12705 *) ac_try_echo=$ac_try;;
12706 esac
12707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12708 (eval "$ac_link") 2>conftest.er1
12709 ac_status=$?
12710 grep -v '^ *+' conftest.er1 >conftest.err
12711 rm -f conftest.er1
12712 cat conftest.err >&5
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); } && {
12715 test -z "$ac_c_werror_flag" ||
12716 test ! -s conftest.err
12717 } && test -s conftest$ac_exeext &&
12718 $as_test_x conftest$ac_exeext; then
12719 case "$LIBEXT" in
12720 dll) ;;
12721 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'` ;;
12722 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12723 esac
12724 else
12725 echo "$as_me: failed program was:" >&5
12726 sed 's/^/| /' conftest.$ac_ext >&5
12731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12732 conftest$ac_exeext conftest.$ac_ext
12733 LIBS=$ac_check_soname_save_LIBS
12735 if test "x$ac_cv_lib_soname_hal" = "x"; then
12736 { echo "$as_me:$LINENO: result: not found" >&5
12737 echo "${ECHO_T}not found" >&6; }
12739 else
12740 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12741 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12743 cat >>confdefs.h <<_ACEOF
12744 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12745 _ACEOF
12747 HALINCL="$ac_hal_cflags"
12753 CPPFLAGS="$ac_save_CPPFLAGS"
12755 if test "x$ac_cv_lib_soname_hal" = "x"; then
12756 case "x$with_hal" in
12757 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12758 xno) ;;
12759 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12760 This is an error since --with-hal was requested." >&5
12761 echo "$as_me: error: libhal development files not found, no dynamic device support.
12762 This is an error since --with-hal was requested." >&2;}
12763 { (exit 1); exit 1; }; } ;;
12764 esac
12768 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12769 then
12770 ac_save_CPPFLAGS="$CPPFLAGS"
12771 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12772 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12773 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12774 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12775 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12776 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12777 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12778 echo $ECHO_N "(cached) $ECHO_C" >&6
12780 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12781 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12782 else
12783 # Is the header compilable?
12784 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12785 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12786 cat >conftest.$ac_ext <<_ACEOF
12787 /* confdefs.h. */
12788 _ACEOF
12789 cat confdefs.h >>conftest.$ac_ext
12790 cat >>conftest.$ac_ext <<_ACEOF
12791 /* end confdefs.h. */
12792 $ac_includes_default
12793 #include <gnutls/gnutls.h>
12794 _ACEOF
12795 rm -f conftest.$ac_objext
12796 if { (ac_try="$ac_compile"
12797 case "(($ac_try" in
12798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12799 *) ac_try_echo=$ac_try;;
12800 esac
12801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12802 (eval "$ac_compile") 2>conftest.er1
12803 ac_status=$?
12804 grep -v '^ *+' conftest.er1 >conftest.err
12805 rm -f conftest.er1
12806 cat conftest.err >&5
12807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808 (exit $ac_status); } && {
12809 test -z "$ac_c_werror_flag" ||
12810 test ! -s conftest.err
12811 } && test -s conftest.$ac_objext; then
12812 ac_header_compiler=yes
12813 else
12814 echo "$as_me: failed program was:" >&5
12815 sed 's/^/| /' conftest.$ac_ext >&5
12817 ac_header_compiler=no
12820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12821 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12822 echo "${ECHO_T}$ac_header_compiler" >&6; }
12824 # Is the header present?
12825 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12826 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12827 cat >conftest.$ac_ext <<_ACEOF
12828 /* confdefs.h. */
12829 _ACEOF
12830 cat confdefs.h >>conftest.$ac_ext
12831 cat >>conftest.$ac_ext <<_ACEOF
12832 /* end confdefs.h. */
12833 #include <gnutls/gnutls.h>
12834 _ACEOF
12835 if { (ac_try="$ac_cpp conftest.$ac_ext"
12836 case "(($ac_try" in
12837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12838 *) ac_try_echo=$ac_try;;
12839 esac
12840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12841 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12842 ac_status=$?
12843 grep -v '^ *+' conftest.er1 >conftest.err
12844 rm -f conftest.er1
12845 cat conftest.err >&5
12846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12847 (exit $ac_status); } >/dev/null && {
12848 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12849 test ! -s conftest.err
12850 }; then
12851 ac_header_preproc=yes
12852 else
12853 echo "$as_me: failed program was:" >&5
12854 sed 's/^/| /' conftest.$ac_ext >&5
12856 ac_header_preproc=no
12859 rm -f conftest.err conftest.$ac_ext
12860 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12861 echo "${ECHO_T}$ac_header_preproc" >&6; }
12863 # So? What about this header?
12864 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12865 yes:no: )
12866 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12867 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12868 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12869 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12870 ac_header_preproc=yes
12872 no:yes:* )
12873 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12874 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12875 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12876 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12877 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12878 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12879 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12880 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12881 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12882 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12883 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12884 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12885 ( cat <<\_ASBOX
12886 ## ------------------------------------ ##
12887 ## Report this to wine-devel@winehq.org ##
12888 ## ------------------------------------ ##
12889 _ASBOX
12890 ) | sed "s/^/$as_me: WARNING: /" >&2
12892 esac
12893 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12894 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12895 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12896 echo $ECHO_N "(cached) $ECHO_C" >&6
12897 else
12898 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12900 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12901 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12904 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12905 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12906 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12907 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12908 echo $ECHO_N "(cached) $ECHO_C" >&6
12909 else
12910 ac_check_soname_save_LIBS=$LIBS
12911 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12912 cat >conftest.$ac_ext <<_ACEOF
12913 /* confdefs.h. */
12914 _ACEOF
12915 cat confdefs.h >>conftest.$ac_ext
12916 cat >>conftest.$ac_ext <<_ACEOF
12917 /* end confdefs.h. */
12919 /* Override any GCC internal prototype to avoid an error.
12920 Use char because int might match the return type of a GCC
12921 builtin and then its argument prototype would still apply. */
12922 #ifdef __cplusplus
12923 extern "C"
12924 #endif
12925 char gnutls_global_init ();
12927 main ()
12929 return gnutls_global_init ();
12931 return 0;
12933 _ACEOF
12934 rm -f conftest.$ac_objext conftest$ac_exeext
12935 if { (ac_try="$ac_link"
12936 case "(($ac_try" in
12937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12938 *) ac_try_echo=$ac_try;;
12939 esac
12940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12941 (eval "$ac_link") 2>conftest.er1
12942 ac_status=$?
12943 grep -v '^ *+' conftest.er1 >conftest.err
12944 rm -f conftest.er1
12945 cat conftest.err >&5
12946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12947 (exit $ac_status); } && {
12948 test -z "$ac_c_werror_flag" ||
12949 test ! -s conftest.err
12950 } && test -s conftest$ac_exeext &&
12951 $as_test_x conftest$ac_exeext; then
12952 case "$LIBEXT" in
12953 dll) ;;
12954 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'` ;;
12955 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12956 esac
12957 else
12958 echo "$as_me: failed program was:" >&5
12959 sed 's/^/| /' conftest.$ac_ext >&5
12964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12965 conftest$ac_exeext conftest.$ac_ext
12966 LIBS=$ac_check_soname_save_LIBS
12968 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12969 { echo "$as_me:$LINENO: result: not found" >&5
12970 echo "${ECHO_T}not found" >&6; }
12972 else
12973 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12974 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12976 cat >>confdefs.h <<_ACEOF
12977 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12978 _ACEOF
12980 GNUTLSINCL="$ac_gnutls_cflags"
12987 CPPFLAGS="$ac_save_CPPFLAGS"
12989 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12990 case "x$with_gnutls" in
12991 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12992 xno) ;;
12993 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12994 This is an error since --with-gnutls was requested." >&5
12995 echo "$as_me: error: libgnutls development files not found, no schannel support.
12996 This is an error since --with-gnutls was requested." >&2;}
12997 { (exit 1); exit 1; }; } ;;
12998 esac
13002 CURSESLIBS=""
13003 if test "$ac_cv_header_ncurses_h" = "yes"
13004 then
13005 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13006 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13007 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13008 echo $ECHO_N "(cached) $ECHO_C" >&6
13009 else
13010 ac_check_soname_save_LIBS=$LIBS
13011 LIBS="-lncurses $LIBS"
13012 cat >conftest.$ac_ext <<_ACEOF
13013 /* confdefs.h. */
13014 _ACEOF
13015 cat confdefs.h >>conftest.$ac_ext
13016 cat >>conftest.$ac_ext <<_ACEOF
13017 /* end confdefs.h. */
13019 /* Override any GCC internal prototype to avoid an error.
13020 Use char because int might match the return type of a GCC
13021 builtin and then its argument prototype would still apply. */
13022 #ifdef __cplusplus
13023 extern "C"
13024 #endif
13025 char waddch ();
13027 main ()
13029 return waddch ();
13031 return 0;
13033 _ACEOF
13034 rm -f conftest.$ac_objext conftest$ac_exeext
13035 if { (ac_try="$ac_link"
13036 case "(($ac_try" in
13037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13038 *) ac_try_echo=$ac_try;;
13039 esac
13040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13041 (eval "$ac_link") 2>conftest.er1
13042 ac_status=$?
13043 grep -v '^ *+' conftest.er1 >conftest.err
13044 rm -f conftest.er1
13045 cat conftest.err >&5
13046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13047 (exit $ac_status); } && {
13048 test -z "$ac_c_werror_flag" ||
13049 test ! -s conftest.err
13050 } && test -s conftest$ac_exeext &&
13051 $as_test_x conftest$ac_exeext; then
13052 case "$LIBEXT" in
13053 dll) ;;
13054 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'` ;;
13055 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13056 esac
13057 else
13058 echo "$as_me: failed program was:" >&5
13059 sed 's/^/| /' conftest.$ac_ext >&5
13064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13065 conftest$ac_exeext conftest.$ac_ext
13066 LIBS=$ac_check_soname_save_LIBS
13068 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13069 { echo "$as_me:$LINENO: result: not found" >&5
13070 echo "${ECHO_T}not found" >&6; }
13072 else
13073 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13074 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13076 cat >>confdefs.h <<_ACEOF
13077 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13078 _ACEOF
13080 CURSESLIBS="-lncurses"
13083 elif test "$ac_cv_header_curses_h" = "yes"
13084 then
13085 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13086 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13087 if test "${ac_cv_lib_soname_curses+set}" = set; then
13088 echo $ECHO_N "(cached) $ECHO_C" >&6
13089 else
13090 ac_check_soname_save_LIBS=$LIBS
13091 LIBS="-lcurses $LIBS"
13092 cat >conftest.$ac_ext <<_ACEOF
13093 /* confdefs.h. */
13094 _ACEOF
13095 cat confdefs.h >>conftest.$ac_ext
13096 cat >>conftest.$ac_ext <<_ACEOF
13097 /* end confdefs.h. */
13099 /* Override any GCC internal prototype to avoid an error.
13100 Use char because int might match the return type of a GCC
13101 builtin and then its argument prototype would still apply. */
13102 #ifdef __cplusplus
13103 extern "C"
13104 #endif
13105 char waddch ();
13107 main ()
13109 return waddch ();
13111 return 0;
13113 _ACEOF
13114 rm -f conftest.$ac_objext conftest$ac_exeext
13115 if { (ac_try="$ac_link"
13116 case "(($ac_try" in
13117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13118 *) ac_try_echo=$ac_try;;
13119 esac
13120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13121 (eval "$ac_link") 2>conftest.er1
13122 ac_status=$?
13123 grep -v '^ *+' conftest.er1 >conftest.err
13124 rm -f conftest.er1
13125 cat conftest.err >&5
13126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13127 (exit $ac_status); } && {
13128 test -z "$ac_c_werror_flag" ||
13129 test ! -s conftest.err
13130 } && test -s conftest$ac_exeext &&
13131 $as_test_x conftest$ac_exeext; then
13132 case "$LIBEXT" in
13133 dll) ;;
13134 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'` ;;
13135 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13136 esac
13137 else
13138 echo "$as_me: failed program was:" >&5
13139 sed 's/^/| /' conftest.$ac_ext >&5
13144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13145 conftest$ac_exeext conftest.$ac_ext
13146 LIBS=$ac_check_soname_save_LIBS
13148 if test "x$ac_cv_lib_soname_curses" = "x"; then
13149 { echo "$as_me:$LINENO: result: not found" >&5
13150 echo "${ECHO_T}not found" >&6; }
13152 else
13153 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13154 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13156 cat >>confdefs.h <<_ACEOF
13157 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13158 _ACEOF
13160 CURSESLIBS="-lcurses"
13164 ac_save_LIBS="$LIBS"
13165 LIBS="$LIBS $CURSESLIBS"
13167 for ac_func in mousemask
13169 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13170 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13171 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13172 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13173 echo $ECHO_N "(cached) $ECHO_C" >&6
13174 else
13175 cat >conftest.$ac_ext <<_ACEOF
13176 /* confdefs.h. */
13177 _ACEOF
13178 cat confdefs.h >>conftest.$ac_ext
13179 cat >>conftest.$ac_ext <<_ACEOF
13180 /* end confdefs.h. */
13181 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13182 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13183 #define $ac_func innocuous_$ac_func
13185 /* System header to define __stub macros and hopefully few prototypes,
13186 which can conflict with char $ac_func (); below.
13187 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13188 <limits.h> exists even on freestanding compilers. */
13190 #ifdef __STDC__
13191 # include <limits.h>
13192 #else
13193 # include <assert.h>
13194 #endif
13196 #undef $ac_func
13198 /* Override any GCC internal prototype to avoid an error.
13199 Use char because int might match the return type of a GCC
13200 builtin and then its argument prototype would still apply. */
13201 #ifdef __cplusplus
13202 extern "C"
13203 #endif
13204 char $ac_func ();
13205 /* The GNU C library defines this for functions which it implements
13206 to always fail with ENOSYS. Some functions are actually named
13207 something starting with __ and the normal name is an alias. */
13208 #if defined __stub_$ac_func || defined __stub___$ac_func
13209 choke me
13210 #endif
13213 main ()
13215 return $ac_func ();
13217 return 0;
13219 _ACEOF
13220 rm -f conftest.$ac_objext conftest$ac_exeext
13221 if { (ac_try="$ac_link"
13222 case "(($ac_try" in
13223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13224 *) ac_try_echo=$ac_try;;
13225 esac
13226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13227 (eval "$ac_link") 2>conftest.er1
13228 ac_status=$?
13229 grep -v '^ *+' conftest.er1 >conftest.err
13230 rm -f conftest.er1
13231 cat conftest.err >&5
13232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13233 (exit $ac_status); } && {
13234 test -z "$ac_c_werror_flag" ||
13235 test ! -s conftest.err
13236 } && test -s conftest$ac_exeext &&
13237 $as_test_x conftest$ac_exeext; then
13238 eval "$as_ac_var=yes"
13239 else
13240 echo "$as_me: failed program was:" >&5
13241 sed 's/^/| /' conftest.$ac_ext >&5
13243 eval "$as_ac_var=no"
13246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13247 conftest$ac_exeext conftest.$ac_ext
13249 ac_res=`eval echo '${'$as_ac_var'}'`
13250 { echo "$as_me:$LINENO: result: $ac_res" >&5
13251 echo "${ECHO_T}$ac_res" >&6; }
13252 if test `eval echo '${'$as_ac_var'}'` = yes; then
13253 cat >>confdefs.h <<_ACEOF
13254 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13255 _ACEOF
13258 done
13260 LIBS="$ac_save_LIBS"
13261 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13262 case "x$with_curses" in
13263 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13264 xno) ;;
13265 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13266 This is an error since --with-curses was requested." >&5
13267 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13268 This is an error since --with-curses was requested." >&2;}
13269 { (exit 1); exit 1; }; } ;;
13270 esac
13274 # Extract the first word of "sane-config", so it can be a program name with args.
13275 set dummy sane-config; ac_word=$2
13276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13278 if test "${ac_cv_prog_sane_devel+set}" = set; then
13279 echo $ECHO_N "(cached) $ECHO_C" >&6
13280 else
13281 if test -n "$sane_devel"; then
13282 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13283 else
13284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13285 for as_dir in $PATH
13287 IFS=$as_save_IFS
13288 test -z "$as_dir" && as_dir=.
13289 for ac_exec_ext in '' $ac_executable_extensions; do
13290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13291 ac_cv_prog_sane_devel="sane-config"
13292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13293 break 2
13295 done
13296 done
13297 IFS=$as_save_IFS
13299 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13302 sane_devel=$ac_cv_prog_sane_devel
13303 if test -n "$sane_devel"; then
13304 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13305 echo "${ECHO_T}$sane_devel" >&6; }
13306 else
13307 { echo "$as_me:$LINENO: result: no" >&5
13308 echo "${ECHO_T}no" >&6; }
13312 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13313 then
13314 ac_sane_incl="`$sane_devel --cflags`"
13315 ac_sane_libs="`$sane_devel --ldflags`"
13316 ac_save_CPPFLAGS="$CPPFLAGS"
13317 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13318 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13319 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13320 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13321 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13322 echo $ECHO_N "(cached) $ECHO_C" >&6
13324 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13325 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13326 else
13327 # Is the header compilable?
13328 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13329 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13330 cat >conftest.$ac_ext <<_ACEOF
13331 /* confdefs.h. */
13332 _ACEOF
13333 cat confdefs.h >>conftest.$ac_ext
13334 cat >>conftest.$ac_ext <<_ACEOF
13335 /* end confdefs.h. */
13336 $ac_includes_default
13337 #include <sane/sane.h>
13338 _ACEOF
13339 rm -f conftest.$ac_objext
13340 if { (ac_try="$ac_compile"
13341 case "(($ac_try" in
13342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13343 *) ac_try_echo=$ac_try;;
13344 esac
13345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13346 (eval "$ac_compile") 2>conftest.er1
13347 ac_status=$?
13348 grep -v '^ *+' conftest.er1 >conftest.err
13349 rm -f conftest.er1
13350 cat conftest.err >&5
13351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13352 (exit $ac_status); } && {
13353 test -z "$ac_c_werror_flag" ||
13354 test ! -s conftest.err
13355 } && test -s conftest.$ac_objext; then
13356 ac_header_compiler=yes
13357 else
13358 echo "$as_me: failed program was:" >&5
13359 sed 's/^/| /' conftest.$ac_ext >&5
13361 ac_header_compiler=no
13364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13365 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13366 echo "${ECHO_T}$ac_header_compiler" >&6; }
13368 # Is the header present?
13369 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13370 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13371 cat >conftest.$ac_ext <<_ACEOF
13372 /* confdefs.h. */
13373 _ACEOF
13374 cat confdefs.h >>conftest.$ac_ext
13375 cat >>conftest.$ac_ext <<_ACEOF
13376 /* end confdefs.h. */
13377 #include <sane/sane.h>
13378 _ACEOF
13379 if { (ac_try="$ac_cpp conftest.$ac_ext"
13380 case "(($ac_try" in
13381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13382 *) ac_try_echo=$ac_try;;
13383 esac
13384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13385 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13386 ac_status=$?
13387 grep -v '^ *+' conftest.er1 >conftest.err
13388 rm -f conftest.er1
13389 cat conftest.err >&5
13390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13391 (exit $ac_status); } >/dev/null && {
13392 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13393 test ! -s conftest.err
13394 }; then
13395 ac_header_preproc=yes
13396 else
13397 echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.$ac_ext >&5
13400 ac_header_preproc=no
13403 rm -f conftest.err conftest.$ac_ext
13404 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13405 echo "${ECHO_T}$ac_header_preproc" >&6; }
13407 # So? What about this header?
13408 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13409 yes:no: )
13410 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13411 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13412 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13413 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13414 ac_header_preproc=yes
13416 no:yes:* )
13417 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13418 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13419 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13420 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13421 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13422 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13423 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13424 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13425 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13426 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13427 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13428 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13429 ( cat <<\_ASBOX
13430 ## ------------------------------------ ##
13431 ## Report this to wine-devel@winehq.org ##
13432 ## ------------------------------------ ##
13433 _ASBOX
13434 ) | sed "s/^/$as_me: WARNING: /" >&2
13436 esac
13437 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13438 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13439 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13440 echo $ECHO_N "(cached) $ECHO_C" >&6
13441 else
13442 ac_cv_header_sane_sane_h=$ac_header_preproc
13444 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13445 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13448 if test $ac_cv_header_sane_sane_h = yes; then
13449 { echo "$as_me:$LINENO: checking for -lsane" >&5
13450 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13451 if test "${ac_cv_lib_soname_sane+set}" = set; then
13452 echo $ECHO_N "(cached) $ECHO_C" >&6
13453 else
13454 ac_check_soname_save_LIBS=$LIBS
13455 LIBS="-lsane $ac_sane_libs $LIBS"
13456 cat >conftest.$ac_ext <<_ACEOF
13457 /* confdefs.h. */
13458 _ACEOF
13459 cat confdefs.h >>conftest.$ac_ext
13460 cat >>conftest.$ac_ext <<_ACEOF
13461 /* end confdefs.h. */
13463 /* Override any GCC internal prototype to avoid an error.
13464 Use char because int might match the return type of a GCC
13465 builtin and then its argument prototype would still apply. */
13466 #ifdef __cplusplus
13467 extern "C"
13468 #endif
13469 char sane_init ();
13471 main ()
13473 return sane_init ();
13475 return 0;
13477 _ACEOF
13478 rm -f conftest.$ac_objext conftest$ac_exeext
13479 if { (ac_try="$ac_link"
13480 case "(($ac_try" in
13481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13482 *) ac_try_echo=$ac_try;;
13483 esac
13484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13485 (eval "$ac_link") 2>conftest.er1
13486 ac_status=$?
13487 grep -v '^ *+' conftest.er1 >conftest.err
13488 rm -f conftest.er1
13489 cat conftest.err >&5
13490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13491 (exit $ac_status); } && {
13492 test -z "$ac_c_werror_flag" ||
13493 test ! -s conftest.err
13494 } && test -s conftest$ac_exeext &&
13495 $as_test_x conftest$ac_exeext; then
13496 case "$LIBEXT" in
13497 dll) ;;
13498 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'` ;;
13499 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13500 esac
13501 else
13502 echo "$as_me: failed program was:" >&5
13503 sed 's/^/| /' conftest.$ac_ext >&5
13508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13509 conftest$ac_exeext conftest.$ac_ext
13510 LIBS=$ac_check_soname_save_LIBS
13512 if test "x$ac_cv_lib_soname_sane" = "x"; then
13513 { echo "$as_me:$LINENO: result: not found" >&5
13514 echo "${ECHO_T}not found" >&6; }
13516 else
13517 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13518 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13520 cat >>confdefs.h <<_ACEOF
13521 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13522 _ACEOF
13524 SANEINCL="$ac_sane_incl"
13531 CPPFLAGS="$ac_save_CPPFLAGS"
13533 if test "x$ac_cv_lib_soname_sane" = "x"; then
13534 case "x$with_sane" in
13535 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13536 xno) ;;
13537 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13538 This is an error since --with-sane was requested." >&5
13539 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13540 This is an error since --with-sane was requested." >&2;}
13541 { (exit 1); exit 1; }; } ;;
13542 esac
13546 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13547 set dummy gphoto2-config; ac_word=$2
13548 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13550 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13551 echo $ECHO_N "(cached) $ECHO_C" >&6
13552 else
13553 if test -n "$gphoto2_devel"; then
13554 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13555 else
13556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13557 for as_dir in $PATH
13559 IFS=$as_save_IFS
13560 test -z "$as_dir" && as_dir=.
13561 for ac_exec_ext in '' $ac_executable_extensions; do
13562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13563 ac_cv_prog_gphoto2_devel="gphoto2-config"
13564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13565 break 2
13567 done
13568 done
13569 IFS=$as_save_IFS
13571 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13574 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13575 if test -n "$gphoto2_devel"; then
13576 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13577 echo "${ECHO_T}$gphoto2_devel" >&6; }
13578 else
13579 { echo "$as_me:$LINENO: result: no" >&5
13580 echo "${ECHO_T}no" >&6; }
13584 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13585 set dummy gphoto2-port-config; ac_word=$2
13586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13588 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13589 echo $ECHO_N "(cached) $ECHO_C" >&6
13590 else
13591 if test -n "$gphoto2port_devel"; then
13592 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13593 else
13594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13595 for as_dir in $PATH
13597 IFS=$as_save_IFS
13598 test -z "$as_dir" && as_dir=.
13599 for ac_exec_ext in '' $ac_executable_extensions; do
13600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13601 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13603 break 2
13605 done
13606 done
13607 IFS=$as_save_IFS
13609 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13612 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13613 if test -n "$gphoto2port_devel"; then
13614 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13615 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13616 else
13617 { echo "$as_me:$LINENO: result: no" >&5
13618 echo "${ECHO_T}no" >&6; }
13622 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13623 then
13624 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13625 ac_gphoto2_libs=""
13626 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13628 case "$i" in
13629 -L/usr/lib|-L/usr/lib64) ;;
13630 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13631 esac
13632 done
13633 ac_save_CPPFLAGS="$CPPFLAGS"
13634 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13635 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13636 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13637 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13638 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13639 echo $ECHO_N "(cached) $ECHO_C" >&6
13641 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13642 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13643 else
13644 # Is the header compilable?
13645 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13646 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13647 cat >conftest.$ac_ext <<_ACEOF
13648 /* confdefs.h. */
13649 _ACEOF
13650 cat confdefs.h >>conftest.$ac_ext
13651 cat >>conftest.$ac_ext <<_ACEOF
13652 /* end confdefs.h. */
13653 $ac_includes_default
13654 #include <gphoto2-camera.h>
13655 _ACEOF
13656 rm -f conftest.$ac_objext
13657 if { (ac_try="$ac_compile"
13658 case "(($ac_try" in
13659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13660 *) ac_try_echo=$ac_try;;
13661 esac
13662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13663 (eval "$ac_compile") 2>conftest.er1
13664 ac_status=$?
13665 grep -v '^ *+' conftest.er1 >conftest.err
13666 rm -f conftest.er1
13667 cat conftest.err >&5
13668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13669 (exit $ac_status); } && {
13670 test -z "$ac_c_werror_flag" ||
13671 test ! -s conftest.err
13672 } && test -s conftest.$ac_objext; then
13673 ac_header_compiler=yes
13674 else
13675 echo "$as_me: failed program was:" >&5
13676 sed 's/^/| /' conftest.$ac_ext >&5
13678 ac_header_compiler=no
13681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13682 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13683 echo "${ECHO_T}$ac_header_compiler" >&6; }
13685 # Is the header present?
13686 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13687 echo $ECHO_N "checking gphoto2-camera.h presence... $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 #include <gphoto2-camera.h>
13695 _ACEOF
13696 if { (ac_try="$ac_cpp conftest.$ac_ext"
13697 case "(($ac_try" in
13698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13699 *) ac_try_echo=$ac_try;;
13700 esac
13701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13702 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13703 ac_status=$?
13704 grep -v '^ *+' conftest.er1 >conftest.err
13705 rm -f conftest.er1
13706 cat conftest.err >&5
13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13708 (exit $ac_status); } >/dev/null && {
13709 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13710 test ! -s conftest.err
13711 }; then
13712 ac_header_preproc=yes
13713 else
13714 echo "$as_me: failed program was:" >&5
13715 sed 's/^/| /' conftest.$ac_ext >&5
13717 ac_header_preproc=no
13720 rm -f conftest.err conftest.$ac_ext
13721 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13722 echo "${ECHO_T}$ac_header_preproc" >&6; }
13724 # So? What about this header?
13725 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13726 yes:no: )
13727 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13728 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13729 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13730 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13731 ac_header_preproc=yes
13733 no:yes:* )
13734 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13735 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13736 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13737 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13738 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13739 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13740 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13741 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13742 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13743 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13744 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13745 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13746 ( cat <<\_ASBOX
13747 ## ------------------------------------ ##
13748 ## Report this to wine-devel@winehq.org ##
13749 ## ------------------------------------ ##
13750 _ASBOX
13751 ) | sed "s/^/$as_me: WARNING: /" >&2
13753 esac
13754 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13755 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13756 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13757 echo $ECHO_N "(cached) $ECHO_C" >&6
13758 else
13759 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13761 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13762 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13765 if test $ac_cv_header_gphoto2_camera_h = yes; then
13766 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13767 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13768 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13769 echo $ECHO_N "(cached) $ECHO_C" >&6
13770 else
13771 ac_check_lib_save_LIBS=$LIBS
13772 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13773 cat >conftest.$ac_ext <<_ACEOF
13774 /* confdefs.h. */
13775 _ACEOF
13776 cat confdefs.h >>conftest.$ac_ext
13777 cat >>conftest.$ac_ext <<_ACEOF
13778 /* end confdefs.h. */
13780 /* Override any GCC internal prototype to avoid an error.
13781 Use char because int might match the return type of a GCC
13782 builtin and then its argument prototype would still apply. */
13783 #ifdef __cplusplus
13784 extern "C"
13785 #endif
13786 char gp_camera_new ();
13788 main ()
13790 return gp_camera_new ();
13792 return 0;
13794 _ACEOF
13795 rm -f conftest.$ac_objext conftest$ac_exeext
13796 if { (ac_try="$ac_link"
13797 case "(($ac_try" in
13798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13799 *) ac_try_echo=$ac_try;;
13800 esac
13801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13802 (eval "$ac_link") 2>conftest.er1
13803 ac_status=$?
13804 grep -v '^ *+' conftest.er1 >conftest.err
13805 rm -f conftest.er1
13806 cat conftest.err >&5
13807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13808 (exit $ac_status); } && {
13809 test -z "$ac_c_werror_flag" ||
13810 test ! -s conftest.err
13811 } && test -s conftest$ac_exeext &&
13812 $as_test_x conftest$ac_exeext; then
13813 ac_cv_lib_gphoto2_gp_camera_new=yes
13814 else
13815 echo "$as_me: failed program was:" >&5
13816 sed 's/^/| /' conftest.$ac_ext >&5
13818 ac_cv_lib_gphoto2_gp_camera_new=no
13821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13822 conftest$ac_exeext conftest.$ac_ext
13823 LIBS=$ac_check_lib_save_LIBS
13825 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13826 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13827 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13829 cat >>confdefs.h <<\_ACEOF
13830 #define HAVE_GPHOTO2 1
13831 _ACEOF
13833 GPHOTO2LIBS="$ac_gphoto2_libs"
13835 GPHOTO2INCL="$ac_gphoto2_incl"
13842 CPPFLAGS="$ac_save_CPPFLAGS"
13844 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13845 case "x$with_gphoto" in
13846 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13847 xno) ;;
13848 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13849 This is an error since --with-gphoto was requested." >&5
13850 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13851 This is an error since --with-gphoto was requested." >&2;}
13852 { (exit 1); exit 1; }; } ;;
13853 esac
13858 RESOLVLIBS=""
13860 if test "$ac_cv_header_resolv_h" = "yes"
13861 then
13862 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13863 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13864 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13865 echo $ECHO_N "(cached) $ECHO_C" >&6
13866 else
13867 ac_check_lib_save_LIBS=$LIBS
13868 LIBS="-lresolv $LIBS"
13869 cat >conftest.$ac_ext <<_ACEOF
13870 /* confdefs.h. */
13871 _ACEOF
13872 cat confdefs.h >>conftest.$ac_ext
13873 cat >>conftest.$ac_ext <<_ACEOF
13874 /* end confdefs.h. */
13876 /* Override any GCC internal prototype to avoid an error.
13877 Use char because int might match the return type of a GCC
13878 builtin and then its argument prototype would still apply. */
13879 #ifdef __cplusplus
13880 extern "C"
13881 #endif
13882 char res_query ();
13884 main ()
13886 return res_query ();
13888 return 0;
13890 _ACEOF
13891 rm -f conftest.$ac_objext conftest$ac_exeext
13892 if { (ac_try="$ac_link"
13893 case "(($ac_try" in
13894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13895 *) ac_try_echo=$ac_try;;
13896 esac
13897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13898 (eval "$ac_link") 2>conftest.er1
13899 ac_status=$?
13900 grep -v '^ *+' conftest.er1 >conftest.err
13901 rm -f conftest.er1
13902 cat conftest.err >&5
13903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13904 (exit $ac_status); } && {
13905 test -z "$ac_c_werror_flag" ||
13906 test ! -s conftest.err
13907 } && test -s conftest$ac_exeext &&
13908 $as_test_x conftest$ac_exeext; then
13909 ac_cv_lib_resolv_res_query=yes
13910 else
13911 echo "$as_me: failed program was:" >&5
13912 sed 's/^/| /' conftest.$ac_ext >&5
13914 ac_cv_lib_resolv_res_query=no
13917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13918 conftest$ac_exeext conftest.$ac_ext
13919 LIBS=$ac_check_lib_save_LIBS
13921 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13922 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13923 if test $ac_cv_lib_resolv_res_query = yes; then
13925 cat >>confdefs.h <<\_ACEOF
13926 #define HAVE_RESOLV 1
13927 _ACEOF
13929 RESOLVLIBS="-lresolv"
13934 LCMSLIBS=""
13936 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13937 then
13938 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13939 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13940 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13941 echo $ECHO_N "(cached) $ECHO_C" >&6
13942 else
13943 ac_check_lib_save_LIBS=$LIBS
13944 LIBS="-llcms $LIBS"
13945 cat >conftest.$ac_ext <<_ACEOF
13946 /* confdefs.h. */
13947 _ACEOF
13948 cat confdefs.h >>conftest.$ac_ext
13949 cat >>conftest.$ac_ext <<_ACEOF
13950 /* end confdefs.h. */
13952 /* Override any GCC internal prototype to avoid an error.
13953 Use char because int might match the return type of a GCC
13954 builtin and then its argument prototype would still apply. */
13955 #ifdef __cplusplus
13956 extern "C"
13957 #endif
13958 char cmsOpenProfileFromFile ();
13960 main ()
13962 return cmsOpenProfileFromFile ();
13964 return 0;
13966 _ACEOF
13967 rm -f conftest.$ac_objext conftest$ac_exeext
13968 if { (ac_try="$ac_link"
13969 case "(($ac_try" in
13970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13971 *) ac_try_echo=$ac_try;;
13972 esac
13973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13974 (eval "$ac_link") 2>conftest.er1
13975 ac_status=$?
13976 grep -v '^ *+' conftest.er1 >conftest.err
13977 rm -f conftest.er1
13978 cat conftest.err >&5
13979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13980 (exit $ac_status); } && {
13981 test -z "$ac_c_werror_flag" ||
13982 test ! -s conftest.err
13983 } && test -s conftest$ac_exeext &&
13984 $as_test_x conftest$ac_exeext; then
13985 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13986 else
13987 echo "$as_me: failed program was:" >&5
13988 sed 's/^/| /' conftest.$ac_ext >&5
13990 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13994 conftest$ac_exeext conftest.$ac_ext
13995 LIBS=$ac_check_lib_save_LIBS
13997 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13998 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13999 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14001 cat >>confdefs.h <<\_ACEOF
14002 #define HAVE_LCMS 1
14003 _ACEOF
14005 LCMSLIBS="-llcms"
14009 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14010 case "x$with_cms" in
14011 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
14012 xno) ;;
14013 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
14014 This is an error since --with-cms was requested." >&5
14015 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
14016 This is an error since --with-cms was requested." >&2;}
14017 { (exit 1); exit 1; }; } ;;
14018 esac
14022 for ac_prog in freetype-config freetype2-config
14024 # Extract the first word of "$ac_prog", so it can be a program name with args.
14025 set dummy $ac_prog; ac_word=$2
14026 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14028 if test "${ac_cv_prog_ft_devel+set}" = set; then
14029 echo $ECHO_N "(cached) $ECHO_C" >&6
14030 else
14031 if test -n "$ft_devel"; then
14032 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14033 else
14034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14035 for as_dir in $PATH
14037 IFS=$as_save_IFS
14038 test -z "$as_dir" && as_dir=.
14039 for ac_exec_ext in '' $ac_executable_extensions; do
14040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14041 ac_cv_prog_ft_devel="$ac_prog"
14042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14043 break 2
14045 done
14046 done
14047 IFS=$as_save_IFS
14051 ft_devel=$ac_cv_prog_ft_devel
14052 if test -n "$ft_devel"; then
14053 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14054 echo "${ECHO_T}$ft_devel" >&6; }
14055 else
14056 { echo "$as_me:$LINENO: result: no" >&5
14057 echo "${ECHO_T}no" >&6; }
14061 test -n "$ft_devel" && break
14062 done
14063 test -n "$ft_devel" || ft_devel="false"
14065 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14066 then
14067 ac_freetype_libs=`$ft_devel --libs`
14068 ac_freetype_incl=`$ft_devel --cflags`
14069 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14070 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14071 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14072 echo $ECHO_N "(cached) $ECHO_C" >&6
14073 else
14074 ac_check_soname_save_LIBS=$LIBS
14075 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14076 cat >conftest.$ac_ext <<_ACEOF
14077 /* confdefs.h. */
14078 _ACEOF
14079 cat confdefs.h >>conftest.$ac_ext
14080 cat >>conftest.$ac_ext <<_ACEOF
14081 /* end confdefs.h. */
14083 /* Override any GCC internal prototype to avoid an error.
14084 Use char because int might match the return type of a GCC
14085 builtin and then its argument prototype would still apply. */
14086 #ifdef __cplusplus
14087 extern "C"
14088 #endif
14089 char FT_Init_FreeType ();
14091 main ()
14093 return FT_Init_FreeType ();
14095 return 0;
14097 _ACEOF
14098 rm -f conftest.$ac_objext conftest$ac_exeext
14099 if { (ac_try="$ac_link"
14100 case "(($ac_try" in
14101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14102 *) ac_try_echo=$ac_try;;
14103 esac
14104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14105 (eval "$ac_link") 2>conftest.er1
14106 ac_status=$?
14107 grep -v '^ *+' conftest.er1 >conftest.err
14108 rm -f conftest.er1
14109 cat conftest.err >&5
14110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14111 (exit $ac_status); } && {
14112 test -z "$ac_c_werror_flag" ||
14113 test ! -s conftest.err
14114 } && test -s conftest$ac_exeext &&
14115 $as_test_x conftest$ac_exeext; then
14116 case "$LIBEXT" in
14117 dll) ;;
14118 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'` ;;
14119 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14120 esac
14121 else
14122 echo "$as_me: failed program was:" >&5
14123 sed 's/^/| /' conftest.$ac_ext >&5
14128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14129 conftest$ac_exeext conftest.$ac_ext
14130 LIBS=$ac_check_soname_save_LIBS
14132 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14133 { echo "$as_me:$LINENO: result: not found" >&5
14134 echo "${ECHO_T}not found" >&6; }
14135 ft_lib=no
14136 else
14137 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14138 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14140 cat >>confdefs.h <<_ACEOF
14141 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14142 _ACEOF
14144 ft_lib=yes
14147 if test "$ft_lib" = "yes"
14148 then
14149 ac_save_CPPFLAGS="$CPPFLAGS"
14150 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14163 for ac_header in ft2build.h \
14164 freetype/freetype.h \
14165 freetype/ftglyph.h \
14166 freetype/fttypes.h \
14167 freetype/tttables.h \
14168 freetype/ftnames.h \
14169 freetype/ftsnames.h \
14170 freetype/ttnameid.h \
14171 freetype/ftoutln.h \
14172 freetype/ftwinfnt.h \
14173 freetype/ftmodapi.h \
14174 freetype/internal/sfnt.h
14176 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14177 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14178 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14179 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14180 echo $ECHO_N "(cached) $ECHO_C" >&6
14181 else
14182 cat >conftest.$ac_ext <<_ACEOF
14183 /* confdefs.h. */
14184 _ACEOF
14185 cat confdefs.h >>conftest.$ac_ext
14186 cat >>conftest.$ac_ext <<_ACEOF
14187 /* end confdefs.h. */
14188 #ifdef HAVE_FT2BUILD_H
14189 # include <ft2build.h>
14190 #endif
14192 #include <$ac_header>
14193 _ACEOF
14194 rm -f conftest.$ac_objext
14195 if { (ac_try="$ac_compile"
14196 case "(($ac_try" in
14197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14198 *) ac_try_echo=$ac_try;;
14199 esac
14200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14201 (eval "$ac_compile") 2>conftest.er1
14202 ac_status=$?
14203 grep -v '^ *+' conftest.er1 >conftest.err
14204 rm -f conftest.er1
14205 cat conftest.err >&5
14206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207 (exit $ac_status); } && {
14208 test -z "$ac_c_werror_flag" ||
14209 test ! -s conftest.err
14210 } && test -s conftest.$ac_objext; then
14211 eval "$as_ac_Header=yes"
14212 else
14213 echo "$as_me: failed program was:" >&5
14214 sed 's/^/| /' conftest.$ac_ext >&5
14216 eval "$as_ac_Header=no"
14219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14221 ac_res=`eval echo '${'$as_ac_Header'}'`
14222 { echo "$as_me:$LINENO: result: $ac_res" >&5
14223 echo "${ECHO_T}$ac_res" >&6; }
14224 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14225 cat >>confdefs.h <<_ACEOF
14226 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14227 _ACEOF
14231 done
14233 cat >conftest.$ac_ext <<_ACEOF
14234 /* confdefs.h. */
14235 _ACEOF
14236 cat confdefs.h >>conftest.$ac_ext
14237 cat >>conftest.$ac_ext <<_ACEOF
14238 /* end confdefs.h. */
14239 #include <ft2build.h>
14240 #include <freetype/fttrigon.h>
14241 _ACEOF
14242 if { (ac_try="$ac_cpp conftest.$ac_ext"
14243 case "(($ac_try" in
14244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14245 *) ac_try_echo=$ac_try;;
14246 esac
14247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14248 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14249 ac_status=$?
14250 grep -v '^ *+' conftest.er1 >conftest.err
14251 rm -f conftest.er1
14252 cat conftest.err >&5
14253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14254 (exit $ac_status); } >/dev/null && {
14255 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14256 test ! -s conftest.err
14257 }; then
14259 cat >>confdefs.h <<\_ACEOF
14260 #define HAVE_FREETYPE_FTTRIGON_H 1
14261 _ACEOF
14263 wine_cv_fttrigon=yes
14264 else
14265 echo "$as_me: failed program was:" >&5
14266 sed 's/^/| /' conftest.$ac_ext >&5
14268 wine_cv_fttrigon=no
14271 rm -f conftest.err conftest.$ac_ext
14272 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14273 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14274 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14275 echo $ECHO_N "(cached) $ECHO_C" >&6
14276 else
14277 cat >conftest.$ac_ext <<_ACEOF
14278 /* confdefs.h. */
14279 _ACEOF
14280 cat confdefs.h >>conftest.$ac_ext
14281 cat >>conftest.$ac_ext <<_ACEOF
14282 /* end confdefs.h. */
14283 #include <freetype/ftmodapi.h>
14285 typedef FT_TrueTypeEngineType ac__type_new_;
14287 main ()
14289 if ((ac__type_new_ *) 0)
14290 return 0;
14291 if (sizeof (ac__type_new_))
14292 return 0;
14294 return 0;
14296 _ACEOF
14297 rm -f conftest.$ac_objext
14298 if { (ac_try="$ac_compile"
14299 case "(($ac_try" in
14300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14301 *) ac_try_echo=$ac_try;;
14302 esac
14303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14304 (eval "$ac_compile") 2>conftest.er1
14305 ac_status=$?
14306 grep -v '^ *+' conftest.er1 >conftest.err
14307 rm -f conftest.er1
14308 cat conftest.err >&5
14309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14310 (exit $ac_status); } && {
14311 test -z "$ac_c_werror_flag" ||
14312 test ! -s conftest.err
14313 } && test -s conftest.$ac_objext; then
14314 ac_cv_type_FT_TrueTypeEngineType=yes
14315 else
14316 echo "$as_me: failed program was:" >&5
14317 sed 's/^/| /' conftest.$ac_ext >&5
14319 ac_cv_type_FT_TrueTypeEngineType=no
14322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14324 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14325 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14326 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14328 cat >>confdefs.h <<_ACEOF
14329 #define HAVE_FT_TRUETYPEENGINETYPE 1
14330 _ACEOF
14335 ac_save_CFLAGS="$CFLAGS"
14336 CFLAGS="$CFLAGS $ac_freetype_libs"
14338 for ac_func in FT_Load_Sfnt_Table
14340 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14341 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14342 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14343 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14344 echo $ECHO_N "(cached) $ECHO_C" >&6
14345 else
14346 cat >conftest.$ac_ext <<_ACEOF
14347 /* confdefs.h. */
14348 _ACEOF
14349 cat confdefs.h >>conftest.$ac_ext
14350 cat >>conftest.$ac_ext <<_ACEOF
14351 /* end confdefs.h. */
14352 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14354 #define $ac_func innocuous_$ac_func
14356 /* System header to define __stub macros and hopefully few prototypes,
14357 which can conflict with char $ac_func (); below.
14358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14359 <limits.h> exists even on freestanding compilers. */
14361 #ifdef __STDC__
14362 # include <limits.h>
14363 #else
14364 # include <assert.h>
14365 #endif
14367 #undef $ac_func
14369 /* Override any GCC internal prototype to avoid an error.
14370 Use char because int might match the return type of a GCC
14371 builtin and then its argument prototype would still apply. */
14372 #ifdef __cplusplus
14373 extern "C"
14374 #endif
14375 char $ac_func ();
14376 /* The GNU C library defines this for functions which it implements
14377 to always fail with ENOSYS. Some functions are actually named
14378 something starting with __ and the normal name is an alias. */
14379 #if defined __stub_$ac_func || defined __stub___$ac_func
14380 choke me
14381 #endif
14384 main ()
14386 return $ac_func ();
14388 return 0;
14390 _ACEOF
14391 rm -f conftest.$ac_objext conftest$ac_exeext
14392 if { (ac_try="$ac_link"
14393 case "(($ac_try" in
14394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14395 *) ac_try_echo=$ac_try;;
14396 esac
14397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14398 (eval "$ac_link") 2>conftest.er1
14399 ac_status=$?
14400 grep -v '^ *+' conftest.er1 >conftest.err
14401 rm -f conftest.er1
14402 cat conftest.err >&5
14403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14404 (exit $ac_status); } && {
14405 test -z "$ac_c_werror_flag" ||
14406 test ! -s conftest.err
14407 } && test -s conftest$ac_exeext &&
14408 $as_test_x conftest$ac_exeext; then
14409 eval "$as_ac_var=yes"
14410 else
14411 echo "$as_me: failed program was:" >&5
14412 sed 's/^/| /' conftest.$ac_ext >&5
14414 eval "$as_ac_var=no"
14417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14418 conftest$ac_exeext conftest.$ac_ext
14420 ac_res=`eval echo '${'$as_ac_var'}'`
14421 { echo "$as_me:$LINENO: result: $ac_res" >&5
14422 echo "${ECHO_T}$ac_res" >&6; }
14423 if test `eval echo '${'$as_ac_var'}'` = yes; then
14424 cat >>confdefs.h <<_ACEOF
14425 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14426 _ACEOF
14429 done
14431 CFLAGS="$ac_save_CFLAGS"
14432 CPPFLAGS="$ac_save_CPPFLAGS"
14433 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14434 then
14436 cat >>confdefs.h <<\_ACEOF
14437 #define HAVE_FREETYPE 1
14438 _ACEOF
14440 FREETYPELIBS="$ac_freetype_libs"
14442 FREETYPEINCL="$ac_freetype_incl"
14447 if test "x$FREETYPELIBS" = "x"; then
14448 case "x$with_freetype" in
14449 xno) ;;
14450 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14451 Fonts will not be built. Dialog text may be invisible or unaligned.
14452 Use the --without-freetype option if you really want this." >&5
14453 echo "$as_me: error: FreeType development files not found.
14454 Fonts will not be built. Dialog text may be invisible or unaligned.
14455 Use the --without-freetype option if you really want this." >&2;}
14456 { (exit 1); exit 1; }; } ;;
14457 esac
14460 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14462 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14463 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14464 if test "${ac_cv_c_ppdev+set}" = set; then
14465 echo $ECHO_N "(cached) $ECHO_C" >&6
14466 else
14467 cat >conftest.$ac_ext <<_ACEOF
14468 /* confdefs.h. */
14469 _ACEOF
14470 cat confdefs.h >>conftest.$ac_ext
14471 cat >>conftest.$ac_ext <<_ACEOF
14472 /* end confdefs.h. */
14473 #include <linux/ppdev.h>
14475 main ()
14477 ioctl (1,PPCLAIM,0)
14479 return 0;
14481 _ACEOF
14482 rm -f conftest.$ac_objext
14483 if { (ac_try="$ac_compile"
14484 case "(($ac_try" in
14485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14486 *) ac_try_echo=$ac_try;;
14487 esac
14488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14489 (eval "$ac_compile") 2>conftest.er1
14490 ac_status=$?
14491 grep -v '^ *+' conftest.er1 >conftest.err
14492 rm -f conftest.er1
14493 cat conftest.err >&5
14494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14495 (exit $ac_status); } && {
14496 test -z "$ac_c_werror_flag" ||
14497 test ! -s conftest.err
14498 } && test -s conftest.$ac_objext; then
14499 ac_cv_c_ppdev="yes"
14500 else
14501 echo "$as_me: failed program was:" >&5
14502 sed 's/^/| /' conftest.$ac_ext >&5
14504 ac_cv_c_ppdev="no"
14507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14509 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14510 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14511 if test "$ac_cv_c_ppdev" = "yes"
14512 then
14514 cat >>confdefs.h <<\_ACEOF
14515 #define HAVE_PPDEV 1
14516 _ACEOF
14520 { echo "$as_me:$LINENO: checking for va_copy" >&5
14521 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14522 if test "${ac_cv_c_va_copy+set}" = set; then
14523 echo $ECHO_N "(cached) $ECHO_C" >&6
14524 else
14525 cat >conftest.$ac_ext <<_ACEOF
14526 /* confdefs.h. */
14527 _ACEOF
14528 cat confdefs.h >>conftest.$ac_ext
14529 cat >>conftest.$ac_ext <<_ACEOF
14530 /* end confdefs.h. */
14531 #include <stdarg.h>
14533 main ()
14535 va_list ap1, ap2; va_copy(ap1,ap2);
14537 return 0;
14539 _ACEOF
14540 rm -f conftest.$ac_objext conftest$ac_exeext
14541 if { (ac_try="$ac_link"
14542 case "(($ac_try" in
14543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14544 *) ac_try_echo=$ac_try;;
14545 esac
14546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14547 (eval "$ac_link") 2>conftest.er1
14548 ac_status=$?
14549 grep -v '^ *+' conftest.er1 >conftest.err
14550 rm -f conftest.er1
14551 cat conftest.err >&5
14552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14553 (exit $ac_status); } && {
14554 test -z "$ac_c_werror_flag" ||
14555 test ! -s conftest.err
14556 } && test -s conftest$ac_exeext &&
14557 $as_test_x conftest$ac_exeext; then
14558 ac_cv_c_va_copy="yes"
14559 else
14560 echo "$as_me: failed program was:" >&5
14561 sed 's/^/| /' conftest.$ac_ext >&5
14563 ac_cv_c_va_copy="no"
14566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14567 conftest$ac_exeext conftest.$ac_ext
14570 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14571 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14572 if test "$ac_cv_c_va_copy" = "yes"
14573 then
14575 cat >>confdefs.h <<\_ACEOF
14576 #define HAVE_VA_COPY 1
14577 _ACEOF
14580 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14581 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14582 if test "${ac_cv_c___va_copy+set}" = set; then
14583 echo $ECHO_N "(cached) $ECHO_C" >&6
14584 else
14585 cat >conftest.$ac_ext <<_ACEOF
14586 /* confdefs.h. */
14587 _ACEOF
14588 cat confdefs.h >>conftest.$ac_ext
14589 cat >>conftest.$ac_ext <<_ACEOF
14590 /* end confdefs.h. */
14591 #include <stdarg.h>
14593 main ()
14595 va_list ap1, ap2; __va_copy(ap1,ap2);
14597 return 0;
14599 _ACEOF
14600 rm -f conftest.$ac_objext conftest$ac_exeext
14601 if { (ac_try="$ac_link"
14602 case "(($ac_try" in
14603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14604 *) ac_try_echo=$ac_try;;
14605 esac
14606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14607 (eval "$ac_link") 2>conftest.er1
14608 ac_status=$?
14609 grep -v '^ *+' conftest.er1 >conftest.err
14610 rm -f conftest.er1
14611 cat conftest.err >&5
14612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14613 (exit $ac_status); } && {
14614 test -z "$ac_c_werror_flag" ||
14615 test ! -s conftest.err
14616 } && test -s conftest$ac_exeext &&
14617 $as_test_x conftest$ac_exeext; then
14618 ac_cv_c___va_copy="yes"
14619 else
14620 echo "$as_me: failed program was:" >&5
14621 sed 's/^/| /' conftest.$ac_ext >&5
14623 ac_cv_c___va_copy="no"
14626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14627 conftest$ac_exeext conftest.$ac_ext
14630 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14631 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14632 if test "$ac_cv_c___va_copy" = "yes"
14633 then
14635 cat >>confdefs.h <<\_ACEOF
14636 #define HAVE___VA_COPY 1
14637 _ACEOF
14641 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14642 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14643 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14644 echo $ECHO_N "(cached) $ECHO_C" >&6
14645 else
14646 cat >conftest.$ac_ext <<_ACEOF
14647 /* confdefs.h. */
14648 _ACEOF
14649 cat confdefs.h >>conftest.$ac_ext
14650 cat >>conftest.$ac_ext <<_ACEOF
14651 /* end confdefs.h. */
14652 #define _GNU_SOURCE
14653 #include <pthread.h>
14655 typedef pthread_rwlock_t ac__type_new_;
14657 main ()
14659 if ((ac__type_new_ *) 0)
14660 return 0;
14661 if (sizeof (ac__type_new_))
14662 return 0;
14664 return 0;
14666 _ACEOF
14667 rm -f conftest.$ac_objext
14668 if { (ac_try="$ac_compile"
14669 case "(($ac_try" in
14670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14671 *) ac_try_echo=$ac_try;;
14672 esac
14673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14674 (eval "$ac_compile") 2>conftest.er1
14675 ac_status=$?
14676 grep -v '^ *+' conftest.er1 >conftest.err
14677 rm -f conftest.er1
14678 cat conftest.err >&5
14679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14680 (exit $ac_status); } && {
14681 test -z "$ac_c_werror_flag" ||
14682 test ! -s conftest.err
14683 } && test -s conftest.$ac_objext; then
14684 ac_cv_type_pthread_rwlock_t=yes
14685 else
14686 echo "$as_me: failed program was:" >&5
14687 sed 's/^/| /' conftest.$ac_ext >&5
14689 ac_cv_type_pthread_rwlock_t=no
14692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14694 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14695 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14696 if test $ac_cv_type_pthread_rwlock_t = yes; then
14698 cat >>confdefs.h <<_ACEOF
14699 #define HAVE_PTHREAD_RWLOCK_T 1
14700 _ACEOF
14704 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14705 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14706 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14707 echo $ECHO_N "(cached) $ECHO_C" >&6
14708 else
14709 cat >conftest.$ac_ext <<_ACEOF
14710 /* confdefs.h. */
14711 _ACEOF
14712 cat confdefs.h >>conftest.$ac_ext
14713 cat >>conftest.$ac_ext <<_ACEOF
14714 /* end confdefs.h. */
14715 #define _GNU_SOURCE
14716 #include <pthread.h>
14718 typedef pthread_rwlockattr_t ac__type_new_;
14720 main ()
14722 if ((ac__type_new_ *) 0)
14723 return 0;
14724 if (sizeof (ac__type_new_))
14725 return 0;
14727 return 0;
14729 _ACEOF
14730 rm -f conftest.$ac_objext
14731 if { (ac_try="$ac_compile"
14732 case "(($ac_try" in
14733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14734 *) ac_try_echo=$ac_try;;
14735 esac
14736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14737 (eval "$ac_compile") 2>conftest.er1
14738 ac_status=$?
14739 grep -v '^ *+' conftest.er1 >conftest.err
14740 rm -f conftest.er1
14741 cat conftest.err >&5
14742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14743 (exit $ac_status); } && {
14744 test -z "$ac_c_werror_flag" ||
14745 test ! -s conftest.err
14746 } && test -s conftest.$ac_objext; then
14747 ac_cv_type_pthread_rwlockattr_t=yes
14748 else
14749 echo "$as_me: failed program was:" >&5
14750 sed 's/^/| /' conftest.$ac_ext >&5
14752 ac_cv_type_pthread_rwlockattr_t=no
14755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14757 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14758 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14759 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14761 cat >>confdefs.h <<_ACEOF
14762 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14763 _ACEOF
14769 ac_wine_check_funcs_save_LIBS="$LIBS"
14770 LIBS="$LIBS $LIBPTHREAD"
14775 for ac_func in \
14776 pthread_attr_get_np \
14777 pthread_getattr_np \
14778 pthread_get_stackaddr_np \
14779 pthread_get_stacksize_np
14781 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14782 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14783 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14784 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14785 echo $ECHO_N "(cached) $ECHO_C" >&6
14786 else
14787 cat >conftest.$ac_ext <<_ACEOF
14788 /* confdefs.h. */
14789 _ACEOF
14790 cat confdefs.h >>conftest.$ac_ext
14791 cat >>conftest.$ac_ext <<_ACEOF
14792 /* end confdefs.h. */
14793 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14794 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14795 #define $ac_func innocuous_$ac_func
14797 /* System header to define __stub macros and hopefully few prototypes,
14798 which can conflict with char $ac_func (); below.
14799 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14800 <limits.h> exists even on freestanding compilers. */
14802 #ifdef __STDC__
14803 # include <limits.h>
14804 #else
14805 # include <assert.h>
14806 #endif
14808 #undef $ac_func
14810 /* Override any GCC internal prototype to avoid an error.
14811 Use char because int might match the return type of a GCC
14812 builtin and then its argument prototype would still apply. */
14813 #ifdef __cplusplus
14814 extern "C"
14815 #endif
14816 char $ac_func ();
14817 /* The GNU C library defines this for functions which it implements
14818 to always fail with ENOSYS. Some functions are actually named
14819 something starting with __ and the normal name is an alias. */
14820 #if defined __stub_$ac_func || defined __stub___$ac_func
14821 choke me
14822 #endif
14825 main ()
14827 return $ac_func ();
14829 return 0;
14831 _ACEOF
14832 rm -f conftest.$ac_objext conftest$ac_exeext
14833 if { (ac_try="$ac_link"
14834 case "(($ac_try" in
14835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14836 *) ac_try_echo=$ac_try;;
14837 esac
14838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14839 (eval "$ac_link") 2>conftest.er1
14840 ac_status=$?
14841 grep -v '^ *+' conftest.er1 >conftest.err
14842 rm -f conftest.er1
14843 cat conftest.err >&5
14844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14845 (exit $ac_status); } && {
14846 test -z "$ac_c_werror_flag" ||
14847 test ! -s conftest.err
14848 } && test -s conftest$ac_exeext &&
14849 $as_test_x conftest$ac_exeext; then
14850 eval "$as_ac_var=yes"
14851 else
14852 echo "$as_me: failed program was:" >&5
14853 sed 's/^/| /' conftest.$ac_ext >&5
14855 eval "$as_ac_var=no"
14858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14859 conftest$ac_exeext conftest.$ac_ext
14861 ac_res=`eval echo '${'$as_ac_var'}'`
14862 { echo "$as_me:$LINENO: result: $ac_res" >&5
14863 echo "${ECHO_T}$ac_res" >&6; }
14864 if test `eval echo '${'$as_ac_var'}'` = yes; then
14865 cat >>confdefs.h <<_ACEOF
14866 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14867 _ACEOF
14870 done
14872 LIBS="$ac_wine_check_funcs_save_LIBS"
14874 # Extract the first word of "esd-config", so it can be a program name with args.
14875 set dummy esd-config; ac_word=$2
14876 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14877 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14878 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14879 echo $ECHO_N "(cached) $ECHO_C" >&6
14880 else
14881 case $ESDCONFIG in
14882 [\\/]* | ?:[\\/]*)
14883 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14887 for as_dir in $PATH
14889 IFS=$as_save_IFS
14890 test -z "$as_dir" && as_dir=.
14891 for ac_exec_ext in '' $ac_executable_extensions; do
14892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14893 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14894 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14895 break 2
14897 done
14898 done
14899 IFS=$as_save_IFS
14902 esac
14904 ESDCONFIG=$ac_cv_path_ESDCONFIG
14905 if test -n "$ESDCONFIG"; then
14906 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14907 echo "${ECHO_T}$ESDCONFIG" >&6; }
14908 else
14909 { echo "$as_me:$LINENO: result: no" >&5
14910 echo "${ECHO_T}no" >&6; }
14914 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14915 then
14916 ac_esd_incl=""
14917 for i in `$ESDCONFIG --cflags`
14919 case "$i" in
14920 -I*) ac_esd_incl="$ac_esd_incl $i";;
14921 esac
14922 done
14923 ac_esd_libs=`$ESDCONFIG --libs`
14924 save_CFLAGS="$CFLAGS"
14925 CFLAGS="$CFLAGS $ac_esd_incl"
14926 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14927 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14928 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14929 echo $ECHO_N "(cached) $ECHO_C" >&6
14930 else
14931 ac_check_lib_save_LIBS=$LIBS
14932 LIBS="-lesd $ac_esd_libs $LIBS"
14933 cat >conftest.$ac_ext <<_ACEOF
14934 /* confdefs.h. */
14935 _ACEOF
14936 cat confdefs.h >>conftest.$ac_ext
14937 cat >>conftest.$ac_ext <<_ACEOF
14938 /* end confdefs.h. */
14940 /* Override any GCC internal prototype to avoid an error.
14941 Use char because int might match the return type of a GCC
14942 builtin and then its argument prototype would still apply. */
14943 #ifdef __cplusplus
14944 extern "C"
14945 #endif
14946 char esd_open_sound ();
14948 main ()
14950 return esd_open_sound ();
14952 return 0;
14954 _ACEOF
14955 rm -f conftest.$ac_objext conftest$ac_exeext
14956 if { (ac_try="$ac_link"
14957 case "(($ac_try" in
14958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14959 *) ac_try_echo=$ac_try;;
14960 esac
14961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14962 (eval "$ac_link") 2>conftest.er1
14963 ac_status=$?
14964 grep -v '^ *+' conftest.er1 >conftest.err
14965 rm -f conftest.er1
14966 cat conftest.err >&5
14967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14968 (exit $ac_status); } && {
14969 test -z "$ac_c_werror_flag" ||
14970 test ! -s conftest.err
14971 } && test -s conftest$ac_exeext &&
14972 $as_test_x conftest$ac_exeext; then
14973 ac_cv_lib_esd_esd_open_sound=yes
14974 else
14975 echo "$as_me: failed program was:" >&5
14976 sed 's/^/| /' conftest.$ac_ext >&5
14978 ac_cv_lib_esd_esd_open_sound=no
14981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14982 conftest$ac_exeext conftest.$ac_ext
14983 LIBS=$ac_check_lib_save_LIBS
14985 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14986 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14987 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14988 ESDINCL="$ac_esd_incl"
14990 ESDLIBS="$ac_esd_libs"
14993 cat >>confdefs.h <<\_ACEOF
14994 #define HAVE_ESD 1
14995 _ACEOF
14999 CFLAGS="$save_CFLAGS"
15002 if test "x$with_pulse" != "xno"; then
15003 if test "$PKG_CONFIG" != "false"; then
15004 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.7" >&5
15005 echo $ECHO_N "checking for pulseaudio >= 0.9.7... $ECHO_C" >&6; }
15006 if "$PKG_CONFIG" --atleast-version=0.9.7 libpulse; then
15007 have_pulseaudio="yes"
15008 else
15009 have_pulseaudio="no"
15011 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15012 echo "${ECHO_T}$have_pulseaudio" >&6; }
15013 if test x"$have_pulseaudio" = xyes; then
15014 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15016 cat >>confdefs.h <<\_ACEOF
15017 #define HAVE_PULSEAUDIO 1
15018 _ACEOF
15020 PULSELIBS="$ac_pulse_libs"
15026 ALSALIBS=""
15028 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15029 then
15030 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15031 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15032 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15033 echo $ECHO_N "(cached) $ECHO_C" >&6
15034 else
15035 ac_check_lib_save_LIBS=$LIBS
15036 LIBS="-lasound $LIBS"
15037 cat >conftest.$ac_ext <<_ACEOF
15038 /* confdefs.h. */
15039 _ACEOF
15040 cat confdefs.h >>conftest.$ac_ext
15041 cat >>conftest.$ac_ext <<_ACEOF
15042 /* end confdefs.h. */
15044 /* Override any GCC internal prototype to avoid an error.
15045 Use char because int might match the return type of a GCC
15046 builtin and then its argument prototype would still apply. */
15047 #ifdef __cplusplus
15048 extern "C"
15049 #endif
15050 char snd_pcm_hw_params_get_access ();
15052 main ()
15054 return snd_pcm_hw_params_get_access ();
15056 return 0;
15058 _ACEOF
15059 rm -f conftest.$ac_objext conftest$ac_exeext
15060 if { (ac_try="$ac_link"
15061 case "(($ac_try" in
15062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15063 *) ac_try_echo=$ac_try;;
15064 esac
15065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15066 (eval "$ac_link") 2>conftest.er1
15067 ac_status=$?
15068 grep -v '^ *+' conftest.er1 >conftest.err
15069 rm -f conftest.er1
15070 cat conftest.err >&5
15071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15072 (exit $ac_status); } && {
15073 test -z "$ac_c_werror_flag" ||
15074 test ! -s conftest.err
15075 } && test -s conftest$ac_exeext &&
15076 $as_test_x conftest$ac_exeext; then
15077 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15078 else
15079 echo "$as_me: failed program was:" >&5
15080 sed 's/^/| /' conftest.$ac_ext >&5
15082 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15086 conftest$ac_exeext conftest.$ac_ext
15087 LIBS=$ac_check_lib_save_LIBS
15089 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15090 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15091 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15092 cat >conftest.$ac_ext <<_ACEOF
15093 /* confdefs.h. */
15094 _ACEOF
15095 cat confdefs.h >>conftest.$ac_ext
15096 cat >>conftest.$ac_ext <<_ACEOF
15097 /* end confdefs.h. */
15098 #ifdef HAVE_ALSA_ASOUNDLIB_H
15099 #include <alsa/asoundlib.h>
15100 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15101 #include <sys/asoundlib.h>
15102 #endif
15104 main ()
15106 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15108 return 0;
15110 _ACEOF
15111 rm -f conftest.$ac_objext
15112 if { (ac_try="$ac_compile"
15113 case "(($ac_try" in
15114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15115 *) ac_try_echo=$ac_try;;
15116 esac
15117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15118 (eval "$ac_compile") 2>conftest.er1
15119 ac_status=$?
15120 grep -v '^ *+' conftest.er1 >conftest.err
15121 rm -f conftest.er1
15122 cat conftest.err >&5
15123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15124 (exit $ac_status); } && {
15125 test -z "$ac_c_werror_flag" ||
15126 test ! -s conftest.err
15127 } && test -s conftest.$ac_objext; then
15129 cat >>confdefs.h <<\_ACEOF
15130 #define HAVE_ALSA 1
15131 _ACEOF
15133 ALSALIBS="-lasound"
15134 else
15135 echo "$as_me: failed program was:" >&5
15136 sed 's/^/| /' conftest.$ac_ext >&5
15141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15146 AUDIOIOLIBS=""
15148 if test "$ac_cv_header_libaudioio_h" = "yes"
15149 then
15150 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15151 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15152 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15153 echo $ECHO_N "(cached) $ECHO_C" >&6
15154 else
15155 ac_check_lib_save_LIBS=$LIBS
15156 LIBS="-laudioio $LIBS"
15157 cat >conftest.$ac_ext <<_ACEOF
15158 /* confdefs.h. */
15159 _ACEOF
15160 cat confdefs.h >>conftest.$ac_ext
15161 cat >>conftest.$ac_ext <<_ACEOF
15162 /* end confdefs.h. */
15164 /* Override any GCC internal prototype to avoid an error.
15165 Use char because int might match the return type of a GCC
15166 builtin and then its argument prototype would still apply. */
15167 #ifdef __cplusplus
15168 extern "C"
15169 #endif
15170 char AudioIOGetVersion ();
15172 main ()
15174 return AudioIOGetVersion ();
15176 return 0;
15178 _ACEOF
15179 rm -f conftest.$ac_objext conftest$ac_exeext
15180 if { (ac_try="$ac_link"
15181 case "(($ac_try" in
15182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15183 *) ac_try_echo=$ac_try;;
15184 esac
15185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15186 (eval "$ac_link") 2>conftest.er1
15187 ac_status=$?
15188 grep -v '^ *+' conftest.er1 >conftest.err
15189 rm -f conftest.er1
15190 cat conftest.err >&5
15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); } && {
15193 test -z "$ac_c_werror_flag" ||
15194 test ! -s conftest.err
15195 } && test -s conftest$ac_exeext &&
15196 $as_test_x conftest$ac_exeext; then
15197 ac_cv_lib_audioio_AudioIOGetVersion=yes
15198 else
15199 echo "$as_me: failed program was:" >&5
15200 sed 's/^/| /' conftest.$ac_ext >&5
15202 ac_cv_lib_audioio_AudioIOGetVersion=no
15205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15206 conftest$ac_exeext conftest.$ac_ext
15207 LIBS=$ac_check_lib_save_LIBS
15209 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15210 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15211 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15212 AUDIOIOLIBS="-laudioio"
15214 cat >>confdefs.h <<\_ACEOF
15215 #define HAVE_LIBAUDIOIO 1
15216 _ACEOF
15223 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15224 then
15225 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15226 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15227 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15228 echo $ECHO_N "(cached) $ECHO_C" >&6
15229 else
15230 ac_check_soname_save_LIBS=$LIBS
15231 LIBS="-lcapi20 $LIBS"
15232 cat >conftest.$ac_ext <<_ACEOF
15233 /* confdefs.h. */
15234 _ACEOF
15235 cat confdefs.h >>conftest.$ac_ext
15236 cat >>conftest.$ac_ext <<_ACEOF
15237 /* end confdefs.h. */
15239 /* Override any GCC internal prototype to avoid an error.
15240 Use char because int might match the return type of a GCC
15241 builtin and then its argument prototype would still apply. */
15242 #ifdef __cplusplus
15243 extern "C"
15244 #endif
15245 char capi20_register ();
15247 main ()
15249 return capi20_register ();
15251 return 0;
15253 _ACEOF
15254 rm -f conftest.$ac_objext conftest$ac_exeext
15255 if { (ac_try="$ac_link"
15256 case "(($ac_try" in
15257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15258 *) ac_try_echo=$ac_try;;
15259 esac
15260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15261 (eval "$ac_link") 2>conftest.er1
15262 ac_status=$?
15263 grep -v '^ *+' conftest.er1 >conftest.err
15264 rm -f conftest.er1
15265 cat conftest.err >&5
15266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267 (exit $ac_status); } && {
15268 test -z "$ac_c_werror_flag" ||
15269 test ! -s conftest.err
15270 } && test -s conftest$ac_exeext &&
15271 $as_test_x conftest$ac_exeext; then
15272 case "$LIBEXT" in
15273 dll) ;;
15274 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'` ;;
15275 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15276 esac
15277 else
15278 echo "$as_me: failed program was:" >&5
15279 sed 's/^/| /' conftest.$ac_ext >&5
15284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15285 conftest$ac_exeext conftest.$ac_ext
15286 LIBS=$ac_check_soname_save_LIBS
15288 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15289 { echo "$as_me:$LINENO: result: not found" >&5
15290 echo "${ECHO_T}not found" >&6; }
15292 else
15293 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15294 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15296 cat >>confdefs.h <<_ACEOF
15297 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15298 _ACEOF
15304 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15305 case "x$with_capi" in
15306 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15307 xno) ;;
15308 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15309 This is an error since --with-capi was requested." >&5
15310 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15311 This is an error since --with-capi was requested." >&2;}
15312 { (exit 1); exit 1; }; } ;;
15313 esac
15317 CUPSINCL=""
15319 if test "x$with_cups" != "xno"
15320 then
15321 ac_save_CPPFLAGS="$CPPFLAGS"
15322 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15323 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15324 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15326 for ac_header in cups/cups.h
15328 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15330 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15331 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15332 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15333 echo $ECHO_N "(cached) $ECHO_C" >&6
15335 ac_res=`eval echo '${'$as_ac_Header'}'`
15336 { echo "$as_me:$LINENO: result: $ac_res" >&5
15337 echo "${ECHO_T}$ac_res" >&6; }
15338 else
15339 # Is the header compilable?
15340 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15341 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15342 cat >conftest.$ac_ext <<_ACEOF
15343 /* confdefs.h. */
15344 _ACEOF
15345 cat confdefs.h >>conftest.$ac_ext
15346 cat >>conftest.$ac_ext <<_ACEOF
15347 /* end confdefs.h. */
15348 $ac_includes_default
15349 #include <$ac_header>
15350 _ACEOF
15351 rm -f conftest.$ac_objext
15352 if { (ac_try="$ac_compile"
15353 case "(($ac_try" in
15354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15355 *) ac_try_echo=$ac_try;;
15356 esac
15357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15358 (eval "$ac_compile") 2>conftest.er1
15359 ac_status=$?
15360 grep -v '^ *+' conftest.er1 >conftest.err
15361 rm -f conftest.er1
15362 cat conftest.err >&5
15363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15364 (exit $ac_status); } && {
15365 test -z "$ac_c_werror_flag" ||
15366 test ! -s conftest.err
15367 } && test -s conftest.$ac_objext; then
15368 ac_header_compiler=yes
15369 else
15370 echo "$as_me: failed program was:" >&5
15371 sed 's/^/| /' conftest.$ac_ext >&5
15373 ac_header_compiler=no
15376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15377 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15378 echo "${ECHO_T}$ac_header_compiler" >&6; }
15380 # Is the header present?
15381 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15382 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15383 cat >conftest.$ac_ext <<_ACEOF
15384 /* confdefs.h. */
15385 _ACEOF
15386 cat confdefs.h >>conftest.$ac_ext
15387 cat >>conftest.$ac_ext <<_ACEOF
15388 /* end confdefs.h. */
15389 #include <$ac_header>
15390 _ACEOF
15391 if { (ac_try="$ac_cpp conftest.$ac_ext"
15392 case "(($ac_try" in
15393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15394 *) ac_try_echo=$ac_try;;
15395 esac
15396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15397 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15398 ac_status=$?
15399 grep -v '^ *+' conftest.er1 >conftest.err
15400 rm -f conftest.er1
15401 cat conftest.err >&5
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); } >/dev/null && {
15404 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15405 test ! -s conftest.err
15406 }; then
15407 ac_header_preproc=yes
15408 else
15409 echo "$as_me: failed program was:" >&5
15410 sed 's/^/| /' conftest.$ac_ext >&5
15412 ac_header_preproc=no
15415 rm -f conftest.err conftest.$ac_ext
15416 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15417 echo "${ECHO_T}$ac_header_preproc" >&6; }
15419 # So? What about this header?
15420 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15421 yes:no: )
15422 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15423 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15424 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15425 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15426 ac_header_preproc=yes
15428 no:yes:* )
15429 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15430 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15431 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15432 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15433 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15434 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15435 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15436 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15438 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15439 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15440 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15441 ( cat <<\_ASBOX
15442 ## ------------------------------------ ##
15443 ## Report this to wine-devel@winehq.org ##
15444 ## ------------------------------------ ##
15445 _ASBOX
15446 ) | sed "s/^/$as_me: WARNING: /" >&2
15448 esac
15449 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15450 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15452 echo $ECHO_N "(cached) $ECHO_C" >&6
15453 else
15454 eval "$as_ac_Header=\$ac_header_preproc"
15456 ac_res=`eval echo '${'$as_ac_Header'}'`
15457 { echo "$as_me:$LINENO: result: $ac_res" >&5
15458 echo "${ECHO_T}$ac_res" >&6; }
15461 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15462 cat >>confdefs.h <<_ACEOF
15463 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15464 _ACEOF
15465 { echo "$as_me:$LINENO: checking for -lcups" >&5
15466 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15467 if test "${ac_cv_lib_soname_cups+set}" = set; then
15468 echo $ECHO_N "(cached) $ECHO_C" >&6
15469 else
15470 ac_check_soname_save_LIBS=$LIBS
15471 LIBS="-lcups $ac_cups_libs $LIBS"
15472 cat >conftest.$ac_ext <<_ACEOF
15473 /* confdefs.h. */
15474 _ACEOF
15475 cat confdefs.h >>conftest.$ac_ext
15476 cat >>conftest.$ac_ext <<_ACEOF
15477 /* end confdefs.h. */
15479 /* Override any GCC internal prototype to avoid an error.
15480 Use char because int might match the return type of a GCC
15481 builtin and then its argument prototype would still apply. */
15482 #ifdef __cplusplus
15483 extern "C"
15484 #endif
15485 char cupsGetDefault ();
15487 main ()
15489 return cupsGetDefault ();
15491 return 0;
15493 _ACEOF
15494 rm -f conftest.$ac_objext conftest$ac_exeext
15495 if { (ac_try="$ac_link"
15496 case "(($ac_try" in
15497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15498 *) ac_try_echo=$ac_try;;
15499 esac
15500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15501 (eval "$ac_link") 2>conftest.er1
15502 ac_status=$?
15503 grep -v '^ *+' conftest.er1 >conftest.err
15504 rm -f conftest.er1
15505 cat conftest.err >&5
15506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15507 (exit $ac_status); } && {
15508 test -z "$ac_c_werror_flag" ||
15509 test ! -s conftest.err
15510 } && test -s conftest$ac_exeext &&
15511 $as_test_x conftest$ac_exeext; then
15512 case "$LIBEXT" in
15513 dll) ;;
15514 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'` ;;
15515 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15516 esac
15517 else
15518 echo "$as_me: failed program was:" >&5
15519 sed 's/^/| /' conftest.$ac_ext >&5
15524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15525 conftest$ac_exeext conftest.$ac_ext
15526 LIBS=$ac_check_soname_save_LIBS
15528 if test "x$ac_cv_lib_soname_cups" = "x"; then
15529 { echo "$as_me:$LINENO: result: not found" >&5
15530 echo "${ECHO_T}not found" >&6; }
15532 else
15533 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15534 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15536 cat >>confdefs.h <<_ACEOF
15537 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15538 _ACEOF
15540 CUPSINCL="$ac_cups_cflags"
15545 done
15547 CPPFLAGS="$ac_save_CPPFLAGS"
15549 if test "x$ac_cv_lib_soname_cups" = "x"; then
15550 case "x$with_cups" in
15551 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15552 xno) ;;
15553 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15554 This is an error since --with-cups was requested." >&5
15555 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15556 This is an error since --with-cups was requested." >&2;}
15557 { (exit 1); exit 1; }; } ;;
15558 esac
15562 if test "$ac_cv_header_jack_jack_h" = "yes"
15563 then
15564 { echo "$as_me:$LINENO: checking for -ljack" >&5
15565 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15566 if test "${ac_cv_lib_soname_jack+set}" = set; then
15567 echo $ECHO_N "(cached) $ECHO_C" >&6
15568 else
15569 ac_check_soname_save_LIBS=$LIBS
15570 LIBS="-ljack $LIBS"
15571 cat >conftest.$ac_ext <<_ACEOF
15572 /* confdefs.h. */
15573 _ACEOF
15574 cat confdefs.h >>conftest.$ac_ext
15575 cat >>conftest.$ac_ext <<_ACEOF
15576 /* end confdefs.h. */
15578 /* Override any GCC internal prototype to avoid an error.
15579 Use char because int might match the return type of a GCC
15580 builtin and then its argument prototype would still apply. */
15581 #ifdef __cplusplus
15582 extern "C"
15583 #endif
15584 char jack_client_new ();
15586 main ()
15588 return jack_client_new ();
15590 return 0;
15592 _ACEOF
15593 rm -f conftest.$ac_objext conftest$ac_exeext
15594 if { (ac_try="$ac_link"
15595 case "(($ac_try" in
15596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15597 *) ac_try_echo=$ac_try;;
15598 esac
15599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15600 (eval "$ac_link") 2>conftest.er1
15601 ac_status=$?
15602 grep -v '^ *+' conftest.er1 >conftest.err
15603 rm -f conftest.er1
15604 cat conftest.err >&5
15605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15606 (exit $ac_status); } && {
15607 test -z "$ac_c_werror_flag" ||
15608 test ! -s conftest.err
15609 } && test -s conftest$ac_exeext &&
15610 $as_test_x conftest$ac_exeext; then
15611 case "$LIBEXT" in
15612 dll) ;;
15613 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'` ;;
15614 *) 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'` ;;
15615 esac
15616 else
15617 echo "$as_me: failed program was:" >&5
15618 sed 's/^/| /' conftest.$ac_ext >&5
15623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15624 conftest$ac_exeext conftest.$ac_ext
15625 LIBS=$ac_check_soname_save_LIBS
15627 if test "x$ac_cv_lib_soname_jack" = "x"; then
15628 { echo "$as_me:$LINENO: result: not found" >&5
15629 echo "${ECHO_T}not found" >&6; }
15631 else
15632 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15633 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15635 cat >>confdefs.h <<_ACEOF
15636 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15637 _ACEOF
15644 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15645 then
15646 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15647 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15648 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15649 echo $ECHO_N "(cached) $ECHO_C" >&6
15650 else
15651 ac_check_soname_save_LIBS=$LIBS
15652 LIBS="-lfontconfig $LIBS"
15653 cat >conftest.$ac_ext <<_ACEOF
15654 /* confdefs.h. */
15655 _ACEOF
15656 cat confdefs.h >>conftest.$ac_ext
15657 cat >>conftest.$ac_ext <<_ACEOF
15658 /* end confdefs.h. */
15660 /* Override any GCC internal prototype to avoid an error.
15661 Use char because int might match the return type of a GCC
15662 builtin and then its argument prototype would still apply. */
15663 #ifdef __cplusplus
15664 extern "C"
15665 #endif
15666 char FcInit ();
15668 main ()
15670 return FcInit ();
15672 return 0;
15674 _ACEOF
15675 rm -f conftest.$ac_objext conftest$ac_exeext
15676 if { (ac_try="$ac_link"
15677 case "(($ac_try" in
15678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15679 *) ac_try_echo=$ac_try;;
15680 esac
15681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15682 (eval "$ac_link") 2>conftest.er1
15683 ac_status=$?
15684 grep -v '^ *+' conftest.er1 >conftest.err
15685 rm -f conftest.er1
15686 cat conftest.err >&5
15687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15688 (exit $ac_status); } && {
15689 test -z "$ac_c_werror_flag" ||
15690 test ! -s conftest.err
15691 } && test -s conftest$ac_exeext &&
15692 $as_test_x conftest$ac_exeext; then
15693 case "$LIBEXT" in
15694 dll) ;;
15695 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'` ;;
15696 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15697 esac
15698 else
15699 echo "$as_me: failed program was:" >&5
15700 sed 's/^/| /' conftest.$ac_ext >&5
15705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15706 conftest$ac_exeext conftest.$ac_ext
15707 LIBS=$ac_check_soname_save_LIBS
15709 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15710 { echo "$as_me:$LINENO: result: not found" >&5
15711 echo "${ECHO_T}not found" >&6; }
15713 else
15714 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15715 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15717 cat >>confdefs.h <<_ACEOF
15718 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15719 _ACEOF
15724 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15725 then
15726 ac_save_CPPFLAGS="$CPPFLAGS"
15727 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15728 $as_unset ac_cv_header_fontconfig_fontconfig_h
15730 for ac_header in fontconfig/fontconfig.h
15732 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15733 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15734 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15735 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15736 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15737 echo $ECHO_N "(cached) $ECHO_C" >&6
15739 ac_res=`eval echo '${'$as_ac_Header'}'`
15740 { echo "$as_me:$LINENO: result: $ac_res" >&5
15741 echo "${ECHO_T}$ac_res" >&6; }
15742 else
15743 # Is the header compilable?
15744 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15745 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15746 cat >conftest.$ac_ext <<_ACEOF
15747 /* confdefs.h. */
15748 _ACEOF
15749 cat confdefs.h >>conftest.$ac_ext
15750 cat >>conftest.$ac_ext <<_ACEOF
15751 /* end confdefs.h. */
15752 $ac_includes_default
15753 #include <$ac_header>
15754 _ACEOF
15755 rm -f conftest.$ac_objext
15756 if { (ac_try="$ac_compile"
15757 case "(($ac_try" in
15758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15759 *) ac_try_echo=$ac_try;;
15760 esac
15761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15762 (eval "$ac_compile") 2>conftest.er1
15763 ac_status=$?
15764 grep -v '^ *+' conftest.er1 >conftest.err
15765 rm -f conftest.er1
15766 cat conftest.err >&5
15767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15768 (exit $ac_status); } && {
15769 test -z "$ac_c_werror_flag" ||
15770 test ! -s conftest.err
15771 } && test -s conftest.$ac_objext; then
15772 ac_header_compiler=yes
15773 else
15774 echo "$as_me: failed program was:" >&5
15775 sed 's/^/| /' conftest.$ac_ext >&5
15777 ac_header_compiler=no
15780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15781 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15782 echo "${ECHO_T}$ac_header_compiler" >&6; }
15784 # Is the header present?
15785 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15786 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15787 cat >conftest.$ac_ext <<_ACEOF
15788 /* confdefs.h. */
15789 _ACEOF
15790 cat confdefs.h >>conftest.$ac_ext
15791 cat >>conftest.$ac_ext <<_ACEOF
15792 /* end confdefs.h. */
15793 #include <$ac_header>
15794 _ACEOF
15795 if { (ac_try="$ac_cpp conftest.$ac_ext"
15796 case "(($ac_try" in
15797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15798 *) ac_try_echo=$ac_try;;
15799 esac
15800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15801 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15802 ac_status=$?
15803 grep -v '^ *+' conftest.er1 >conftest.err
15804 rm -f conftest.er1
15805 cat conftest.err >&5
15806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15807 (exit $ac_status); } >/dev/null && {
15808 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15809 test ! -s conftest.err
15810 }; then
15811 ac_header_preproc=yes
15812 else
15813 echo "$as_me: failed program was:" >&5
15814 sed 's/^/| /' conftest.$ac_ext >&5
15816 ac_header_preproc=no
15819 rm -f conftest.err conftest.$ac_ext
15820 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15821 echo "${ECHO_T}$ac_header_preproc" >&6; }
15823 # So? What about this header?
15824 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15825 yes:no: )
15826 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15827 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15828 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15829 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15830 ac_header_preproc=yes
15832 no:yes:* )
15833 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15834 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15835 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15836 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15837 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15838 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15839 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15840 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15841 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15842 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15843 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15844 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15845 ( cat <<\_ASBOX
15846 ## ------------------------------------ ##
15847 ## Report this to wine-devel@winehq.org ##
15848 ## ------------------------------------ ##
15849 _ASBOX
15850 ) | sed "s/^/$as_me: WARNING: /" >&2
15852 esac
15853 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15854 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15855 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15856 echo $ECHO_N "(cached) $ECHO_C" >&6
15857 else
15858 eval "$as_ac_Header=\$ac_header_preproc"
15860 ac_res=`eval echo '${'$as_ac_Header'}'`
15861 { echo "$as_me:$LINENO: result: $ac_res" >&5
15862 echo "${ECHO_T}$ac_res" >&6; }
15865 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15866 cat >>confdefs.h <<_ACEOF
15867 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15868 _ACEOF
15872 done
15874 CPPFLAGS="$ac_save_CPPFLAGS"
15875 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15876 then
15877 FONTCONFIGINCL="$X_CFLAGS"
15879 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15880 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15881 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15882 echo $ECHO_N "(cached) $ECHO_C" >&6
15883 else
15884 ac_check_soname_save_LIBS=$LIBS
15885 LIBS="-lfontconfig $X_LIBS $LIBS"
15886 cat >conftest.$ac_ext <<_ACEOF
15887 /* confdefs.h. */
15888 _ACEOF
15889 cat confdefs.h >>conftest.$ac_ext
15890 cat >>conftest.$ac_ext <<_ACEOF
15891 /* end confdefs.h. */
15893 /* Override any GCC internal prototype to avoid an error.
15894 Use char because int might match the return type of a GCC
15895 builtin and then its argument prototype would still apply. */
15896 #ifdef __cplusplus
15897 extern "C"
15898 #endif
15899 char FcInit ();
15901 main ()
15903 return FcInit ();
15905 return 0;
15907 _ACEOF
15908 rm -f conftest.$ac_objext conftest$ac_exeext
15909 if { (ac_try="$ac_link"
15910 case "(($ac_try" in
15911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15912 *) ac_try_echo=$ac_try;;
15913 esac
15914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15915 (eval "$ac_link") 2>conftest.er1
15916 ac_status=$?
15917 grep -v '^ *+' conftest.er1 >conftest.err
15918 rm -f conftest.er1
15919 cat conftest.err >&5
15920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15921 (exit $ac_status); } && {
15922 test -z "$ac_c_werror_flag" ||
15923 test ! -s conftest.err
15924 } && test -s conftest$ac_exeext &&
15925 $as_test_x conftest$ac_exeext; then
15926 case "$LIBEXT" in
15927 dll) ;;
15928 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'` ;;
15929 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15930 esac
15931 else
15932 echo "$as_me: failed program was:" >&5
15933 sed 's/^/| /' conftest.$ac_ext >&5
15938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15939 conftest$ac_exeext conftest.$ac_ext
15940 LIBS=$ac_check_soname_save_LIBS
15942 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15943 { echo "$as_me:$LINENO: result: not found" >&5
15944 echo "${ECHO_T}not found" >&6; }
15946 else
15947 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15948 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15950 cat >>confdefs.h <<_ACEOF
15951 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15952 _ACEOF
15959 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15960 case "x$with_fontconfig" in
15961 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15962 xno) ;;
15963 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15964 This is an error since --with-fontconfig was requested." >&5
15965 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15966 This is an error since --with-fontconfig was requested." >&2;}
15967 { (exit 1); exit 1; }; } ;;
15968 esac
15972 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15973 then
15974 { echo "$as_me:$LINENO: checking for -lssl" >&5
15975 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15976 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15977 echo $ECHO_N "(cached) $ECHO_C" >&6
15978 else
15979 ac_check_soname_save_LIBS=$LIBS
15980 LIBS="-lssl $LIBS"
15981 cat >conftest.$ac_ext <<_ACEOF
15982 /* confdefs.h. */
15983 _ACEOF
15984 cat confdefs.h >>conftest.$ac_ext
15985 cat >>conftest.$ac_ext <<_ACEOF
15986 /* end confdefs.h. */
15988 /* Override any GCC internal prototype to avoid an error.
15989 Use char because int might match the return type of a GCC
15990 builtin and then its argument prototype would still apply. */
15991 #ifdef __cplusplus
15992 extern "C"
15993 #endif
15994 char SSL_library_init ();
15996 main ()
15998 return SSL_library_init ();
16000 return 0;
16002 _ACEOF
16003 rm -f conftest.$ac_objext conftest$ac_exeext
16004 if { (ac_try="$ac_link"
16005 case "(($ac_try" in
16006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16007 *) ac_try_echo=$ac_try;;
16008 esac
16009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16010 (eval "$ac_link") 2>conftest.er1
16011 ac_status=$?
16012 grep -v '^ *+' conftest.er1 >conftest.err
16013 rm -f conftest.er1
16014 cat conftest.err >&5
16015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16016 (exit $ac_status); } && {
16017 test -z "$ac_c_werror_flag" ||
16018 test ! -s conftest.err
16019 } && test -s conftest$ac_exeext &&
16020 $as_test_x conftest$ac_exeext; then
16021 case "$LIBEXT" in
16022 dll) ;;
16023 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'` ;;
16024 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16025 esac
16026 else
16027 echo "$as_me: failed program was:" >&5
16028 sed 's/^/| /' conftest.$ac_ext >&5
16033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16034 conftest$ac_exeext conftest.$ac_ext
16035 LIBS=$ac_check_soname_save_LIBS
16037 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16038 { echo "$as_me:$LINENO: result: not found" >&5
16039 echo "${ECHO_T}not found" >&6; }
16041 else
16042 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16043 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16045 cat >>confdefs.h <<_ACEOF
16046 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16047 _ACEOF
16052 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16053 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16054 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16055 echo $ECHO_N "(cached) $ECHO_C" >&6
16056 else
16057 ac_check_soname_save_LIBS=$LIBS
16058 LIBS="-lcrypto $LIBS"
16059 cat >conftest.$ac_ext <<_ACEOF
16060 /* confdefs.h. */
16061 _ACEOF
16062 cat confdefs.h >>conftest.$ac_ext
16063 cat >>conftest.$ac_ext <<_ACEOF
16064 /* end confdefs.h. */
16066 /* Override any GCC internal prototype to avoid an error.
16067 Use char because int might match the return type of a GCC
16068 builtin and then its argument prototype would still apply. */
16069 #ifdef __cplusplus
16070 extern "C"
16071 #endif
16072 char BIO_new_socket ();
16074 main ()
16076 return BIO_new_socket ();
16078 return 0;
16080 _ACEOF
16081 rm -f conftest.$ac_objext conftest$ac_exeext
16082 if { (ac_try="$ac_link"
16083 case "(($ac_try" in
16084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16085 *) ac_try_echo=$ac_try;;
16086 esac
16087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16088 (eval "$ac_link") 2>conftest.er1
16089 ac_status=$?
16090 grep -v '^ *+' conftest.er1 >conftest.err
16091 rm -f conftest.er1
16092 cat conftest.err >&5
16093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16094 (exit $ac_status); } && {
16095 test -z "$ac_c_werror_flag" ||
16096 test ! -s conftest.err
16097 } && test -s conftest$ac_exeext &&
16098 $as_test_x conftest$ac_exeext; then
16099 case "$LIBEXT" in
16100 dll) ;;
16101 dylib) ac_cv_lib_soname_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'` ;;
16102 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16103 esac
16104 else
16105 echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16112 conftest$ac_exeext conftest.$ac_ext
16113 LIBS=$ac_check_soname_save_LIBS
16115 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16116 { echo "$as_me:$LINENO: result: not found" >&5
16117 echo "${ECHO_T}not found" >&6; }
16119 else
16120 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16121 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16123 cat >>confdefs.h <<_ACEOF
16124 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16125 _ACEOF
16131 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16132 case "x$with_openssl" in
16133 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16134 xno) ;;
16135 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16136 This is an error since --with-openssl was requested." >&5
16137 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16138 This is an error since --with-openssl was requested." >&2;}
16139 { (exit 1); exit 1; }; } ;;
16140 esac
16144 if test "$ac_cv_header_jpeglib_h" = "yes"
16145 then
16146 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16147 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16148 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16149 echo $ECHO_N "(cached) $ECHO_C" >&6
16150 else
16151 ac_check_soname_save_LIBS=$LIBS
16152 LIBS="-ljpeg $LIBS"
16153 cat >conftest.$ac_ext <<_ACEOF
16154 /* confdefs.h. */
16155 _ACEOF
16156 cat confdefs.h >>conftest.$ac_ext
16157 cat >>conftest.$ac_ext <<_ACEOF
16158 /* end confdefs.h. */
16160 /* Override any GCC internal prototype to avoid an error.
16161 Use char because int might match the return type of a GCC
16162 builtin and then its argument prototype would still apply. */
16163 #ifdef __cplusplus
16164 extern "C"
16165 #endif
16166 char jpeg_start_decompress ();
16168 main ()
16170 return jpeg_start_decompress ();
16172 return 0;
16174 _ACEOF
16175 rm -f conftest.$ac_objext conftest$ac_exeext
16176 if { (ac_try="$ac_link"
16177 case "(($ac_try" in
16178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16179 *) ac_try_echo=$ac_try;;
16180 esac
16181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16182 (eval "$ac_link") 2>conftest.er1
16183 ac_status=$?
16184 grep -v '^ *+' conftest.er1 >conftest.err
16185 rm -f conftest.er1
16186 cat conftest.err >&5
16187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16188 (exit $ac_status); } && {
16189 test -z "$ac_c_werror_flag" ||
16190 test ! -s conftest.err
16191 } && test -s conftest$ac_exeext &&
16192 $as_test_x conftest$ac_exeext; then
16193 case "$LIBEXT" in
16194 dll) ;;
16195 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'` ;;
16196 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16197 esac
16198 else
16199 echo "$as_me: failed program was:" >&5
16200 sed 's/^/| /' conftest.$ac_ext >&5
16205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16206 conftest$ac_exeext conftest.$ac_ext
16207 LIBS=$ac_check_soname_save_LIBS
16209 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16210 { echo "$as_me:$LINENO: result: not found" >&5
16211 echo "${ECHO_T}not found" >&6; }
16213 else
16214 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16215 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16217 cat >>confdefs.h <<_ACEOF
16218 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16219 _ACEOF
16225 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16226 case "x$with_jpeg" in
16227 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16228 xno) ;;
16229 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16230 This is an error since --with-jpeg was requested." >&5
16231 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16232 This is an error since --with-jpeg was requested." >&2;}
16233 { (exit 1); exit 1; }; } ;;
16234 esac
16238 if test "$ac_cv_header_png_h" = "yes"
16239 then
16240 { echo "$as_me:$LINENO: checking for -lpng" >&5
16241 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16242 if test "${ac_cv_lib_soname_png+set}" = set; then
16243 echo $ECHO_N "(cached) $ECHO_C" >&6
16244 else
16245 ac_check_soname_save_LIBS=$LIBS
16246 LIBS="-lpng -lm $LIBS"
16247 cat >conftest.$ac_ext <<_ACEOF
16248 /* confdefs.h. */
16249 _ACEOF
16250 cat confdefs.h >>conftest.$ac_ext
16251 cat >>conftest.$ac_ext <<_ACEOF
16252 /* end confdefs.h. */
16254 /* Override any GCC internal prototype to avoid an error.
16255 Use char because int might match the return type of a GCC
16256 builtin and then its argument prototype would still apply. */
16257 #ifdef __cplusplus
16258 extern "C"
16259 #endif
16260 char png_create_read_struct ();
16262 main ()
16264 return png_create_read_struct ();
16266 return 0;
16268 _ACEOF
16269 rm -f conftest.$ac_objext conftest$ac_exeext
16270 if { (ac_try="$ac_link"
16271 case "(($ac_try" in
16272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16273 *) ac_try_echo=$ac_try;;
16274 esac
16275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16276 (eval "$ac_link") 2>conftest.er1
16277 ac_status=$?
16278 grep -v '^ *+' conftest.er1 >conftest.err
16279 rm -f conftest.er1
16280 cat conftest.err >&5
16281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16282 (exit $ac_status); } && {
16283 test -z "$ac_c_werror_flag" ||
16284 test ! -s conftest.err
16285 } && test -s conftest$ac_exeext &&
16286 $as_test_x conftest$ac_exeext; then
16287 case "$LIBEXT" in
16288 dll) ;;
16289 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'` ;;
16290 *) 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'` ;;
16291 esac
16292 else
16293 echo "$as_me: failed program was:" >&5
16294 sed 's/^/| /' conftest.$ac_ext >&5
16299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16300 conftest$ac_exeext conftest.$ac_ext
16301 LIBS=$ac_check_soname_save_LIBS
16303 if test "x$ac_cv_lib_soname_png" = "x"; then
16304 { echo "$as_me:$LINENO: result: not found" >&5
16305 echo "${ECHO_T}not found" >&6; }
16307 else
16308 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16309 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16311 cat >>confdefs.h <<_ACEOF
16312 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16313 _ACEOF
16319 if test "x$ac_cv_lib_soname_png" = "x"; then
16320 case "x$with_png" in
16321 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16322 xno) ;;
16323 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16324 This is an error since --with-png was requested." >&5
16325 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16326 This is an error since --with-png was requested." >&2;}
16327 { (exit 1); exit 1; }; } ;;
16328 esac
16332 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16333 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16334 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16335 echo $ECHO_N "(cached) $ECHO_C" >&6
16336 else
16337 ac_check_soname_save_LIBS=$LIBS
16338 LIBS="-lodbc $LIBS"
16339 cat >conftest.$ac_ext <<_ACEOF
16340 /* confdefs.h. */
16341 _ACEOF
16342 cat confdefs.h >>conftest.$ac_ext
16343 cat >>conftest.$ac_ext <<_ACEOF
16344 /* end confdefs.h. */
16346 /* Override any GCC internal prototype to avoid an error.
16347 Use char because int might match the return type of a GCC
16348 builtin and then its argument prototype would still apply. */
16349 #ifdef __cplusplus
16350 extern "C"
16351 #endif
16352 char SQLConnect ();
16354 main ()
16356 return SQLConnect ();
16358 return 0;
16360 _ACEOF
16361 rm -f conftest.$ac_objext conftest$ac_exeext
16362 if { (ac_try="$ac_link"
16363 case "(($ac_try" in
16364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16365 *) ac_try_echo=$ac_try;;
16366 esac
16367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16368 (eval "$ac_link") 2>conftest.er1
16369 ac_status=$?
16370 grep -v '^ *+' conftest.er1 >conftest.err
16371 rm -f conftest.er1
16372 cat conftest.err >&5
16373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16374 (exit $ac_status); } && {
16375 test -z "$ac_c_werror_flag" ||
16376 test ! -s conftest.err
16377 } && test -s conftest$ac_exeext &&
16378 $as_test_x conftest$ac_exeext; then
16379 case "$LIBEXT" in
16380 dll) ;;
16381 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'` ;;
16382 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16383 esac
16384 else
16385 echo "$as_me: failed program was:" >&5
16386 sed 's/^/| /' conftest.$ac_ext >&5
16391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16392 conftest$ac_exeext conftest.$ac_ext
16393 LIBS=$ac_check_soname_save_LIBS
16395 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16396 { echo "$as_me:$LINENO: result: not found" >&5
16397 echo "${ECHO_T}not found" >&6; }
16398 cat >>confdefs.h <<_ACEOF
16399 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16400 _ACEOF
16402 else
16403 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16404 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16406 cat >>confdefs.h <<_ACEOF
16407 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16408 _ACEOF
16414 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16415 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16416 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16417 "$ac_cv_header_soundcard_h" != "yes" -a \
16418 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16419 then
16420 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16424 EXTRACFLAGS=""
16426 if test "x${GCC}" = "xyes"
16427 then
16428 EXTRACFLAGS="-Wall -pipe"
16430 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16431 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16432 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16433 echo $ECHO_N "(cached) $ECHO_C" >&6
16434 else
16435 if test "$cross_compiling" = yes; then
16436 ac_cv_c_gcc_strength_bug="yes"
16437 else
16438 cat >conftest.$ac_ext <<_ACEOF
16439 /* confdefs.h. */
16440 _ACEOF
16441 cat confdefs.h >>conftest.$ac_ext
16442 cat >>conftest.$ac_ext <<_ACEOF
16443 /* end confdefs.h. */
16444 int L[4] = {0,1,2,3};
16446 main ()
16448 static int Array[3];
16449 unsigned int B = 3;
16450 int i;
16451 for(i=0; i<B; i++) Array[i] = i - 3;
16452 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16453 L[i] = 4;
16454 exit( Array[1] != -2 || L[2] != 3)
16456 return 0;
16458 _ACEOF
16459 rm -f conftest$ac_exeext
16460 if { (ac_try="$ac_link"
16461 case "(($ac_try" in
16462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16463 *) ac_try_echo=$ac_try;;
16464 esac
16465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16466 (eval "$ac_link") 2>&5
16467 ac_status=$?
16468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16469 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16470 { (case "(($ac_try" in
16471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16472 *) ac_try_echo=$ac_try;;
16473 esac
16474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16475 (eval "$ac_try") 2>&5
16476 ac_status=$?
16477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16478 (exit $ac_status); }; }; then
16479 ac_cv_c_gcc_strength_bug="no"
16480 else
16481 echo "$as_me: program exited with status $ac_status" >&5
16482 echo "$as_me: failed program was:" >&5
16483 sed 's/^/| /' conftest.$ac_ext >&5
16485 ( exit $ac_status )
16486 ac_cv_c_gcc_strength_bug="yes"
16488 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16493 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16494 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16495 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16496 then
16497 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16501 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16502 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16503 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16504 echo $ECHO_N "(cached) $ECHO_C" >&6
16505 else
16506 ac_wine_try_cflags_saved=$CFLAGS
16507 CFLAGS="$CFLAGS -fshort-wchar"
16508 cat >conftest.$ac_ext <<_ACEOF
16509 /* confdefs.h. */
16510 _ACEOF
16511 cat confdefs.h >>conftest.$ac_ext
16512 cat >>conftest.$ac_ext <<_ACEOF
16513 /* end confdefs.h. */
16516 main ()
16520 return 0;
16522 _ACEOF
16523 rm -f conftest.$ac_objext conftest$ac_exeext
16524 if { (ac_try="$ac_link"
16525 case "(($ac_try" in
16526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16527 *) ac_try_echo=$ac_try;;
16528 esac
16529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16530 (eval "$ac_link") 2>conftest.er1
16531 ac_status=$?
16532 grep -v '^ *+' conftest.er1 >conftest.err
16533 rm -f conftest.er1
16534 cat conftest.err >&5
16535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16536 (exit $ac_status); } && {
16537 test -z "$ac_c_werror_flag" ||
16538 test ! -s conftest.err
16539 } && test -s conftest$ac_exeext &&
16540 $as_test_x conftest$ac_exeext; then
16541 ac_cv_cflags__fshort_wchar=yes
16542 else
16543 echo "$as_me: failed program was:" >&5
16544 sed 's/^/| /' conftest.$ac_ext >&5
16546 ac_cv_cflags__fshort_wchar=no
16549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16550 conftest$ac_exeext conftest.$ac_ext
16551 CFLAGS=$ac_wine_try_cflags_saved
16553 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16554 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16555 if test $ac_cv_cflags__fshort_wchar = yes; then
16557 cat >>confdefs.h <<\_ACEOF
16558 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16559 _ACEOF
16563 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16564 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16565 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16566 echo $ECHO_N "(cached) $ECHO_C" >&6
16567 else
16568 ac_wine_try_cflags_saved=$CFLAGS
16569 CFLAGS="$CFLAGS -fno-builtin"
16570 cat >conftest.$ac_ext <<_ACEOF
16571 /* confdefs.h. */
16572 _ACEOF
16573 cat confdefs.h >>conftest.$ac_ext
16574 cat >>conftest.$ac_ext <<_ACEOF
16575 /* end confdefs.h. */
16578 main ()
16582 return 0;
16584 _ACEOF
16585 rm -f conftest.$ac_objext conftest$ac_exeext
16586 if { (ac_try="$ac_link"
16587 case "(($ac_try" in
16588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16589 *) ac_try_echo=$ac_try;;
16590 esac
16591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16592 (eval "$ac_link") 2>conftest.er1
16593 ac_status=$?
16594 grep -v '^ *+' conftest.er1 >conftest.err
16595 rm -f conftest.er1
16596 cat conftest.err >&5
16597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598 (exit $ac_status); } && {
16599 test -z "$ac_c_werror_flag" ||
16600 test ! -s conftest.err
16601 } && test -s conftest$ac_exeext &&
16602 $as_test_x conftest$ac_exeext; then
16603 ac_cv_cflags__fno_builtin=yes
16604 else
16605 echo "$as_me: failed program was:" >&5
16606 sed 's/^/| /' conftest.$ac_ext >&5
16608 ac_cv_cflags__fno_builtin=no
16611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16612 conftest$ac_exeext conftest.$ac_ext
16613 CFLAGS=$ac_wine_try_cflags_saved
16615 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16616 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16617 if test $ac_cv_cflags__fno_builtin = yes; then
16618 BUILTINFLAG="-fno-builtin"
16622 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16623 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16624 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16625 echo $ECHO_N "(cached) $ECHO_C" >&6
16626 else
16627 ac_wine_try_cflags_saved=$CFLAGS
16628 CFLAGS="$CFLAGS -fno-strict-aliasing"
16629 cat >conftest.$ac_ext <<_ACEOF
16630 /* confdefs.h. */
16631 _ACEOF
16632 cat confdefs.h >>conftest.$ac_ext
16633 cat >>conftest.$ac_ext <<_ACEOF
16634 /* end confdefs.h. */
16637 main ()
16641 return 0;
16643 _ACEOF
16644 rm -f conftest.$ac_objext conftest$ac_exeext
16645 if { (ac_try="$ac_link"
16646 case "(($ac_try" in
16647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16648 *) ac_try_echo=$ac_try;;
16649 esac
16650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16651 (eval "$ac_link") 2>conftest.er1
16652 ac_status=$?
16653 grep -v '^ *+' conftest.er1 >conftest.err
16654 rm -f conftest.er1
16655 cat conftest.err >&5
16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); } && {
16658 test -z "$ac_c_werror_flag" ||
16659 test ! -s conftest.err
16660 } && test -s conftest$ac_exeext &&
16661 $as_test_x conftest$ac_exeext; then
16662 ac_cv_cflags__fno_strict_aliasing=yes
16663 else
16664 echo "$as_me: failed program was:" >&5
16665 sed 's/^/| /' conftest.$ac_ext >&5
16667 ac_cv_cflags__fno_strict_aliasing=no
16670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16671 conftest$ac_exeext conftest.$ac_ext
16672 CFLAGS=$ac_wine_try_cflags_saved
16674 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16675 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16676 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16677 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16680 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16681 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16682 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16683 echo $ECHO_N "(cached) $ECHO_C" >&6
16684 else
16685 ac_wine_try_cflags_saved=$CFLAGS
16686 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16687 cat >conftest.$ac_ext <<_ACEOF
16688 /* confdefs.h. */
16689 _ACEOF
16690 cat confdefs.h >>conftest.$ac_ext
16691 cat >>conftest.$ac_ext <<_ACEOF
16692 /* end confdefs.h. */
16695 main ()
16699 return 0;
16701 _ACEOF
16702 rm -f conftest.$ac_objext conftest$ac_exeext
16703 if { (ac_try="$ac_link"
16704 case "(($ac_try" in
16705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16706 *) ac_try_echo=$ac_try;;
16707 esac
16708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16709 (eval "$ac_link") 2>conftest.er1
16710 ac_status=$?
16711 grep -v '^ *+' conftest.er1 >conftest.err
16712 rm -f conftest.er1
16713 cat conftest.err >&5
16714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16715 (exit $ac_status); } && {
16716 test -z "$ac_c_werror_flag" ||
16717 test ! -s conftest.err
16718 } && test -s conftest$ac_exeext &&
16719 $as_test_x conftest$ac_exeext; then
16720 ac_cv_cflags__Wdeclaration_after_statement=yes
16721 else
16722 echo "$as_me: failed program was:" >&5
16723 sed 's/^/| /' conftest.$ac_ext >&5
16725 ac_cv_cflags__Wdeclaration_after_statement=no
16728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16729 conftest$ac_exeext conftest.$ac_ext
16730 CFLAGS=$ac_wine_try_cflags_saved
16732 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16733 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16734 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16735 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16738 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16739 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16740 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16741 echo $ECHO_N "(cached) $ECHO_C" >&6
16742 else
16743 ac_wine_try_cflags_saved=$CFLAGS
16744 CFLAGS="$CFLAGS -Wwrite-strings"
16745 cat >conftest.$ac_ext <<_ACEOF
16746 /* confdefs.h. */
16747 _ACEOF
16748 cat confdefs.h >>conftest.$ac_ext
16749 cat >>conftest.$ac_ext <<_ACEOF
16750 /* end confdefs.h. */
16753 main ()
16757 return 0;
16759 _ACEOF
16760 rm -f conftest.$ac_objext conftest$ac_exeext
16761 if { (ac_try="$ac_link"
16762 case "(($ac_try" in
16763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16764 *) ac_try_echo=$ac_try;;
16765 esac
16766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16767 (eval "$ac_link") 2>conftest.er1
16768 ac_status=$?
16769 grep -v '^ *+' conftest.er1 >conftest.err
16770 rm -f conftest.er1
16771 cat conftest.err >&5
16772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16773 (exit $ac_status); } && {
16774 test -z "$ac_c_werror_flag" ||
16775 test ! -s conftest.err
16776 } && test -s conftest$ac_exeext &&
16777 $as_test_x conftest$ac_exeext; then
16778 ac_cv_cflags__Wwrite_strings=yes
16779 else
16780 echo "$as_me: failed program was:" >&5
16781 sed 's/^/| /' conftest.$ac_ext >&5
16783 ac_cv_cflags__Wwrite_strings=no
16786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16787 conftest$ac_exeext conftest.$ac_ext
16788 CFLAGS=$ac_wine_try_cflags_saved
16790 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16791 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16792 if test $ac_cv_cflags__Wwrite_strings = yes; then
16793 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16796 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16797 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16798 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16799 echo $ECHO_N "(cached) $ECHO_C" >&6
16800 else
16801 ac_wine_try_cflags_saved=$CFLAGS
16802 CFLAGS="$CFLAGS -Wtype-limits"
16803 cat >conftest.$ac_ext <<_ACEOF
16804 /* confdefs.h. */
16805 _ACEOF
16806 cat confdefs.h >>conftest.$ac_ext
16807 cat >>conftest.$ac_ext <<_ACEOF
16808 /* end confdefs.h. */
16811 main ()
16815 return 0;
16817 _ACEOF
16818 rm -f conftest.$ac_objext conftest$ac_exeext
16819 if { (ac_try="$ac_link"
16820 case "(($ac_try" in
16821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16822 *) ac_try_echo=$ac_try;;
16823 esac
16824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16825 (eval "$ac_link") 2>conftest.er1
16826 ac_status=$?
16827 grep -v '^ *+' conftest.er1 >conftest.err
16828 rm -f conftest.er1
16829 cat conftest.err >&5
16830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831 (exit $ac_status); } && {
16832 test -z "$ac_c_werror_flag" ||
16833 test ! -s conftest.err
16834 } && test -s conftest$ac_exeext &&
16835 $as_test_x conftest$ac_exeext; then
16836 ac_cv_cflags__Wtype_limits=yes
16837 else
16838 echo "$as_me: failed program was:" >&5
16839 sed 's/^/| /' conftest.$ac_ext >&5
16841 ac_cv_cflags__Wtype_limits=no
16844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16845 conftest$ac_exeext conftest.$ac_ext
16846 CFLAGS=$ac_wine_try_cflags_saved
16848 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16849 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16850 if test $ac_cv_cflags__Wtype_limits = yes; then
16851 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16855 saved_CFLAGS="$CFLAGS"
16856 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16857 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16858 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16859 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16860 echo $ECHO_N "(cached) $ECHO_C" >&6
16861 else
16862 cat >conftest.$ac_ext <<_ACEOF
16863 /* confdefs.h. */
16864 _ACEOF
16865 cat confdefs.h >>conftest.$ac_ext
16866 cat >>conftest.$ac_ext <<_ACEOF
16867 /* end confdefs.h. */
16868 #include <string.h>
16870 main ()
16874 return 0;
16876 _ACEOF
16877 rm -f conftest.$ac_objext
16878 if { (ac_try="$ac_compile"
16879 case "(($ac_try" in
16880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16881 *) ac_try_echo=$ac_try;;
16882 esac
16883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16884 (eval "$ac_compile") 2>conftest.er1
16885 ac_status=$?
16886 grep -v '^ *+' conftest.er1 >conftest.err
16887 rm -f conftest.er1
16888 cat conftest.err >&5
16889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16890 (exit $ac_status); } && {
16891 test -z "$ac_c_werror_flag" ||
16892 test ! -s conftest.err
16893 } && test -s conftest.$ac_objext; then
16894 ac_cv_c_string_h_warnings=no
16895 else
16896 echo "$as_me: failed program was:" >&5
16897 sed 's/^/| /' conftest.$ac_ext >&5
16899 ac_cv_c_string_h_warnings=yes
16902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16904 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16905 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16906 CFLAGS="$saved_CFLAGS"
16907 if test "$ac_cv_c_string_h_warnings" = "no"
16908 then
16909 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16914 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16915 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16916 if test "${ac_cv_asm_func_def+set}" = set; then
16917 echo $ECHO_N "(cached) $ECHO_C" >&6
16918 else
16919 cat >conftest.$ac_ext <<_ACEOF
16920 /* confdefs.h. */
16921 _ACEOF
16922 cat confdefs.h >>conftest.$ac_ext
16923 cat >>conftest.$ac_ext <<_ACEOF
16924 /* end confdefs.h. */
16927 main ()
16929 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16931 return 0;
16933 _ACEOF
16934 rm -f conftest.$ac_objext conftest$ac_exeext
16935 if { (ac_try="$ac_link"
16936 case "(($ac_try" in
16937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16938 *) ac_try_echo=$ac_try;;
16939 esac
16940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16941 (eval "$ac_link") 2>conftest.er1
16942 ac_status=$?
16943 grep -v '^ *+' conftest.er1 >conftest.err
16944 rm -f conftest.er1
16945 cat conftest.err >&5
16946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16947 (exit $ac_status); } && {
16948 test -z "$ac_c_werror_flag" ||
16949 test ! -s conftest.err
16950 } && test -s conftest$ac_exeext &&
16951 $as_test_x conftest$ac_exeext; then
16952 ac_cv_asm_func_def=".def"
16953 else
16954 echo "$as_me: failed program was:" >&5
16955 sed 's/^/| /' conftest.$ac_ext >&5
16957 cat >conftest.$ac_ext <<_ACEOF
16958 /* confdefs.h. */
16959 _ACEOF
16960 cat confdefs.h >>conftest.$ac_ext
16961 cat >>conftest.$ac_ext <<_ACEOF
16962 /* end confdefs.h. */
16965 main ()
16967 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16969 return 0;
16971 _ACEOF
16972 rm -f conftest.$ac_objext conftest$ac_exeext
16973 if { (ac_try="$ac_link"
16974 case "(($ac_try" in
16975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16976 *) ac_try_echo=$ac_try;;
16977 esac
16978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16979 (eval "$ac_link") 2>conftest.er1
16980 ac_status=$?
16981 grep -v '^ *+' conftest.er1 >conftest.err
16982 rm -f conftest.er1
16983 cat conftest.err >&5
16984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16985 (exit $ac_status); } && {
16986 test -z "$ac_c_werror_flag" ||
16987 test ! -s conftest.err
16988 } && test -s conftest$ac_exeext &&
16989 $as_test_x conftest$ac_exeext; then
16990 ac_cv_asm_func_def=".type @function"
16991 else
16992 echo "$as_me: failed program was:" >&5
16993 sed 's/^/| /' conftest.$ac_ext >&5
16995 cat >conftest.$ac_ext <<_ACEOF
16996 /* confdefs.h. */
16997 _ACEOF
16998 cat confdefs.h >>conftest.$ac_ext
16999 cat >>conftest.$ac_ext <<_ACEOF
17000 /* end confdefs.h. */
17003 main ()
17005 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17007 return 0;
17009 _ACEOF
17010 rm -f conftest.$ac_objext conftest$ac_exeext
17011 if { (ac_try="$ac_link"
17012 case "(($ac_try" in
17013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17014 *) ac_try_echo=$ac_try;;
17015 esac
17016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17017 (eval "$ac_link") 2>conftest.er1
17018 ac_status=$?
17019 grep -v '^ *+' conftest.er1 >conftest.err
17020 rm -f conftest.er1
17021 cat conftest.err >&5
17022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023 (exit $ac_status); } && {
17024 test -z "$ac_c_werror_flag" ||
17025 test ! -s conftest.err
17026 } && test -s conftest$ac_exeext &&
17027 $as_test_x conftest$ac_exeext; then
17028 ac_cv_asm_func_def=".type 2"
17029 else
17030 echo "$as_me: failed program was:" >&5
17031 sed 's/^/| /' conftest.$ac_ext >&5
17033 ac_cv_asm_func_def="unknown"
17036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17037 conftest$ac_exeext conftest.$ac_ext
17040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17041 conftest$ac_exeext conftest.$ac_ext
17044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17045 conftest$ac_exeext conftest.$ac_ext
17047 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17048 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17052 case "$ac_cv_asm_func_def" in
17053 ".def")
17054 cat >>confdefs.h <<\_ACEOF
17055 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17056 _ACEOF
17058 ".type @function")
17059 cat >>confdefs.h <<\_ACEOF
17060 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17061 _ACEOF
17063 ".type 2")
17064 cat >>confdefs.h <<\_ACEOF
17065 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17066 _ACEOF
17069 cat >>confdefs.h <<\_ACEOF
17070 #define __ASM_FUNC(name) ""
17071 _ACEOF
17073 esac
17076 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17077 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17078 if test "${ac_cv_c_extern_prefix+set}" = set; then
17079 echo $ECHO_N "(cached) $ECHO_C" >&6
17080 else
17081 cat >conftest.$ac_ext <<_ACEOF
17082 /* confdefs.h. */
17083 _ACEOF
17084 cat confdefs.h >>conftest.$ac_ext
17085 cat >>conftest.$ac_ext <<_ACEOF
17086 /* end confdefs.h. */
17087 extern int ac_test;
17089 main ()
17091 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17093 return 0;
17095 _ACEOF
17096 rm -f conftest.$ac_objext conftest$ac_exeext
17097 if { (ac_try="$ac_link"
17098 case "(($ac_try" in
17099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17100 *) ac_try_echo=$ac_try;;
17101 esac
17102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17103 (eval "$ac_link") 2>conftest.er1
17104 ac_status=$?
17105 grep -v '^ *+' conftest.er1 >conftest.err
17106 rm -f conftest.er1
17107 cat conftest.err >&5
17108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17109 (exit $ac_status); } && {
17110 test -z "$ac_c_werror_flag" ||
17111 test ! -s conftest.err
17112 } && test -s conftest$ac_exeext &&
17113 $as_test_x conftest$ac_exeext; then
17114 ac_cv_c_extern_prefix="yes"
17115 else
17116 echo "$as_me: failed program was:" >&5
17117 sed 's/^/| /' conftest.$ac_ext >&5
17119 ac_cv_c_extern_prefix="no"
17122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17123 conftest$ac_exeext conftest.$ac_ext
17125 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17126 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17130 if test "$ac_cv_c_extern_prefix" = "yes"
17131 then
17132 cat >>confdefs.h <<\_ACEOF
17133 #define __ASM_NAME(name) "_" name
17134 _ACEOF
17136 else
17137 cat >>confdefs.h <<\_ACEOF
17138 #define __ASM_NAME(name) name
17139 _ACEOF
17144 LDPATH=""
17146 case $build_os in
17147 cygwin*|mingw32*)
17148 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17150 darwin*|macosx*)
17152 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17153 then
17154 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17158 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17160 esac
17162 case $host_os in
17163 mingw32*)
17164 CRTLIBS="-lmsvcrt"
17166 SOCKETLIBS="-lws2_32"
17169 esac
17171 MAIN_BINARY="wine-pthread"
17172 case $host_cpu in
17173 *i[3456789]86*)
17174 case $host_os in
17175 linux* | k*bsd*-gnu)
17176 MAIN_BINARY="wine-glibc"
17178 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17180 freebsd*)
17181 MAIN_BINARY="wine-freebsd"
17183 EXTRA_BINARIES="wine-pthread"
17185 esac
17187 esac
17260 for ac_func in \
17261 _pclose \
17262 _popen \
17263 _snprintf \
17264 _spawnvp \
17265 _strdup \
17266 _stricmp \
17267 _strnicmp \
17268 _strtoi64 \
17269 _strtoui64 \
17270 _vsnprintf \
17271 asctime_r \
17272 chsize \
17273 clone \
17274 dlopen \
17275 epoll_create \
17276 ffs \
17277 finite \
17278 fork \
17279 fpclass \
17280 fstatfs \
17281 fstatvfs \
17282 ftruncate \
17283 futimes \
17284 futimesat \
17285 getdirentries \
17286 getopt_long \
17287 getpagesize \
17288 getpwuid \
17289 gettid \
17290 gettimeofday \
17291 getuid \
17292 inet_pton \
17293 kqueue \
17294 lstat \
17295 memmove \
17296 mmap \
17297 pclose \
17298 poll \
17299 popen \
17300 prctl \
17301 pread \
17302 pwrite \
17303 readdir \
17304 readlink \
17305 rfork \
17306 sched_yield \
17307 select \
17308 setproctitle \
17309 setrlimit \
17310 settimeofday \
17311 sigaltstack \
17312 sigprocmask \
17313 snprintf \
17314 spawnvp \
17315 statfs \
17316 statvfs \
17317 strcasecmp \
17318 strdup \
17319 strerror \
17320 strncasecmp \
17321 strtold \
17322 strtoll \
17323 strtoull \
17324 tcgetattr \
17325 thr_kill2 \
17326 timegm \
17327 usleep \
17328 vsnprintf \
17329 wait4 \
17330 waitpid \
17333 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17334 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17335 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17336 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17337 echo $ECHO_N "(cached) $ECHO_C" >&6
17338 else
17339 cat >conftest.$ac_ext <<_ACEOF
17340 /* confdefs.h. */
17341 _ACEOF
17342 cat confdefs.h >>conftest.$ac_ext
17343 cat >>conftest.$ac_ext <<_ACEOF
17344 /* end confdefs.h. */
17345 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17346 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17347 #define $ac_func innocuous_$ac_func
17349 /* System header to define __stub macros and hopefully few prototypes,
17350 which can conflict with char $ac_func (); below.
17351 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17352 <limits.h> exists even on freestanding compilers. */
17354 #ifdef __STDC__
17355 # include <limits.h>
17356 #else
17357 # include <assert.h>
17358 #endif
17360 #undef $ac_func
17362 /* Override any GCC internal prototype to avoid an error.
17363 Use char because int might match the return type of a GCC
17364 builtin and then its argument prototype would still apply. */
17365 #ifdef __cplusplus
17366 extern "C"
17367 #endif
17368 char $ac_func ();
17369 /* The GNU C library defines this for functions which it implements
17370 to always fail with ENOSYS. Some functions are actually named
17371 something starting with __ and the normal name is an alias. */
17372 #if defined __stub_$ac_func || defined __stub___$ac_func
17373 choke me
17374 #endif
17377 main ()
17379 return $ac_func ();
17381 return 0;
17383 _ACEOF
17384 rm -f conftest.$ac_objext conftest$ac_exeext
17385 if { (ac_try="$ac_link"
17386 case "(($ac_try" in
17387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17388 *) ac_try_echo=$ac_try;;
17389 esac
17390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17391 (eval "$ac_link") 2>conftest.er1
17392 ac_status=$?
17393 grep -v '^ *+' conftest.er1 >conftest.err
17394 rm -f conftest.er1
17395 cat conftest.err >&5
17396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17397 (exit $ac_status); } && {
17398 test -z "$ac_c_werror_flag" ||
17399 test ! -s conftest.err
17400 } && test -s conftest$ac_exeext &&
17401 $as_test_x conftest$ac_exeext; then
17402 eval "$as_ac_var=yes"
17403 else
17404 echo "$as_me: failed program was:" >&5
17405 sed 's/^/| /' conftest.$ac_ext >&5
17407 eval "$as_ac_var=no"
17410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17411 conftest$ac_exeext conftest.$ac_ext
17413 ac_res=`eval echo '${'$as_ac_var'}'`
17414 { echo "$as_me:$LINENO: result: $ac_res" >&5
17415 echo "${ECHO_T}$ac_res" >&6; }
17416 if test `eval echo '${'$as_ac_var'}'` = yes; then
17417 cat >>confdefs.h <<_ACEOF
17418 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17419 _ACEOF
17422 done
17425 if test "$ac_cv_func_dlopen" = no
17426 then
17427 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17428 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17429 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17430 echo $ECHO_N "(cached) $ECHO_C" >&6
17431 else
17432 ac_check_lib_save_LIBS=$LIBS
17433 LIBS="-ldl $LIBS"
17434 cat >conftest.$ac_ext <<_ACEOF
17435 /* confdefs.h. */
17436 _ACEOF
17437 cat confdefs.h >>conftest.$ac_ext
17438 cat >>conftest.$ac_ext <<_ACEOF
17439 /* end confdefs.h. */
17441 /* Override any GCC internal prototype to avoid an error.
17442 Use char because int might match the return type of a GCC
17443 builtin and then its argument prototype would still apply. */
17444 #ifdef __cplusplus
17445 extern "C"
17446 #endif
17447 char dlopen ();
17449 main ()
17451 return dlopen ();
17453 return 0;
17455 _ACEOF
17456 rm -f conftest.$ac_objext conftest$ac_exeext
17457 if { (ac_try="$ac_link"
17458 case "(($ac_try" in
17459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17460 *) ac_try_echo=$ac_try;;
17461 esac
17462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17463 (eval "$ac_link") 2>conftest.er1
17464 ac_status=$?
17465 grep -v '^ *+' conftest.er1 >conftest.err
17466 rm -f conftest.er1
17467 cat conftest.err >&5
17468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17469 (exit $ac_status); } && {
17470 test -z "$ac_c_werror_flag" ||
17471 test ! -s conftest.err
17472 } && test -s conftest$ac_exeext &&
17473 $as_test_x conftest$ac_exeext; then
17474 ac_cv_lib_dl_dlopen=yes
17475 else
17476 echo "$as_me: failed program was:" >&5
17477 sed 's/^/| /' conftest.$ac_ext >&5
17479 ac_cv_lib_dl_dlopen=no
17482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17483 conftest$ac_exeext conftest.$ac_ext
17484 LIBS=$ac_check_lib_save_LIBS
17486 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17487 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17488 if test $ac_cv_lib_dl_dlopen = yes; then
17489 cat >>confdefs.h <<\_ACEOF
17490 #define HAVE_DLOPEN 1
17491 _ACEOF
17492 LIBDL="-ldl"
17497 ac_wine_check_funcs_save_LIBS="$LIBS"
17498 LIBS="$LIBS $LIBDL"
17500 for ac_func in dladdr
17502 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17503 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17504 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17505 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17506 echo $ECHO_N "(cached) $ECHO_C" >&6
17507 else
17508 cat >conftest.$ac_ext <<_ACEOF
17509 /* confdefs.h. */
17510 _ACEOF
17511 cat confdefs.h >>conftest.$ac_ext
17512 cat >>conftest.$ac_ext <<_ACEOF
17513 /* end confdefs.h. */
17514 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17515 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17516 #define $ac_func innocuous_$ac_func
17518 /* System header to define __stub macros and hopefully few prototypes,
17519 which can conflict with char $ac_func (); below.
17520 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17521 <limits.h> exists even on freestanding compilers. */
17523 #ifdef __STDC__
17524 # include <limits.h>
17525 #else
17526 # include <assert.h>
17527 #endif
17529 #undef $ac_func
17531 /* Override any GCC internal prototype to avoid an error.
17532 Use char because int might match the return type of a GCC
17533 builtin and then its argument prototype would still apply. */
17534 #ifdef __cplusplus
17535 extern "C"
17536 #endif
17537 char $ac_func ();
17538 /* The GNU C library defines this for functions which it implements
17539 to always fail with ENOSYS. Some functions are actually named
17540 something starting with __ and the normal name is an alias. */
17541 #if defined __stub_$ac_func || defined __stub___$ac_func
17542 choke me
17543 #endif
17546 main ()
17548 return $ac_func ();
17550 return 0;
17552 _ACEOF
17553 rm -f conftest.$ac_objext conftest$ac_exeext
17554 if { (ac_try="$ac_link"
17555 case "(($ac_try" in
17556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17557 *) ac_try_echo=$ac_try;;
17558 esac
17559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17560 (eval "$ac_link") 2>conftest.er1
17561 ac_status=$?
17562 grep -v '^ *+' conftest.er1 >conftest.err
17563 rm -f conftest.er1
17564 cat conftest.err >&5
17565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17566 (exit $ac_status); } && {
17567 test -z "$ac_c_werror_flag" ||
17568 test ! -s conftest.err
17569 } && test -s conftest$ac_exeext &&
17570 $as_test_x conftest$ac_exeext; then
17571 eval "$as_ac_var=yes"
17572 else
17573 echo "$as_me: failed program was:" >&5
17574 sed 's/^/| /' conftest.$ac_ext >&5
17576 eval "$as_ac_var=no"
17579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17580 conftest$ac_exeext conftest.$ac_ext
17582 ac_res=`eval echo '${'$as_ac_var'}'`
17583 { echo "$as_me:$LINENO: result: $ac_res" >&5
17584 echo "${ECHO_T}$ac_res" >&6; }
17585 if test `eval echo '${'$as_ac_var'}'` = yes; then
17586 cat >>confdefs.h <<_ACEOF
17587 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17588 _ACEOF
17591 done
17593 LIBS="$ac_wine_check_funcs_save_LIBS"
17595 if test "$ac_cv_func_poll" = no
17596 then
17597 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17598 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17599 if test "${ac_cv_lib_poll_poll+set}" = set; then
17600 echo $ECHO_N "(cached) $ECHO_C" >&6
17601 else
17602 ac_check_lib_save_LIBS=$LIBS
17603 LIBS="-lpoll $LIBS"
17604 cat >conftest.$ac_ext <<_ACEOF
17605 /* confdefs.h. */
17606 _ACEOF
17607 cat confdefs.h >>conftest.$ac_ext
17608 cat >>conftest.$ac_ext <<_ACEOF
17609 /* end confdefs.h. */
17611 /* Override any GCC internal prototype to avoid an error.
17612 Use char because int might match the return type of a GCC
17613 builtin and then its argument prototype would still apply. */
17614 #ifdef __cplusplus
17615 extern "C"
17616 #endif
17617 char poll ();
17619 main ()
17621 return poll ();
17623 return 0;
17625 _ACEOF
17626 rm -f conftest.$ac_objext conftest$ac_exeext
17627 if { (ac_try="$ac_link"
17628 case "(($ac_try" in
17629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17630 *) ac_try_echo=$ac_try;;
17631 esac
17632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17633 (eval "$ac_link") 2>conftest.er1
17634 ac_status=$?
17635 grep -v '^ *+' conftest.er1 >conftest.err
17636 rm -f conftest.er1
17637 cat conftest.err >&5
17638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17639 (exit $ac_status); } && {
17640 test -z "$ac_c_werror_flag" ||
17641 test ! -s conftest.err
17642 } && test -s conftest$ac_exeext &&
17643 $as_test_x conftest$ac_exeext; then
17644 ac_cv_lib_poll_poll=yes
17645 else
17646 echo "$as_me: failed program was:" >&5
17647 sed 's/^/| /' conftest.$ac_ext >&5
17649 ac_cv_lib_poll_poll=no
17652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17653 conftest$ac_exeext conftest.$ac_ext
17654 LIBS=$ac_check_lib_save_LIBS
17656 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17657 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17658 if test $ac_cv_lib_poll_poll = yes; then
17659 cat >>confdefs.h <<\_ACEOF
17660 #define HAVE_POLL 1
17661 _ACEOF
17662 LIBPOLL="-lpoll"
17668 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17669 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17670 if test "${ac_cv_search_gethostbyname+set}" = set; then
17671 echo $ECHO_N "(cached) $ECHO_C" >&6
17672 else
17673 ac_func_search_save_LIBS=$LIBS
17674 cat >conftest.$ac_ext <<_ACEOF
17675 /* confdefs.h. */
17676 _ACEOF
17677 cat confdefs.h >>conftest.$ac_ext
17678 cat >>conftest.$ac_ext <<_ACEOF
17679 /* end confdefs.h. */
17681 /* Override any GCC internal prototype to avoid an error.
17682 Use char because int might match the return type of a GCC
17683 builtin and then its argument prototype would still apply. */
17684 #ifdef __cplusplus
17685 extern "C"
17686 #endif
17687 char gethostbyname ();
17689 main ()
17691 return gethostbyname ();
17693 return 0;
17695 _ACEOF
17696 for ac_lib in '' nsl; do
17697 if test -z "$ac_lib"; then
17698 ac_res="none required"
17699 else
17700 ac_res=-l$ac_lib
17701 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707 *) ac_try_echo=$ac_try;;
17708 esac
17709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17710 (eval "$ac_link") 2>conftest.er1
17711 ac_status=$?
17712 grep -v '^ *+' conftest.er1 >conftest.err
17713 rm -f conftest.er1
17714 cat conftest.err >&5
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); } && {
17717 test -z "$ac_c_werror_flag" ||
17718 test ! -s conftest.err
17719 } && test -s conftest$ac_exeext &&
17720 $as_test_x conftest$ac_exeext; then
17721 ac_cv_search_gethostbyname=$ac_res
17722 else
17723 echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.$ac_ext >&5
17729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17730 conftest$ac_exeext
17731 if test "${ac_cv_search_gethostbyname+set}" = set; then
17732 break
17734 done
17735 if test "${ac_cv_search_gethostbyname+set}" = set; then
17737 else
17738 ac_cv_search_gethostbyname=no
17740 rm conftest.$ac_ext
17741 LIBS=$ac_func_search_save_LIBS
17743 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17744 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17745 ac_res=$ac_cv_search_gethostbyname
17746 if test "$ac_res" != no; then
17747 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17752 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17753 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17754 if test "${ac_cv_search_connect+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17756 else
17757 ac_func_search_save_LIBS=$LIBS
17758 cat >conftest.$ac_ext <<_ACEOF
17759 /* confdefs.h. */
17760 _ACEOF
17761 cat confdefs.h >>conftest.$ac_ext
17762 cat >>conftest.$ac_ext <<_ACEOF
17763 /* end confdefs.h. */
17765 /* Override any GCC internal prototype to avoid an error.
17766 Use char because int might match the return type of a GCC
17767 builtin and then its argument prototype would still apply. */
17768 #ifdef __cplusplus
17769 extern "C"
17770 #endif
17771 char connect ();
17773 main ()
17775 return connect ();
17777 return 0;
17779 _ACEOF
17780 for ac_lib in '' socket; do
17781 if test -z "$ac_lib"; then
17782 ac_res="none required"
17783 else
17784 ac_res=-l$ac_lib
17785 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17787 rm -f conftest.$ac_objext conftest$ac_exeext
17788 if { (ac_try="$ac_link"
17789 case "(($ac_try" in
17790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17791 *) ac_try_echo=$ac_try;;
17792 esac
17793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17794 (eval "$ac_link") 2>conftest.er1
17795 ac_status=$?
17796 grep -v '^ *+' conftest.er1 >conftest.err
17797 rm -f conftest.er1
17798 cat conftest.err >&5
17799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17800 (exit $ac_status); } && {
17801 test -z "$ac_c_werror_flag" ||
17802 test ! -s conftest.err
17803 } && test -s conftest$ac_exeext &&
17804 $as_test_x conftest$ac_exeext; then
17805 ac_cv_search_connect=$ac_res
17806 else
17807 echo "$as_me: failed program was:" >&5
17808 sed 's/^/| /' conftest.$ac_ext >&5
17813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17814 conftest$ac_exeext
17815 if test "${ac_cv_search_connect+set}" = set; then
17816 break
17818 done
17819 if test "${ac_cv_search_connect+set}" = set; then
17821 else
17822 ac_cv_search_connect=no
17824 rm conftest.$ac_ext
17825 LIBS=$ac_func_search_save_LIBS
17827 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17828 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17829 ac_res=$ac_cv_search_connect
17830 if test "$ac_res" != no; then
17831 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17836 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17837 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17838 if test "${ac_cv_search_inet_aton+set}" = set; then
17839 echo $ECHO_N "(cached) $ECHO_C" >&6
17840 else
17841 ac_func_search_save_LIBS=$LIBS
17842 cat >conftest.$ac_ext <<_ACEOF
17843 /* confdefs.h. */
17844 _ACEOF
17845 cat confdefs.h >>conftest.$ac_ext
17846 cat >>conftest.$ac_ext <<_ACEOF
17847 /* end confdefs.h. */
17849 /* Override any GCC internal prototype to avoid an error.
17850 Use char because int might match the return type of a GCC
17851 builtin and then its argument prototype would still apply. */
17852 #ifdef __cplusplus
17853 extern "C"
17854 #endif
17855 char inet_aton ();
17857 main ()
17859 return inet_aton ();
17861 return 0;
17863 _ACEOF
17864 for ac_lib in '' resolv; do
17865 if test -z "$ac_lib"; then
17866 ac_res="none required"
17867 else
17868 ac_res=-l$ac_lib
17869 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17871 rm -f conftest.$ac_objext conftest$ac_exeext
17872 if { (ac_try="$ac_link"
17873 case "(($ac_try" in
17874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17875 *) ac_try_echo=$ac_try;;
17876 esac
17877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17878 (eval "$ac_link") 2>conftest.er1
17879 ac_status=$?
17880 grep -v '^ *+' conftest.er1 >conftest.err
17881 rm -f conftest.er1
17882 cat conftest.err >&5
17883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17884 (exit $ac_status); } && {
17885 test -z "$ac_c_werror_flag" ||
17886 test ! -s conftest.err
17887 } && test -s conftest$ac_exeext &&
17888 $as_test_x conftest$ac_exeext; then
17889 ac_cv_search_inet_aton=$ac_res
17890 else
17891 echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17898 conftest$ac_exeext
17899 if test "${ac_cv_search_inet_aton+set}" = set; then
17900 break
17902 done
17903 if test "${ac_cv_search_inet_aton+set}" = set; then
17905 else
17906 ac_cv_search_inet_aton=no
17908 rm conftest.$ac_ext
17909 LIBS=$ac_func_search_save_LIBS
17911 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17912 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17913 ac_res=$ac_cv_search_inet_aton
17914 if test "$ac_res" != no; then
17915 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17928 for ac_func in \
17929 getaddrinfo \
17930 getnameinfo \
17931 getnetbyname \
17932 getprotobyname \
17933 getprotobynumber \
17934 getservbyport \
17935 inet_network \
17936 sendmsg \
17939 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17940 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17941 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17942 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17943 echo $ECHO_N "(cached) $ECHO_C" >&6
17944 else
17945 cat >conftest.$ac_ext <<_ACEOF
17946 /* confdefs.h. */
17947 _ACEOF
17948 cat confdefs.h >>conftest.$ac_ext
17949 cat >>conftest.$ac_ext <<_ACEOF
17950 /* end confdefs.h. */
17951 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17953 #define $ac_func innocuous_$ac_func
17955 /* System header to define __stub macros and hopefully few prototypes,
17956 which can conflict with char $ac_func (); below.
17957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17958 <limits.h> exists even on freestanding compilers. */
17960 #ifdef __STDC__
17961 # include <limits.h>
17962 #else
17963 # include <assert.h>
17964 #endif
17966 #undef $ac_func
17968 /* Override any GCC internal prototype to avoid an error.
17969 Use char because int might match the return type of a GCC
17970 builtin and then its argument prototype would still apply. */
17971 #ifdef __cplusplus
17972 extern "C"
17973 #endif
17974 char $ac_func ();
17975 /* The GNU C library defines this for functions which it implements
17976 to always fail with ENOSYS. Some functions are actually named
17977 something starting with __ and the normal name is an alias. */
17978 #if defined __stub_$ac_func || defined __stub___$ac_func
17979 choke me
17980 #endif
17983 main ()
17985 return $ac_func ();
17987 return 0;
17989 _ACEOF
17990 rm -f conftest.$ac_objext conftest$ac_exeext
17991 if { (ac_try="$ac_link"
17992 case "(($ac_try" in
17993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17994 *) ac_try_echo=$ac_try;;
17995 esac
17996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17997 (eval "$ac_link") 2>conftest.er1
17998 ac_status=$?
17999 grep -v '^ *+' conftest.er1 >conftest.err
18000 rm -f conftest.er1
18001 cat conftest.err >&5
18002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18003 (exit $ac_status); } && {
18004 test -z "$ac_c_werror_flag" ||
18005 test ! -s conftest.err
18006 } && test -s conftest$ac_exeext &&
18007 $as_test_x conftest$ac_exeext; then
18008 eval "$as_ac_var=yes"
18009 else
18010 echo "$as_me: failed program was:" >&5
18011 sed 's/^/| /' conftest.$ac_ext >&5
18013 eval "$as_ac_var=no"
18016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18017 conftest$ac_exeext conftest.$ac_ext
18019 ac_res=`eval echo '${'$as_ac_var'}'`
18020 { echo "$as_me:$LINENO: result: $ac_res" >&5
18021 echo "${ECHO_T}$ac_res" >&6; }
18022 if test `eval echo '${'$as_ac_var'}'` = yes; then
18023 cat >>confdefs.h <<_ACEOF
18024 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18025 _ACEOF
18028 done
18031 LDAPLIBS=""
18033 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18034 then
18035 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18036 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18037 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18038 echo $ECHO_N "(cached) $ECHO_C" >&6
18039 else
18040 cat >conftest.$ac_ext <<_ACEOF
18041 /* confdefs.h. */
18042 _ACEOF
18043 cat confdefs.h >>conftest.$ac_ext
18044 cat >>conftest.$ac_ext <<_ACEOF
18045 /* end confdefs.h. */
18046 #include <ldap.h>
18048 typedef LDAPSortKey ac__type_new_;
18050 main ()
18052 if ((ac__type_new_ *) 0)
18053 return 0;
18054 if (sizeof (ac__type_new_))
18055 return 0;
18057 return 0;
18059 _ACEOF
18060 rm -f conftest.$ac_objext
18061 if { (ac_try="$ac_compile"
18062 case "(($ac_try" in
18063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18064 *) ac_try_echo=$ac_try;;
18065 esac
18066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18067 (eval "$ac_compile") 2>conftest.er1
18068 ac_status=$?
18069 grep -v '^ *+' conftest.er1 >conftest.err
18070 rm -f conftest.er1
18071 cat conftest.err >&5
18072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18073 (exit $ac_status); } && {
18074 test -z "$ac_c_werror_flag" ||
18075 test ! -s conftest.err
18076 } && test -s conftest.$ac_objext; then
18077 ac_cv_type_LDAPSortKey=yes
18078 else
18079 echo "$as_me: failed program was:" >&5
18080 sed 's/^/| /' conftest.$ac_ext >&5
18082 ac_cv_type_LDAPSortKey=no
18085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18087 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18088 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18089 if test $ac_cv_type_LDAPSortKey = yes; then
18090 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18091 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18092 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18093 echo $ECHO_N "(cached) $ECHO_C" >&6
18094 else
18095 ac_check_lib_save_LIBS=$LIBS
18096 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18097 cat >conftest.$ac_ext <<_ACEOF
18098 /* confdefs.h. */
18099 _ACEOF
18100 cat confdefs.h >>conftest.$ac_ext
18101 cat >>conftest.$ac_ext <<_ACEOF
18102 /* end confdefs.h. */
18104 /* Override any GCC internal prototype to avoid an error.
18105 Use char because int might match the return type of a GCC
18106 builtin and then its argument prototype would still apply. */
18107 #ifdef __cplusplus
18108 extern "C"
18109 #endif
18110 char ldap_initialize ();
18112 main ()
18114 return ldap_initialize ();
18116 return 0;
18118 _ACEOF
18119 rm -f conftest.$ac_objext conftest$ac_exeext
18120 if { (ac_try="$ac_link"
18121 case "(($ac_try" in
18122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123 *) ac_try_echo=$ac_try;;
18124 esac
18125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18126 (eval "$ac_link") 2>conftest.er1
18127 ac_status=$?
18128 grep -v '^ *+' conftest.er1 >conftest.err
18129 rm -f conftest.er1
18130 cat conftest.err >&5
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && {
18133 test -z "$ac_c_werror_flag" ||
18134 test ! -s conftest.err
18135 } && test -s conftest$ac_exeext &&
18136 $as_test_x conftest$ac_exeext; then
18137 ac_cv_lib_ldap_r_ldap_initialize=yes
18138 else
18139 echo "$as_me: failed program was:" >&5
18140 sed 's/^/| /' conftest.$ac_ext >&5
18142 ac_cv_lib_ldap_r_ldap_initialize=no
18145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18146 conftest$ac_exeext conftest.$ac_ext
18147 LIBS=$ac_check_lib_save_LIBS
18149 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18150 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18151 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18152 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18153 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18154 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18155 echo $ECHO_N "(cached) $ECHO_C" >&6
18156 else
18157 ac_check_lib_save_LIBS=$LIBS
18158 LIBS="-llber $LIBPTHREAD $LIBS"
18159 cat >conftest.$ac_ext <<_ACEOF
18160 /* confdefs.h. */
18161 _ACEOF
18162 cat confdefs.h >>conftest.$ac_ext
18163 cat >>conftest.$ac_ext <<_ACEOF
18164 /* end confdefs.h. */
18166 /* Override any GCC internal prototype to avoid an error.
18167 Use char because int might match the return type of a GCC
18168 builtin and then its argument prototype would still apply. */
18169 #ifdef __cplusplus
18170 extern "C"
18171 #endif
18172 char ber_init ();
18174 main ()
18176 return ber_init ();
18178 return 0;
18180 _ACEOF
18181 rm -f conftest.$ac_objext conftest$ac_exeext
18182 if { (ac_try="$ac_link"
18183 case "(($ac_try" in
18184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18185 *) ac_try_echo=$ac_try;;
18186 esac
18187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18188 (eval "$ac_link") 2>conftest.er1
18189 ac_status=$?
18190 grep -v '^ *+' conftest.er1 >conftest.err
18191 rm -f conftest.er1
18192 cat conftest.err >&5
18193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18194 (exit $ac_status); } && {
18195 test -z "$ac_c_werror_flag" ||
18196 test ! -s conftest.err
18197 } && test -s conftest$ac_exeext &&
18198 $as_test_x conftest$ac_exeext; then
18199 ac_cv_lib_lber_ber_init=yes
18200 else
18201 echo "$as_me: failed program was:" >&5
18202 sed 's/^/| /' conftest.$ac_ext >&5
18204 ac_cv_lib_lber_ber_init=no
18207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18208 conftest$ac_exeext conftest.$ac_ext
18209 LIBS=$ac_check_lib_save_LIBS
18211 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18212 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18213 if test $ac_cv_lib_lber_ber_init = yes; then
18215 cat >>confdefs.h <<\_ACEOF
18216 #define HAVE_LDAP 1
18217 _ACEOF
18219 LDAPLIBS="-lldap_r -llber"
18226 ac_wine_check_funcs_save_LIBS="$LIBS"
18227 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18236 for ac_func in \
18237 ldap_count_references \
18238 ldap_first_reference \
18239 ldap_next_reference \
18240 ldap_parse_reference \
18241 ldap_parse_sort_control \
18242 ldap_parse_sortresponse_control \
18243 ldap_parse_vlv_control \
18244 ldap_parse_vlvresponse_control
18246 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18247 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18248 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18249 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18250 echo $ECHO_N "(cached) $ECHO_C" >&6
18251 else
18252 cat >conftest.$ac_ext <<_ACEOF
18253 /* confdefs.h. */
18254 _ACEOF
18255 cat confdefs.h >>conftest.$ac_ext
18256 cat >>conftest.$ac_ext <<_ACEOF
18257 /* end confdefs.h. */
18258 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18259 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18260 #define $ac_func innocuous_$ac_func
18262 /* System header to define __stub macros and hopefully few prototypes,
18263 which can conflict with char $ac_func (); below.
18264 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18265 <limits.h> exists even on freestanding compilers. */
18267 #ifdef __STDC__
18268 # include <limits.h>
18269 #else
18270 # include <assert.h>
18271 #endif
18273 #undef $ac_func
18275 /* Override any GCC internal prototype to avoid an error.
18276 Use char because int might match the return type of a GCC
18277 builtin and then its argument prototype would still apply. */
18278 #ifdef __cplusplus
18279 extern "C"
18280 #endif
18281 char $ac_func ();
18282 /* The GNU C library defines this for functions which it implements
18283 to always fail with ENOSYS. Some functions are actually named
18284 something starting with __ and the normal name is an alias. */
18285 #if defined __stub_$ac_func || defined __stub___$ac_func
18286 choke me
18287 #endif
18290 main ()
18292 return $ac_func ();
18294 return 0;
18296 _ACEOF
18297 rm -f conftest.$ac_objext conftest$ac_exeext
18298 if { (ac_try="$ac_link"
18299 case "(($ac_try" in
18300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18301 *) ac_try_echo=$ac_try;;
18302 esac
18303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18304 (eval "$ac_link") 2>conftest.er1
18305 ac_status=$?
18306 grep -v '^ *+' conftest.er1 >conftest.err
18307 rm -f conftest.er1
18308 cat conftest.err >&5
18309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18310 (exit $ac_status); } && {
18311 test -z "$ac_c_werror_flag" ||
18312 test ! -s conftest.err
18313 } && test -s conftest$ac_exeext &&
18314 $as_test_x conftest$ac_exeext; then
18315 eval "$as_ac_var=yes"
18316 else
18317 echo "$as_me: failed program was:" >&5
18318 sed 's/^/| /' conftest.$ac_ext >&5
18320 eval "$as_ac_var=no"
18323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18324 conftest$ac_exeext conftest.$ac_ext
18326 ac_res=`eval echo '${'$as_ac_var'}'`
18327 { echo "$as_me:$LINENO: result: $ac_res" >&5
18328 echo "${ECHO_T}$ac_res" >&6; }
18329 if test `eval echo '${'$as_ac_var'}'` = yes; then
18330 cat >>confdefs.h <<_ACEOF
18331 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18332 _ACEOF
18335 done
18337 LIBS="$ac_wine_check_funcs_save_LIBS"
18339 if test "x$LDAPLIBS" = "x"; then
18340 case "x$with_ldap" in
18341 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18342 xno) ;;
18343 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18344 This is an error since --with-ldap was requested." >&5
18345 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18346 This is an error since --with-ldap was requested." >&2;}
18347 { (exit 1); exit 1; }; } ;;
18348 esac
18353 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18354 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18355 if test "${ac_cv_c_const+set}" = set; then
18356 echo $ECHO_N "(cached) $ECHO_C" >&6
18357 else
18358 cat >conftest.$ac_ext <<_ACEOF
18359 /* confdefs.h. */
18360 _ACEOF
18361 cat confdefs.h >>conftest.$ac_ext
18362 cat >>conftest.$ac_ext <<_ACEOF
18363 /* end confdefs.h. */
18366 main ()
18368 /* FIXME: Include the comments suggested by Paul. */
18369 #ifndef __cplusplus
18370 /* Ultrix mips cc rejects this. */
18371 typedef int charset[2];
18372 const charset cs;
18373 /* SunOS 4.1.1 cc rejects this. */
18374 char const *const *pcpcc;
18375 char **ppc;
18376 /* NEC SVR4.0.2 mips cc rejects this. */
18377 struct point {int x, y;};
18378 static struct point const zero = {0,0};
18379 /* AIX XL C 1.02.0.0 rejects this.
18380 It does not let you subtract one const X* pointer from another in
18381 an arm of an if-expression whose if-part is not a constant
18382 expression */
18383 const char *g = "string";
18384 pcpcc = &g + (g ? g-g : 0);
18385 /* HPUX 7.0 cc rejects these. */
18386 ++pcpcc;
18387 ppc = (char**) pcpcc;
18388 pcpcc = (char const *const *) ppc;
18389 { /* SCO 3.2v4 cc rejects this. */
18390 char *t;
18391 char const *s = 0 ? (char *) 0 : (char const *) 0;
18393 *t++ = 0;
18394 if (s) return 0;
18396 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18397 int x[] = {25, 17};
18398 const int *foo = &x[0];
18399 ++foo;
18401 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18402 typedef const int *iptr;
18403 iptr p = 0;
18404 ++p;
18406 { /* AIX XL C 1.02.0.0 rejects this saying
18407 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18408 struct s { int j; const int *ap[3]; };
18409 struct s *b; b->j = 5;
18411 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18412 const int foo = 10;
18413 if (!foo) return 0;
18415 return !cs[0] && !zero.x;
18416 #endif
18419 return 0;
18421 _ACEOF
18422 rm -f conftest.$ac_objext
18423 if { (ac_try="$ac_compile"
18424 case "(($ac_try" in
18425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18426 *) ac_try_echo=$ac_try;;
18427 esac
18428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18429 (eval "$ac_compile") 2>conftest.er1
18430 ac_status=$?
18431 grep -v '^ *+' conftest.er1 >conftest.err
18432 rm -f conftest.er1
18433 cat conftest.err >&5
18434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18435 (exit $ac_status); } && {
18436 test -z "$ac_c_werror_flag" ||
18437 test ! -s conftest.err
18438 } && test -s conftest.$ac_objext; then
18439 ac_cv_c_const=yes
18440 else
18441 echo "$as_me: failed program was:" >&5
18442 sed 's/^/| /' conftest.$ac_ext >&5
18444 ac_cv_c_const=no
18447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18449 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18450 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18451 if test $ac_cv_c_const = no; then
18453 cat >>confdefs.h <<\_ACEOF
18454 #define const
18455 _ACEOF
18459 { echo "$as_me:$LINENO: checking for inline" >&5
18460 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18461 if test "${ac_cv_c_inline+set}" = set; then
18462 echo $ECHO_N "(cached) $ECHO_C" >&6
18463 else
18464 ac_cv_c_inline=no
18465 for ac_kw in inline __inline__ __inline; do
18466 cat >conftest.$ac_ext <<_ACEOF
18467 /* confdefs.h. */
18468 _ACEOF
18469 cat confdefs.h >>conftest.$ac_ext
18470 cat >>conftest.$ac_ext <<_ACEOF
18471 /* end confdefs.h. */
18472 #ifndef __cplusplus
18473 typedef int foo_t;
18474 static $ac_kw foo_t static_foo () {return 0; }
18475 $ac_kw foo_t foo () {return 0; }
18476 #endif
18478 _ACEOF
18479 rm -f conftest.$ac_objext
18480 if { (ac_try="$ac_compile"
18481 case "(($ac_try" in
18482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18483 *) ac_try_echo=$ac_try;;
18484 esac
18485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18486 (eval "$ac_compile") 2>conftest.er1
18487 ac_status=$?
18488 grep -v '^ *+' conftest.er1 >conftest.err
18489 rm -f conftest.er1
18490 cat conftest.err >&5
18491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18492 (exit $ac_status); } && {
18493 test -z "$ac_c_werror_flag" ||
18494 test ! -s conftest.err
18495 } && test -s conftest.$ac_objext; then
18496 ac_cv_c_inline=$ac_kw
18497 else
18498 echo "$as_me: failed program was:" >&5
18499 sed 's/^/| /' conftest.$ac_ext >&5
18504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18505 test "$ac_cv_c_inline" != no && break
18506 done
18509 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18510 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18513 case $ac_cv_c_inline in
18514 inline | yes) ;;
18516 case $ac_cv_c_inline in
18517 no) ac_val=;;
18518 *) ac_val=$ac_cv_c_inline;;
18519 esac
18520 cat >>confdefs.h <<_ACEOF
18521 #ifndef __cplusplus
18522 #define inline $ac_val
18523 #endif
18524 _ACEOF
18526 esac
18528 { echo "$as_me:$LINENO: checking for mode_t" >&5
18529 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18530 if test "${ac_cv_type_mode_t+set}" = set; then
18531 echo $ECHO_N "(cached) $ECHO_C" >&6
18532 else
18533 cat >conftest.$ac_ext <<_ACEOF
18534 /* confdefs.h. */
18535 _ACEOF
18536 cat confdefs.h >>conftest.$ac_ext
18537 cat >>conftest.$ac_ext <<_ACEOF
18538 /* end confdefs.h. */
18539 $ac_includes_default
18540 typedef mode_t ac__type_new_;
18542 main ()
18544 if ((ac__type_new_ *) 0)
18545 return 0;
18546 if (sizeof (ac__type_new_))
18547 return 0;
18549 return 0;
18551 _ACEOF
18552 rm -f conftest.$ac_objext
18553 if { (ac_try="$ac_compile"
18554 case "(($ac_try" in
18555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18556 *) ac_try_echo=$ac_try;;
18557 esac
18558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18559 (eval "$ac_compile") 2>conftest.er1
18560 ac_status=$?
18561 grep -v '^ *+' conftest.er1 >conftest.err
18562 rm -f conftest.er1
18563 cat conftest.err >&5
18564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18565 (exit $ac_status); } && {
18566 test -z "$ac_c_werror_flag" ||
18567 test ! -s conftest.err
18568 } && test -s conftest.$ac_objext; then
18569 ac_cv_type_mode_t=yes
18570 else
18571 echo "$as_me: failed program was:" >&5
18572 sed 's/^/| /' conftest.$ac_ext >&5
18574 ac_cv_type_mode_t=no
18577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18579 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18580 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18581 if test $ac_cv_type_mode_t = yes; then
18583 cat >>confdefs.h <<_ACEOF
18584 #define HAVE_MODE_T 1
18585 _ACEOF
18589 { echo "$as_me:$LINENO: checking for off_t" >&5
18590 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18591 if test "${ac_cv_type_off_t+set}" = set; then
18592 echo $ECHO_N "(cached) $ECHO_C" >&6
18593 else
18594 cat >conftest.$ac_ext <<_ACEOF
18595 /* confdefs.h. */
18596 _ACEOF
18597 cat confdefs.h >>conftest.$ac_ext
18598 cat >>conftest.$ac_ext <<_ACEOF
18599 /* end confdefs.h. */
18600 $ac_includes_default
18601 typedef off_t ac__type_new_;
18603 main ()
18605 if ((ac__type_new_ *) 0)
18606 return 0;
18607 if (sizeof (ac__type_new_))
18608 return 0;
18610 return 0;
18612 _ACEOF
18613 rm -f conftest.$ac_objext
18614 if { (ac_try="$ac_compile"
18615 case "(($ac_try" in
18616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18617 *) ac_try_echo=$ac_try;;
18618 esac
18619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18620 (eval "$ac_compile") 2>conftest.er1
18621 ac_status=$?
18622 grep -v '^ *+' conftest.er1 >conftest.err
18623 rm -f conftest.er1
18624 cat conftest.err >&5
18625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18626 (exit $ac_status); } && {
18627 test -z "$ac_c_werror_flag" ||
18628 test ! -s conftest.err
18629 } && test -s conftest.$ac_objext; then
18630 ac_cv_type_off_t=yes
18631 else
18632 echo "$as_me: failed program was:" >&5
18633 sed 's/^/| /' conftest.$ac_ext >&5
18635 ac_cv_type_off_t=no
18638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18640 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18641 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18642 if test $ac_cv_type_off_t = yes; then
18644 cat >>confdefs.h <<_ACEOF
18645 #define HAVE_OFF_T 1
18646 _ACEOF
18650 { echo "$as_me:$LINENO: checking for pid_t" >&5
18651 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18652 if test "${ac_cv_type_pid_t+set}" = set; then
18653 echo $ECHO_N "(cached) $ECHO_C" >&6
18654 else
18655 cat >conftest.$ac_ext <<_ACEOF
18656 /* confdefs.h. */
18657 _ACEOF
18658 cat confdefs.h >>conftest.$ac_ext
18659 cat >>conftest.$ac_ext <<_ACEOF
18660 /* end confdefs.h. */
18661 $ac_includes_default
18662 typedef pid_t ac__type_new_;
18664 main ()
18666 if ((ac__type_new_ *) 0)
18667 return 0;
18668 if (sizeof (ac__type_new_))
18669 return 0;
18671 return 0;
18673 _ACEOF
18674 rm -f conftest.$ac_objext
18675 if { (ac_try="$ac_compile"
18676 case "(($ac_try" in
18677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18678 *) ac_try_echo=$ac_try;;
18679 esac
18680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18681 (eval "$ac_compile") 2>conftest.er1
18682 ac_status=$?
18683 grep -v '^ *+' conftest.er1 >conftest.err
18684 rm -f conftest.er1
18685 cat conftest.err >&5
18686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18687 (exit $ac_status); } && {
18688 test -z "$ac_c_werror_flag" ||
18689 test ! -s conftest.err
18690 } && test -s conftest.$ac_objext; then
18691 ac_cv_type_pid_t=yes
18692 else
18693 echo "$as_me: failed program was:" >&5
18694 sed 's/^/| /' conftest.$ac_ext >&5
18696 ac_cv_type_pid_t=no
18699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18701 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18702 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18703 if test $ac_cv_type_pid_t = yes; then
18705 cat >>confdefs.h <<_ACEOF
18706 #define HAVE_PID_T 1
18707 _ACEOF
18711 { echo "$as_me:$LINENO: checking for size_t" >&5
18712 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18713 if test "${ac_cv_type_size_t+set}" = set; then
18714 echo $ECHO_N "(cached) $ECHO_C" >&6
18715 else
18716 cat >conftest.$ac_ext <<_ACEOF
18717 /* confdefs.h. */
18718 _ACEOF
18719 cat confdefs.h >>conftest.$ac_ext
18720 cat >>conftest.$ac_ext <<_ACEOF
18721 /* end confdefs.h. */
18722 $ac_includes_default
18723 typedef size_t ac__type_new_;
18725 main ()
18727 if ((ac__type_new_ *) 0)
18728 return 0;
18729 if (sizeof (ac__type_new_))
18730 return 0;
18732 return 0;
18734 _ACEOF
18735 rm -f conftest.$ac_objext
18736 if { (ac_try="$ac_compile"
18737 case "(($ac_try" in
18738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18739 *) ac_try_echo=$ac_try;;
18740 esac
18741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18742 (eval "$ac_compile") 2>conftest.er1
18743 ac_status=$?
18744 grep -v '^ *+' conftest.er1 >conftest.err
18745 rm -f conftest.er1
18746 cat conftest.err >&5
18747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18748 (exit $ac_status); } && {
18749 test -z "$ac_c_werror_flag" ||
18750 test ! -s conftest.err
18751 } && test -s conftest.$ac_objext; then
18752 ac_cv_type_size_t=yes
18753 else
18754 echo "$as_me: failed program was:" >&5
18755 sed 's/^/| /' conftest.$ac_ext >&5
18757 ac_cv_type_size_t=no
18760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18762 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18763 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18764 if test $ac_cv_type_size_t = yes; then
18766 cat >>confdefs.h <<_ACEOF
18767 #define HAVE_SIZE_T 1
18768 _ACEOF
18772 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18773 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18774 if test "${ac_cv_type_ssize_t+set}" = set; then
18775 echo $ECHO_N "(cached) $ECHO_C" >&6
18776 else
18777 cat >conftest.$ac_ext <<_ACEOF
18778 /* confdefs.h. */
18779 _ACEOF
18780 cat confdefs.h >>conftest.$ac_ext
18781 cat >>conftest.$ac_ext <<_ACEOF
18782 /* end confdefs.h. */
18783 $ac_includes_default
18784 typedef ssize_t ac__type_new_;
18786 main ()
18788 if ((ac__type_new_ *) 0)
18789 return 0;
18790 if (sizeof (ac__type_new_))
18791 return 0;
18793 return 0;
18795 _ACEOF
18796 rm -f conftest.$ac_objext
18797 if { (ac_try="$ac_compile"
18798 case "(($ac_try" in
18799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18800 *) ac_try_echo=$ac_try;;
18801 esac
18802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18803 (eval "$ac_compile") 2>conftest.er1
18804 ac_status=$?
18805 grep -v '^ *+' conftest.er1 >conftest.err
18806 rm -f conftest.er1
18807 cat conftest.err >&5
18808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); } && {
18810 test -z "$ac_c_werror_flag" ||
18811 test ! -s conftest.err
18812 } && test -s conftest.$ac_objext; then
18813 ac_cv_type_ssize_t=yes
18814 else
18815 echo "$as_me: failed program was:" >&5
18816 sed 's/^/| /' conftest.$ac_ext >&5
18818 ac_cv_type_ssize_t=no
18821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18823 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18824 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18825 if test $ac_cv_type_ssize_t = yes; then
18827 cat >>confdefs.h <<_ACEOF
18828 #define HAVE_SSIZE_T 1
18829 _ACEOF
18833 { echo "$as_me:$LINENO: checking for long long" >&5
18834 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18835 if test "${ac_cv_type_long_long+set}" = set; then
18836 echo $ECHO_N "(cached) $ECHO_C" >&6
18837 else
18838 cat >conftest.$ac_ext <<_ACEOF
18839 /* confdefs.h. */
18840 _ACEOF
18841 cat confdefs.h >>conftest.$ac_ext
18842 cat >>conftest.$ac_ext <<_ACEOF
18843 /* end confdefs.h. */
18844 $ac_includes_default
18845 typedef long long ac__type_new_;
18847 main ()
18849 if ((ac__type_new_ *) 0)
18850 return 0;
18851 if (sizeof (ac__type_new_))
18852 return 0;
18854 return 0;
18856 _ACEOF
18857 rm -f conftest.$ac_objext
18858 if { (ac_try="$ac_compile"
18859 case "(($ac_try" in
18860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18861 *) ac_try_echo=$ac_try;;
18862 esac
18863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18864 (eval "$ac_compile") 2>conftest.er1
18865 ac_status=$?
18866 grep -v '^ *+' conftest.er1 >conftest.err
18867 rm -f conftest.er1
18868 cat conftest.err >&5
18869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18870 (exit $ac_status); } && {
18871 test -z "$ac_c_werror_flag" ||
18872 test ! -s conftest.err
18873 } && test -s conftest.$ac_objext; then
18874 ac_cv_type_long_long=yes
18875 else
18876 echo "$as_me: failed program was:" >&5
18877 sed 's/^/| /' conftest.$ac_ext >&5
18879 ac_cv_type_long_long=no
18882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18884 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18885 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18886 if test $ac_cv_type_long_long = yes; then
18888 cat >>confdefs.h <<_ACEOF
18889 #define HAVE_LONG_LONG 1
18890 _ACEOF
18894 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18895 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18896 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18897 echo $ECHO_N "(cached) $ECHO_C" >&6
18898 else
18899 cat >conftest.$ac_ext <<_ACEOF
18900 /* confdefs.h. */
18901 _ACEOF
18902 cat confdefs.h >>conftest.$ac_ext
18903 cat >>conftest.$ac_ext <<_ACEOF
18904 /* end confdefs.h. */
18905 $ac_includes_default
18906 typedef fsblkcnt_t ac__type_new_;
18908 main ()
18910 if ((ac__type_new_ *) 0)
18911 return 0;
18912 if (sizeof (ac__type_new_))
18913 return 0;
18915 return 0;
18917 _ACEOF
18918 rm -f conftest.$ac_objext
18919 if { (ac_try="$ac_compile"
18920 case "(($ac_try" in
18921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18922 *) ac_try_echo=$ac_try;;
18923 esac
18924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18925 (eval "$ac_compile") 2>conftest.er1
18926 ac_status=$?
18927 grep -v '^ *+' conftest.er1 >conftest.err
18928 rm -f conftest.er1
18929 cat conftest.err >&5
18930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18931 (exit $ac_status); } && {
18932 test -z "$ac_c_werror_flag" ||
18933 test ! -s conftest.err
18934 } && test -s conftest.$ac_objext; then
18935 ac_cv_type_fsblkcnt_t=yes
18936 else
18937 echo "$as_me: failed program was:" >&5
18938 sed 's/^/| /' conftest.$ac_ext >&5
18940 ac_cv_type_fsblkcnt_t=no
18943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18945 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18946 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18947 if test $ac_cv_type_fsblkcnt_t = yes; then
18949 cat >>confdefs.h <<_ACEOF
18950 #define HAVE_FSBLKCNT_T 1
18951 _ACEOF
18955 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18956 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18957 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18958 echo $ECHO_N "(cached) $ECHO_C" >&6
18959 else
18960 cat >conftest.$ac_ext <<_ACEOF
18961 /* confdefs.h. */
18962 _ACEOF
18963 cat confdefs.h >>conftest.$ac_ext
18964 cat >>conftest.$ac_ext <<_ACEOF
18965 /* end confdefs.h. */
18966 $ac_includes_default
18967 typedef fsfilcnt_t ac__type_new_;
18969 main ()
18971 if ((ac__type_new_ *) 0)
18972 return 0;
18973 if (sizeof (ac__type_new_))
18974 return 0;
18976 return 0;
18978 _ACEOF
18979 rm -f conftest.$ac_objext
18980 if { (ac_try="$ac_compile"
18981 case "(($ac_try" in
18982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18983 *) ac_try_echo=$ac_try;;
18984 esac
18985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18986 (eval "$ac_compile") 2>conftest.er1
18987 ac_status=$?
18988 grep -v '^ *+' conftest.er1 >conftest.err
18989 rm -f conftest.er1
18990 cat conftest.err >&5
18991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18992 (exit $ac_status); } && {
18993 test -z "$ac_c_werror_flag" ||
18994 test ! -s conftest.err
18995 } && test -s conftest.$ac_objext; then
18996 ac_cv_type_fsfilcnt_t=yes
18997 else
18998 echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19001 ac_cv_type_fsfilcnt_t=no
19004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19006 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19007 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19008 if test $ac_cv_type_fsfilcnt_t = yes; then
19010 cat >>confdefs.h <<_ACEOF
19011 #define HAVE_FSFILCNT_T 1
19012 _ACEOF
19017 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19018 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19019 if test "${ac_cv_type_sigset_t+set}" = set; then
19020 echo $ECHO_N "(cached) $ECHO_C" >&6
19021 else
19022 cat >conftest.$ac_ext <<_ACEOF
19023 /* confdefs.h. */
19024 _ACEOF
19025 cat confdefs.h >>conftest.$ac_ext
19026 cat >>conftest.$ac_ext <<_ACEOF
19027 /* end confdefs.h. */
19028 #include <sys/types.h>
19029 #include <signal.h>
19031 typedef sigset_t ac__type_new_;
19033 main ()
19035 if ((ac__type_new_ *) 0)
19036 return 0;
19037 if (sizeof (ac__type_new_))
19038 return 0;
19040 return 0;
19042 _ACEOF
19043 rm -f conftest.$ac_objext
19044 if { (ac_try="$ac_compile"
19045 case "(($ac_try" in
19046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19047 *) ac_try_echo=$ac_try;;
19048 esac
19049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19050 (eval "$ac_compile") 2>conftest.er1
19051 ac_status=$?
19052 grep -v '^ *+' conftest.er1 >conftest.err
19053 rm -f conftest.er1
19054 cat conftest.err >&5
19055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056 (exit $ac_status); } && {
19057 test -z "$ac_c_werror_flag" ||
19058 test ! -s conftest.err
19059 } && test -s conftest.$ac_objext; then
19060 ac_cv_type_sigset_t=yes
19061 else
19062 echo "$as_me: failed program was:" >&5
19063 sed 's/^/| /' conftest.$ac_ext >&5
19065 ac_cv_type_sigset_t=no
19068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19070 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19071 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19072 if test $ac_cv_type_sigset_t = yes; then
19074 cat >>confdefs.h <<_ACEOF
19075 #define HAVE_SIGSET_T 1
19076 _ACEOF
19081 { echo "$as_me:$LINENO: checking for request_sense" >&5
19082 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19083 if test "${ac_cv_type_request_sense+set}" = set; then
19084 echo $ECHO_N "(cached) $ECHO_C" >&6
19085 else
19086 cat >conftest.$ac_ext <<_ACEOF
19087 /* confdefs.h. */
19088 _ACEOF
19089 cat confdefs.h >>conftest.$ac_ext
19090 cat >>conftest.$ac_ext <<_ACEOF
19091 /* end confdefs.h. */
19092 #include <linux/cdrom.h>
19094 typedef request_sense ac__type_new_;
19096 main ()
19098 if ((ac__type_new_ *) 0)
19099 return 0;
19100 if (sizeof (ac__type_new_))
19101 return 0;
19103 return 0;
19105 _ACEOF
19106 rm -f conftest.$ac_objext
19107 if { (ac_try="$ac_compile"
19108 case "(($ac_try" in
19109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19110 *) ac_try_echo=$ac_try;;
19111 esac
19112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19113 (eval "$ac_compile") 2>conftest.er1
19114 ac_status=$?
19115 grep -v '^ *+' conftest.er1 >conftest.err
19116 rm -f conftest.er1
19117 cat conftest.err >&5
19118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19119 (exit $ac_status); } && {
19120 test -z "$ac_c_werror_flag" ||
19121 test ! -s conftest.err
19122 } && test -s conftest.$ac_objext; then
19123 ac_cv_type_request_sense=yes
19124 else
19125 echo "$as_me: failed program was:" >&5
19126 sed 's/^/| /' conftest.$ac_ext >&5
19128 ac_cv_type_request_sense=no
19131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19133 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19134 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19135 if test $ac_cv_type_request_sense = yes; then
19137 cat >>confdefs.h <<_ACEOF
19138 #define HAVE_REQUEST_SENSE 1
19139 _ACEOF
19145 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19146 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19147 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19148 echo $ECHO_N "(cached) $ECHO_C" >&6
19149 else
19150 cat >conftest.$ac_ext <<_ACEOF
19151 /* confdefs.h. */
19152 _ACEOF
19153 cat confdefs.h >>conftest.$ac_ext
19154 cat >>conftest.$ac_ext <<_ACEOF
19155 /* end confdefs.h. */
19156 #ifdef HAVE_LINUX_INPUT_H
19157 #include <linux/input.h>
19158 #endif
19161 main ()
19163 static struct ff_effect ac_aggr;
19164 if (ac_aggr.direction)
19165 return 0;
19167 return 0;
19169 _ACEOF
19170 rm -f conftest.$ac_objext
19171 if { (ac_try="$ac_compile"
19172 case "(($ac_try" in
19173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19174 *) ac_try_echo=$ac_try;;
19175 esac
19176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19177 (eval "$ac_compile") 2>conftest.er1
19178 ac_status=$?
19179 grep -v '^ *+' conftest.er1 >conftest.err
19180 rm -f conftest.er1
19181 cat conftest.err >&5
19182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19183 (exit $ac_status); } && {
19184 test -z "$ac_c_werror_flag" ||
19185 test ! -s conftest.err
19186 } && test -s conftest.$ac_objext; then
19187 ac_cv_member_struct_ff_effect_direction=yes
19188 else
19189 echo "$as_me: failed program was:" >&5
19190 sed 's/^/| /' conftest.$ac_ext >&5
19192 cat >conftest.$ac_ext <<_ACEOF
19193 /* confdefs.h. */
19194 _ACEOF
19195 cat confdefs.h >>conftest.$ac_ext
19196 cat >>conftest.$ac_ext <<_ACEOF
19197 /* end confdefs.h. */
19198 #ifdef HAVE_LINUX_INPUT_H
19199 #include <linux/input.h>
19200 #endif
19203 main ()
19205 static struct ff_effect ac_aggr;
19206 if (sizeof ac_aggr.direction)
19207 return 0;
19209 return 0;
19211 _ACEOF
19212 rm -f conftest.$ac_objext
19213 if { (ac_try="$ac_compile"
19214 case "(($ac_try" in
19215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19216 *) ac_try_echo=$ac_try;;
19217 esac
19218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19219 (eval "$ac_compile") 2>conftest.er1
19220 ac_status=$?
19221 grep -v '^ *+' conftest.er1 >conftest.err
19222 rm -f conftest.er1
19223 cat conftest.err >&5
19224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19225 (exit $ac_status); } && {
19226 test -z "$ac_c_werror_flag" ||
19227 test ! -s conftest.err
19228 } && test -s conftest.$ac_objext; then
19229 ac_cv_member_struct_ff_effect_direction=yes
19230 else
19231 echo "$as_me: failed program was:" >&5
19232 sed 's/^/| /' conftest.$ac_ext >&5
19234 ac_cv_member_struct_ff_effect_direction=no
19237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19242 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19243 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19244 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19246 cat >>confdefs.h <<_ACEOF
19247 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19248 _ACEOF
19254 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19255 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19256 if test "${wine_cv_have_sigaddset+set}" = set; then
19257 echo $ECHO_N "(cached) $ECHO_C" >&6
19258 else
19259 cat >conftest.$ac_ext <<_ACEOF
19260 /* confdefs.h. */
19261 _ACEOF
19262 cat confdefs.h >>conftest.$ac_ext
19263 cat >>conftest.$ac_ext <<_ACEOF
19264 /* end confdefs.h. */
19265 #include <signal.h>
19267 main ()
19269 sigset_t set; sigaddset(&set,SIGTERM);
19271 return 0;
19273 _ACEOF
19274 rm -f conftest.$ac_objext conftest$ac_exeext
19275 if { (ac_try="$ac_link"
19276 case "(($ac_try" in
19277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19278 *) ac_try_echo=$ac_try;;
19279 esac
19280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19281 (eval "$ac_link") 2>conftest.er1
19282 ac_status=$?
19283 grep -v '^ *+' conftest.er1 >conftest.err
19284 rm -f conftest.er1
19285 cat conftest.err >&5
19286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19287 (exit $ac_status); } && {
19288 test -z "$ac_c_werror_flag" ||
19289 test ! -s conftest.err
19290 } && test -s conftest$ac_exeext &&
19291 $as_test_x conftest$ac_exeext; then
19292 wine_cv_have_sigaddset=yes
19293 else
19294 echo "$as_me: failed program was:" >&5
19295 sed 's/^/| /' conftest.$ac_ext >&5
19297 wine_cv_have_sigaddset=no
19300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19301 conftest$ac_exeext conftest.$ac_ext
19303 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19304 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19305 if test "$wine_cv_have_sigaddset" = "yes"
19306 then
19308 cat >>confdefs.h <<\_ACEOF
19309 #define HAVE_SIGADDSET 1
19310 _ACEOF
19315 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19316 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19317 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19318 echo $ECHO_N "(cached) $ECHO_C" >&6
19319 else
19320 cat >conftest.$ac_ext <<_ACEOF
19321 /* confdefs.h. */
19322 _ACEOF
19323 cat confdefs.h >>conftest.$ac_ext
19324 cat >>conftest.$ac_ext <<_ACEOF
19325 /* end confdefs.h. */
19326 #include <netdb.h>
19328 main ()
19331 char *name=0;
19332 struct hostent he;
19333 struct hostent *result;
19334 char *buf=0;
19335 int bufsize=0;
19336 int res,errnr;
19337 char *addr=0;
19338 int addrlen=0;
19339 int addrtype=0;
19340 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19341 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19344 return 0;
19346 _ACEOF
19347 rm -f conftest.$ac_objext conftest$ac_exeext
19348 if { (ac_try="$ac_link"
19349 case "(($ac_try" in
19350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19351 *) ac_try_echo=$ac_try;;
19352 esac
19353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19354 (eval "$ac_link") 2>conftest.er1
19355 ac_status=$?
19356 grep -v '^ *+' conftest.er1 >conftest.err
19357 rm -f conftest.er1
19358 cat conftest.err >&5
19359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19360 (exit $ac_status); } && {
19361 test -z "$ac_c_werror_flag" ||
19362 test ! -s conftest.err
19363 } && test -s conftest$ac_exeext &&
19364 $as_test_x conftest$ac_exeext; then
19365 wine_cv_linux_gethostbyname_r_6=yes
19366 else
19367 echo "$as_me: failed program was:" >&5
19368 sed 's/^/| /' conftest.$ac_ext >&5
19370 wine_cv_linux_gethostbyname_r_6=no
19374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19375 conftest$ac_exeext conftest.$ac_ext
19378 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19379 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19380 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19381 then
19383 cat >>confdefs.h <<\_ACEOF
19384 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19385 _ACEOF
19389 if test "$ac_cv_header_linux_joystick_h" = "yes"
19390 then
19391 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19392 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19393 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19394 echo $ECHO_N "(cached) $ECHO_C" >&6
19395 else
19396 cat >conftest.$ac_ext <<_ACEOF
19397 /* confdefs.h. */
19398 _ACEOF
19399 cat confdefs.h >>conftest.$ac_ext
19400 cat >>conftest.$ac_ext <<_ACEOF
19401 /* end confdefs.h. */
19403 #include <sys/ioctl.h>
19404 #include <sys/types.h>
19405 #include <linux/joystick.h>
19407 struct js_event blub;
19408 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19409 #error "no 2.2 header"
19410 #endif
19413 main ()
19415 /*empty*/
19417 return 0;
19419 _ACEOF
19420 rm -f conftest.$ac_objext
19421 if { (ac_try="$ac_compile"
19422 case "(($ac_try" in
19423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19424 *) ac_try_echo=$ac_try;;
19425 esac
19426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19427 (eval "$ac_compile") 2>conftest.er1
19428 ac_status=$?
19429 grep -v '^ *+' conftest.er1 >conftest.err
19430 rm -f conftest.er1
19431 cat conftest.err >&5
19432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19433 (exit $ac_status); } && {
19434 test -z "$ac_c_werror_flag" ||
19435 test ! -s conftest.err
19436 } && test -s conftest.$ac_objext; then
19437 wine_cv_linux_joystick_22_api=yes
19438 else
19439 echo "$as_me: failed program was:" >&5
19440 sed 's/^/| /' conftest.$ac_ext >&5
19442 wine_cv_linux_joystick_22_api=no
19445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19448 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19449 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19450 if test "$wine_cv_linux_joystick_22_api" = "yes"
19451 then
19453 cat >>confdefs.h <<\_ACEOF
19454 #define HAVE_LINUX_22_JOYSTICK_API 1
19455 _ACEOF
19461 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19462 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19463 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19464 echo $ECHO_N "(cached) $ECHO_C" >&6
19465 else
19466 cat >conftest.$ac_ext <<_ACEOF
19467 /* confdefs.h. */
19468 _ACEOF
19469 cat confdefs.h >>conftest.$ac_ext
19470 cat >>conftest.$ac_ext <<_ACEOF
19471 /* end confdefs.h. */
19472 #include <sys/types.h>
19473 #ifdef HAVE_SYS_PARAM_H
19474 # include <sys/param.h>
19475 #endif
19476 #ifdef HAVE_SYS_MOUNT_H
19477 # include <sys/mount.h>
19478 #endif
19479 #ifdef HAVE_SYS_VFS_H
19480 # include <sys/vfs.h>
19481 #endif
19482 #ifdef HAVE_SYS_STATFS_H
19483 # include <sys/statfs.h>
19484 #endif
19487 main ()
19489 static struct statfs ac_aggr;
19490 if (ac_aggr.f_bfree)
19491 return 0;
19493 return 0;
19495 _ACEOF
19496 rm -f conftest.$ac_objext
19497 if { (ac_try="$ac_compile"
19498 case "(($ac_try" in
19499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19500 *) ac_try_echo=$ac_try;;
19501 esac
19502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19503 (eval "$ac_compile") 2>conftest.er1
19504 ac_status=$?
19505 grep -v '^ *+' conftest.er1 >conftest.err
19506 rm -f conftest.er1
19507 cat conftest.err >&5
19508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19509 (exit $ac_status); } && {
19510 test -z "$ac_c_werror_flag" ||
19511 test ! -s conftest.err
19512 } && test -s conftest.$ac_objext; then
19513 ac_cv_member_struct_statfs_f_bfree=yes
19514 else
19515 echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.$ac_ext >&5
19518 cat >conftest.$ac_ext <<_ACEOF
19519 /* confdefs.h. */
19520 _ACEOF
19521 cat confdefs.h >>conftest.$ac_ext
19522 cat >>conftest.$ac_ext <<_ACEOF
19523 /* end confdefs.h. */
19524 #include <sys/types.h>
19525 #ifdef HAVE_SYS_PARAM_H
19526 # include <sys/param.h>
19527 #endif
19528 #ifdef HAVE_SYS_MOUNT_H
19529 # include <sys/mount.h>
19530 #endif
19531 #ifdef HAVE_SYS_VFS_H
19532 # include <sys/vfs.h>
19533 #endif
19534 #ifdef HAVE_SYS_STATFS_H
19535 # include <sys/statfs.h>
19536 #endif
19539 main ()
19541 static struct statfs ac_aggr;
19542 if (sizeof ac_aggr.f_bfree)
19543 return 0;
19545 return 0;
19547 _ACEOF
19548 rm -f conftest.$ac_objext
19549 if { (ac_try="$ac_compile"
19550 case "(($ac_try" in
19551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19552 *) ac_try_echo=$ac_try;;
19553 esac
19554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19555 (eval "$ac_compile") 2>conftest.er1
19556 ac_status=$?
19557 grep -v '^ *+' conftest.er1 >conftest.err
19558 rm -f conftest.er1
19559 cat conftest.err >&5
19560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); } && {
19562 test -z "$ac_c_werror_flag" ||
19563 test ! -s conftest.err
19564 } && test -s conftest.$ac_objext; then
19565 ac_cv_member_struct_statfs_f_bfree=yes
19566 else
19567 echo "$as_me: failed program was:" >&5
19568 sed 's/^/| /' conftest.$ac_ext >&5
19570 ac_cv_member_struct_statfs_f_bfree=no
19573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19578 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19579 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19580 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19582 cat >>confdefs.h <<_ACEOF
19583 #define HAVE_STRUCT_STATFS_F_BFREE 1
19584 _ACEOF
19588 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19589 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19590 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19591 echo $ECHO_N "(cached) $ECHO_C" >&6
19592 else
19593 cat >conftest.$ac_ext <<_ACEOF
19594 /* confdefs.h. */
19595 _ACEOF
19596 cat confdefs.h >>conftest.$ac_ext
19597 cat >>conftest.$ac_ext <<_ACEOF
19598 /* end confdefs.h. */
19599 #include <sys/types.h>
19600 #ifdef HAVE_SYS_PARAM_H
19601 # include <sys/param.h>
19602 #endif
19603 #ifdef HAVE_SYS_MOUNT_H
19604 # include <sys/mount.h>
19605 #endif
19606 #ifdef HAVE_SYS_VFS_H
19607 # include <sys/vfs.h>
19608 #endif
19609 #ifdef HAVE_SYS_STATFS_H
19610 # include <sys/statfs.h>
19611 #endif
19614 main ()
19616 static struct statfs ac_aggr;
19617 if (ac_aggr.f_bavail)
19618 return 0;
19620 return 0;
19622 _ACEOF
19623 rm -f conftest.$ac_objext
19624 if { (ac_try="$ac_compile"
19625 case "(($ac_try" in
19626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19627 *) ac_try_echo=$ac_try;;
19628 esac
19629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19630 (eval "$ac_compile") 2>conftest.er1
19631 ac_status=$?
19632 grep -v '^ *+' conftest.er1 >conftest.err
19633 rm -f conftest.er1
19634 cat conftest.err >&5
19635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19636 (exit $ac_status); } && {
19637 test -z "$ac_c_werror_flag" ||
19638 test ! -s conftest.err
19639 } && test -s conftest.$ac_objext; then
19640 ac_cv_member_struct_statfs_f_bavail=yes
19641 else
19642 echo "$as_me: failed program was:" >&5
19643 sed 's/^/| /' conftest.$ac_ext >&5
19645 cat >conftest.$ac_ext <<_ACEOF
19646 /* confdefs.h. */
19647 _ACEOF
19648 cat confdefs.h >>conftest.$ac_ext
19649 cat >>conftest.$ac_ext <<_ACEOF
19650 /* end confdefs.h. */
19651 #include <sys/types.h>
19652 #ifdef HAVE_SYS_PARAM_H
19653 # include <sys/param.h>
19654 #endif
19655 #ifdef HAVE_SYS_MOUNT_H
19656 # include <sys/mount.h>
19657 #endif
19658 #ifdef HAVE_SYS_VFS_H
19659 # include <sys/vfs.h>
19660 #endif
19661 #ifdef HAVE_SYS_STATFS_H
19662 # include <sys/statfs.h>
19663 #endif
19666 main ()
19668 static struct statfs ac_aggr;
19669 if (sizeof ac_aggr.f_bavail)
19670 return 0;
19672 return 0;
19674 _ACEOF
19675 rm -f conftest.$ac_objext
19676 if { (ac_try="$ac_compile"
19677 case "(($ac_try" in
19678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19679 *) ac_try_echo=$ac_try;;
19680 esac
19681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19682 (eval "$ac_compile") 2>conftest.er1
19683 ac_status=$?
19684 grep -v '^ *+' conftest.er1 >conftest.err
19685 rm -f conftest.er1
19686 cat conftest.err >&5
19687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19688 (exit $ac_status); } && {
19689 test -z "$ac_c_werror_flag" ||
19690 test ! -s conftest.err
19691 } && test -s conftest.$ac_objext; then
19692 ac_cv_member_struct_statfs_f_bavail=yes
19693 else
19694 echo "$as_me: failed program was:" >&5
19695 sed 's/^/| /' conftest.$ac_ext >&5
19697 ac_cv_member_struct_statfs_f_bavail=no
19700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19705 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19706 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19707 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19709 cat >>confdefs.h <<_ACEOF
19710 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19711 _ACEOF
19715 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19716 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19717 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19718 echo $ECHO_N "(cached) $ECHO_C" >&6
19719 else
19720 cat >conftest.$ac_ext <<_ACEOF
19721 /* confdefs.h. */
19722 _ACEOF
19723 cat confdefs.h >>conftest.$ac_ext
19724 cat >>conftest.$ac_ext <<_ACEOF
19725 /* end confdefs.h. */
19726 #include <sys/types.h>
19727 #ifdef HAVE_SYS_PARAM_H
19728 # include <sys/param.h>
19729 #endif
19730 #ifdef HAVE_SYS_MOUNT_H
19731 # include <sys/mount.h>
19732 #endif
19733 #ifdef HAVE_SYS_VFS_H
19734 # include <sys/vfs.h>
19735 #endif
19736 #ifdef HAVE_SYS_STATFS_H
19737 # include <sys/statfs.h>
19738 #endif
19741 main ()
19743 static struct statfs ac_aggr;
19744 if (ac_aggr.f_frsize)
19745 return 0;
19747 return 0;
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754 *) ac_try_echo=$ac_try;;
19755 esac
19756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19757 (eval "$ac_compile") 2>conftest.er1
19758 ac_status=$?
19759 grep -v '^ *+' conftest.er1 >conftest.err
19760 rm -f conftest.er1
19761 cat conftest.err >&5
19762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763 (exit $ac_status); } && {
19764 test -z "$ac_c_werror_flag" ||
19765 test ! -s conftest.err
19766 } && test -s conftest.$ac_objext; then
19767 ac_cv_member_struct_statfs_f_frsize=yes
19768 else
19769 echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19772 cat >conftest.$ac_ext <<_ACEOF
19773 /* confdefs.h. */
19774 _ACEOF
19775 cat confdefs.h >>conftest.$ac_ext
19776 cat >>conftest.$ac_ext <<_ACEOF
19777 /* end confdefs.h. */
19778 #include <sys/types.h>
19779 #ifdef HAVE_SYS_PARAM_H
19780 # include <sys/param.h>
19781 #endif
19782 #ifdef HAVE_SYS_MOUNT_H
19783 # include <sys/mount.h>
19784 #endif
19785 #ifdef HAVE_SYS_VFS_H
19786 # include <sys/vfs.h>
19787 #endif
19788 #ifdef HAVE_SYS_STATFS_H
19789 # include <sys/statfs.h>
19790 #endif
19793 main ()
19795 static struct statfs ac_aggr;
19796 if (sizeof ac_aggr.f_frsize)
19797 return 0;
19799 return 0;
19801 _ACEOF
19802 rm -f conftest.$ac_objext
19803 if { (ac_try="$ac_compile"
19804 case "(($ac_try" in
19805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19806 *) ac_try_echo=$ac_try;;
19807 esac
19808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19809 (eval "$ac_compile") 2>conftest.er1
19810 ac_status=$?
19811 grep -v '^ *+' conftest.er1 >conftest.err
19812 rm -f conftest.er1
19813 cat conftest.err >&5
19814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19815 (exit $ac_status); } && {
19816 test -z "$ac_c_werror_flag" ||
19817 test ! -s conftest.err
19818 } && test -s conftest.$ac_objext; then
19819 ac_cv_member_struct_statfs_f_frsize=yes
19820 else
19821 echo "$as_me: failed program was:" >&5
19822 sed 's/^/| /' conftest.$ac_ext >&5
19824 ac_cv_member_struct_statfs_f_frsize=no
19827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19832 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19833 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19834 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19836 cat >>confdefs.h <<_ACEOF
19837 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19838 _ACEOF
19842 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19843 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19844 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19845 echo $ECHO_N "(cached) $ECHO_C" >&6
19846 else
19847 cat >conftest.$ac_ext <<_ACEOF
19848 /* confdefs.h. */
19849 _ACEOF
19850 cat confdefs.h >>conftest.$ac_ext
19851 cat >>conftest.$ac_ext <<_ACEOF
19852 /* end confdefs.h. */
19853 #include <sys/types.h>
19854 #ifdef HAVE_SYS_PARAM_H
19855 # include <sys/param.h>
19856 #endif
19857 #ifdef HAVE_SYS_MOUNT_H
19858 # include <sys/mount.h>
19859 #endif
19860 #ifdef HAVE_SYS_VFS_H
19861 # include <sys/vfs.h>
19862 #endif
19863 #ifdef HAVE_SYS_STATFS_H
19864 # include <sys/statfs.h>
19865 #endif
19868 main ()
19870 static struct statfs ac_aggr;
19871 if (ac_aggr.f_ffree)
19872 return 0;
19874 return 0;
19876 _ACEOF
19877 rm -f conftest.$ac_objext
19878 if { (ac_try="$ac_compile"
19879 case "(($ac_try" in
19880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19881 *) ac_try_echo=$ac_try;;
19882 esac
19883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19884 (eval "$ac_compile") 2>conftest.er1
19885 ac_status=$?
19886 grep -v '^ *+' conftest.er1 >conftest.err
19887 rm -f conftest.er1
19888 cat conftest.err >&5
19889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19890 (exit $ac_status); } && {
19891 test -z "$ac_c_werror_flag" ||
19892 test ! -s conftest.err
19893 } && test -s conftest.$ac_objext; then
19894 ac_cv_member_struct_statfs_f_ffree=yes
19895 else
19896 echo "$as_me: failed program was:" >&5
19897 sed 's/^/| /' conftest.$ac_ext >&5
19899 cat >conftest.$ac_ext <<_ACEOF
19900 /* confdefs.h. */
19901 _ACEOF
19902 cat confdefs.h >>conftest.$ac_ext
19903 cat >>conftest.$ac_ext <<_ACEOF
19904 /* end confdefs.h. */
19905 #include <sys/types.h>
19906 #ifdef HAVE_SYS_PARAM_H
19907 # include <sys/param.h>
19908 #endif
19909 #ifdef HAVE_SYS_MOUNT_H
19910 # include <sys/mount.h>
19911 #endif
19912 #ifdef HAVE_SYS_VFS_H
19913 # include <sys/vfs.h>
19914 #endif
19915 #ifdef HAVE_SYS_STATFS_H
19916 # include <sys/statfs.h>
19917 #endif
19920 main ()
19922 static struct statfs ac_aggr;
19923 if (sizeof ac_aggr.f_ffree)
19924 return 0;
19926 return 0;
19928 _ACEOF
19929 rm -f conftest.$ac_objext
19930 if { (ac_try="$ac_compile"
19931 case "(($ac_try" in
19932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19933 *) ac_try_echo=$ac_try;;
19934 esac
19935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19936 (eval "$ac_compile") 2>conftest.er1
19937 ac_status=$?
19938 grep -v '^ *+' conftest.er1 >conftest.err
19939 rm -f conftest.er1
19940 cat conftest.err >&5
19941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19942 (exit $ac_status); } && {
19943 test -z "$ac_c_werror_flag" ||
19944 test ! -s conftest.err
19945 } && test -s conftest.$ac_objext; then
19946 ac_cv_member_struct_statfs_f_ffree=yes
19947 else
19948 echo "$as_me: failed program was:" >&5
19949 sed 's/^/| /' conftest.$ac_ext >&5
19951 ac_cv_member_struct_statfs_f_ffree=no
19954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19959 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19960 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19961 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19963 cat >>confdefs.h <<_ACEOF
19964 #define HAVE_STRUCT_STATFS_F_FFREE 1
19965 _ACEOF
19969 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19970 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19971 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19972 echo $ECHO_N "(cached) $ECHO_C" >&6
19973 else
19974 cat >conftest.$ac_ext <<_ACEOF
19975 /* confdefs.h. */
19976 _ACEOF
19977 cat confdefs.h >>conftest.$ac_ext
19978 cat >>conftest.$ac_ext <<_ACEOF
19979 /* end confdefs.h. */
19980 #include <sys/types.h>
19981 #ifdef HAVE_SYS_PARAM_H
19982 # include <sys/param.h>
19983 #endif
19984 #ifdef HAVE_SYS_MOUNT_H
19985 # include <sys/mount.h>
19986 #endif
19987 #ifdef HAVE_SYS_VFS_H
19988 # include <sys/vfs.h>
19989 #endif
19990 #ifdef HAVE_SYS_STATFS_H
19991 # include <sys/statfs.h>
19992 #endif
19995 main ()
19997 static struct statfs ac_aggr;
19998 if (ac_aggr.f_favail)
19999 return 0;
20001 return 0;
20003 _ACEOF
20004 rm -f conftest.$ac_objext
20005 if { (ac_try="$ac_compile"
20006 case "(($ac_try" in
20007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20008 *) ac_try_echo=$ac_try;;
20009 esac
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011 (eval "$ac_compile") 2>conftest.er1
20012 ac_status=$?
20013 grep -v '^ *+' conftest.er1 >conftest.err
20014 rm -f conftest.er1
20015 cat conftest.err >&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); } && {
20018 test -z "$ac_c_werror_flag" ||
20019 test ! -s conftest.err
20020 } && test -s conftest.$ac_objext; then
20021 ac_cv_member_struct_statfs_f_favail=yes
20022 else
20023 echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20026 cat >conftest.$ac_ext <<_ACEOF
20027 /* confdefs.h. */
20028 _ACEOF
20029 cat confdefs.h >>conftest.$ac_ext
20030 cat >>conftest.$ac_ext <<_ACEOF
20031 /* end confdefs.h. */
20032 #include <sys/types.h>
20033 #ifdef HAVE_SYS_PARAM_H
20034 # include <sys/param.h>
20035 #endif
20036 #ifdef HAVE_SYS_MOUNT_H
20037 # include <sys/mount.h>
20038 #endif
20039 #ifdef HAVE_SYS_VFS_H
20040 # include <sys/vfs.h>
20041 #endif
20042 #ifdef HAVE_SYS_STATFS_H
20043 # include <sys/statfs.h>
20044 #endif
20047 main ()
20049 static struct statfs ac_aggr;
20050 if (sizeof ac_aggr.f_favail)
20051 return 0;
20053 return 0;
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060 *) ac_try_echo=$ac_try;;
20061 esac
20062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20063 (eval "$ac_compile") 2>conftest.er1
20064 ac_status=$?
20065 grep -v '^ *+' conftest.er1 >conftest.err
20066 rm -f conftest.er1
20067 cat conftest.err >&5
20068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069 (exit $ac_status); } && {
20070 test -z "$ac_c_werror_flag" ||
20071 test ! -s conftest.err
20072 } && test -s conftest.$ac_objext; then
20073 ac_cv_member_struct_statfs_f_favail=yes
20074 else
20075 echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20078 ac_cv_member_struct_statfs_f_favail=no
20081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20086 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20087 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20088 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20090 cat >>confdefs.h <<_ACEOF
20091 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20092 _ACEOF
20096 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20097 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20098 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20099 echo $ECHO_N "(cached) $ECHO_C" >&6
20100 else
20101 cat >conftest.$ac_ext <<_ACEOF
20102 /* confdefs.h. */
20103 _ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h. */
20107 #include <sys/types.h>
20108 #ifdef HAVE_SYS_PARAM_H
20109 # include <sys/param.h>
20110 #endif
20111 #ifdef HAVE_SYS_MOUNT_H
20112 # include <sys/mount.h>
20113 #endif
20114 #ifdef HAVE_SYS_VFS_H
20115 # include <sys/vfs.h>
20116 #endif
20117 #ifdef HAVE_SYS_STATFS_H
20118 # include <sys/statfs.h>
20119 #endif
20122 main ()
20124 static struct statfs ac_aggr;
20125 if (ac_aggr.f_namelen)
20126 return 0;
20128 return 0;
20130 _ACEOF
20131 rm -f conftest.$ac_objext
20132 if { (ac_try="$ac_compile"
20133 case "(($ac_try" in
20134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20135 *) ac_try_echo=$ac_try;;
20136 esac
20137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20138 (eval "$ac_compile") 2>conftest.er1
20139 ac_status=$?
20140 grep -v '^ *+' conftest.er1 >conftest.err
20141 rm -f conftest.er1
20142 cat conftest.err >&5
20143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144 (exit $ac_status); } && {
20145 test -z "$ac_c_werror_flag" ||
20146 test ! -s conftest.err
20147 } && test -s conftest.$ac_objext; then
20148 ac_cv_member_struct_statfs_f_namelen=yes
20149 else
20150 echo "$as_me: failed program was:" >&5
20151 sed 's/^/| /' conftest.$ac_ext >&5
20153 cat >conftest.$ac_ext <<_ACEOF
20154 /* confdefs.h. */
20155 _ACEOF
20156 cat confdefs.h >>conftest.$ac_ext
20157 cat >>conftest.$ac_ext <<_ACEOF
20158 /* end confdefs.h. */
20159 #include <sys/types.h>
20160 #ifdef HAVE_SYS_PARAM_H
20161 # include <sys/param.h>
20162 #endif
20163 #ifdef HAVE_SYS_MOUNT_H
20164 # include <sys/mount.h>
20165 #endif
20166 #ifdef HAVE_SYS_VFS_H
20167 # include <sys/vfs.h>
20168 #endif
20169 #ifdef HAVE_SYS_STATFS_H
20170 # include <sys/statfs.h>
20171 #endif
20174 main ()
20176 static struct statfs ac_aggr;
20177 if (sizeof ac_aggr.f_namelen)
20178 return 0;
20180 return 0;
20182 _ACEOF
20183 rm -f conftest.$ac_objext
20184 if { (ac_try="$ac_compile"
20185 case "(($ac_try" in
20186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20187 *) ac_try_echo=$ac_try;;
20188 esac
20189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20190 (eval "$ac_compile") 2>conftest.er1
20191 ac_status=$?
20192 grep -v '^ *+' conftest.er1 >conftest.err
20193 rm -f conftest.er1
20194 cat conftest.err >&5
20195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); } && {
20197 test -z "$ac_c_werror_flag" ||
20198 test ! -s conftest.err
20199 } && test -s conftest.$ac_objext; then
20200 ac_cv_member_struct_statfs_f_namelen=yes
20201 else
20202 echo "$as_me: failed program was:" >&5
20203 sed 's/^/| /' conftest.$ac_ext >&5
20205 ac_cv_member_struct_statfs_f_namelen=no
20208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20213 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20214 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20215 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20217 cat >>confdefs.h <<_ACEOF
20218 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20219 _ACEOF
20225 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20226 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20227 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20228 echo $ECHO_N "(cached) $ECHO_C" >&6
20229 else
20230 cat >conftest.$ac_ext <<_ACEOF
20231 /* confdefs.h. */
20232 _ACEOF
20233 cat confdefs.h >>conftest.$ac_ext
20234 cat >>conftest.$ac_ext <<_ACEOF
20235 /* end confdefs.h. */
20236 #ifdef HAVE_SYS_STATVFS_H
20237 #include <sys/statvfs.h>
20238 #endif
20241 main ()
20243 static struct statvfs ac_aggr;
20244 if (ac_aggr.f_blocks)
20245 return 0;
20247 return 0;
20249 _ACEOF
20250 rm -f conftest.$ac_objext
20251 if { (ac_try="$ac_compile"
20252 case "(($ac_try" in
20253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20254 *) ac_try_echo=$ac_try;;
20255 esac
20256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20257 (eval "$ac_compile") 2>conftest.er1
20258 ac_status=$?
20259 grep -v '^ *+' conftest.er1 >conftest.err
20260 rm -f conftest.er1
20261 cat conftest.err >&5
20262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20263 (exit $ac_status); } && {
20264 test -z "$ac_c_werror_flag" ||
20265 test ! -s conftest.err
20266 } && test -s conftest.$ac_objext; then
20267 ac_cv_member_struct_statvfs_f_blocks=yes
20268 else
20269 echo "$as_me: failed program was:" >&5
20270 sed 's/^/| /' conftest.$ac_ext >&5
20272 cat >conftest.$ac_ext <<_ACEOF
20273 /* confdefs.h. */
20274 _ACEOF
20275 cat confdefs.h >>conftest.$ac_ext
20276 cat >>conftest.$ac_ext <<_ACEOF
20277 /* end confdefs.h. */
20278 #ifdef HAVE_SYS_STATVFS_H
20279 #include <sys/statvfs.h>
20280 #endif
20283 main ()
20285 static struct statvfs ac_aggr;
20286 if (sizeof ac_aggr.f_blocks)
20287 return 0;
20289 return 0;
20291 _ACEOF
20292 rm -f conftest.$ac_objext
20293 if { (ac_try="$ac_compile"
20294 case "(($ac_try" in
20295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20296 *) ac_try_echo=$ac_try;;
20297 esac
20298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20299 (eval "$ac_compile") 2>conftest.er1
20300 ac_status=$?
20301 grep -v '^ *+' conftest.er1 >conftest.err
20302 rm -f conftest.er1
20303 cat conftest.err >&5
20304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20305 (exit $ac_status); } && {
20306 test -z "$ac_c_werror_flag" ||
20307 test ! -s conftest.err
20308 } && test -s conftest.$ac_objext; then
20309 ac_cv_member_struct_statvfs_f_blocks=yes
20310 else
20311 echo "$as_me: failed program was:" >&5
20312 sed 's/^/| /' conftest.$ac_ext >&5
20314 ac_cv_member_struct_statvfs_f_blocks=no
20317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20322 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20323 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20324 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20326 cat >>confdefs.h <<_ACEOF
20327 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20328 _ACEOF
20334 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20335 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20336 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20337 echo $ECHO_N "(cached) $ECHO_C" >&6
20338 else
20339 cat >conftest.$ac_ext <<_ACEOF
20340 /* confdefs.h. */
20341 _ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h. */
20345 #include <sys/types.h>
20346 #ifdef HAVE_SYS_SOCKET_H
20347 # include <sys/socket.h>
20348 #endif
20349 #ifdef HAVE_SYS_UN_H
20350 # include <sys/un.h>
20351 #endif
20354 main ()
20356 static struct msghdr ac_aggr;
20357 if (ac_aggr.msg_accrights)
20358 return 0;
20360 return 0;
20362 _ACEOF
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20367 *) ac_try_echo=$ac_try;;
20368 esac
20369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20370 (eval "$ac_compile") 2>conftest.er1
20371 ac_status=$?
20372 grep -v '^ *+' conftest.er1 >conftest.err
20373 rm -f conftest.er1
20374 cat conftest.err >&5
20375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376 (exit $ac_status); } && {
20377 test -z "$ac_c_werror_flag" ||
20378 test ! -s conftest.err
20379 } && test -s conftest.$ac_objext; then
20380 ac_cv_member_struct_msghdr_msg_accrights=yes
20381 else
20382 echo "$as_me: failed program was:" >&5
20383 sed 's/^/| /' conftest.$ac_ext >&5
20385 cat >conftest.$ac_ext <<_ACEOF
20386 /* confdefs.h. */
20387 _ACEOF
20388 cat confdefs.h >>conftest.$ac_ext
20389 cat >>conftest.$ac_ext <<_ACEOF
20390 /* end confdefs.h. */
20391 #include <sys/types.h>
20392 #ifdef HAVE_SYS_SOCKET_H
20393 # include <sys/socket.h>
20394 #endif
20395 #ifdef HAVE_SYS_UN_H
20396 # include <sys/un.h>
20397 #endif
20400 main ()
20402 static struct msghdr ac_aggr;
20403 if (sizeof ac_aggr.msg_accrights)
20404 return 0;
20406 return 0;
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (ac_try="$ac_compile"
20411 case "(($ac_try" in
20412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20413 *) ac_try_echo=$ac_try;;
20414 esac
20415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20416 (eval "$ac_compile") 2>conftest.er1
20417 ac_status=$?
20418 grep -v '^ *+' conftest.er1 >conftest.err
20419 rm -f conftest.er1
20420 cat conftest.err >&5
20421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20422 (exit $ac_status); } && {
20423 test -z "$ac_c_werror_flag" ||
20424 test ! -s conftest.err
20425 } && test -s conftest.$ac_objext; then
20426 ac_cv_member_struct_msghdr_msg_accrights=yes
20427 else
20428 echo "$as_me: failed program was:" >&5
20429 sed 's/^/| /' conftest.$ac_ext >&5
20431 ac_cv_member_struct_msghdr_msg_accrights=no
20434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20439 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20440 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20441 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20443 cat >>confdefs.h <<_ACEOF
20444 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20445 _ACEOF
20449 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20450 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20451 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20452 echo $ECHO_N "(cached) $ECHO_C" >&6
20453 else
20454 cat >conftest.$ac_ext <<_ACEOF
20455 /* confdefs.h. */
20456 _ACEOF
20457 cat confdefs.h >>conftest.$ac_ext
20458 cat >>conftest.$ac_ext <<_ACEOF
20459 /* end confdefs.h. */
20460 #include <sys/types.h>
20461 #ifdef HAVE_SYS_SOCKET_H
20462 # include <sys/socket.h>
20463 #endif
20464 #ifdef HAVE_SYS_UN_H
20465 # include <sys/un.h>
20466 #endif
20469 main ()
20471 static struct sockaddr ac_aggr;
20472 if (ac_aggr.sa_len)
20473 return 0;
20475 return 0;
20477 _ACEOF
20478 rm -f conftest.$ac_objext
20479 if { (ac_try="$ac_compile"
20480 case "(($ac_try" in
20481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20482 *) ac_try_echo=$ac_try;;
20483 esac
20484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20485 (eval "$ac_compile") 2>conftest.er1
20486 ac_status=$?
20487 grep -v '^ *+' conftest.er1 >conftest.err
20488 rm -f conftest.er1
20489 cat conftest.err >&5
20490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20491 (exit $ac_status); } && {
20492 test -z "$ac_c_werror_flag" ||
20493 test ! -s conftest.err
20494 } && test -s conftest.$ac_objext; then
20495 ac_cv_member_struct_sockaddr_sa_len=yes
20496 else
20497 echo "$as_me: failed program was:" >&5
20498 sed 's/^/| /' conftest.$ac_ext >&5
20500 cat >conftest.$ac_ext <<_ACEOF
20501 /* confdefs.h. */
20502 _ACEOF
20503 cat confdefs.h >>conftest.$ac_ext
20504 cat >>conftest.$ac_ext <<_ACEOF
20505 /* end confdefs.h. */
20506 #include <sys/types.h>
20507 #ifdef HAVE_SYS_SOCKET_H
20508 # include <sys/socket.h>
20509 #endif
20510 #ifdef HAVE_SYS_UN_H
20511 # include <sys/un.h>
20512 #endif
20515 main ()
20517 static struct sockaddr ac_aggr;
20518 if (sizeof ac_aggr.sa_len)
20519 return 0;
20521 return 0;
20523 _ACEOF
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20528 *) ac_try_echo=$ac_try;;
20529 esac
20530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20531 (eval "$ac_compile") 2>conftest.er1
20532 ac_status=$?
20533 grep -v '^ *+' conftest.er1 >conftest.err
20534 rm -f conftest.er1
20535 cat conftest.err >&5
20536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20537 (exit $ac_status); } && {
20538 test -z "$ac_c_werror_flag" ||
20539 test ! -s conftest.err
20540 } && test -s conftest.$ac_objext; then
20541 ac_cv_member_struct_sockaddr_sa_len=yes
20542 else
20543 echo "$as_me: failed program was:" >&5
20544 sed 's/^/| /' conftest.$ac_ext >&5
20546 ac_cv_member_struct_sockaddr_sa_len=no
20549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20554 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20555 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20556 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20558 cat >>confdefs.h <<_ACEOF
20559 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20560 _ACEOF
20564 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20565 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20566 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20567 echo $ECHO_N "(cached) $ECHO_C" >&6
20568 else
20569 cat >conftest.$ac_ext <<_ACEOF
20570 /* confdefs.h. */
20571 _ACEOF
20572 cat confdefs.h >>conftest.$ac_ext
20573 cat >>conftest.$ac_ext <<_ACEOF
20574 /* end confdefs.h. */
20575 #include <sys/types.h>
20576 #ifdef HAVE_SYS_SOCKET_H
20577 # include <sys/socket.h>
20578 #endif
20579 #ifdef HAVE_SYS_UN_H
20580 # include <sys/un.h>
20581 #endif
20584 main ()
20586 static struct sockaddr_un ac_aggr;
20587 if (ac_aggr.sun_len)
20588 return 0;
20590 return 0;
20592 _ACEOF
20593 rm -f conftest.$ac_objext
20594 if { (ac_try="$ac_compile"
20595 case "(($ac_try" in
20596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20597 *) ac_try_echo=$ac_try;;
20598 esac
20599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20600 (eval "$ac_compile") 2>conftest.er1
20601 ac_status=$?
20602 grep -v '^ *+' conftest.er1 >conftest.err
20603 rm -f conftest.er1
20604 cat conftest.err >&5
20605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20606 (exit $ac_status); } && {
20607 test -z "$ac_c_werror_flag" ||
20608 test ! -s conftest.err
20609 } && test -s conftest.$ac_objext; then
20610 ac_cv_member_struct_sockaddr_un_sun_len=yes
20611 else
20612 echo "$as_me: failed program was:" >&5
20613 sed 's/^/| /' conftest.$ac_ext >&5
20615 cat >conftest.$ac_ext <<_ACEOF
20616 /* confdefs.h. */
20617 _ACEOF
20618 cat confdefs.h >>conftest.$ac_ext
20619 cat >>conftest.$ac_ext <<_ACEOF
20620 /* end confdefs.h. */
20621 #include <sys/types.h>
20622 #ifdef HAVE_SYS_SOCKET_H
20623 # include <sys/socket.h>
20624 #endif
20625 #ifdef HAVE_SYS_UN_H
20626 # include <sys/un.h>
20627 #endif
20630 main ()
20632 static struct sockaddr_un ac_aggr;
20633 if (sizeof ac_aggr.sun_len)
20634 return 0;
20636 return 0;
20638 _ACEOF
20639 rm -f conftest.$ac_objext
20640 if { (ac_try="$ac_compile"
20641 case "(($ac_try" in
20642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20643 *) ac_try_echo=$ac_try;;
20644 esac
20645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20646 (eval "$ac_compile") 2>conftest.er1
20647 ac_status=$?
20648 grep -v '^ *+' conftest.er1 >conftest.err
20649 rm -f conftest.er1
20650 cat conftest.err >&5
20651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20652 (exit $ac_status); } && {
20653 test -z "$ac_c_werror_flag" ||
20654 test ! -s conftest.err
20655 } && test -s conftest.$ac_objext; then
20656 ac_cv_member_struct_sockaddr_un_sun_len=yes
20657 else
20658 echo "$as_me: failed program was:" >&5
20659 sed 's/^/| /' conftest.$ac_ext >&5
20661 ac_cv_member_struct_sockaddr_un_sun_len=no
20664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20669 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20670 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20671 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20673 cat >>confdefs.h <<_ACEOF
20674 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20675 _ACEOF
20681 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20682 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20683 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20684 echo $ECHO_N "(cached) $ECHO_C" >&6
20685 else
20686 cat >conftest.$ac_ext <<_ACEOF
20687 /* confdefs.h. */
20688 _ACEOF
20689 cat confdefs.h >>conftest.$ac_ext
20690 cat >>conftest.$ac_ext <<_ACEOF
20691 /* end confdefs.h. */
20692 #include <sys/types.h>
20693 #ifdef HAVE_SCSI_SG_H
20694 #include <scsi/sg.h>
20695 #endif
20698 main ()
20700 static scsireq_t ac_aggr;
20701 if (ac_aggr.cmd)
20702 return 0;
20704 return 0;
20706 _ACEOF
20707 rm -f conftest.$ac_objext
20708 if { (ac_try="$ac_compile"
20709 case "(($ac_try" in
20710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20711 *) ac_try_echo=$ac_try;;
20712 esac
20713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20714 (eval "$ac_compile") 2>conftest.er1
20715 ac_status=$?
20716 grep -v '^ *+' conftest.er1 >conftest.err
20717 rm -f conftest.er1
20718 cat conftest.err >&5
20719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20720 (exit $ac_status); } && {
20721 test -z "$ac_c_werror_flag" ||
20722 test ! -s conftest.err
20723 } && test -s conftest.$ac_objext; then
20724 ac_cv_member_scsireq_t_cmd=yes
20725 else
20726 echo "$as_me: failed program was:" >&5
20727 sed 's/^/| /' conftest.$ac_ext >&5
20729 cat >conftest.$ac_ext <<_ACEOF
20730 /* confdefs.h. */
20731 _ACEOF
20732 cat confdefs.h >>conftest.$ac_ext
20733 cat >>conftest.$ac_ext <<_ACEOF
20734 /* end confdefs.h. */
20735 #include <sys/types.h>
20736 #ifdef HAVE_SCSI_SG_H
20737 #include <scsi/sg.h>
20738 #endif
20741 main ()
20743 static scsireq_t ac_aggr;
20744 if (sizeof ac_aggr.cmd)
20745 return 0;
20747 return 0;
20749 _ACEOF
20750 rm -f conftest.$ac_objext
20751 if { (ac_try="$ac_compile"
20752 case "(($ac_try" in
20753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20754 *) ac_try_echo=$ac_try;;
20755 esac
20756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20757 (eval "$ac_compile") 2>conftest.er1
20758 ac_status=$?
20759 grep -v '^ *+' conftest.er1 >conftest.err
20760 rm -f conftest.er1
20761 cat conftest.err >&5
20762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20763 (exit $ac_status); } && {
20764 test -z "$ac_c_werror_flag" ||
20765 test ! -s conftest.err
20766 } && test -s conftest.$ac_objext; then
20767 ac_cv_member_scsireq_t_cmd=yes
20768 else
20769 echo "$as_me: failed program was:" >&5
20770 sed 's/^/| /' conftest.$ac_ext >&5
20772 ac_cv_member_scsireq_t_cmd=no
20775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20780 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20781 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20782 if test $ac_cv_member_scsireq_t_cmd = yes; then
20784 cat >>confdefs.h <<_ACEOF
20785 #define HAVE_SCSIREQ_T_CMD 1
20786 _ACEOF
20790 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20791 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20792 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20793 echo $ECHO_N "(cached) $ECHO_C" >&6
20794 else
20795 cat >conftest.$ac_ext <<_ACEOF
20796 /* confdefs.h. */
20797 _ACEOF
20798 cat confdefs.h >>conftest.$ac_ext
20799 cat >>conftest.$ac_ext <<_ACEOF
20800 /* end confdefs.h. */
20801 #include <sys/types.h>
20802 #ifdef HAVE_SCSI_SG_H
20803 #include <scsi/sg.h>
20804 #endif
20807 main ()
20809 static sg_io_hdr_t ac_aggr;
20810 if (ac_aggr.interface_id)
20811 return 0;
20813 return 0;
20815 _ACEOF
20816 rm -f conftest.$ac_objext
20817 if { (ac_try="$ac_compile"
20818 case "(($ac_try" in
20819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20820 *) ac_try_echo=$ac_try;;
20821 esac
20822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20823 (eval "$ac_compile") 2>conftest.er1
20824 ac_status=$?
20825 grep -v '^ *+' conftest.er1 >conftest.err
20826 rm -f conftest.er1
20827 cat conftest.err >&5
20828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20829 (exit $ac_status); } && {
20830 test -z "$ac_c_werror_flag" ||
20831 test ! -s conftest.err
20832 } && test -s conftest.$ac_objext; then
20833 ac_cv_member_sg_io_hdr_t_interface_id=yes
20834 else
20835 echo "$as_me: failed program was:" >&5
20836 sed 's/^/| /' conftest.$ac_ext >&5
20838 cat >conftest.$ac_ext <<_ACEOF
20839 /* confdefs.h. */
20840 _ACEOF
20841 cat confdefs.h >>conftest.$ac_ext
20842 cat >>conftest.$ac_ext <<_ACEOF
20843 /* end confdefs.h. */
20844 #include <sys/types.h>
20845 #ifdef HAVE_SCSI_SG_H
20846 #include <scsi/sg.h>
20847 #endif
20850 main ()
20852 static sg_io_hdr_t ac_aggr;
20853 if (sizeof ac_aggr.interface_id)
20854 return 0;
20856 return 0;
20858 _ACEOF
20859 rm -f conftest.$ac_objext
20860 if { (ac_try="$ac_compile"
20861 case "(($ac_try" in
20862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863 *) ac_try_echo=$ac_try;;
20864 esac
20865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866 (eval "$ac_compile") 2>conftest.er1
20867 ac_status=$?
20868 grep -v '^ *+' conftest.er1 >conftest.err
20869 rm -f conftest.er1
20870 cat conftest.err >&5
20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20872 (exit $ac_status); } && {
20873 test -z "$ac_c_werror_flag" ||
20874 test ! -s conftest.err
20875 } && test -s conftest.$ac_objext; then
20876 ac_cv_member_sg_io_hdr_t_interface_id=yes
20877 else
20878 echo "$as_me: failed program was:" >&5
20879 sed 's/^/| /' conftest.$ac_ext >&5
20881 ac_cv_member_sg_io_hdr_t_interface_id=no
20884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20889 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20890 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20891 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20893 cat >>confdefs.h <<_ACEOF
20894 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20895 _ACEOF
20901 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20902 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20903 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20904 echo $ECHO_N "(cached) $ECHO_C" >&6
20905 else
20906 cat >conftest.$ac_ext <<_ACEOF
20907 /* confdefs.h. */
20908 _ACEOF
20909 cat confdefs.h >>conftest.$ac_ext
20910 cat >>conftest.$ac_ext <<_ACEOF
20911 /* end confdefs.h. */
20912 #include <signal.h>
20915 main ()
20917 static siginfo_t ac_aggr;
20918 if (ac_aggr.si_fd)
20919 return 0;
20921 return 0;
20923 _ACEOF
20924 rm -f conftest.$ac_objext
20925 if { (ac_try="$ac_compile"
20926 case "(($ac_try" in
20927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20928 *) ac_try_echo=$ac_try;;
20929 esac
20930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20931 (eval "$ac_compile") 2>conftest.er1
20932 ac_status=$?
20933 grep -v '^ *+' conftest.er1 >conftest.err
20934 rm -f conftest.er1
20935 cat conftest.err >&5
20936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20937 (exit $ac_status); } && {
20938 test -z "$ac_c_werror_flag" ||
20939 test ! -s conftest.err
20940 } && test -s conftest.$ac_objext; then
20941 ac_cv_member_siginfo_t_si_fd=yes
20942 else
20943 echo "$as_me: failed program was:" >&5
20944 sed 's/^/| /' conftest.$ac_ext >&5
20946 cat >conftest.$ac_ext <<_ACEOF
20947 /* confdefs.h. */
20948 _ACEOF
20949 cat confdefs.h >>conftest.$ac_ext
20950 cat >>conftest.$ac_ext <<_ACEOF
20951 /* end confdefs.h. */
20952 #include <signal.h>
20955 main ()
20957 static siginfo_t ac_aggr;
20958 if (sizeof ac_aggr.si_fd)
20959 return 0;
20961 return 0;
20963 _ACEOF
20964 rm -f conftest.$ac_objext
20965 if { (ac_try="$ac_compile"
20966 case "(($ac_try" in
20967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20968 *) ac_try_echo=$ac_try;;
20969 esac
20970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20971 (eval "$ac_compile") 2>conftest.er1
20972 ac_status=$?
20973 grep -v '^ *+' conftest.er1 >conftest.err
20974 rm -f conftest.er1
20975 cat conftest.err >&5
20976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20977 (exit $ac_status); } && {
20978 test -z "$ac_c_werror_flag" ||
20979 test ! -s conftest.err
20980 } && test -s conftest.$ac_objext; then
20981 ac_cv_member_siginfo_t_si_fd=yes
20982 else
20983 echo "$as_me: failed program was:" >&5
20984 sed 's/^/| /' conftest.$ac_ext >&5
20986 ac_cv_member_siginfo_t_si_fd=no
20989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20994 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20995 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20996 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20998 cat >>confdefs.h <<_ACEOF
20999 #define HAVE_SIGINFO_T_SI_FD 1
21000 _ACEOF
21006 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21007 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21008 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21009 echo $ECHO_N "(cached) $ECHO_C" >&6
21010 else
21011 cat >conftest.$ac_ext <<_ACEOF
21012 /* confdefs.h. */
21013 _ACEOF
21014 cat confdefs.h >>conftest.$ac_ext
21015 cat >>conftest.$ac_ext <<_ACEOF
21016 /* end confdefs.h. */
21017 #include <sys/types.h>
21018 #ifdef HAVE_SYS_MTIO_H
21019 #include <sys/mtio.h>
21020 #endif
21023 main ()
21025 static struct mtget ac_aggr;
21026 if (ac_aggr.mt_blksiz)
21027 return 0;
21029 return 0;
21031 _ACEOF
21032 rm -f conftest.$ac_objext
21033 if { (ac_try="$ac_compile"
21034 case "(($ac_try" in
21035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21036 *) ac_try_echo=$ac_try;;
21037 esac
21038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21039 (eval "$ac_compile") 2>conftest.er1
21040 ac_status=$?
21041 grep -v '^ *+' conftest.er1 >conftest.err
21042 rm -f conftest.er1
21043 cat conftest.err >&5
21044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21045 (exit $ac_status); } && {
21046 test -z "$ac_c_werror_flag" ||
21047 test ! -s conftest.err
21048 } && test -s conftest.$ac_objext; then
21049 ac_cv_member_struct_mtget_mt_blksiz=yes
21050 else
21051 echo "$as_me: failed program was:" >&5
21052 sed 's/^/| /' conftest.$ac_ext >&5
21054 cat >conftest.$ac_ext <<_ACEOF
21055 /* confdefs.h. */
21056 _ACEOF
21057 cat confdefs.h >>conftest.$ac_ext
21058 cat >>conftest.$ac_ext <<_ACEOF
21059 /* end confdefs.h. */
21060 #include <sys/types.h>
21061 #ifdef HAVE_SYS_MTIO_H
21062 #include <sys/mtio.h>
21063 #endif
21066 main ()
21068 static struct mtget ac_aggr;
21069 if (sizeof ac_aggr.mt_blksiz)
21070 return 0;
21072 return 0;
21074 _ACEOF
21075 rm -f conftest.$ac_objext
21076 if { (ac_try="$ac_compile"
21077 case "(($ac_try" in
21078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21079 *) ac_try_echo=$ac_try;;
21080 esac
21081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21082 (eval "$ac_compile") 2>conftest.er1
21083 ac_status=$?
21084 grep -v '^ *+' conftest.er1 >conftest.err
21085 rm -f conftest.er1
21086 cat conftest.err >&5
21087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21088 (exit $ac_status); } && {
21089 test -z "$ac_c_werror_flag" ||
21090 test ! -s conftest.err
21091 } && test -s conftest.$ac_objext; then
21092 ac_cv_member_struct_mtget_mt_blksiz=yes
21093 else
21094 echo "$as_me: failed program was:" >&5
21095 sed 's/^/| /' conftest.$ac_ext >&5
21097 ac_cv_member_struct_mtget_mt_blksiz=no
21100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21105 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21106 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21107 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21109 cat >>confdefs.h <<_ACEOF
21110 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21111 _ACEOF
21115 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21116 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21117 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21118 echo $ECHO_N "(cached) $ECHO_C" >&6
21119 else
21120 cat >conftest.$ac_ext <<_ACEOF
21121 /* confdefs.h. */
21122 _ACEOF
21123 cat confdefs.h >>conftest.$ac_ext
21124 cat >>conftest.$ac_ext <<_ACEOF
21125 /* end confdefs.h. */
21126 #include <sys/types.h>
21127 #ifdef HAVE_SYS_MTIO_H
21128 #include <sys/mtio.h>
21129 #endif
21132 main ()
21134 static struct mtget ac_aggr;
21135 if (ac_aggr.mt_gstat)
21136 return 0;
21138 return 0;
21140 _ACEOF
21141 rm -f conftest.$ac_objext
21142 if { (ac_try="$ac_compile"
21143 case "(($ac_try" in
21144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21145 *) ac_try_echo=$ac_try;;
21146 esac
21147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21148 (eval "$ac_compile") 2>conftest.er1
21149 ac_status=$?
21150 grep -v '^ *+' conftest.er1 >conftest.err
21151 rm -f conftest.er1
21152 cat conftest.err >&5
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); } && {
21155 test -z "$ac_c_werror_flag" ||
21156 test ! -s conftest.err
21157 } && test -s conftest.$ac_objext; then
21158 ac_cv_member_struct_mtget_mt_gstat=yes
21159 else
21160 echo "$as_me: failed program was:" >&5
21161 sed 's/^/| /' conftest.$ac_ext >&5
21163 cat >conftest.$ac_ext <<_ACEOF
21164 /* confdefs.h. */
21165 _ACEOF
21166 cat confdefs.h >>conftest.$ac_ext
21167 cat >>conftest.$ac_ext <<_ACEOF
21168 /* end confdefs.h. */
21169 #include <sys/types.h>
21170 #ifdef HAVE_SYS_MTIO_H
21171 #include <sys/mtio.h>
21172 #endif
21175 main ()
21177 static struct mtget ac_aggr;
21178 if (sizeof ac_aggr.mt_gstat)
21179 return 0;
21181 return 0;
21183 _ACEOF
21184 rm -f conftest.$ac_objext
21185 if { (ac_try="$ac_compile"
21186 case "(($ac_try" in
21187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21188 *) ac_try_echo=$ac_try;;
21189 esac
21190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21191 (eval "$ac_compile") 2>conftest.er1
21192 ac_status=$?
21193 grep -v '^ *+' conftest.er1 >conftest.err
21194 rm -f conftest.er1
21195 cat conftest.err >&5
21196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21197 (exit $ac_status); } && {
21198 test -z "$ac_c_werror_flag" ||
21199 test ! -s conftest.err
21200 } && test -s conftest.$ac_objext; then
21201 ac_cv_member_struct_mtget_mt_gstat=yes
21202 else
21203 echo "$as_me: failed program was:" >&5
21204 sed 's/^/| /' conftest.$ac_ext >&5
21206 ac_cv_member_struct_mtget_mt_gstat=no
21209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21214 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21215 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21216 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21218 cat >>confdefs.h <<_ACEOF
21219 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21220 _ACEOF
21224 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21225 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21226 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21227 echo $ECHO_N "(cached) $ECHO_C" >&6
21228 else
21229 cat >conftest.$ac_ext <<_ACEOF
21230 /* confdefs.h. */
21231 _ACEOF
21232 cat confdefs.h >>conftest.$ac_ext
21233 cat >>conftest.$ac_ext <<_ACEOF
21234 /* end confdefs.h. */
21235 #include <sys/types.h>
21236 #ifdef HAVE_SYS_MTIO_H
21237 #include <sys/mtio.h>
21238 #endif
21241 main ()
21243 static struct mtget ac_aggr;
21244 if (ac_aggr.mt_blkno)
21245 return 0;
21247 return 0;
21249 _ACEOF
21250 rm -f conftest.$ac_objext
21251 if { (ac_try="$ac_compile"
21252 case "(($ac_try" in
21253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21254 *) ac_try_echo=$ac_try;;
21255 esac
21256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21257 (eval "$ac_compile") 2>conftest.er1
21258 ac_status=$?
21259 grep -v '^ *+' conftest.er1 >conftest.err
21260 rm -f conftest.er1
21261 cat conftest.err >&5
21262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21263 (exit $ac_status); } && {
21264 test -z "$ac_c_werror_flag" ||
21265 test ! -s conftest.err
21266 } && test -s conftest.$ac_objext; then
21267 ac_cv_member_struct_mtget_mt_blkno=yes
21268 else
21269 echo "$as_me: failed program was:" >&5
21270 sed 's/^/| /' conftest.$ac_ext >&5
21272 cat >conftest.$ac_ext <<_ACEOF
21273 /* confdefs.h. */
21274 _ACEOF
21275 cat confdefs.h >>conftest.$ac_ext
21276 cat >>conftest.$ac_ext <<_ACEOF
21277 /* end confdefs.h. */
21278 #include <sys/types.h>
21279 #ifdef HAVE_SYS_MTIO_H
21280 #include <sys/mtio.h>
21281 #endif
21284 main ()
21286 static struct mtget ac_aggr;
21287 if (sizeof ac_aggr.mt_blkno)
21288 return 0;
21290 return 0;
21292 _ACEOF
21293 rm -f conftest.$ac_objext
21294 if { (ac_try="$ac_compile"
21295 case "(($ac_try" in
21296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21297 *) ac_try_echo=$ac_try;;
21298 esac
21299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21300 (eval "$ac_compile") 2>conftest.er1
21301 ac_status=$?
21302 grep -v '^ *+' conftest.er1 >conftest.err
21303 rm -f conftest.er1
21304 cat conftest.err >&5
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); } && {
21307 test -z "$ac_c_werror_flag" ||
21308 test ! -s conftest.err
21309 } && test -s conftest.$ac_objext; then
21310 ac_cv_member_struct_mtget_mt_blkno=yes
21311 else
21312 echo "$as_me: failed program was:" >&5
21313 sed 's/^/| /' conftest.$ac_ext >&5
21315 ac_cv_member_struct_mtget_mt_blkno=no
21318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21323 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21324 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21325 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21327 cat >>confdefs.h <<_ACEOF
21328 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21329 _ACEOF
21335 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21336 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21337 if test "${ac_cv_member_struct_option_name+set}" = set; then
21338 echo $ECHO_N "(cached) $ECHO_C" >&6
21339 else
21340 cat >conftest.$ac_ext <<_ACEOF
21341 /* confdefs.h. */
21342 _ACEOF
21343 cat confdefs.h >>conftest.$ac_ext
21344 cat >>conftest.$ac_ext <<_ACEOF
21345 /* end confdefs.h. */
21346 #ifdef HAVE_GETOPT_H
21347 #include <getopt.h>
21348 #endif
21351 main ()
21353 static struct option ac_aggr;
21354 if (ac_aggr.name)
21355 return 0;
21357 return 0;
21359 _ACEOF
21360 rm -f conftest.$ac_objext
21361 if { (ac_try="$ac_compile"
21362 case "(($ac_try" in
21363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21364 *) ac_try_echo=$ac_try;;
21365 esac
21366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21367 (eval "$ac_compile") 2>conftest.er1
21368 ac_status=$?
21369 grep -v '^ *+' conftest.er1 >conftest.err
21370 rm -f conftest.er1
21371 cat conftest.err >&5
21372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21373 (exit $ac_status); } && {
21374 test -z "$ac_c_werror_flag" ||
21375 test ! -s conftest.err
21376 } && test -s conftest.$ac_objext; then
21377 ac_cv_member_struct_option_name=yes
21378 else
21379 echo "$as_me: failed program was:" >&5
21380 sed 's/^/| /' conftest.$ac_ext >&5
21382 cat >conftest.$ac_ext <<_ACEOF
21383 /* confdefs.h. */
21384 _ACEOF
21385 cat confdefs.h >>conftest.$ac_ext
21386 cat >>conftest.$ac_ext <<_ACEOF
21387 /* end confdefs.h. */
21388 #ifdef HAVE_GETOPT_H
21389 #include <getopt.h>
21390 #endif
21393 main ()
21395 static struct option ac_aggr;
21396 if (sizeof ac_aggr.name)
21397 return 0;
21399 return 0;
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (ac_try="$ac_compile"
21404 case "(($ac_try" in
21405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21406 *) ac_try_echo=$ac_try;;
21407 esac
21408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21409 (eval "$ac_compile") 2>conftest.er1
21410 ac_status=$?
21411 grep -v '^ *+' conftest.er1 >conftest.err
21412 rm -f conftest.er1
21413 cat conftest.err >&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); } && {
21416 test -z "$ac_c_werror_flag" ||
21417 test ! -s conftest.err
21418 } && test -s conftest.$ac_objext; then
21419 ac_cv_member_struct_option_name=yes
21420 else
21421 echo "$as_me: failed program was:" >&5
21422 sed 's/^/| /' conftest.$ac_ext >&5
21424 ac_cv_member_struct_option_name=no
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21433 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21434 if test $ac_cv_member_struct_option_name = yes; then
21436 cat >>confdefs.h <<_ACEOF
21437 #define HAVE_STRUCT_OPTION_NAME 1
21438 _ACEOF
21444 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21445 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21446 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21447 echo $ECHO_N "(cached) $ECHO_C" >&6
21448 else
21449 cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h. */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h. */
21455 $ac_includes_default
21457 main ()
21459 static struct stat ac_aggr;
21460 if (ac_aggr.st_blocks)
21461 return 0;
21463 return 0;
21465 _ACEOF
21466 rm -f conftest.$ac_objext
21467 if { (ac_try="$ac_compile"
21468 case "(($ac_try" in
21469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21470 *) ac_try_echo=$ac_try;;
21471 esac
21472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21473 (eval "$ac_compile") 2>conftest.er1
21474 ac_status=$?
21475 grep -v '^ *+' conftest.er1 >conftest.err
21476 rm -f conftest.er1
21477 cat conftest.err >&5
21478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21479 (exit $ac_status); } && {
21480 test -z "$ac_c_werror_flag" ||
21481 test ! -s conftest.err
21482 } && test -s conftest.$ac_objext; then
21483 ac_cv_member_struct_stat_st_blocks=yes
21484 else
21485 echo "$as_me: failed program was:" >&5
21486 sed 's/^/| /' conftest.$ac_ext >&5
21488 cat >conftest.$ac_ext <<_ACEOF
21489 /* confdefs.h. */
21490 _ACEOF
21491 cat confdefs.h >>conftest.$ac_ext
21492 cat >>conftest.$ac_ext <<_ACEOF
21493 /* end confdefs.h. */
21494 $ac_includes_default
21496 main ()
21498 static struct stat ac_aggr;
21499 if (sizeof ac_aggr.st_blocks)
21500 return 0;
21502 return 0;
21504 _ACEOF
21505 rm -f conftest.$ac_objext
21506 if { (ac_try="$ac_compile"
21507 case "(($ac_try" in
21508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21509 *) ac_try_echo=$ac_try;;
21510 esac
21511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21512 (eval "$ac_compile") 2>conftest.er1
21513 ac_status=$?
21514 grep -v '^ *+' conftest.er1 >conftest.err
21515 rm -f conftest.er1
21516 cat conftest.err >&5
21517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21518 (exit $ac_status); } && {
21519 test -z "$ac_c_werror_flag" ||
21520 test ! -s conftest.err
21521 } && test -s conftest.$ac_objext; then
21522 ac_cv_member_struct_stat_st_blocks=yes
21523 else
21524 echo "$as_me: failed program was:" >&5
21525 sed 's/^/| /' conftest.$ac_ext >&5
21527 ac_cv_member_struct_stat_st_blocks=no
21530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21535 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21536 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21537 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21539 cat >>confdefs.h <<_ACEOF
21540 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21541 _ACEOF
21545 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21546 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21547 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21548 echo $ECHO_N "(cached) $ECHO_C" >&6
21549 else
21550 cat >conftest.$ac_ext <<_ACEOF
21551 /* confdefs.h. */
21552 _ACEOF
21553 cat confdefs.h >>conftest.$ac_ext
21554 cat >>conftest.$ac_ext <<_ACEOF
21555 /* end confdefs.h. */
21556 $ac_includes_default
21558 main ()
21560 static struct stat ac_aggr;
21561 if (ac_aggr.st_mtim)
21562 return 0;
21564 return 0;
21566 _ACEOF
21567 rm -f conftest.$ac_objext
21568 if { (ac_try="$ac_compile"
21569 case "(($ac_try" in
21570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21571 *) ac_try_echo=$ac_try;;
21572 esac
21573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21574 (eval "$ac_compile") 2>conftest.er1
21575 ac_status=$?
21576 grep -v '^ *+' conftest.er1 >conftest.err
21577 rm -f conftest.er1
21578 cat conftest.err >&5
21579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21580 (exit $ac_status); } && {
21581 test -z "$ac_c_werror_flag" ||
21582 test ! -s conftest.err
21583 } && test -s conftest.$ac_objext; then
21584 ac_cv_member_struct_stat_st_mtim=yes
21585 else
21586 echo "$as_me: failed program was:" >&5
21587 sed 's/^/| /' conftest.$ac_ext >&5
21589 cat >conftest.$ac_ext <<_ACEOF
21590 /* confdefs.h. */
21591 _ACEOF
21592 cat confdefs.h >>conftest.$ac_ext
21593 cat >>conftest.$ac_ext <<_ACEOF
21594 /* end confdefs.h. */
21595 $ac_includes_default
21597 main ()
21599 static struct stat ac_aggr;
21600 if (sizeof ac_aggr.st_mtim)
21601 return 0;
21603 return 0;
21605 _ACEOF
21606 rm -f conftest.$ac_objext
21607 if { (ac_try="$ac_compile"
21608 case "(($ac_try" in
21609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21610 *) ac_try_echo=$ac_try;;
21611 esac
21612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21613 (eval "$ac_compile") 2>conftest.er1
21614 ac_status=$?
21615 grep -v '^ *+' conftest.er1 >conftest.err
21616 rm -f conftest.er1
21617 cat conftest.err >&5
21618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21619 (exit $ac_status); } && {
21620 test -z "$ac_c_werror_flag" ||
21621 test ! -s conftest.err
21622 } && test -s conftest.$ac_objext; then
21623 ac_cv_member_struct_stat_st_mtim=yes
21624 else
21625 echo "$as_me: failed program was:" >&5
21626 sed 's/^/| /' conftest.$ac_ext >&5
21628 ac_cv_member_struct_stat_st_mtim=no
21631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21636 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21637 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21638 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21640 cat >>confdefs.h <<_ACEOF
21641 #define HAVE_STRUCT_STAT_ST_MTIM 1
21642 _ACEOF
21646 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21647 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21648 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21649 echo $ECHO_N "(cached) $ECHO_C" >&6
21650 else
21651 cat >conftest.$ac_ext <<_ACEOF
21652 /* confdefs.h. */
21653 _ACEOF
21654 cat confdefs.h >>conftest.$ac_ext
21655 cat >>conftest.$ac_ext <<_ACEOF
21656 /* end confdefs.h. */
21657 $ac_includes_default
21659 main ()
21661 static struct stat ac_aggr;
21662 if (ac_aggr.st_ctim)
21663 return 0;
21665 return 0;
21667 _ACEOF
21668 rm -f conftest.$ac_objext
21669 if { (ac_try="$ac_compile"
21670 case "(($ac_try" in
21671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21672 *) ac_try_echo=$ac_try;;
21673 esac
21674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21675 (eval "$ac_compile") 2>conftest.er1
21676 ac_status=$?
21677 grep -v '^ *+' conftest.er1 >conftest.err
21678 rm -f conftest.er1
21679 cat conftest.err >&5
21680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21681 (exit $ac_status); } && {
21682 test -z "$ac_c_werror_flag" ||
21683 test ! -s conftest.err
21684 } && test -s conftest.$ac_objext; then
21685 ac_cv_member_struct_stat_st_ctim=yes
21686 else
21687 echo "$as_me: failed program was:" >&5
21688 sed 's/^/| /' conftest.$ac_ext >&5
21690 cat >conftest.$ac_ext <<_ACEOF
21691 /* confdefs.h. */
21692 _ACEOF
21693 cat confdefs.h >>conftest.$ac_ext
21694 cat >>conftest.$ac_ext <<_ACEOF
21695 /* end confdefs.h. */
21696 $ac_includes_default
21698 main ()
21700 static struct stat ac_aggr;
21701 if (sizeof ac_aggr.st_ctim)
21702 return 0;
21704 return 0;
21706 _ACEOF
21707 rm -f conftest.$ac_objext
21708 if { (ac_try="$ac_compile"
21709 case "(($ac_try" in
21710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21711 *) ac_try_echo=$ac_try;;
21712 esac
21713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21714 (eval "$ac_compile") 2>conftest.er1
21715 ac_status=$?
21716 grep -v '^ *+' conftest.er1 >conftest.err
21717 rm -f conftest.er1
21718 cat conftest.err >&5
21719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21720 (exit $ac_status); } && {
21721 test -z "$ac_c_werror_flag" ||
21722 test ! -s conftest.err
21723 } && test -s conftest.$ac_objext; then
21724 ac_cv_member_struct_stat_st_ctim=yes
21725 else
21726 echo "$as_me: failed program was:" >&5
21727 sed 's/^/| /' conftest.$ac_ext >&5
21729 ac_cv_member_struct_stat_st_ctim=no
21732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21737 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21738 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21739 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21741 cat >>confdefs.h <<_ACEOF
21742 #define HAVE_STRUCT_STAT_ST_CTIM 1
21743 _ACEOF
21747 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21748 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21749 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21750 echo $ECHO_N "(cached) $ECHO_C" >&6
21751 else
21752 cat >conftest.$ac_ext <<_ACEOF
21753 /* confdefs.h. */
21754 _ACEOF
21755 cat confdefs.h >>conftest.$ac_ext
21756 cat >>conftest.$ac_ext <<_ACEOF
21757 /* end confdefs.h. */
21758 $ac_includes_default
21760 main ()
21762 static struct stat ac_aggr;
21763 if (ac_aggr.st_atim)
21764 return 0;
21766 return 0;
21768 _ACEOF
21769 rm -f conftest.$ac_objext
21770 if { (ac_try="$ac_compile"
21771 case "(($ac_try" in
21772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21773 *) ac_try_echo=$ac_try;;
21774 esac
21775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21776 (eval "$ac_compile") 2>conftest.er1
21777 ac_status=$?
21778 grep -v '^ *+' conftest.er1 >conftest.err
21779 rm -f conftest.er1
21780 cat conftest.err >&5
21781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21782 (exit $ac_status); } && {
21783 test -z "$ac_c_werror_flag" ||
21784 test ! -s conftest.err
21785 } && test -s conftest.$ac_objext; then
21786 ac_cv_member_struct_stat_st_atim=yes
21787 else
21788 echo "$as_me: failed program was:" >&5
21789 sed 's/^/| /' conftest.$ac_ext >&5
21791 cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h. */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h. */
21797 $ac_includes_default
21799 main ()
21801 static struct stat ac_aggr;
21802 if (sizeof ac_aggr.st_atim)
21803 return 0;
21805 return 0;
21807 _ACEOF
21808 rm -f conftest.$ac_objext
21809 if { (ac_try="$ac_compile"
21810 case "(($ac_try" in
21811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21812 *) ac_try_echo=$ac_try;;
21813 esac
21814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21815 (eval "$ac_compile") 2>conftest.er1
21816 ac_status=$?
21817 grep -v '^ *+' conftest.er1 >conftest.err
21818 rm -f conftest.er1
21819 cat conftest.err >&5
21820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21821 (exit $ac_status); } && {
21822 test -z "$ac_c_werror_flag" ||
21823 test ! -s conftest.err
21824 } && test -s conftest.$ac_objext; then
21825 ac_cv_member_struct_stat_st_atim=yes
21826 else
21827 echo "$as_me: failed program was:" >&5
21828 sed 's/^/| /' conftest.$ac_ext >&5
21830 ac_cv_member_struct_stat_st_atim=no
21833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21838 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21839 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21840 if test $ac_cv_member_struct_stat_st_atim = yes; then
21842 cat >>confdefs.h <<_ACEOF
21843 #define HAVE_STRUCT_STAT_ST_ATIM 1
21844 _ACEOF
21850 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21851 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21852 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21853 echo $ECHO_N "(cached) $ECHO_C" >&6
21854 else
21855 cat >conftest.$ac_ext <<_ACEOF
21856 /* confdefs.h. */
21857 _ACEOF
21858 cat confdefs.h >>conftest.$ac_ext
21859 cat >>conftest.$ac_ext <<_ACEOF
21860 /* end confdefs.h. */
21861 #ifdef HAVE_SYS_TYPES_H
21862 #include <sys/types.h>
21863 #endif
21864 #ifdef HAVE_NETINET_IN_H
21865 #include <netinet/in.h>
21866 #endif
21869 main ()
21871 static struct sockaddr_in6 ac_aggr;
21872 if (ac_aggr.sin6_scope_id)
21873 return 0;
21875 return 0;
21877 _ACEOF
21878 rm -f conftest.$ac_objext
21879 if { (ac_try="$ac_compile"
21880 case "(($ac_try" in
21881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21882 *) ac_try_echo=$ac_try;;
21883 esac
21884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21885 (eval "$ac_compile") 2>conftest.er1
21886 ac_status=$?
21887 grep -v '^ *+' conftest.er1 >conftest.err
21888 rm -f conftest.er1
21889 cat conftest.err >&5
21890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21891 (exit $ac_status); } && {
21892 test -z "$ac_c_werror_flag" ||
21893 test ! -s conftest.err
21894 } && test -s conftest.$ac_objext; then
21895 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21896 else
21897 echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21900 cat >conftest.$ac_ext <<_ACEOF
21901 /* confdefs.h. */
21902 _ACEOF
21903 cat confdefs.h >>conftest.$ac_ext
21904 cat >>conftest.$ac_ext <<_ACEOF
21905 /* end confdefs.h. */
21906 #ifdef HAVE_SYS_TYPES_H
21907 #include <sys/types.h>
21908 #endif
21909 #ifdef HAVE_NETINET_IN_H
21910 #include <netinet/in.h>
21911 #endif
21914 main ()
21916 static struct sockaddr_in6 ac_aggr;
21917 if (sizeof ac_aggr.sin6_scope_id)
21918 return 0;
21920 return 0;
21922 _ACEOF
21923 rm -f conftest.$ac_objext
21924 if { (ac_try="$ac_compile"
21925 case "(($ac_try" in
21926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21927 *) ac_try_echo=$ac_try;;
21928 esac
21929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21930 (eval "$ac_compile") 2>conftest.er1
21931 ac_status=$?
21932 grep -v '^ *+' conftest.er1 >conftest.err
21933 rm -f conftest.er1
21934 cat conftest.err >&5
21935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21936 (exit $ac_status); } && {
21937 test -z "$ac_c_werror_flag" ||
21938 test ! -s conftest.err
21939 } && test -s conftest.$ac_objext; then
21940 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21941 else
21942 echo "$as_me: failed program was:" >&5
21943 sed 's/^/| /' conftest.$ac_ext >&5
21945 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21953 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21954 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21955 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21957 cat >>confdefs.h <<_ACEOF
21958 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21959 _ACEOF
21965 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21966 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21967 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21968 echo $ECHO_N "(cached) $ECHO_C" >&6
21969 else
21970 cat >conftest.$ac_ext <<_ACEOF
21971 /* confdefs.h. */
21972 _ACEOF
21973 cat confdefs.h >>conftest.$ac_ext
21974 cat >>conftest.$ac_ext <<_ACEOF
21975 /* end confdefs.h. */
21976 #ifdef HAVE_SYS_TYPES_H
21977 #include <sys/types.h>
21978 #endif
21979 #ifdef HAVE_NETINET_IN_H
21980 # include <netinet/in.h>
21981 #endif
21982 #ifdef HAVE_ARPA_NAMESER_H
21983 # include <arpa/nameser.h>
21984 #endif
21987 main ()
21989 static ns_msg ac_aggr;
21990 if (ac_aggr._msg_ptr)
21991 return 0;
21993 return 0;
21995 _ACEOF
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22000 *) ac_try_echo=$ac_try;;
22001 esac
22002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22004 ac_status=$?
22005 grep -v '^ *+' conftest.er1 >conftest.err
22006 rm -f conftest.er1
22007 cat conftest.err >&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.$ac_objext; then
22013 ac_cv_member_ns_msg__msg_ptr=yes
22014 else
22015 echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.$ac_ext >&5
22018 cat >conftest.$ac_ext <<_ACEOF
22019 /* confdefs.h. */
22020 _ACEOF
22021 cat confdefs.h >>conftest.$ac_ext
22022 cat >>conftest.$ac_ext <<_ACEOF
22023 /* end confdefs.h. */
22024 #ifdef HAVE_SYS_TYPES_H
22025 #include <sys/types.h>
22026 #endif
22027 #ifdef HAVE_NETINET_IN_H
22028 # include <netinet/in.h>
22029 #endif
22030 #ifdef HAVE_ARPA_NAMESER_H
22031 # include <arpa/nameser.h>
22032 #endif
22035 main ()
22037 static ns_msg ac_aggr;
22038 if (sizeof ac_aggr._msg_ptr)
22039 return 0;
22041 return 0;
22043 _ACEOF
22044 rm -f conftest.$ac_objext
22045 if { (ac_try="$ac_compile"
22046 case "(($ac_try" in
22047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22048 *) ac_try_echo=$ac_try;;
22049 esac
22050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22051 (eval "$ac_compile") 2>conftest.er1
22052 ac_status=$?
22053 grep -v '^ *+' conftest.er1 >conftest.err
22054 rm -f conftest.er1
22055 cat conftest.err >&5
22056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); } && {
22058 test -z "$ac_c_werror_flag" ||
22059 test ! -s conftest.err
22060 } && test -s conftest.$ac_objext; then
22061 ac_cv_member_ns_msg__msg_ptr=yes
22062 else
22063 echo "$as_me: failed program was:" >&5
22064 sed 's/^/| /' conftest.$ac_ext >&5
22066 ac_cv_member_ns_msg__msg_ptr=no
22069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22074 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22075 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22076 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22078 cat >>confdefs.h <<_ACEOF
22079 #define HAVE_NS_MSG__MSG_PTR 1
22080 _ACEOF
22086 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22087 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22088 if test "${ac_cv_have_timezone+set}" = set; then
22089 echo $ECHO_N "(cached) $ECHO_C" >&6
22090 else
22091 cat >conftest.$ac_ext <<_ACEOF
22092 /* confdefs.h. */
22093 _ACEOF
22094 cat confdefs.h >>conftest.$ac_ext
22095 cat >>conftest.$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 #include <time.h>
22099 main ()
22101 timezone = 1
22103 return 0;
22105 _ACEOF
22106 rm -f conftest.$ac_objext conftest$ac_exeext
22107 if { (ac_try="$ac_link"
22108 case "(($ac_try" in
22109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22110 *) ac_try_echo=$ac_try;;
22111 esac
22112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22113 (eval "$ac_link") 2>conftest.er1
22114 ac_status=$?
22115 grep -v '^ *+' conftest.er1 >conftest.err
22116 rm -f conftest.er1
22117 cat conftest.err >&5
22118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22119 (exit $ac_status); } && {
22120 test -z "$ac_c_werror_flag" ||
22121 test ! -s conftest.err
22122 } && test -s conftest$ac_exeext &&
22123 $as_test_x conftest$ac_exeext; then
22124 ac_cv_have_timezone="yes"
22125 else
22126 echo "$as_me: failed program was:" >&5
22127 sed 's/^/| /' conftest.$ac_ext >&5
22129 ac_cv_have_timezone="no"
22132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22133 conftest$ac_exeext conftest.$ac_ext
22135 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22136 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22137 if test "$ac_cv_have_timezone" = "yes"
22138 then
22140 cat >>confdefs.h <<\_ACEOF
22141 #define HAVE_TIMEZONE 1
22142 _ACEOF
22145 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22146 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22147 if test "${ac_cv_have_daylight+set}" = set; then
22148 echo $ECHO_N "(cached) $ECHO_C" >&6
22149 else
22150 cat >conftest.$ac_ext <<_ACEOF
22151 /* confdefs.h. */
22152 _ACEOF
22153 cat confdefs.h >>conftest.$ac_ext
22154 cat >>conftest.$ac_ext <<_ACEOF
22155 /* end confdefs.h. */
22156 #include <time.h>
22158 main ()
22160 daylight = 1
22162 return 0;
22164 _ACEOF
22165 rm -f conftest.$ac_objext conftest$ac_exeext
22166 if { (ac_try="$ac_link"
22167 case "(($ac_try" in
22168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169 *) ac_try_echo=$ac_try;;
22170 esac
22171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22172 (eval "$ac_link") 2>conftest.er1
22173 ac_status=$?
22174 grep -v '^ *+' conftest.er1 >conftest.err
22175 rm -f conftest.er1
22176 cat conftest.err >&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); } && {
22179 test -z "$ac_c_werror_flag" ||
22180 test ! -s conftest.err
22181 } && test -s conftest$ac_exeext &&
22182 $as_test_x conftest$ac_exeext; then
22183 ac_cv_have_daylight="yes"
22184 else
22185 echo "$as_me: failed program was:" >&5
22186 sed 's/^/| /' conftest.$ac_ext >&5
22188 ac_cv_have_daylight="no"
22191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22192 conftest$ac_exeext conftest.$ac_ext
22194 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22195 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22196 if test "$ac_cv_have_daylight" = "yes"
22197 then
22199 cat >>confdefs.h <<\_ACEOF
22200 #define HAVE_DAYLIGHT 1
22201 _ACEOF
22205 { echo "$as_me:$LINENO: checking for isinf" >&5
22206 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22207 if test "${ac_cv_have_isinf+set}" = set; then
22208 echo $ECHO_N "(cached) $ECHO_C" >&6
22209 else
22210 cat >conftest.$ac_ext <<_ACEOF
22211 /* confdefs.h. */
22212 _ACEOF
22213 cat confdefs.h >>conftest.$ac_ext
22214 cat >>conftest.$ac_ext <<_ACEOF
22215 /* end confdefs.h. */
22216 #include <math.h>
22218 main ()
22220 float f = 0.0; int i=isinf(f)
22222 return 0;
22224 _ACEOF
22225 rm -f conftest.$ac_objext conftest$ac_exeext
22226 if { (ac_try="$ac_link"
22227 case "(($ac_try" in
22228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22229 *) ac_try_echo=$ac_try;;
22230 esac
22231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22232 (eval "$ac_link") 2>conftest.er1
22233 ac_status=$?
22234 grep -v '^ *+' conftest.er1 >conftest.err
22235 rm -f conftest.er1
22236 cat conftest.err >&5
22237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22238 (exit $ac_status); } && {
22239 test -z "$ac_c_werror_flag" ||
22240 test ! -s conftest.err
22241 } && test -s conftest$ac_exeext &&
22242 $as_test_x conftest$ac_exeext; then
22243 ac_cv_have_isinf="yes"
22244 else
22245 echo "$as_me: failed program was:" >&5
22246 sed 's/^/| /' conftest.$ac_ext >&5
22248 ac_cv_have_isinf="no"
22251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22252 conftest$ac_exeext conftest.$ac_ext
22254 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22255 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22256 if test "$ac_cv_have_isinf" = "yes"
22257 then
22259 cat >>confdefs.h <<\_ACEOF
22260 #define HAVE_ISINF 1
22261 _ACEOF
22266 case $host_cpu in
22267 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22268 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22269 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22270 echo $ECHO_N "(cached) $ECHO_C" >&6
22271 else
22272 cat >conftest.$ac_ext <<_ACEOF
22273 /* confdefs.h. */
22274 _ACEOF
22275 cat confdefs.h >>conftest.$ac_ext
22276 cat >>conftest.$ac_ext <<_ACEOF
22277 /* end confdefs.h. */
22278 #ifndef __i386__
22280 #endif
22281 _ACEOF
22282 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22283 $EGREP "yes" >/dev/null 2>&1; then
22284 ac_cv_cpp_def___i386__=yes
22285 else
22286 ac_cv_cpp_def___i386__=no
22288 rm -f conftest*
22291 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22292 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22293 if test $ac_cv_cpp_def___i386__ = yes; then
22294 CFLAGS="$CFLAGS -D__i386__"
22295 LINTFLAGS="$LINTFLAGS -D__i386__"
22298 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22299 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22300 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22301 echo $ECHO_N "(cached) $ECHO_C" >&6
22302 else
22303 cat >conftest.$ac_ext <<_ACEOF
22304 /* confdefs.h. */
22305 _ACEOF
22306 cat confdefs.h >>conftest.$ac_ext
22307 cat >>conftest.$ac_ext <<_ACEOF
22308 /* end confdefs.h. */
22309 #ifndef __x86_64__
22311 #endif
22312 _ACEOF
22313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22314 $EGREP "yes" >/dev/null 2>&1; then
22315 ac_cv_cpp_def___x86_64__=yes
22316 else
22317 ac_cv_cpp_def___x86_64__=no
22319 rm -f conftest*
22322 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22323 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22324 if test $ac_cv_cpp_def___x86_64__ = yes; then
22325 CFLAGS="$CFLAGS -D__x86_64__"
22326 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22329 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22330 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22331 if test "${ac_cv_cpp_def___ALPHA__+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 #ifndef __ALPHA__
22342 #endif
22343 _ACEOF
22344 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22345 $EGREP "yes" >/dev/null 2>&1; then
22346 ac_cv_cpp_def___ALPHA__=yes
22347 else
22348 ac_cv_cpp_def___ALPHA__=no
22350 rm -f conftest*
22353 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22354 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22355 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22356 CFLAGS="$CFLAGS -D__ALPHA__"
22357 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22360 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22361 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22362 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22363 echo $ECHO_N "(cached) $ECHO_C" >&6
22364 else
22365 cat >conftest.$ac_ext <<_ACEOF
22366 /* confdefs.h. */
22367 _ACEOF
22368 cat confdefs.h >>conftest.$ac_ext
22369 cat >>conftest.$ac_ext <<_ACEOF
22370 /* end confdefs.h. */
22371 #ifndef __sparc__
22373 #endif
22374 _ACEOF
22375 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22376 $EGREP "yes" >/dev/null 2>&1; then
22377 ac_cv_cpp_def___sparc__=yes
22378 else
22379 ac_cv_cpp_def___sparc__=no
22381 rm -f conftest*
22384 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22385 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22386 if test $ac_cv_cpp_def___sparc__ = yes; then
22387 CFLAGS="$CFLAGS -D__sparc__"
22388 LINTFLAGS="$LINTFLAGS -D__sparc__"
22391 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22392 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22393 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22394 echo $ECHO_N "(cached) $ECHO_C" >&6
22395 else
22396 cat >conftest.$ac_ext <<_ACEOF
22397 /* confdefs.h. */
22398 _ACEOF
22399 cat confdefs.h >>conftest.$ac_ext
22400 cat >>conftest.$ac_ext <<_ACEOF
22401 /* end confdefs.h. */
22402 #ifndef __powerpc__
22404 #endif
22405 _ACEOF
22406 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22407 $EGREP "yes" >/dev/null 2>&1; then
22408 ac_cv_cpp_def___powerpc__=yes
22409 else
22410 ac_cv_cpp_def___powerpc__=no
22412 rm -f conftest*
22415 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22416 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22417 if test $ac_cv_cpp_def___powerpc__ = yes; then
22418 CFLAGS="$CFLAGS -D__powerpc__"
22419 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22422 esac
22424 case $host_vendor in
22425 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22426 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22427 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22428 echo $ECHO_N "(cached) $ECHO_C" >&6
22429 else
22430 cat >conftest.$ac_ext <<_ACEOF
22431 /* confdefs.h. */
22432 _ACEOF
22433 cat confdefs.h >>conftest.$ac_ext
22434 cat >>conftest.$ac_ext <<_ACEOF
22435 /* end confdefs.h. */
22436 #ifndef __sun__
22438 #endif
22439 _ACEOF
22440 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22441 $EGREP "yes" >/dev/null 2>&1; then
22442 ac_cv_cpp_def___sun__=yes
22443 else
22444 ac_cv_cpp_def___sun__=no
22446 rm -f conftest*
22449 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22450 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22451 if test $ac_cv_cpp_def___sun__ = yes; then
22452 CFLAGS="$CFLAGS -D__sun__"
22453 LINTFLAGS="$LINTFLAGS -D__sun__"
22456 esac
22459 DEPENDENCIES="### Dependencies:
22461 .INIT: Makefile
22462 .BEGIN: Makefile
22463 Makefile: dummy
22464 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22466 \$(OBJS): \$(IDL_GEN_HEADERS)
22467 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22468 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22469 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22470 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22473 ALL_MAKERULES=""
22475 ALL_MAKEFILES=""
22477 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22480 ALL_TOP_DIRS=""
22482 ALL_DLL_DIRS=""
22484 ALL_IMPLIB_DIRS=""
22486 ALL_TEST_DIRS=""
22488 ALL_PROGRAM_DIRS=""
22490 ALL_PROGRAM_INSTALL_DIRS=""
22492 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22498 ac_config_commands="$ac_config_commands include/stamp-h"
22501 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22503 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22505 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22507 ac_config_commands="$ac_config_commands dlls/user32/resources"
22509 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22511 ac_config_commands="$ac_config_commands include/wine"
22514 ALL_MAKERULES="$ALL_MAKERULES \\
22515 Make.rules"
22516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22517 Make.rules: Make.rules.in"
22518 MAKE_RULES=Make.rules
22519 ac_config_files="$ac_config_files Make.rules"
22521 ALL_MAKERULES="$ALL_MAKERULES \\
22522 dlls/Makedll.rules"
22523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22524 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22525 MAKE_DLL_RULES=dlls/Makedll.rules
22526 ac_config_files="$ac_config_files dlls/Makedll.rules"
22528 ALL_MAKERULES="$ALL_MAKERULES \\
22529 dlls/Makeimplib.rules"
22530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22531 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22532 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22533 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22535 ALL_MAKERULES="$ALL_MAKERULES \\
22536 dlls/Maketest.rules"
22537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22538 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22539 MAKE_TEST_RULES=dlls/Maketest.rules
22540 ac_config_files="$ac_config_files dlls/Maketest.rules"
22542 ALL_MAKERULES="$ALL_MAKERULES \\
22543 programs/Makeprog.rules"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22546 MAKE_PROG_RULES=programs/Makeprog.rules
22547 ac_config_files="$ac_config_files programs/Makeprog.rules"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 Makefile: Makefile.in Make.rules"
22554 ac_config_files="$ac_config_files Makefile"
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557 dlls/Makefile"
22558 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22559 dlls"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/Makefile: dlls/Makefile.in Make.rules"
22562 ac_config_files="$ac_config_files dlls/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/acledit/Makefile"
22566 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22567 acledit"
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22570 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573 dlls/activeds/Makefile"
22574 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22575 activeds"
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22578 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581 dlls/actxprxy/Makefile"
22582 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22583 actxprxy"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/adsiid/Makefile"
22590 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22591 adsiid"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22594 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22597 dlls/advapi32/Makefile"
22598 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22599 advapi32"
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22602 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605 dlls/advapi32/tests/Makefile"
22606 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22607 advapi32/tests"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22610 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/advpack/Makefile"
22614 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22615 advpack"
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22618 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621 dlls/advpack/tests/Makefile"
22622 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22623 advpack/tests"
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22626 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629 dlls/amstream/Makefile"
22630 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22631 amstream"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22634 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/appwiz.cpl/Makefile"
22638 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22639 appwiz.cpl"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22642 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645 dlls/atl/Makefile"
22646 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22647 atl"
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22650 ac_config_files="$ac_config_files dlls/atl/Makefile"
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653 dlls/avicap32/Makefile"
22654 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22655 avicap32"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22658 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/avifil32/Makefile"
22662 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22663 avifil32"
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22666 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669 dlls/browseui/Makefile"
22670 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22671 browseui"
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22674 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677 dlls/browseui/tests/Makefile"
22678 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22679 browseui/tests"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22682 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/cabinet/Makefile"
22686 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22687 cabinet"
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693 dlls/cabinet/tests/Makefile"
22694 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22695 cabinet/tests"
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22698 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701 dlls/capi2032/Makefile"
22702 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22703 capi2032"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/cards/Makefile"
22710 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22711 cards"
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22714 ac_config_files="$ac_config_files dlls/cards/Makefile"
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717 dlls/cfgmgr32/Makefile"
22718 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22719 cfgmgr32"
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725 dlls/clusapi/Makefile"
22726 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22727 clusapi"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22730 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/comcat/Makefile"
22734 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22735 comcat"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/comcat/tests/Makefile"
22742 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22743 comcat/tests"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22746 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/comctl32/Makefile"
22750 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22751 comctl32"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/comctl32/tests/Makefile"
22758 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22759 comctl32/tests"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22762 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/comdlg32/Makefile"
22766 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22767 comdlg32"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/comdlg32/tests/Makefile"
22774 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22775 comdlg32/tests"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22778 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/compstui/Makefile"
22782 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22783 compstui"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22786 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/credui/Makefile"
22790 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22791 credui"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22794 ac_config_files="$ac_config_files dlls/credui/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/credui/tests/Makefile"
22798 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22799 credui/tests"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22802 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/crtdll/Makefile"
22806 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22807 crtdll"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22810 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/crypt32/Makefile"
22814 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22815 crypt32"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22818 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/crypt32/tests/Makefile"
22822 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22823 crypt32/tests"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22826 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/cryptdlg/Makefile"
22830 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22831 cryptdlg"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/cryptdll/Makefile"
22838 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22839 cryptdll"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/cryptnet/Makefile"
22846 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22847 cryptnet"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/cryptnet/tests/Makefile"
22854 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22855 cryptnet/tests"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22858 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/cryptui/Makefile"
22862 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22863 cryptui"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/ctapi32/Makefile"
22870 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22871 ctapi32"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22874 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/ctl3d32/Makefile"
22878 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22879 ctl3d32"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/d3d10/Makefile"
22886 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22887 d3d10"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/d3d8/Makefile"
22894 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22895 d3d8"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/d3d8/tests/Makefile"
22902 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22903 d3d8/tests"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22906 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/d3d9/Makefile"
22910 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22911 d3d9"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22914 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/d3d9/tests/Makefile"
22918 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22919 d3d9/tests"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22922 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/d3dim/Makefile"
22926 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927 d3dim"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/d3drm/Makefile"
22934 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22935 d3drm"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/d3drm/tests/Makefile"
22942 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22943 d3drm/tests"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22946 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/d3dx8/Makefile"
22950 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22951 d3dx8"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22954 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/d3dx8/tests/Makefile"
22958 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22959 d3dx8/tests"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22962 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/d3dx9_24/Makefile"
22966 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22967 d3dx9_24"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/d3dx9_25/Makefile"
22974 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22975 d3dx9_25"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22978 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/d3dx9_26/Makefile"
22982 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22983 d3dx9_26"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/d3dx9_27/Makefile"
22990 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22991 d3dx9_27"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/d3dx9_28/Makefile"
22998 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22999 d3dx9_28"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/d3dx9_29/Makefile"
23006 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007 d3dx9_29"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/d3dx9_30/Makefile"
23014 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23015 d3dx9_30"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/d3dx9_31/Makefile"
23022 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23023 d3dx9_31"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23026 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/d3dx9_32/Makefile"
23030 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23031 d3dx9_32"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/d3dx9_33/Makefile"
23038 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23039 d3dx9_33"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/d3dx9_34/Makefile"
23046 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23047 d3dx9_34"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23050 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/d3dx9_35/Makefile"
23054 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23055 d3dx9_35"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/d3dx9_36/Makefile"
23062 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23063 d3dx9_36"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/d3dx9_36/tests/Makefile"
23070 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23071 d3dx9_36/tests"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23074 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/d3dx9_37/Makefile"
23078 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23079 d3dx9_37"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23082 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/d3dxof/Makefile"
23086 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23087 d3dxof"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23090 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/d3dxof/tests/Makefile"
23094 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23095 d3dxof/tests"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23098 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/dbghelp/Makefile"
23102 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23103 dbghelp"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23106 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/dciman32/Makefile"
23110 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23111 dciman32"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23114 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/ddraw/Makefile"
23118 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23119 ddraw"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/ddraw/tests/Makefile"
23126 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23127 ddraw/tests"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23130 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/ddrawex/Makefile"
23134 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23135 ddrawex"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/devenum/Makefile"
23142 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23143 devenum"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23146 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/dinput/Makefile"
23150 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23151 dinput"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23154 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/dinput/tests/Makefile"
23158 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23159 dinput/tests"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23162 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/dinput8/Makefile"
23166 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23167 dinput8"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/dmband/Makefile"
23174 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 dmband"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/dmcompos/Makefile"
23182 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183 dmcompos"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/dmime/Makefile"
23190 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191 dmime"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/dmloader/Makefile"
23198 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 dmloader"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/dmscript/Makefile"
23206 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23207 dmscript"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23210 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/dmstyle/Makefile"
23214 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215 dmstyle"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/dmsynth/Makefile"
23222 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23223 dmsynth"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/dmusic/Makefile"
23230 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23231 dmusic"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/dmusic32/Makefile"
23238 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 dmusic32"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/dnsapi/Makefile"
23246 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 dnsapi"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/dnsapi/tests/Makefile"
23254 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23255 dnsapi/tests"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23258 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/dplay/Makefile"
23262 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 dplay"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/dplayx/Makefile"
23270 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 dplayx"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/dplayx/tests/Makefile"
23278 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23279 dplayx/tests"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23282 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/dpnaddr/Makefile"
23286 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23287 dpnaddr"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23290 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/dpnet/Makefile"
23294 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23295 dpnet"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23298 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/dpnhpast/Makefile"
23302 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23303 dpnhpast"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/dpnlobby/Makefile"
23310 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23311 dpnlobby"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/dpwsockx/Makefile"
23318 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23319 dpwsockx"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23322 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/dsound/Makefile"
23326 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23327 dsound"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23330 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/dsound/tests/Makefile"
23334 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23335 dsound/tests"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23338 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/dssenh/Makefile"
23342 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23343 dssenh"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23346 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/dswave/Makefile"
23350 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23351 dswave"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/dwmapi/Makefile"
23358 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 dwmapi"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/dxdiagn/Makefile"
23366 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23367 dxdiagn"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23370 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/dxerr8/Makefile"
23374 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23375 dxerr8"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23378 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/dxerr9/Makefile"
23382 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23383 dxerr9"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23386 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/dxguid/Makefile"
23390 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23391 dxguid"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23394 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/faultrep/Makefile"
23398 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23399 faultrep"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23402 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/fusion/Makefile"
23406 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23407 fusion"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/fusion/tests/Makefile"
23414 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23415 fusion/tests"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23418 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/gdi32/Makefile"
23422 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23423 gdi32"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23426 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/gdi32/tests/Makefile"
23430 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23431 gdi32/tests"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23434 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/gdiplus/Makefile"
23438 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23439 gdiplus"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/gdiplus/tests/Makefile"
23446 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23447 gdiplus/tests"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23450 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/glu32/Makefile"
23454 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23455 glu32"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/gphoto2.ds/Makefile"
23462 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23463 gphoto2.ds"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23466 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/gpkcsp/Makefile"
23470 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23471 gpkcsp"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/hal/Makefile"
23478 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23479 hal"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23482 ac_config_files="$ac_config_files dlls/hal/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/hhctrl.ocx/Makefile"
23486 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23487 hhctrl.ocx"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23490 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/hid/Makefile"
23494 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23495 hid"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/hid/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/hlink/Makefile"
23502 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503 hlink"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/hlink/tests/Makefile"
23510 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23511 hlink/tests"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23514 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/hnetcfg/Makefile"
23518 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 hnetcfg"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/iccvid/Makefile"
23526 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23527 iccvid"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23530 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/icmp/Makefile"
23534 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 icmp"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/ifsmgr.vxd/Makefile"
23542 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23543 ifsmgr.vxd"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23546 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/imaadp32.acm/Makefile"
23550 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551 imaadp32.acm"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/imagehlp/Makefile"
23558 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23559 imagehlp"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23562 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/imm32/Makefile"
23566 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567 imm32"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/imm32/tests/Makefile"
23574 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23575 imm32/tests"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23578 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/inetcomm/Makefile"
23582 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 inetcomm"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/inetcomm/tests/Makefile"
23590 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23591 inetcomm/tests"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23594 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/inetmib1/Makefile"
23598 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23599 inetmib1"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/inetmib1/tests/Makefile"
23606 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23607 inetmib1/tests"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23610 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/infosoft/Makefile"
23614 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23615 infosoft"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23618 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/infosoft/tests/Makefile"
23622 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23623 infosoft/tests"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23626 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/initpki/Makefile"
23630 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23631 initpki"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/inkobj/Makefile"
23638 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23639 inkobj"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23642 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/inseng/Makefile"
23646 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647 inseng"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/iphlpapi/Makefile"
23654 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23655 iphlpapi"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23658 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/iphlpapi/tests/Makefile"
23662 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23663 iphlpapi/tests"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23666 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/itircl/Makefile"
23670 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671 itircl"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/itss/Makefile"
23678 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679 itss"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/itss/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/itss/tests/Makefile"
23686 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23687 itss/tests"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23690 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/jscript/Makefile"
23694 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23695 jscript"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/jscript/tests/Makefile"
23702 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23703 jscript/tests"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23706 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/kernel32/Makefile"
23710 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23711 kernel32"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/kernel32/tests/Makefile"
23718 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23719 kernel32/tests"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23722 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/localspl/Makefile"
23726 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23727 localspl"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/localspl/tests/Makefile"
23734 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23735 localspl/tests"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23738 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/localui/Makefile"
23742 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 localui"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/localui/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/localui/tests/Makefile"
23750 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23751 localui/tests"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23754 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/lz32/Makefile"
23758 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759 lz32"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/lz32/tests/Makefile"
23766 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23767 lz32/tests"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23770 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/mapi32/Makefile"
23774 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23775 mapi32"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/mapi32/tests/Makefile"
23782 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23783 mapi32/tests"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23786 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/mciavi32/Makefile"
23790 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23791 mciavi32"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23794 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/mcicda/Makefile"
23798 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799 mcicda"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/mciseq/Makefile"
23806 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23807 mciseq"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/mciwave/Makefile"
23814 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815 mciwave"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/midimap/Makefile"
23822 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23823 midimap"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/mlang/Makefile"
23830 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23831 mlang"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/mlang/tests/Makefile"
23838 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23839 mlang/tests"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23842 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/mmdevldr.vxd/Makefile"
23846 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23847 mmdevldr.vxd"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23850 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/monodebg.vxd/Makefile"
23854 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23855 monodebg.vxd"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/mountmgr.sys/Makefile"
23862 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23863 mountmgr.sys"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/mpr/Makefile"
23870 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 mpr"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/mprapi/Makefile"
23878 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23879 mprapi"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/msacm32.drv/Makefile"
23886 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23887 msacm32.drv"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23890 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/msacm32/Makefile"
23894 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895 msacm32"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/msacm32/tests/Makefile"
23902 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23903 msacm32/tests"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23906 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/msadp32.acm/Makefile"
23910 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911 msadp32.acm"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/mscat32/Makefile"
23918 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23919 mscat32"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/mscms/Makefile"
23926 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23927 mscms"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/mscms/tests/Makefile"
23934 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23935 mscms/tests"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23938 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/mscoree/Makefile"
23942 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23943 mscoree"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23946 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/msdmo/Makefile"
23950 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951 msdmo"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/msftedit/Makefile"
23958 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23959 msftedit"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23962 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/msg711.acm/Makefile"
23966 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967 msg711.acm"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/mshtml.tlb/Makefile"
23974 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23975 mshtml.tlb"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/mshtml/Makefile"
23982 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983 mshtml"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/mshtml/tests/Makefile"
23990 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23991 mshtml/tests"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23994 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/msi/Makefile"
23998 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999 msi"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/msi/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/msi/tests/Makefile"
24006 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24007 msi/tests"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24010 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/msimg32/Makefile"
24014 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24015 msimg32"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/msimtf/Makefile"
24022 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023 msimtf"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/msisip/Makefile"
24030 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24031 msisip"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24034 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/msisys.ocx/Makefile"
24038 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24039 msisys.ocx"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/msnet32/Makefile"
24046 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047 msnet32"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/msrle32/Makefile"
24054 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055 msrle32"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/mssip32/Makefile"
24062 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24063 mssip32"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24066 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/mstask/Makefile"
24070 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 mstask"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/mstask/tests/Makefile"
24078 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24079 mstask/tests"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24082 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/msvcirt/Makefile"
24086 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087 msvcirt"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/msvcr71/Makefile"
24094 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095 msvcr71"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/msvcrt/Makefile"
24102 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24103 msvcrt"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/msvcrt/tests/Makefile"
24110 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24111 msvcrt/tests"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24114 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/msvcrt20/Makefile"
24118 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119 msvcrt20"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/msvcrt40/Makefile"
24126 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 msvcrt40"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/msvcrtd/Makefile"
24134 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135 msvcrtd"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/msvcrtd/tests/Makefile"
24142 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24143 msvcrtd/tests"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24146 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/msvfw32/Makefile"
24150 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 msvfw32"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/msvidc32/Makefile"
24158 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159 msvidc32"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/mswsock/Makefile"
24166 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167 mswsock"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/msxml3/Makefile"
24174 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175 msxml3"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/msxml3/tests/Makefile"
24182 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24183 msxml3/tests"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24186 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/nddeapi/Makefile"
24190 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191 nddeapi"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/netapi32/Makefile"
24198 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199 netapi32"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/netapi32/tests/Makefile"
24206 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24207 netapi32/tests"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24210 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/newdev/Makefile"
24214 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 newdev"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/ntdll/Makefile"
24222 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223 ntdll"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/ntdll/tests/Makefile"
24230 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24231 ntdll/tests"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24234 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/ntdsapi/Makefile"
24238 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 ntdsapi"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/ntdsapi/tests/Makefile"
24246 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24247 ntdsapi/tests"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24250 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/ntoskrnl.exe/Makefile"
24254 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255 ntoskrnl.exe"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/ntprint/Makefile"
24262 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 ntprint"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/ntprint/tests/Makefile"
24270 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24271 ntprint/tests"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/objsel/Makefile"
24278 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 objsel"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/odbc32/Makefile"
24286 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 odbc32"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/odbccp32/Makefile"
24294 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 odbccp32"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/odbccp32/tests/Makefile"
24302 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24303 odbccp32/tests"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/ole32/Makefile"
24310 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 ole32"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/ole32/tests/Makefile"
24318 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24319 ole32/tests"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/oleacc/Makefile"
24326 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 oleacc"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/oleaut32/Makefile"
24334 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 oleaut32"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/oleaut32/tests/Makefile"
24342 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24343 oleaut32/tests"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24346 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/olecli32/Makefile"
24350 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351 olecli32"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/oledlg/Makefile"
24358 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 oledlg"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/olepro32/Makefile"
24366 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 olepro32"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/olesvr32/Makefile"
24374 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 olesvr32"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/olethk32/Makefile"
24382 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 olethk32"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/opengl32/Makefile"
24390 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 opengl32"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/opengl32/tests/Makefile"
24398 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24399 opengl32/tests"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24402 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/pdh/Makefile"
24406 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 pdh"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/pdh/tests/Makefile"
24414 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24415 pdh/tests"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24418 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/powrprof/Makefile"
24422 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 powrprof"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/printui/Makefile"
24430 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 printui"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/printui/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/propsys/Makefile"
24438 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 propsys"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/psapi/Makefile"
24446 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 psapi"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/psapi/tests/Makefile"
24454 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24455 psapi/tests"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/pstorec/Makefile"
24462 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 pstorec"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/qcap/Makefile"
24470 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 qcap"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/qedit/Makefile"
24478 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479 qedit"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/qedit/tests/Makefile"
24486 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24487 qedit/tests"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24490 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/qmgr/Makefile"
24494 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 qmgr"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/qmgr/tests/Makefile"
24502 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503 qmgr/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/qmgrprxy/Makefile"
24510 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 qmgrprxy"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/quartz/Makefile"
24518 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 quartz"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/quartz/tests/Makefile"
24526 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24527 quartz/tests"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24530 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/query/Makefile"
24534 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 query"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/query/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/rasapi32/Makefile"
24542 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 rasapi32"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/rasapi32/tests/Makefile"
24550 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24551 rasapi32/tests"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24554 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/resutils/Makefile"
24558 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 resutils"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/riched20/Makefile"
24566 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 riched20"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/riched20/tests/Makefile"
24574 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24575 riched20/tests"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24578 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/riched32/Makefile"
24582 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 riched32"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/riched32/tests/Makefile"
24590 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24591 riched32/tests"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24594 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/rpcrt4/Makefile"
24598 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 rpcrt4"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/rpcrt4/tests/Makefile"
24606 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24607 rpcrt4/tests"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24610 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/rsabase/Makefile"
24614 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 rsabase"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/rsaenh/Makefile"
24622 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 rsaenh"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/rsaenh/tests/Makefile"
24630 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24631 rsaenh/tests"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24634 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/sane.ds/Makefile"
24638 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 sane.ds"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/sccbase/Makefile"
24646 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 sccbase"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/schannel/Makefile"
24654 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 schannel"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/schannel/tests/Makefile"
24662 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24663 schannel/tests"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/secur32/Makefile"
24670 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 secur32"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/secur32/tests/Makefile"
24678 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 secur32/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/security/Makefile"
24686 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 security"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/security/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/sensapi/Makefile"
24694 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 sensapi"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/serialui/Makefile"
24702 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 serialui"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/serialui/tests/Makefile"
24710 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24711 serialui/tests"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24714 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/setupapi/Makefile"
24718 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 setupapi"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/setupapi/tests/Makefile"
24726 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24727 setupapi/tests"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24730 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/sfc/Makefile"
24734 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735 sfc"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/sfc_os/Makefile"
24742 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 sfc_os"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/shdoclc/Makefile"
24750 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 shdoclc"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/shdocvw/Makefile"
24758 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 shdocvw"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/shdocvw/tests/Makefile"
24766 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24767 shdocvw/tests"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24770 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/shell32/Makefile"
24774 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 shell32"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/shell32/tests/Makefile"
24782 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24783 shell32/tests"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24786 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/shfolder/Makefile"
24790 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 shfolder"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/shlwapi/Makefile"
24798 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 shlwapi"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/shlwapi/tests/Makefile"
24806 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24807 shlwapi/tests"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24810 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/slbcsp/Makefile"
24814 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 slbcsp"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/slc/Makefile"
24822 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 slc"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/slc/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/snmpapi/Makefile"
24830 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 snmpapi"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/snmpapi/tests/Makefile"
24838 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24839 snmpapi/tests"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24842 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/softpub/Makefile"
24846 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 softpub"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/spoolss/Makefile"
24854 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 spoolss"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/spoolss/tests/Makefile"
24862 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24863 spoolss/tests"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24866 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/stdole2.tlb/Makefile"
24870 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 stdole2.tlb"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/stdole32.tlb/Makefile"
24878 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 stdole32.tlb"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/sti/Makefile"
24886 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 sti"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/sti/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/strmiids/Makefile"
24894 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24895 strmiids"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24898 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/svrapi/Makefile"
24902 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 svrapi"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/sxs/Makefile"
24910 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 sxs"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/tapi32/Makefile"
24918 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 tapi32"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/twain_32/Makefile"
24926 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 twain_32"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/unicows/Makefile"
24934 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 unicows"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/url/Makefile"
24942 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 url"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/url/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/urlmon/Makefile"
24950 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 urlmon"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/urlmon/tests/Makefile"
24958 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959 urlmon/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/user32/Makefile"
24966 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 user32"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/user32/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/user32/tests/Makefile"
24974 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24975 user32/tests"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24978 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/userenv/Makefile"
24982 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 userenv"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/userenv/tests/Makefile"
24990 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24991 userenv/tests"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24994 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/usp10/Makefile"
24998 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 usp10"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/usp10/tests/Makefile"
25006 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25007 usp10/tests"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25010 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/uuid/Makefile"
25014 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25015 uuid"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25018 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/uxtheme/Makefile"
25022 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 uxtheme"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/uxtheme/tests/Makefile"
25030 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25031 uxtheme/tests"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25034 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/vdhcp.vxd/Makefile"
25038 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 vdhcp.vxd"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/vdmdbg/Makefile"
25046 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 vdmdbg"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/version/Makefile"
25054 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 version"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/version/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/version/tests/Makefile"
25062 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25063 version/tests"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25066 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/vmm.vxd/Makefile"
25070 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 vmm.vxd"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/vnbt.vxd/Makefile"
25078 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 vnbt.vxd"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/vnetbios.vxd/Makefile"
25086 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 vnetbios.vxd"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/vtdapi.vxd/Makefile"
25094 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095 vtdapi.vxd"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/vwin32.vxd/Makefile"
25102 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 vwin32.vxd"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/w32skrnl/Makefile"
25110 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 w32skrnl"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/winealsa.drv/Makefile"
25118 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 winealsa.drv"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/wineaudioio.drv/Makefile"
25126 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 wineaudioio.drv"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/winecoreaudio.drv/Makefile"
25134 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 winecoreaudio.drv"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/winecrt0/Makefile"
25142 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25143 winecrt0"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25146 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/wined3d/Makefile"
25150 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 wined3d"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/winedos/Makefile"
25158 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 winedos"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/wineesd.drv/Makefile"
25166 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 wineesd.drv"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/winejack.drv/Makefile"
25174 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 winejack.drv"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/winejoystick.drv/Makefile"
25182 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 winejoystick.drv"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/winemp3.acm/Makefile"
25190 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 winemp3.acm"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/winenas.drv/Makefile"
25198 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 winenas.drv"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/wineoss.drv/Makefile"
25206 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207 wineoss.drv"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/wineps.drv/Makefile"
25214 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 wineps.drv"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/winepulse.drv/Makefile"
25222 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 winepulse.drv"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/winequartz.drv/Makefile"
25230 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 winequartz.drv"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/winex11.drv/Makefile"
25238 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239 winex11.drv"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/wing32/Makefile"
25246 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 wing32"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/winhttp/Makefile"
25254 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 winhttp"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/winhttp/tests/Makefile"
25262 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25263 winhttp/tests"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25266 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/wininet/Makefile"
25270 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25271 wininet"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25274 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/wininet/tests/Makefile"
25278 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25279 wininet/tests"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25282 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/winmm/Makefile"
25286 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287 winmm"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/winmm/tests/Makefile"
25294 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25295 winmm/tests"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25298 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/winnls32/Makefile"
25302 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303 winnls32"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/winscard/Makefile"
25310 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 winscard"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/winspool.drv/Makefile"
25318 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 winspool.drv"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/winspool.drv/tests/Makefile"
25326 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25327 winspool.drv/tests"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25330 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/wintab32/Makefile"
25334 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 wintab32"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/wintrust/Makefile"
25342 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343 wintrust"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/wintrust/tests/Makefile"
25350 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25351 wintrust/tests"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25354 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/wldap32/Makefile"
25358 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 wldap32"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/wldap32/tests/Makefile"
25366 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25367 wldap32/tests"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25370 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/wmi/Makefile"
25374 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375 wmi"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/wnaspi32/Makefile"
25382 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 wnaspi32"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/wow32/Makefile"
25390 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391 wow32"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/ws2_32/Makefile"
25398 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 ws2_32"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/ws2_32/tests/Makefile"
25406 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25407 ws2_32/tests"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25410 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/wsock32/Makefile"
25414 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 wsock32"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/wtsapi32/Makefile"
25422 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423 wtsapi32"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 documentation/Makefile"
25430 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25431 documentation"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 documentation/Makefile: documentation/Makefile.in Make.rules"
25434 ac_config_files="$ac_config_files documentation/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 fonts/Makefile"
25438 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25439 fonts"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 fonts/Makefile: fonts/Makefile.in Make.rules"
25442 ac_config_files="$ac_config_files fonts/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 include/Makefile"
25446 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25447 include"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 include/Makefile: include/Makefile.in Make.rules"
25450 ac_config_files="$ac_config_files include/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 libs/Makefile"
25454 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25455 libs"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 libs/Makefile: libs/Makefile.in Make.rules"
25458 ac_config_files="$ac_config_files libs/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 libs/port/Makefile"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25465 ac_config_files="$ac_config_files libs/port/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 libs/wine/Makefile"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25472 ac_config_files="$ac_config_files libs/wine/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 libs/wpp/Makefile"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25479 ac_config_files="$ac_config_files libs/wpp/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 loader/Makefile"
25483 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25484 loader"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 loader/Makefile: loader/Makefile.in Make.rules"
25487 ac_config_files="$ac_config_files loader/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 programs/Makefile"
25491 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25492 programs"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 programs/Makefile: programs/Makefile.in Make.rules"
25495 ac_config_files="$ac_config_files programs/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 programs/clock/Makefile"
25499 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25500 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25501 clock"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25504 ac_config_files="$ac_config_files programs/clock/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 programs/cmd/Makefile"
25508 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25509 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25510 cmd"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25513 ac_config_files="$ac_config_files programs/cmd/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 programs/cmdlgtst/Makefile"
25517 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25518 cmdlgtst"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25521 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 programs/control/Makefile"
25525 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25526 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25527 control"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25530 ac_config_files="$ac_config_files programs/control/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 programs/eject/Makefile"
25534 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25535 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25536 eject"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25539 ac_config_files="$ac_config_files programs/eject/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 programs/expand/Makefile"
25543 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25544 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25545 expand"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25548 ac_config_files="$ac_config_files programs/expand/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 programs/explorer/Makefile"
25552 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25553 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25554 explorer"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25557 ac_config_files="$ac_config_files programs/explorer/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 programs/hh/Makefile"
25561 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25562 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25566 ac_config_files="$ac_config_files programs/hh/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 programs/icinfo/Makefile"
25570 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25571 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25572 icinfo"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25575 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 programs/iexplore/Makefile"
25579 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25580 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25581 iexplore"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25584 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 programs/msiexec/Makefile"
25588 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25589 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25590 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25591 msiexec"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25594 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 programs/net/Makefile"
25598 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25599 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25600 net"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25603 ac_config_files="$ac_config_files programs/net/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 programs/notepad/Makefile"
25607 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25608 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25609 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25610 notepad"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25613 ac_config_files="$ac_config_files programs/notepad/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 programs/oleview/Makefile"
25617 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25618 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25619 oleview"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25622 ac_config_files="$ac_config_files programs/oleview/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 programs/progman/Makefile"
25626 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25627 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25628 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25629 progman"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25632 ac_config_files="$ac_config_files programs/progman/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 programs/reg/Makefile"
25636 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25637 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25638 reg"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25641 ac_config_files="$ac_config_files programs/reg/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 programs/regedit/Makefile"
25645 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25646 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25647 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25648 regedit"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25651 ac_config_files="$ac_config_files programs/regedit/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 programs/regsvr32/Makefile"
25655 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25656 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25657 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25658 regsvr32"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25661 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 programs/rpcss/Makefile"
25665 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25666 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25667 rpcss"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25670 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 programs/rundll32/Makefile"
25674 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25675 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25676 rundll32"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25679 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 programs/secedit/Makefile"
25683 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25684 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25685 secedit"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25688 ac_config_files="$ac_config_files programs/secedit/Makefile"
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691 programs/services/Makefile"
25692 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25693 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25694 services"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25697 ac_config_files="$ac_config_files programs/services/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 programs/spoolsv/Makefile"
25701 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25702 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25703 spoolsv"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25706 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 programs/start/Makefile"
25710 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25711 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25712 start"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25715 ac_config_files="$ac_config_files programs/start/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 programs/svchost/Makefile"
25719 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25720 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25721 svchost"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25724 ac_config_files="$ac_config_files programs/svchost/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 programs/taskmgr/Makefile"
25728 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25729 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25730 taskmgr"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25733 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 programs/uninstaller/Makefile"
25737 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25738 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25739 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25740 uninstaller"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25743 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 programs/view/Makefile"
25747 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25748 view"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25751 ac_config_files="$ac_config_files programs/view/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 programs/wineboot/Makefile"
25755 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25756 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25757 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25758 wineboot"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25761 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 programs/winebrowser/Makefile"
25765 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25766 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25767 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25768 winebrowser"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25771 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 programs/winecfg/Makefile"
25775 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25776 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25777 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25778 winecfg"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25781 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 programs/wineconsole/Makefile"
25785 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25786 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25787 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25788 wineconsole"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25791 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 programs/winedbg/Makefile"
25795 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25796 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25797 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25798 winedbg"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25801 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 programs/winedevice/Makefile"
25805 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25806 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25807 winedevice"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25810 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 programs/winefile/Makefile"
25814 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25815 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25816 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25817 winefile"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25820 ac_config_files="$ac_config_files programs/winefile/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 programs/winemenubuilder/Makefile"
25824 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25825 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25826 winemenubuilder"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25829 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 programs/winemine/Makefile"
25833 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25834 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25835 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25836 winemine"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25839 ac_config_files="$ac_config_files programs/winemine/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 programs/winepath/Makefile"
25843 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25844 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25845 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25846 winepath"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25849 ac_config_files="$ac_config_files programs/winepath/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 programs/winetest/Makefile"
25853 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25854 winetest"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25857 ac_config_files="$ac_config_files programs/winetest/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 programs/winevdm/Makefile"
25861 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25862 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25863 winevdm"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25866 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 programs/winhlp32/Makefile"
25870 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25871 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25872 winhlp32"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25875 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 programs/winver/Makefile"
25879 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25880 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25881 winver"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25884 ac_config_files="$ac_config_files programs/winver/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 programs/wordpad/Makefile"
25888 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25889 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25890 wordpad"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25893 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 programs/write/Makefile"
25897 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25898 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25899 write"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25902 ac_config_files="$ac_config_files programs/write/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 programs/xcopy/Makefile"
25906 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25907 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25908 xcopy"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25911 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 server/Makefile"
25915 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25916 server"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 server/Makefile: server/Makefile.in Make.rules"
25919 ac_config_files="$ac_config_files server/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 tools/Makefile"
25923 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25924 tools"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 tools/Makefile: tools/Makefile.in Make.rules"
25927 ac_config_files="$ac_config_files tools/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 tools/widl/Makefile"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25934 ac_config_files="$ac_config_files tools/widl/Makefile"
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937 tools/winebuild/Makefile"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25941 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 tools/winedump/Makefile"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25948 ac_config_files="$ac_config_files tools/winedump/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 tools/winegcc/Makefile"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25955 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 tools/wmc/Makefile"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25962 ac_config_files="$ac_config_files tools/wmc/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 tools/wrc/Makefile"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25969 ac_config_files="$ac_config_files tools/wrc/Makefile"
25972 if test "x$enable_tests" == "xno"
25973 then
25974 ALL_TEST_DIRS=""
25979 ALL_WINETEST_DEPENDS="# Test binaries"
25981 for dir in $ALL_TEST_DIRS
25983 if test "$dir" != "\\"
25984 then
25985 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25986 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25987 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25988 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25990 done
25992 cat >confcache <<\_ACEOF
25993 # This file is a shell script that caches the results of configure
25994 # tests run on this system so they can be shared between configure
25995 # scripts and configure runs, see configure's option --config-cache.
25996 # It is not useful on other systems. If it contains results you don't
25997 # want to keep, you may remove or edit it.
25999 # config.status only pays attention to the cache file if you give it
26000 # the --recheck option to rerun configure.
26002 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26003 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26004 # following values.
26006 _ACEOF
26008 # The following way of writing the cache mishandles newlines in values,
26009 # but we know of no workaround that is simple, portable, and efficient.
26010 # So, we kill variables containing newlines.
26011 # Ultrix sh set writes to stderr and can't be redirected directly,
26012 # and sets the high bit in the cache file unless we assign to the vars.
26014 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26015 eval ac_val=\$$ac_var
26016 case $ac_val in #(
26017 *${as_nl}*)
26018 case $ac_var in #(
26019 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26020 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26021 esac
26022 case $ac_var in #(
26023 _ | IFS | as_nl) ;; #(
26024 *) $as_unset $ac_var ;;
26025 esac ;;
26026 esac
26027 done
26029 (set) 2>&1 |
26030 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26031 *${as_nl}ac_space=\ *)
26032 # `set' does not quote correctly, so add quotes (double-quote
26033 # substitution turns \\\\ into \\, and sed turns \\ into \).
26034 sed -n \
26035 "s/'/'\\\\''/g;
26036 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26037 ;; #(
26039 # `set' quotes correctly as required by POSIX, so do not add quotes.
26040 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26042 esac |
26043 sort
26045 sed '
26046 /^ac_cv_env_/b end
26047 t clear
26048 :clear
26049 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26050 t end
26051 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26052 :end' >>confcache
26053 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26054 if test -w "$cache_file"; then
26055 test "x$cache_file" != "x/dev/null" &&
26056 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26057 echo "$as_me: updating cache $cache_file" >&6;}
26058 cat confcache >$cache_file
26059 else
26060 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26061 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26064 rm -f confcache
26066 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26067 # Let make expand exec_prefix.
26068 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26070 DEFS=-DHAVE_CONFIG_H
26072 ac_libobjs=
26073 ac_ltlibobjs=
26074 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26075 # 1. Remove the extension, and $U if already installed.
26076 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26077 ac_i=`echo "$ac_i" | sed "$ac_script"`
26078 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26079 # will be set to the directory where LIBOBJS objects are built.
26080 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26081 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26082 done
26083 LIBOBJS=$ac_libobjs
26085 LTLIBOBJS=$ac_ltlibobjs
26089 : ${CONFIG_STATUS=./config.status}
26090 ac_clean_files_save=$ac_clean_files
26091 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26092 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26093 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26094 cat >$CONFIG_STATUS <<_ACEOF
26095 #! $SHELL
26096 # Generated by $as_me.
26097 # Run this file to recreate the current configuration.
26098 # Compiler output produced by configure, useful for debugging
26099 # configure, is in config.log if it exists.
26101 debug=false
26102 ac_cs_recheck=false
26103 ac_cs_silent=false
26104 SHELL=\${CONFIG_SHELL-$SHELL}
26105 _ACEOF
26107 cat >>$CONFIG_STATUS <<\_ACEOF
26108 ## --------------------- ##
26109 ## M4sh Initialization. ##
26110 ## --------------------- ##
26112 # Be more Bourne compatible
26113 DUALCASE=1; export DUALCASE # for MKS sh
26114 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26115 emulate sh
26116 NULLCMD=:
26117 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26118 # is contrary to our usage. Disable this feature.
26119 alias -g '${1+"$@"}'='"$@"'
26120 setopt NO_GLOB_SUBST
26121 else
26122 case `(set -o) 2>/dev/null` in
26123 *posix*) set -o posix ;;
26124 esac
26131 # PATH needs CR
26132 # Avoid depending upon Character Ranges.
26133 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26134 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26135 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26136 as_cr_digits='0123456789'
26137 as_cr_alnum=$as_cr_Letters$as_cr_digits
26139 # The user is always right.
26140 if test "${PATH_SEPARATOR+set}" != set; then
26141 echo "#! /bin/sh" >conf$$.sh
26142 echo "exit 0" >>conf$$.sh
26143 chmod +x conf$$.sh
26144 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26145 PATH_SEPARATOR=';'
26146 else
26147 PATH_SEPARATOR=:
26149 rm -f conf$$.sh
26152 # Support unset when possible.
26153 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26154 as_unset=unset
26155 else
26156 as_unset=false
26160 # IFS
26161 # We need space, tab and new line, in precisely that order. Quoting is
26162 # there to prevent editors from complaining about space-tab.
26163 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26164 # splitting by setting IFS to empty value.)
26165 as_nl='
26167 IFS=" "" $as_nl"
26169 # Find who we are. Look in the path if we contain no directory separator.
26170 case $0 in
26171 *[\\/]* ) as_myself=$0 ;;
26172 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26173 for as_dir in $PATH
26175 IFS=$as_save_IFS
26176 test -z "$as_dir" && as_dir=.
26177 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26178 done
26179 IFS=$as_save_IFS
26182 esac
26183 # We did not find ourselves, most probably we were run as `sh COMMAND'
26184 # in which case we are not to be found in the path.
26185 if test "x$as_myself" = x; then
26186 as_myself=$0
26188 if test ! -f "$as_myself"; then
26189 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26190 { (exit 1); exit 1; }
26193 # Work around bugs in pre-3.0 UWIN ksh.
26194 for as_var in ENV MAIL MAILPATH
26195 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26196 done
26197 PS1='$ '
26198 PS2='> '
26199 PS4='+ '
26201 # NLS nuisances.
26202 for as_var in \
26203 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26204 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26205 LC_TELEPHONE LC_TIME
26207 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26208 eval $as_var=C; export $as_var
26209 else
26210 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26212 done
26214 # Required to use basename.
26215 if expr a : '\(a\)' >/dev/null 2>&1 &&
26216 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26217 as_expr=expr
26218 else
26219 as_expr=false
26222 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26223 as_basename=basename
26224 else
26225 as_basename=false
26229 # Name of the executable.
26230 as_me=`$as_basename -- "$0" ||
26231 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26232 X"$0" : 'X\(//\)$' \| \
26233 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26234 echo X/"$0" |
26235 sed '/^.*\/\([^/][^/]*\)\/*$/{
26236 s//\1/
26239 /^X\/\(\/\/\)$/{
26240 s//\1/
26243 /^X\/\(\/\).*/{
26244 s//\1/
26247 s/.*/./; q'`
26249 # CDPATH.
26250 $as_unset CDPATH
26254 as_lineno_1=$LINENO
26255 as_lineno_2=$LINENO
26256 test "x$as_lineno_1" != "x$as_lineno_2" &&
26257 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26259 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26260 # uniformly replaced by the line number. The first 'sed' inserts a
26261 # line-number line after each line using $LINENO; the second 'sed'
26262 # does the real work. The second script uses 'N' to pair each
26263 # line-number line with the line containing $LINENO, and appends
26264 # trailing '-' during substitution so that $LINENO is not a special
26265 # case at line end.
26266 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26267 # scripts with optimization help from Paolo Bonzini. Blame Lee
26268 # E. McMahon (1931-1989) for sed's syntax. :-)
26269 sed -n '
26271 /[$]LINENO/=
26272 ' <$as_myself |
26273 sed '
26274 s/[$]LINENO.*/&-/
26275 t lineno
26277 :lineno
26279 :loop
26280 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26281 t loop
26282 s/-\n.*//
26283 ' >$as_me.lineno &&
26284 chmod +x "$as_me.lineno" ||
26285 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26286 { (exit 1); exit 1; }; }
26288 # Don't try to exec as it changes $[0], causing all sort of problems
26289 # (the dirname of $[0] is not the place where we might find the
26290 # original and so on. Autoconf is especially sensitive to this).
26291 . "./$as_me.lineno"
26292 # Exit status is that of the last command.
26293 exit
26297 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26298 as_dirname=dirname
26299 else
26300 as_dirname=false
26303 ECHO_C= ECHO_N= ECHO_T=
26304 case `echo -n x` in
26305 -n*)
26306 case `echo 'x\c'` in
26307 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26308 *) ECHO_C='\c';;
26309 esac;;
26311 ECHO_N='-n';;
26312 esac
26314 if expr a : '\(a\)' >/dev/null 2>&1 &&
26315 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26316 as_expr=expr
26317 else
26318 as_expr=false
26321 rm -f conf$$ conf$$.exe conf$$.file
26322 if test -d conf$$.dir; then
26323 rm -f conf$$.dir/conf$$.file
26324 else
26325 rm -f conf$$.dir
26326 mkdir conf$$.dir
26328 echo >conf$$.file
26329 if ln -s conf$$.file conf$$ 2>/dev/null; then
26330 as_ln_s='ln -s'
26331 # ... but there are two gotchas:
26332 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26333 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26334 # In both cases, we have to default to `cp -p'.
26335 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26336 as_ln_s='cp -p'
26337 elif ln conf$$.file conf$$ 2>/dev/null; then
26338 as_ln_s=ln
26339 else
26340 as_ln_s='cp -p'
26342 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26343 rmdir conf$$.dir 2>/dev/null
26345 if mkdir -p . 2>/dev/null; then
26346 as_mkdir_p=:
26347 else
26348 test -d ./-p && rmdir ./-p
26349 as_mkdir_p=false
26352 if test -x / >/dev/null 2>&1; then
26353 as_test_x='test -x'
26354 else
26355 if ls -dL / >/dev/null 2>&1; then
26356 as_ls_L_option=L
26357 else
26358 as_ls_L_option=
26360 as_test_x='
26361 eval sh -c '\''
26362 if test -d "$1"; then
26363 test -d "$1/.";
26364 else
26365 case $1 in
26366 -*)set "./$1";;
26367 esac;
26368 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26369 ???[sx]*):;;*)false;;esac;fi
26370 '\'' sh
26373 as_executable_p=$as_test_x
26375 # Sed expression to map a string onto a valid CPP name.
26376 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26378 # Sed expression to map a string onto a valid variable name.
26379 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26382 exec 6>&1
26384 # Save the log message, to keep $[0] and so on meaningful, and to
26385 # report actual input values of CONFIG_FILES etc. instead of their
26386 # values after options handling.
26387 ac_log="
26388 This file was extended by Wine $as_me 1.1.5, which was
26389 generated by GNU Autoconf 2.61. Invocation command line was
26391 CONFIG_FILES = $CONFIG_FILES
26392 CONFIG_HEADERS = $CONFIG_HEADERS
26393 CONFIG_LINKS = $CONFIG_LINKS
26394 CONFIG_COMMANDS = $CONFIG_COMMANDS
26395 $ $0 $@
26397 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26400 _ACEOF
26402 cat >>$CONFIG_STATUS <<_ACEOF
26403 # Files that config.status was made for.
26404 config_files="$ac_config_files"
26405 config_headers="$ac_config_headers"
26406 config_commands="$ac_config_commands"
26408 _ACEOF
26410 cat >>$CONFIG_STATUS <<\_ACEOF
26411 ac_cs_usage="\
26412 \`$as_me' instantiates files from templates according to the
26413 current configuration.
26415 Usage: $0 [OPTIONS] [FILE]...
26417 -h, --help print this help, then exit
26418 -V, --version print version number and configuration settings, then exit
26419 -q, --quiet do not print progress messages
26420 -d, --debug don't remove temporary files
26421 --recheck update $as_me by reconfiguring in the same conditions
26422 --file=FILE[:TEMPLATE]
26423 instantiate the configuration file FILE
26424 --header=FILE[:TEMPLATE]
26425 instantiate the configuration header FILE
26427 Configuration files:
26428 $config_files
26430 Configuration headers:
26431 $config_headers
26433 Configuration commands:
26434 $config_commands
26436 Report bugs to <bug-autoconf@gnu.org>."
26438 _ACEOF
26439 cat >>$CONFIG_STATUS <<_ACEOF
26440 ac_cs_version="\\
26441 Wine config.status 1.1.5
26442 configured by $0, generated by GNU Autoconf 2.61,
26443 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26445 Copyright (C) 2006 Free Software Foundation, Inc.
26446 This config.status script is free software; the Free Software Foundation
26447 gives unlimited permission to copy, distribute and modify it."
26449 ac_pwd='$ac_pwd'
26450 srcdir='$srcdir'
26451 INSTALL='$INSTALL'
26452 _ACEOF
26454 cat >>$CONFIG_STATUS <<\_ACEOF
26455 # If no file are specified by the user, then we need to provide default
26456 # value. By we need to know if files were specified by the user.
26457 ac_need_defaults=:
26458 while test $# != 0
26460 case $1 in
26461 --*=*)
26462 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26463 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26464 ac_shift=:
26467 ac_option=$1
26468 ac_optarg=$2
26469 ac_shift=shift
26471 esac
26473 case $ac_option in
26474 # Handling of the options.
26475 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26476 ac_cs_recheck=: ;;
26477 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26478 echo "$ac_cs_version"; exit ;;
26479 --debug | --debu | --deb | --de | --d | -d )
26480 debug=: ;;
26481 --file | --fil | --fi | --f )
26482 $ac_shift
26483 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26484 ac_need_defaults=false;;
26485 --header | --heade | --head | --hea )
26486 $ac_shift
26487 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26488 ac_need_defaults=false;;
26489 --he | --h)
26490 # Conflict between --help and --header
26491 { echo "$as_me: error: ambiguous option: $1
26492 Try \`$0 --help' for more information." >&2
26493 { (exit 1); exit 1; }; };;
26494 --help | --hel | -h )
26495 echo "$ac_cs_usage"; exit ;;
26496 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26497 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26498 ac_cs_silent=: ;;
26500 # This is an error.
26501 -*) { echo "$as_me: error: unrecognized option: $1
26502 Try \`$0 --help' for more information." >&2
26503 { (exit 1); exit 1; }; } ;;
26505 *) ac_config_targets="$ac_config_targets $1"
26506 ac_need_defaults=false ;;
26508 esac
26509 shift
26510 done
26512 ac_configure_extra_args=
26514 if $ac_cs_silent; then
26515 exec 6>/dev/null
26516 ac_configure_extra_args="$ac_configure_extra_args --silent"
26519 _ACEOF
26520 cat >>$CONFIG_STATUS <<_ACEOF
26521 if \$ac_cs_recheck; then
26522 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26523 CONFIG_SHELL=$SHELL
26524 export CONFIG_SHELL
26525 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26528 _ACEOF
26529 cat >>$CONFIG_STATUS <<\_ACEOF
26530 exec 5>>config.log
26532 echo
26533 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26534 ## Running $as_me. ##
26535 _ASBOX
26536 echo "$ac_log"
26537 } >&5
26539 _ACEOF
26540 cat >>$CONFIG_STATUS <<_ACEOF
26541 _ACEOF
26543 cat >>$CONFIG_STATUS <<\_ACEOF
26545 # Handling of arguments.
26546 for ac_config_target in $ac_config_targets
26548 case $ac_config_target in
26549 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26550 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26551 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26552 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26553 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26554 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26555 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26556 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26557 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26558 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26559 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26560 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26561 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26562 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26563 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26564 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26565 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26566 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26567 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26568 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26569 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26570 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26571 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26572 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26573 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26574 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26575 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26576 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26577 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26578 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26579 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26580 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26581 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26582 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26583 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26584 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26585 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26586 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26587 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26588 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26589 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26590 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26591 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26592 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26593 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26594 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26595 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26596 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26597 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26598 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26599 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26600 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26601 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26602 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26603 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26604 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26605 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26606 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26607 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26608 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26609 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26610 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26611 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26612 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26613 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26614 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26615 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26616 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26617 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26618 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26619 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26620 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26621 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26622 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26623 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26624 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26625 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26626 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26627 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26628 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26629 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26630 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26631 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26632 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26633 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26634 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26635 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26636 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26637 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26638 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26639 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26640 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26641 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26642 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26643 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26644 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26645 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26646 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26647 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26648 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26649 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26650 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26651 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26652 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26653 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26654 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26655 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26656 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26657 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26658 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26659 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26660 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26661 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26662 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26663 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26664 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26665 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26666 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26667 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26668 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26669 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26670 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26671 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26672 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26673 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26674 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26675 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26676 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26677 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26678 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26679 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26680 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26681 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26682 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26683 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26684 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26685 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26686 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26687 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26688 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26689 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26690 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26691 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26692 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26693 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26694 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26695 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26696 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26697 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26698 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26699 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26700 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26701 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26702 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26703 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26704 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26705 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26706 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26707 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26708 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26709 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26710 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26711 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26712 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26713 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26714 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26715 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26716 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26717 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26718 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26719 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26720 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26721 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26722 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26723 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26724 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26725 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26726 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26727 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26728 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26729 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26730 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26731 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26732 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26733 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26734 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26735 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26736 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26737 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26738 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26739 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26740 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26741 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26742 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26743 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26744 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26745 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26746 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26747 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26748 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26749 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26750 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26751 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26752 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26753 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26754 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26755 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26756 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26757 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26758 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26759 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26760 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26761 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26762 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26763 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26764 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26765 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26766 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26767 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26768 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26769 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26770 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26771 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26772 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26773 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26774 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26775 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26776 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26777 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26778 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26779 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26780 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26781 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26782 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26783 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26784 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26785 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26786 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26787 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26788 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26789 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26790 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26791 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26792 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26793 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26794 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26795 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26796 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26797 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26798 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26799 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26800 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26801 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26802 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26803 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26804 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26805 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26806 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26807 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26808 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26809 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26810 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26811 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26812 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26813 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26814 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26815 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26816 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26817 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26818 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26819 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26820 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26821 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26822 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26823 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26824 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26825 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26826 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26827 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26828 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26829 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26830 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26831 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26832 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26833 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26834 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26835 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26836 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26837 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26838 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26839 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26840 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26841 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26842 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26843 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26844 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26845 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26846 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26847 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26848 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26849 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26850 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26851 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26852 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26853 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26854 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26855 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26856 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26857 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26858 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26859 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26860 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26861 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26862 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26863 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26864 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26865 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26866 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26867 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26868 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26869 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26870 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26871 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26872 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26873 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26874 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26875 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26876 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26877 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26878 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26879 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26880 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26881 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26882 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26883 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26884 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26885 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26886 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26887 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26888 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26889 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26890 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26891 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26892 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26893 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26894 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26895 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26896 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
26897 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26898 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26899 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26900 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26901 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26902 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26903 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26904 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26905 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26906 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26907 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26908 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26909 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26910 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26911 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26912 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26913 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26914 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26915 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26916 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26917 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26918 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26919 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26920 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26921 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26922 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26923 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26924 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26925 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26926 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26927 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26928 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26929 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26930 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26931 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26932 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26933 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26934 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26935 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26936 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26937 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26938 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26939 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26940 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26941 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26942 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26943 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26944 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26945 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26946 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26947 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26948 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26949 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26950 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26951 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26952 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26953 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26954 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26955 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26956 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26957 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26958 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26959 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26960 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26961 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26962 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26963 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26964 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26965 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26966 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26967 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26968 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26969 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26970 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26971 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26972 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26973 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26974 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26975 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26976 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26977 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26978 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26979 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26980 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26981 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26982 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26983 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26985 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26986 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26987 { (exit 1); exit 1; }; };;
26988 esac
26989 done
26992 # If the user did not use the arguments to specify the items to instantiate,
26993 # then the envvar interface is used. Set only those that are not.
26994 # We use the long form for the default assignment because of an extremely
26995 # bizarre bug on SunOS 4.1.3.
26996 if $ac_need_defaults; then
26997 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26998 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26999 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27002 # Have a temporary directory for convenience. Make it in the build tree
27003 # simply because there is no reason against having it here, and in addition,
27004 # creating and moving files from /tmp can sometimes cause problems.
27005 # Hook for its removal unless debugging.
27006 # Note that there is a small window in which the directory will not be cleaned:
27007 # after its creation but before its name has been assigned to `$tmp'.
27008 $debug ||
27010 tmp=
27011 trap 'exit_status=$?
27012 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27014 trap '{ (exit 1); exit 1; }' 1 2 13 15
27016 # Create a (secure) tmp directory for tmp files.
27019 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27020 test -n "$tmp" && test -d "$tmp"
27021 } ||
27023 tmp=./conf$$-$RANDOM
27024 (umask 077 && mkdir "$tmp")
27025 } ||
27027 echo "$me: cannot create a temporary directory in ." >&2
27028 { (exit 1); exit 1; }
27032 # Set up the sed scripts for CONFIG_FILES section.
27035 # No need to generate the scripts if there are no CONFIG_FILES.
27036 # This happens for instance when ./config.status config.h
27037 if test -n "$CONFIG_FILES"; then
27039 _ACEOF
27041 # Create sed commands to just substitute file output variables.
27043 # Remaining file output variables are in a fragment that also has non-file
27044 # output varibles.
27048 ac_delim='%!_!# '
27049 for ac_last_try in false false false false false :; do
27050 cat >conf$$subs.sed <<_ACEOF
27051 SHELL!$SHELL$ac_delim
27052 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27053 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27054 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27055 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27056 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27057 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27058 exec_prefix!$exec_prefix$ac_delim
27059 prefix!$prefix$ac_delim
27060 program_transform_name!$program_transform_name$ac_delim
27061 bindir!$bindir$ac_delim
27062 sbindir!$sbindir$ac_delim
27063 libexecdir!$libexecdir$ac_delim
27064 datarootdir!$datarootdir$ac_delim
27065 datadir!$datadir$ac_delim
27066 sysconfdir!$sysconfdir$ac_delim
27067 sharedstatedir!$sharedstatedir$ac_delim
27068 localstatedir!$localstatedir$ac_delim
27069 includedir!$includedir$ac_delim
27070 oldincludedir!$oldincludedir$ac_delim
27071 docdir!$docdir$ac_delim
27072 infodir!$infodir$ac_delim
27073 htmldir!$htmldir$ac_delim
27074 dvidir!$dvidir$ac_delim
27075 pdfdir!$pdfdir$ac_delim
27076 psdir!$psdir$ac_delim
27077 libdir!$libdir$ac_delim
27078 localedir!$localedir$ac_delim
27079 mandir!$mandir$ac_delim
27080 DEFS!$DEFS$ac_delim
27081 ECHO_C!$ECHO_C$ac_delim
27082 ECHO_N!$ECHO_N$ac_delim
27083 ECHO_T!$ECHO_T$ac_delim
27084 LIBS!$LIBS$ac_delim
27085 build_alias!$build_alias$ac_delim
27086 host_alias!$host_alias$ac_delim
27087 target_alias!$target_alias$ac_delim
27088 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27089 build!$build$ac_delim
27090 build_cpu!$build_cpu$ac_delim
27091 build_vendor!$build_vendor$ac_delim
27092 build_os!$build_os$ac_delim
27093 host!$host$ac_delim
27094 host_cpu!$host_cpu$ac_delim
27095 host_vendor!$host_vendor$ac_delim
27096 host_os!$host_os$ac_delim
27097 WIN16_FILES!$WIN16_FILES$ac_delim
27098 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27099 WINETEST!$WINETEST$ac_delim
27100 SET_MAKE!$SET_MAKE$ac_delim
27101 CC!$CC$ac_delim
27102 CFLAGS!$CFLAGS$ac_delim
27103 LDFLAGS!$LDFLAGS$ac_delim
27104 CPPFLAGS!$CPPFLAGS$ac_delim
27105 ac_ct_CC!$ac_ct_CC$ac_delim
27106 EXEEXT!$EXEEXT$ac_delim
27107 OBJEXT!$OBJEXT$ac_delim
27108 CXX!$CXX$ac_delim
27109 CXXFLAGS!$CXXFLAGS$ac_delim
27110 ac_ct_CXX!$ac_ct_CXX$ac_delim
27111 CPPBIN!$CPPBIN$ac_delim
27112 TOOLSDIR!$TOOLSDIR$ac_delim
27113 XMKMF!$XMKMF$ac_delim
27114 CPP!$CPP$ac_delim
27115 X_CFLAGS!$X_CFLAGS$ac_delim
27116 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27117 X_LIBS!$X_LIBS$ac_delim
27118 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27119 FLEX!$FLEX$ac_delim
27120 BISON!$BISON$ac_delim
27121 AS!$AS$ac_delim
27122 ac_ct_AS!$ac_ct_AS$ac_delim
27123 LD!$LD$ac_delim
27124 ac_ct_LD!$ac_ct_LD$ac_delim
27125 NM!$NM$ac_delim
27126 ac_ct_NM!$ac_ct_NM$ac_delim
27127 AR!$AR$ac_delim
27128 ac_ct_AR!$ac_ct_AR$ac_delim
27129 ARFLAGS!$ARFLAGS$ac_delim
27130 RANLIB!$RANLIB$ac_delim
27131 STRIP!$STRIP$ac_delim
27132 WINDRES!$WINDRES$ac_delim
27133 _ACEOF
27135 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27136 break
27137 elif $ac_last_try; then
27138 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27139 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27140 { (exit 1); exit 1; }; }
27141 else
27142 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27144 done
27146 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27147 if test -n "$ac_eof"; then
27148 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27149 ac_eof=`expr $ac_eof + 1`
27152 cat >>$CONFIG_STATUS <<_ACEOF
27153 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27154 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27155 /^[ ]*@MAKE_RULES@[ ]*$/{
27156 r $MAKE_RULES
27159 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27160 r $MAKE_DLL_RULES
27163 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27164 r $MAKE_IMPLIB_RULES
27167 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27168 r $MAKE_TEST_RULES
27171 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27172 r $MAKE_PROG_RULES
27175 _ACEOF
27176 sed '
27177 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27178 s/^/s,@/; s/!/@,|#_!!_#|/
27181 s/'"$ac_delim"'$/,g/; t
27182 s/$/\\/; p
27183 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27184 ' >>$CONFIG_STATUS <conf$$subs.sed
27185 rm -f conf$$subs.sed
27186 cat >>$CONFIG_STATUS <<_ACEOF
27187 CEOF$ac_eof
27188 _ACEOF
27191 ac_delim='%!_!# '
27192 for ac_last_try in false false false false false :; do
27193 cat >conf$$subs.sed <<_ACEOF
27194 LN_S!$LN_S$ac_delim
27195 LN!$LN$ac_delim
27196 GREP!$GREP$ac_delim
27197 EGREP!$EGREP$ac_delim
27198 LDCONFIG!$LDCONFIG$ac_delim
27199 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27200 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27201 INSTALL_DATA!$INSTALL_DATA$ac_delim
27202 LINT!$LINT$ac_delim
27203 LINTFLAGS!$LINTFLAGS$ac_delim
27204 FONTFORGE!$FONTFORGE$ac_delim
27205 PKG_CONFIG!$PKG_CONFIG$ac_delim
27206 RSVG!$RSVG$ac_delim
27207 ICOTOOL!$ICOTOOL$ac_delim
27208 PRELINK!$PRELINK$ac_delim
27209 LIBPTHREAD!$LIBPTHREAD$ac_delim
27210 XLIB!$XLIB$ac_delim
27211 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27212 DLLEXT!$DLLEXT$ac_delim
27213 DLLFLAGS!$DLLFLAGS$ac_delim
27214 LDSHARED!$LDSHARED$ac_delim
27215 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27216 LIBEXT!$LIBEXT$ac_delim
27217 IMPLIBEXT!$IMPLIBEXT$ac_delim
27218 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27219 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27220 LDD!$LDD$ac_delim
27221 DLLTOOL!$DLLTOOL$ac_delim
27222 DLLWRAP!$DLLWRAP$ac_delim
27223 MINGWAR!$MINGWAR$ac_delim
27224 SECURITYLIB!$SECURITYLIB$ac_delim
27225 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27226 IOKITLIB!$IOKITLIB$ac_delim
27227 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27228 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27229 COREAUDIO!$COREAUDIO$ac_delim
27230 CARBONLIB!$CARBONLIB$ac_delim
27231 CROSSTEST!$CROSSTEST$ac_delim
27232 CROSSCC!$CROSSCC$ac_delim
27233 CROSSWINDRES!$CROSSWINDRES$ac_delim
27234 NASLIBS!$NASLIBS$ac_delim
27235 XML2LIBS!$XML2LIBS$ac_delim
27236 XML2INCL!$XML2INCL$ac_delim
27237 XSLTLIBS!$XSLTLIBS$ac_delim
27238 XSLTINCL!$XSLTINCL$ac_delim
27239 HALINCL!$HALINCL$ac_delim
27240 GNUTLSINCL!$GNUTLSINCL$ac_delim
27241 sane_devel!$sane_devel$ac_delim
27242 SANEINCL!$SANEINCL$ac_delim
27243 gphoto2_devel!$gphoto2_devel$ac_delim
27244 gphoto2port_devel!$gphoto2port_devel$ac_delim
27245 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27246 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27247 RESOLVLIBS!$RESOLVLIBS$ac_delim
27248 LCMSLIBS!$LCMSLIBS$ac_delim
27249 ft_devel!$ft_devel$ac_delim
27250 FREETYPELIBS!$FREETYPELIBS$ac_delim
27251 FREETYPEINCL!$FREETYPEINCL$ac_delim
27252 ESDCONFIG!$ESDCONFIG$ac_delim
27253 ESDINCL!$ESDINCL$ac_delim
27254 ESDLIBS!$ESDLIBS$ac_delim
27255 PULSELIBS!$PULSELIBS$ac_delim
27256 ALSALIBS!$ALSALIBS$ac_delim
27257 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27258 CUPSINCL!$CUPSINCL$ac_delim
27259 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27260 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27261 BUILTINFLAG!$BUILTINFLAG$ac_delim
27262 LDPATH!$LDPATH$ac_delim
27263 CRTLIBS!$CRTLIBS$ac_delim
27264 SOCKETLIBS!$SOCKETLIBS$ac_delim
27265 MAIN_BINARY!$MAIN_BINARY$ac_delim
27266 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27267 LIBDL!$LIBDL$ac_delim
27268 LIBPOLL!$LIBPOLL$ac_delim
27269 LDAPLIBS!$LDAPLIBS$ac_delim
27270 DEPENDENCIES!$DEPENDENCIES$ac_delim
27271 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27272 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27273 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27274 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27275 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27276 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27277 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27278 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27279 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27280 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27281 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27282 LIBOBJS!$LIBOBJS$ac_delim
27283 LTLIBOBJS!$LTLIBOBJS$ac_delim
27284 _ACEOF
27286 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
27287 break
27288 elif $ac_last_try; then
27289 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27290 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27291 { (exit 1); exit 1; }; }
27292 else
27293 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27295 done
27297 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27298 if test -n "$ac_eof"; then
27299 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27300 ac_eof=`expr $ac_eof + 1`
27303 cat >>$CONFIG_STATUS <<_ACEOF
27304 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27305 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27306 _ACEOF
27307 sed '
27308 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27309 s/^/s,@/; s/!/@,|#_!!_#|/
27312 s/'"$ac_delim"'$/,g/; t
27313 s/$/\\/; p
27314 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27315 ' >>$CONFIG_STATUS <conf$$subs.sed
27316 rm -f conf$$subs.sed
27317 cat >>$CONFIG_STATUS <<_ACEOF
27318 :end
27319 s/|#_!!_#|//g
27320 CEOF$ac_eof
27321 _ACEOF
27324 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27325 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27326 # trailing colons and then remove the whole line if VPATH becomes empty
27327 # (actually we leave an empty line to preserve line numbers).
27328 if test "x$srcdir" = x.; then
27329 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27330 s/:*\$(srcdir):*/:/
27331 s/:*\${srcdir}:*/:/
27332 s/:*@srcdir@:*/:/
27333 s/^\([^=]*=[ ]*\):*/\1/
27334 s/:*$//
27335 s/^[^=]*=[ ]*$//
27339 cat >>$CONFIG_STATUS <<\_ACEOF
27340 fi # test -n "$CONFIG_FILES"
27343 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27345 case $ac_tag in
27346 :[FHLC]) ac_mode=$ac_tag; continue;;
27347 esac
27348 case $ac_mode$ac_tag in
27349 :[FHL]*:*);;
27350 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27351 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27352 { (exit 1); exit 1; }; };;
27353 :[FH]-) ac_tag=-:-;;
27354 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27355 esac
27356 ac_save_IFS=$IFS
27357 IFS=:
27358 set x $ac_tag
27359 IFS=$ac_save_IFS
27360 shift
27361 ac_file=$1
27362 shift
27364 case $ac_mode in
27365 :L) ac_source=$1;;
27366 :[FH])
27367 ac_file_inputs=
27368 for ac_f
27370 case $ac_f in
27371 -) ac_f="$tmp/stdin";;
27372 *) # Look for the file first in the build tree, then in the source tree
27373 # (if the path is not absolute). The absolute path cannot be DOS-style,
27374 # because $ac_f cannot contain `:'.
27375 test -f "$ac_f" ||
27376 case $ac_f in
27377 [\\/$]*) false;;
27378 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27379 esac ||
27380 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27381 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27382 { (exit 1); exit 1; }; };;
27383 esac
27384 ac_file_inputs="$ac_file_inputs $ac_f"
27385 done
27387 # Let's still pretend it is `configure' which instantiates (i.e., don't
27388 # use $as_me), people would be surprised to read:
27389 # /* config.h. Generated by config.status. */
27390 configure_input="Generated from "`IFS=:
27391 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27392 if test x"$ac_file" != x-; then
27393 configure_input="$ac_file. $configure_input"
27394 { echo "$as_me:$LINENO: creating $ac_file" >&5
27395 echo "$as_me: creating $ac_file" >&6;}
27398 case $ac_tag in
27399 *:-:* | *:-) cat >"$tmp/stdin";;
27400 esac
27402 esac
27404 ac_dir=`$as_dirname -- "$ac_file" ||
27405 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27406 X"$ac_file" : 'X\(//\)[^/]' \| \
27407 X"$ac_file" : 'X\(//\)$' \| \
27408 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27409 echo X"$ac_file" |
27410 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27411 s//\1/
27414 /^X\(\/\/\)[^/].*/{
27415 s//\1/
27418 /^X\(\/\/\)$/{
27419 s//\1/
27422 /^X\(\/\).*/{
27423 s//\1/
27426 s/.*/./; q'`
27427 { as_dir="$ac_dir"
27428 case $as_dir in #(
27429 -*) as_dir=./$as_dir;;
27430 esac
27431 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27432 as_dirs=
27433 while :; do
27434 case $as_dir in #(
27435 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27436 *) as_qdir=$as_dir;;
27437 esac
27438 as_dirs="'$as_qdir' $as_dirs"
27439 as_dir=`$as_dirname -- "$as_dir" ||
27440 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27441 X"$as_dir" : 'X\(//\)[^/]' \| \
27442 X"$as_dir" : 'X\(//\)$' \| \
27443 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27444 echo X"$as_dir" |
27445 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27446 s//\1/
27449 /^X\(\/\/\)[^/].*/{
27450 s//\1/
27453 /^X\(\/\/\)$/{
27454 s//\1/
27457 /^X\(\/\).*/{
27458 s//\1/
27461 s/.*/./; q'`
27462 test -d "$as_dir" && break
27463 done
27464 test -z "$as_dirs" || eval "mkdir $as_dirs"
27465 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27466 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27467 { (exit 1); exit 1; }; }; }
27468 ac_builddir=.
27470 case "$ac_dir" in
27471 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27473 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27474 # A ".." for each directory in $ac_dir_suffix.
27475 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27476 case $ac_top_builddir_sub in
27477 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27478 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27479 esac ;;
27480 esac
27481 ac_abs_top_builddir=$ac_pwd
27482 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27483 # for backward compatibility:
27484 ac_top_builddir=$ac_top_build_prefix
27486 case $srcdir in
27487 .) # We are building in place.
27488 ac_srcdir=.
27489 ac_top_srcdir=$ac_top_builddir_sub
27490 ac_abs_top_srcdir=$ac_pwd ;;
27491 [\\/]* | ?:[\\/]* ) # Absolute name.
27492 ac_srcdir=$srcdir$ac_dir_suffix;
27493 ac_top_srcdir=$srcdir
27494 ac_abs_top_srcdir=$srcdir ;;
27495 *) # Relative name.
27496 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27497 ac_top_srcdir=$ac_top_build_prefix$srcdir
27498 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27499 esac
27500 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27503 case $ac_mode in
27506 # CONFIG_FILE
27509 case $INSTALL in
27510 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27511 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27512 esac
27513 _ACEOF
27515 cat >>$CONFIG_STATUS <<\_ACEOF
27516 # If the template does not know about datarootdir, expand it.
27517 # FIXME: This hack should be removed a few years after 2.60.
27518 ac_datarootdir_hack=; ac_datarootdir_seen=
27520 case `sed -n '/datarootdir/ {
27524 /@datadir@/p
27525 /@docdir@/p
27526 /@infodir@/p
27527 /@localedir@/p
27528 /@mandir@/p
27529 ' $ac_file_inputs` in
27530 *datarootdir*) ac_datarootdir_seen=yes;;
27531 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27532 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27533 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27534 _ACEOF
27535 cat >>$CONFIG_STATUS <<_ACEOF
27536 ac_datarootdir_hack='
27537 s&@datadir@&$datadir&g
27538 s&@docdir@&$docdir&g
27539 s&@infodir@&$infodir&g
27540 s&@localedir@&$localedir&g
27541 s&@mandir@&$mandir&g
27542 s&\\\${datarootdir}&$datarootdir&g' ;;
27543 esac
27544 _ACEOF
27546 # Neutralize VPATH when `$srcdir' = `.'.
27547 # Shell code in configure.ac might set extrasub.
27548 # FIXME: do we really want to maintain this feature?
27549 cat >>$CONFIG_STATUS <<_ACEOF
27550 sed "$ac_vpsub
27551 $extrasub
27552 _ACEOF
27553 cat >>$CONFIG_STATUS <<\_ACEOF
27555 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27556 s&@configure_input@&$configure_input&;t t
27557 s&@top_builddir@&$ac_top_builddir_sub&;t t
27558 s&@srcdir@&$ac_srcdir&;t t
27559 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27560 s&@top_srcdir@&$ac_top_srcdir&;t t
27561 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27562 s&@builddir@&$ac_builddir&;t t
27563 s&@abs_builddir@&$ac_abs_builddir&;t t
27564 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27565 s&@INSTALL@&$ac_INSTALL&;t t
27566 $ac_datarootdir_hack
27567 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27569 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27570 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27571 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27572 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27573 which seems to be undefined. Please make sure it is defined." >&5
27574 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27575 which seems to be undefined. Please make sure it is defined." >&2;}
27577 rm -f "$tmp/stdin"
27578 case $ac_file in
27579 -) cat "$tmp/out"; rm -f "$tmp/out";;
27580 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27581 esac
27585 # CONFIG_HEADER
27587 _ACEOF
27589 # Transform confdefs.h into a sed script `conftest.defines', that
27590 # substitutes the proper values into config.h.in to produce config.h.
27591 rm -f conftest.defines conftest.tail
27592 # First, append a space to every undef/define line, to ease matching.
27593 echo 's/$/ /' >conftest.defines
27594 # Then, protect against being on the right side of a sed subst, or in
27595 # an unquoted here document, in config.status. If some macros were
27596 # called several times there might be several #defines for the same
27597 # symbol, which is useless. But do not sort them, since the last
27598 # AC_DEFINE must be honored.
27599 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27600 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27601 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27602 # PARAMS is the parameter list in the macro definition--in most cases, it's
27603 # just an empty string.
27604 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27605 ac_dB='\\)[ (].*,\\1define\\2'
27606 ac_dC=' '
27607 ac_dD=' ,'
27609 uniq confdefs.h |
27610 sed -n '
27611 t rset
27612 :rset
27613 s/^[ ]*#[ ]*define[ ][ ]*//
27614 t ok
27617 s/[\\&,]/\\&/g
27618 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27619 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27620 ' >>conftest.defines
27622 # Remove the space that was appended to ease matching.
27623 # Then replace #undef with comments. This is necessary, for
27624 # example, in the case of _POSIX_SOURCE, which is predefined and required
27625 # on some systems where configure will not decide to define it.
27626 # (The regexp can be short, since the line contains either #define or #undef.)
27627 echo 's/ $//
27628 s,^[ #]*u.*,/* & */,' >>conftest.defines
27630 # Break up conftest.defines:
27631 ac_max_sed_lines=50
27633 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27634 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27635 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27636 # et cetera.
27637 ac_in='$ac_file_inputs'
27638 ac_out='"$tmp/out1"'
27639 ac_nxt='"$tmp/out2"'
27641 while :
27643 # Write a here document:
27644 cat >>$CONFIG_STATUS <<_ACEOF
27645 # First, check the format of the line:
27646 cat >"\$tmp/defines.sed" <<\\CEOF
27647 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27648 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27650 :def
27651 _ACEOF
27652 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27653 echo 'CEOF
27654 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27655 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27656 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27657 grep . conftest.tail >/dev/null || break
27658 rm -f conftest.defines
27659 mv conftest.tail conftest.defines
27660 done
27661 rm -f conftest.defines conftest.tail
27663 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27664 cat >>$CONFIG_STATUS <<\_ACEOF
27665 if test x"$ac_file" != x-; then
27666 echo "/* $configure_input */" >"$tmp/config.h"
27667 cat "$ac_result" >>"$tmp/config.h"
27668 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27669 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27670 echo "$as_me: $ac_file is unchanged" >&6;}
27671 else
27672 rm -f $ac_file
27673 mv "$tmp/config.h" $ac_file
27675 else
27676 echo "/* $configure_input */"
27677 cat "$ac_result"
27679 rm -f "$tmp/out12"
27682 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27683 echo "$as_me: executing $ac_file commands" >&6;}
27685 esac
27688 case $ac_file$ac_mode in
27689 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27690 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27691 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27692 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27693 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27694 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27695 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27696 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27697 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27698 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27699 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27700 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27701 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27703 esac
27704 done # for ac_tag
27707 { (exit 0); exit 0; }
27708 _ACEOF
27709 chmod +x $CONFIG_STATUS
27710 ac_clean_files=$ac_clean_files_save
27713 # configure is writing to config.log, and then calls config.status.
27714 # config.status does its own redirection, appending to config.log.
27715 # Unfortunately, on DOS this fails, as config.log is still kept open
27716 # by configure, so config.status won't be able to write to it; its
27717 # output is simply discarded. So we exec the FD to /dev/null,
27718 # effectively closing config.log, so it can be properly (re)opened and
27719 # appended to by config.status. When coming back to configure, we
27720 # need to make the FD available again.
27721 if test "$no_create" != yes; then
27722 ac_cs_success=:
27723 ac_config_status_args=
27724 test "$silent" = yes &&
27725 ac_config_status_args="$ac_config_status_args --quiet"
27726 exec 5>/dev/null
27727 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27728 exec 5>>config.log
27729 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27730 # would make configure fail if this is the last instruction.
27731 $ac_cs_success || { (exit 1); exit 1; }
27735 if test "$no_create" = "yes"
27736 then
27737 exit 0
27740 ac_save_IFS="$IFS"
27741 IFS="|"
27742 if test "x$wine_notices != "x; then
27743 echo >&6
27744 for msg in $wine_notices; do
27745 if test -n "$msg"; then
27746 { echo "$as_me:$LINENO: $msg" >&5
27747 echo "$as_me: $msg" >&6;}
27749 done
27751 for msg in $wine_warnings; do
27752 if test -n "$msg"; then
27753 echo >&2
27754 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27755 echo "$as_me: WARNING: $msg" >&2;}
27757 done
27758 IFS="$ac_save_IFS"
27760 echo "
27761 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27762 " >&6