push ab8f8bd6525a0f7af95fd0a2a63931cd3569f61f
[wine/hacks.git] / configure
blob2b60181c21d5c50700d7b75f507dff9aec734cdc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.4.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.4'
578 PACKAGE_STRING='Wine 1.1.4'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.4 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.4:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1389 --disable-tests do not build the testsuites
1391 Optional Packages:
1392 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1393 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1394 --without-alsa do not use the Alsa sound support
1395 --without-audioio do not use the AudioIO sound support
1396 --without-capi do not use CAPI (ISDN support)
1397 --without-cms do not use CMS (color management support)
1398 --without-coreaudio do not use the CoreAudio sound support
1399 --without-cups do not use CUPS
1400 --without-curses do not use (n)curses
1401 --without-esd do not use the EsounD sound support
1402 --without-fontconfig do not use fontconfig
1403 --without-freetype do not use the FreeType library
1404 --without-gphoto do not use gphoto (Digital Camera support)
1405 --without-glu do not use the GLU library
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 CPP C preprocessor
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.4
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.4, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval=$enable_maintainer_mode;
1923 else
1924 MAINTAINER_MODE=\#
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962 withval=$with_cups;
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974 withval=$with_esd;
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2002 # Check whether --with-hal was given.
2003 if test "${with_hal+set}" = set; then
2004 withval=$with_hal;
2008 # Check whether --with-jack was given.
2009 if test "${with_jack+set}" = set; then
2010 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2014 # Check whether --with-jpeg was given.
2015 if test "${with_jpeg+set}" = set; then
2016 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2020 # Check whether --with-ldap was given.
2021 if test "${with_ldap+set}" = set; then
2022 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2026 # Check whether --with-nas was given.
2027 if test "${with_nas+set}" = set; then
2028 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2032 # Check whether --with-opengl was given.
2033 if test "${with_opengl+set}" = set; then
2034 withval=$with_opengl;
2038 # Check whether --with-openssl was given.
2039 if test "${with_openssl+set}" = set; then
2040 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2044 # Check whether --with-oss was given.
2045 if test "${with_oss+set}" = set; then
2046 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2050 # Check whether --with-png was given.
2051 if test "${with_png+set}" = set; then
2052 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2056 # Check whether --with-sane was given.
2057 if test "${with_sane+set}" = set; then
2058 withval=$with_sane;
2062 # Check whether --with-xcomposite was given.
2063 if test "${with_xcomposite+set}" = set; then
2064 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2068 # Check whether --with-xcursor was given.
2069 if test "${with_xcursor+set}" = set; then
2070 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2074 # Check whether --with-xinerama was given.
2075 if test "${with_xinerama+set}" = set; then
2076 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2080 # Check whether --with-xinput was given.
2081 if test "${with_xinput+set}" = set; then
2082 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2086 # Check whether --with-xml was given.
2087 if test "${with_xml+set}" = set; then
2088 withval=$with_xml;
2092 # Check whether --with-xrandr was given.
2093 if test "${with_xrandr+set}" = set; then
2094 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2098 # Check whether --with-xrender was given.
2099 if test "${with_xrender+set}" = set; then
2100 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2104 # Check whether --with-xshape was given.
2105 if test "${with_xshape+set}" = set; then
2106 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2110 # Check whether --with-xshm was given.
2111 if test "${with_xshm+set}" = set; then
2112 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2116 # Check whether --with-xslt was given.
2117 if test "${with_xslt+set}" = set; then
2118 withval=$with_xslt;
2122 # Check whether --with-xxf86vm was given.
2123 if test "${with_xxf86vm+set}" = set; then
2124 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2129 # Check whether --with-wine-tools was given.
2130 if test "${with_wine_tools+set}" = set; then
2131 withval=$with_wine_tools;
2134 # Check whether --enable-tests was given.
2135 if test "${enable_tests+set}" = set; then
2136 enableval=$enable_tests;
2140 # Make sure we can run config.sub.
2141 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2142 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2143 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2144 { (exit 1); exit 1; }; }
2146 { echo "$as_me:$LINENO: checking build system type" >&5
2147 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2148 if test "${ac_cv_build+set}" = set; then
2149 echo $ECHO_N "(cached) $ECHO_C" >&6
2150 else
2151 ac_build_alias=$build_alias
2152 test "x$ac_build_alias" = x &&
2153 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2154 test "x$ac_build_alias" = x &&
2155 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2156 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2157 { (exit 1); exit 1; }; }
2158 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2159 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2160 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2161 { (exit 1); exit 1; }; }
2164 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2165 echo "${ECHO_T}$ac_cv_build" >&6; }
2166 case $ac_cv_build in
2167 *-*-*) ;;
2168 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2169 echo "$as_me: error: invalid value of canonical build" >&2;}
2170 { (exit 1); exit 1; }; };;
2171 esac
2172 build=$ac_cv_build
2173 ac_save_IFS=$IFS; IFS='-'
2174 set x $ac_cv_build
2175 shift
2176 build_cpu=$1
2177 build_vendor=$2
2178 shift; shift
2179 # Remember, the first character of IFS is used to create $*,
2180 # except with old shells:
2181 build_os=$*
2182 IFS=$ac_save_IFS
2183 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2186 { echo "$as_me:$LINENO: checking host system type" >&5
2187 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2188 if test "${ac_cv_host+set}" = set; then
2189 echo $ECHO_N "(cached) $ECHO_C" >&6
2190 else
2191 if test "x$host_alias" = x; then
2192 ac_cv_host=$ac_cv_build
2193 else
2194 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2195 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2196 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2197 { (exit 1); exit 1; }; }
2201 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2202 echo "${ECHO_T}$ac_cv_host" >&6; }
2203 case $ac_cv_host in
2204 *-*-*) ;;
2205 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2206 echo "$as_me: error: invalid value of canonical host" >&2;}
2207 { (exit 1); exit 1; }; };;
2208 esac
2209 host=$ac_cv_host
2210 ac_save_IFS=$IFS; IFS='-'
2211 set x $ac_cv_host
2212 shift
2213 host_cpu=$1
2214 host_vendor=$2
2215 shift; shift
2216 # Remember, the first character of IFS is used to create $*,
2217 # except with old shells:
2218 host_os=$*
2219 IFS=$ac_save_IFS
2220 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2223 case $host in
2224 x86_64*linux*)
2225 if test "x$enable_win64" != "xyes"
2226 then
2227 test -n "$CC" || CC="gcc -m32"
2228 test -n "$CXX"|| CXX="g++ -m32"
2229 test -n "$LD" || LD="ld -m elf_i386"
2230 test -n "$AS" || AS="as --32"
2231 host_cpu="i386"
2234 esac
2236 case $host_cpu in
2237 *i[3456789]86*)
2238 if test "x$enable_win16" != "xno"
2239 then
2240 enable_win16="yes"
2243 esac
2245 WIN16_FILES="\$(WIN16_FILES)"
2247 WIN16_INSTALL="\$(WIN16_INSTALL)"
2249 if test "x$enable_win16" != "xyes"
2250 then
2251 WIN16_FILES=""
2252 WIN16_INSTALL=""
2255 if test "x$enable_tests" == "xno"
2256 then
2257 WINETEST=""
2259 else
2260 WINETEST="winetest"
2264 case "$srcdir" in
2265 .) ;;
2266 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2267 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2268 You need to run 'make distclean' in the source tree first." >&5
2269 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2270 You need to run 'make distclean' in the source tree first." >&2;}
2271 { (exit 1); exit 1; }; }
2272 fi ;;
2273 esac
2276 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2277 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2278 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2279 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2280 echo $ECHO_N "(cached) $ECHO_C" >&6
2281 else
2282 cat >conftest.make <<\_ACEOF
2283 SHELL = /bin/sh
2284 all:
2285 @echo '@@@%%%=$(MAKE)=@@@%%%'
2286 _ACEOF
2287 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2288 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2289 *@@@%%%=?*=@@@%%%*)
2290 eval ac_cv_prog_make_${ac_make}_set=yes;;
2292 eval ac_cv_prog_make_${ac_make}_set=no;;
2293 esac
2294 rm -f conftest.make
2296 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2297 { echo "$as_me:$LINENO: result: yes" >&5
2298 echo "${ECHO_T}yes" >&6; }
2299 SET_MAKE=
2300 else
2301 { echo "$as_me:$LINENO: result: no" >&5
2302 echo "${ECHO_T}no" >&6; }
2303 SET_MAKE="MAKE=${MAKE-make}"
2306 ac_ext=c
2307 ac_cpp='$CPP $CPPFLAGS'
2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2311 if test -n "$ac_tool_prefix"; then
2312 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2313 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2314 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2316 if test "${ac_cv_prog_CC+set}" = set; then
2317 echo $ECHO_N "(cached) $ECHO_C" >&6
2318 else
2319 if test -n "$CC"; then
2320 ac_cv_prog_CC="$CC" # Let the user override the test.
2321 else
2322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323 for as_dir in $PATH
2325 IFS=$as_save_IFS
2326 test -z "$as_dir" && as_dir=.
2327 for ac_exec_ext in '' $ac_executable_extensions; do
2328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2329 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2331 break 2
2333 done
2334 done
2335 IFS=$as_save_IFS
2339 CC=$ac_cv_prog_CC
2340 if test -n "$CC"; then
2341 { echo "$as_me:$LINENO: result: $CC" >&5
2342 echo "${ECHO_T}$CC" >&6; }
2343 else
2344 { echo "$as_me:$LINENO: result: no" >&5
2345 echo "${ECHO_T}no" >&6; }
2350 if test -z "$ac_cv_prog_CC"; then
2351 ac_ct_CC=$CC
2352 # Extract the first word of "gcc", so it can be a program name with args.
2353 set dummy gcc; ac_word=$2
2354 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2356 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2357 echo $ECHO_N "(cached) $ECHO_C" >&6
2358 else
2359 if test -n "$ac_ct_CC"; then
2360 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2361 else
2362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2363 for as_dir in $PATH
2365 IFS=$as_save_IFS
2366 test -z "$as_dir" && as_dir=.
2367 for ac_exec_ext in '' $ac_executable_extensions; do
2368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2369 ac_cv_prog_ac_ct_CC="gcc"
2370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2371 break 2
2373 done
2374 done
2375 IFS=$as_save_IFS
2379 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2380 if test -n "$ac_ct_CC"; then
2381 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2382 echo "${ECHO_T}$ac_ct_CC" >&6; }
2383 else
2384 { echo "$as_me:$LINENO: result: no" >&5
2385 echo "${ECHO_T}no" >&6; }
2388 if test "x$ac_ct_CC" = x; then
2389 CC=""
2390 else
2391 case $cross_compiling:$ac_tool_warned in
2392 yes:)
2393 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2394 whose name does not start with the host triplet. If you think this
2395 configuration is useful to you, please write to autoconf@gnu.org." >&5
2396 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2397 whose name does not start with the host triplet. If you think this
2398 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2399 ac_tool_warned=yes ;;
2400 esac
2401 CC=$ac_ct_CC
2403 else
2404 CC="$ac_cv_prog_CC"
2407 if test -z "$CC"; then
2408 if test -n "$ac_tool_prefix"; then
2409 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2410 set dummy ${ac_tool_prefix}cc; ac_word=$2
2411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2413 if test "${ac_cv_prog_CC+set}" = set; then
2414 echo $ECHO_N "(cached) $ECHO_C" >&6
2415 else
2416 if test -n "$CC"; then
2417 ac_cv_prog_CC="$CC" # Let the user override the test.
2418 else
2419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2420 for as_dir in $PATH
2422 IFS=$as_save_IFS
2423 test -z "$as_dir" && as_dir=.
2424 for ac_exec_ext in '' $ac_executable_extensions; do
2425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2426 ac_cv_prog_CC="${ac_tool_prefix}cc"
2427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2428 break 2
2430 done
2431 done
2432 IFS=$as_save_IFS
2436 CC=$ac_cv_prog_CC
2437 if test -n "$CC"; then
2438 { echo "$as_me:$LINENO: result: $CC" >&5
2439 echo "${ECHO_T}$CC" >&6; }
2440 else
2441 { echo "$as_me:$LINENO: result: no" >&5
2442 echo "${ECHO_T}no" >&6; }
2448 if test -z "$CC"; then
2449 # Extract the first word of "cc", so it can be a program name with args.
2450 set dummy cc; ac_word=$2
2451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2453 if test "${ac_cv_prog_CC+set}" = set; then
2454 echo $ECHO_N "(cached) $ECHO_C" >&6
2455 else
2456 if test -n "$CC"; then
2457 ac_cv_prog_CC="$CC" # Let the user override the test.
2458 else
2459 ac_prog_rejected=no
2460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2461 for as_dir in $PATH
2463 IFS=$as_save_IFS
2464 test -z "$as_dir" && as_dir=.
2465 for ac_exec_ext in '' $ac_executable_extensions; do
2466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2467 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2468 ac_prog_rejected=yes
2469 continue
2471 ac_cv_prog_CC="cc"
2472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2473 break 2
2475 done
2476 done
2477 IFS=$as_save_IFS
2479 if test $ac_prog_rejected = yes; then
2480 # We found a bogon in the path, so make sure we never use it.
2481 set dummy $ac_cv_prog_CC
2482 shift
2483 if test $# != 0; then
2484 # We chose a different compiler from the bogus one.
2485 # However, it has the same basename, so the bogon will be chosen
2486 # first if we set CC to just the basename; use the full file name.
2487 shift
2488 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2493 CC=$ac_cv_prog_CC
2494 if test -n "$CC"; then
2495 { echo "$as_me:$LINENO: result: $CC" >&5
2496 echo "${ECHO_T}$CC" >&6; }
2497 else
2498 { echo "$as_me:$LINENO: result: no" >&5
2499 echo "${ECHO_T}no" >&6; }
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 for ac_prog in cl.exe
2508 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2509 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2510 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2512 if test "${ac_cv_prog_CC+set}" = set; then
2513 echo $ECHO_N "(cached) $ECHO_C" >&6
2514 else
2515 if test -n "$CC"; then
2516 ac_cv_prog_CC="$CC" # Let the user override the test.
2517 else
2518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2519 for as_dir in $PATH
2521 IFS=$as_save_IFS
2522 test -z "$as_dir" && as_dir=.
2523 for ac_exec_ext in '' $ac_executable_extensions; do
2524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2525 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2526 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2527 break 2
2529 done
2530 done
2531 IFS=$as_save_IFS
2535 CC=$ac_cv_prog_CC
2536 if test -n "$CC"; then
2537 { echo "$as_me:$LINENO: result: $CC" >&5
2538 echo "${ECHO_T}$CC" >&6; }
2539 else
2540 { echo "$as_me:$LINENO: result: no" >&5
2541 echo "${ECHO_T}no" >&6; }
2545 test -n "$CC" && break
2546 done
2548 if test -z "$CC"; then
2549 ac_ct_CC=$CC
2550 for ac_prog in cl.exe
2552 # Extract the first word of "$ac_prog", so it can be a program name with args.
2553 set dummy $ac_prog; ac_word=$2
2554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2556 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2557 echo $ECHO_N "(cached) $ECHO_C" >&6
2558 else
2559 if test -n "$ac_ct_CC"; then
2560 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2561 else
2562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563 for as_dir in $PATH
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 ac_cv_prog_ac_ct_CC="$ac_prog"
2570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2571 break 2
2573 done
2574 done
2575 IFS=$as_save_IFS
2579 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2580 if test -n "$ac_ct_CC"; then
2581 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2582 echo "${ECHO_T}$ac_ct_CC" >&6; }
2583 else
2584 { echo "$as_me:$LINENO: result: no" >&5
2585 echo "${ECHO_T}no" >&6; }
2589 test -n "$ac_ct_CC" && break
2590 done
2592 if test "x$ac_ct_CC" = x; then
2593 CC=""
2594 else
2595 case $cross_compiling:$ac_tool_warned in
2596 yes:)
2597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2598 whose name does not start with the host triplet. If you think this
2599 configuration is useful to you, please write to autoconf@gnu.org." >&5
2600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2601 whose name does not start with the host triplet. If you think this
2602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2603 ac_tool_warned=yes ;;
2604 esac
2605 CC=$ac_ct_CC
2612 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2613 See \`config.log' for more details." >&5
2614 echo "$as_me: error: no acceptable C compiler found in \$PATH
2615 See \`config.log' for more details." >&2;}
2616 { (exit 1); exit 1; }; }
2618 # Provide some information about the compiler.
2619 echo "$as_me:$LINENO: checking for C compiler version" >&5
2620 ac_compiler=`set X $ac_compile; echo $2`
2621 { (ac_try="$ac_compiler --version >&5"
2622 case "(($ac_try" in
2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2625 esac
2626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2627 (eval "$ac_compiler --version >&5") 2>&5
2628 ac_status=$?
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); }
2631 { (ac_try="$ac_compiler -v >&5"
2632 case "(($ac_try" in
2633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2634 *) ac_try_echo=$ac_try;;
2635 esac
2636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2637 (eval "$ac_compiler -v >&5") 2>&5
2638 ac_status=$?
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); }
2641 { (ac_try="$ac_compiler -V >&5"
2642 case "(($ac_try" in
2643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2644 *) ac_try_echo=$ac_try;;
2645 esac
2646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2647 (eval "$ac_compiler -V >&5") 2>&5
2648 ac_status=$?
2649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2650 (exit $ac_status); }
2652 cat >conftest.$ac_ext <<_ACEOF
2653 /* confdefs.h. */
2654 _ACEOF
2655 cat confdefs.h >>conftest.$ac_ext
2656 cat >>conftest.$ac_ext <<_ACEOF
2657 /* end confdefs.h. */
2660 main ()
2664 return 0;
2666 _ACEOF
2667 ac_clean_files_save=$ac_clean_files
2668 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2669 # Try to create an executable without -o first, disregard a.out.
2670 # It will help us diagnose broken compilers, and finding out an intuition
2671 # of exeext.
2672 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2673 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2674 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2676 # List of possible output files, starting from the most likely.
2677 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2678 # only as a last resort. b.out is created by i960 compilers.
2679 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2681 # The IRIX 6 linker writes into existing files which may not be
2682 # executable, retaining their permissions. Remove them first so a
2683 # subsequent execution test works.
2684 ac_rmfiles=
2685 for ac_file in $ac_files
2687 case $ac_file in
2688 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2689 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2690 esac
2691 done
2692 rm -f $ac_rmfiles
2694 if { (ac_try="$ac_link_default"
2695 case "(($ac_try" in
2696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2698 esac
2699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2700 (eval "$ac_link_default") 2>&5
2701 ac_status=$?
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); }; then
2704 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2705 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2706 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2707 # so that the user can short-circuit this test for compilers unknown to
2708 # Autoconf.
2709 for ac_file in $ac_files ''
2711 test -f "$ac_file" || continue
2712 case $ac_file in
2713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2715 [ab].out )
2716 # We found the default executable, but exeext='' is most
2717 # certainly right.
2718 break;;
2719 *.* )
2720 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2721 then :; else
2722 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2724 # We set ac_cv_exeext here because the later test for it is not
2725 # safe: cross compilers may not add the suffix if given an `-o'
2726 # argument, so we may need to know it at that point already.
2727 # Even if this section looks crufty: it has the advantage of
2728 # actually working.
2729 break;;
2731 break;;
2732 esac
2733 done
2734 test "$ac_cv_exeext" = no && ac_cv_exeext=
2736 else
2737 ac_file=''
2740 { echo "$as_me:$LINENO: result: $ac_file" >&5
2741 echo "${ECHO_T}$ac_file" >&6; }
2742 if test -z "$ac_file"; then
2743 echo "$as_me: failed program was:" >&5
2744 sed 's/^/| /' conftest.$ac_ext >&5
2746 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2747 See \`config.log' for more details." >&5
2748 echo "$as_me: error: C compiler cannot create executables
2749 See \`config.log' for more details." >&2;}
2750 { (exit 77); exit 77; }; }
2753 ac_exeext=$ac_cv_exeext
2755 # Check that the compiler produces executables we can run. If not, either
2756 # the compiler is broken, or we cross compile.
2757 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2758 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2759 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2760 # If not cross compiling, check that we can run a simple program.
2761 if test "$cross_compiling" != yes; then
2762 if { ac_try='./$ac_file'
2763 { (case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766 esac
2767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2768 (eval "$ac_try") 2>&5
2769 ac_status=$?
2770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 (exit $ac_status); }; }; then
2772 cross_compiling=no
2773 else
2774 if test "$cross_compiling" = maybe; then
2775 cross_compiling=yes
2776 else
2777 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2778 If you meant to cross compile, use \`--host'.
2779 See \`config.log' for more details." >&5
2780 echo "$as_me: error: cannot run C compiled programs.
2781 If you meant to cross compile, use \`--host'.
2782 See \`config.log' for more details." >&2;}
2783 { (exit 1); exit 1; }; }
2787 { echo "$as_me:$LINENO: result: yes" >&5
2788 echo "${ECHO_T}yes" >&6; }
2790 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2791 ac_clean_files=$ac_clean_files_save
2792 # Check that the compiler produces executables we can run. If not, either
2793 # the compiler is broken, or we cross compile.
2794 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2795 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2796 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2797 echo "${ECHO_T}$cross_compiling" >&6; }
2799 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2800 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2801 if { (ac_try="$ac_link"
2802 case "(($ac_try" in
2803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2804 *) ac_try_echo=$ac_try;;
2805 esac
2806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2807 (eval "$ac_link") 2>&5
2808 ac_status=$?
2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2810 (exit $ac_status); }; then
2811 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2812 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2813 # work properly (i.e., refer to `conftest.exe'), while it won't with
2814 # `rm'.
2815 for ac_file in conftest.exe conftest conftest.*; do
2816 test -f "$ac_file" || continue
2817 case $ac_file in
2818 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2819 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2820 break;;
2821 * ) break;;
2822 esac
2823 done
2824 else
2825 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2826 See \`config.log' for more details." >&5
2827 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2828 See \`config.log' for more details." >&2;}
2829 { (exit 1); exit 1; }; }
2832 rm -f conftest$ac_cv_exeext
2833 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2834 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2836 rm -f conftest.$ac_ext
2837 EXEEXT=$ac_cv_exeext
2838 ac_exeext=$EXEEXT
2839 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2840 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2841 if test "${ac_cv_objext+set}" = set; then
2842 echo $ECHO_N "(cached) $ECHO_C" >&6
2843 else
2844 cat >conftest.$ac_ext <<_ACEOF
2845 /* confdefs.h. */
2846 _ACEOF
2847 cat confdefs.h >>conftest.$ac_ext
2848 cat >>conftest.$ac_ext <<_ACEOF
2849 /* end confdefs.h. */
2852 main ()
2856 return 0;
2858 _ACEOF
2859 rm -f conftest.o conftest.obj
2860 if { (ac_try="$ac_compile"
2861 case "(($ac_try" in
2862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2863 *) ac_try_echo=$ac_try;;
2864 esac
2865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2866 (eval "$ac_compile") 2>&5
2867 ac_status=$?
2868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; then
2870 for ac_file in conftest.o conftest.obj conftest.*; do
2871 test -f "$ac_file" || continue;
2872 case $ac_file in
2873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2874 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2875 break;;
2876 esac
2877 done
2878 else
2879 echo "$as_me: failed program was:" >&5
2880 sed 's/^/| /' conftest.$ac_ext >&5
2882 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2883 See \`config.log' for more details." >&5
2884 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }
2889 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2891 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2892 echo "${ECHO_T}$ac_cv_objext" >&6; }
2893 OBJEXT=$ac_cv_objext
2894 ac_objext=$OBJEXT
2895 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2896 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2897 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2898 echo $ECHO_N "(cached) $ECHO_C" >&6
2899 else
2900 cat >conftest.$ac_ext <<_ACEOF
2901 /* confdefs.h. */
2902 _ACEOF
2903 cat confdefs.h >>conftest.$ac_ext
2904 cat >>conftest.$ac_ext <<_ACEOF
2905 /* end confdefs.h. */
2908 main ()
2910 #ifndef __GNUC__
2911 choke me
2912 #endif
2915 return 0;
2917 _ACEOF
2918 rm -f conftest.$ac_objext
2919 if { (ac_try="$ac_compile"
2920 case "(($ac_try" in
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2923 esac
2924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2925 (eval "$ac_compile") 2>conftest.er1
2926 ac_status=$?
2927 grep -v '^ *+' conftest.er1 >conftest.err
2928 rm -f conftest.er1
2929 cat conftest.err >&5
2930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2931 (exit $ac_status); } && {
2932 test -z "$ac_c_werror_flag" ||
2933 test ! -s conftest.err
2934 } && test -s conftest.$ac_objext; then
2935 ac_compiler_gnu=yes
2936 else
2937 echo "$as_me: failed program was:" >&5
2938 sed 's/^/| /' conftest.$ac_ext >&5
2940 ac_compiler_gnu=no
2943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2944 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2947 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2948 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2949 GCC=`test $ac_compiler_gnu = yes && echo yes`
2950 ac_test_CFLAGS=${CFLAGS+set}
2951 ac_save_CFLAGS=$CFLAGS
2952 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2953 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2954 if test "${ac_cv_prog_cc_g+set}" = set; then
2955 echo $ECHO_N "(cached) $ECHO_C" >&6
2956 else
2957 ac_save_c_werror_flag=$ac_c_werror_flag
2958 ac_c_werror_flag=yes
2959 ac_cv_prog_cc_g=no
2960 CFLAGS="-g"
2961 cat >conftest.$ac_ext <<_ACEOF
2962 /* confdefs.h. */
2963 _ACEOF
2964 cat confdefs.h >>conftest.$ac_ext
2965 cat >>conftest.$ac_ext <<_ACEOF
2966 /* end confdefs.h. */
2969 main ()
2973 return 0;
2975 _ACEOF
2976 rm -f conftest.$ac_objext
2977 if { (ac_try="$ac_compile"
2978 case "(($ac_try" in
2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2980 *) ac_try_echo=$ac_try;;
2981 esac
2982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2983 (eval "$ac_compile") 2>conftest.er1
2984 ac_status=$?
2985 grep -v '^ *+' conftest.er1 >conftest.err
2986 rm -f conftest.er1
2987 cat conftest.err >&5
2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989 (exit $ac_status); } && {
2990 test -z "$ac_c_werror_flag" ||
2991 test ! -s conftest.err
2992 } && test -s conftest.$ac_objext; then
2993 ac_cv_prog_cc_g=yes
2994 else
2995 echo "$as_me: failed program was:" >&5
2996 sed 's/^/| /' conftest.$ac_ext >&5
2998 CFLAGS=""
2999 cat >conftest.$ac_ext <<_ACEOF
3000 /* confdefs.h. */
3001 _ACEOF
3002 cat confdefs.h >>conftest.$ac_ext
3003 cat >>conftest.$ac_ext <<_ACEOF
3004 /* end confdefs.h. */
3007 main ()
3011 return 0;
3013 _ACEOF
3014 rm -f conftest.$ac_objext
3015 if { (ac_try="$ac_compile"
3016 case "(($ac_try" in
3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3018 *) ac_try_echo=$ac_try;;
3019 esac
3020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3021 (eval "$ac_compile") 2>conftest.er1
3022 ac_status=$?
3023 grep -v '^ *+' conftest.er1 >conftest.err
3024 rm -f conftest.er1
3025 cat conftest.err >&5
3026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3027 (exit $ac_status); } && {
3028 test -z "$ac_c_werror_flag" ||
3029 test ! -s conftest.err
3030 } && test -s conftest.$ac_objext; then
3032 else
3033 echo "$as_me: failed program was:" >&5
3034 sed 's/^/| /' conftest.$ac_ext >&5
3036 ac_c_werror_flag=$ac_save_c_werror_flag
3037 CFLAGS="-g"
3038 cat >conftest.$ac_ext <<_ACEOF
3039 /* confdefs.h. */
3040 _ACEOF
3041 cat confdefs.h >>conftest.$ac_ext
3042 cat >>conftest.$ac_ext <<_ACEOF
3043 /* end confdefs.h. */
3046 main ()
3050 return 0;
3052 _ACEOF
3053 rm -f conftest.$ac_objext
3054 if { (ac_try="$ac_compile"
3055 case "(($ac_try" in
3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3057 *) ac_try_echo=$ac_try;;
3058 esac
3059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3060 (eval "$ac_compile") 2>conftest.er1
3061 ac_status=$?
3062 grep -v '^ *+' conftest.er1 >conftest.err
3063 rm -f conftest.er1
3064 cat conftest.err >&5
3065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3066 (exit $ac_status); } && {
3067 test -z "$ac_c_werror_flag" ||
3068 test ! -s conftest.err
3069 } && test -s conftest.$ac_objext; then
3070 ac_cv_prog_cc_g=yes
3071 else
3072 echo "$as_me: failed program was:" >&5
3073 sed 's/^/| /' conftest.$ac_ext >&5
3078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 ac_c_werror_flag=$ac_save_c_werror_flag
3087 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3088 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3089 if test "$ac_test_CFLAGS" = set; then
3090 CFLAGS=$ac_save_CFLAGS
3091 elif test $ac_cv_prog_cc_g = yes; then
3092 if test "$GCC" = yes; then
3093 CFLAGS="-g -O2"
3094 else
3095 CFLAGS="-g"
3097 else
3098 if test "$GCC" = yes; then
3099 CFLAGS="-O2"
3100 else
3101 CFLAGS=
3104 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3105 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3106 if test "${ac_cv_prog_cc_c89+set}" = set; then
3107 echo $ECHO_N "(cached) $ECHO_C" >&6
3108 else
3109 ac_cv_prog_cc_c89=no
3110 ac_save_CC=$CC
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3117 #include <stdarg.h>
3118 #include <stdio.h>
3119 #include <sys/types.h>
3120 #include <sys/stat.h>
3121 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3122 struct buf { int x; };
3123 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3124 static char *e (p, i)
3125 char **p;
3126 int i;
3128 return p[i];
3130 static char *f (char * (*g) (char **, int), char **p, ...)
3132 char *s;
3133 va_list v;
3134 va_start (v,p);
3135 s = g (p, va_arg (v,int));
3136 va_end (v);
3137 return s;
3140 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3141 function prototypes and stuff, but not '\xHH' hex character constants.
3142 These don't provoke an error unfortunately, instead are silently treated
3143 as 'x'. The following induces an error, until -std is added to get
3144 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3145 array size at least. It's necessary to write '\x00'==0 to get something
3146 that's true only with -std. */
3147 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3149 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3150 inside strings and character constants. */
3151 #define FOO(x) 'x'
3152 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3154 int test (int i, double x);
3155 struct s1 {int (*f) (int a);};
3156 struct s2 {int (*f) (double a);};
3157 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3158 int argc;
3159 char **argv;
3161 main ()
3163 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3165 return 0;
3167 _ACEOF
3168 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3169 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3171 CC="$ac_save_CC $ac_arg"
3172 rm -f conftest.$ac_objext
3173 if { (ac_try="$ac_compile"
3174 case "(($ac_try" in
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3177 esac
3178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3179 (eval "$ac_compile") 2>conftest.er1
3180 ac_status=$?
3181 grep -v '^ *+' conftest.er1 >conftest.err
3182 rm -f conftest.er1
3183 cat conftest.err >&5
3184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3185 (exit $ac_status); } && {
3186 test -z "$ac_c_werror_flag" ||
3187 test ! -s conftest.err
3188 } && test -s conftest.$ac_objext; then
3189 ac_cv_prog_cc_c89=$ac_arg
3190 else
3191 echo "$as_me: failed program was:" >&5
3192 sed 's/^/| /' conftest.$ac_ext >&5
3197 rm -f core conftest.err conftest.$ac_objext
3198 test "x$ac_cv_prog_cc_c89" != "xno" && break
3199 done
3200 rm -f conftest.$ac_ext
3201 CC=$ac_save_CC
3204 # AC_CACHE_VAL
3205 case "x$ac_cv_prog_cc_c89" in
3207 { echo "$as_me:$LINENO: result: none needed" >&5
3208 echo "${ECHO_T}none needed" >&6; } ;;
3209 xno)
3210 { echo "$as_me:$LINENO: result: unsupported" >&5
3211 echo "${ECHO_T}unsupported" >&6; } ;;
3213 CC="$CC $ac_cv_prog_cc_c89"
3214 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3215 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3216 esac
3219 ac_ext=c
3220 ac_cpp='$CPP $CPPFLAGS'
3221 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3222 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3223 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3225 ac_ext=cpp
3226 ac_cpp='$CXXCPP $CPPFLAGS'
3227 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3230 if test -z "$CXX"; then
3231 if test -n "$CCC"; then
3232 CXX=$CCC
3233 else
3234 if test -n "$ac_tool_prefix"; then
3235 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3237 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3238 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3241 if test "${ac_cv_prog_CXX+set}" = set; then
3242 echo $ECHO_N "(cached) $ECHO_C" >&6
3243 else
3244 if test -n "$CXX"; then
3245 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3246 else
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248 for as_dir in $PATH
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
3252 for ac_exec_ext in '' $ac_executable_extensions; do
3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3254 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3256 break 2
3258 done
3259 done
3260 IFS=$as_save_IFS
3264 CXX=$ac_cv_prog_CXX
3265 if test -n "$CXX"; then
3266 { echo "$as_me:$LINENO: result: $CXX" >&5
3267 echo "${ECHO_T}$CXX" >&6; }
3268 else
3269 { echo "$as_me:$LINENO: result: no" >&5
3270 echo "${ECHO_T}no" >&6; }
3274 test -n "$CXX" && break
3275 done
3277 if test -z "$CXX"; then
3278 ac_ct_CXX=$CXX
3279 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3281 # Extract the first word of "$ac_prog", so it can be a program name with args.
3282 set dummy $ac_prog; ac_word=$2
3283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3285 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3286 echo $ECHO_N "(cached) $ECHO_C" >&6
3287 else
3288 if test -n "$ac_ct_CXX"; then
3289 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3290 else
3291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3292 for as_dir in $PATH
3294 IFS=$as_save_IFS
3295 test -z "$as_dir" && as_dir=.
3296 for ac_exec_ext in '' $ac_executable_extensions; do
3297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3298 ac_cv_prog_ac_ct_CXX="$ac_prog"
3299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3300 break 2
3302 done
3303 done
3304 IFS=$as_save_IFS
3308 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3309 if test -n "$ac_ct_CXX"; then
3310 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3311 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3312 else
3313 { echo "$as_me:$LINENO: result: no" >&5
3314 echo "${ECHO_T}no" >&6; }
3318 test -n "$ac_ct_CXX" && break
3319 done
3321 if test "x$ac_ct_CXX" = x; then
3322 CXX="g++"
3323 else
3324 case $cross_compiling:$ac_tool_warned in
3325 yes:)
3326 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3327 whose name does not start with the host triplet. If you think this
3328 configuration is useful to you, please write to autoconf@gnu.org." >&5
3329 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3330 whose name does not start with the host triplet. If you think this
3331 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3332 ac_tool_warned=yes ;;
3333 esac
3334 CXX=$ac_ct_CXX
3340 # Provide some information about the compiler.
3341 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3342 ac_compiler=`set X $ac_compile; echo $2`
3343 { (ac_try="$ac_compiler --version >&5"
3344 case "(($ac_try" in
3345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3347 esac
3348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3349 (eval "$ac_compiler --version >&5") 2>&5
3350 ac_status=$?
3351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352 (exit $ac_status); }
3353 { (ac_try="$ac_compiler -v >&5"
3354 case "(($ac_try" in
3355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356 *) ac_try_echo=$ac_try;;
3357 esac
3358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3359 (eval "$ac_compiler -v >&5") 2>&5
3360 ac_status=$?
3361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3362 (exit $ac_status); }
3363 { (ac_try="$ac_compiler -V >&5"
3364 case "(($ac_try" in
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3367 esac
3368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3369 (eval "$ac_compiler -V >&5") 2>&5
3370 ac_status=$?
3371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3372 (exit $ac_status); }
3374 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3375 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3376 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3377 echo $ECHO_N "(cached) $ECHO_C" >&6
3378 else
3379 cat >conftest.$ac_ext <<_ACEOF
3380 /* confdefs.h. */
3381 _ACEOF
3382 cat confdefs.h >>conftest.$ac_ext
3383 cat >>conftest.$ac_ext <<_ACEOF
3384 /* end confdefs.h. */
3387 main ()
3389 #ifndef __GNUC__
3390 choke me
3391 #endif
3394 return 0;
3396 _ACEOF
3397 rm -f conftest.$ac_objext
3398 if { (ac_try="$ac_compile"
3399 case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;;
3402 esac
3403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3404 (eval "$ac_compile") 2>conftest.er1
3405 ac_status=$?
3406 grep -v '^ *+' conftest.er1 >conftest.err
3407 rm -f conftest.er1
3408 cat conftest.err >&5
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); } && {
3411 test -z "$ac_cxx_werror_flag" ||
3412 test ! -s conftest.err
3413 } && test -s conftest.$ac_objext; then
3414 ac_compiler_gnu=yes
3415 else
3416 echo "$as_me: failed program was:" >&5
3417 sed 's/^/| /' conftest.$ac_ext >&5
3419 ac_compiler_gnu=no
3422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3423 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3426 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3427 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3428 GXX=`test $ac_compiler_gnu = yes && echo yes`
3429 ac_test_CXXFLAGS=${CXXFLAGS+set}
3430 ac_save_CXXFLAGS=$CXXFLAGS
3431 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3432 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3433 if test "${ac_cv_prog_cxx_g+set}" = set; then
3434 echo $ECHO_N "(cached) $ECHO_C" >&6
3435 else
3436 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3437 ac_cxx_werror_flag=yes
3438 ac_cv_prog_cxx_g=no
3439 CXXFLAGS="-g"
3440 cat >conftest.$ac_ext <<_ACEOF
3441 /* confdefs.h. */
3442 _ACEOF
3443 cat confdefs.h >>conftest.$ac_ext
3444 cat >>conftest.$ac_ext <<_ACEOF
3445 /* end confdefs.h. */
3448 main ()
3452 return 0;
3454 _ACEOF
3455 rm -f conftest.$ac_objext
3456 if { (ac_try="$ac_compile"
3457 case "(($ac_try" in
3458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3459 *) ac_try_echo=$ac_try;;
3460 esac
3461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3462 (eval "$ac_compile") 2>conftest.er1
3463 ac_status=$?
3464 grep -v '^ *+' conftest.er1 >conftest.err
3465 rm -f conftest.er1
3466 cat conftest.err >&5
3467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); } && {
3469 test -z "$ac_cxx_werror_flag" ||
3470 test ! -s conftest.err
3471 } && test -s conftest.$ac_objext; then
3472 ac_cv_prog_cxx_g=yes
3473 else
3474 echo "$as_me: failed program was:" >&5
3475 sed 's/^/| /' conftest.$ac_ext >&5
3477 CXXFLAGS=""
3478 cat >conftest.$ac_ext <<_ACEOF
3479 /* confdefs.h. */
3480 _ACEOF
3481 cat confdefs.h >>conftest.$ac_ext
3482 cat >>conftest.$ac_ext <<_ACEOF
3483 /* end confdefs.h. */
3486 main ()
3490 return 0;
3492 _ACEOF
3493 rm -f conftest.$ac_objext
3494 if { (ac_try="$ac_compile"
3495 case "(($ac_try" in
3496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 *) ac_try_echo=$ac_try;;
3498 esac
3499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3500 (eval "$ac_compile") 2>conftest.er1
3501 ac_status=$?
3502 grep -v '^ *+' conftest.er1 >conftest.err
3503 rm -f conftest.er1
3504 cat conftest.err >&5
3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 (exit $ac_status); } && {
3507 test -z "$ac_cxx_werror_flag" ||
3508 test ! -s conftest.err
3509 } && test -s conftest.$ac_objext; then
3511 else
3512 echo "$as_me: failed program was:" >&5
3513 sed 's/^/| /' conftest.$ac_ext >&5
3515 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3516 CXXFLAGS="-g"
3517 cat >conftest.$ac_ext <<_ACEOF
3518 /* confdefs.h. */
3519 _ACEOF
3520 cat confdefs.h >>conftest.$ac_ext
3521 cat >>conftest.$ac_ext <<_ACEOF
3522 /* end confdefs.h. */
3525 main ()
3529 return 0;
3531 _ACEOF
3532 rm -f conftest.$ac_objext
3533 if { (ac_try="$ac_compile"
3534 case "(($ac_try" in
3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3536 *) ac_try_echo=$ac_try;;
3537 esac
3538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3539 (eval "$ac_compile") 2>conftest.er1
3540 ac_status=$?
3541 grep -v '^ *+' conftest.er1 >conftest.err
3542 rm -f conftest.er1
3543 cat conftest.err >&5
3544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3545 (exit $ac_status); } && {
3546 test -z "$ac_cxx_werror_flag" ||
3547 test ! -s conftest.err
3548 } && test -s conftest.$ac_objext; then
3549 ac_cv_prog_cxx_g=yes
3550 else
3551 echo "$as_me: failed program was:" >&5
3552 sed 's/^/| /' conftest.$ac_ext >&5
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3566 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3567 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3568 if test "$ac_test_CXXFLAGS" = set; then
3569 CXXFLAGS=$ac_save_CXXFLAGS
3570 elif test $ac_cv_prog_cxx_g = yes; then
3571 if test "$GXX" = yes; then
3572 CXXFLAGS="-g -O2"
3573 else
3574 CXXFLAGS="-g"
3576 else
3577 if test "$GXX" = yes; then
3578 CXXFLAGS="-O2"
3579 else
3580 CXXFLAGS=
3583 ac_ext=c
3584 ac_cpp='$CPP $CPPFLAGS'
3585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3586 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3589 if test -n "$ac_tool_prefix"; then
3590 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3591 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3594 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3595 echo $ECHO_N "(cached) $ECHO_C" >&6
3596 else
3597 if test -n "$CPPBIN"; then
3598 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3599 else
3600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3601 for as_dir in $PATH
3603 IFS=$as_save_IFS
3604 test -z "$as_dir" && as_dir=.
3605 for ac_exec_ext in '' $ac_executable_extensions; do
3606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3607 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3609 break 2
3611 done
3612 done
3613 IFS=$as_save_IFS
3617 CPPBIN=$ac_cv_prog_CPPBIN
3618 if test -n "$CPPBIN"; then
3619 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3620 echo "${ECHO_T}$CPPBIN" >&6; }
3621 else
3622 { echo "$as_me:$LINENO: result: no" >&5
3623 echo "${ECHO_T}no" >&6; }
3628 if test -z "$ac_cv_prog_CPPBIN"; then
3629 ac_ct_CPPBIN=$CPPBIN
3630 # Extract the first word of "cpp", so it can be a program name with args.
3631 set dummy cpp; ac_word=$2
3632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3634 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6
3636 else
3637 if test -n "$ac_ct_CPPBIN"; then
3638 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3639 else
3640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3641 for as_dir in $PATH
3643 IFS=$as_save_IFS
3644 test -z "$as_dir" && as_dir=.
3645 for ac_exec_ext in '' $ac_executable_extensions; do
3646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3647 ac_cv_prog_ac_ct_CPPBIN="cpp"
3648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3649 break 2
3651 done
3652 done
3653 IFS=$as_save_IFS
3657 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3658 if test -n "$ac_ct_CPPBIN"; then
3659 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3660 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3661 else
3662 { echo "$as_me:$LINENO: result: no" >&5
3663 echo "${ECHO_T}no" >&6; }
3666 if test "x$ac_ct_CPPBIN" = x; then
3667 CPPBIN="cpp"
3668 else
3669 case $cross_compiling:$ac_tool_warned in
3670 yes:)
3671 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3672 whose name does not start with the host triplet. If you think this
3673 configuration is useful to you, please write to autoconf@gnu.org." >&5
3674 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3675 whose name does not start with the host triplet. If you think this
3676 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3677 ac_tool_warned=yes ;;
3678 esac
3679 CPPBIN=$ac_ct_CPPBIN
3681 else
3682 CPPBIN="$ac_cv_prog_CPPBIN"
3686 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3687 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3688 if test "${wine_cv_toolsdir+set}" = set; then
3689 echo $ECHO_N "(cached) $ECHO_C" >&6
3690 else
3691 if test -z "$with_wine_tools"; then
3692 if test "$cross_compiling" = "yes"; then
3693 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3694 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3695 { (exit 1); exit 1; }; }
3696 else
3697 wine_cv_toolsdir="\$(TOPOBJDIR)"
3699 elif test -d "$with_wine_tools/tools/winebuild"; then
3700 case $with_wine_tools in
3701 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3702 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3703 esac
3704 else
3705 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3706 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3707 { (exit 1); exit 1; }; }
3710 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3711 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3712 TOOLSDIR=$wine_cv_toolsdir
3716 ac_ext=c
3717 ac_cpp='$CPP $CPPFLAGS'
3718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3721 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3722 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3723 # On Suns, sometimes $CPP names a directory.
3724 if test -n "$CPP" && test -d "$CPP"; then
3725 CPP=
3727 if test -z "$CPP"; then
3728 if test "${ac_cv_prog_CPP+set}" = set; then
3729 echo $ECHO_N "(cached) $ECHO_C" >&6
3730 else
3731 # Double quotes because CPP needs to be expanded
3732 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3734 ac_preproc_ok=false
3735 for ac_c_preproc_warn_flag in '' yes
3737 # Use a header file that comes with gcc, so configuring glibc
3738 # with a fresh cross-compiler works.
3739 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3740 # <limits.h> exists even on freestanding compilers.
3741 # On the NeXT, cc -E runs the code through the compiler's parser,
3742 # not just through cpp. "Syntax error" is here to catch this case.
3743 cat >conftest.$ac_ext <<_ACEOF
3744 /* confdefs.h. */
3745 _ACEOF
3746 cat confdefs.h >>conftest.$ac_ext
3747 cat >>conftest.$ac_ext <<_ACEOF
3748 /* end confdefs.h. */
3749 #ifdef __STDC__
3750 # include <limits.h>
3751 #else
3752 # include <assert.h>
3753 #endif
3754 Syntax error
3755 _ACEOF
3756 if { (ac_try="$ac_cpp conftest.$ac_ext"
3757 case "(($ac_try" in
3758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3759 *) ac_try_echo=$ac_try;;
3760 esac
3761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3762 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3763 ac_status=$?
3764 grep -v '^ *+' conftest.er1 >conftest.err
3765 rm -f conftest.er1
3766 cat conftest.err >&5
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 (exit $ac_status); } >/dev/null && {
3769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3770 test ! -s conftest.err
3771 }; then
3773 else
3774 echo "$as_me: failed program was:" >&5
3775 sed 's/^/| /' conftest.$ac_ext >&5
3777 # Broken: fails on valid input.
3778 continue
3781 rm -f conftest.err conftest.$ac_ext
3783 # OK, works on sane cases. Now check whether nonexistent headers
3784 # can be detected and how.
3785 cat >conftest.$ac_ext <<_ACEOF
3786 /* confdefs.h. */
3787 _ACEOF
3788 cat confdefs.h >>conftest.$ac_ext
3789 cat >>conftest.$ac_ext <<_ACEOF
3790 /* end confdefs.h. */
3791 #include <ac_nonexistent.h>
3792 _ACEOF
3793 if { (ac_try="$ac_cpp conftest.$ac_ext"
3794 case "(($ac_try" in
3795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3796 *) ac_try_echo=$ac_try;;
3797 esac
3798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3799 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3800 ac_status=$?
3801 grep -v '^ *+' conftest.er1 >conftest.err
3802 rm -f conftest.er1
3803 cat conftest.err >&5
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); } >/dev/null && {
3806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3807 test ! -s conftest.err
3808 }; then
3809 # Broken: success on invalid input.
3810 continue
3811 else
3812 echo "$as_me: failed program was:" >&5
3813 sed 's/^/| /' conftest.$ac_ext >&5
3815 # Passes both tests.
3816 ac_preproc_ok=:
3817 break
3820 rm -f conftest.err conftest.$ac_ext
3822 done
3823 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3824 rm -f conftest.err conftest.$ac_ext
3825 if $ac_preproc_ok; then
3826 break
3829 done
3830 ac_cv_prog_CPP=$CPP
3833 CPP=$ac_cv_prog_CPP
3834 else
3835 ac_cv_prog_CPP=$CPP
3837 { echo "$as_me:$LINENO: result: $CPP" >&5
3838 echo "${ECHO_T}$CPP" >&6; }
3839 ac_preproc_ok=false
3840 for ac_c_preproc_warn_flag in '' yes
3842 # Use a header file that comes with gcc, so configuring glibc
3843 # with a fresh cross-compiler works.
3844 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3845 # <limits.h> exists even on freestanding compilers.
3846 # On the NeXT, cc -E runs the code through the compiler's parser,
3847 # not just through cpp. "Syntax error" is here to catch this case.
3848 cat >conftest.$ac_ext <<_ACEOF
3849 /* confdefs.h. */
3850 _ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h. */
3854 #ifdef __STDC__
3855 # include <limits.h>
3856 #else
3857 # include <assert.h>
3858 #endif
3859 Syntax error
3860 _ACEOF
3861 if { (ac_try="$ac_cpp conftest.$ac_ext"
3862 case "(($ac_try" in
3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3864 *) ac_try_echo=$ac_try;;
3865 esac
3866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3868 ac_status=$?
3869 grep -v '^ *+' conftest.er1 >conftest.err
3870 rm -f conftest.er1
3871 cat conftest.err >&5
3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3873 (exit $ac_status); } >/dev/null && {
3874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3875 test ! -s conftest.err
3876 }; then
3878 else
3879 echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 # Broken: fails on valid input.
3883 continue
3886 rm -f conftest.err conftest.$ac_ext
3888 # OK, works on sane cases. Now check whether nonexistent headers
3889 # can be detected and how.
3890 cat >conftest.$ac_ext <<_ACEOF
3891 /* confdefs.h. */
3892 _ACEOF
3893 cat confdefs.h >>conftest.$ac_ext
3894 cat >>conftest.$ac_ext <<_ACEOF
3895 /* end confdefs.h. */
3896 #include <ac_nonexistent.h>
3897 _ACEOF
3898 if { (ac_try="$ac_cpp conftest.$ac_ext"
3899 case "(($ac_try" in
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3902 esac
3903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3905 ac_status=$?
3906 grep -v '^ *+' conftest.er1 >conftest.err
3907 rm -f conftest.er1
3908 cat conftest.err >&5
3909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3910 (exit $ac_status); } >/dev/null && {
3911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3912 test ! -s conftest.err
3913 }; then
3914 # Broken: success on invalid input.
3915 continue
3916 else
3917 echo "$as_me: failed program was:" >&5
3918 sed 's/^/| /' conftest.$ac_ext >&5
3920 # Passes both tests.
3921 ac_preproc_ok=:
3922 break
3925 rm -f conftest.err conftest.$ac_ext
3927 done
3928 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3929 rm -f conftest.err conftest.$ac_ext
3930 if $ac_preproc_ok; then
3932 else
3933 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3934 See \`config.log' for more details." >&5
3935 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3936 See \`config.log' for more details." >&2;}
3937 { (exit 1); exit 1; }; }
3940 ac_ext=c
3941 ac_cpp='$CPP $CPPFLAGS'
3942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3943 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3947 { echo "$as_me:$LINENO: checking for X" >&5
3948 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3951 # Check whether --with-x was given.
3952 if test "${with_x+set}" = set; then
3953 withval=$with_x;
3956 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3957 if test "x$with_x" = xno; then
3958 # The user explicitly disabled X.
3959 have_x=disabled
3960 else
3961 case $x_includes,$x_libraries in #(
3962 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3963 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3964 { (exit 1); exit 1; }; };; #(
3965 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3966 echo $ECHO_N "(cached) $ECHO_C" >&6
3967 else
3968 # One or both of the vars are not set, and there is no cached value.
3969 ac_x_includes=no ac_x_libraries=no
3970 rm -f -r conftest.dir
3971 if mkdir conftest.dir; then
3972 cd conftest.dir
3973 cat >Imakefile <<'_ACEOF'
3974 incroot:
3975 @echo incroot='${INCROOT}'
3976 usrlibdir:
3977 @echo usrlibdir='${USRLIBDIR}'
3978 libdir:
3979 @echo libdir='${LIBDIR}'
3980 _ACEOF
3981 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3982 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3983 for ac_var in incroot usrlibdir libdir; do
3984 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3985 done
3986 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3987 for ac_extension in a so sl; do
3988 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3989 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3990 ac_im_usrlibdir=$ac_im_libdir; break
3992 done
3993 # Screen out bogus values from the imake configuration. They are
3994 # bogus both because they are the default anyway, and because
3995 # using them would break gcc on systems where it needs fixed includes.
3996 case $ac_im_incroot in
3997 /usr/include) ac_x_includes= ;;
3998 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3999 esac
4000 case $ac_im_usrlibdir in
4001 /usr/lib | /lib) ;;
4002 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4003 esac
4005 cd ..
4006 rm -f -r conftest.dir
4009 # Standard set of common directories for X headers.
4010 # Check X11 before X11Rn because it is often a symlink to the current release.
4011 ac_x_header_dirs='
4012 /usr/X11/include
4013 /usr/X11R6/include
4014 /usr/X11R5/include
4015 /usr/X11R4/include
4017 /usr/include/X11
4018 /usr/include/X11R6
4019 /usr/include/X11R5
4020 /usr/include/X11R4
4022 /usr/local/X11/include
4023 /usr/local/X11R6/include
4024 /usr/local/X11R5/include
4025 /usr/local/X11R4/include
4027 /usr/local/include/X11
4028 /usr/local/include/X11R6
4029 /usr/local/include/X11R5
4030 /usr/local/include/X11R4
4032 /usr/X386/include
4033 /usr/x386/include
4034 /usr/XFree86/include/X11
4036 /usr/include
4037 /usr/local/include
4038 /usr/unsupported/include
4039 /usr/athena/include
4040 /usr/local/x11r5/include
4041 /usr/lpp/Xamples/include
4043 /usr/openwin/include
4044 /usr/openwin/share/include'
4046 if test "$ac_x_includes" = no; then
4047 # Guess where to find include files, by looking for Xlib.h.
4048 # First, try using that file with no special directory specified.
4049 cat >conftest.$ac_ext <<_ACEOF
4050 /* confdefs.h. */
4051 _ACEOF
4052 cat confdefs.h >>conftest.$ac_ext
4053 cat >>conftest.$ac_ext <<_ACEOF
4054 /* end confdefs.h. */
4055 #include <X11/Xlib.h>
4056 _ACEOF
4057 if { (ac_try="$ac_cpp conftest.$ac_ext"
4058 case "(($ac_try" in
4059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4060 *) ac_try_echo=$ac_try;;
4061 esac
4062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4063 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4064 ac_status=$?
4065 grep -v '^ *+' conftest.er1 >conftest.err
4066 rm -f conftest.er1
4067 cat conftest.err >&5
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); } >/dev/null && {
4070 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4071 test ! -s conftest.err
4072 }; then
4073 # We can compile using X headers with no special include directory.
4074 ac_x_includes=
4075 else
4076 echo "$as_me: failed program was:" >&5
4077 sed 's/^/| /' conftest.$ac_ext >&5
4079 for ac_dir in $ac_x_header_dirs; do
4080 if test -r "$ac_dir/X11/Xlib.h"; then
4081 ac_x_includes=$ac_dir
4082 break
4084 done
4087 rm -f conftest.err conftest.$ac_ext
4088 fi # $ac_x_includes = no
4090 if test "$ac_x_libraries" = no; then
4091 # Check for the libraries.
4092 # See if we find them without any special options.
4093 # Don't add to $LIBS permanently.
4094 ac_save_LIBS=$LIBS
4095 LIBS="-lX11 $LIBS"
4096 cat >conftest.$ac_ext <<_ACEOF
4097 /* confdefs.h. */
4098 _ACEOF
4099 cat confdefs.h >>conftest.$ac_ext
4100 cat >>conftest.$ac_ext <<_ACEOF
4101 /* end confdefs.h. */
4102 #include <X11/Xlib.h>
4104 main ()
4106 XrmInitialize ()
4108 return 0;
4110 _ACEOF
4111 rm -f conftest.$ac_objext conftest$ac_exeext
4112 if { (ac_try="$ac_link"
4113 case "(($ac_try" in
4114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4115 *) ac_try_echo=$ac_try;;
4116 esac
4117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4118 (eval "$ac_link") 2>conftest.er1
4119 ac_status=$?
4120 grep -v '^ *+' conftest.er1 >conftest.err
4121 rm -f conftest.er1
4122 cat conftest.err >&5
4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4124 (exit $ac_status); } && {
4125 test -z "$ac_c_werror_flag" ||
4126 test ! -s conftest.err
4127 } && test -s conftest$ac_exeext &&
4128 $as_test_x conftest$ac_exeext; then
4129 LIBS=$ac_save_LIBS
4130 # We can link X programs with no special library path.
4131 ac_x_libraries=
4132 else
4133 echo "$as_me: failed program was:" >&5
4134 sed 's/^/| /' conftest.$ac_ext >&5
4136 LIBS=$ac_save_LIBS
4137 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4139 # Don't even attempt the hair of trying to link an X program!
4140 for ac_extension in a so sl; do
4141 if test -r "$ac_dir/libX11.$ac_extension"; then
4142 ac_x_libraries=$ac_dir
4143 break 2
4145 done
4146 done
4149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4150 conftest$ac_exeext conftest.$ac_ext
4151 fi # $ac_x_libraries = no
4153 case $ac_x_includes,$ac_x_libraries in #(
4154 no,* | *,no | *\'*)
4155 # Didn't find X, or a directory has "'" in its name.
4156 ac_cv_have_x="have_x=no";; #(
4158 # Record where we found X for the cache.
4159 ac_cv_have_x="have_x=yes\
4160 ac_x_includes='$ac_x_includes'\
4161 ac_x_libraries='$ac_x_libraries'"
4162 esac
4164 ;; #(
4165 *) have_x=yes;;
4166 esac
4167 eval "$ac_cv_have_x"
4168 fi # $with_x != no
4170 if test "$have_x" != yes; then
4171 { echo "$as_me:$LINENO: result: $have_x" >&5
4172 echo "${ECHO_T}$have_x" >&6; }
4173 no_x=yes
4174 else
4175 # If each of the values was on the command line, it overrides each guess.
4176 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4177 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4178 # Update the cache value to reflect the command line values.
4179 ac_cv_have_x="have_x=yes\
4180 ac_x_includes='$x_includes'\
4181 ac_x_libraries='$x_libraries'"
4182 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4183 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4186 if test "$no_x" = yes; then
4187 # Not all programs may use this symbol, but it does not hurt to define it.
4189 cat >>confdefs.h <<\_ACEOF
4190 #define X_DISPLAY_MISSING 1
4191 _ACEOF
4193 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4194 else
4195 if test -n "$x_includes"; then
4196 X_CFLAGS="$X_CFLAGS -I$x_includes"
4199 # It would also be nice to do this for all -L options, not just this one.
4200 if test -n "$x_libraries"; then
4201 X_LIBS="$X_LIBS -L$x_libraries"
4202 # For Solaris; some versions of Sun CC require a space after -R and
4203 # others require no space. Words are not sufficient . . . .
4204 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4205 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4206 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4207 ac_xsave_c_werror_flag=$ac_c_werror_flag
4208 ac_c_werror_flag=yes
4209 cat >conftest.$ac_ext <<_ACEOF
4210 /* confdefs.h. */
4211 _ACEOF
4212 cat confdefs.h >>conftest.$ac_ext
4213 cat >>conftest.$ac_ext <<_ACEOF
4214 /* end confdefs.h. */
4217 main ()
4221 return 0;
4223 _ACEOF
4224 rm -f conftest.$ac_objext conftest$ac_exeext
4225 if { (ac_try="$ac_link"
4226 case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229 esac
4230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4231 (eval "$ac_link") 2>conftest.er1
4232 ac_status=$?
4233 grep -v '^ *+' conftest.er1 >conftest.err
4234 rm -f conftest.er1
4235 cat conftest.err >&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); } && {
4238 test -z "$ac_c_werror_flag" ||
4239 test ! -s conftest.err
4240 } && test -s conftest$ac_exeext &&
4241 $as_test_x conftest$ac_exeext; then
4242 { echo "$as_me:$LINENO: result: no" >&5
4243 echo "${ECHO_T}no" >&6; }
4244 X_LIBS="$X_LIBS -R$x_libraries"
4245 else
4246 echo "$as_me: failed program was:" >&5
4247 sed 's/^/| /' conftest.$ac_ext >&5
4249 LIBS="$ac_xsave_LIBS -R $x_libraries"
4250 cat >conftest.$ac_ext <<_ACEOF
4251 /* confdefs.h. */
4252 _ACEOF
4253 cat confdefs.h >>conftest.$ac_ext
4254 cat >>conftest.$ac_ext <<_ACEOF
4255 /* end confdefs.h. */
4258 main ()
4262 return 0;
4264 _ACEOF
4265 rm -f conftest.$ac_objext conftest$ac_exeext
4266 if { (ac_try="$ac_link"
4267 case "(($ac_try" in
4268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4269 *) ac_try_echo=$ac_try;;
4270 esac
4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4272 (eval "$ac_link") 2>conftest.er1
4273 ac_status=$?
4274 grep -v '^ *+' conftest.er1 >conftest.err
4275 rm -f conftest.er1
4276 cat conftest.err >&5
4277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4278 (exit $ac_status); } && {
4279 test -z "$ac_c_werror_flag" ||
4280 test ! -s conftest.err
4281 } && test -s conftest$ac_exeext &&
4282 $as_test_x conftest$ac_exeext; then
4283 { echo "$as_me:$LINENO: result: yes" >&5
4284 echo "${ECHO_T}yes" >&6; }
4285 X_LIBS="$X_LIBS -R $x_libraries"
4286 else
4287 echo "$as_me: failed program was:" >&5
4288 sed 's/^/| /' conftest.$ac_ext >&5
4290 { echo "$as_me:$LINENO: result: neither works" >&5
4291 echo "${ECHO_T}neither works" >&6; }
4294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4295 conftest$ac_exeext conftest.$ac_ext
4298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4299 conftest$ac_exeext conftest.$ac_ext
4300 ac_c_werror_flag=$ac_xsave_c_werror_flag
4301 LIBS=$ac_xsave_LIBS
4304 # Check for system-dependent libraries X programs must link with.
4305 # Do this before checking for the system-independent R6 libraries
4306 # (-lICE), since we may need -lsocket or whatever for X linking.
4308 if test "$ISC" = yes; then
4309 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4310 else
4311 # Martyn Johnson says this is needed for Ultrix, if the X
4312 # libraries were built with DECnet support. And Karl Berry says
4313 # the Alpha needs dnet_stub (dnet does not exist).
4314 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4315 cat >conftest.$ac_ext <<_ACEOF
4316 /* confdefs.h. */
4317 _ACEOF
4318 cat confdefs.h >>conftest.$ac_ext
4319 cat >>conftest.$ac_ext <<_ACEOF
4320 /* end confdefs.h. */
4322 /* Override any GCC internal prototype to avoid an error.
4323 Use char because int might match the return type of a GCC
4324 builtin and then its argument prototype would still apply. */
4325 #ifdef __cplusplus
4326 extern "C"
4327 #endif
4328 char XOpenDisplay ();
4330 main ()
4332 return XOpenDisplay ();
4334 return 0;
4336 _ACEOF
4337 rm -f conftest.$ac_objext conftest$ac_exeext
4338 if { (ac_try="$ac_link"
4339 case "(($ac_try" in
4340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4341 *) ac_try_echo=$ac_try;;
4342 esac
4343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4344 (eval "$ac_link") 2>conftest.er1
4345 ac_status=$?
4346 grep -v '^ *+' conftest.er1 >conftest.err
4347 rm -f conftest.er1
4348 cat conftest.err >&5
4349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4350 (exit $ac_status); } && {
4351 test -z "$ac_c_werror_flag" ||
4352 test ! -s conftest.err
4353 } && test -s conftest$ac_exeext &&
4354 $as_test_x conftest$ac_exeext; then
4356 else
4357 echo "$as_me: failed program was:" >&5
4358 sed 's/^/| /' conftest.$ac_ext >&5
4360 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4361 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4362 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4364 else
4365 ac_check_lib_save_LIBS=$LIBS
4366 LIBS="-ldnet $LIBS"
4367 cat >conftest.$ac_ext <<_ACEOF
4368 /* confdefs.h. */
4369 _ACEOF
4370 cat confdefs.h >>conftest.$ac_ext
4371 cat >>conftest.$ac_ext <<_ACEOF
4372 /* end confdefs.h. */
4374 /* Override any GCC internal prototype to avoid an error.
4375 Use char because int might match the return type of a GCC
4376 builtin and then its argument prototype would still apply. */
4377 #ifdef __cplusplus
4378 extern "C"
4379 #endif
4380 char dnet_ntoa ();
4382 main ()
4384 return dnet_ntoa ();
4386 return 0;
4388 _ACEOF
4389 rm -f conftest.$ac_objext conftest$ac_exeext
4390 if { (ac_try="$ac_link"
4391 case "(($ac_try" in
4392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4393 *) ac_try_echo=$ac_try;;
4394 esac
4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4396 (eval "$ac_link") 2>conftest.er1
4397 ac_status=$?
4398 grep -v '^ *+' conftest.er1 >conftest.err
4399 rm -f conftest.er1
4400 cat conftest.err >&5
4401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4402 (exit $ac_status); } && {
4403 test -z "$ac_c_werror_flag" ||
4404 test ! -s conftest.err
4405 } && test -s conftest$ac_exeext &&
4406 $as_test_x conftest$ac_exeext; then
4407 ac_cv_lib_dnet_dnet_ntoa=yes
4408 else
4409 echo "$as_me: failed program was:" >&5
4410 sed 's/^/| /' conftest.$ac_ext >&5
4412 ac_cv_lib_dnet_dnet_ntoa=no
4415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4416 conftest$ac_exeext conftest.$ac_ext
4417 LIBS=$ac_check_lib_save_LIBS
4419 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4420 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4421 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4422 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4425 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4426 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4427 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4428 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4429 echo $ECHO_N "(cached) $ECHO_C" >&6
4430 else
4431 ac_check_lib_save_LIBS=$LIBS
4432 LIBS="-ldnet_stub $LIBS"
4433 cat >conftest.$ac_ext <<_ACEOF
4434 /* confdefs.h. */
4435 _ACEOF
4436 cat confdefs.h >>conftest.$ac_ext
4437 cat >>conftest.$ac_ext <<_ACEOF
4438 /* end confdefs.h. */
4440 /* Override any GCC internal prototype to avoid an error.
4441 Use char because int might match the return type of a GCC
4442 builtin and then its argument prototype would still apply. */
4443 #ifdef __cplusplus
4444 extern "C"
4445 #endif
4446 char dnet_ntoa ();
4448 main ()
4450 return dnet_ntoa ();
4452 return 0;
4454 _ACEOF
4455 rm -f conftest.$ac_objext conftest$ac_exeext
4456 if { (ac_try="$ac_link"
4457 case "(($ac_try" in
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4460 esac
4461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4462 (eval "$ac_link") 2>conftest.er1
4463 ac_status=$?
4464 grep -v '^ *+' conftest.er1 >conftest.err
4465 rm -f conftest.er1
4466 cat conftest.err >&5
4467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468 (exit $ac_status); } && {
4469 test -z "$ac_c_werror_flag" ||
4470 test ! -s conftest.err
4471 } && test -s conftest$ac_exeext &&
4472 $as_test_x conftest$ac_exeext; then
4473 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4474 else
4475 echo "$as_me: failed program was:" >&5
4476 sed 's/^/| /' conftest.$ac_ext >&5
4478 ac_cv_lib_dnet_stub_dnet_ntoa=no
4481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4482 conftest$ac_exeext conftest.$ac_ext
4483 LIBS=$ac_check_lib_save_LIBS
4485 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4486 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4487 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4488 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4495 conftest$ac_exeext conftest.$ac_ext
4496 LIBS="$ac_xsave_LIBS"
4498 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4499 # to get the SysV transport functions.
4500 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4501 # needs -lnsl.
4502 # The nsl library prevents programs from opening the X display
4503 # on Irix 5.2, according to T.E. Dickey.
4504 # The functions gethostbyname, getservbyname, and inet_addr are
4505 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4506 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4507 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4508 if test "${ac_cv_func_gethostbyname+set}" = set; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 else
4511 cat >conftest.$ac_ext <<_ACEOF
4512 /* confdefs.h. */
4513 _ACEOF
4514 cat confdefs.h >>conftest.$ac_ext
4515 cat >>conftest.$ac_ext <<_ACEOF
4516 /* end confdefs.h. */
4517 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4519 #define gethostbyname innocuous_gethostbyname
4521 /* System header to define __stub macros and hopefully few prototypes,
4522 which can conflict with char gethostbyname (); below.
4523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4524 <limits.h> exists even on freestanding compilers. */
4526 #ifdef __STDC__
4527 # include <limits.h>
4528 #else
4529 # include <assert.h>
4530 #endif
4532 #undef gethostbyname
4534 /* Override any GCC internal prototype to avoid an error.
4535 Use char because int might match the return type of a GCC
4536 builtin and then its argument prototype would still apply. */
4537 #ifdef __cplusplus
4538 extern "C"
4539 #endif
4540 char gethostbyname ();
4541 /* The GNU C library defines this for functions which it implements
4542 to always fail with ENOSYS. Some functions are actually named
4543 something starting with __ and the normal name is an alias. */
4544 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4545 choke me
4546 #endif
4549 main ()
4551 return gethostbyname ();
4553 return 0;
4555 _ACEOF
4556 rm -f conftest.$ac_objext conftest$ac_exeext
4557 if { (ac_try="$ac_link"
4558 case "(($ac_try" in
4559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4560 *) ac_try_echo=$ac_try;;
4561 esac
4562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4563 (eval "$ac_link") 2>conftest.er1
4564 ac_status=$?
4565 grep -v '^ *+' conftest.er1 >conftest.err
4566 rm -f conftest.er1
4567 cat conftest.err >&5
4568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569 (exit $ac_status); } && {
4570 test -z "$ac_c_werror_flag" ||
4571 test ! -s conftest.err
4572 } && test -s conftest$ac_exeext &&
4573 $as_test_x conftest$ac_exeext; then
4574 ac_cv_func_gethostbyname=yes
4575 else
4576 echo "$as_me: failed program was:" >&5
4577 sed 's/^/| /' conftest.$ac_ext >&5
4579 ac_cv_func_gethostbyname=no
4582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4583 conftest$ac_exeext conftest.$ac_ext
4585 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4586 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4588 if test $ac_cv_func_gethostbyname = no; then
4589 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4590 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4591 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4592 echo $ECHO_N "(cached) $ECHO_C" >&6
4593 else
4594 ac_check_lib_save_LIBS=$LIBS
4595 LIBS="-lnsl $LIBS"
4596 cat >conftest.$ac_ext <<_ACEOF
4597 /* confdefs.h. */
4598 _ACEOF
4599 cat confdefs.h >>conftest.$ac_ext
4600 cat >>conftest.$ac_ext <<_ACEOF
4601 /* end confdefs.h. */
4603 /* Override any GCC internal prototype to avoid an error.
4604 Use char because int might match the return type of a GCC
4605 builtin and then its argument prototype would still apply. */
4606 #ifdef __cplusplus
4607 extern "C"
4608 #endif
4609 char gethostbyname ();
4611 main ()
4613 return gethostbyname ();
4615 return 0;
4617 _ACEOF
4618 rm -f conftest.$ac_objext conftest$ac_exeext
4619 if { (ac_try="$ac_link"
4620 case "(($ac_try" in
4621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622 *) ac_try_echo=$ac_try;;
4623 esac
4624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4625 (eval "$ac_link") 2>conftest.er1
4626 ac_status=$?
4627 grep -v '^ *+' conftest.er1 >conftest.err
4628 rm -f conftest.er1
4629 cat conftest.err >&5
4630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4631 (exit $ac_status); } && {
4632 test -z "$ac_c_werror_flag" ||
4633 test ! -s conftest.err
4634 } && test -s conftest$ac_exeext &&
4635 $as_test_x conftest$ac_exeext; then
4636 ac_cv_lib_nsl_gethostbyname=yes
4637 else
4638 echo "$as_me: failed program was:" >&5
4639 sed 's/^/| /' conftest.$ac_ext >&5
4641 ac_cv_lib_nsl_gethostbyname=no
4644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4645 conftest$ac_exeext conftest.$ac_ext
4646 LIBS=$ac_check_lib_save_LIBS
4648 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4649 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4650 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4654 if test $ac_cv_lib_nsl_gethostbyname = no; then
4655 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4656 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4657 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4658 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 else
4660 ac_check_lib_save_LIBS=$LIBS
4661 LIBS="-lbsd $LIBS"
4662 cat >conftest.$ac_ext <<_ACEOF
4663 /* confdefs.h. */
4664 _ACEOF
4665 cat confdefs.h >>conftest.$ac_ext
4666 cat >>conftest.$ac_ext <<_ACEOF
4667 /* end confdefs.h. */
4669 /* Override any GCC internal prototype to avoid an error.
4670 Use char because int might match the return type of a GCC
4671 builtin and then its argument prototype would still apply. */
4672 #ifdef __cplusplus
4673 extern "C"
4674 #endif
4675 char gethostbyname ();
4677 main ()
4679 return gethostbyname ();
4681 return 0;
4683 _ACEOF
4684 rm -f conftest.$ac_objext conftest$ac_exeext
4685 if { (ac_try="$ac_link"
4686 case "(($ac_try" in
4687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4688 *) ac_try_echo=$ac_try;;
4689 esac
4690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4691 (eval "$ac_link") 2>conftest.er1
4692 ac_status=$?
4693 grep -v '^ *+' conftest.er1 >conftest.err
4694 rm -f conftest.er1
4695 cat conftest.err >&5
4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4697 (exit $ac_status); } && {
4698 test -z "$ac_c_werror_flag" ||
4699 test ! -s conftest.err
4700 } && test -s conftest$ac_exeext &&
4701 $as_test_x conftest$ac_exeext; then
4702 ac_cv_lib_bsd_gethostbyname=yes
4703 else
4704 echo "$as_me: failed program was:" >&5
4705 sed 's/^/| /' conftest.$ac_ext >&5
4707 ac_cv_lib_bsd_gethostbyname=no
4710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4711 conftest$ac_exeext conftest.$ac_ext
4712 LIBS=$ac_check_lib_save_LIBS
4714 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4715 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4716 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4717 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4723 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4724 # socket/setsockopt and other routines are undefined under SCO ODT
4725 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4726 # on later versions), says Simon Leinen: it contains gethostby*
4727 # variants that don't use the name server (or something). -lsocket
4728 # must be given before -lnsl if both are needed. We assume that
4729 # if connect needs -lnsl, so does gethostbyname.
4730 { echo "$as_me:$LINENO: checking for connect" >&5
4731 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4732 if test "${ac_cv_func_connect+set}" = set; then
4733 echo $ECHO_N "(cached) $ECHO_C" >&6
4734 else
4735 cat >conftest.$ac_ext <<_ACEOF
4736 /* confdefs.h. */
4737 _ACEOF
4738 cat confdefs.h >>conftest.$ac_ext
4739 cat >>conftest.$ac_ext <<_ACEOF
4740 /* end confdefs.h. */
4741 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4743 #define connect innocuous_connect
4745 /* System header to define __stub macros and hopefully few prototypes,
4746 which can conflict with char connect (); below.
4747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4748 <limits.h> exists even on freestanding compilers. */
4750 #ifdef __STDC__
4751 # include <limits.h>
4752 #else
4753 # include <assert.h>
4754 #endif
4756 #undef connect
4758 /* Override any GCC internal prototype to avoid an error.
4759 Use char because int might match the return type of a GCC
4760 builtin and then its argument prototype would still apply. */
4761 #ifdef __cplusplus
4762 extern "C"
4763 #endif
4764 char connect ();
4765 /* The GNU C library defines this for functions which it implements
4766 to always fail with ENOSYS. Some functions are actually named
4767 something starting with __ and the normal name is an alias. */
4768 #if defined __stub_connect || defined __stub___connect
4769 choke me
4770 #endif
4773 main ()
4775 return connect ();
4777 return 0;
4779 _ACEOF
4780 rm -f conftest.$ac_objext conftest$ac_exeext
4781 if { (ac_try="$ac_link"
4782 case "(($ac_try" in
4783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4784 *) ac_try_echo=$ac_try;;
4785 esac
4786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4787 (eval "$ac_link") 2>conftest.er1
4788 ac_status=$?
4789 grep -v '^ *+' conftest.er1 >conftest.err
4790 rm -f conftest.er1
4791 cat conftest.err >&5
4792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793 (exit $ac_status); } && {
4794 test -z "$ac_c_werror_flag" ||
4795 test ! -s conftest.err
4796 } && test -s conftest$ac_exeext &&
4797 $as_test_x conftest$ac_exeext; then
4798 ac_cv_func_connect=yes
4799 else
4800 echo "$as_me: failed program was:" >&5
4801 sed 's/^/| /' conftest.$ac_ext >&5
4803 ac_cv_func_connect=no
4806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4807 conftest$ac_exeext conftest.$ac_ext
4809 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4810 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4812 if test $ac_cv_func_connect = no; then
4813 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4814 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4815 if test "${ac_cv_lib_socket_connect+set}" = set; then
4816 echo $ECHO_N "(cached) $ECHO_C" >&6
4817 else
4818 ac_check_lib_save_LIBS=$LIBS
4819 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4820 cat >conftest.$ac_ext <<_ACEOF
4821 /* confdefs.h. */
4822 _ACEOF
4823 cat confdefs.h >>conftest.$ac_ext
4824 cat >>conftest.$ac_ext <<_ACEOF
4825 /* end confdefs.h. */
4827 /* Override any GCC internal prototype to avoid an error.
4828 Use char because int might match the return type of a GCC
4829 builtin and then its argument prototype would still apply. */
4830 #ifdef __cplusplus
4831 extern "C"
4832 #endif
4833 char connect ();
4835 main ()
4837 return connect ();
4839 return 0;
4841 _ACEOF
4842 rm -f conftest.$ac_objext conftest$ac_exeext
4843 if { (ac_try="$ac_link"
4844 case "(($ac_try" in
4845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4846 *) ac_try_echo=$ac_try;;
4847 esac
4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4849 (eval "$ac_link") 2>conftest.er1
4850 ac_status=$?
4851 grep -v '^ *+' conftest.er1 >conftest.err
4852 rm -f conftest.er1
4853 cat conftest.err >&5
4854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4855 (exit $ac_status); } && {
4856 test -z "$ac_c_werror_flag" ||
4857 test ! -s conftest.err
4858 } && test -s conftest$ac_exeext &&
4859 $as_test_x conftest$ac_exeext; then
4860 ac_cv_lib_socket_connect=yes
4861 else
4862 echo "$as_me: failed program was:" >&5
4863 sed 's/^/| /' conftest.$ac_ext >&5
4865 ac_cv_lib_socket_connect=no
4868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4869 conftest$ac_exeext conftest.$ac_ext
4870 LIBS=$ac_check_lib_save_LIBS
4872 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4873 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4874 if test $ac_cv_lib_socket_connect = yes; then
4875 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4880 # Guillermo Gomez says -lposix is necessary on A/UX.
4881 { echo "$as_me:$LINENO: checking for remove" >&5
4882 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4883 if test "${ac_cv_func_remove+set}" = set; then
4884 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 else
4886 cat >conftest.$ac_ext <<_ACEOF
4887 /* confdefs.h. */
4888 _ACEOF
4889 cat confdefs.h >>conftest.$ac_ext
4890 cat >>conftest.$ac_ext <<_ACEOF
4891 /* end confdefs.h. */
4892 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4894 #define remove innocuous_remove
4896 /* System header to define __stub macros and hopefully few prototypes,
4897 which can conflict with char remove (); below.
4898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4899 <limits.h> exists even on freestanding compilers. */
4901 #ifdef __STDC__
4902 # include <limits.h>
4903 #else
4904 # include <assert.h>
4905 #endif
4907 #undef remove
4909 /* Override any GCC internal prototype to avoid an error.
4910 Use char because int might match the return type of a GCC
4911 builtin and then its argument prototype would still apply. */
4912 #ifdef __cplusplus
4913 extern "C"
4914 #endif
4915 char remove ();
4916 /* The GNU C library defines this for functions which it implements
4917 to always fail with ENOSYS. Some functions are actually named
4918 something starting with __ and the normal name is an alias. */
4919 #if defined __stub_remove || defined __stub___remove
4920 choke me
4921 #endif
4924 main ()
4926 return remove ();
4928 return 0;
4930 _ACEOF
4931 rm -f conftest.$ac_objext conftest$ac_exeext
4932 if { (ac_try="$ac_link"
4933 case "(($ac_try" in
4934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4935 *) ac_try_echo=$ac_try;;
4936 esac
4937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4938 (eval "$ac_link") 2>conftest.er1
4939 ac_status=$?
4940 grep -v '^ *+' conftest.er1 >conftest.err
4941 rm -f conftest.er1
4942 cat conftest.err >&5
4943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944 (exit $ac_status); } && {
4945 test -z "$ac_c_werror_flag" ||
4946 test ! -s conftest.err
4947 } && test -s conftest$ac_exeext &&
4948 $as_test_x conftest$ac_exeext; then
4949 ac_cv_func_remove=yes
4950 else
4951 echo "$as_me: failed program was:" >&5
4952 sed 's/^/| /' conftest.$ac_ext >&5
4954 ac_cv_func_remove=no
4957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4958 conftest$ac_exeext conftest.$ac_ext
4960 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4961 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4963 if test $ac_cv_func_remove = no; then
4964 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4965 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4966 if test "${ac_cv_lib_posix_remove+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4968 else
4969 ac_check_lib_save_LIBS=$LIBS
4970 LIBS="-lposix $LIBS"
4971 cat >conftest.$ac_ext <<_ACEOF
4972 /* confdefs.h. */
4973 _ACEOF
4974 cat confdefs.h >>conftest.$ac_ext
4975 cat >>conftest.$ac_ext <<_ACEOF
4976 /* end confdefs.h. */
4978 /* Override any GCC internal prototype to avoid an error.
4979 Use char because int might match the return type of a GCC
4980 builtin and then its argument prototype would still apply. */
4981 #ifdef __cplusplus
4982 extern "C"
4983 #endif
4984 char remove ();
4986 main ()
4988 return remove ();
4990 return 0;
4992 _ACEOF
4993 rm -f conftest.$ac_objext conftest$ac_exeext
4994 if { (ac_try="$ac_link"
4995 case "(($ac_try" in
4996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4997 *) ac_try_echo=$ac_try;;
4998 esac
4999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5000 (eval "$ac_link") 2>conftest.er1
5001 ac_status=$?
5002 grep -v '^ *+' conftest.er1 >conftest.err
5003 rm -f conftest.er1
5004 cat conftest.err >&5
5005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5006 (exit $ac_status); } && {
5007 test -z "$ac_c_werror_flag" ||
5008 test ! -s conftest.err
5009 } && test -s conftest$ac_exeext &&
5010 $as_test_x conftest$ac_exeext; then
5011 ac_cv_lib_posix_remove=yes
5012 else
5013 echo "$as_me: failed program was:" >&5
5014 sed 's/^/| /' conftest.$ac_ext >&5
5016 ac_cv_lib_posix_remove=no
5019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5020 conftest$ac_exeext conftest.$ac_ext
5021 LIBS=$ac_check_lib_save_LIBS
5023 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5024 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5025 if test $ac_cv_lib_posix_remove = yes; then
5026 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5031 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5032 { echo "$as_me:$LINENO: checking for shmat" >&5
5033 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5034 if test "${ac_cv_func_shmat+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5036 else
5037 cat >conftest.$ac_ext <<_ACEOF
5038 /* confdefs.h. */
5039 _ACEOF
5040 cat confdefs.h >>conftest.$ac_ext
5041 cat >>conftest.$ac_ext <<_ACEOF
5042 /* end confdefs.h. */
5043 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5044 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5045 #define shmat innocuous_shmat
5047 /* System header to define __stub macros and hopefully few prototypes,
5048 which can conflict with char shmat (); below.
5049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5050 <limits.h> exists even on freestanding compilers. */
5052 #ifdef __STDC__
5053 # include <limits.h>
5054 #else
5055 # include <assert.h>
5056 #endif
5058 #undef shmat
5060 /* Override any GCC internal prototype to avoid an error.
5061 Use char because int might match the return type of a GCC
5062 builtin and then its argument prototype would still apply. */
5063 #ifdef __cplusplus
5064 extern "C"
5065 #endif
5066 char shmat ();
5067 /* The GNU C library defines this for functions which it implements
5068 to always fail with ENOSYS. Some functions are actually named
5069 something starting with __ and the normal name is an alias. */
5070 #if defined __stub_shmat || defined __stub___shmat
5071 choke me
5072 #endif
5075 main ()
5077 return shmat ();
5079 return 0;
5081 _ACEOF
5082 rm -f conftest.$ac_objext conftest$ac_exeext
5083 if { (ac_try="$ac_link"
5084 case "(($ac_try" in
5085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5086 *) ac_try_echo=$ac_try;;
5087 esac
5088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5089 (eval "$ac_link") 2>conftest.er1
5090 ac_status=$?
5091 grep -v '^ *+' conftest.er1 >conftest.err
5092 rm -f conftest.er1
5093 cat conftest.err >&5
5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5095 (exit $ac_status); } && {
5096 test -z "$ac_c_werror_flag" ||
5097 test ! -s conftest.err
5098 } && test -s conftest$ac_exeext &&
5099 $as_test_x conftest$ac_exeext; then
5100 ac_cv_func_shmat=yes
5101 else
5102 echo "$as_me: failed program was:" >&5
5103 sed 's/^/| /' conftest.$ac_ext >&5
5105 ac_cv_func_shmat=no
5108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5109 conftest$ac_exeext conftest.$ac_ext
5111 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5112 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5114 if test $ac_cv_func_shmat = no; then
5115 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5116 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5117 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5118 echo $ECHO_N "(cached) $ECHO_C" >&6
5119 else
5120 ac_check_lib_save_LIBS=$LIBS
5121 LIBS="-lipc $LIBS"
5122 cat >conftest.$ac_ext <<_ACEOF
5123 /* confdefs.h. */
5124 _ACEOF
5125 cat confdefs.h >>conftest.$ac_ext
5126 cat >>conftest.$ac_ext <<_ACEOF
5127 /* end confdefs.h. */
5129 /* Override any GCC internal prototype to avoid an error.
5130 Use char because int might match the return type of a GCC
5131 builtin and then its argument prototype would still apply. */
5132 #ifdef __cplusplus
5133 extern "C"
5134 #endif
5135 char shmat ();
5137 main ()
5139 return shmat ();
5141 return 0;
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5149 esac
5150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5151 (eval "$ac_link") 2>conftest.er1
5152 ac_status=$?
5153 grep -v '^ *+' conftest.er1 >conftest.err
5154 rm -f conftest.er1
5155 cat conftest.err >&5
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); } && {
5158 test -z "$ac_c_werror_flag" ||
5159 test ! -s conftest.err
5160 } && test -s conftest$ac_exeext &&
5161 $as_test_x conftest$ac_exeext; then
5162 ac_cv_lib_ipc_shmat=yes
5163 else
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.$ac_ext >&5
5167 ac_cv_lib_ipc_shmat=no
5170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5171 conftest$ac_exeext conftest.$ac_ext
5172 LIBS=$ac_check_lib_save_LIBS
5174 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5175 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5176 if test $ac_cv_lib_ipc_shmat = yes; then
5177 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5183 # Check for libraries that X11R6 Xt/Xaw programs need.
5184 ac_save_LDFLAGS=$LDFLAGS
5185 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5186 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5187 # check for ICE first), but we must link in the order -lSM -lICE or
5188 # we get undefined symbols. So assume we have SM if we have ICE.
5189 # These have to be linked with before -lX11, unlike the other
5190 # libraries we check for below, so use a different variable.
5191 # John Interrante, Karl Berry
5192 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5193 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5209 #ifdef __cplusplus
5210 extern "C"
5211 #endif
5212 char IceConnectionNumber ();
5214 main ()
5216 return IceConnectionNumber ();
5218 return 0;
5220 _ACEOF
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5223 case "(($ac_try" in
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5226 esac
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5229 ac_status=$?
5230 grep -v '^ *+' conftest.er1 >conftest.err
5231 rm -f conftest.er1
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_ICE_IceConnectionNumber=yes
5240 else
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.$ac_ext >&5
5244 ac_cv_lib_ICE_IceConnectionNumber=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5252 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5253 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5254 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5257 LDFLAGS=$ac_save_LDFLAGS
5262 for ac_prog in flex
5264 # Extract the first word of "$ac_prog", so it can be a program name with args.
5265 set dummy $ac_prog; ac_word=$2
5266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5268 if test "${ac_cv_prog_FLEX+set}" = set; then
5269 echo $ECHO_N "(cached) $ECHO_C" >&6
5270 else
5271 if test -n "$FLEX"; then
5272 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5273 else
5274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5275 for as_dir in $PATH
5277 IFS=$as_save_IFS
5278 test -z "$as_dir" && as_dir=.
5279 for ac_exec_ext in '' $ac_executable_extensions; do
5280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5281 ac_cv_prog_FLEX="$ac_prog"
5282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5283 break 2
5285 done
5286 done
5287 IFS=$as_save_IFS
5291 FLEX=$ac_cv_prog_FLEX
5292 if test -n "$FLEX"; then
5293 { echo "$as_me:$LINENO: result: $FLEX" >&5
5294 echo "${ECHO_T}$FLEX" >&6; }
5295 else
5296 { echo "$as_me:$LINENO: result: no" >&5
5297 echo "${ECHO_T}no" >&6; }
5301 test -n "$FLEX" && break
5302 done
5303 test -n "$FLEX" || FLEX="none"
5305 if test "$FLEX" = "none"
5306 then
5307 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5308 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5309 { (exit 1); exit 1; }; }
5312 for ac_prog in bison
5314 # Extract the first word of "$ac_prog", so it can be a program name with args.
5315 set dummy $ac_prog; ac_word=$2
5316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5318 if test "${ac_cv_prog_BISON+set}" = set; then
5319 echo $ECHO_N "(cached) $ECHO_C" >&6
5320 else
5321 if test -n "$BISON"; then
5322 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5323 else
5324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5325 for as_dir in $PATH
5327 IFS=$as_save_IFS
5328 test -z "$as_dir" && as_dir=.
5329 for ac_exec_ext in '' $ac_executable_extensions; do
5330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5331 ac_cv_prog_BISON="$ac_prog"
5332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 break 2
5335 done
5336 done
5337 IFS=$as_save_IFS
5341 BISON=$ac_cv_prog_BISON
5342 if test -n "$BISON"; then
5343 { echo "$as_me:$LINENO: result: $BISON" >&5
5344 echo "${ECHO_T}$BISON" >&6; }
5345 else
5346 { echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6; }
5351 test -n "$BISON" && break
5352 done
5353 test -n "$BISON" || BISON="none"
5355 if test "$BISON" = "none"
5356 then
5357 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5358 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5359 { (exit 1); exit 1; }; }
5362 if test -n "$ac_tool_prefix"; then
5363 for ac_prog in gas as
5365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5366 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5369 if test "${ac_cv_prog_AS+set}" = set; then
5370 echo $ECHO_N "(cached) $ECHO_C" >&6
5371 else
5372 if test -n "$AS"; then
5373 ac_cv_prog_AS="$AS" # Let the user override the test.
5374 else
5375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376 for as_dir in $PATH
5378 IFS=$as_save_IFS
5379 test -z "$as_dir" && as_dir=.
5380 for ac_exec_ext in '' $ac_executable_extensions; do
5381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5382 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5383 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5384 break 2
5386 done
5387 done
5388 IFS=$as_save_IFS
5392 AS=$ac_cv_prog_AS
5393 if test -n "$AS"; then
5394 { echo "$as_me:$LINENO: result: $AS" >&5
5395 echo "${ECHO_T}$AS" >&6; }
5396 else
5397 { echo "$as_me:$LINENO: result: no" >&5
5398 echo "${ECHO_T}no" >&6; }
5402 test -n "$AS" && break
5403 done
5405 if test -z "$AS"; then
5406 ac_ct_AS=$AS
5407 for ac_prog in gas as
5409 # Extract the first word of "$ac_prog", so it can be a program name with args.
5410 set dummy $ac_prog; ac_word=$2
5411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5413 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5414 echo $ECHO_N "(cached) $ECHO_C" >&6
5415 else
5416 if test -n "$ac_ct_AS"; then
5417 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5418 else
5419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5420 for as_dir in $PATH
5422 IFS=$as_save_IFS
5423 test -z "$as_dir" && as_dir=.
5424 for ac_exec_ext in '' $ac_executable_extensions; do
5425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5426 ac_cv_prog_ac_ct_AS="$ac_prog"
5427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 break 2
5430 done
5431 done
5432 IFS=$as_save_IFS
5436 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5437 if test -n "$ac_ct_AS"; then
5438 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5439 echo "${ECHO_T}$ac_ct_AS" >&6; }
5440 else
5441 { echo "$as_me:$LINENO: result: no" >&5
5442 echo "${ECHO_T}no" >&6; }
5446 test -n "$ac_ct_AS" && break
5447 done
5449 if test "x$ac_ct_AS" = x; then
5450 AS="as"
5451 else
5452 case $cross_compiling:$ac_tool_warned in
5453 yes:)
5454 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5455 whose name does not start with the host triplet. If you think this
5456 configuration is useful to you, please write to autoconf@gnu.org." >&5
5457 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5458 whose name does not start with the host triplet. If you think this
5459 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5460 ac_tool_warned=yes ;;
5461 esac
5462 AS=$ac_ct_AS
5466 if test -n "$ac_tool_prefix"; then
5467 for ac_prog in ld gld
5469 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5470 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5473 if test "${ac_cv_prog_LD+set}" = set; then
5474 echo $ECHO_N "(cached) $ECHO_C" >&6
5475 else
5476 if test -n "$LD"; then
5477 ac_cv_prog_LD="$LD" # Let the user override the test.
5478 else
5479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5480 for as_dir in $PATH
5482 IFS=$as_save_IFS
5483 test -z "$as_dir" && as_dir=.
5484 for ac_exec_ext in '' $ac_executable_extensions; do
5485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5486 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5488 break 2
5490 done
5491 done
5492 IFS=$as_save_IFS
5496 LD=$ac_cv_prog_LD
5497 if test -n "$LD"; then
5498 { echo "$as_me:$LINENO: result: $LD" >&5
5499 echo "${ECHO_T}$LD" >&6; }
5500 else
5501 { echo "$as_me:$LINENO: result: no" >&5
5502 echo "${ECHO_T}no" >&6; }
5506 test -n "$LD" && break
5507 done
5509 if test -z "$LD"; then
5510 ac_ct_LD=$LD
5511 for ac_prog in ld gld
5513 # Extract the first word of "$ac_prog", so it can be a program name with args.
5514 set dummy $ac_prog; ac_word=$2
5515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5517 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5518 echo $ECHO_N "(cached) $ECHO_C" >&6
5519 else
5520 if test -n "$ac_ct_LD"; then
5521 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5522 else
5523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5524 for as_dir in $PATH
5526 IFS=$as_save_IFS
5527 test -z "$as_dir" && as_dir=.
5528 for ac_exec_ext in '' $ac_executable_extensions; do
5529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5530 ac_cv_prog_ac_ct_LD="$ac_prog"
5531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 break 2
5534 done
5535 done
5536 IFS=$as_save_IFS
5540 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5541 if test -n "$ac_ct_LD"; then
5542 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5543 echo "${ECHO_T}$ac_ct_LD" >&6; }
5544 else
5545 { echo "$as_me:$LINENO: result: no" >&5
5546 echo "${ECHO_T}no" >&6; }
5550 test -n "$ac_ct_LD" && break
5551 done
5553 if test "x$ac_ct_LD" = x; then
5554 LD="ld"
5555 else
5556 case $cross_compiling:$ac_tool_warned in
5557 yes:)
5558 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5559 whose name does not start with the host triplet. If you think this
5560 configuration is useful to you, please write to autoconf@gnu.org." >&5
5561 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5562 whose name does not start with the host triplet. If you think this
5563 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5564 ac_tool_warned=yes ;;
5565 esac
5566 LD=$ac_ct_LD
5570 if test -n "$ac_tool_prefix"; then
5571 for ac_prog in nm gnm
5573 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5574 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5577 if test "${ac_cv_prog_NM+set}" = set; then
5578 echo $ECHO_N "(cached) $ECHO_C" >&6
5579 else
5580 if test -n "$NM"; then
5581 ac_cv_prog_NM="$NM" # Let the user override the test.
5582 else
5583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5584 for as_dir in $PATH
5586 IFS=$as_save_IFS
5587 test -z "$as_dir" && as_dir=.
5588 for ac_exec_ext in '' $ac_executable_extensions; do
5589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5590 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5592 break 2
5594 done
5595 done
5596 IFS=$as_save_IFS
5600 NM=$ac_cv_prog_NM
5601 if test -n "$NM"; then
5602 { echo "$as_me:$LINENO: result: $NM" >&5
5603 echo "${ECHO_T}$NM" >&6; }
5604 else
5605 { echo "$as_me:$LINENO: result: no" >&5
5606 echo "${ECHO_T}no" >&6; }
5610 test -n "$NM" && break
5611 done
5613 if test -z "$NM"; then
5614 ac_ct_NM=$NM
5615 for ac_prog in nm gnm
5617 # Extract the first word of "$ac_prog", so it can be a program name with args.
5618 set dummy $ac_prog; ac_word=$2
5619 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5621 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5622 echo $ECHO_N "(cached) $ECHO_C" >&6
5623 else
5624 if test -n "$ac_ct_NM"; then
5625 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5626 else
5627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5628 for as_dir in $PATH
5630 IFS=$as_save_IFS
5631 test -z "$as_dir" && as_dir=.
5632 for ac_exec_ext in '' $ac_executable_extensions; do
5633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5634 ac_cv_prog_ac_ct_NM="$ac_prog"
5635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5636 break 2
5638 done
5639 done
5640 IFS=$as_save_IFS
5644 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5645 if test -n "$ac_ct_NM"; then
5646 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5647 echo "${ECHO_T}$ac_ct_NM" >&6; }
5648 else
5649 { echo "$as_me:$LINENO: result: no" >&5
5650 echo "${ECHO_T}no" >&6; }
5654 test -n "$ac_ct_NM" && break
5655 done
5657 if test "x$ac_ct_NM" = x; then
5658 NM="nm"
5659 else
5660 case $cross_compiling:$ac_tool_warned in
5661 yes:)
5662 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5663 whose name does not start with the host triplet. If you think this
5664 configuration is useful to you, please write to autoconf@gnu.org." >&5
5665 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet. If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5668 ac_tool_warned=yes ;;
5669 esac
5670 NM=$ac_ct_NM
5674 if test -n "$ac_tool_prefix"; then
5675 for ac_prog in ar gar
5677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5678 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5681 if test "${ac_cv_prog_AR+set}" = set; then
5682 echo $ECHO_N "(cached) $ECHO_C" >&6
5683 else
5684 if test -n "$AR"; then
5685 ac_cv_prog_AR="$AR" # Let the user override the test.
5686 else
5687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5688 for as_dir in $PATH
5690 IFS=$as_save_IFS
5691 test -z "$as_dir" && as_dir=.
5692 for ac_exec_ext in '' $ac_executable_extensions; do
5693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5694 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5696 break 2
5698 done
5699 done
5700 IFS=$as_save_IFS
5704 AR=$ac_cv_prog_AR
5705 if test -n "$AR"; then
5706 { echo "$as_me:$LINENO: result: $AR" >&5
5707 echo "${ECHO_T}$AR" >&6; }
5708 else
5709 { echo "$as_me:$LINENO: result: no" >&5
5710 echo "${ECHO_T}no" >&6; }
5714 test -n "$AR" && break
5715 done
5717 if test -z "$AR"; then
5718 ac_ct_AR=$AR
5719 for ac_prog in ar gar
5721 # Extract the first word of "$ac_prog", so it can be a program name with args.
5722 set dummy $ac_prog; ac_word=$2
5723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5725 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5726 echo $ECHO_N "(cached) $ECHO_C" >&6
5727 else
5728 if test -n "$ac_ct_AR"; then
5729 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5730 else
5731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5732 for as_dir in $PATH
5734 IFS=$as_save_IFS
5735 test -z "$as_dir" && as_dir=.
5736 for ac_exec_ext in '' $ac_executable_extensions; do
5737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5738 ac_cv_prog_ac_ct_AR="$ac_prog"
5739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 break 2
5742 done
5743 done
5744 IFS=$as_save_IFS
5748 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5749 if test -n "$ac_ct_AR"; then
5750 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5751 echo "${ECHO_T}$ac_ct_AR" >&6; }
5752 else
5753 { echo "$as_me:$LINENO: result: no" >&5
5754 echo "${ECHO_T}no" >&6; }
5758 test -n "$ac_ct_AR" && break
5759 done
5761 if test "x$ac_ct_AR" = x; then
5762 AR="ar"
5763 else
5764 case $cross_compiling:$ac_tool_warned in
5765 yes:)
5766 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5767 whose name does not start with the host triplet. If you think this
5768 configuration is useful to you, please write to autoconf@gnu.org." >&5
5769 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5770 whose name does not start with the host triplet. If you think this
5771 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5772 ac_tool_warned=yes ;;
5773 esac
5774 AR=$ac_ct_AR
5778 ARFLAGS=rc
5780 if test -n "$ac_tool_prefix"; then
5781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5782 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5783 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5785 if test "${ac_cv_prog_RANLIB+set}" = set; then
5786 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 else
5788 if test -n "$RANLIB"; then
5789 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5790 else
5791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5792 for as_dir in $PATH
5794 IFS=$as_save_IFS
5795 test -z "$as_dir" && as_dir=.
5796 for ac_exec_ext in '' $ac_executable_extensions; do
5797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5798 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5800 break 2
5802 done
5803 done
5804 IFS=$as_save_IFS
5808 RANLIB=$ac_cv_prog_RANLIB
5809 if test -n "$RANLIB"; then
5810 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5811 echo "${ECHO_T}$RANLIB" >&6; }
5812 else
5813 { echo "$as_me:$LINENO: result: no" >&5
5814 echo "${ECHO_T}no" >&6; }
5819 if test -z "$ac_cv_prog_RANLIB"; then
5820 ac_ct_RANLIB=$RANLIB
5821 # Extract the first word of "ranlib", so it can be a program name with args.
5822 set dummy ranlib; ac_word=$2
5823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5825 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5826 echo $ECHO_N "(cached) $ECHO_C" >&6
5827 else
5828 if test -n "$ac_ct_RANLIB"; then
5829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5830 else
5831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5832 for as_dir in $PATH
5834 IFS=$as_save_IFS
5835 test -z "$as_dir" && as_dir=.
5836 for ac_exec_ext in '' $ac_executable_extensions; do
5837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5838 ac_cv_prog_ac_ct_RANLIB="ranlib"
5839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 break 2
5842 done
5843 done
5844 IFS=$as_save_IFS
5848 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5849 if test -n "$ac_ct_RANLIB"; then
5850 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5851 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5852 else
5853 { echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6; }
5857 if test "x$ac_ct_RANLIB" = x; then
5858 RANLIB=":"
5859 else
5860 case $cross_compiling:$ac_tool_warned in
5861 yes:)
5862 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5863 whose name does not start with the host triplet. If you think this
5864 configuration is useful to you, please write to autoconf@gnu.org." >&5
5865 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5866 whose name does not start with the host triplet. If you think this
5867 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5868 ac_tool_warned=yes ;;
5869 esac
5870 RANLIB=$ac_ct_RANLIB
5872 else
5873 RANLIB="$ac_cv_prog_RANLIB"
5876 if test -n "$ac_tool_prefix"; then
5877 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5878 set dummy ${ac_tool_prefix}strip; ac_word=$2
5879 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5881 if test "${ac_cv_prog_STRIP+set}" = set; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6
5883 else
5884 if test -n "$STRIP"; then
5885 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5886 else
5887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888 for as_dir in $PATH
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_exec_ext in '' $ac_executable_extensions; do
5893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5894 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 break 2
5898 done
5899 done
5900 IFS=$as_save_IFS
5904 STRIP=$ac_cv_prog_STRIP
5905 if test -n "$STRIP"; then
5906 { echo "$as_me:$LINENO: result: $STRIP" >&5
5907 echo "${ECHO_T}$STRIP" >&6; }
5908 else
5909 { echo "$as_me:$LINENO: result: no" >&5
5910 echo "${ECHO_T}no" >&6; }
5915 if test -z "$ac_cv_prog_STRIP"; then
5916 ac_ct_STRIP=$STRIP
5917 # Extract the first word of "strip", so it can be a program name with args.
5918 set dummy strip; ac_word=$2
5919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5921 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5922 echo $ECHO_N "(cached) $ECHO_C" >&6
5923 else
5924 if test -n "$ac_ct_STRIP"; then
5925 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5926 else
5927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928 for as_dir in $PATH
5930 IFS=$as_save_IFS
5931 test -z "$as_dir" && as_dir=.
5932 for ac_exec_ext in '' $ac_executable_extensions; do
5933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5934 ac_cv_prog_ac_ct_STRIP="strip"
5935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 break 2
5938 done
5939 done
5940 IFS=$as_save_IFS
5944 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5945 if test -n "$ac_ct_STRIP"; then
5946 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5947 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5948 else
5949 { echo "$as_me:$LINENO: result: no" >&5
5950 echo "${ECHO_T}no" >&6; }
5953 if test "x$ac_ct_STRIP" = x; then
5954 STRIP="strip"
5955 else
5956 case $cross_compiling:$ac_tool_warned in
5957 yes:)
5958 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5959 whose name does not start with the host triplet. If you think this
5960 configuration is useful to you, please write to autoconf@gnu.org." >&5
5961 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5962 whose name does not start with the host triplet. If you think this
5963 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5964 ac_tool_warned=yes ;;
5965 esac
5966 STRIP=$ac_ct_STRIP
5968 else
5969 STRIP="$ac_cv_prog_STRIP"
5972 if test -n "$ac_tool_prefix"; then
5973 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5974 set dummy ${ac_tool_prefix}windres; ac_word=$2
5975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5977 if test "${ac_cv_prog_WINDRES+set}" = set; then
5978 echo $ECHO_N "(cached) $ECHO_C" >&6
5979 else
5980 if test -n "$WINDRES"; then
5981 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5982 else
5983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5984 for as_dir in $PATH
5986 IFS=$as_save_IFS
5987 test -z "$as_dir" && as_dir=.
5988 for ac_exec_ext in '' $ac_executable_extensions; do
5989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5990 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 break 2
5994 done
5995 done
5996 IFS=$as_save_IFS
6000 WINDRES=$ac_cv_prog_WINDRES
6001 if test -n "$WINDRES"; then
6002 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6003 echo "${ECHO_T}$WINDRES" >&6; }
6004 else
6005 { echo "$as_me:$LINENO: result: no" >&5
6006 echo "${ECHO_T}no" >&6; }
6011 if test -z "$ac_cv_prog_WINDRES"; then
6012 ac_ct_WINDRES=$WINDRES
6013 # Extract the first word of "windres", so it can be a program name with args.
6014 set dummy windres; ac_word=$2
6015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6017 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6018 echo $ECHO_N "(cached) $ECHO_C" >&6
6019 else
6020 if test -n "$ac_ct_WINDRES"; then
6021 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6022 else
6023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6024 for as_dir in $PATH
6026 IFS=$as_save_IFS
6027 test -z "$as_dir" && as_dir=.
6028 for ac_exec_ext in '' $ac_executable_extensions; do
6029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6030 ac_cv_prog_ac_ct_WINDRES="windres"
6031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 break 2
6034 done
6035 done
6036 IFS=$as_save_IFS
6040 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6041 if test -n "$ac_ct_WINDRES"; then
6042 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6043 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6044 else
6045 { echo "$as_me:$LINENO: result: no" >&5
6046 echo "${ECHO_T}no" >&6; }
6049 if test "x$ac_ct_WINDRES" = x; then
6050 WINDRES="false"
6051 else
6052 case $cross_compiling:$ac_tool_warned in
6053 yes:)
6054 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6055 whose name does not start with the host triplet. If you think this
6056 configuration is useful to you, please write to autoconf@gnu.org." >&5
6057 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6058 whose name does not start with the host triplet. If you think this
6059 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6060 ac_tool_warned=yes ;;
6061 esac
6062 WINDRES=$ac_ct_WINDRES
6064 else
6065 WINDRES="$ac_cv_prog_WINDRES"
6068 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6069 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6070 LN_S=$as_ln_s
6071 if test "$LN_S" = "ln -s"; then
6072 { echo "$as_me:$LINENO: result: yes" >&5
6073 echo "${ECHO_T}yes" >&6; }
6074 else
6075 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6076 echo "${ECHO_T}no, using $LN_S" >&6; }
6079 { echo "$as_me:$LINENO: checking whether ln works" >&5
6080 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6081 rm -f conf$$ conf$$.file
6082 echo >conf$$.file
6083 if ln conf$$.file conf$$ 2>/dev/null; then
6084 LN=ln
6086 { echo "$as_me:$LINENO: result: yes" >&5
6087 echo "${ECHO_T}yes" >&6; }
6088 else
6089 LN="cp -p"
6091 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6092 echo "${ECHO_T}no, using $LN" >&6; }
6094 rm -f conf$$ conf$$.file
6095 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6096 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6097 if test "${ac_cv_path_GREP+set}" = set; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 else
6100 # Extract the first word of "grep ggrep" to use in msg output
6101 if test -z "$GREP"; then
6102 set dummy grep ggrep; ac_prog_name=$2
6103 if test "${ac_cv_path_GREP+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 else
6106 ac_path_GREP_found=false
6107 # Loop through the user's path and test for each of PROGNAME-LIST
6108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_prog in grep ggrep; do
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6117 # Check for GNU ac_path_GREP and select it if it is found.
6118 # Check for GNU $ac_path_GREP
6119 case `"$ac_path_GREP" --version 2>&1` in
6120 *GNU*)
6121 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6123 ac_count=0
6124 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6125 while :
6127 cat "conftest.in" "conftest.in" >"conftest.tmp"
6128 mv "conftest.tmp" "conftest.in"
6129 cp "conftest.in" "conftest.nl"
6130 echo 'GREP' >> "conftest.nl"
6131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6133 ac_count=`expr $ac_count + 1`
6134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6135 # Best one so far, save it but keep looking for a better one
6136 ac_cv_path_GREP="$ac_path_GREP"
6137 ac_path_GREP_max=$ac_count
6139 # 10*(2^10) chars as input seems more than enough
6140 test $ac_count -gt 10 && break
6141 done
6142 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6143 esac
6146 $ac_path_GREP_found && break 3
6147 done
6148 done
6150 done
6151 IFS=$as_save_IFS
6156 GREP="$ac_cv_path_GREP"
6157 if test -z "$GREP"; then
6158 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6159 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6160 { (exit 1); exit 1; }; }
6163 else
6164 ac_cv_path_GREP=$GREP
6169 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6170 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6171 GREP="$ac_cv_path_GREP"
6174 { echo "$as_me:$LINENO: checking for egrep" >&5
6175 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6176 if test "${ac_cv_path_EGREP+set}" = set; then
6177 echo $ECHO_N "(cached) $ECHO_C" >&6
6178 else
6179 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6180 then ac_cv_path_EGREP="$GREP -E"
6181 else
6182 # Extract the first word of "egrep" to use in msg output
6183 if test -z "$EGREP"; then
6184 set dummy egrep; ac_prog_name=$2
6185 if test "${ac_cv_path_EGREP+set}" = set; then
6186 echo $ECHO_N "(cached) $ECHO_C" >&6
6187 else
6188 ac_path_EGREP_found=false
6189 # Loop through the user's path and test for each of PROGNAME-LIST
6190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6191 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_prog in egrep; do
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6198 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6199 # Check for GNU ac_path_EGREP and select it if it is found.
6200 # Check for GNU $ac_path_EGREP
6201 case `"$ac_path_EGREP" --version 2>&1` in
6202 *GNU*)
6203 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6205 ac_count=0
6206 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6207 while :
6209 cat "conftest.in" "conftest.in" >"conftest.tmp"
6210 mv "conftest.tmp" "conftest.in"
6211 cp "conftest.in" "conftest.nl"
6212 echo 'EGREP' >> "conftest.nl"
6213 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6214 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6215 ac_count=`expr $ac_count + 1`
6216 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6217 # Best one so far, save it but keep looking for a better one
6218 ac_cv_path_EGREP="$ac_path_EGREP"
6219 ac_path_EGREP_max=$ac_count
6221 # 10*(2^10) chars as input seems more than enough
6222 test $ac_count -gt 10 && break
6223 done
6224 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6225 esac
6228 $ac_path_EGREP_found && break 3
6229 done
6230 done
6232 done
6233 IFS=$as_save_IFS
6238 EGREP="$ac_cv_path_EGREP"
6239 if test -z "$EGREP"; then
6240 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6241 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6242 { (exit 1); exit 1; }; }
6245 else
6246 ac_cv_path_EGREP=$EGREP
6252 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6253 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6254 EGREP="$ac_cv_path_EGREP"
6257 # Extract the first word of "ldconfig", so it can be a program name with args.
6258 set dummy ldconfig; ac_word=$2
6259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6261 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6263 else
6264 case $LDCONFIG in
6265 [\\/]* | ?:[\\/]*)
6266 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6270 for as_dir in /sbin /usr/sbin $PATH
6272 IFS=$as_save_IFS
6273 test -z "$as_dir" && as_dir=.
6274 for ac_exec_ext in '' $ac_executable_extensions; do
6275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6276 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6278 break 2
6280 done
6281 done
6282 IFS=$as_save_IFS
6284 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6286 esac
6288 LDCONFIG=$ac_cv_path_LDCONFIG
6289 if test -n "$LDCONFIG"; then
6290 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6291 echo "${ECHO_T}$LDCONFIG" >&6; }
6292 else
6293 { echo "$as_me:$LINENO: result: no" >&5
6294 echo "${ECHO_T}no" >&6; }
6298 # Find a good install program. We prefer a C program (faster),
6299 # so one script is as good as another. But avoid the broken or
6300 # incompatible versions:
6301 # SysV /etc/install, /usr/sbin/install
6302 # SunOS /usr/etc/install
6303 # IRIX /sbin/install
6304 # AIX /bin/install
6305 # AmigaOS /C/install, which installs bootblocks on floppy discs
6306 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6307 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6308 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6309 # OS/2's system install, which has a completely different semantic
6310 # ./install, which can be erroneously created by make from ./install.sh.
6311 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6312 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6313 if test -z "$INSTALL"; then
6314 if test "${ac_cv_path_install+set}" = set; then
6315 echo $ECHO_N "(cached) $ECHO_C" >&6
6316 else
6317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6318 for as_dir in $PATH
6320 IFS=$as_save_IFS
6321 test -z "$as_dir" && as_dir=.
6322 # Account for people who put trailing slashes in PATH elements.
6323 case $as_dir/ in
6324 ./ | .// | /cC/* | \
6325 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6326 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6327 /usr/ucb/* ) ;;
6329 # OSF1 and SCO ODT 3.0 have their own names for install.
6330 # Don't use installbsd from OSF since it installs stuff as root
6331 # by default.
6332 for ac_prog in ginstall scoinst install; do
6333 for ac_exec_ext in '' $ac_executable_extensions; do
6334 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6335 if test $ac_prog = install &&
6336 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6337 # AIX install. It has an incompatible calling convention.
6339 elif test $ac_prog = install &&
6340 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6341 # program-specific install script used by HP pwplus--don't use.
6343 else
6344 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6345 break 3
6348 done
6349 done
6351 esac
6352 done
6353 IFS=$as_save_IFS
6357 if test "${ac_cv_path_install+set}" = set; then
6358 INSTALL=$ac_cv_path_install
6359 else
6360 # As a last resort, use the slow shell script. Don't cache a
6361 # value for INSTALL within a source directory, because that will
6362 # break other packages using the cache if that directory is
6363 # removed, or if the value is a relative name.
6364 INSTALL=$ac_install_sh
6367 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6368 echo "${ECHO_T}$INSTALL" >&6; }
6370 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6371 # It thinks the first close brace ends the variable substitution.
6372 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6374 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6376 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6378 case "$INSTALL" in
6379 [\\/$]* | ?:[\\/]* ) ;;
6380 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6381 esac
6383 for ac_prog in lclint lint
6385 # Extract the first word of "$ac_prog", so it can be a program name with args.
6386 set dummy $ac_prog; ac_word=$2
6387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6389 if test "${ac_cv_prog_LINT+set}" = set; then
6390 echo $ECHO_N "(cached) $ECHO_C" >&6
6391 else
6392 if test -n "$LINT"; then
6393 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6394 else
6395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6396 for as_dir in $PATH
6398 IFS=$as_save_IFS
6399 test -z "$as_dir" && as_dir=.
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_LINT="$ac_prog"
6403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 break 2
6406 done
6407 done
6408 IFS=$as_save_IFS
6412 LINT=$ac_cv_prog_LINT
6413 if test -n "$LINT"; then
6414 { echo "$as_me:$LINENO: result: $LINT" >&5
6415 echo "${ECHO_T}$LINT" >&6; }
6416 else
6417 { echo "$as_me:$LINENO: result: no" >&5
6418 echo "${ECHO_T}no" >&6; }
6422 test -n "$LINT" && break
6423 done
6425 if test "$LINT" = "lint"
6426 then
6427 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6432 for ac_prog in fontforge
6434 # Extract the first word of "$ac_prog", so it can be a program name with args.
6435 set dummy $ac_prog; ac_word=$2
6436 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6438 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6439 echo $ECHO_N "(cached) $ECHO_C" >&6
6440 else
6441 if test -n "$FONTFORGE"; then
6442 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_FONTFORGE="$ac_prog"
6452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 break 2
6455 done
6456 done
6457 IFS=$as_save_IFS
6461 FONTFORGE=$ac_cv_prog_FONTFORGE
6462 if test -n "$FONTFORGE"; then
6463 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6464 echo "${ECHO_T}$FONTFORGE" >&6; }
6465 else
6466 { echo "$as_me:$LINENO: result: no" >&5
6467 echo "${ECHO_T}no" >&6; }
6471 test -n "$FONTFORGE" && break
6472 done
6473 test -n "$FONTFORGE" || FONTFORGE="false"
6475 for ac_prog in pkg-config
6477 # Extract the first word of "$ac_prog", so it can be a program name with args.
6478 set dummy $ac_prog; ac_word=$2
6479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6481 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6482 echo $ECHO_N "(cached) $ECHO_C" >&6
6483 else
6484 if test -n "$PKG_CONFIG"; then
6485 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6486 else
6487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6488 for as_dir in $PATH
6490 IFS=$as_save_IFS
6491 test -z "$as_dir" && as_dir=.
6492 for ac_exec_ext in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6494 ac_cv_prog_PKG_CONFIG="$ac_prog"
6495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 break 2
6498 done
6499 done
6500 IFS=$as_save_IFS
6504 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6505 if test -n "$PKG_CONFIG"; then
6506 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6507 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6508 else
6509 { echo "$as_me:$LINENO: result: no" >&5
6510 echo "${ECHO_T}no" >&6; }
6514 test -n "$PKG_CONFIG" && break
6515 done
6516 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6518 for ac_prog in rsvg
6520 # Extract the first word of "$ac_prog", so it can be a program name with args.
6521 set dummy $ac_prog; ac_word=$2
6522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6524 if test "${ac_cv_prog_RSVG+set}" = set; then
6525 echo $ECHO_N "(cached) $ECHO_C" >&6
6526 else
6527 if test -n "$RSVG"; then
6528 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6529 else
6530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6531 for as_dir in $PATH
6533 IFS=$as_save_IFS
6534 test -z "$as_dir" && as_dir=.
6535 for ac_exec_ext in '' $ac_executable_extensions; do
6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6537 ac_cv_prog_RSVG="$ac_prog"
6538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6539 break 2
6541 done
6542 done
6543 IFS=$as_save_IFS
6547 RSVG=$ac_cv_prog_RSVG
6548 if test -n "$RSVG"; then
6549 { echo "$as_me:$LINENO: result: $RSVG" >&5
6550 echo "${ECHO_T}$RSVG" >&6; }
6551 else
6552 { echo "$as_me:$LINENO: result: no" >&5
6553 echo "${ECHO_T}no" >&6; }
6557 test -n "$RSVG" && break
6558 done
6559 test -n "$RSVG" || RSVG="false"
6561 for ac_prog in icotool
6563 # Extract the first word of "$ac_prog", so it can be a program name with args.
6564 set dummy $ac_prog; ac_word=$2
6565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6567 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6568 echo $ECHO_N "(cached) $ECHO_C" >&6
6569 else
6570 if test -n "$ICOTOOL"; then
6571 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6572 else
6573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6574 for as_dir in $PATH
6576 IFS=$as_save_IFS
6577 test -z "$as_dir" && as_dir=.
6578 for ac_exec_ext in '' $ac_executable_extensions; do
6579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6580 ac_cv_prog_ICOTOOL="$ac_prog"
6581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 break 2
6584 done
6585 done
6586 IFS=$as_save_IFS
6590 ICOTOOL=$ac_cv_prog_ICOTOOL
6591 if test -n "$ICOTOOL"; then
6592 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6593 echo "${ECHO_T}$ICOTOOL" >&6; }
6594 else
6595 { echo "$as_me:$LINENO: result: no" >&5
6596 echo "${ECHO_T}no" >&6; }
6600 test -n "$ICOTOOL" && break
6601 done
6602 test -n "$ICOTOOL" || ICOTOOL="false"
6605 if test "${enable_maintainer_mode+set}" = set
6606 then
6607 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6608 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6609 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6612 case $host_cpu in
6613 *i[3456789]86*)
6614 # Extract the first word of "prelink", so it can be a program name with args.
6615 set dummy prelink; ac_word=$2
6616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6618 if test "${ac_cv_path_PRELINK+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6
6620 else
6621 case $PRELINK in
6622 [\\/]* | ?:[\\/]*)
6623 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6627 for as_dir in /sbin /usr/sbin $PATH
6629 IFS=$as_save_IFS
6630 test -z "$as_dir" && as_dir=.
6631 for ac_exec_ext in '' $ac_executable_extensions; do
6632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6633 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6635 break 2
6637 done
6638 done
6639 IFS=$as_save_IFS
6641 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6643 esac
6645 PRELINK=$ac_cv_path_PRELINK
6646 if test -n "$PRELINK"; then
6647 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6648 echo "${ECHO_T}$PRELINK" >&6; }
6649 else
6650 { echo "$as_me:$LINENO: result: no" >&5
6651 echo "${ECHO_T}no" >&6; }
6656 esac
6660 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6661 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6662 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6663 echo $ECHO_N "(cached) $ECHO_C" >&6
6664 else
6665 ac_check_lib_save_LIBS=$LIBS
6666 LIBS="-li386 $LIBS"
6667 cat >conftest.$ac_ext <<_ACEOF
6668 /* confdefs.h. */
6669 _ACEOF
6670 cat confdefs.h >>conftest.$ac_ext
6671 cat >>conftest.$ac_ext <<_ACEOF
6672 /* end confdefs.h. */
6674 /* Override any GCC internal prototype to avoid an error.
6675 Use char because int might match the return type of a GCC
6676 builtin and then its argument prototype would still apply. */
6677 #ifdef __cplusplus
6678 extern "C"
6679 #endif
6680 char i386_set_ldt ();
6682 main ()
6684 return i386_set_ldt ();
6686 return 0;
6688 _ACEOF
6689 rm -f conftest.$ac_objext conftest$ac_exeext
6690 if { (ac_try="$ac_link"
6691 case "(($ac_try" in
6692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6693 *) ac_try_echo=$ac_try;;
6694 esac
6695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6696 (eval "$ac_link") 2>conftest.er1
6697 ac_status=$?
6698 grep -v '^ *+' conftest.er1 >conftest.err
6699 rm -f conftest.er1
6700 cat conftest.err >&5
6701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702 (exit $ac_status); } && {
6703 test -z "$ac_c_werror_flag" ||
6704 test ! -s conftest.err
6705 } && test -s conftest$ac_exeext &&
6706 $as_test_x conftest$ac_exeext; then
6707 ac_cv_lib_i386_i386_set_ldt=yes
6708 else
6709 echo "$as_me: failed program was:" >&5
6710 sed 's/^/| /' conftest.$ac_ext >&5
6712 ac_cv_lib_i386_i386_set_ldt=no
6715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6716 conftest$ac_exeext conftest.$ac_ext
6717 LIBS=$ac_check_lib_save_LIBS
6719 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6720 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6721 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6722 cat >>confdefs.h <<_ACEOF
6723 #define HAVE_LIBI386 1
6724 _ACEOF
6726 LIBS="-li386 $LIBS"
6731 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6732 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6733 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6734 echo $ECHO_N "(cached) $ECHO_C" >&6
6735 else
6736 ac_check_lib_save_LIBS=$LIBS
6737 LIBS="-lossaudio $LIBS"
6738 cat >conftest.$ac_ext <<_ACEOF
6739 /* confdefs.h. */
6740 _ACEOF
6741 cat confdefs.h >>conftest.$ac_ext
6742 cat >>conftest.$ac_ext <<_ACEOF
6743 /* end confdefs.h. */
6745 /* Override any GCC internal prototype to avoid an error.
6746 Use char because int might match the return type of a GCC
6747 builtin and then its argument prototype would still apply. */
6748 #ifdef __cplusplus
6749 extern "C"
6750 #endif
6751 char _oss_ioctl ();
6753 main ()
6755 return _oss_ioctl ();
6757 return 0;
6759 _ACEOF
6760 rm -f conftest.$ac_objext conftest$ac_exeext
6761 if { (ac_try="$ac_link"
6762 case "(($ac_try" in
6763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6764 *) ac_try_echo=$ac_try;;
6765 esac
6766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6767 (eval "$ac_link") 2>conftest.er1
6768 ac_status=$?
6769 grep -v '^ *+' conftest.er1 >conftest.err
6770 rm -f conftest.er1
6771 cat conftest.err >&5
6772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6773 (exit $ac_status); } && {
6774 test -z "$ac_c_werror_flag" ||
6775 test ! -s conftest.err
6776 } && test -s conftest$ac_exeext &&
6777 $as_test_x conftest$ac_exeext; then
6778 ac_cv_lib_ossaudio__oss_ioctl=yes
6779 else
6780 echo "$as_me: failed program was:" >&5
6781 sed 's/^/| /' conftest.$ac_ext >&5
6783 ac_cv_lib_ossaudio__oss_ioctl=no
6786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6787 conftest$ac_exeext conftest.$ac_ext
6788 LIBS=$ac_check_lib_save_LIBS
6790 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6791 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6792 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6793 cat >>confdefs.h <<_ACEOF
6794 #define HAVE_LIBOSSAUDIO 1
6795 _ACEOF
6797 LIBS="-lossaudio $LIBS"
6801 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6802 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6803 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6805 else
6806 ac_check_lib_save_LIBS=$LIBS
6807 LIBS="-lpthread $LIBS"
6808 cat >conftest.$ac_ext <<_ACEOF
6809 /* confdefs.h. */
6810 _ACEOF
6811 cat confdefs.h >>conftest.$ac_ext
6812 cat >>conftest.$ac_ext <<_ACEOF
6813 /* end confdefs.h. */
6815 /* Override any GCC internal prototype to avoid an error.
6816 Use char because int might match the return type of a GCC
6817 builtin and then its argument prototype would still apply. */
6818 #ifdef __cplusplus
6819 extern "C"
6820 #endif
6821 char pthread_create ();
6823 main ()
6825 return pthread_create ();
6827 return 0;
6829 _ACEOF
6830 rm -f conftest.$ac_objext conftest$ac_exeext
6831 if { (ac_try="$ac_link"
6832 case "(($ac_try" in
6833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6834 *) ac_try_echo=$ac_try;;
6835 esac
6836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6837 (eval "$ac_link") 2>conftest.er1
6838 ac_status=$?
6839 grep -v '^ *+' conftest.er1 >conftest.err
6840 rm -f conftest.er1
6841 cat conftest.err >&5
6842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843 (exit $ac_status); } && {
6844 test -z "$ac_c_werror_flag" ||
6845 test ! -s conftest.err
6846 } && test -s conftest$ac_exeext &&
6847 $as_test_x conftest$ac_exeext; then
6848 ac_cv_lib_pthread_pthread_create=yes
6849 else
6850 echo "$as_me: failed program was:" >&5
6851 sed 's/^/| /' conftest.$ac_ext >&5
6853 ac_cv_lib_pthread_pthread_create=no
6856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6857 conftest$ac_exeext conftest.$ac_ext
6858 LIBS=$ac_check_lib_save_LIBS
6860 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6861 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6862 if test $ac_cv_lib_pthread_pthread_create = yes; then
6863 LIBPTHREAD="-lpthread"
6868 XLIB=""
6870 OPENGL_LIBS=""
6874 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6875 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6876 if test "${ac_cv_header_stdc+set}" = set; then
6877 echo $ECHO_N "(cached) $ECHO_C" >&6
6878 else
6879 cat >conftest.$ac_ext <<_ACEOF
6880 /* confdefs.h. */
6881 _ACEOF
6882 cat confdefs.h >>conftest.$ac_ext
6883 cat >>conftest.$ac_ext <<_ACEOF
6884 /* end confdefs.h. */
6885 #include <stdlib.h>
6886 #include <stdarg.h>
6887 #include <string.h>
6888 #include <float.h>
6891 main ()
6895 return 0;
6897 _ACEOF
6898 rm -f conftest.$ac_objext
6899 if { (ac_try="$ac_compile"
6900 case "(($ac_try" in
6901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6902 *) ac_try_echo=$ac_try;;
6903 esac
6904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6905 (eval "$ac_compile") 2>conftest.er1
6906 ac_status=$?
6907 grep -v '^ *+' conftest.er1 >conftest.err
6908 rm -f conftest.er1
6909 cat conftest.err >&5
6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911 (exit $ac_status); } && {
6912 test -z "$ac_c_werror_flag" ||
6913 test ! -s conftest.err
6914 } && test -s conftest.$ac_objext; then
6915 ac_cv_header_stdc=yes
6916 else
6917 echo "$as_me: failed program was:" >&5
6918 sed 's/^/| /' conftest.$ac_ext >&5
6920 ac_cv_header_stdc=no
6923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6925 if test $ac_cv_header_stdc = yes; then
6926 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6927 cat >conftest.$ac_ext <<_ACEOF
6928 /* confdefs.h. */
6929 _ACEOF
6930 cat confdefs.h >>conftest.$ac_ext
6931 cat >>conftest.$ac_ext <<_ACEOF
6932 /* end confdefs.h. */
6933 #include <string.h>
6935 _ACEOF
6936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6937 $EGREP "memchr" >/dev/null 2>&1; then
6939 else
6940 ac_cv_header_stdc=no
6942 rm -f conftest*
6946 if test $ac_cv_header_stdc = yes; then
6947 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6948 cat >conftest.$ac_ext <<_ACEOF
6949 /* confdefs.h. */
6950 _ACEOF
6951 cat confdefs.h >>conftest.$ac_ext
6952 cat >>conftest.$ac_ext <<_ACEOF
6953 /* end confdefs.h. */
6954 #include <stdlib.h>
6956 _ACEOF
6957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6958 $EGREP "free" >/dev/null 2>&1; then
6960 else
6961 ac_cv_header_stdc=no
6963 rm -f conftest*
6967 if test $ac_cv_header_stdc = yes; then
6968 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6969 if test "$cross_compiling" = yes; then
6971 else
6972 cat >conftest.$ac_ext <<_ACEOF
6973 /* confdefs.h. */
6974 _ACEOF
6975 cat confdefs.h >>conftest.$ac_ext
6976 cat >>conftest.$ac_ext <<_ACEOF
6977 /* end confdefs.h. */
6978 #include <ctype.h>
6979 #include <stdlib.h>
6980 #if ((' ' & 0x0FF) == 0x020)
6981 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6982 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6983 #else
6984 # define ISLOWER(c) \
6985 (('a' <= (c) && (c) <= 'i') \
6986 || ('j' <= (c) && (c) <= 'r') \
6987 || ('s' <= (c) && (c) <= 'z'))
6988 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6989 #endif
6991 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6993 main ()
6995 int i;
6996 for (i = 0; i < 256; i++)
6997 if (XOR (islower (i), ISLOWER (i))
6998 || toupper (i) != TOUPPER (i))
6999 return 2;
7000 return 0;
7002 _ACEOF
7003 rm -f conftest$ac_exeext
7004 if { (ac_try="$ac_link"
7005 case "(($ac_try" in
7006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7007 *) ac_try_echo=$ac_try;;
7008 esac
7009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7010 (eval "$ac_link") 2>&5
7011 ac_status=$?
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7014 { (case "(($ac_try" in
7015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7016 *) ac_try_echo=$ac_try;;
7017 esac
7018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7019 (eval "$ac_try") 2>&5
7020 ac_status=$?
7021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022 (exit $ac_status); }; }; then
7024 else
7025 echo "$as_me: program exited with status $ac_status" >&5
7026 echo "$as_me: failed program was:" >&5
7027 sed 's/^/| /' conftest.$ac_ext >&5
7029 ( exit $ac_status )
7030 ac_cv_header_stdc=no
7032 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7038 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7039 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7040 if test $ac_cv_header_stdc = yes; then
7042 cat >>confdefs.h <<\_ACEOF
7043 #define STDC_HEADERS 1
7044 _ACEOF
7048 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7058 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7059 inttypes.h stdint.h unistd.h
7061 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7062 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7063 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7065 echo $ECHO_N "(cached) $ECHO_C" >&6
7066 else
7067 cat >conftest.$ac_ext <<_ACEOF
7068 /* confdefs.h. */
7069 _ACEOF
7070 cat confdefs.h >>conftest.$ac_ext
7071 cat >>conftest.$ac_ext <<_ACEOF
7072 /* end confdefs.h. */
7073 $ac_includes_default
7075 #include <$ac_header>
7076 _ACEOF
7077 rm -f conftest.$ac_objext
7078 if { (ac_try="$ac_compile"
7079 case "(($ac_try" in
7080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7081 *) ac_try_echo=$ac_try;;
7082 esac
7083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7084 (eval "$ac_compile") 2>conftest.er1
7085 ac_status=$?
7086 grep -v '^ *+' conftest.er1 >conftest.err
7087 rm -f conftest.er1
7088 cat conftest.err >&5
7089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7090 (exit $ac_status); } && {
7091 test -z "$ac_c_werror_flag" ||
7092 test ! -s conftest.err
7093 } && test -s conftest.$ac_objext; then
7094 eval "$as_ac_Header=yes"
7095 else
7096 echo "$as_me: failed program was:" >&5
7097 sed 's/^/| /' conftest.$ac_ext >&5
7099 eval "$as_ac_Header=no"
7102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104 ac_res=`eval echo '${'$as_ac_Header'}'`
7105 { echo "$as_me:$LINENO: result: $ac_res" >&5
7106 echo "${ECHO_T}$ac_res" >&6; }
7107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7108 cat >>confdefs.h <<_ACEOF
7109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7110 _ACEOF
7114 done
7228 for ac_header in \
7229 AudioUnit/AudioUnit.h \
7230 Carbon/Carbon.h \
7231 CoreAudio/CoreAudio.h \
7232 DiskArbitration/DiskArbitration.h \
7233 IOKit/IOKitLib.h \
7234 alias.h \
7235 alsa/asoundlib.h \
7236 arpa/inet.h \
7237 arpa/nameser.h \
7238 asm/types.h \
7239 capi20.h \
7240 curses.h \
7241 direct.h \
7242 dlfcn.h \
7243 elf.h \
7244 float.h \
7245 fontconfig/fontconfig.h \
7246 getopt.h \
7247 ieeefp.h \
7248 io.h \
7249 jack/jack.h \
7250 jpeglib.h \
7251 lber.h \
7252 lcms.h \
7253 lcms/lcms.h \
7254 ldap.h \
7255 libaudioio.h \
7256 link.h \
7257 linux/cdrom.h \
7258 linux/compiler.h \
7259 linux/hdreg.h \
7260 linux/input.h \
7261 linux/ioctl.h \
7262 linux/joystick.h \
7263 linux/major.h \
7264 linux/param.h \
7265 linux/serial.h \
7266 linux/ucdrom.h \
7267 mach/mach.h \
7268 mach/machine.h \
7269 machine/cpu.h \
7270 machine/limits.h \
7271 machine/soundcard.h \
7272 mntent.h \
7273 ncurses.h \
7274 netdb.h \
7275 netinet/in.h \
7276 netinet/in_systm.h \
7277 netinet/tcp.h \
7278 netinet/tcp_fsm.h \
7279 openssl/err.h \
7280 openssl/ssl.h \
7281 png.h \
7282 poll.h \
7283 process.h \
7284 pthread.h \
7285 pwd.h \
7286 regex.h \
7287 sched.h \
7288 scsi/scsi.h \
7289 scsi/scsi_ioctl.h \
7290 scsi/sg.h \
7291 soundcard.h \
7292 stdint.h \
7293 strings.h \
7294 sys/asoundlib.h \
7295 sys/cdio.h \
7296 sys/elf32.h \
7297 sys/epoll.h \
7298 sys/errno.h \
7299 sys/event.h \
7300 sys/exec_elf.h \
7301 sys/filio.h \
7302 sys/ioctl.h \
7303 sys/ipc.h \
7304 sys/limits.h \
7305 sys/link.h \
7306 sys/lwp.h \
7307 sys/mman.h \
7308 sys/modem.h \
7309 sys/msg.h \
7310 sys/mtio.h \
7311 sys/param.h \
7312 sys/poll.h \
7313 sys/prctl.h \
7314 sys/ptrace.h \
7315 sys/reg.h \
7316 sys/resource.h \
7317 sys/scsiio.h \
7318 sys/shm.h \
7319 sys/signal.h \
7320 sys/socket.h \
7321 sys/socketvar.h \
7322 sys/sockio.h \
7323 sys/soundcard.h \
7324 sys/statvfs.h \
7325 sys/strtio.h \
7326 sys/syscall.h \
7327 sys/sysctl.h \
7328 sys/time.h \
7329 sys/times.h \
7330 sys/uio.h \
7331 sys/un.h \
7332 sys/vm86.h \
7333 sys/wait.h \
7334 syscall.h \
7335 termios.h \
7336 unistd.h \
7337 utime.h \
7338 valgrind/memcheck.h \
7339 valgrind/valgrind.h
7342 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7344 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7349 ac_res=`eval echo '${'$as_ac_Header'}'`
7350 { echo "$as_me:$LINENO: result: $ac_res" >&5
7351 echo "${ECHO_T}$ac_res" >&6; }
7352 else
7353 # Is the header compilable?
7354 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7355 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7356 cat >conftest.$ac_ext <<_ACEOF
7357 /* confdefs.h. */
7358 _ACEOF
7359 cat confdefs.h >>conftest.$ac_ext
7360 cat >>conftest.$ac_ext <<_ACEOF
7361 /* end confdefs.h. */
7362 $ac_includes_default
7363 #include <$ac_header>
7364 _ACEOF
7365 rm -f conftest.$ac_objext
7366 if { (ac_try="$ac_compile"
7367 case "(($ac_try" in
7368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7369 *) ac_try_echo=$ac_try;;
7370 esac
7371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7372 (eval "$ac_compile") 2>conftest.er1
7373 ac_status=$?
7374 grep -v '^ *+' conftest.er1 >conftest.err
7375 rm -f conftest.er1
7376 cat conftest.err >&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); } && {
7379 test -z "$ac_c_werror_flag" ||
7380 test ! -s conftest.err
7381 } && test -s conftest.$ac_objext; then
7382 ac_header_compiler=yes
7383 else
7384 echo "$as_me: failed program was:" >&5
7385 sed 's/^/| /' conftest.$ac_ext >&5
7387 ac_header_compiler=no
7390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7391 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7392 echo "${ECHO_T}$ac_header_compiler" >&6; }
7394 # Is the header present?
7395 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7397 cat >conftest.$ac_ext <<_ACEOF
7398 /* confdefs.h. */
7399 _ACEOF
7400 cat confdefs.h >>conftest.$ac_ext
7401 cat >>conftest.$ac_ext <<_ACEOF
7402 /* end confdefs.h. */
7403 #include <$ac_header>
7404 _ACEOF
7405 if { (ac_try="$ac_cpp conftest.$ac_ext"
7406 case "(($ac_try" in
7407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7408 *) ac_try_echo=$ac_try;;
7409 esac
7410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7412 ac_status=$?
7413 grep -v '^ *+' conftest.er1 >conftest.err
7414 rm -f conftest.er1
7415 cat conftest.err >&5
7416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7417 (exit $ac_status); } >/dev/null && {
7418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7419 test ! -s conftest.err
7420 }; then
7421 ac_header_preproc=yes
7422 else
7423 echo "$as_me: failed program was:" >&5
7424 sed 's/^/| /' conftest.$ac_ext >&5
7426 ac_header_preproc=no
7429 rm -f conftest.err conftest.$ac_ext
7430 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7431 echo "${ECHO_T}$ac_header_preproc" >&6; }
7433 # So? What about this header?
7434 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7435 yes:no: )
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7437 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7439 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7440 ac_header_preproc=yes
7442 no:yes:* )
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7444 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7446 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7448 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7449 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7450 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7452 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7454 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7455 ( cat <<\_ASBOX
7456 ## ------------------------------------ ##
7457 ## Report this to wine-devel@winehq.org ##
7458 ## ------------------------------------ ##
7459 _ASBOX
7460 ) | sed "s/^/$as_me: WARNING: /" >&2
7462 esac
7463 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7466 echo $ECHO_N "(cached) $ECHO_C" >&6
7467 else
7468 eval "$as_ac_Header=\$ac_header_preproc"
7470 ac_res=`eval echo '${'$as_ac_Header'}'`
7471 { echo "$as_me:$LINENO: result: $ac_res" >&5
7472 echo "${ECHO_T}$ac_res" >&6; }
7475 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7476 cat >>confdefs.h <<_ACEOF
7477 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7478 _ACEOF
7482 done
7484 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7485 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7486 if test "${ac_cv_header_stat_broken+set}" = set; then
7487 echo $ECHO_N "(cached) $ECHO_C" >&6
7488 else
7489 cat >conftest.$ac_ext <<_ACEOF
7490 /* confdefs.h. */
7491 _ACEOF
7492 cat confdefs.h >>conftest.$ac_ext
7493 cat >>conftest.$ac_ext <<_ACEOF
7494 /* end confdefs.h. */
7495 #include <sys/types.h>
7496 #include <sys/stat.h>
7498 #if defined S_ISBLK && defined S_IFDIR
7499 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7500 #endif
7502 #if defined S_ISBLK && defined S_IFCHR
7503 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7504 #endif
7506 #if defined S_ISLNK && defined S_IFREG
7507 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7508 #endif
7510 #if defined S_ISSOCK && defined S_IFREG
7511 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7512 #endif
7514 _ACEOF
7515 rm -f conftest.$ac_objext
7516 if { (ac_try="$ac_compile"
7517 case "(($ac_try" in
7518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7519 *) ac_try_echo=$ac_try;;
7520 esac
7521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7522 (eval "$ac_compile") 2>conftest.er1
7523 ac_status=$?
7524 grep -v '^ *+' conftest.er1 >conftest.err
7525 rm -f conftest.er1
7526 cat conftest.err >&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); } && {
7529 test -z "$ac_c_werror_flag" ||
7530 test ! -s conftest.err
7531 } && test -s conftest.$ac_objext; then
7532 ac_cv_header_stat_broken=no
7533 else
7534 echo "$as_me: failed program was:" >&5
7535 sed 's/^/| /' conftest.$ac_ext >&5
7537 ac_cv_header_stat_broken=yes
7540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7542 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7543 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7544 if test $ac_cv_header_stat_broken = yes; then
7546 cat >>confdefs.h <<\_ACEOF
7547 #define STAT_MACROS_BROKEN 1
7548 _ACEOF
7558 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7560 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7564 echo $ECHO_N "(cached) $ECHO_C" >&6
7565 else
7566 cat >conftest.$ac_ext <<_ACEOF
7567 /* confdefs.h. */
7568 _ACEOF
7569 cat confdefs.h >>conftest.$ac_ext
7570 cat >>conftest.$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7572 #include <sys/types.h>
7573 #ifdef HAVE_SYS_PARAM_H
7574 # include <sys/param.h>
7575 #endif
7577 #include <$ac_header>
7578 _ACEOF
7579 rm -f conftest.$ac_objext
7580 if { (ac_try="$ac_compile"
7581 case "(($ac_try" in
7582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7583 *) ac_try_echo=$ac_try;;
7584 esac
7585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7586 (eval "$ac_compile") 2>conftest.er1
7587 ac_status=$?
7588 grep -v '^ *+' conftest.er1 >conftest.err
7589 rm -f conftest.er1
7590 cat conftest.err >&5
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && {
7593 test -z "$ac_c_werror_flag" ||
7594 test ! -s conftest.err
7595 } && test -s conftest.$ac_objext; then
7596 eval "$as_ac_Header=yes"
7597 else
7598 echo "$as_me: failed program was:" >&5
7599 sed 's/^/| /' conftest.$ac_ext >&5
7601 eval "$as_ac_Header=no"
7604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7606 ac_res=`eval echo '${'$as_ac_Header'}'`
7607 { echo "$as_me:$LINENO: result: $ac_res" >&5
7608 echo "${ECHO_T}$ac_res" >&6; }
7609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7610 cat >>confdefs.h <<_ACEOF
7611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7612 _ACEOF
7616 done
7631 for ac_header in \
7632 netinet/ip.h \
7633 net/if.h \
7634 net/if_arp.h \
7635 net/if_dl.h \
7636 net/if_types.h \
7637 net/route.h \
7638 netinet/if_ether.h \
7639 netinet/in_pcb.h \
7640 netinet/ip_icmp.h \
7641 netinet/ip_var.h \
7642 netinet/udp.h \
7643 netipx/ipx.h \
7646 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7647 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7648 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7649 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7650 echo $ECHO_N "(cached) $ECHO_C" >&6
7651 else
7652 cat >conftest.$ac_ext <<_ACEOF
7653 /* confdefs.h. */
7654 _ACEOF
7655 cat confdefs.h >>conftest.$ac_ext
7656 cat >>conftest.$ac_ext <<_ACEOF
7657 /* end confdefs.h. */
7658 #include <sys/types.h>
7659 #ifdef HAVE_SYS_SOCKET_H
7660 # include <sys/socket.h>
7661 #endif
7662 #ifdef HAVE_SYS_SOCKETVAR_H
7663 # include <sys/socketvar.h>
7664 #endif
7665 #ifdef HAVE_NETINET_IN_H
7666 # include <netinet/in.h>
7667 #endif
7668 #ifdef HAVE_NETINET_IP_H
7669 # include <netinet/ip.h>
7670 #endif
7672 #include <$ac_header>
7673 _ACEOF
7674 rm -f conftest.$ac_objext
7675 if { (ac_try="$ac_compile"
7676 case "(($ac_try" in
7677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 *) ac_try_echo=$ac_try;;
7679 esac
7680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7681 (eval "$ac_compile") 2>conftest.er1
7682 ac_status=$?
7683 grep -v '^ *+' conftest.er1 >conftest.err
7684 rm -f conftest.er1
7685 cat conftest.err >&5
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } && {
7688 test -z "$ac_c_werror_flag" ||
7689 test ! -s conftest.err
7690 } && test -s conftest.$ac_objext; then
7691 eval "$as_ac_Header=yes"
7692 else
7693 echo "$as_me: failed program was:" >&5
7694 sed 's/^/| /' conftest.$ac_ext >&5
7696 eval "$as_ac_Header=no"
7699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7701 ac_res=`eval echo '${'$as_ac_Header'}'`
7702 { echo "$as_me:$LINENO: result: $ac_res" >&5
7703 echo "${ECHO_T}$ac_res" >&6; }
7704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7705 cat >>confdefs.h <<_ACEOF
7706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7707 _ACEOF
7711 done
7718 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7720 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7721 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7724 echo $ECHO_N "(cached) $ECHO_C" >&6
7725 else
7726 cat >conftest.$ac_ext <<_ACEOF
7727 /* confdefs.h. */
7728 _ACEOF
7729 cat confdefs.h >>conftest.$ac_ext
7730 cat >>conftest.$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7732 #include <sys/types.h>
7733 #ifdef HAVE_ALIAS_H
7734 # include <alias.h>
7735 #endif
7736 #ifdef HAVE_SYS_SOCKET_H
7737 # include <sys/socket.h>
7738 #endif
7739 #ifdef HAVE_SYS_SOCKETVAR_H
7740 # include <sys/socketvar.h>
7741 #endif
7742 #ifdef HAVE_NETINET_IN_H
7743 # include <netinet/in.h>
7744 #endif
7745 #ifdef HAVE_NETINET_IP_H
7746 # include <netinet/ip.h>
7747 #endif
7748 #ifdef HAVE_NETINET_IP_VAR_H
7749 # include <netinet/ip_var.h>
7750 #endif
7751 #ifdef HAVE_NETINET_IP_ICMP_H
7752 # include <netinet/ip_icmp.h>
7753 #endif
7754 #ifdef HAVE_NETINET_UDP_H
7755 # include <netinet/udp.h>
7756 #endif
7757 #ifdef HAVE_NETINET_TCP_H
7758 # include <netinet/tcp.h>
7759 #endif
7761 #include <$ac_header>
7762 _ACEOF
7763 rm -f conftest.$ac_objext
7764 if { (ac_try="$ac_compile"
7765 case "(($ac_try" in
7766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7767 *) ac_try_echo=$ac_try;;
7768 esac
7769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7770 (eval "$ac_compile") 2>conftest.er1
7771 ac_status=$?
7772 grep -v '^ *+' conftest.er1 >conftest.err
7773 rm -f conftest.er1
7774 cat conftest.err >&5
7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); } && {
7777 test -z "$ac_c_werror_flag" ||
7778 test ! -s conftest.err
7779 } && test -s conftest.$ac_objext; then
7780 eval "$as_ac_Header=yes"
7781 else
7782 echo "$as_me: failed program was:" >&5
7783 sed 's/^/| /' conftest.$ac_ext >&5
7785 eval "$as_ac_Header=no"
7788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7790 ac_res=`eval echo '${'$as_ac_Header'}'`
7791 { echo "$as_me:$LINENO: result: $ac_res" >&5
7792 echo "${ECHO_T}$ac_res" >&6; }
7793 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7794 cat >>confdefs.h <<_ACEOF
7795 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7796 _ACEOF
7800 done
7804 for ac_header in linux/ipx.h
7806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6
7811 else
7812 cat >conftest.$ac_ext <<_ACEOF
7813 /* confdefs.h. */
7814 _ACEOF
7815 cat confdefs.h >>conftest.$ac_ext
7816 cat >>conftest.$ac_ext <<_ACEOF
7817 /* end confdefs.h. */
7818 #include <sys/types.h>
7819 #ifdef HAVE_ASM_TYPES_H
7820 # include <asm/types.h>
7821 #endif
7822 #ifdef HAVE_SYS_SOCKET_H
7823 # include <sys/socket.h>
7824 #endif
7826 #include <$ac_header>
7827 _ACEOF
7828 rm -f conftest.$ac_objext
7829 if { (ac_try="$ac_compile"
7830 case "(($ac_try" in
7831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7832 *) ac_try_echo=$ac_try;;
7833 esac
7834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7835 (eval "$ac_compile") 2>conftest.er1
7836 ac_status=$?
7837 grep -v '^ *+' conftest.er1 >conftest.err
7838 rm -f conftest.er1
7839 cat conftest.err >&5
7840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7841 (exit $ac_status); } && {
7842 test -z "$ac_c_werror_flag" ||
7843 test ! -s conftest.err
7844 } && test -s conftest.$ac_objext; then
7845 eval "$as_ac_Header=yes"
7846 else
7847 echo "$as_me: failed program was:" >&5
7848 sed 's/^/| /' conftest.$ac_ext >&5
7850 eval "$as_ac_Header=no"
7853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7855 ac_res=`eval echo '${'$as_ac_Header'}'`
7856 { echo "$as_me:$LINENO: result: $ac_res" >&5
7857 echo "${ECHO_T}$ac_res" >&6; }
7858 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7859 cat >>confdefs.h <<_ACEOF
7860 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7861 _ACEOF
7865 done
7869 for ac_header in resolv.h
7871 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7872 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7875 echo $ECHO_N "(cached) $ECHO_C" >&6
7876 else
7877 cat >conftest.$ac_ext <<_ACEOF
7878 /* confdefs.h. */
7879 _ACEOF
7880 cat confdefs.h >>conftest.$ac_ext
7881 cat >>conftest.$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7883 #include <sys/types.h>
7884 #ifdef HAVE_SYS_SOCKET_H
7885 # include <sys/socket.h>
7886 #endif
7887 #ifdef HAVE_NETINET_IN_H
7888 # include <netinet/in.h>
7889 #endif
7890 #ifdef HAVE_ARPA_NAMESER_H
7891 # include <arpa/nameser.h>
7892 #endif
7894 #include <$ac_header>
7895 _ACEOF
7896 rm -f conftest.$ac_objext
7897 if { (ac_try="$ac_compile"
7898 case "(($ac_try" in
7899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7900 *) ac_try_echo=$ac_try;;
7901 esac
7902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7903 (eval "$ac_compile") 2>conftest.er1
7904 ac_status=$?
7905 grep -v '^ *+' conftest.er1 >conftest.err
7906 rm -f conftest.er1
7907 cat conftest.err >&5
7908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7909 (exit $ac_status); } && {
7910 test -z "$ac_c_werror_flag" ||
7911 test ! -s conftest.err
7912 } && test -s conftest.$ac_objext; then
7913 eval "$as_ac_Header=yes"
7914 else
7915 echo "$as_me: failed program was:" >&5
7916 sed 's/^/| /' conftest.$ac_ext >&5
7918 eval "$as_ac_Header=no"
7921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7923 ac_res=`eval echo '${'$as_ac_Header'}'`
7924 { echo "$as_me:$LINENO: result: $ac_res" >&5
7925 echo "${ECHO_T}$ac_res" >&6; }
7926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7927 cat >>confdefs.h <<_ACEOF
7928 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7929 _ACEOF
7933 done
7937 for ac_header in ucontext.h
7939 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7943 echo $ECHO_N "(cached) $ECHO_C" >&6
7944 else
7945 cat >conftest.$ac_ext <<_ACEOF
7946 /* confdefs.h. */
7947 _ACEOF
7948 cat confdefs.h >>conftest.$ac_ext
7949 cat >>conftest.$ac_ext <<_ACEOF
7950 /* end confdefs.h. */
7951 #include <signal.h>
7953 #include <$ac_header>
7954 _ACEOF
7955 rm -f conftest.$ac_objext
7956 if { (ac_try="$ac_compile"
7957 case "(($ac_try" in
7958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7959 *) ac_try_echo=$ac_try;;
7960 esac
7961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7962 (eval "$ac_compile") 2>conftest.er1
7963 ac_status=$?
7964 grep -v '^ *+' conftest.er1 >conftest.err
7965 rm -f conftest.er1
7966 cat conftest.err >&5
7967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7968 (exit $ac_status); } && {
7969 test -z "$ac_c_werror_flag" ||
7970 test ! -s conftest.err
7971 } && test -s conftest.$ac_objext; then
7972 eval "$as_ac_Header=yes"
7973 else
7974 echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5
7977 eval "$as_ac_Header=no"
7980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7982 ac_res=`eval echo '${'$as_ac_Header'}'`
7983 { echo "$as_me:$LINENO: result: $ac_res" >&5
7984 echo "${ECHO_T}$ac_res" >&6; }
7985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7986 cat >>confdefs.h <<_ACEOF
7987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7988 _ACEOF
7992 done
7996 for ac_header in sys/thr.h
7998 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7999 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8001 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8002 echo $ECHO_N "(cached) $ECHO_C" >&6
8003 else
8004 cat >conftest.$ac_ext <<_ACEOF
8005 /* confdefs.h. */
8006 _ACEOF
8007 cat confdefs.h >>conftest.$ac_ext
8008 cat >>conftest.$ac_ext <<_ACEOF
8009 /* end confdefs.h. */
8010 #include <sys/types.h>
8011 #ifdef HAVE_UCONTEXT_H
8012 #include <ucontext.h>
8013 #endif
8015 #include <$ac_header>
8016 _ACEOF
8017 rm -f conftest.$ac_objext
8018 if { (ac_try="$ac_compile"
8019 case "(($ac_try" in
8020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8021 *) ac_try_echo=$ac_try;;
8022 esac
8023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8024 (eval "$ac_compile") 2>conftest.er1
8025 ac_status=$?
8026 grep -v '^ *+' conftest.er1 >conftest.err
8027 rm -f conftest.er1
8028 cat conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 (exit $ac_status); } && {
8031 test -z "$ac_c_werror_flag" ||
8032 test ! -s conftest.err
8033 } && test -s conftest.$ac_objext; then
8034 eval "$as_ac_Header=yes"
8035 else
8036 echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.$ac_ext >&5
8039 eval "$as_ac_Header=no"
8042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8044 ac_res=`eval echo '${'$as_ac_Header'}'`
8045 { echo "$as_me:$LINENO: result: $ac_res" >&5
8046 echo "${ECHO_T}$ac_res" >&6; }
8047 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8048 cat >>confdefs.h <<_ACEOF
8049 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8050 _ACEOF
8054 done
8058 for ac_header in pthread_np.h
8060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8064 echo $ECHO_N "(cached) $ECHO_C" >&6
8065 else
8066 cat >conftest.$ac_ext <<_ACEOF
8067 /* confdefs.h. */
8068 _ACEOF
8069 cat confdefs.h >>conftest.$ac_ext
8070 cat >>conftest.$ac_ext <<_ACEOF
8071 /* end confdefs.h. */
8072 #ifdef HAVE_PTHREAD_H
8073 #include <pthread.h>
8074 #endif
8076 #include <$ac_header>
8077 _ACEOF
8078 rm -f conftest.$ac_objext
8079 if { (ac_try="$ac_compile"
8080 case "(($ac_try" in
8081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8082 *) ac_try_echo=$ac_try;;
8083 esac
8084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8085 (eval "$ac_compile") 2>conftest.er1
8086 ac_status=$?
8087 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -f conftest.er1
8089 cat conftest.err >&5
8090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091 (exit $ac_status); } && {
8092 test -z "$ac_c_werror_flag" ||
8093 test ! -s conftest.err
8094 } && test -s conftest.$ac_objext; then
8095 eval "$as_ac_Header=yes"
8096 else
8097 echo "$as_me: failed program was:" >&5
8098 sed 's/^/| /' conftest.$ac_ext >&5
8100 eval "$as_ac_Header=no"
8103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8105 ac_res=`eval echo '${'$as_ac_Header'}'`
8106 { echo "$as_me:$LINENO: result: $ac_res" >&5
8107 echo "${ECHO_T}$ac_res" >&6; }
8108 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8109 cat >>confdefs.h <<_ACEOF
8110 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8111 _ACEOF
8115 done
8119 for ac_header in linux/videodev.h
8121 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8125 echo $ECHO_N "(cached) $ECHO_C" >&6
8126 else
8127 cat >conftest.$ac_ext <<_ACEOF
8128 /* confdefs.h. */
8129 _ACEOF
8130 cat confdefs.h >>conftest.$ac_ext
8131 cat >>conftest.$ac_ext <<_ACEOF
8132 /* end confdefs.h. */
8133 #ifdef HAVE_SYS_TIME_H
8134 #include <sys/time.h>
8135 #endif
8136 #include <sys/types.h>
8137 #ifdef HAVE_ASM_TYPES_H
8138 #include <asm/types.h>
8139 #endif
8141 #include <$ac_header>
8142 _ACEOF
8143 rm -f conftest.$ac_objext
8144 if { (ac_try="$ac_compile"
8145 case "(($ac_try" in
8146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147 *) ac_try_echo=$ac_try;;
8148 esac
8149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8150 (eval "$ac_compile") 2>conftest.er1
8151 ac_status=$?
8152 grep -v '^ *+' conftest.er1 >conftest.err
8153 rm -f conftest.er1
8154 cat conftest.err >&5
8155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156 (exit $ac_status); } && {
8157 test -z "$ac_c_werror_flag" ||
8158 test ! -s conftest.err
8159 } && test -s conftest.$ac_objext; then
8160 eval "$as_ac_Header=yes"
8161 else
8162 echo "$as_me: failed program was:" >&5
8163 sed 's/^/| /' conftest.$ac_ext >&5
8165 eval "$as_ac_Header=no"
8168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8170 ac_res=`eval echo '${'$as_ac_Header'}'`
8171 { echo "$as_me:$LINENO: result: $ac_res" >&5
8172 echo "${ECHO_T}$ac_res" >&6; }
8173 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8174 cat >>confdefs.h <<_ACEOF
8175 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8176 _ACEOF
8180 done
8184 for ac_header in linux/capi.h
8186 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8187 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8188 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8190 echo $ECHO_N "(cached) $ECHO_C" >&6
8191 else
8192 cat >conftest.$ac_ext <<_ACEOF
8193 /* confdefs.h. */
8194 _ACEOF
8195 cat confdefs.h >>conftest.$ac_ext
8196 cat >>conftest.$ac_ext <<_ACEOF
8197 /* end confdefs.h. */
8198 #define __user
8200 #include <$ac_header>
8201 _ACEOF
8202 rm -f conftest.$ac_objext
8203 if { (ac_try="$ac_compile"
8204 case "(($ac_try" in
8205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8206 *) ac_try_echo=$ac_try;;
8207 esac
8208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8209 (eval "$ac_compile") 2>conftest.er1
8210 ac_status=$?
8211 grep -v '^ *+' conftest.er1 >conftest.err
8212 rm -f conftest.er1
8213 cat conftest.err >&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); } && {
8216 test -z "$ac_c_werror_flag" ||
8217 test ! -s conftest.err
8218 } && test -s conftest.$ac_objext; then
8219 eval "$as_ac_Header=yes"
8220 else
8221 echo "$as_me: failed program was:" >&5
8222 sed 's/^/| /' conftest.$ac_ext >&5
8224 eval "$as_ac_Header=no"
8227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8229 ac_res=`eval echo '${'$as_ac_Header'}'`
8230 { echo "$as_me:$LINENO: result: $ac_res" >&5
8231 echo "${ECHO_T}$ac_res" >&6; }
8232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8233 cat >>confdefs.h <<_ACEOF
8234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8235 _ACEOF
8239 done
8243 DLLEXT=""
8245 DLLFLAGS="-D_REENTRANT"
8247 LDSHARED=""
8249 LDDLLFLAGS=""
8251 LIBEXT="so"
8253 IMPLIBEXT="def"
8255 LDRPATH_INSTALL=""
8257 LDRPATH_LOCAL=""
8259 # Extract the first word of "ldd", so it can be a program name with args.
8260 set dummy ldd; ac_word=$2
8261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8263 if test "${ac_cv_path_LDD+set}" = set; then
8264 echo $ECHO_N "(cached) $ECHO_C" >&6
8265 else
8266 case $LDD in
8267 [\\/]* | ?:[\\/]*)
8268 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272 as_dummy="/sbin:/usr/sbin:$PATH"
8273 for as_dir in $as_dummy
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 break 2
8283 done
8284 done
8285 IFS=$as_save_IFS
8287 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8289 esac
8291 LDD=$ac_cv_path_LDD
8292 if test -n "$LDD"; then
8293 { echo "$as_me:$LINENO: result: $LDD" >&5
8294 echo "${ECHO_T}$LDD" >&6; }
8295 else
8296 { echo "$as_me:$LINENO: result: no" >&5
8297 echo "${ECHO_T}no" >&6; }
8302 case $host_os in
8303 cygwin*|mingw32*)
8304 if test -n "$ac_tool_prefix"; then
8305 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8306 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8309 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6
8311 else
8312 if test -n "$DLLTOOL"; then
8313 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8314 else
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8316 for as_dir in $PATH
8318 IFS=$as_save_IFS
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 break 2
8326 done
8327 done
8328 IFS=$as_save_IFS
8332 DLLTOOL=$ac_cv_prog_DLLTOOL
8333 if test -n "$DLLTOOL"; then
8334 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8335 echo "${ECHO_T}$DLLTOOL" >&6; }
8336 else
8337 { echo "$as_me:$LINENO: result: no" >&5
8338 echo "${ECHO_T}no" >&6; }
8343 if test -z "$ac_cv_prog_DLLTOOL"; then
8344 ac_ct_DLLTOOL=$DLLTOOL
8345 # Extract the first word of "dlltool", so it can be a program name with args.
8346 set dummy dlltool; ac_word=$2
8347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8349 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8350 echo $ECHO_N "(cached) $ECHO_C" >&6
8351 else
8352 if test -n "$ac_ct_DLLTOOL"; then
8353 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8354 else
8355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8356 for as_dir in $PATH
8358 IFS=$as_save_IFS
8359 test -z "$as_dir" && as_dir=.
8360 for ac_exec_ext in '' $ac_executable_extensions; do
8361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8362 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8364 break 2
8366 done
8367 done
8368 IFS=$as_save_IFS
8372 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8373 if test -n "$ac_ct_DLLTOOL"; then
8374 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8375 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8376 else
8377 { echo "$as_me:$LINENO: result: no" >&5
8378 echo "${ECHO_T}no" >&6; }
8381 if test "x$ac_ct_DLLTOOL" = x; then
8382 DLLTOOL="false"
8383 else
8384 case $cross_compiling:$ac_tool_warned in
8385 yes:)
8386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8387 whose name does not start with the host triplet. If you think this
8388 configuration is useful to you, please write to autoconf@gnu.org." >&5
8389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8390 whose name does not start with the host triplet. If you think this
8391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8392 ac_tool_warned=yes ;;
8393 esac
8394 DLLTOOL=$ac_ct_DLLTOOL
8396 else
8397 DLLTOOL="$ac_cv_prog_DLLTOOL"
8400 if test -n "$ac_tool_prefix"; then
8401 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8402 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8405 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8407 else
8408 if test -n "$DLLWRAP"; then
8409 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8410 else
8411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8412 for as_dir in $PATH
8414 IFS=$as_save_IFS
8415 test -z "$as_dir" && as_dir=.
8416 for ac_exec_ext in '' $ac_executable_extensions; do
8417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8418 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8420 break 2
8422 done
8423 done
8424 IFS=$as_save_IFS
8428 DLLWRAP=$ac_cv_prog_DLLWRAP
8429 if test -n "$DLLWRAP"; then
8430 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8431 echo "${ECHO_T}$DLLWRAP" >&6; }
8432 else
8433 { echo "$as_me:$LINENO: result: no" >&5
8434 echo "${ECHO_T}no" >&6; }
8439 if test -z "$ac_cv_prog_DLLWRAP"; then
8440 ac_ct_DLLWRAP=$DLLWRAP
8441 # Extract the first word of "dllwrap", so it can be a program name with args.
8442 set dummy dllwrap; ac_word=$2
8443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8445 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448 if test -n "$ac_ct_DLLWRAP"; then
8449 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8450 else
8451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8452 for as_dir in $PATH
8454 IFS=$as_save_IFS
8455 test -z "$as_dir" && as_dir=.
8456 for ac_exec_ext in '' $ac_executable_extensions; do
8457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8458 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8460 break 2
8462 done
8463 done
8464 IFS=$as_save_IFS
8468 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8469 if test -n "$ac_ct_DLLWRAP"; then
8470 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8471 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8472 else
8473 { echo "$as_me:$LINENO: result: no" >&5
8474 echo "${ECHO_T}no" >&6; }
8477 if test "x$ac_ct_DLLWRAP" = x; then
8478 DLLWRAP="false"
8479 else
8480 case $cross_compiling:$ac_tool_warned in
8481 yes:)
8482 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8483 whose name does not start with the host triplet. If you think this
8484 configuration is useful to you, please write to autoconf@gnu.org." >&5
8485 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8486 whose name does not start with the host triplet. If you think this
8487 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8488 ac_tool_warned=yes ;;
8489 esac
8490 DLLWRAP=$ac_ct_DLLWRAP
8492 else
8493 DLLWRAP="$ac_cv_prog_DLLWRAP"
8496 if test -n "$ac_tool_prefix"; then
8497 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8498 set dummy ${ac_tool_prefix}ar; ac_word=$2
8499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8501 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8502 echo $ECHO_N "(cached) $ECHO_C" >&6
8503 else
8504 if test -n "$MINGWAR"; then
8505 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8506 else
8507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8508 for as_dir in $PATH
8510 IFS=$as_save_IFS
8511 test -z "$as_dir" && as_dir=.
8512 for ac_exec_ext in '' $ac_executable_extensions; do
8513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8514 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8516 break 2
8518 done
8519 done
8520 IFS=$as_save_IFS
8524 MINGWAR=$ac_cv_prog_MINGWAR
8525 if test -n "$MINGWAR"; then
8526 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8527 echo "${ECHO_T}$MINGWAR" >&6; }
8528 else
8529 { echo "$as_me:$LINENO: result: no" >&5
8530 echo "${ECHO_T}no" >&6; }
8535 if test -z "$ac_cv_prog_MINGWAR"; then
8536 ac_ct_MINGWAR=$MINGWAR
8537 # Extract the first word of "ar", so it can be a program name with args.
8538 set dummy ar; ac_word=$2
8539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8541 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8542 echo $ECHO_N "(cached) $ECHO_C" >&6
8543 else
8544 if test -n "$ac_ct_MINGWAR"; then
8545 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_ac_ct_MINGWAR="ar"
8555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8558 done
8559 done
8560 IFS=$as_save_IFS
8564 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8565 if test -n "$ac_ct_MINGWAR"; then
8566 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8567 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8568 else
8569 { echo "$as_me:$LINENO: result: no" >&5
8570 echo "${ECHO_T}no" >&6; }
8573 if test "x$ac_ct_MINGWAR" = x; then
8574 MINGWAR="false"
8575 else
8576 case $cross_compiling:$ac_tool_warned in
8577 yes:)
8578 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8579 whose name does not start with the host triplet. If you think this
8580 configuration is useful to you, please write to autoconf@gnu.org." >&5
8581 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8582 whose name does not start with the host triplet. If you think this
8583 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8584 ac_tool_warned=yes ;;
8585 esac
8586 MINGWAR=$ac_ct_MINGWAR
8588 else
8589 MINGWAR="$ac_cv_prog_MINGWAR"
8592 if test "$DLLWRAP" = "false"; then
8593 LIBEXT="a"
8594 else
8595 LIBEXT="dll"
8597 IMPLIBEXT="a"
8598 WIN16_FILES=""
8599 WIN16_INSTALL=""
8600 enable_iphlpapi=${enable_iphlpapi:-no}
8601 enable_kernel32=${enable_kernel32:-no}
8602 enable_msvcrt=${enable_msvcrt:-no}
8603 enable_ntdll=${enable_ntdll:-no}
8604 enable_ws2_32=${enable_ws2_32:-no}
8605 enable_loader=${enable_loader:-no}
8606 enable_server=${enable_server:-no}
8608 darwin*|macosx*)
8609 DLLEXT=".so"
8610 LIBEXT="dylib"
8611 DLLFLAGS="$DLLFLAGS -fPIC"
8612 LDDLLFLAGS="-bundle -multiply_defined suppress"
8613 LIBWINE_LDFLAGS="-multiply_defined suppress"
8614 LDSHARED="\$(CC) -dynamiclib"
8615 STRIP="$STRIP -x"
8616 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8617 SECURITYLIB="-framework Security -framework CoreFoundation"
8619 COREFOUNDATIONLIB="-framework CoreFoundation"
8621 IOKITLIB="-framework IOKit -framework CoreFoundation"
8623 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8625 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8626 then
8627 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8630 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8631 then
8632 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8635 case $host_cpu in
8636 *powerpc*)
8637 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8638 esac
8639 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8640 then
8641 CARBONLIB="-framework Carbon"
8643 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8647 DLLFLAGS="$DLLFLAGS -fPIC"
8648 DLLEXT=".so"
8649 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8650 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8651 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8652 echo $ECHO_N "(cached) $ECHO_C" >&6
8653 else
8654 ac_wine_try_cflags_saved=$CFLAGS
8655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8656 cat >conftest.$ac_ext <<_ACEOF
8657 void myfunc() {}
8658 _ACEOF
8659 rm -f conftest.$ac_objext conftest$ac_exeext
8660 if { (ac_try="$ac_link"
8661 case "(($ac_try" in
8662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8663 *) ac_try_echo=$ac_try;;
8664 esac
8665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8666 (eval "$ac_link") 2>conftest.er1
8667 ac_status=$?
8668 grep -v '^ *+' conftest.er1 >conftest.err
8669 rm -f conftest.er1
8670 cat conftest.err >&5
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } && {
8673 test -z "$ac_c_werror_flag" ||
8674 test ! -s conftest.err
8675 } && test -s conftest$ac_exeext &&
8676 $as_test_x conftest$ac_exeext; then
8677 ac_cv_c_dll_gnuelf="yes"
8678 else
8679 echo "$as_me: failed program was:" >&5
8680 sed 's/^/| /' conftest.$ac_ext >&5
8682 ac_cv_c_dll_gnuelf="no"
8685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8686 conftest$ac_exeext conftest.$ac_ext
8687 CFLAGS=$ac_wine_try_cflags_saved
8689 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8690 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8691 if test "$ac_cv_c_dll_gnuelf" = "yes"
8692 then
8693 LDSHARED="\$(CC) -shared"
8694 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8695 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8696 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8697 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8698 echo $ECHO_N "(cached) $ECHO_C" >&6
8699 else
8700 ac_wine_try_cflags_saved=$CFLAGS
8701 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8702 cat >conftest.$ac_ext <<_ACEOF
8703 /* confdefs.h. */
8704 _ACEOF
8705 cat confdefs.h >>conftest.$ac_ext
8706 cat >>conftest.$ac_ext <<_ACEOF
8707 /* end confdefs.h. */
8710 main ()
8714 return 0;
8716 _ACEOF
8717 rm -f conftest.$ac_objext conftest$ac_exeext
8718 if { (ac_try="$ac_link"
8719 case "(($ac_try" in
8720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8721 *) ac_try_echo=$ac_try;;
8722 esac
8723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8724 (eval "$ac_link") 2>conftest.er1
8725 ac_status=$?
8726 grep -v '^ *+' conftest.er1 >conftest.err
8727 rm -f conftest.er1
8728 cat conftest.err >&5
8729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8730 (exit $ac_status); } && {
8731 test -z "$ac_c_werror_flag" ||
8732 test ! -s conftest.err
8733 } && test -s conftest$ac_exeext &&
8734 $as_test_x conftest$ac_exeext; then
8735 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8736 else
8737 echo "$as_me: failed program was:" >&5
8738 sed 's/^/| /' conftest.$ac_ext >&5
8740 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8744 conftest$ac_exeext conftest.$ac_ext
8745 CFLAGS=$ac_wine_try_cflags_saved
8747 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8748 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8749 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8750 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8751 else
8752 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8753 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8754 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8755 echo $ECHO_N "(cached) $ECHO_C" >&6
8756 else
8757 ac_wine_try_cflags_saved=$CFLAGS
8758 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8759 cat >conftest.$ac_ext <<_ACEOF
8760 /* confdefs.h. */
8761 _ACEOF
8762 cat confdefs.h >>conftest.$ac_ext
8763 cat >>conftest.$ac_ext <<_ACEOF
8764 /* end confdefs.h. */
8767 main ()
8771 return 0;
8773 _ACEOF
8774 rm -f conftest.$ac_objext conftest$ac_exeext
8775 if { (ac_try="$ac_link"
8776 case "(($ac_try" in
8777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8778 *) ac_try_echo=$ac_try;;
8779 esac
8780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8781 (eval "$ac_link") 2>conftest.er1
8782 ac_status=$?
8783 grep -v '^ *+' conftest.er1 >conftest.err
8784 rm -f conftest.er1
8785 cat conftest.err >&5
8786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8787 (exit $ac_status); } && {
8788 test -z "$ac_c_werror_flag" ||
8789 test ! -s conftest.err
8790 } && test -s conftest$ac_exeext &&
8791 $as_test_x conftest$ac_exeext; then
8792 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8793 else
8794 echo "$as_me: failed program was:" >&5
8795 sed 's/^/| /' conftest.$ac_ext >&5
8797 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8801 conftest$ac_exeext conftest.$ac_ext
8802 CFLAGS=$ac_wine_try_cflags_saved
8804 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8805 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8806 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8807 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8813 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8814 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8815 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8816 echo $ECHO_N "(cached) $ECHO_C" >&6
8817 else
8818 ac_wine_try_cflags_saved=$CFLAGS
8819 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8820 cat >conftest.$ac_ext <<_ACEOF
8821 /* confdefs.h. */
8822 _ACEOF
8823 cat confdefs.h >>conftest.$ac_ext
8824 cat >>conftest.$ac_ext <<_ACEOF
8825 /* end confdefs.h. */
8828 main ()
8832 return 0;
8834 _ACEOF
8835 rm -f conftest.$ac_objext conftest$ac_exeext
8836 if { (ac_try="$ac_link"
8837 case "(($ac_try" in
8838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8839 *) ac_try_echo=$ac_try;;
8840 esac
8841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8842 (eval "$ac_link") 2>conftest.er1
8843 ac_status=$?
8844 grep -v '^ *+' conftest.er1 >conftest.err
8845 rm -f conftest.er1
8846 cat conftest.err >&5
8847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8848 (exit $ac_status); } && {
8849 test -z "$ac_c_werror_flag" ||
8850 test ! -s conftest.err
8851 } && test -s conftest$ac_exeext &&
8852 $as_test_x conftest$ac_exeext; then
8853 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8854 else
8855 echo "$as_me: failed program was:" >&5
8856 sed 's/^/| /' conftest.$ac_ext >&5
8858 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8862 conftest$ac_exeext conftest.$ac_ext
8863 CFLAGS=$ac_wine_try_cflags_saved
8865 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8866 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8867 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8868 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8872 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8873 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8874 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8875 echo $ECHO_N "(cached) $ECHO_C" >&6
8876 else
8877 ac_wine_try_cflags_saved=$CFLAGS
8878 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8879 cat >conftest.$ac_ext <<_ACEOF
8880 /* confdefs.h. */
8881 _ACEOF
8882 cat confdefs.h >>conftest.$ac_ext
8883 cat >>conftest.$ac_ext <<_ACEOF
8884 /* end confdefs.h. */
8887 main ()
8891 return 0;
8893 _ACEOF
8894 rm -f conftest.$ac_objext conftest$ac_exeext
8895 if { (ac_try="$ac_link"
8896 case "(($ac_try" in
8897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8898 *) ac_try_echo=$ac_try;;
8899 esac
8900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8901 (eval "$ac_link") 2>conftest.er1
8902 ac_status=$?
8903 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1
8905 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && {
8908 test -z "$ac_c_werror_flag" ||
8909 test ! -s conftest.err
8910 } && test -s conftest$ac_exeext &&
8911 $as_test_x conftest$ac_exeext; then
8912 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8913 else
8914 echo "$as_me: failed program was:" >&5
8915 sed 's/^/| /' conftest.$ac_ext >&5
8917 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8921 conftest$ac_exeext conftest.$ac_ext
8922 CFLAGS=$ac_wine_try_cflags_saved
8924 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8925 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8926 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8927 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8931 echo '{ global: *; };' >conftest.map
8932 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8933 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8934 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8935 echo $ECHO_N "(cached) $ECHO_C" >&6
8936 else
8937 ac_wine_try_cflags_saved=$CFLAGS
8938 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8939 cat >conftest.$ac_ext <<_ACEOF
8940 /* confdefs.h. */
8941 _ACEOF
8942 cat confdefs.h >>conftest.$ac_ext
8943 cat >>conftest.$ac_ext <<_ACEOF
8944 /* end confdefs.h. */
8947 main ()
8951 return 0;
8953 _ACEOF
8954 rm -f conftest.$ac_objext conftest$ac_exeext
8955 if { (ac_try="$ac_link"
8956 case "(($ac_try" in
8957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8958 *) ac_try_echo=$ac_try;;
8959 esac
8960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8961 (eval "$ac_link") 2>conftest.er1
8962 ac_status=$?
8963 grep -v '^ *+' conftest.er1 >conftest.err
8964 rm -f conftest.er1
8965 cat conftest.err >&5
8966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8967 (exit $ac_status); } && {
8968 test -z "$ac_c_werror_flag" ||
8969 test ! -s conftest.err
8970 } && test -s conftest$ac_exeext &&
8971 $as_test_x conftest$ac_exeext; then
8972 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8973 else
8974 echo "$as_me: failed program was:" >&5
8975 sed 's/^/| /' conftest.$ac_ext >&5
8977 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8981 conftest$ac_exeext conftest.$ac_ext
8982 CFLAGS=$ac_wine_try_cflags_saved
8984 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8985 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8986 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8987 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8990 rm -f conftest.map
8992 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8993 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8994 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8995 echo $ECHO_N "(cached) $ECHO_C" >&6
8996 else
8997 ac_wine_try_cflags_saved=$CFLAGS
8998 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8999 cat >conftest.$ac_ext <<_ACEOF
9000 /* confdefs.h. */
9001 _ACEOF
9002 cat confdefs.h >>conftest.$ac_ext
9003 cat >>conftest.$ac_ext <<_ACEOF
9004 /* end confdefs.h. */
9007 main ()
9011 return 0;
9013 _ACEOF
9014 rm -f conftest.$ac_objext conftest$ac_exeext
9015 if { (ac_try="$ac_link"
9016 case "(($ac_try" in
9017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9018 *) ac_try_echo=$ac_try;;
9019 esac
9020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9021 (eval "$ac_link") 2>conftest.er1
9022 ac_status=$?
9023 grep -v '^ *+' conftest.er1 >conftest.err
9024 rm -f conftest.er1
9025 cat conftest.err >&5
9026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9027 (exit $ac_status); } && {
9028 test -z "$ac_c_werror_flag" ||
9029 test ! -s conftest.err
9030 } && test -s conftest$ac_exeext &&
9031 $as_test_x conftest$ac_exeext; then
9032 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9033 else
9034 echo "$as_me: failed program was:" >&5
9035 sed 's/^/| /' conftest.$ac_ext >&5
9037 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9041 conftest$ac_exeext conftest.$ac_ext
9042 CFLAGS=$ac_wine_try_cflags_saved
9044 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9045 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9046 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9047 LDEXECFLAGS="-Wl,--export-dynamic"
9052 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9053 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9054 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9055 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9056 echo $ECHO_N "(cached) $ECHO_C" >&6
9057 else
9058 ac_wine_try_cflags_saved=$CFLAGS
9059 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9060 cat >conftest.$ac_ext <<_ACEOF
9061 /* confdefs.h. */
9062 _ACEOF
9063 cat confdefs.h >>conftest.$ac_ext
9064 cat >>conftest.$ac_ext <<_ACEOF
9065 /* end confdefs.h. */
9068 main ()
9072 return 0;
9074 _ACEOF
9075 rm -f conftest.$ac_objext conftest$ac_exeext
9076 if { (ac_try="$ac_link"
9077 case "(($ac_try" in
9078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9079 *) ac_try_echo=$ac_try;;
9080 esac
9081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9082 (eval "$ac_link") 2>conftest.er1
9083 ac_status=$?
9084 grep -v '^ *+' conftest.er1 >conftest.err
9085 rm -f conftest.er1
9086 cat conftest.err >&5
9087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9088 (exit $ac_status); } && {
9089 test -z "$ac_c_werror_flag" ||
9090 test ! -s conftest.err
9091 } && test -s conftest$ac_exeext &&
9092 $as_test_x conftest$ac_exeext; then
9093 eval "$as_ac_var=yes"
9094 else
9095 echo "$as_me: failed program was:" >&5
9096 sed 's/^/| /' conftest.$ac_ext >&5
9098 eval "$as_ac_var=no"
9101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9102 conftest$ac_exeext conftest.$ac_ext
9103 CFLAGS=$ac_wine_try_cflags_saved
9105 ac_res=`eval echo '${'$as_ac_var'}'`
9106 { echo "$as_me:$LINENO: result: $ac_res" >&5
9107 echo "${ECHO_T}$ac_res" >&6; }
9108 if test `eval echo '${'$as_ac_var'}'` = yes; then
9109 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9110 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9111 else
9112 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9113 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9114 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9115 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9116 echo $ECHO_N "(cached) $ECHO_C" >&6
9117 else
9118 ac_wine_try_cflags_saved=$CFLAGS
9119 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9120 cat >conftest.$ac_ext <<_ACEOF
9121 /* confdefs.h. */
9122 _ACEOF
9123 cat confdefs.h >>conftest.$ac_ext
9124 cat >>conftest.$ac_ext <<_ACEOF
9125 /* end confdefs.h. */
9128 main ()
9132 return 0;
9134 _ACEOF
9135 rm -f conftest.$ac_objext conftest$ac_exeext
9136 if { (ac_try="$ac_link"
9137 case "(($ac_try" in
9138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9139 *) ac_try_echo=$ac_try;;
9140 esac
9141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9142 (eval "$ac_link") 2>conftest.er1
9143 ac_status=$?
9144 grep -v '^ *+' conftest.er1 >conftest.err
9145 rm -f conftest.er1
9146 cat conftest.err >&5
9147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148 (exit $ac_status); } && {
9149 test -z "$ac_c_werror_flag" ||
9150 test ! -s conftest.err
9151 } && test -s conftest$ac_exeext &&
9152 $as_test_x conftest$ac_exeext; then
9153 eval "$as_ac_var=yes"
9154 else
9155 echo "$as_me: failed program was:" >&5
9156 sed 's/^/| /' conftest.$ac_ext >&5
9158 eval "$as_ac_var=no"
9161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9162 conftest$ac_exeext conftest.$ac_ext
9163 CFLAGS=$ac_wine_try_cflags_saved
9165 ac_res=`eval echo '${'$as_ac_var'}'`
9166 { echo "$as_me:$LINENO: result: $ac_res" >&5
9167 echo "${ECHO_T}$ac_res" >&6; }
9168 if test `eval echo '${'$as_ac_var'}'` = yes; then
9169 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9170 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9176 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9177 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9178 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9179 echo $ECHO_N "(cached) $ECHO_C" >&6
9180 else
9181 ac_wine_try_cflags_saved=$CFLAGS
9182 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9183 cat >conftest.$ac_ext <<_ACEOF
9184 /* confdefs.h. */
9185 _ACEOF
9186 cat confdefs.h >>conftest.$ac_ext
9187 cat >>conftest.$ac_ext <<_ACEOF
9188 /* end confdefs.h. */
9191 main ()
9195 return 0;
9197 _ACEOF
9198 rm -f conftest.$ac_objext conftest$ac_exeext
9199 if { (ac_try="$ac_link"
9200 case "(($ac_try" in
9201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9202 *) ac_try_echo=$ac_try;;
9203 esac
9204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9205 (eval "$ac_link") 2>conftest.er1
9206 ac_status=$?
9207 grep -v '^ *+' conftest.er1 >conftest.err
9208 rm -f conftest.er1
9209 cat conftest.err >&5
9210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9211 (exit $ac_status); } && {
9212 test -z "$ac_c_werror_flag" ||
9213 test ! -s conftest.err
9214 } && test -s conftest$ac_exeext &&
9215 $as_test_x conftest$ac_exeext; then
9216 ac_cv_cflags__Wl___enable_new_dtags=yes
9217 else
9218 echo "$as_me: failed program was:" >&5
9219 sed 's/^/| /' conftest.$ac_ext >&5
9221 ac_cv_cflags__Wl___enable_new_dtags=no
9224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9225 conftest$ac_exeext conftest.$ac_ext
9226 CFLAGS=$ac_wine_try_cflags_saved
9228 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9229 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9230 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9231 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9235 case $host_cpu in
9236 *i[3456789]86* | x86_64)
9237 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9238 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9239 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9240 echo $ECHO_N "(cached) $ECHO_C" >&6
9241 else
9242 ac_wine_try_cflags_saved=$CFLAGS
9243 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9244 cat >conftest.$ac_ext <<_ACEOF
9245 /* confdefs.h. */
9246 _ACEOF
9247 cat confdefs.h >>conftest.$ac_ext
9248 cat >>conftest.$ac_ext <<_ACEOF
9249 /* end confdefs.h. */
9252 main ()
9256 return 0;
9258 _ACEOF
9259 rm -f conftest.$ac_objext conftest$ac_exeext
9260 if { (ac_try="$ac_link"
9261 case "(($ac_try" in
9262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9263 *) ac_try_echo=$ac_try;;
9264 esac
9265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9266 (eval "$ac_link") 2>conftest.er1
9267 ac_status=$?
9268 grep -v '^ *+' conftest.er1 >conftest.err
9269 rm -f conftest.er1
9270 cat conftest.err >&5
9271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9272 (exit $ac_status); } && {
9273 test -z "$ac_c_werror_flag" ||
9274 test ! -s conftest.err
9275 } && test -s conftest$ac_exeext &&
9276 $as_test_x conftest$ac_exeext; then
9277 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9278 else
9279 echo "$as_me: failed program was:" >&5
9280 sed 's/^/| /' conftest.$ac_ext >&5
9282 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9286 conftest$ac_exeext conftest.$ac_ext
9287 CFLAGS=$ac_wine_try_cflags_saved
9289 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9290 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9291 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9292 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9296 esac
9298 else
9299 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9300 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9301 if test "${ac_cv_c_dll_unixware+set}" = set; then
9302 echo $ECHO_N "(cached) $ECHO_C" >&6
9303 else
9304 ac_wine_try_cflags_saved=$CFLAGS
9305 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9306 cat >conftest.$ac_ext <<_ACEOF
9307 void myfunc() {}
9308 _ACEOF
9309 rm -f conftest.$ac_objext conftest$ac_exeext
9310 if { (ac_try="$ac_link"
9311 case "(($ac_try" in
9312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9313 *) ac_try_echo=$ac_try;;
9314 esac
9315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9316 (eval "$ac_link") 2>conftest.er1
9317 ac_status=$?
9318 grep -v '^ *+' conftest.er1 >conftest.err
9319 rm -f conftest.er1
9320 cat conftest.err >&5
9321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9322 (exit $ac_status); } && {
9323 test -z "$ac_c_werror_flag" ||
9324 test ! -s conftest.err
9325 } && test -s conftest$ac_exeext &&
9326 $as_test_x conftest$ac_exeext; then
9327 ac_cv_c_dll_unixware="yes"
9328 else
9329 echo "$as_me: failed program was:" >&5
9330 sed 's/^/| /' conftest.$ac_ext >&5
9332 ac_cv_c_dll_unixware="no"
9335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9336 conftest$ac_exeext conftest.$ac_ext
9337 CFLAGS=$ac_wine_try_cflags_saved
9339 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9340 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9341 if test "$ac_cv_c_dll_unixware" = "yes"
9342 then
9343 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9344 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9346 else
9347 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9348 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9349 if test "${ac_cv_c_dll_hpux+set}" = set; then
9350 echo $ECHO_N "(cached) $ECHO_C" >&6
9351 else
9352 ac_wine_try_cflags_saved=$CFLAGS
9353 CFLAGS="$CFLAGS -shared"
9354 cat >conftest.$ac_ext <<_ACEOF
9355 void myfunc() {}
9356 _ACEOF
9357 rm -f conftest.$ac_objext conftest$ac_exeext
9358 if { (ac_try="$ac_link"
9359 case "(($ac_try" in
9360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9361 *) ac_try_echo=$ac_try;;
9362 esac
9363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9364 (eval "$ac_link") 2>conftest.er1
9365 ac_status=$?
9366 grep -v '^ *+' conftest.er1 >conftest.err
9367 rm -f conftest.er1
9368 cat conftest.err >&5
9369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } && {
9371 test -z "$ac_c_werror_flag" ||
9372 test ! -s conftest.err
9373 } && test -s conftest$ac_exeext &&
9374 $as_test_x conftest$ac_exeext; then
9375 ac_cv_c_dll_hpux="yes"
9376 else
9377 echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9380 ac_cv_c_dll_hpux="no"
9383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9384 conftest$ac_exeext conftest.$ac_ext
9385 CFLAGS=$ac_wine_try_cflags_saved
9387 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9388 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9389 if test "$ac_cv_c_dll_hpux" = "yes"
9390 then
9391 LIBEXT="sl"
9392 DLLEXT=".sl"
9393 LDDLLFLAGS="-shared -fPIC"
9394 LDSHARED="\$(CC) -shared"
9399 CROSSTEST=""
9401 if test "$cross_compiling" = "no"
9402 then
9403 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9405 # Extract the first word of "$ac_prog", so it can be a program name with args.
9406 set dummy $ac_prog; ac_word=$2
9407 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9409 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9410 echo $ECHO_N "(cached) $ECHO_C" >&6
9411 else
9412 if test -n "$CROSSCC"; then
9413 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9414 else
9415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9416 for as_dir in $PATH
9418 IFS=$as_save_IFS
9419 test -z "$as_dir" && as_dir=.
9420 for ac_exec_ext in '' $ac_executable_extensions; do
9421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9422 ac_cv_prog_CROSSCC="$ac_prog"
9423 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9424 break 2
9426 done
9427 done
9428 IFS=$as_save_IFS
9432 CROSSCC=$ac_cv_prog_CROSSCC
9433 if test -n "$CROSSCC"; then
9434 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9435 echo "${ECHO_T}$CROSSCC" >&6; }
9436 else
9437 { echo "$as_me:$LINENO: result: no" >&5
9438 echo "${ECHO_T}no" >&6; }
9442 test -n "$CROSSCC" && break
9443 done
9444 test -n "$CROSSCC" || CROSSCC="false"
9446 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9448 # Extract the first word of "$ac_prog", so it can be a program name with args.
9449 set dummy $ac_prog; ac_word=$2
9450 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9452 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9453 echo $ECHO_N "(cached) $ECHO_C" >&6
9454 else
9455 if test -n "$DLLTOOL"; then
9456 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9457 else
9458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9459 for as_dir in $PATH
9461 IFS=$as_save_IFS
9462 test -z "$as_dir" && as_dir=.
9463 for ac_exec_ext in '' $ac_executable_extensions; do
9464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9465 ac_cv_prog_DLLTOOL="$ac_prog"
9466 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9467 break 2
9469 done
9470 done
9471 IFS=$as_save_IFS
9475 DLLTOOL=$ac_cv_prog_DLLTOOL
9476 if test -n "$DLLTOOL"; then
9477 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9478 echo "${ECHO_T}$DLLTOOL" >&6; }
9479 else
9480 { echo "$as_me:$LINENO: result: no" >&5
9481 echo "${ECHO_T}no" >&6; }
9485 test -n "$DLLTOOL" && break
9486 done
9487 test -n "$DLLTOOL" || DLLTOOL="false"
9489 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9491 # Extract the first word of "$ac_prog", so it can be a program name with args.
9492 set dummy $ac_prog; ac_word=$2
9493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9495 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9496 echo $ECHO_N "(cached) $ECHO_C" >&6
9497 else
9498 if test -n "$CROSSWINDRES"; then
9499 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9500 else
9501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9502 for as_dir in $PATH
9504 IFS=$as_save_IFS
9505 test -z "$as_dir" && as_dir=.
9506 for ac_exec_ext in '' $ac_executable_extensions; do
9507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9508 ac_cv_prog_CROSSWINDRES="$ac_prog"
9509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9510 break 2
9512 done
9513 done
9514 IFS=$as_save_IFS
9518 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9519 if test -n "$CROSSWINDRES"; then
9520 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9521 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9522 else
9523 { echo "$as_me:$LINENO: result: no" >&5
9524 echo "${ECHO_T}no" >&6; }
9528 test -n "$CROSSWINDRES" && break
9529 done
9530 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9532 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9534 # Extract the first word of "$ac_prog", so it can be a program name with args.
9535 set dummy $ac_prog; ac_word=$2
9536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9538 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9539 echo $ECHO_N "(cached) $ECHO_C" >&6
9540 else
9541 if test -n "$MINGWAR"; then
9542 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9543 else
9544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9545 for as_dir in $PATH
9547 IFS=$as_save_IFS
9548 test -z "$as_dir" && as_dir=.
9549 for ac_exec_ext in '' $ac_executable_extensions; do
9550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9551 ac_cv_prog_MINGWAR="$ac_prog"
9552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9553 break 2
9555 done
9556 done
9557 IFS=$as_save_IFS
9561 MINGWAR=$ac_cv_prog_MINGWAR
9562 if test -n "$MINGWAR"; then
9563 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9564 echo "${ECHO_T}$MINGWAR" >&6; }
9565 else
9566 { echo "$as_me:$LINENO: result: no" >&5
9567 echo "${ECHO_T}no" >&6; }
9571 test -n "$MINGWAR" && break
9572 done
9573 test -n "$MINGWAR" || MINGWAR="false"
9575 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9578 esac
9580 enable_winequartz_drv=${enable_winequartz_drv:-no}
9582 if test "$LIBEXT" = "a"; then
9583 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9584 It is currently not possible to build Wine without shared library
9585 (.so) support to allow transparent switch between .so and .dll files.
9586 If you are using Linux, you will need a newer binutils.
9587 " >&5
9588 echo "$as_me: error: could not find a way to build shared libraries.
9589 It is currently not possible to build Wine without shared library
9590 (.so) support to allow transparent switch between .so and .dll files.
9591 If you are using Linux, you will need a newer binutils.
9592 " >&2;}
9593 { (exit 1); exit 1; }; }
9597 if test "$have_x" = "yes"
9598 then
9599 XLIB="-lXext -lX11"
9600 ac_save_CPPFLAGS="$CPPFLAGS"
9601 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9603 { echo "$as_me:$LINENO: checking for -lX11" >&5
9604 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9605 if test "${ac_cv_lib_soname_X11+set}" = set; then
9606 echo $ECHO_N "(cached) $ECHO_C" >&6
9607 else
9608 ac_check_soname_save_LIBS=$LIBS
9609 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9610 cat >conftest.$ac_ext <<_ACEOF
9611 /* confdefs.h. */
9612 _ACEOF
9613 cat confdefs.h >>conftest.$ac_ext
9614 cat >>conftest.$ac_ext <<_ACEOF
9615 /* end confdefs.h. */
9617 /* Override any GCC internal prototype to avoid an error.
9618 Use char because int might match the return type of a GCC
9619 builtin and then its argument prototype would still apply. */
9620 #ifdef __cplusplus
9621 extern "C"
9622 #endif
9623 char XCreateWindow ();
9625 main ()
9627 return XCreateWindow ();
9629 return 0;
9631 _ACEOF
9632 rm -f conftest.$ac_objext conftest$ac_exeext
9633 if { (ac_try="$ac_link"
9634 case "(($ac_try" in
9635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9636 *) ac_try_echo=$ac_try;;
9637 esac
9638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9639 (eval "$ac_link") 2>conftest.er1
9640 ac_status=$?
9641 grep -v '^ *+' conftest.er1 >conftest.err
9642 rm -f conftest.er1
9643 cat conftest.err >&5
9644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645 (exit $ac_status); } && {
9646 test -z "$ac_c_werror_flag" ||
9647 test ! -s conftest.err
9648 } && test -s conftest$ac_exeext &&
9649 $as_test_x conftest$ac_exeext; then
9650 case "$LIBEXT" in
9651 dll) ;;
9652 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9653 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9654 esac
9655 else
9656 echo "$as_me: failed program was:" >&5
9657 sed 's/^/| /' conftest.$ac_ext >&5
9662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9663 conftest$ac_exeext conftest.$ac_ext
9664 LIBS=$ac_check_soname_save_LIBS
9666 if test "x$ac_cv_lib_soname_X11" = "x"; then
9667 { echo "$as_me:$LINENO: result: not found" >&5
9668 echo "${ECHO_T}not found" >&6; }
9670 else
9671 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9672 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9674 cat >>confdefs.h <<_ACEOF
9675 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9676 _ACEOF
9681 { echo "$as_me:$LINENO: checking for -lXext" >&5
9682 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9683 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9684 echo $ECHO_N "(cached) $ECHO_C" >&6
9685 else
9686 ac_check_soname_save_LIBS=$LIBS
9687 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9688 cat >conftest.$ac_ext <<_ACEOF
9689 /* confdefs.h. */
9690 _ACEOF
9691 cat confdefs.h >>conftest.$ac_ext
9692 cat >>conftest.$ac_ext <<_ACEOF
9693 /* end confdefs.h. */
9695 /* Override any GCC internal prototype to avoid an error.
9696 Use char because int might match the return type of a GCC
9697 builtin and then its argument prototype would still apply. */
9698 #ifdef __cplusplus
9699 extern "C"
9700 #endif
9701 char XextCreateExtension ();
9703 main ()
9705 return XextCreateExtension ();
9707 return 0;
9709 _ACEOF
9710 rm -f conftest.$ac_objext conftest$ac_exeext
9711 if { (ac_try="$ac_link"
9712 case "(($ac_try" in
9713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9714 *) ac_try_echo=$ac_try;;
9715 esac
9716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9717 (eval "$ac_link") 2>conftest.er1
9718 ac_status=$?
9719 grep -v '^ *+' conftest.er1 >conftest.err
9720 rm -f conftest.er1
9721 cat conftest.err >&5
9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9723 (exit $ac_status); } && {
9724 test -z "$ac_c_werror_flag" ||
9725 test ! -s conftest.err
9726 } && test -s conftest$ac_exeext &&
9727 $as_test_x conftest$ac_exeext; then
9728 case "$LIBEXT" in
9729 dll) ;;
9730 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9731 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9732 esac
9733 else
9734 echo "$as_me: failed program was:" >&5
9735 sed 's/^/| /' conftest.$ac_ext >&5
9740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9741 conftest$ac_exeext conftest.$ac_ext
9742 LIBS=$ac_check_soname_save_LIBS
9744 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9745 { echo "$as_me:$LINENO: result: not found" >&5
9746 echo "${ECHO_T}not found" >&6; }
9748 else
9749 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9750 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9752 cat >>confdefs.h <<_ACEOF
9753 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9754 _ACEOF
9772 for ac_header in X11/Xlib.h \
9773 X11/XKBlib.h \
9774 X11/Xutil.h \
9775 X11/Xcursor/Xcursor.h \
9776 X11/extensions/shape.h \
9777 X11/extensions/XInput.h \
9778 X11/extensions/XShm.h \
9779 X11/extensions/Xcomposite.h \
9780 X11/extensions/Xinerama.h \
9781 X11/extensions/Xrandr.h \
9782 X11/extensions/Xrender.h \
9783 X11/extensions/xf86vmode.h
9785 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9786 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9787 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9788 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9789 echo $ECHO_N "(cached) $ECHO_C" >&6
9790 else
9791 cat >conftest.$ac_ext <<_ACEOF
9792 /* confdefs.h. */
9793 _ACEOF
9794 cat confdefs.h >>conftest.$ac_ext
9795 cat >>conftest.$ac_ext <<_ACEOF
9796 /* end confdefs.h. */
9797 #ifdef HAVE_X11_XLIB_H
9798 # include <X11/Xlib.h>
9799 #endif
9800 #ifdef HAVE_X11_XUTIL_H
9801 # include <X11/Xutil.h>
9802 #endif
9804 #include <$ac_header>
9805 _ACEOF
9806 rm -f conftest.$ac_objext
9807 if { (ac_try="$ac_compile"
9808 case "(($ac_try" in
9809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9810 *) ac_try_echo=$ac_try;;
9811 esac
9812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9813 (eval "$ac_compile") 2>conftest.er1
9814 ac_status=$?
9815 grep -v '^ *+' conftest.er1 >conftest.err
9816 rm -f conftest.er1
9817 cat conftest.err >&5
9818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9819 (exit $ac_status); } && {
9820 test -z "$ac_c_werror_flag" ||
9821 test ! -s conftest.err
9822 } && test -s conftest.$ac_objext; then
9823 eval "$as_ac_Header=yes"
9824 else
9825 echo "$as_me: failed program was:" >&5
9826 sed 's/^/| /' conftest.$ac_ext >&5
9828 eval "$as_ac_Header=no"
9831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9833 ac_res=`eval echo '${'$as_ac_Header'}'`
9834 { echo "$as_me:$LINENO: result: $ac_res" >&5
9835 echo "${ECHO_T}$ac_res" >&6; }
9836 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9837 cat >>confdefs.h <<_ACEOF
9838 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9839 _ACEOF
9843 done
9846 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9847 then
9848 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9849 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9850 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9851 echo $ECHO_N "(cached) $ECHO_C" >&6
9852 else
9853 ac_check_lib_save_LIBS=$LIBS
9854 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9855 cat >conftest.$ac_ext <<_ACEOF
9856 /* confdefs.h. */
9857 _ACEOF
9858 cat confdefs.h >>conftest.$ac_ext
9859 cat >>conftest.$ac_ext <<_ACEOF
9860 /* end confdefs.h. */
9862 /* Override any GCC internal prototype to avoid an error.
9863 Use char because int might match the return type of a GCC
9864 builtin and then its argument prototype would still apply. */
9865 #ifdef __cplusplus
9866 extern "C"
9867 #endif
9868 char XkbQueryExtension ();
9870 main ()
9872 return XkbQueryExtension ();
9874 return 0;
9876 _ACEOF
9877 rm -f conftest.$ac_objext conftest$ac_exeext
9878 if { (ac_try="$ac_link"
9879 case "(($ac_try" in
9880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9881 *) ac_try_echo=$ac_try;;
9882 esac
9883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9884 (eval "$ac_link") 2>conftest.er1
9885 ac_status=$?
9886 grep -v '^ *+' conftest.er1 >conftest.err
9887 rm -f conftest.er1
9888 cat conftest.err >&5
9889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9890 (exit $ac_status); } && {
9891 test -z "$ac_c_werror_flag" ||
9892 test ! -s conftest.err
9893 } && test -s conftest$ac_exeext &&
9894 $as_test_x conftest$ac_exeext; then
9895 ac_cv_lib_X11_XkbQueryExtension=yes
9896 else
9897 echo "$as_me: failed program was:" >&5
9898 sed 's/^/| /' conftest.$ac_ext >&5
9900 ac_cv_lib_X11_XkbQueryExtension=no
9903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9904 conftest$ac_exeext conftest.$ac_ext
9905 LIBS=$ac_check_lib_save_LIBS
9907 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9908 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9909 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9911 cat >>confdefs.h <<\_ACEOF
9912 #define HAVE_XKB 1
9913 _ACEOF
9919 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9920 then
9921 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9922 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9923 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9924 echo $ECHO_N "(cached) $ECHO_C" >&6
9925 else
9926 ac_check_soname_save_LIBS=$LIBS
9927 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9928 cat >conftest.$ac_ext <<_ACEOF
9929 /* confdefs.h. */
9930 _ACEOF
9931 cat confdefs.h >>conftest.$ac_ext
9932 cat >>conftest.$ac_ext <<_ACEOF
9933 /* end confdefs.h. */
9935 /* Override any GCC internal prototype to avoid an error.
9936 Use char because int might match the return type of a GCC
9937 builtin and then its argument prototype would still apply. */
9938 #ifdef __cplusplus
9939 extern "C"
9940 #endif
9941 char XcursorImageLoadCursor ();
9943 main ()
9945 return XcursorImageLoadCursor ();
9947 return 0;
9949 _ACEOF
9950 rm -f conftest.$ac_objext conftest$ac_exeext
9951 if { (ac_try="$ac_link"
9952 case "(($ac_try" in
9953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9954 *) ac_try_echo=$ac_try;;
9955 esac
9956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9957 (eval "$ac_link") 2>conftest.er1
9958 ac_status=$?
9959 grep -v '^ *+' conftest.er1 >conftest.err
9960 rm -f conftest.er1
9961 cat conftest.err >&5
9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9963 (exit $ac_status); } && {
9964 test -z "$ac_c_werror_flag" ||
9965 test ! -s conftest.err
9966 } && test -s conftest$ac_exeext &&
9967 $as_test_x conftest$ac_exeext; then
9968 case "$LIBEXT" in
9969 dll) ;;
9970 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9971 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9972 esac
9973 else
9974 echo "$as_me: failed program was:" >&5
9975 sed 's/^/| /' conftest.$ac_ext >&5
9980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9981 conftest$ac_exeext conftest.$ac_ext
9982 LIBS=$ac_check_soname_save_LIBS
9984 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9985 { echo "$as_me:$LINENO: result: not found" >&5
9986 echo "${ECHO_T}not found" >&6; }
9988 else
9989 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9990 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9992 cat >>confdefs.h <<_ACEOF
9993 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9994 _ACEOF
10000 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10001 case "x$with_xcursor" in
10002 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10003 xno) ;;
10004 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10005 This is an error since --with-xcursor was requested." >&5
10006 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10007 This is an error since --with-xcursor was requested." >&2;}
10008 { (exit 1); exit 1; }; } ;;
10009 esac
10013 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10014 then
10015 { echo "$as_me:$LINENO: checking for -lXi" >&5
10016 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10017 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10018 echo $ECHO_N "(cached) $ECHO_C" >&6
10019 else
10020 ac_check_soname_save_LIBS=$LIBS
10021 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10022 cat >conftest.$ac_ext <<_ACEOF
10023 /* confdefs.h. */
10024 _ACEOF
10025 cat confdefs.h >>conftest.$ac_ext
10026 cat >>conftest.$ac_ext <<_ACEOF
10027 /* end confdefs.h. */
10029 /* Override any GCC internal prototype to avoid an error.
10030 Use char because int might match the return type of a GCC
10031 builtin and then its argument prototype would still apply. */
10032 #ifdef __cplusplus
10033 extern "C"
10034 #endif
10035 char XOpenDevice ();
10037 main ()
10039 return XOpenDevice ();
10041 return 0;
10043 _ACEOF
10044 rm -f conftest.$ac_objext conftest$ac_exeext
10045 if { (ac_try="$ac_link"
10046 case "(($ac_try" in
10047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10048 *) ac_try_echo=$ac_try;;
10049 esac
10050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10051 (eval "$ac_link") 2>conftest.er1
10052 ac_status=$?
10053 grep -v '^ *+' conftest.er1 >conftest.err
10054 rm -f conftest.er1
10055 cat conftest.err >&5
10056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10057 (exit $ac_status); } && {
10058 test -z "$ac_c_werror_flag" ||
10059 test ! -s conftest.err
10060 } && test -s conftest$ac_exeext &&
10061 $as_test_x conftest$ac_exeext; then
10062 case "$LIBEXT" in
10063 dll) ;;
10064 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10065 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10066 esac
10067 else
10068 echo "$as_me: failed program was:" >&5
10069 sed 's/^/| /' conftest.$ac_ext >&5
10074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10075 conftest$ac_exeext conftest.$ac_ext
10076 LIBS=$ac_check_soname_save_LIBS
10078 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10079 { echo "$as_me:$LINENO: result: not found" >&5
10080 echo "${ECHO_T}not found" >&6; }
10082 else
10083 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10084 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10086 cat >>confdefs.h <<_ACEOF
10087 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10088 _ACEOF
10094 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10095 case "x$with_xinput" in
10096 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10097 xno) ;;
10098 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10099 This is an error since --with-xinput was requested." >&5
10100 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10101 This is an error since --with-xinput was requested." >&2;}
10102 { (exit 1); exit 1; }; } ;;
10103 esac
10107 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10108 then
10109 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10110 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10111 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10112 echo $ECHO_N "(cached) $ECHO_C" >&6
10113 else
10114 ac_check_lib_save_LIBS=$LIBS
10115 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10116 cat >conftest.$ac_ext <<_ACEOF
10117 /* confdefs.h. */
10118 _ACEOF
10119 cat confdefs.h >>conftest.$ac_ext
10120 cat >>conftest.$ac_ext <<_ACEOF
10121 /* end confdefs.h. */
10123 /* Override any GCC internal prototype to avoid an error.
10124 Use char because int might match the return type of a GCC
10125 builtin and then its argument prototype would still apply. */
10126 #ifdef __cplusplus
10127 extern "C"
10128 #endif
10129 char XShmQueryExtension ();
10131 main ()
10133 return XShmQueryExtension ();
10135 return 0;
10137 _ACEOF
10138 rm -f conftest.$ac_objext conftest$ac_exeext
10139 if { (ac_try="$ac_link"
10140 case "(($ac_try" in
10141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10142 *) ac_try_echo=$ac_try;;
10143 esac
10144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10145 (eval "$ac_link") 2>conftest.er1
10146 ac_status=$?
10147 grep -v '^ *+' conftest.er1 >conftest.err
10148 rm -f conftest.er1
10149 cat conftest.err >&5
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); } && {
10152 test -z "$ac_c_werror_flag" ||
10153 test ! -s conftest.err
10154 } && test -s conftest$ac_exeext &&
10155 $as_test_x conftest$ac_exeext; then
10156 ac_cv_lib_Xext_XShmQueryExtension=yes
10157 else
10158 echo "$as_me: failed program was:" >&5
10159 sed 's/^/| /' conftest.$ac_ext >&5
10161 ac_cv_lib_Xext_XShmQueryExtension=no
10164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10165 conftest$ac_exeext conftest.$ac_ext
10166 LIBS=$ac_check_lib_save_LIBS
10168 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10169 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10170 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10172 cat >>confdefs.h <<\_ACEOF
10173 #define HAVE_LIBXXSHM 1
10174 _ACEOF
10179 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10180 case "x$with_xshm" in
10181 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10182 xno) ;;
10183 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10184 This is an error since --with-xshm was requested." >&5
10185 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10186 This is an error since --with-xshm was requested." >&2;}
10187 { (exit 1); exit 1; }; } ;;
10188 esac
10192 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10193 then
10194 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10195 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10196 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10197 echo $ECHO_N "(cached) $ECHO_C" >&6
10198 else
10199 ac_check_lib_save_LIBS=$LIBS
10200 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10201 cat >conftest.$ac_ext <<_ACEOF
10202 /* confdefs.h. */
10203 _ACEOF
10204 cat confdefs.h >>conftest.$ac_ext
10205 cat >>conftest.$ac_ext <<_ACEOF
10206 /* end confdefs.h. */
10208 /* Override any GCC internal prototype to avoid an error.
10209 Use char because int might match the return type of a GCC
10210 builtin and then its argument prototype would still apply. */
10211 #ifdef __cplusplus
10212 extern "C"
10213 #endif
10214 char XShapeQueryExtension ();
10216 main ()
10218 return XShapeQueryExtension ();
10220 return 0;
10222 _ACEOF
10223 rm -f conftest.$ac_objext conftest$ac_exeext
10224 if { (ac_try="$ac_link"
10225 case "(($ac_try" in
10226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10227 *) ac_try_echo=$ac_try;;
10228 esac
10229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10230 (eval "$ac_link") 2>conftest.er1
10231 ac_status=$?
10232 grep -v '^ *+' conftest.er1 >conftest.err
10233 rm -f conftest.er1
10234 cat conftest.err >&5
10235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10236 (exit $ac_status); } && {
10237 test -z "$ac_c_werror_flag" ||
10238 test ! -s conftest.err
10239 } && test -s conftest$ac_exeext &&
10240 $as_test_x conftest$ac_exeext; then
10241 ac_cv_lib_Xext_XShapeQueryExtension=yes
10242 else
10243 echo "$as_me: failed program was:" >&5
10244 sed 's/^/| /' conftest.$ac_ext >&5
10246 ac_cv_lib_Xext_XShapeQueryExtension=no
10249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10250 conftest$ac_exeext conftest.$ac_ext
10251 LIBS=$ac_check_lib_save_LIBS
10253 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10254 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10255 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10257 cat >>confdefs.h <<\_ACEOF
10258 #define HAVE_LIBXSHAPE 1
10259 _ACEOF
10264 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10265 case "x$with_xshape" in
10266 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10267 xno) ;;
10268 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10269 This is an error since --with-xshape was requested." >&5
10270 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10271 This is an error since --with-xshape was requested." >&2;}
10272 { (exit 1); exit 1; }; } ;;
10273 esac
10277 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10278 then
10279 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10280 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10281 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10282 echo $ECHO_N "(cached) $ECHO_C" >&6
10283 else
10284 ac_check_soname_save_LIBS=$LIBS
10285 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10286 cat >conftest.$ac_ext <<_ACEOF
10287 /* confdefs.h. */
10288 _ACEOF
10289 cat confdefs.h >>conftest.$ac_ext
10290 cat >>conftest.$ac_ext <<_ACEOF
10291 /* end confdefs.h. */
10293 /* Override any GCC internal prototype to avoid an error.
10294 Use char because int might match the return type of a GCC
10295 builtin and then its argument prototype would still apply. */
10296 #ifdef __cplusplus
10297 extern "C"
10298 #endif
10299 char XF86VidModeQueryExtension ();
10301 main ()
10303 return XF86VidModeQueryExtension ();
10305 return 0;
10307 _ACEOF
10308 rm -f conftest.$ac_objext conftest$ac_exeext
10309 if { (ac_try="$ac_link"
10310 case "(($ac_try" in
10311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10312 *) ac_try_echo=$ac_try;;
10313 esac
10314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10315 (eval "$ac_link") 2>conftest.er1
10316 ac_status=$?
10317 grep -v '^ *+' conftest.er1 >conftest.err
10318 rm -f conftest.er1
10319 cat conftest.err >&5
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 (exit $ac_status); } && {
10322 test -z "$ac_c_werror_flag" ||
10323 test ! -s conftest.err
10324 } && test -s conftest$ac_exeext &&
10325 $as_test_x conftest$ac_exeext; then
10326 case "$LIBEXT" in
10327 dll) ;;
10328 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10329 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10330 esac
10331 else
10332 echo "$as_me: failed program was:" >&5
10333 sed 's/^/| /' conftest.$ac_ext >&5
10338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10339 conftest$ac_exeext conftest.$ac_ext
10340 LIBS=$ac_check_soname_save_LIBS
10342 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10343 { echo "$as_me:$LINENO: result: not found" >&5
10344 echo "${ECHO_T}not found" >&6; }
10346 else
10347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10348 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10350 cat >>confdefs.h <<_ACEOF
10351 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10352 _ACEOF
10358 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10359 case "x$with_xxf86vm" in
10360 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10361 xno) ;;
10362 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10363 This is an error since --with-xxf86vm was requested." >&5
10364 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10365 This is an error since --with-xxf86vm was requested." >&2;}
10366 { (exit 1); exit 1; }; } ;;
10367 esac
10371 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10372 then
10373 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10374 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10375 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10376 echo $ECHO_N "(cached) $ECHO_C" >&6
10377 else
10378 ac_check_soname_save_LIBS=$LIBS
10379 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10380 cat >conftest.$ac_ext <<_ACEOF
10381 /* confdefs.h. */
10382 _ACEOF
10383 cat confdefs.h >>conftest.$ac_ext
10384 cat >>conftest.$ac_ext <<_ACEOF
10385 /* end confdefs.h. */
10387 /* Override any GCC internal prototype to avoid an error.
10388 Use char because int might match the return type of a GCC
10389 builtin and then its argument prototype would still apply. */
10390 #ifdef __cplusplus
10391 extern "C"
10392 #endif
10393 char XRenderQueryExtension ();
10395 main ()
10397 return XRenderQueryExtension ();
10399 return 0;
10401 _ACEOF
10402 rm -f conftest.$ac_objext conftest$ac_exeext
10403 if { (ac_try="$ac_link"
10404 case "(($ac_try" in
10405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10406 *) ac_try_echo=$ac_try;;
10407 esac
10408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10409 (eval "$ac_link") 2>conftest.er1
10410 ac_status=$?
10411 grep -v '^ *+' conftest.er1 >conftest.err
10412 rm -f conftest.er1
10413 cat conftest.err >&5
10414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10415 (exit $ac_status); } && {
10416 test -z "$ac_c_werror_flag" ||
10417 test ! -s conftest.err
10418 } && test -s conftest$ac_exeext &&
10419 $as_test_x conftest$ac_exeext; then
10420 case "$LIBEXT" in
10421 dll) ;;
10422 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10423 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10424 esac
10425 else
10426 echo "$as_me: failed program was:" >&5
10427 sed 's/^/| /' conftest.$ac_ext >&5
10432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10433 conftest$ac_exeext conftest.$ac_ext
10434 LIBS=$ac_check_soname_save_LIBS
10436 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10437 { echo "$as_me:$LINENO: result: not found" >&5
10438 echo "${ECHO_T}not found" >&6; }
10440 else
10441 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10442 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10444 cat >>confdefs.h <<_ACEOF
10445 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10446 _ACEOF
10448 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10449 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10450 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10451 echo $ECHO_N "(cached) $ECHO_C" >&6
10452 else
10453 ac_check_lib_save_LIBS=$LIBS
10454 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10455 cat >conftest.$ac_ext <<_ACEOF
10456 /* confdefs.h. */
10457 _ACEOF
10458 cat confdefs.h >>conftest.$ac_ext
10459 cat >>conftest.$ac_ext <<_ACEOF
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char XRenderSetPictureTransform ();
10470 main ()
10472 return XRenderSetPictureTransform ();
10474 return 0;
10476 _ACEOF
10477 rm -f conftest.$ac_objext conftest$ac_exeext
10478 if { (ac_try="$ac_link"
10479 case "(($ac_try" in
10480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10481 *) ac_try_echo=$ac_try;;
10482 esac
10483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10484 (eval "$ac_link") 2>conftest.er1
10485 ac_status=$?
10486 grep -v '^ *+' conftest.er1 >conftest.err
10487 rm -f conftest.er1
10488 cat conftest.err >&5
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); } && {
10491 test -z "$ac_c_werror_flag" ||
10492 test ! -s conftest.err
10493 } && test -s conftest$ac_exeext &&
10494 $as_test_x conftest$ac_exeext; then
10495 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10496 else
10497 echo "$as_me: failed program was:" >&5
10498 sed 's/^/| /' conftest.$ac_ext >&5
10500 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10504 conftest$ac_exeext conftest.$ac_ext
10505 LIBS=$ac_check_lib_save_LIBS
10507 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10508 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10509 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10511 cat >>confdefs.h <<\_ACEOF
10512 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10513 _ACEOF
10521 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10522 case "x$with_xrender" in
10523 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10524 xno) ;;
10525 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10526 This is an error since --with-xrender was requested." >&5
10527 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10528 This is an error since --with-xrender was requested." >&2;}
10529 { (exit 1); exit 1; }; } ;;
10530 esac
10534 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10535 then
10536 cat >conftest.$ac_ext <<_ACEOF
10537 /* confdefs.h. */
10538 _ACEOF
10539 cat confdefs.h >>conftest.$ac_ext
10540 cat >>conftest.$ac_ext <<_ACEOF
10541 /* end confdefs.h. */
10542 #include <X11/Xlib.h>
10543 #include <X11/extensions/Xrandr.h>
10545 main ()
10547 static typeof(XRRSetScreenConfigAndRate) * func;
10549 return 0;
10551 _ACEOF
10552 rm -f conftest.$ac_objext
10553 if { (ac_try="$ac_compile"
10554 case "(($ac_try" in
10555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10556 *) ac_try_echo=$ac_try;;
10557 esac
10558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10559 (eval "$ac_compile") 2>conftest.er1
10560 ac_status=$?
10561 grep -v '^ *+' conftest.er1 >conftest.err
10562 rm -f conftest.er1
10563 cat conftest.err >&5
10564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10565 (exit $ac_status); } && {
10566 test -z "$ac_c_werror_flag" ||
10567 test ! -s conftest.err
10568 } && test -s conftest.$ac_objext; then
10569 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10570 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10571 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10572 echo $ECHO_N "(cached) $ECHO_C" >&6
10573 else
10574 ac_check_soname_save_LIBS=$LIBS
10575 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10576 cat >conftest.$ac_ext <<_ACEOF
10577 /* confdefs.h. */
10578 _ACEOF
10579 cat confdefs.h >>conftest.$ac_ext
10580 cat >>conftest.$ac_ext <<_ACEOF
10581 /* end confdefs.h. */
10583 /* Override any GCC internal prototype to avoid an error.
10584 Use char because int might match the return type of a GCC
10585 builtin and then its argument prototype would still apply. */
10586 #ifdef __cplusplus
10587 extern "C"
10588 #endif
10589 char XRRQueryExtension ();
10591 main ()
10593 return XRRQueryExtension ();
10595 return 0;
10597 _ACEOF
10598 rm -f conftest.$ac_objext conftest$ac_exeext
10599 if { (ac_try="$ac_link"
10600 case "(($ac_try" in
10601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10602 *) ac_try_echo=$ac_try;;
10603 esac
10604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10605 (eval "$ac_link") 2>conftest.er1
10606 ac_status=$?
10607 grep -v '^ *+' conftest.er1 >conftest.err
10608 rm -f conftest.er1
10609 cat conftest.err >&5
10610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10611 (exit $ac_status); } && {
10612 test -z "$ac_c_werror_flag" ||
10613 test ! -s conftest.err
10614 } && test -s conftest$ac_exeext &&
10615 $as_test_x conftest$ac_exeext; then
10616 case "$LIBEXT" in
10617 dll) ;;
10618 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10619 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10620 esac
10621 else
10622 echo "$as_me: failed program was:" >&5
10623 sed 's/^/| /' conftest.$ac_ext >&5
10628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10629 conftest$ac_exeext conftest.$ac_ext
10630 LIBS=$ac_check_soname_save_LIBS
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 { echo "$as_me:$LINENO: result: not found" >&5
10634 echo "${ECHO_T}not found" >&6; }
10636 else
10637 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10638 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10640 cat >>confdefs.h <<_ACEOF
10641 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10642 _ACEOF
10647 else
10648 echo "$as_me: failed program was:" >&5
10649 sed 's/^/| /' conftest.$ac_ext >&5
10654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10656 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10657 case "x$with_xrandr" in
10658 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10659 xno) ;;
10660 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10661 This is an error since --with-xrandr was requested." >&5
10662 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10663 This is an error since --with-xrandr was requested." >&2;}
10664 { (exit 1); exit 1; }; } ;;
10665 esac
10669 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10670 then
10671 cat >conftest.$ac_ext <<_ACEOF
10672 /* confdefs.h. */
10673 _ACEOF
10674 cat confdefs.h >>conftest.$ac_ext
10675 cat >>conftest.$ac_ext <<_ACEOF
10676 /* end confdefs.h. */
10677 #include <X11/Xlib.h>
10678 #include <X11/extensions/Xinerama.h>
10680 main ()
10682 static typeof(XineramaQueryScreens) * func;
10684 return 0;
10686 _ACEOF
10687 rm -f conftest.$ac_objext
10688 if { (ac_try="$ac_compile"
10689 case "(($ac_try" in
10690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10691 *) ac_try_echo=$ac_try;;
10692 esac
10693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10694 (eval "$ac_compile") 2>conftest.er1
10695 ac_status=$?
10696 grep -v '^ *+' conftest.er1 >conftest.err
10697 rm -f conftest.er1
10698 cat conftest.err >&5
10699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10700 (exit $ac_status); } && {
10701 test -z "$ac_c_werror_flag" ||
10702 test ! -s conftest.err
10703 } && test -s conftest.$ac_objext; then
10704 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10705 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10706 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10707 echo $ECHO_N "(cached) $ECHO_C" >&6
10708 else
10709 ac_check_soname_save_LIBS=$LIBS
10710 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10711 cat >conftest.$ac_ext <<_ACEOF
10712 /* confdefs.h. */
10713 _ACEOF
10714 cat confdefs.h >>conftest.$ac_ext
10715 cat >>conftest.$ac_ext <<_ACEOF
10716 /* end confdefs.h. */
10718 /* Override any GCC internal prototype to avoid an error.
10719 Use char because int might match the return type of a GCC
10720 builtin and then its argument prototype would still apply. */
10721 #ifdef __cplusplus
10722 extern "C"
10723 #endif
10724 char XineramaQueryScreens ();
10726 main ()
10728 return XineramaQueryScreens ();
10730 return 0;
10732 _ACEOF
10733 rm -f conftest.$ac_objext conftest$ac_exeext
10734 if { (ac_try="$ac_link"
10735 case "(($ac_try" in
10736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10737 *) ac_try_echo=$ac_try;;
10738 esac
10739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10740 (eval "$ac_link") 2>conftest.er1
10741 ac_status=$?
10742 grep -v '^ *+' conftest.er1 >conftest.err
10743 rm -f conftest.er1
10744 cat conftest.err >&5
10745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10746 (exit $ac_status); } && {
10747 test -z "$ac_c_werror_flag" ||
10748 test ! -s conftest.err
10749 } && test -s conftest$ac_exeext &&
10750 $as_test_x conftest$ac_exeext; then
10751 case "$LIBEXT" in
10752 dll) ;;
10753 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10754 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10755 esac
10756 else
10757 echo "$as_me: failed program was:" >&5
10758 sed 's/^/| /' conftest.$ac_ext >&5
10763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10764 conftest$ac_exeext conftest.$ac_ext
10765 LIBS=$ac_check_soname_save_LIBS
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 { echo "$as_me:$LINENO: result: not found" >&5
10769 echo "${ECHO_T}not found" >&6; }
10771 else
10772 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10773 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10775 cat >>confdefs.h <<_ACEOF
10776 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10777 _ACEOF
10782 else
10783 echo "$as_me: failed program was:" >&5
10784 sed 's/^/| /' conftest.$ac_ext >&5
10789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10791 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10792 case "x$with_xinerama" in
10793 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10794 xno) ;;
10795 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10796 This is an error since --with-xinerama was requested." >&5
10797 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10798 This is an error since --with-xinerama was requested." >&2;}
10799 { (exit 1); exit 1; }; } ;;
10800 esac
10804 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10805 then
10806 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10807 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10808 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10809 echo $ECHO_N "(cached) $ECHO_C" >&6
10810 else
10811 ac_check_soname_save_LIBS=$LIBS
10812 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10813 cat >conftest.$ac_ext <<_ACEOF
10814 /* confdefs.h. */
10815 _ACEOF
10816 cat confdefs.h >>conftest.$ac_ext
10817 cat >>conftest.$ac_ext <<_ACEOF
10818 /* end confdefs.h. */
10820 /* Override any GCC internal prototype to avoid an error.
10821 Use char because int might match the return type of a GCC
10822 builtin and then its argument prototype would still apply. */
10823 #ifdef __cplusplus
10824 extern "C"
10825 #endif
10826 char XCompositeRedirectWindow ();
10828 main ()
10830 return XCompositeRedirectWindow ();
10832 return 0;
10834 _ACEOF
10835 rm -f conftest.$ac_objext conftest$ac_exeext
10836 if { (ac_try="$ac_link"
10837 case "(($ac_try" in
10838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10839 *) ac_try_echo=$ac_try;;
10840 esac
10841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10842 (eval "$ac_link") 2>conftest.er1
10843 ac_status=$?
10844 grep -v '^ *+' conftest.er1 >conftest.err
10845 rm -f conftest.er1
10846 cat conftest.err >&5
10847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10848 (exit $ac_status); } && {
10849 test -z "$ac_c_werror_flag" ||
10850 test ! -s conftest.err
10851 } && test -s conftest$ac_exeext &&
10852 $as_test_x conftest$ac_exeext; then
10853 case "$LIBEXT" in
10854 dll) ;;
10855 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10856 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10857 esac
10858 else
10859 echo "$as_me: failed program was:" >&5
10860 sed 's/^/| /' conftest.$ac_ext >&5
10865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10866 conftest$ac_exeext conftest.$ac_ext
10867 LIBS=$ac_check_soname_save_LIBS
10869 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10870 { echo "$as_me:$LINENO: result: not found" >&5
10871 echo "${ECHO_T}not found" >&6; }
10873 else
10874 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10875 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10877 cat >>confdefs.h <<_ACEOF
10878 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10879 _ACEOF
10885 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10886 case "x$with_xcomposite" in
10887 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10888 xno) ;;
10889 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10890 This is an error since --with-xcomposite was requested." >&5
10891 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10892 This is an error since --with-xcomposite was requested." >&2;}
10893 { (exit 1); exit 1; }; } ;;
10894 esac
10898 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10899 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10900 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10901 echo $ECHO_N "(cached) $ECHO_C" >&6
10902 else
10903 cat >conftest.$ac_ext <<_ACEOF
10904 /* confdefs.h. */
10905 _ACEOF
10906 cat confdefs.h >>conftest.$ac_ext
10907 cat >>conftest.$ac_ext <<_ACEOF
10908 /* end confdefs.h. */
10909 #ifdef HAVE_X11_XLIB_H
10910 #include <X11/Xlib.h>
10911 #endif
10914 main ()
10916 static XICCallback ac_aggr;
10917 if (ac_aggr.callback)
10918 return 0;
10920 return 0;
10922 _ACEOF
10923 rm -f conftest.$ac_objext
10924 if { (ac_try="$ac_compile"
10925 case "(($ac_try" in
10926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10927 *) ac_try_echo=$ac_try;;
10928 esac
10929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10930 (eval "$ac_compile") 2>conftest.er1
10931 ac_status=$?
10932 grep -v '^ *+' conftest.er1 >conftest.err
10933 rm -f conftest.er1
10934 cat conftest.err >&5
10935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10936 (exit $ac_status); } && {
10937 test -z "$ac_c_werror_flag" ||
10938 test ! -s conftest.err
10939 } && test -s conftest.$ac_objext; then
10940 ac_cv_member_XICCallback_callback=yes
10941 else
10942 echo "$as_me: failed program was:" >&5
10943 sed 's/^/| /' conftest.$ac_ext >&5
10945 cat >conftest.$ac_ext <<_ACEOF
10946 /* confdefs.h. */
10947 _ACEOF
10948 cat confdefs.h >>conftest.$ac_ext
10949 cat >>conftest.$ac_ext <<_ACEOF
10950 /* end confdefs.h. */
10951 #ifdef HAVE_X11_XLIB_H
10952 #include <X11/Xlib.h>
10953 #endif
10956 main ()
10958 static XICCallback ac_aggr;
10959 if (sizeof ac_aggr.callback)
10960 return 0;
10962 return 0;
10964 _ACEOF
10965 rm -f conftest.$ac_objext
10966 if { (ac_try="$ac_compile"
10967 case "(($ac_try" in
10968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10969 *) ac_try_echo=$ac_try;;
10970 esac
10971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10972 (eval "$ac_compile") 2>conftest.er1
10973 ac_status=$?
10974 grep -v '^ *+' conftest.er1 >conftest.err
10975 rm -f conftest.er1
10976 cat conftest.err >&5
10977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10978 (exit $ac_status); } && {
10979 test -z "$ac_c_werror_flag" ||
10980 test ! -s conftest.err
10981 } && test -s conftest.$ac_objext; then
10982 ac_cv_member_XICCallback_callback=yes
10983 else
10984 echo "$as_me: failed program was:" >&5
10985 sed 's/^/| /' conftest.$ac_ext >&5
10987 ac_cv_member_XICCallback_callback=no
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10995 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10996 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10997 if test $ac_cv_member_XICCallback_callback = yes; then
10999 cat >>confdefs.h <<_ACEOF
11000 #define HAVE_XICCALLBACK_CALLBACK 1
11001 _ACEOF
11008 opengl_msg=""
11009 if test "x$with_opengl" != "xno"
11010 then
11015 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11017 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11018 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11020 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11021 echo $ECHO_N "(cached) $ECHO_C" >&6
11022 else
11023 cat >conftest.$ac_ext <<_ACEOF
11024 /* confdefs.h. */
11025 _ACEOF
11026 cat confdefs.h >>conftest.$ac_ext
11027 cat >>conftest.$ac_ext <<_ACEOF
11028 /* end confdefs.h. */
11029 #ifdef HAVE_GL_GLX_H
11030 # include <GL/glx.h>
11031 #endif
11033 #include <$ac_header>
11034 _ACEOF
11035 rm -f conftest.$ac_objext
11036 if { (ac_try="$ac_compile"
11037 case "(($ac_try" in
11038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11039 *) ac_try_echo=$ac_try;;
11040 esac
11041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11042 (eval "$ac_compile") 2>conftest.er1
11043 ac_status=$?
11044 grep -v '^ *+' conftest.er1 >conftest.err
11045 rm -f conftest.er1
11046 cat conftest.err >&5
11047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11048 (exit $ac_status); } && {
11049 test -z "$ac_c_werror_flag" ||
11050 test ! -s conftest.err
11051 } && test -s conftest.$ac_objext; then
11052 eval "$as_ac_Header=yes"
11053 else
11054 echo "$as_me: failed program was:" >&5
11055 sed 's/^/| /' conftest.$ac_ext >&5
11057 eval "$as_ac_Header=no"
11060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11062 ac_res=`eval echo '${'$as_ac_Header'}'`
11063 { echo "$as_me:$LINENO: result: $ac_res" >&5
11064 echo "${ECHO_T}$ac_res" >&6; }
11065 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11066 cat >>confdefs.h <<_ACEOF
11067 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11068 _ACEOF
11072 done
11074 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11075 then
11076 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11077 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11078 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11079 echo $ECHO_N "(cached) $ECHO_C" >&6
11080 else
11081 cat >conftest.$ac_ext <<_ACEOF
11082 /* confdefs.h. */
11083 _ACEOF
11084 cat confdefs.h >>conftest.$ac_ext
11085 cat >>conftest.$ac_ext <<_ACEOF
11086 /* end confdefs.h. */
11087 #include <GL/gl.h>
11089 main ()
11091 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11093 return 0;
11095 _ACEOF
11096 rm -f conftest.$ac_objext
11097 if { (ac_try="$ac_compile"
11098 case "(($ac_try" in
11099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11100 *) ac_try_echo=$ac_try;;
11101 esac
11102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11103 (eval "$ac_compile") 2>conftest.er1
11104 ac_status=$?
11105 grep -v '^ *+' conftest.er1 >conftest.err
11106 rm -f conftest.er1
11107 cat conftest.err >&5
11108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11109 (exit $ac_status); } && {
11110 test -z "$ac_c_werror_flag" ||
11111 test ! -s conftest.err
11112 } && test -s conftest.$ac_objext; then
11113 wine_cv_opengl_header_version_OK="yes"
11114 else
11115 echo "$as_me: failed program was:" >&5
11116 sed 's/^/| /' conftest.$ac_ext >&5
11118 wine_cv_opengl_header_version_OK="no"
11121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11123 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11124 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11126 if test "$wine_cv_opengl_header_version_OK" = "yes"
11127 then
11128 { echo "$as_me:$LINENO: checking for -lGL" >&5
11129 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11130 if test "${ac_cv_lib_soname_GL+set}" = set; then
11131 echo $ECHO_N "(cached) $ECHO_C" >&6
11132 else
11133 ac_check_soname_save_LIBS=$LIBS
11134 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11135 cat >conftest.$ac_ext <<_ACEOF
11136 /* confdefs.h. */
11137 _ACEOF
11138 cat confdefs.h >>conftest.$ac_ext
11139 cat >>conftest.$ac_ext <<_ACEOF
11140 /* end confdefs.h. */
11142 /* Override any GCC internal prototype to avoid an error.
11143 Use char because int might match the return type of a GCC
11144 builtin and then its argument prototype would still apply. */
11145 #ifdef __cplusplus
11146 extern "C"
11147 #endif
11148 char glXCreateContext ();
11150 main ()
11152 return glXCreateContext ();
11154 return 0;
11156 _ACEOF
11157 rm -f conftest.$ac_objext conftest$ac_exeext
11158 if { (ac_try="$ac_link"
11159 case "(($ac_try" in
11160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11161 *) ac_try_echo=$ac_try;;
11162 esac
11163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11164 (eval "$ac_link") 2>conftest.er1
11165 ac_status=$?
11166 grep -v '^ *+' conftest.er1 >conftest.err
11167 rm -f conftest.er1
11168 cat conftest.err >&5
11169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170 (exit $ac_status); } && {
11171 test -z "$ac_c_werror_flag" ||
11172 test ! -s conftest.err
11173 } && test -s conftest$ac_exeext &&
11174 $as_test_x conftest$ac_exeext; then
11175 case "$LIBEXT" in
11176 dll) ;;
11177 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11178 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11179 esac
11180 else
11181 echo "$as_me: failed program was:" >&5
11182 sed 's/^/| /' conftest.$ac_ext >&5
11187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11188 conftest$ac_exeext conftest.$ac_ext
11189 LIBS=$ac_check_soname_save_LIBS
11191 if test "x$ac_cv_lib_soname_GL" = "x"; then
11192 { echo "$as_me:$LINENO: result: not found" >&5
11193 echo "${ECHO_T}not found" >&6; }
11194 { echo "$as_me:$LINENO: checking for -lGL" >&5
11195 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11196 if test "${ac_cv_lib_soname_GL+set}" = set; then
11197 echo $ECHO_N "(cached) $ECHO_C" >&6
11198 else
11199 ac_check_soname_save_LIBS=$LIBS
11200 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11201 cat >conftest.$ac_ext <<_ACEOF
11202 /* confdefs.h. */
11203 _ACEOF
11204 cat confdefs.h >>conftest.$ac_ext
11205 cat >>conftest.$ac_ext <<_ACEOF
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11211 #ifdef __cplusplus
11212 extern "C"
11213 #endif
11214 char glXCreateContext ();
11216 main ()
11218 return glXCreateContext ();
11220 return 0;
11222 _ACEOF
11223 rm -f conftest.$ac_objext conftest$ac_exeext
11224 if { (ac_try="$ac_link"
11225 case "(($ac_try" in
11226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11227 *) ac_try_echo=$ac_try;;
11228 esac
11229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11230 (eval "$ac_link") 2>conftest.er1
11231 ac_status=$?
11232 grep -v '^ *+' conftest.er1 >conftest.err
11233 rm -f conftest.er1
11234 cat conftest.err >&5
11235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11236 (exit $ac_status); } && {
11237 test -z "$ac_c_werror_flag" ||
11238 test ! -s conftest.err
11239 } && test -s conftest$ac_exeext &&
11240 $as_test_x conftest$ac_exeext; then
11241 case "$LIBEXT" in
11242 dll) ;;
11243 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11244 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11245 esac
11246 else
11247 echo "$as_me: failed program was:" >&5
11248 sed 's/^/| /' conftest.$ac_ext >&5
11253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11254 conftest$ac_exeext conftest.$ac_ext
11255 LIBS=$ac_check_soname_save_LIBS
11257 if test "x$ac_cv_lib_soname_GL" = "x"; then
11258 { echo "$as_me:$LINENO: result: not found" >&5
11259 echo "${ECHO_T}not found" >&6; }
11260 if test -f /usr/X11R6/lib/libGL.a
11261 then
11262 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11263 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11264 else
11265 opengl_msg="No OpenGL library found on this system."
11267 else
11268 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11269 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11271 cat >>confdefs.h <<_ACEOF
11272 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11273 _ACEOF
11275 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11277 cat >>confdefs.h <<\_ACEOF
11278 #define HAVE_OPENGL 1
11279 _ACEOF
11283 else
11284 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11285 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11287 cat >>confdefs.h <<_ACEOF
11288 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11289 _ACEOF
11291 OPENGL_LIBS="-lGL"
11293 cat >>confdefs.h <<\_ACEOF
11294 #define HAVE_OPENGL 1
11295 _ACEOF
11299 if test "$ac_cv_header_GL_glu_h" = "yes"
11300 then
11301 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11302 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11303 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11304 echo $ECHO_N "(cached) $ECHO_C" >&6
11305 else
11306 ac_check_soname_save_LIBS=$LIBS
11307 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11308 cat >conftest.$ac_ext <<_ACEOF
11309 /* confdefs.h. */
11310 _ACEOF
11311 cat confdefs.h >>conftest.$ac_ext
11312 cat >>conftest.$ac_ext <<_ACEOF
11313 /* end confdefs.h. */
11315 /* Override any GCC internal prototype to avoid an error.
11316 Use char because int might match the return type of a GCC
11317 builtin and then its argument prototype would still apply. */
11318 #ifdef __cplusplus
11319 extern "C"
11320 #endif
11321 char gluLookAt ();
11323 main ()
11325 return gluLookAt ();
11327 return 0;
11329 _ACEOF
11330 rm -f conftest.$ac_objext conftest$ac_exeext
11331 if { (ac_try="$ac_link"
11332 case "(($ac_try" in
11333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11334 *) ac_try_echo=$ac_try;;
11335 esac
11336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11337 (eval "$ac_link") 2>conftest.er1
11338 ac_status=$?
11339 grep -v '^ *+' conftest.er1 >conftest.err
11340 rm -f conftest.er1
11341 cat conftest.err >&5
11342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11343 (exit $ac_status); } && {
11344 test -z "$ac_c_werror_flag" ||
11345 test ! -s conftest.err
11346 } && test -s conftest$ac_exeext &&
11347 $as_test_x conftest$ac_exeext; then
11348 case "$LIBEXT" in
11349 dll) ;;
11350 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11351 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11352 esac
11353 else
11354 echo "$as_me: failed program was:" >&5
11355 sed 's/^/| /' conftest.$ac_ext >&5
11360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11361 conftest$ac_exeext conftest.$ac_ext
11362 LIBS=$ac_check_soname_save_LIBS
11364 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11365 { echo "$as_me:$LINENO: result: not found" >&5
11366 echo "${ECHO_T}not found" >&6; }
11368 else
11369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11370 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11372 cat >>confdefs.h <<_ACEOF
11373 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11374 _ACEOF
11380 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11381 case "x$with_glu" in
11382 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11383 xno) ;;
11384 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11385 This is an error since --with-glu was requested." >&5
11386 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11387 This is an error since --with-glu was requested." >&2;}
11388 { (exit 1); exit 1; }; } ;;
11389 esac
11392 else
11393 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11395 else
11396 opengl_msg="OpenGL development headers not found."
11399 if test -n "$opengl_msg"; then
11400 case "x$with_opengl" in
11401 x) wine_warnings="$wine_warnings|$opengl_msg
11402 OpenGL and Direct3D won't be supported." ;;
11403 xno) ;;
11404 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11405 OpenGL and Direct3D won't be supported.
11406 This is an error since --with-opengl was requested." >&5
11407 echo "$as_me: error: $opengl_msg
11408 OpenGL and Direct3D won't be supported.
11409 This is an error since --with-opengl was requested." >&2;}
11410 { (exit 1); exit 1; }; } ;;
11411 esac
11415 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11416 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11418 NASLIBS=""
11421 for ac_header in audio/audiolib.h
11423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11425 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11428 echo $ECHO_N "(cached) $ECHO_C" >&6
11430 ac_res=`eval echo '${'$as_ac_Header'}'`
11431 { echo "$as_me:$LINENO: result: $ac_res" >&5
11432 echo "${ECHO_T}$ac_res" >&6; }
11433 else
11434 # Is the header compilable?
11435 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11436 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h. */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h. */
11443 $ac_includes_default
11444 #include <$ac_header>
11445 _ACEOF
11446 rm -f conftest.$ac_objext
11447 if { (ac_try="$ac_compile"
11448 case "(($ac_try" in
11449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11450 *) ac_try_echo=$ac_try;;
11451 esac
11452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11453 (eval "$ac_compile") 2>conftest.er1
11454 ac_status=$?
11455 grep -v '^ *+' conftest.er1 >conftest.err
11456 rm -f conftest.er1
11457 cat conftest.err >&5
11458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11459 (exit $ac_status); } && {
11460 test -z "$ac_c_werror_flag" ||
11461 test ! -s conftest.err
11462 } && test -s conftest.$ac_objext; then
11463 ac_header_compiler=yes
11464 else
11465 echo "$as_me: failed program was:" >&5
11466 sed 's/^/| /' conftest.$ac_ext >&5
11468 ac_header_compiler=no
11471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11472 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11473 echo "${ECHO_T}$ac_header_compiler" >&6; }
11475 # Is the header present?
11476 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11477 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11478 cat >conftest.$ac_ext <<_ACEOF
11479 /* confdefs.h. */
11480 _ACEOF
11481 cat confdefs.h >>conftest.$ac_ext
11482 cat >>conftest.$ac_ext <<_ACEOF
11483 /* end confdefs.h. */
11484 #include <$ac_header>
11485 _ACEOF
11486 if { (ac_try="$ac_cpp conftest.$ac_ext"
11487 case "(($ac_try" in
11488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11489 *) ac_try_echo=$ac_try;;
11490 esac
11491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11492 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11493 ac_status=$?
11494 grep -v '^ *+' conftest.er1 >conftest.err
11495 rm -f conftest.er1
11496 cat conftest.err >&5
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } >/dev/null && {
11499 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11500 test ! -s conftest.err
11501 }; then
11502 ac_header_preproc=yes
11503 else
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11507 ac_header_preproc=no
11510 rm -f conftest.err conftest.$ac_ext
11511 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11512 echo "${ECHO_T}$ac_header_preproc" >&6; }
11514 # So? What about this header?
11515 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11516 yes:no: )
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11518 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11520 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11521 ac_header_preproc=yes
11523 no:yes:* )
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11525 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11527 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11529 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11531 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11532 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11533 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11534 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11535 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11536 ( cat <<\_ASBOX
11537 ## ------------------------------------ ##
11538 ## Report this to wine-devel@winehq.org ##
11539 ## ------------------------------------ ##
11540 _ASBOX
11541 ) | sed "s/^/$as_me: WARNING: /" >&2
11543 esac
11544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11547 echo $ECHO_N "(cached) $ECHO_C" >&6
11548 else
11549 eval "$as_ac_Header=\$ac_header_preproc"
11551 ac_res=`eval echo '${'$as_ac_Header'}'`
11552 { echo "$as_me:$LINENO: result: $ac_res" >&5
11553 echo "${ECHO_T}$ac_res" >&6; }
11556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11557 cat >>confdefs.h <<_ACEOF
11558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11559 _ACEOF
11561 for ac_header in audio/soundlib.h
11563 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11564 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11567 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 else
11569 cat >conftest.$ac_ext <<_ACEOF
11570 /* confdefs.h. */
11571 _ACEOF
11572 cat confdefs.h >>conftest.$ac_ext
11573 cat >>conftest.$ac_ext <<_ACEOF
11574 /* end confdefs.h. */
11575 #include <audio/audiolib.h>
11577 #include <$ac_header>
11578 _ACEOF
11579 rm -f conftest.$ac_objext
11580 if { (ac_try="$ac_compile"
11581 case "(($ac_try" in
11582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11583 *) ac_try_echo=$ac_try;;
11584 esac
11585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11586 (eval "$ac_compile") 2>conftest.er1
11587 ac_status=$?
11588 grep -v '^ *+' conftest.er1 >conftest.err
11589 rm -f conftest.er1
11590 cat conftest.err >&5
11591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592 (exit $ac_status); } && {
11593 test -z "$ac_c_werror_flag" ||
11594 test ! -s conftest.err
11595 } && test -s conftest.$ac_objext; then
11596 eval "$as_ac_Header=yes"
11597 else
11598 echo "$as_me: failed program was:" >&5
11599 sed 's/^/| /' conftest.$ac_ext >&5
11601 eval "$as_ac_Header=no"
11604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11606 ac_res=`eval echo '${'$as_ac_Header'}'`
11607 { echo "$as_me:$LINENO: result: $ac_res" >&5
11608 echo "${ECHO_T}$ac_res" >&6; }
11609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11610 cat >>confdefs.h <<_ACEOF
11611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11612 _ACEOF
11616 done
11618 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11619 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11620 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11621 echo $ECHO_N "(cached) $ECHO_C" >&6
11622 else
11623 ac_check_lib_save_LIBS=$LIBS
11624 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11625 cat >conftest.$ac_ext <<_ACEOF
11626 /* confdefs.h. */
11627 _ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11632 /* Override any GCC internal prototype to avoid an error.
11633 Use char because int might match the return type of a GCC
11634 builtin and then its argument prototype would still apply. */
11635 #ifdef __cplusplus
11636 extern "C"
11637 #endif
11638 char AuCreateFlow ();
11640 main ()
11642 return AuCreateFlow ();
11644 return 0;
11646 _ACEOF
11647 rm -f conftest.$ac_objext conftest$ac_exeext
11648 if { (ac_try="$ac_link"
11649 case "(($ac_try" in
11650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11651 *) ac_try_echo=$ac_try;;
11652 esac
11653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11654 (eval "$ac_link") 2>conftest.er1
11655 ac_status=$?
11656 grep -v '^ *+' conftest.er1 >conftest.err
11657 rm -f conftest.er1
11658 cat conftest.err >&5
11659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11660 (exit $ac_status); } && {
11661 test -z "$ac_c_werror_flag" ||
11662 test ! -s conftest.err
11663 } && test -s conftest$ac_exeext &&
11664 $as_test_x conftest$ac_exeext; then
11665 ac_cv_lib_audio_AuCreateFlow=yes
11666 else
11667 echo "$as_me: failed program was:" >&5
11668 sed 's/^/| /' conftest.$ac_ext >&5
11670 ac_cv_lib_audio_AuCreateFlow=no
11673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11674 conftest$ac_exeext conftest.$ac_ext
11675 LIBS=$ac_check_lib_save_LIBS
11677 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11678 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11679 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11681 cat >>confdefs.h <<\_ACEOF
11682 #define HAVE_NAS 1
11683 _ACEOF
11685 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11686 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11687 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11688 echo $ECHO_N "(cached) $ECHO_C" >&6
11689 else
11690 ac_check_lib_save_LIBS=$LIBS
11691 LIBS="-lXau $X_LIBS $LIBS"
11692 cat >conftest.$ac_ext <<_ACEOF
11693 /* confdefs.h. */
11694 _ACEOF
11695 cat confdefs.h >>conftest.$ac_ext
11696 cat >>conftest.$ac_ext <<_ACEOF
11697 /* end confdefs.h. */
11699 /* Override any GCC internal prototype to avoid an error.
11700 Use char because int might match the return type of a GCC
11701 builtin and then its argument prototype would still apply. */
11702 #ifdef __cplusplus
11703 extern "C"
11704 #endif
11705 char XauGetBestAuthByAddr ();
11707 main ()
11709 return XauGetBestAuthByAddr ();
11711 return 0;
11713 _ACEOF
11714 rm -f conftest.$ac_objext conftest$ac_exeext
11715 if { (ac_try="$ac_link"
11716 case "(($ac_try" in
11717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11718 *) ac_try_echo=$ac_try;;
11719 esac
11720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11721 (eval "$ac_link") 2>conftest.er1
11722 ac_status=$?
11723 grep -v '^ *+' conftest.er1 >conftest.err
11724 rm -f conftest.er1
11725 cat conftest.err >&5
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); } && {
11728 test -z "$ac_c_werror_flag" ||
11729 test ! -s conftest.err
11730 } && test -s conftest$ac_exeext &&
11731 $as_test_x conftest$ac_exeext; then
11732 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11733 else
11734 echo "$as_me: failed program was:" >&5
11735 sed 's/^/| /' conftest.$ac_ext >&5
11737 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11741 conftest$ac_exeext conftest.$ac_ext
11742 LIBS=$ac_check_lib_save_LIBS
11744 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11745 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11746 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11747 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11748 else
11749 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11757 done
11760 CPPFLAGS="$ac_save_CPPFLAGS"
11761 else
11762 XLIB=""
11763 X_CFLAGS=""
11764 X_LIBS=""
11765 enable_winex11_drv=${enable_winex11_drv:-no}
11766 enable_opengl32=${enable_opengl32:-no}
11767 enable_glu32=${enable_glu32:-no}
11769 if test "x$XLIB" = "x"; then
11770 case "x$with_x" in
11771 xno) ;;
11772 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11773 without X support, which probably isn't what you want. You will need to install
11774 development packages of Xlib/Xfree86 at the very least.
11775 Use the --without-x option if you really want this." >&5
11776 echo "$as_me: error: X development files not found. Wine will be built
11777 without X support, which probably isn't what you want. You will need to install
11778 development packages of Xlib/Xfree86 at the very least.
11779 Use the --without-x option if you really want this." >&2;}
11780 { (exit 1); exit 1; }; } ;;
11781 esac
11786 XML2LIBS=""
11788 XML2INCL=""
11790 XSLTLIBS=""
11792 XSLTINCL=""
11794 if test "x$with_xml" != "xno"
11795 then
11796 ac_save_CPPFLAGS="$CPPFLAGS"
11797 if test "$PKG_CONFIG" != "false"
11798 then
11799 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11800 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11801 else
11802 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11803 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11805 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11807 for ac_header in libxml/parser.h
11809 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11811 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11812 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11814 echo $ECHO_N "(cached) $ECHO_C" >&6
11816 ac_res=`eval echo '${'$as_ac_Header'}'`
11817 { echo "$as_me:$LINENO: result: $ac_res" >&5
11818 echo "${ECHO_T}$ac_res" >&6; }
11819 else
11820 # Is the header compilable?
11821 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11822 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11823 cat >conftest.$ac_ext <<_ACEOF
11824 /* confdefs.h. */
11825 _ACEOF
11826 cat confdefs.h >>conftest.$ac_ext
11827 cat >>conftest.$ac_ext <<_ACEOF
11828 /* end confdefs.h. */
11829 $ac_includes_default
11830 #include <$ac_header>
11831 _ACEOF
11832 rm -f conftest.$ac_objext
11833 if { (ac_try="$ac_compile"
11834 case "(($ac_try" in
11835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11836 *) ac_try_echo=$ac_try;;
11837 esac
11838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11839 (eval "$ac_compile") 2>conftest.er1
11840 ac_status=$?
11841 grep -v '^ *+' conftest.er1 >conftest.err
11842 rm -f conftest.er1
11843 cat conftest.err >&5
11844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } && {
11846 test -z "$ac_c_werror_flag" ||
11847 test ! -s conftest.err
11848 } && test -s conftest.$ac_objext; then
11849 ac_header_compiler=yes
11850 else
11851 echo "$as_me: failed program was:" >&5
11852 sed 's/^/| /' conftest.$ac_ext >&5
11854 ac_header_compiler=no
11857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11858 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11859 echo "${ECHO_T}$ac_header_compiler" >&6; }
11861 # Is the header present?
11862 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11863 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11864 cat >conftest.$ac_ext <<_ACEOF
11865 /* confdefs.h. */
11866 _ACEOF
11867 cat confdefs.h >>conftest.$ac_ext
11868 cat >>conftest.$ac_ext <<_ACEOF
11869 /* end confdefs.h. */
11870 #include <$ac_header>
11871 _ACEOF
11872 if { (ac_try="$ac_cpp conftest.$ac_ext"
11873 case "(($ac_try" in
11874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11875 *) ac_try_echo=$ac_try;;
11876 esac
11877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11878 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11879 ac_status=$?
11880 grep -v '^ *+' conftest.er1 >conftest.err
11881 rm -f conftest.er1
11882 cat conftest.err >&5
11883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11884 (exit $ac_status); } >/dev/null && {
11885 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11886 test ! -s conftest.err
11887 }; then
11888 ac_header_preproc=yes
11889 else
11890 echo "$as_me: failed program was:" >&5
11891 sed 's/^/| /' conftest.$ac_ext >&5
11893 ac_header_preproc=no
11896 rm -f conftest.err conftest.$ac_ext
11897 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11898 echo "${ECHO_T}$ac_header_preproc" >&6; }
11900 # So? What about this header?
11901 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11902 yes:no: )
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11904 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11905 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11906 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11907 ac_header_preproc=yes
11909 no:yes:* )
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11911 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11913 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11915 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11917 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11918 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11919 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11920 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11921 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11922 ( cat <<\_ASBOX
11923 ## ------------------------------------ ##
11924 ## Report this to wine-devel@winehq.org ##
11925 ## ------------------------------------ ##
11926 _ASBOX
11927 ) | sed "s/^/$as_me: WARNING: /" >&2
11929 esac
11930 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11934 else
11935 eval "$as_ac_Header=\$ac_header_preproc"
11937 ac_res=`eval echo '${'$as_ac_Header'}'`
11938 { echo "$as_me:$LINENO: result: $ac_res" >&5
11939 echo "${ECHO_T}$ac_res" >&6; }
11942 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11943 cat >>confdefs.h <<_ACEOF
11944 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11945 _ACEOF
11946 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11947 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11948 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11949 echo $ECHO_N "(cached) $ECHO_C" >&6
11950 else
11951 ac_check_lib_save_LIBS=$LIBS
11952 LIBS="-lxml2 $ac_xml_libs $LIBS"
11953 cat >conftest.$ac_ext <<_ACEOF
11954 /* confdefs.h. */
11955 _ACEOF
11956 cat confdefs.h >>conftest.$ac_ext
11957 cat >>conftest.$ac_ext <<_ACEOF
11958 /* end confdefs.h. */
11960 /* Override any GCC internal prototype to avoid an error.
11961 Use char because int might match the return type of a GCC
11962 builtin and then its argument prototype would still apply. */
11963 #ifdef __cplusplus
11964 extern "C"
11965 #endif
11966 char xmlParseMemory ();
11968 main ()
11970 return xmlParseMemory ();
11972 return 0;
11974 _ACEOF
11975 rm -f conftest.$ac_objext conftest$ac_exeext
11976 if { (ac_try="$ac_link"
11977 case "(($ac_try" in
11978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11979 *) ac_try_echo=$ac_try;;
11980 esac
11981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11982 (eval "$ac_link") 2>conftest.er1
11983 ac_status=$?
11984 grep -v '^ *+' conftest.er1 >conftest.err
11985 rm -f conftest.er1
11986 cat conftest.err >&5
11987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988 (exit $ac_status); } && {
11989 test -z "$ac_c_werror_flag" ||
11990 test ! -s conftest.err
11991 } && test -s conftest$ac_exeext &&
11992 $as_test_x conftest$ac_exeext; then
11993 ac_cv_lib_xml2_xmlParseMemory=yes
11994 else
11995 echo "$as_me: failed program was:" >&5
11996 sed 's/^/| /' conftest.$ac_ext >&5
11998 ac_cv_lib_xml2_xmlParseMemory=no
12001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12002 conftest$ac_exeext conftest.$ac_ext
12003 LIBS=$ac_check_lib_save_LIBS
12005 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12006 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12007 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12009 cat >>confdefs.h <<\_ACEOF
12010 #define HAVE_LIBXML2 1
12011 _ACEOF
12013 XML2LIBS="$ac_xml_libs"
12014 XML2INCL="$ac_xml_cflags"
12017 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12018 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12019 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12020 echo $ECHO_N "(cached) $ECHO_C" >&6
12021 else
12022 ac_check_lib_save_LIBS=$LIBS
12023 LIBS="-lxml2 $ac_xml_libs $LIBS"
12024 cat >conftest.$ac_ext <<_ACEOF
12025 /* confdefs.h. */
12026 _ACEOF
12027 cat confdefs.h >>conftest.$ac_ext
12028 cat >>conftest.$ac_ext <<_ACEOF
12029 /* end confdefs.h. */
12031 /* Override any GCC internal prototype to avoid an error.
12032 Use char because int might match the return type of a GCC
12033 builtin and then its argument prototype would still apply. */
12034 #ifdef __cplusplus
12035 extern "C"
12036 #endif
12037 char xmlReadMemory ();
12039 main ()
12041 return xmlReadMemory ();
12043 return 0;
12045 _ACEOF
12046 rm -f conftest.$ac_objext conftest$ac_exeext
12047 if { (ac_try="$ac_link"
12048 case "(($ac_try" in
12049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12050 *) ac_try_echo=$ac_try;;
12051 esac
12052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12053 (eval "$ac_link") 2>conftest.er1
12054 ac_status=$?
12055 grep -v '^ *+' conftest.er1 >conftest.err
12056 rm -f conftest.er1
12057 cat conftest.err >&5
12058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } && {
12060 test -z "$ac_c_werror_flag" ||
12061 test ! -s conftest.err
12062 } && test -s conftest$ac_exeext &&
12063 $as_test_x conftest$ac_exeext; then
12064 ac_cv_lib_xml2_xmlReadMemory=yes
12065 else
12066 echo "$as_me: failed program was:" >&5
12067 sed 's/^/| /' conftest.$ac_ext >&5
12069 ac_cv_lib_xml2_xmlReadMemory=no
12072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12073 conftest$ac_exeext conftest.$ac_ext
12074 LIBS=$ac_check_lib_save_LIBS
12076 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12077 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12078 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12080 cat >>confdefs.h <<\_ACEOF
12081 #define HAVE_XMLREADMEMORY 1
12082 _ACEOF
12086 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12087 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12088 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 else
12091 ac_check_lib_save_LIBS=$LIBS
12092 LIBS="-lxml2 $ac_xml_libs $LIBS"
12093 cat >conftest.$ac_ext <<_ACEOF
12094 /* confdefs.h. */
12095 _ACEOF
12096 cat confdefs.h >>conftest.$ac_ext
12097 cat >>conftest.$ac_ext <<_ACEOF
12098 /* end confdefs.h. */
12100 /* Override any GCC internal prototype to avoid an error.
12101 Use char because int might match the return type of a GCC
12102 builtin and then its argument prototype would still apply. */
12103 #ifdef __cplusplus
12104 extern "C"
12105 #endif
12106 char xmlNewDocPI ();
12108 main ()
12110 return xmlNewDocPI ();
12112 return 0;
12114 _ACEOF
12115 rm -f conftest.$ac_objext conftest$ac_exeext
12116 if { (ac_try="$ac_link"
12117 case "(($ac_try" in
12118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12119 *) ac_try_echo=$ac_try;;
12120 esac
12121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12122 (eval "$ac_link") 2>conftest.er1
12123 ac_status=$?
12124 grep -v '^ *+' conftest.er1 >conftest.err
12125 rm -f conftest.er1
12126 cat conftest.err >&5
12127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12128 (exit $ac_status); } && {
12129 test -z "$ac_c_werror_flag" ||
12130 test ! -s conftest.err
12131 } && test -s conftest$ac_exeext &&
12132 $as_test_x conftest$ac_exeext; then
12133 ac_cv_lib_xml2_xmlNewDocPI=yes
12134 else
12135 echo "$as_me: failed program was:" >&5
12136 sed 's/^/| /' conftest.$ac_ext >&5
12138 ac_cv_lib_xml2_xmlNewDocPI=no
12141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12142 conftest$ac_exeext conftest.$ac_ext
12143 LIBS=$ac_check_lib_save_LIBS
12145 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12146 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12147 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12149 cat >>confdefs.h <<\_ACEOF
12150 #define HAVE_XMLNEWDOCPI 1
12151 _ACEOF
12158 done
12160 CPPFLAGS="$ac_save_CPPFLAGS"
12162 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12163 case "x$with_xml" in
12164 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12165 xno) ;;
12166 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12167 This is an error since --with-xml was requested." >&5
12168 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12169 This is an error since --with-xml was requested." >&2;}
12170 { (exit 1); exit 1; }; } ;;
12171 esac
12175 if test "x$with_xslt" != "xno"
12176 then
12177 if test "$PKG_CONFIG" != "false"
12178 then
12179 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12180 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12181 else
12182 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12183 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12185 ac_save_CPPFLAGS="$CPPFLAGS"
12186 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12189 for ac_header in libxslt/pattern.h libxslt/transform.h
12191 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12192 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12193 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195 echo $ECHO_N "(cached) $ECHO_C" >&6
12196 else
12197 cat >conftest.$ac_ext <<_ACEOF
12198 /* confdefs.h. */
12199 _ACEOF
12200 cat confdefs.h >>conftest.$ac_ext
12201 cat >>conftest.$ac_ext <<_ACEOF
12202 /* end confdefs.h. */
12203 #ifdef HAVE_LIBXSLT_PATTERN_H
12204 # include <libxslt/pattern.h>
12205 #endif
12207 #include <$ac_header>
12208 _ACEOF
12209 rm -f conftest.$ac_objext
12210 if { (ac_try="$ac_compile"
12211 case "(($ac_try" in
12212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12213 *) ac_try_echo=$ac_try;;
12214 esac
12215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12216 (eval "$ac_compile") 2>conftest.er1
12217 ac_status=$?
12218 grep -v '^ *+' conftest.er1 >conftest.err
12219 rm -f conftest.er1
12220 cat conftest.err >&5
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); } && {
12223 test -z "$ac_c_werror_flag" ||
12224 test ! -s conftest.err
12225 } && test -s conftest.$ac_objext; then
12226 eval "$as_ac_Header=yes"
12227 else
12228 echo "$as_me: failed program was:" >&5
12229 sed 's/^/| /' conftest.$ac_ext >&5
12231 eval "$as_ac_Header=no"
12234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12236 ac_res=`eval echo '${'$as_ac_Header'}'`
12237 { echo "$as_me:$LINENO: result: $ac_res" >&5
12238 echo "${ECHO_T}$ac_res" >&6; }
12239 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12240 cat >>confdefs.h <<_ACEOF
12241 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12242 _ACEOF
12246 done
12248 CPPFLAGS="$ac_save_CPPFLAGS"
12249 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12250 then
12251 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12252 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12253 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12254 echo $ECHO_N "(cached) $ECHO_C" >&6
12255 else
12256 ac_check_lib_save_LIBS=$LIBS
12257 LIBS="-lxslt $ac_xslt_libs $LIBS"
12258 cat >conftest.$ac_ext <<_ACEOF
12259 /* confdefs.h. */
12260 _ACEOF
12261 cat confdefs.h >>conftest.$ac_ext
12262 cat >>conftest.$ac_ext <<_ACEOF
12263 /* end confdefs.h. */
12265 /* Override any GCC internal prototype to avoid an error.
12266 Use char because int might match the return type of a GCC
12267 builtin and then its argument prototype would still apply. */
12268 #ifdef __cplusplus
12269 extern "C"
12270 #endif
12271 char xsltCompilePattern ();
12273 main ()
12275 return xsltCompilePattern ();
12277 return 0;
12279 _ACEOF
12280 rm -f conftest.$ac_objext conftest$ac_exeext
12281 if { (ac_try="$ac_link"
12282 case "(($ac_try" in
12283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12284 *) ac_try_echo=$ac_try;;
12285 esac
12286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12287 (eval "$ac_link") 2>conftest.er1
12288 ac_status=$?
12289 grep -v '^ *+' conftest.er1 >conftest.err
12290 rm -f conftest.er1
12291 cat conftest.err >&5
12292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12293 (exit $ac_status); } && {
12294 test -z "$ac_c_werror_flag" ||
12295 test ! -s conftest.err
12296 } && test -s conftest$ac_exeext &&
12297 $as_test_x conftest$ac_exeext; then
12298 ac_cv_lib_xslt_xsltCompilePattern=yes
12299 else
12300 echo "$as_me: failed program was:" >&5
12301 sed 's/^/| /' conftest.$ac_ext >&5
12303 ac_cv_lib_xslt_xsltCompilePattern=no
12306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12307 conftest$ac_exeext conftest.$ac_ext
12308 LIBS=$ac_check_lib_save_LIBS
12310 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12311 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12312 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12314 cat >>confdefs.h <<\_ACEOF
12315 #define HAVE_LIBXSLT 1
12316 _ACEOF
12318 XSLTLIBS="$ac_xslt_libs"
12319 XSLTINCL="$ac_xslt_cflags"
12320 ac_save_LIBS="$LIBS"
12321 LIBS="$LIBS $ac_xslt_libs"
12323 for ac_func in xsltInit
12325 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12326 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12327 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12328 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12329 echo $ECHO_N "(cached) $ECHO_C" >&6
12330 else
12331 cat >conftest.$ac_ext <<_ACEOF
12332 /* confdefs.h. */
12333 _ACEOF
12334 cat confdefs.h >>conftest.$ac_ext
12335 cat >>conftest.$ac_ext <<_ACEOF
12336 /* end confdefs.h. */
12337 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12338 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12339 #define $ac_func innocuous_$ac_func
12341 /* System header to define __stub macros and hopefully few prototypes,
12342 which can conflict with char $ac_func (); below.
12343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12344 <limits.h> exists even on freestanding compilers. */
12346 #ifdef __STDC__
12347 # include <limits.h>
12348 #else
12349 # include <assert.h>
12350 #endif
12352 #undef $ac_func
12354 /* Override any GCC internal prototype to avoid an error.
12355 Use char because int might match the return type of a GCC
12356 builtin and then its argument prototype would still apply. */
12357 #ifdef __cplusplus
12358 extern "C"
12359 #endif
12360 char $ac_func ();
12361 /* The GNU C library defines this for functions which it implements
12362 to always fail with ENOSYS. Some functions are actually named
12363 something starting with __ and the normal name is an alias. */
12364 #if defined __stub_$ac_func || defined __stub___$ac_func
12365 choke me
12366 #endif
12369 main ()
12371 return $ac_func ();
12373 return 0;
12375 _ACEOF
12376 rm -f conftest.$ac_objext conftest$ac_exeext
12377 if { (ac_try="$ac_link"
12378 case "(($ac_try" in
12379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12380 *) ac_try_echo=$ac_try;;
12381 esac
12382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12383 (eval "$ac_link") 2>conftest.er1
12384 ac_status=$?
12385 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1
12387 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && {
12390 test -z "$ac_c_werror_flag" ||
12391 test ! -s conftest.err
12392 } && test -s conftest$ac_exeext &&
12393 $as_test_x conftest$ac_exeext; then
12394 eval "$as_ac_var=yes"
12395 else
12396 echo "$as_me: failed program was:" >&5
12397 sed 's/^/| /' conftest.$ac_ext >&5
12399 eval "$as_ac_var=no"
12402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12403 conftest$ac_exeext conftest.$ac_ext
12405 ac_res=`eval echo '${'$as_ac_var'}'`
12406 { echo "$as_me:$LINENO: result: $ac_res" >&5
12407 echo "${ECHO_T}$ac_res" >&6; }
12408 if test `eval echo '${'$as_ac_var'}'` = yes; then
12409 cat >>confdefs.h <<_ACEOF
12410 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12411 _ACEOF
12414 done
12416 LIBS="$ac_save_LIBS"
12421 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12422 case "x$with_xslt" in
12423 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12424 xno) ;;
12425 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12426 This is an error since --with-xslt was requested." >&5
12427 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12428 This is an error since --with-xslt was requested." >&2;}
12429 { (exit 1); exit 1; }; } ;;
12430 esac
12434 HALINCL=""
12436 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12437 then
12438 ac_save_CPPFLAGS="$CPPFLAGS"
12439 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12440 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12441 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12444 for ac_header in dbus/dbus.h hal/libhal.h
12446 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12451 echo $ECHO_N "(cached) $ECHO_C" >&6
12453 ac_res=`eval echo '${'$as_ac_Header'}'`
12454 { echo "$as_me:$LINENO: result: $ac_res" >&5
12455 echo "${ECHO_T}$ac_res" >&6; }
12456 else
12457 # Is the header compilable?
12458 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12459 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12460 cat >conftest.$ac_ext <<_ACEOF
12461 /* confdefs.h. */
12462 _ACEOF
12463 cat confdefs.h >>conftest.$ac_ext
12464 cat >>conftest.$ac_ext <<_ACEOF
12465 /* end confdefs.h. */
12466 $ac_includes_default
12467 #include <$ac_header>
12468 _ACEOF
12469 rm -f conftest.$ac_objext
12470 if { (ac_try="$ac_compile"
12471 case "(($ac_try" in
12472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12473 *) ac_try_echo=$ac_try;;
12474 esac
12475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12476 (eval "$ac_compile") 2>conftest.er1
12477 ac_status=$?
12478 grep -v '^ *+' conftest.er1 >conftest.err
12479 rm -f conftest.er1
12480 cat conftest.err >&5
12481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12482 (exit $ac_status); } && {
12483 test -z "$ac_c_werror_flag" ||
12484 test ! -s conftest.err
12485 } && test -s conftest.$ac_objext; then
12486 ac_header_compiler=yes
12487 else
12488 echo "$as_me: failed program was:" >&5
12489 sed 's/^/| /' conftest.$ac_ext >&5
12491 ac_header_compiler=no
12494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12495 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12496 echo "${ECHO_T}$ac_header_compiler" >&6; }
12498 # Is the header present?
12499 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12501 cat >conftest.$ac_ext <<_ACEOF
12502 /* confdefs.h. */
12503 _ACEOF
12504 cat confdefs.h >>conftest.$ac_ext
12505 cat >>conftest.$ac_ext <<_ACEOF
12506 /* end confdefs.h. */
12507 #include <$ac_header>
12508 _ACEOF
12509 if { (ac_try="$ac_cpp conftest.$ac_ext"
12510 case "(($ac_try" in
12511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12512 *) ac_try_echo=$ac_try;;
12513 esac
12514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12516 ac_status=$?
12517 grep -v '^ *+' conftest.er1 >conftest.err
12518 rm -f conftest.er1
12519 cat conftest.err >&5
12520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12521 (exit $ac_status); } >/dev/null && {
12522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12523 test ! -s conftest.err
12524 }; then
12525 ac_header_preproc=yes
12526 else
12527 echo "$as_me: failed program was:" >&5
12528 sed 's/^/| /' conftest.$ac_ext >&5
12530 ac_header_preproc=no
12533 rm -f conftest.err conftest.$ac_ext
12534 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12535 echo "${ECHO_T}$ac_header_preproc" >&6; }
12537 # So? What about this header?
12538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12539 yes:no: )
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12544 ac_header_preproc=yes
12546 no:yes:* )
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12559 ( cat <<\_ASBOX
12560 ## ------------------------------------ ##
12561 ## Report this to wine-devel@winehq.org ##
12562 ## ------------------------------------ ##
12563 _ASBOX
12564 ) | sed "s/^/$as_me: WARNING: /" >&2
12566 esac
12567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12570 echo $ECHO_N "(cached) $ECHO_C" >&6
12571 else
12572 eval "$as_ac_Header=\$ac_header_preproc"
12574 ac_res=`eval echo '${'$as_ac_Header'}'`
12575 { echo "$as_me:$LINENO: result: $ac_res" >&5
12576 echo "${ECHO_T}$ac_res" >&6; }
12579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12580 cat >>confdefs.h <<_ACEOF
12581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12582 _ACEOF
12586 done
12588 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12589 then
12590 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12591 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12592 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12593 echo $ECHO_N "(cached) $ECHO_C" >&6
12594 else
12595 ac_check_lib_save_LIBS=$LIBS
12596 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12597 cat >conftest.$ac_ext <<_ACEOF
12598 /* confdefs.h. */
12599 _ACEOF
12600 cat confdefs.h >>conftest.$ac_ext
12601 cat >>conftest.$ac_ext <<_ACEOF
12602 /* end confdefs.h. */
12604 /* Override any GCC internal prototype to avoid an error.
12605 Use char because int might match the return type of a GCC
12606 builtin and then its argument prototype would still apply. */
12607 #ifdef __cplusplus
12608 extern "C"
12609 #endif
12610 char dbus_connection_close ();
12612 main ()
12614 return dbus_connection_close ();
12616 return 0;
12618 _ACEOF
12619 rm -f conftest.$ac_objext conftest$ac_exeext
12620 if { (ac_try="$ac_link"
12621 case "(($ac_try" in
12622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12623 *) ac_try_echo=$ac_try;;
12624 esac
12625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12626 (eval "$ac_link") 2>conftest.er1
12627 ac_status=$?
12628 grep -v '^ *+' conftest.er1 >conftest.err
12629 rm -f conftest.er1
12630 cat conftest.err >&5
12631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12632 (exit $ac_status); } && {
12633 test -z "$ac_c_werror_flag" ||
12634 test ! -s conftest.err
12635 } && test -s conftest$ac_exeext &&
12636 $as_test_x conftest$ac_exeext; then
12637 ac_cv_lib_dbus_1_dbus_connection_close=yes
12638 else
12639 echo "$as_me: failed program was:" >&5
12640 sed 's/^/| /' conftest.$ac_ext >&5
12642 ac_cv_lib_dbus_1_dbus_connection_close=no
12645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12646 conftest$ac_exeext conftest.$ac_ext
12647 LIBS=$ac_check_lib_save_LIBS
12649 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12650 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12651 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12652 { echo "$as_me:$LINENO: checking for -lhal" >&5
12653 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12654 if test "${ac_cv_lib_soname_hal+set}" = set; then
12655 echo $ECHO_N "(cached) $ECHO_C" >&6
12656 else
12657 ac_check_soname_save_LIBS=$LIBS
12658 LIBS="-lhal $ac_hal_libs $LIBS"
12659 cat >conftest.$ac_ext <<_ACEOF
12660 /* confdefs.h. */
12661 _ACEOF
12662 cat confdefs.h >>conftest.$ac_ext
12663 cat >>conftest.$ac_ext <<_ACEOF
12664 /* end confdefs.h. */
12666 /* Override any GCC internal prototype to avoid an error.
12667 Use char because int might match the return type of a GCC
12668 builtin and then its argument prototype would still apply. */
12669 #ifdef __cplusplus
12670 extern "C"
12671 #endif
12672 char libhal_ctx_new ();
12674 main ()
12676 return libhal_ctx_new ();
12678 return 0;
12680 _ACEOF
12681 rm -f conftest.$ac_objext conftest$ac_exeext
12682 if { (ac_try="$ac_link"
12683 case "(($ac_try" in
12684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12685 *) ac_try_echo=$ac_try;;
12686 esac
12687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12688 (eval "$ac_link") 2>conftest.er1
12689 ac_status=$?
12690 grep -v '^ *+' conftest.er1 >conftest.err
12691 rm -f conftest.er1
12692 cat conftest.err >&5
12693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12694 (exit $ac_status); } && {
12695 test -z "$ac_c_werror_flag" ||
12696 test ! -s conftest.err
12697 } && test -s conftest$ac_exeext &&
12698 $as_test_x conftest$ac_exeext; then
12699 case "$LIBEXT" in
12700 dll) ;;
12701 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12702 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12703 esac
12704 else
12705 echo "$as_me: failed program was:" >&5
12706 sed 's/^/| /' conftest.$ac_ext >&5
12711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12712 conftest$ac_exeext conftest.$ac_ext
12713 LIBS=$ac_check_soname_save_LIBS
12715 if test "x$ac_cv_lib_soname_hal" = "x"; then
12716 { echo "$as_me:$LINENO: result: not found" >&5
12717 echo "${ECHO_T}not found" >&6; }
12719 else
12720 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12721 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12723 cat >>confdefs.h <<_ACEOF
12724 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12725 _ACEOF
12727 HALINCL="$ac_hal_cflags"
12733 CPPFLAGS="$ac_save_CPPFLAGS"
12735 if test "x$ac_cv_lib_soname_hal" = "x"; then
12736 case "x$with_hal" in
12737 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12738 xno) ;;
12739 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12740 This is an error since --with-hal was requested." >&5
12741 echo "$as_me: error: libhal development files not found, no dynamic device support.
12742 This is an error since --with-hal was requested." >&2;}
12743 { (exit 1); exit 1; }; } ;;
12744 esac
12748 CURSESLIBS=""
12749 if test "$ac_cv_header_ncurses_h" = "yes"
12750 then
12751 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12752 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12753 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12755 else
12756 ac_check_soname_save_LIBS=$LIBS
12757 LIBS="-lncurses $LIBS"
12758 cat >conftest.$ac_ext <<_ACEOF
12759 /* confdefs.h. */
12760 _ACEOF
12761 cat confdefs.h >>conftest.$ac_ext
12762 cat >>conftest.$ac_ext <<_ACEOF
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12768 #ifdef __cplusplus
12769 extern "C"
12770 #endif
12771 char waddch ();
12773 main ()
12775 return waddch ();
12777 return 0;
12779 _ACEOF
12780 rm -f conftest.$ac_objext conftest$ac_exeext
12781 if { (ac_try="$ac_link"
12782 case "(($ac_try" in
12783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12784 *) ac_try_echo=$ac_try;;
12785 esac
12786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12787 (eval "$ac_link") 2>conftest.er1
12788 ac_status=$?
12789 grep -v '^ *+' conftest.er1 >conftest.err
12790 rm -f conftest.er1
12791 cat conftest.err >&5
12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793 (exit $ac_status); } && {
12794 test -z "$ac_c_werror_flag" ||
12795 test ! -s conftest.err
12796 } && test -s conftest$ac_exeext &&
12797 $as_test_x conftest$ac_exeext; then
12798 case "$LIBEXT" in
12799 dll) ;;
12800 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12801 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12802 esac
12803 else
12804 echo "$as_me: failed program was:" >&5
12805 sed 's/^/| /' conftest.$ac_ext >&5
12810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12811 conftest$ac_exeext conftest.$ac_ext
12812 LIBS=$ac_check_soname_save_LIBS
12814 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12815 { echo "$as_me:$LINENO: result: not found" >&5
12816 echo "${ECHO_T}not found" >&6; }
12818 else
12819 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12820 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12822 cat >>confdefs.h <<_ACEOF
12823 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12824 _ACEOF
12826 CURSESLIBS="-lncurses"
12829 elif test "$ac_cv_header_curses_h" = "yes"
12830 then
12831 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12832 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12833 if test "${ac_cv_lib_soname_curses+set}" = set; then
12834 echo $ECHO_N "(cached) $ECHO_C" >&6
12835 else
12836 ac_check_soname_save_LIBS=$LIBS
12837 LIBS="-lcurses $LIBS"
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12845 /* Override any GCC internal prototype to avoid an error.
12846 Use char because int might match the return type of a GCC
12847 builtin and then its argument prototype would still apply. */
12848 #ifdef __cplusplus
12849 extern "C"
12850 #endif
12851 char waddch ();
12853 main ()
12855 return waddch ();
12857 return 0;
12859 _ACEOF
12860 rm -f conftest.$ac_objext conftest$ac_exeext
12861 if { (ac_try="$ac_link"
12862 case "(($ac_try" in
12863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12864 *) ac_try_echo=$ac_try;;
12865 esac
12866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12867 (eval "$ac_link") 2>conftest.er1
12868 ac_status=$?
12869 grep -v '^ *+' conftest.er1 >conftest.err
12870 rm -f conftest.er1
12871 cat conftest.err >&5
12872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12873 (exit $ac_status); } && {
12874 test -z "$ac_c_werror_flag" ||
12875 test ! -s conftest.err
12876 } && test -s conftest$ac_exeext &&
12877 $as_test_x conftest$ac_exeext; then
12878 case "$LIBEXT" in
12879 dll) ;;
12880 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12881 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12882 esac
12883 else
12884 echo "$as_me: failed program was:" >&5
12885 sed 's/^/| /' conftest.$ac_ext >&5
12890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12891 conftest$ac_exeext conftest.$ac_ext
12892 LIBS=$ac_check_soname_save_LIBS
12894 if test "x$ac_cv_lib_soname_curses" = "x"; then
12895 { echo "$as_me:$LINENO: result: not found" >&5
12896 echo "${ECHO_T}not found" >&6; }
12898 else
12899 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12900 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12902 cat >>confdefs.h <<_ACEOF
12903 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12904 _ACEOF
12906 CURSESLIBS="-lcurses"
12910 ac_save_LIBS="$LIBS"
12911 LIBS="$LIBS $CURSESLIBS"
12913 for ac_func in mousemask
12915 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12916 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12917 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12918 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12919 echo $ECHO_N "(cached) $ECHO_C" >&6
12920 else
12921 cat >conftest.$ac_ext <<_ACEOF
12922 /* confdefs.h. */
12923 _ACEOF
12924 cat confdefs.h >>conftest.$ac_ext
12925 cat >>conftest.$ac_ext <<_ACEOF
12926 /* end confdefs.h. */
12927 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12928 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12929 #define $ac_func innocuous_$ac_func
12931 /* System header to define __stub macros and hopefully few prototypes,
12932 which can conflict with char $ac_func (); below.
12933 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12934 <limits.h> exists even on freestanding compilers. */
12936 #ifdef __STDC__
12937 # include <limits.h>
12938 #else
12939 # include <assert.h>
12940 #endif
12942 #undef $ac_func
12944 /* Override any GCC internal prototype to avoid an error.
12945 Use char because int might match the return type of a GCC
12946 builtin and then its argument prototype would still apply. */
12947 #ifdef __cplusplus
12948 extern "C"
12949 #endif
12950 char $ac_func ();
12951 /* The GNU C library defines this for functions which it implements
12952 to always fail with ENOSYS. Some functions are actually named
12953 something starting with __ and the normal name is an alias. */
12954 #if defined __stub_$ac_func || defined __stub___$ac_func
12955 choke me
12956 #endif
12959 main ()
12961 return $ac_func ();
12963 return 0;
12965 _ACEOF
12966 rm -f conftest.$ac_objext conftest$ac_exeext
12967 if { (ac_try="$ac_link"
12968 case "(($ac_try" in
12969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12970 *) ac_try_echo=$ac_try;;
12971 esac
12972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12973 (eval "$ac_link") 2>conftest.er1
12974 ac_status=$?
12975 grep -v '^ *+' conftest.er1 >conftest.err
12976 rm -f conftest.er1
12977 cat conftest.err >&5
12978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12979 (exit $ac_status); } && {
12980 test -z "$ac_c_werror_flag" ||
12981 test ! -s conftest.err
12982 } && test -s conftest$ac_exeext &&
12983 $as_test_x conftest$ac_exeext; then
12984 eval "$as_ac_var=yes"
12985 else
12986 echo "$as_me: failed program was:" >&5
12987 sed 's/^/| /' conftest.$ac_ext >&5
12989 eval "$as_ac_var=no"
12992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12993 conftest$ac_exeext conftest.$ac_ext
12995 ac_res=`eval echo '${'$as_ac_var'}'`
12996 { echo "$as_me:$LINENO: result: $ac_res" >&5
12997 echo "${ECHO_T}$ac_res" >&6; }
12998 if test `eval echo '${'$as_ac_var'}'` = yes; then
12999 cat >>confdefs.h <<_ACEOF
13000 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13001 _ACEOF
13004 done
13006 LIBS="$ac_save_LIBS"
13007 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13008 case "x$with_curses" in
13009 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13010 xno) ;;
13011 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13012 This is an error since --with-curses was requested." >&5
13013 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13014 This is an error since --with-curses was requested." >&2;}
13015 { (exit 1); exit 1; }; } ;;
13016 esac
13020 # Extract the first word of "sane-config", so it can be a program name with args.
13021 set dummy sane-config; ac_word=$2
13022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13024 if test "${ac_cv_prog_sane_devel+set}" = set; then
13025 echo $ECHO_N "(cached) $ECHO_C" >&6
13026 else
13027 if test -n "$sane_devel"; then
13028 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13029 else
13030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13031 for as_dir in $PATH
13033 IFS=$as_save_IFS
13034 test -z "$as_dir" && as_dir=.
13035 for ac_exec_ext in '' $ac_executable_extensions; do
13036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13037 ac_cv_prog_sane_devel="sane-config"
13038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13039 break 2
13041 done
13042 done
13043 IFS=$as_save_IFS
13045 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13048 sane_devel=$ac_cv_prog_sane_devel
13049 if test -n "$sane_devel"; then
13050 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13051 echo "${ECHO_T}$sane_devel" >&6; }
13052 else
13053 { echo "$as_me:$LINENO: result: no" >&5
13054 echo "${ECHO_T}no" >&6; }
13058 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13059 then
13060 ac_sane_incl="`$sane_devel --cflags`"
13061 ac_sane_libs="`$sane_devel --ldflags`"
13062 ac_save_CPPFLAGS="$CPPFLAGS"
13063 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13064 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13065 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13066 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13067 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13068 echo $ECHO_N "(cached) $ECHO_C" >&6
13070 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13071 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13072 else
13073 # Is the header compilable?
13074 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13075 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13076 cat >conftest.$ac_ext <<_ACEOF
13077 /* confdefs.h. */
13078 _ACEOF
13079 cat confdefs.h >>conftest.$ac_ext
13080 cat >>conftest.$ac_ext <<_ACEOF
13081 /* end confdefs.h. */
13082 $ac_includes_default
13083 #include <sane/sane.h>
13084 _ACEOF
13085 rm -f conftest.$ac_objext
13086 if { (ac_try="$ac_compile"
13087 case "(($ac_try" in
13088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13089 *) ac_try_echo=$ac_try;;
13090 esac
13091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13092 (eval "$ac_compile") 2>conftest.er1
13093 ac_status=$?
13094 grep -v '^ *+' conftest.er1 >conftest.err
13095 rm -f conftest.er1
13096 cat conftest.err >&5
13097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13098 (exit $ac_status); } && {
13099 test -z "$ac_c_werror_flag" ||
13100 test ! -s conftest.err
13101 } && test -s conftest.$ac_objext; then
13102 ac_header_compiler=yes
13103 else
13104 echo "$as_me: failed program was:" >&5
13105 sed 's/^/| /' conftest.$ac_ext >&5
13107 ac_header_compiler=no
13110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13111 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13112 echo "${ECHO_T}$ac_header_compiler" >&6; }
13114 # Is the header present?
13115 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13116 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13117 cat >conftest.$ac_ext <<_ACEOF
13118 /* confdefs.h. */
13119 _ACEOF
13120 cat confdefs.h >>conftest.$ac_ext
13121 cat >>conftest.$ac_ext <<_ACEOF
13122 /* end confdefs.h. */
13123 #include <sane/sane.h>
13124 _ACEOF
13125 if { (ac_try="$ac_cpp conftest.$ac_ext"
13126 case "(($ac_try" in
13127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13128 *) ac_try_echo=$ac_try;;
13129 esac
13130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13131 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13132 ac_status=$?
13133 grep -v '^ *+' conftest.er1 >conftest.err
13134 rm -f conftest.er1
13135 cat conftest.err >&5
13136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13137 (exit $ac_status); } >/dev/null && {
13138 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13139 test ! -s conftest.err
13140 }; then
13141 ac_header_preproc=yes
13142 else
13143 echo "$as_me: failed program was:" >&5
13144 sed 's/^/| /' conftest.$ac_ext >&5
13146 ac_header_preproc=no
13149 rm -f conftest.err conftest.$ac_ext
13150 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13151 echo "${ECHO_T}$ac_header_preproc" >&6; }
13153 # So? What about this header?
13154 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13155 yes:no: )
13156 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13157 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13158 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13159 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13160 ac_header_preproc=yes
13162 no:yes:* )
13163 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13164 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13165 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13166 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13167 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13168 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13169 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13170 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13171 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13172 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13173 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13174 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13175 ( cat <<\_ASBOX
13176 ## ------------------------------------ ##
13177 ## Report this to wine-devel@winehq.org ##
13178 ## ------------------------------------ ##
13179 _ASBOX
13180 ) | sed "s/^/$as_me: WARNING: /" >&2
13182 esac
13183 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13184 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13185 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13186 echo $ECHO_N "(cached) $ECHO_C" >&6
13187 else
13188 ac_cv_header_sane_sane_h=$ac_header_preproc
13190 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13191 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13194 if test $ac_cv_header_sane_sane_h = yes; then
13195 { echo "$as_me:$LINENO: checking for -lsane" >&5
13196 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13197 if test "${ac_cv_lib_soname_sane+set}" = set; then
13198 echo $ECHO_N "(cached) $ECHO_C" >&6
13199 else
13200 ac_check_soname_save_LIBS=$LIBS
13201 LIBS="-lsane $ac_sane_libs $LIBS"
13202 cat >conftest.$ac_ext <<_ACEOF
13203 /* confdefs.h. */
13204 _ACEOF
13205 cat confdefs.h >>conftest.$ac_ext
13206 cat >>conftest.$ac_ext <<_ACEOF
13207 /* end confdefs.h. */
13209 /* Override any GCC internal prototype to avoid an error.
13210 Use char because int might match the return type of a GCC
13211 builtin and then its argument prototype would still apply. */
13212 #ifdef __cplusplus
13213 extern "C"
13214 #endif
13215 char sane_init ();
13217 main ()
13219 return sane_init ();
13221 return 0;
13223 _ACEOF
13224 rm -f conftest.$ac_objext conftest$ac_exeext
13225 if { (ac_try="$ac_link"
13226 case "(($ac_try" in
13227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13228 *) ac_try_echo=$ac_try;;
13229 esac
13230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13231 (eval "$ac_link") 2>conftest.er1
13232 ac_status=$?
13233 grep -v '^ *+' conftest.er1 >conftest.err
13234 rm -f conftest.er1
13235 cat conftest.err >&5
13236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13237 (exit $ac_status); } && {
13238 test -z "$ac_c_werror_flag" ||
13239 test ! -s conftest.err
13240 } && test -s conftest$ac_exeext &&
13241 $as_test_x conftest$ac_exeext; then
13242 case "$LIBEXT" in
13243 dll) ;;
13244 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13245 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13246 esac
13247 else
13248 echo "$as_me: failed program was:" >&5
13249 sed 's/^/| /' conftest.$ac_ext >&5
13254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13255 conftest$ac_exeext conftest.$ac_ext
13256 LIBS=$ac_check_soname_save_LIBS
13258 if test "x$ac_cv_lib_soname_sane" = "x"; then
13259 { echo "$as_me:$LINENO: result: not found" >&5
13260 echo "${ECHO_T}not found" >&6; }
13262 else
13263 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13264 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13266 cat >>confdefs.h <<_ACEOF
13267 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13268 _ACEOF
13270 SANEINCL="$ac_sane_incl"
13277 CPPFLAGS="$ac_save_CPPFLAGS"
13279 if test "x$ac_cv_lib_soname_sane" = "x"; then
13280 case "x$with_sane" in
13281 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13282 xno) ;;
13283 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13284 This is an error since --with-sane was requested." >&5
13285 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13286 This is an error since --with-sane was requested." >&2;}
13287 { (exit 1); exit 1; }; } ;;
13288 esac
13292 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13293 set dummy gphoto2-config; ac_word=$2
13294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13296 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13297 echo $ECHO_N "(cached) $ECHO_C" >&6
13298 else
13299 if test -n "$gphoto2_devel"; then
13300 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13301 else
13302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13303 for as_dir in $PATH
13305 IFS=$as_save_IFS
13306 test -z "$as_dir" && as_dir=.
13307 for ac_exec_ext in '' $ac_executable_extensions; do
13308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13309 ac_cv_prog_gphoto2_devel="gphoto2-config"
13310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13311 break 2
13313 done
13314 done
13315 IFS=$as_save_IFS
13317 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13320 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13321 if test -n "$gphoto2_devel"; then
13322 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13323 echo "${ECHO_T}$gphoto2_devel" >&6; }
13324 else
13325 { echo "$as_me:$LINENO: result: no" >&5
13326 echo "${ECHO_T}no" >&6; }
13330 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13331 set dummy gphoto2-port-config; ac_word=$2
13332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13334 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13335 echo $ECHO_N "(cached) $ECHO_C" >&6
13336 else
13337 if test -n "$gphoto2port_devel"; then
13338 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13339 else
13340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13341 for as_dir in $PATH
13343 IFS=$as_save_IFS
13344 test -z "$as_dir" && as_dir=.
13345 for ac_exec_ext in '' $ac_executable_extensions; do
13346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13347 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13349 break 2
13351 done
13352 done
13353 IFS=$as_save_IFS
13355 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13358 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13359 if test -n "$gphoto2port_devel"; then
13360 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13361 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13362 else
13363 { echo "$as_me:$LINENO: result: no" >&5
13364 echo "${ECHO_T}no" >&6; }
13368 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13369 then
13370 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13371 ac_gphoto2_libs=""
13372 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13374 case "$i" in
13375 -L/usr/lib|-L/usr/lib64) ;;
13376 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13377 esac
13378 done
13379 ac_save_CPPFLAGS="$CPPFLAGS"
13380 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13381 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13382 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13383 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13384 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13385 echo $ECHO_N "(cached) $ECHO_C" >&6
13387 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13388 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13389 else
13390 # Is the header compilable?
13391 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13392 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13393 cat >conftest.$ac_ext <<_ACEOF
13394 /* confdefs.h. */
13395 _ACEOF
13396 cat confdefs.h >>conftest.$ac_ext
13397 cat >>conftest.$ac_ext <<_ACEOF
13398 /* end confdefs.h. */
13399 $ac_includes_default
13400 #include <gphoto2-camera.h>
13401 _ACEOF
13402 rm -f conftest.$ac_objext
13403 if { (ac_try="$ac_compile"
13404 case "(($ac_try" in
13405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13406 *) ac_try_echo=$ac_try;;
13407 esac
13408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13409 (eval "$ac_compile") 2>conftest.er1
13410 ac_status=$?
13411 grep -v '^ *+' conftest.er1 >conftest.err
13412 rm -f conftest.er1
13413 cat conftest.err >&5
13414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13415 (exit $ac_status); } && {
13416 test -z "$ac_c_werror_flag" ||
13417 test ! -s conftest.err
13418 } && test -s conftest.$ac_objext; then
13419 ac_header_compiler=yes
13420 else
13421 echo "$as_me: failed program was:" >&5
13422 sed 's/^/| /' conftest.$ac_ext >&5
13424 ac_header_compiler=no
13427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13428 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13429 echo "${ECHO_T}$ac_header_compiler" >&6; }
13431 # Is the header present?
13432 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13433 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13434 cat >conftest.$ac_ext <<_ACEOF
13435 /* confdefs.h. */
13436 _ACEOF
13437 cat confdefs.h >>conftest.$ac_ext
13438 cat >>conftest.$ac_ext <<_ACEOF
13439 /* end confdefs.h. */
13440 #include <gphoto2-camera.h>
13441 _ACEOF
13442 if { (ac_try="$ac_cpp conftest.$ac_ext"
13443 case "(($ac_try" in
13444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13445 *) ac_try_echo=$ac_try;;
13446 esac
13447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13448 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13449 ac_status=$?
13450 grep -v '^ *+' conftest.er1 >conftest.err
13451 rm -f conftest.er1
13452 cat conftest.err >&5
13453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13454 (exit $ac_status); } >/dev/null && {
13455 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13456 test ! -s conftest.err
13457 }; then
13458 ac_header_preproc=yes
13459 else
13460 echo "$as_me: failed program was:" >&5
13461 sed 's/^/| /' conftest.$ac_ext >&5
13463 ac_header_preproc=no
13466 rm -f conftest.err conftest.$ac_ext
13467 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13468 echo "${ECHO_T}$ac_header_preproc" >&6; }
13470 # So? What about this header?
13471 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13472 yes:no: )
13473 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13474 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13475 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13476 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13477 ac_header_preproc=yes
13479 no:yes:* )
13480 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13481 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13483 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13484 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13485 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13486 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13487 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13488 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13489 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13490 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13491 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13492 ( cat <<\_ASBOX
13493 ## ------------------------------------ ##
13494 ## Report this to wine-devel@winehq.org ##
13495 ## ------------------------------------ ##
13496 _ASBOX
13497 ) | sed "s/^/$as_me: WARNING: /" >&2
13499 esac
13500 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13501 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13502 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13503 echo $ECHO_N "(cached) $ECHO_C" >&6
13504 else
13505 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13507 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13508 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13511 if test $ac_cv_header_gphoto2_camera_h = yes; then
13512 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13513 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13514 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13515 echo $ECHO_N "(cached) $ECHO_C" >&6
13516 else
13517 ac_check_lib_save_LIBS=$LIBS
13518 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13519 cat >conftest.$ac_ext <<_ACEOF
13520 /* confdefs.h. */
13521 _ACEOF
13522 cat confdefs.h >>conftest.$ac_ext
13523 cat >>conftest.$ac_ext <<_ACEOF
13524 /* end confdefs.h. */
13526 /* Override any GCC internal prototype to avoid an error.
13527 Use char because int might match the return type of a GCC
13528 builtin and then its argument prototype would still apply. */
13529 #ifdef __cplusplus
13530 extern "C"
13531 #endif
13532 char gp_camera_new ();
13534 main ()
13536 return gp_camera_new ();
13538 return 0;
13540 _ACEOF
13541 rm -f conftest.$ac_objext conftest$ac_exeext
13542 if { (ac_try="$ac_link"
13543 case "(($ac_try" in
13544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13545 *) ac_try_echo=$ac_try;;
13546 esac
13547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13548 (eval "$ac_link") 2>conftest.er1
13549 ac_status=$?
13550 grep -v '^ *+' conftest.er1 >conftest.err
13551 rm -f conftest.er1
13552 cat conftest.err >&5
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); } && {
13555 test -z "$ac_c_werror_flag" ||
13556 test ! -s conftest.err
13557 } && test -s conftest$ac_exeext &&
13558 $as_test_x conftest$ac_exeext; then
13559 ac_cv_lib_gphoto2_gp_camera_new=yes
13560 else
13561 echo "$as_me: failed program was:" >&5
13562 sed 's/^/| /' conftest.$ac_ext >&5
13564 ac_cv_lib_gphoto2_gp_camera_new=no
13567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13568 conftest$ac_exeext conftest.$ac_ext
13569 LIBS=$ac_check_lib_save_LIBS
13571 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13572 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13573 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13575 cat >>confdefs.h <<\_ACEOF
13576 #define HAVE_GPHOTO2 1
13577 _ACEOF
13579 GPHOTO2LIBS="$ac_gphoto2_libs"
13581 GPHOTO2INCL="$ac_gphoto2_incl"
13588 CPPFLAGS="$ac_save_CPPFLAGS"
13590 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13591 case "x$with_gphoto" in
13592 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13593 xno) ;;
13594 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13595 This is an error since --with-gphoto was requested." >&5
13596 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13597 This is an error since --with-gphoto was requested." >&2;}
13598 { (exit 1); exit 1; }; } ;;
13599 esac
13604 RESOLVLIBS=""
13606 if test "$ac_cv_header_resolv_h" = "yes"
13607 then
13608 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13609 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13610 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13611 echo $ECHO_N "(cached) $ECHO_C" >&6
13612 else
13613 ac_check_lib_save_LIBS=$LIBS
13614 LIBS="-lresolv $LIBS"
13615 cat >conftest.$ac_ext <<_ACEOF
13616 /* confdefs.h. */
13617 _ACEOF
13618 cat confdefs.h >>conftest.$ac_ext
13619 cat >>conftest.$ac_ext <<_ACEOF
13620 /* end confdefs.h. */
13622 /* Override any GCC internal prototype to avoid an error.
13623 Use char because int might match the return type of a GCC
13624 builtin and then its argument prototype would still apply. */
13625 #ifdef __cplusplus
13626 extern "C"
13627 #endif
13628 char res_query ();
13630 main ()
13632 return res_query ();
13634 return 0;
13636 _ACEOF
13637 rm -f conftest.$ac_objext conftest$ac_exeext
13638 if { (ac_try="$ac_link"
13639 case "(($ac_try" in
13640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13641 *) ac_try_echo=$ac_try;;
13642 esac
13643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13644 (eval "$ac_link") 2>conftest.er1
13645 ac_status=$?
13646 grep -v '^ *+' conftest.er1 >conftest.err
13647 rm -f conftest.er1
13648 cat conftest.err >&5
13649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13650 (exit $ac_status); } && {
13651 test -z "$ac_c_werror_flag" ||
13652 test ! -s conftest.err
13653 } && test -s conftest$ac_exeext &&
13654 $as_test_x conftest$ac_exeext; then
13655 ac_cv_lib_resolv_res_query=yes
13656 else
13657 echo "$as_me: failed program was:" >&5
13658 sed 's/^/| /' conftest.$ac_ext >&5
13660 ac_cv_lib_resolv_res_query=no
13663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13664 conftest$ac_exeext conftest.$ac_ext
13665 LIBS=$ac_check_lib_save_LIBS
13667 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13668 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13669 if test $ac_cv_lib_resolv_res_query = yes; then
13671 cat >>confdefs.h <<\_ACEOF
13672 #define HAVE_RESOLV 1
13673 _ACEOF
13675 RESOLVLIBS="-lresolv"
13680 LCMSLIBS=""
13682 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13683 then
13684 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13685 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13686 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13687 echo $ECHO_N "(cached) $ECHO_C" >&6
13688 else
13689 ac_check_lib_save_LIBS=$LIBS
13690 LIBS="-llcms $LIBS"
13691 cat >conftest.$ac_ext <<_ACEOF
13692 /* confdefs.h. */
13693 _ACEOF
13694 cat confdefs.h >>conftest.$ac_ext
13695 cat >>conftest.$ac_ext <<_ACEOF
13696 /* end confdefs.h. */
13698 /* Override any GCC internal prototype to avoid an error.
13699 Use char because int might match the return type of a GCC
13700 builtin and then its argument prototype would still apply. */
13701 #ifdef __cplusplus
13702 extern "C"
13703 #endif
13704 char cmsOpenProfileFromFile ();
13706 main ()
13708 return cmsOpenProfileFromFile ();
13710 return 0;
13712 _ACEOF
13713 rm -f conftest.$ac_objext conftest$ac_exeext
13714 if { (ac_try="$ac_link"
13715 case "(($ac_try" in
13716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13717 *) ac_try_echo=$ac_try;;
13718 esac
13719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13720 (eval "$ac_link") 2>conftest.er1
13721 ac_status=$?
13722 grep -v '^ *+' conftest.er1 >conftest.err
13723 rm -f conftest.er1
13724 cat conftest.err >&5
13725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726 (exit $ac_status); } && {
13727 test -z "$ac_c_werror_flag" ||
13728 test ! -s conftest.err
13729 } && test -s conftest$ac_exeext &&
13730 $as_test_x conftest$ac_exeext; then
13731 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13732 else
13733 echo "$as_me: failed program was:" >&5
13734 sed 's/^/| /' conftest.$ac_ext >&5
13736 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13740 conftest$ac_exeext conftest.$ac_ext
13741 LIBS=$ac_check_lib_save_LIBS
13743 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13744 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13745 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13747 cat >>confdefs.h <<\_ACEOF
13748 #define HAVE_LCMS 1
13749 _ACEOF
13751 LCMSLIBS="-llcms"
13755 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13756 case "x$with_cms" in
13757 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13758 xno) ;;
13759 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13760 This is an error since --with-cms was requested." >&5
13761 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13762 This is an error since --with-cms was requested." >&2;}
13763 { (exit 1); exit 1; }; } ;;
13764 esac
13768 for ac_prog in freetype-config freetype2-config
13770 # Extract the first word of "$ac_prog", so it can be a program name with args.
13771 set dummy $ac_prog; ac_word=$2
13772 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13774 if test "${ac_cv_prog_ft_devel+set}" = set; then
13775 echo $ECHO_N "(cached) $ECHO_C" >&6
13776 else
13777 if test -n "$ft_devel"; then
13778 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13779 else
13780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13781 for as_dir in $PATH
13783 IFS=$as_save_IFS
13784 test -z "$as_dir" && as_dir=.
13785 for ac_exec_ext in '' $ac_executable_extensions; do
13786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13787 ac_cv_prog_ft_devel="$ac_prog"
13788 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13789 break 2
13791 done
13792 done
13793 IFS=$as_save_IFS
13797 ft_devel=$ac_cv_prog_ft_devel
13798 if test -n "$ft_devel"; then
13799 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13800 echo "${ECHO_T}$ft_devel" >&6; }
13801 else
13802 { echo "$as_me:$LINENO: result: no" >&5
13803 echo "${ECHO_T}no" >&6; }
13807 test -n "$ft_devel" && break
13808 done
13809 test -n "$ft_devel" || ft_devel="false"
13811 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13812 then
13813 ac_freetype_libs=`$ft_devel --libs`
13814 ac_freetype_incl=`$ft_devel --cflags`
13815 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13816 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13817 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13818 echo $ECHO_N "(cached) $ECHO_C" >&6
13819 else
13820 ac_check_soname_save_LIBS=$LIBS
13821 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13822 cat >conftest.$ac_ext <<_ACEOF
13823 /* confdefs.h. */
13824 _ACEOF
13825 cat confdefs.h >>conftest.$ac_ext
13826 cat >>conftest.$ac_ext <<_ACEOF
13827 /* end confdefs.h. */
13829 /* Override any GCC internal prototype to avoid an error.
13830 Use char because int might match the return type of a GCC
13831 builtin and then its argument prototype would still apply. */
13832 #ifdef __cplusplus
13833 extern "C"
13834 #endif
13835 char FT_Init_FreeType ();
13837 main ()
13839 return FT_Init_FreeType ();
13841 return 0;
13843 _ACEOF
13844 rm -f conftest.$ac_objext conftest$ac_exeext
13845 if { (ac_try="$ac_link"
13846 case "(($ac_try" in
13847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13848 *) ac_try_echo=$ac_try;;
13849 esac
13850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13851 (eval "$ac_link") 2>conftest.er1
13852 ac_status=$?
13853 grep -v '^ *+' conftest.er1 >conftest.err
13854 rm -f conftest.er1
13855 cat conftest.err >&5
13856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13857 (exit $ac_status); } && {
13858 test -z "$ac_c_werror_flag" ||
13859 test ! -s conftest.err
13860 } && test -s conftest$ac_exeext &&
13861 $as_test_x conftest$ac_exeext; then
13862 case "$LIBEXT" in
13863 dll) ;;
13864 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13865 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13866 esac
13867 else
13868 echo "$as_me: failed program was:" >&5
13869 sed 's/^/| /' conftest.$ac_ext >&5
13874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13875 conftest$ac_exeext conftest.$ac_ext
13876 LIBS=$ac_check_soname_save_LIBS
13878 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13879 { echo "$as_me:$LINENO: result: not found" >&5
13880 echo "${ECHO_T}not found" >&6; }
13881 ft_lib=no
13882 else
13883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13884 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13886 cat >>confdefs.h <<_ACEOF
13887 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13888 _ACEOF
13890 ft_lib=yes
13893 if test "$ft_lib" = "yes"
13894 then
13895 ac_save_CPPFLAGS="$CPPFLAGS"
13896 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13909 for ac_header in ft2build.h \
13910 freetype/freetype.h \
13911 freetype/ftglyph.h \
13912 freetype/fttypes.h \
13913 freetype/tttables.h \
13914 freetype/ftnames.h \
13915 freetype/ftsnames.h \
13916 freetype/ttnameid.h \
13917 freetype/ftoutln.h \
13918 freetype/ftwinfnt.h \
13919 freetype/ftmodapi.h \
13920 freetype/internal/sfnt.h
13922 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927 else
13928 cat >conftest.$ac_ext <<_ACEOF
13929 /* confdefs.h. */
13930 _ACEOF
13931 cat confdefs.h >>conftest.$ac_ext
13932 cat >>conftest.$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13934 #ifdef HAVE_FT2BUILD_H
13935 # include <ft2build.h>
13936 #endif
13938 #include <$ac_header>
13939 _ACEOF
13940 rm -f conftest.$ac_objext
13941 if { (ac_try="$ac_compile"
13942 case "(($ac_try" in
13943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13944 *) ac_try_echo=$ac_try;;
13945 esac
13946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13947 (eval "$ac_compile") 2>conftest.er1
13948 ac_status=$?
13949 grep -v '^ *+' conftest.er1 >conftest.err
13950 rm -f conftest.er1
13951 cat conftest.err >&5
13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953 (exit $ac_status); } && {
13954 test -z "$ac_c_werror_flag" ||
13955 test ! -s conftest.err
13956 } && test -s conftest.$ac_objext; then
13957 eval "$as_ac_Header=yes"
13958 else
13959 echo "$as_me: failed program was:" >&5
13960 sed 's/^/| /' conftest.$ac_ext >&5
13962 eval "$as_ac_Header=no"
13965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13967 ac_res=`eval echo '${'$as_ac_Header'}'`
13968 { echo "$as_me:$LINENO: result: $ac_res" >&5
13969 echo "${ECHO_T}$ac_res" >&6; }
13970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13971 cat >>confdefs.h <<_ACEOF
13972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13973 _ACEOF
13977 done
13979 cat >conftest.$ac_ext <<_ACEOF
13980 /* confdefs.h. */
13981 _ACEOF
13982 cat confdefs.h >>conftest.$ac_ext
13983 cat >>conftest.$ac_ext <<_ACEOF
13984 /* end confdefs.h. */
13985 #include <ft2build.h>
13986 #include <freetype/fttrigon.h>
13987 _ACEOF
13988 if { (ac_try="$ac_cpp conftest.$ac_ext"
13989 case "(($ac_try" in
13990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13991 *) ac_try_echo=$ac_try;;
13992 esac
13993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13994 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13995 ac_status=$?
13996 grep -v '^ *+' conftest.er1 >conftest.err
13997 rm -f conftest.er1
13998 cat conftest.err >&5
13999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14000 (exit $ac_status); } >/dev/null && {
14001 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14002 test ! -s conftest.err
14003 }; then
14005 cat >>confdefs.h <<\_ACEOF
14006 #define HAVE_FREETYPE_FTTRIGON_H 1
14007 _ACEOF
14009 wine_cv_fttrigon=yes
14010 else
14011 echo "$as_me: failed program was:" >&5
14012 sed 's/^/| /' conftest.$ac_ext >&5
14014 wine_cv_fttrigon=no
14017 rm -f conftest.err conftest.$ac_ext
14018 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14019 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14020 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14021 echo $ECHO_N "(cached) $ECHO_C" >&6
14022 else
14023 cat >conftest.$ac_ext <<_ACEOF
14024 /* confdefs.h. */
14025 _ACEOF
14026 cat confdefs.h >>conftest.$ac_ext
14027 cat >>conftest.$ac_ext <<_ACEOF
14028 /* end confdefs.h. */
14029 #include <freetype/ftmodapi.h>
14031 typedef FT_TrueTypeEngineType ac__type_new_;
14033 main ()
14035 if ((ac__type_new_ *) 0)
14036 return 0;
14037 if (sizeof (ac__type_new_))
14038 return 0;
14040 return 0;
14042 _ACEOF
14043 rm -f conftest.$ac_objext
14044 if { (ac_try="$ac_compile"
14045 case "(($ac_try" in
14046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14047 *) ac_try_echo=$ac_try;;
14048 esac
14049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14050 (eval "$ac_compile") 2>conftest.er1
14051 ac_status=$?
14052 grep -v '^ *+' conftest.er1 >conftest.err
14053 rm -f conftest.er1
14054 cat conftest.err >&5
14055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); } && {
14057 test -z "$ac_c_werror_flag" ||
14058 test ! -s conftest.err
14059 } && test -s conftest.$ac_objext; then
14060 ac_cv_type_FT_TrueTypeEngineType=yes
14061 else
14062 echo "$as_me: failed program was:" >&5
14063 sed 's/^/| /' conftest.$ac_ext >&5
14065 ac_cv_type_FT_TrueTypeEngineType=no
14068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14070 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14071 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14072 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14074 cat >>confdefs.h <<_ACEOF
14075 #define HAVE_FT_TRUETYPEENGINETYPE 1
14076 _ACEOF
14081 ac_save_CFLAGS="$CFLAGS"
14082 CFLAGS="$CFLAGS $ac_freetype_libs"
14084 for ac_func in FT_Load_Sfnt_Table
14086 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14087 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14088 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14089 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14090 echo $ECHO_N "(cached) $ECHO_C" >&6
14091 else
14092 cat >conftest.$ac_ext <<_ACEOF
14093 /* confdefs.h. */
14094 _ACEOF
14095 cat confdefs.h >>conftest.$ac_ext
14096 cat >>conftest.$ac_ext <<_ACEOF
14097 /* end confdefs.h. */
14098 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14099 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14100 #define $ac_func innocuous_$ac_func
14102 /* System header to define __stub macros and hopefully few prototypes,
14103 which can conflict with char $ac_func (); below.
14104 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14105 <limits.h> exists even on freestanding compilers. */
14107 #ifdef __STDC__
14108 # include <limits.h>
14109 #else
14110 # include <assert.h>
14111 #endif
14113 #undef $ac_func
14115 /* Override any GCC internal prototype to avoid an error.
14116 Use char because int might match the return type of a GCC
14117 builtin and then its argument prototype would still apply. */
14118 #ifdef __cplusplus
14119 extern "C"
14120 #endif
14121 char $ac_func ();
14122 /* The GNU C library defines this for functions which it implements
14123 to always fail with ENOSYS. Some functions are actually named
14124 something starting with __ and the normal name is an alias. */
14125 #if defined __stub_$ac_func || defined __stub___$ac_func
14126 choke me
14127 #endif
14130 main ()
14132 return $ac_func ();
14134 return 0;
14136 _ACEOF
14137 rm -f conftest.$ac_objext conftest$ac_exeext
14138 if { (ac_try="$ac_link"
14139 case "(($ac_try" in
14140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14141 *) ac_try_echo=$ac_try;;
14142 esac
14143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14144 (eval "$ac_link") 2>conftest.er1
14145 ac_status=$?
14146 grep -v '^ *+' conftest.er1 >conftest.err
14147 rm -f conftest.er1
14148 cat conftest.err >&5
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); } && {
14151 test -z "$ac_c_werror_flag" ||
14152 test ! -s conftest.err
14153 } && test -s conftest$ac_exeext &&
14154 $as_test_x conftest$ac_exeext; then
14155 eval "$as_ac_var=yes"
14156 else
14157 echo "$as_me: failed program was:" >&5
14158 sed 's/^/| /' conftest.$ac_ext >&5
14160 eval "$as_ac_var=no"
14163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14164 conftest$ac_exeext conftest.$ac_ext
14166 ac_res=`eval echo '${'$as_ac_var'}'`
14167 { echo "$as_me:$LINENO: result: $ac_res" >&5
14168 echo "${ECHO_T}$ac_res" >&6; }
14169 if test `eval echo '${'$as_ac_var'}'` = yes; then
14170 cat >>confdefs.h <<_ACEOF
14171 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14172 _ACEOF
14175 done
14177 CFLAGS="$ac_save_CFLAGS"
14178 CPPFLAGS="$ac_save_CPPFLAGS"
14179 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14180 then
14182 cat >>confdefs.h <<\_ACEOF
14183 #define HAVE_FREETYPE 1
14184 _ACEOF
14186 FREETYPELIBS="$ac_freetype_libs"
14188 FREETYPEINCL="$ac_freetype_incl"
14193 if test "x$FREETYPELIBS" = "x"; then
14194 case "x$with_freetype" in
14195 xno) ;;
14196 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14197 Fonts will not be built. Dialog text may be invisible or unaligned.
14198 Use the --without-freetype option if you really want this." >&5
14199 echo "$as_me: error: FreeType development files not found.
14200 Fonts will not be built. Dialog text may be invisible or unaligned.
14201 Use the --without-freetype option if you really want this." >&2;}
14202 { (exit 1); exit 1; }; } ;;
14203 esac
14206 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14208 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14209 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14210 if test "${ac_cv_c_ppdev+set}" = set; then
14211 echo $ECHO_N "(cached) $ECHO_C" >&6
14212 else
14213 cat >conftest.$ac_ext <<_ACEOF
14214 /* confdefs.h. */
14215 _ACEOF
14216 cat confdefs.h >>conftest.$ac_ext
14217 cat >>conftest.$ac_ext <<_ACEOF
14218 /* end confdefs.h. */
14219 #include <linux/ppdev.h>
14221 main ()
14223 ioctl (1,PPCLAIM,0)
14225 return 0;
14227 _ACEOF
14228 rm -f conftest.$ac_objext
14229 if { (ac_try="$ac_compile"
14230 case "(($ac_try" in
14231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14232 *) ac_try_echo=$ac_try;;
14233 esac
14234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14235 (eval "$ac_compile") 2>conftest.er1
14236 ac_status=$?
14237 grep -v '^ *+' conftest.er1 >conftest.err
14238 rm -f conftest.er1
14239 cat conftest.err >&5
14240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14241 (exit $ac_status); } && {
14242 test -z "$ac_c_werror_flag" ||
14243 test ! -s conftest.err
14244 } && test -s conftest.$ac_objext; then
14245 ac_cv_c_ppdev="yes"
14246 else
14247 echo "$as_me: failed program was:" >&5
14248 sed 's/^/| /' conftest.$ac_ext >&5
14250 ac_cv_c_ppdev="no"
14253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14255 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14256 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14257 if test "$ac_cv_c_ppdev" = "yes"
14258 then
14260 cat >>confdefs.h <<\_ACEOF
14261 #define HAVE_PPDEV 1
14262 _ACEOF
14266 { echo "$as_me:$LINENO: checking for va_copy" >&5
14267 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14268 if test "${ac_cv_c_va_copy+set}" = set; then
14269 echo $ECHO_N "(cached) $ECHO_C" >&6
14270 else
14271 cat >conftest.$ac_ext <<_ACEOF
14272 /* confdefs.h. */
14273 _ACEOF
14274 cat confdefs.h >>conftest.$ac_ext
14275 cat >>conftest.$ac_ext <<_ACEOF
14276 /* end confdefs.h. */
14277 #include <stdarg.h>
14279 main ()
14281 va_list ap1, ap2; va_copy(ap1,ap2);
14283 return 0;
14285 _ACEOF
14286 rm -f conftest.$ac_objext conftest$ac_exeext
14287 if { (ac_try="$ac_link"
14288 case "(($ac_try" in
14289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14290 *) ac_try_echo=$ac_try;;
14291 esac
14292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14293 (eval "$ac_link") 2>conftest.er1
14294 ac_status=$?
14295 grep -v '^ *+' conftest.er1 >conftest.err
14296 rm -f conftest.er1
14297 cat conftest.err >&5
14298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14299 (exit $ac_status); } && {
14300 test -z "$ac_c_werror_flag" ||
14301 test ! -s conftest.err
14302 } && test -s conftest$ac_exeext &&
14303 $as_test_x conftest$ac_exeext; then
14304 ac_cv_c_va_copy="yes"
14305 else
14306 echo "$as_me: failed program was:" >&5
14307 sed 's/^/| /' conftest.$ac_ext >&5
14309 ac_cv_c_va_copy="no"
14312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14313 conftest$ac_exeext conftest.$ac_ext
14316 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14317 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14318 if test "$ac_cv_c_va_copy" = "yes"
14319 then
14321 cat >>confdefs.h <<\_ACEOF
14322 #define HAVE_VA_COPY 1
14323 _ACEOF
14326 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14327 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14328 if test "${ac_cv_c___va_copy+set}" = set; then
14329 echo $ECHO_N "(cached) $ECHO_C" >&6
14330 else
14331 cat >conftest.$ac_ext <<_ACEOF
14332 /* confdefs.h. */
14333 _ACEOF
14334 cat confdefs.h >>conftest.$ac_ext
14335 cat >>conftest.$ac_ext <<_ACEOF
14336 /* end confdefs.h. */
14337 #include <stdarg.h>
14339 main ()
14341 va_list ap1, ap2; __va_copy(ap1,ap2);
14343 return 0;
14345 _ACEOF
14346 rm -f conftest.$ac_objext conftest$ac_exeext
14347 if { (ac_try="$ac_link"
14348 case "(($ac_try" in
14349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14350 *) ac_try_echo=$ac_try;;
14351 esac
14352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14353 (eval "$ac_link") 2>conftest.er1
14354 ac_status=$?
14355 grep -v '^ *+' conftest.er1 >conftest.err
14356 rm -f conftest.er1
14357 cat conftest.err >&5
14358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); } && {
14360 test -z "$ac_c_werror_flag" ||
14361 test ! -s conftest.err
14362 } && test -s conftest$ac_exeext &&
14363 $as_test_x conftest$ac_exeext; then
14364 ac_cv_c___va_copy="yes"
14365 else
14366 echo "$as_me: failed program was:" >&5
14367 sed 's/^/| /' conftest.$ac_ext >&5
14369 ac_cv_c___va_copy="no"
14372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14373 conftest$ac_exeext conftest.$ac_ext
14376 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14377 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14378 if test "$ac_cv_c___va_copy" = "yes"
14379 then
14381 cat >>confdefs.h <<\_ACEOF
14382 #define HAVE___VA_COPY 1
14383 _ACEOF
14387 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14388 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14389 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14390 echo $ECHO_N "(cached) $ECHO_C" >&6
14391 else
14392 cat >conftest.$ac_ext <<_ACEOF
14393 /* confdefs.h. */
14394 _ACEOF
14395 cat confdefs.h >>conftest.$ac_ext
14396 cat >>conftest.$ac_ext <<_ACEOF
14397 /* end confdefs.h. */
14398 #define _GNU_SOURCE
14399 #include <pthread.h>
14401 typedef pthread_rwlock_t ac__type_new_;
14403 main ()
14405 if ((ac__type_new_ *) 0)
14406 return 0;
14407 if (sizeof (ac__type_new_))
14408 return 0;
14410 return 0;
14412 _ACEOF
14413 rm -f conftest.$ac_objext
14414 if { (ac_try="$ac_compile"
14415 case "(($ac_try" in
14416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14417 *) ac_try_echo=$ac_try;;
14418 esac
14419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14420 (eval "$ac_compile") 2>conftest.er1
14421 ac_status=$?
14422 grep -v '^ *+' conftest.er1 >conftest.err
14423 rm -f conftest.er1
14424 cat conftest.err >&5
14425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14426 (exit $ac_status); } && {
14427 test -z "$ac_c_werror_flag" ||
14428 test ! -s conftest.err
14429 } && test -s conftest.$ac_objext; then
14430 ac_cv_type_pthread_rwlock_t=yes
14431 else
14432 echo "$as_me: failed program was:" >&5
14433 sed 's/^/| /' conftest.$ac_ext >&5
14435 ac_cv_type_pthread_rwlock_t=no
14438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14440 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14441 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14442 if test $ac_cv_type_pthread_rwlock_t = yes; then
14444 cat >>confdefs.h <<_ACEOF
14445 #define HAVE_PTHREAD_RWLOCK_T 1
14446 _ACEOF
14450 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14451 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14452 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14453 echo $ECHO_N "(cached) $ECHO_C" >&6
14454 else
14455 cat >conftest.$ac_ext <<_ACEOF
14456 /* confdefs.h. */
14457 _ACEOF
14458 cat confdefs.h >>conftest.$ac_ext
14459 cat >>conftest.$ac_ext <<_ACEOF
14460 /* end confdefs.h. */
14461 #define _GNU_SOURCE
14462 #include <pthread.h>
14464 typedef pthread_rwlockattr_t ac__type_new_;
14466 main ()
14468 if ((ac__type_new_ *) 0)
14469 return 0;
14470 if (sizeof (ac__type_new_))
14471 return 0;
14473 return 0;
14475 _ACEOF
14476 rm -f conftest.$ac_objext
14477 if { (ac_try="$ac_compile"
14478 case "(($ac_try" in
14479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14480 *) ac_try_echo=$ac_try;;
14481 esac
14482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14483 (eval "$ac_compile") 2>conftest.er1
14484 ac_status=$?
14485 grep -v '^ *+' conftest.er1 >conftest.err
14486 rm -f conftest.er1
14487 cat conftest.err >&5
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); } && {
14490 test -z "$ac_c_werror_flag" ||
14491 test ! -s conftest.err
14492 } && test -s conftest.$ac_objext; then
14493 ac_cv_type_pthread_rwlockattr_t=yes
14494 else
14495 echo "$as_me: failed program was:" >&5
14496 sed 's/^/| /' conftest.$ac_ext >&5
14498 ac_cv_type_pthread_rwlockattr_t=no
14501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14503 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14504 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14505 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14507 cat >>confdefs.h <<_ACEOF
14508 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14509 _ACEOF
14515 ac_wine_check_funcs_save_LIBS="$LIBS"
14516 LIBS="$LIBS $LIBPTHREAD"
14521 for ac_func in \
14522 pthread_attr_get_np \
14523 pthread_getattr_np \
14524 pthread_get_stackaddr_np \
14525 pthread_get_stacksize_np
14527 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14528 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14529 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14530 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14531 echo $ECHO_N "(cached) $ECHO_C" >&6
14532 else
14533 cat >conftest.$ac_ext <<_ACEOF
14534 /* confdefs.h. */
14535 _ACEOF
14536 cat confdefs.h >>conftest.$ac_ext
14537 cat >>conftest.$ac_ext <<_ACEOF
14538 /* end confdefs.h. */
14539 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14541 #define $ac_func innocuous_$ac_func
14543 /* System header to define __stub macros and hopefully few prototypes,
14544 which can conflict with char $ac_func (); below.
14545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14546 <limits.h> exists even on freestanding compilers. */
14548 #ifdef __STDC__
14549 # include <limits.h>
14550 #else
14551 # include <assert.h>
14552 #endif
14554 #undef $ac_func
14556 /* Override any GCC internal prototype to avoid an error.
14557 Use char because int might match the return type of a GCC
14558 builtin and then its argument prototype would still apply. */
14559 #ifdef __cplusplus
14560 extern "C"
14561 #endif
14562 char $ac_func ();
14563 /* The GNU C library defines this for functions which it implements
14564 to always fail with ENOSYS. Some functions are actually named
14565 something starting with __ and the normal name is an alias. */
14566 #if defined __stub_$ac_func || defined __stub___$ac_func
14567 choke me
14568 #endif
14571 main ()
14573 return $ac_func ();
14575 return 0;
14577 _ACEOF
14578 rm -f conftest.$ac_objext conftest$ac_exeext
14579 if { (ac_try="$ac_link"
14580 case "(($ac_try" in
14581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14582 *) ac_try_echo=$ac_try;;
14583 esac
14584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14585 (eval "$ac_link") 2>conftest.er1
14586 ac_status=$?
14587 grep -v '^ *+' conftest.er1 >conftest.err
14588 rm -f conftest.er1
14589 cat conftest.err >&5
14590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14591 (exit $ac_status); } && {
14592 test -z "$ac_c_werror_flag" ||
14593 test ! -s conftest.err
14594 } && test -s conftest$ac_exeext &&
14595 $as_test_x conftest$ac_exeext; then
14596 eval "$as_ac_var=yes"
14597 else
14598 echo "$as_me: failed program was:" >&5
14599 sed 's/^/| /' conftest.$ac_ext >&5
14601 eval "$as_ac_var=no"
14604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14605 conftest$ac_exeext conftest.$ac_ext
14607 ac_res=`eval echo '${'$as_ac_var'}'`
14608 { echo "$as_me:$LINENO: result: $ac_res" >&5
14609 echo "${ECHO_T}$ac_res" >&6; }
14610 if test `eval echo '${'$as_ac_var'}'` = yes; then
14611 cat >>confdefs.h <<_ACEOF
14612 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14613 _ACEOF
14616 done
14618 LIBS="$ac_wine_check_funcs_save_LIBS"
14620 # Extract the first word of "esd-config", so it can be a program name with args.
14621 set dummy esd-config; ac_word=$2
14622 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14624 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14625 echo $ECHO_N "(cached) $ECHO_C" >&6
14626 else
14627 case $ESDCONFIG in
14628 [\\/]* | ?:[\\/]*)
14629 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14633 for as_dir in $PATH
14635 IFS=$as_save_IFS
14636 test -z "$as_dir" && as_dir=.
14637 for ac_exec_ext in '' $ac_executable_extensions; do
14638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14639 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14641 break 2
14643 done
14644 done
14645 IFS=$as_save_IFS
14648 esac
14650 ESDCONFIG=$ac_cv_path_ESDCONFIG
14651 if test -n "$ESDCONFIG"; then
14652 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14653 echo "${ECHO_T}$ESDCONFIG" >&6; }
14654 else
14655 { echo "$as_me:$LINENO: result: no" >&5
14656 echo "${ECHO_T}no" >&6; }
14660 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14661 then
14662 ac_esd_incl=""
14663 for i in `$ESDCONFIG --cflags`
14665 case "$i" in
14666 -I*) ac_esd_incl="$ac_esd_incl $i";;
14667 esac
14668 done
14669 ac_esd_libs=`$ESDCONFIG --libs`
14670 save_CFLAGS="$CFLAGS"
14671 CFLAGS="$CFLAGS $ac_esd_incl"
14672 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14673 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14674 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14675 echo $ECHO_N "(cached) $ECHO_C" >&6
14676 else
14677 ac_check_lib_save_LIBS=$LIBS
14678 LIBS="-lesd $ac_esd_libs $LIBS"
14679 cat >conftest.$ac_ext <<_ACEOF
14680 /* confdefs.h. */
14681 _ACEOF
14682 cat confdefs.h >>conftest.$ac_ext
14683 cat >>conftest.$ac_ext <<_ACEOF
14684 /* end confdefs.h. */
14686 /* Override any GCC internal prototype to avoid an error.
14687 Use char because int might match the return type of a GCC
14688 builtin and then its argument prototype would still apply. */
14689 #ifdef __cplusplus
14690 extern "C"
14691 #endif
14692 char esd_open_sound ();
14694 main ()
14696 return esd_open_sound ();
14698 return 0;
14700 _ACEOF
14701 rm -f conftest.$ac_objext conftest$ac_exeext
14702 if { (ac_try="$ac_link"
14703 case "(($ac_try" in
14704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14705 *) ac_try_echo=$ac_try;;
14706 esac
14707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14708 (eval "$ac_link") 2>conftest.er1
14709 ac_status=$?
14710 grep -v '^ *+' conftest.er1 >conftest.err
14711 rm -f conftest.er1
14712 cat conftest.err >&5
14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14714 (exit $ac_status); } && {
14715 test -z "$ac_c_werror_flag" ||
14716 test ! -s conftest.err
14717 } && test -s conftest$ac_exeext &&
14718 $as_test_x conftest$ac_exeext; then
14719 ac_cv_lib_esd_esd_open_sound=yes
14720 else
14721 echo "$as_me: failed program was:" >&5
14722 sed 's/^/| /' conftest.$ac_ext >&5
14724 ac_cv_lib_esd_esd_open_sound=no
14727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14728 conftest$ac_exeext conftest.$ac_ext
14729 LIBS=$ac_check_lib_save_LIBS
14731 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14732 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14733 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14734 ESDINCL="$ac_esd_incl"
14736 ESDLIBS="$ac_esd_libs"
14739 cat >>confdefs.h <<\_ACEOF
14740 #define HAVE_ESD 1
14741 _ACEOF
14745 CFLAGS="$save_CFLAGS"
14748 ALSALIBS=""
14750 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14751 then
14752 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14753 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14754 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14755 echo $ECHO_N "(cached) $ECHO_C" >&6
14756 else
14757 ac_check_lib_save_LIBS=$LIBS
14758 LIBS="-lasound $LIBS"
14759 cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h. */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h. */
14766 /* Override any GCC internal prototype to avoid an error.
14767 Use char because int might match the return type of a GCC
14768 builtin and then its argument prototype would still apply. */
14769 #ifdef __cplusplus
14770 extern "C"
14771 #endif
14772 char snd_pcm_hw_params_get_access ();
14774 main ()
14776 return snd_pcm_hw_params_get_access ();
14778 return 0;
14780 _ACEOF
14781 rm -f conftest.$ac_objext conftest$ac_exeext
14782 if { (ac_try="$ac_link"
14783 case "(($ac_try" in
14784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14785 *) ac_try_echo=$ac_try;;
14786 esac
14787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14788 (eval "$ac_link") 2>conftest.er1
14789 ac_status=$?
14790 grep -v '^ *+' conftest.er1 >conftest.err
14791 rm -f conftest.er1
14792 cat conftest.err >&5
14793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14794 (exit $ac_status); } && {
14795 test -z "$ac_c_werror_flag" ||
14796 test ! -s conftest.err
14797 } && test -s conftest$ac_exeext &&
14798 $as_test_x conftest$ac_exeext; then
14799 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14800 else
14801 echo "$as_me: failed program was:" >&5
14802 sed 's/^/| /' conftest.$ac_ext >&5
14804 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14808 conftest$ac_exeext conftest.$ac_ext
14809 LIBS=$ac_check_lib_save_LIBS
14811 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14812 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14813 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14814 cat >conftest.$ac_ext <<_ACEOF
14815 /* confdefs.h. */
14816 _ACEOF
14817 cat confdefs.h >>conftest.$ac_ext
14818 cat >>conftest.$ac_ext <<_ACEOF
14819 /* end confdefs.h. */
14820 #ifdef HAVE_ALSA_ASOUNDLIB_H
14821 #include <alsa/asoundlib.h>
14822 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14823 #include <sys/asoundlib.h>
14824 #endif
14826 main ()
14828 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14830 return 0;
14832 _ACEOF
14833 rm -f conftest.$ac_objext
14834 if { (ac_try="$ac_compile"
14835 case "(($ac_try" in
14836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14837 *) ac_try_echo=$ac_try;;
14838 esac
14839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14840 (eval "$ac_compile") 2>conftest.er1
14841 ac_status=$?
14842 grep -v '^ *+' conftest.er1 >conftest.err
14843 rm -f conftest.er1
14844 cat conftest.err >&5
14845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14846 (exit $ac_status); } && {
14847 test -z "$ac_c_werror_flag" ||
14848 test ! -s conftest.err
14849 } && test -s conftest.$ac_objext; then
14851 cat >>confdefs.h <<\_ACEOF
14852 #define HAVE_ALSA 1
14853 _ACEOF
14855 ALSALIBS="-lasound"
14856 else
14857 echo "$as_me: failed program was:" >&5
14858 sed 's/^/| /' conftest.$ac_ext >&5
14863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14868 AUDIOIOLIBS=""
14870 if test "$ac_cv_header_libaudioio_h" = "yes"
14871 then
14872 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14873 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14874 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14875 echo $ECHO_N "(cached) $ECHO_C" >&6
14876 else
14877 ac_check_lib_save_LIBS=$LIBS
14878 LIBS="-laudioio $LIBS"
14879 cat >conftest.$ac_ext <<_ACEOF
14880 /* confdefs.h. */
14881 _ACEOF
14882 cat confdefs.h >>conftest.$ac_ext
14883 cat >>conftest.$ac_ext <<_ACEOF
14884 /* end confdefs.h. */
14886 /* Override any GCC internal prototype to avoid an error.
14887 Use char because int might match the return type of a GCC
14888 builtin and then its argument prototype would still apply. */
14889 #ifdef __cplusplus
14890 extern "C"
14891 #endif
14892 char AudioIOGetVersion ();
14894 main ()
14896 return AudioIOGetVersion ();
14898 return 0;
14900 _ACEOF
14901 rm -f conftest.$ac_objext conftest$ac_exeext
14902 if { (ac_try="$ac_link"
14903 case "(($ac_try" in
14904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14905 *) ac_try_echo=$ac_try;;
14906 esac
14907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14908 (eval "$ac_link") 2>conftest.er1
14909 ac_status=$?
14910 grep -v '^ *+' conftest.er1 >conftest.err
14911 rm -f conftest.er1
14912 cat conftest.err >&5
14913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14914 (exit $ac_status); } && {
14915 test -z "$ac_c_werror_flag" ||
14916 test ! -s conftest.err
14917 } && test -s conftest$ac_exeext &&
14918 $as_test_x conftest$ac_exeext; then
14919 ac_cv_lib_audioio_AudioIOGetVersion=yes
14920 else
14921 echo "$as_me: failed program was:" >&5
14922 sed 's/^/| /' conftest.$ac_ext >&5
14924 ac_cv_lib_audioio_AudioIOGetVersion=no
14927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14928 conftest$ac_exeext conftest.$ac_ext
14929 LIBS=$ac_check_lib_save_LIBS
14931 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14932 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14933 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14934 AUDIOIOLIBS="-laudioio"
14936 cat >>confdefs.h <<\_ACEOF
14937 #define HAVE_LIBAUDIOIO 1
14938 _ACEOF
14945 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14946 then
14947 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14948 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14949 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14950 echo $ECHO_N "(cached) $ECHO_C" >&6
14951 else
14952 ac_check_soname_save_LIBS=$LIBS
14953 LIBS="-lcapi20 $LIBS"
14954 cat >conftest.$ac_ext <<_ACEOF
14955 /* confdefs.h. */
14956 _ACEOF
14957 cat confdefs.h >>conftest.$ac_ext
14958 cat >>conftest.$ac_ext <<_ACEOF
14959 /* end confdefs.h. */
14961 /* Override any GCC internal prototype to avoid an error.
14962 Use char because int might match the return type of a GCC
14963 builtin and then its argument prototype would still apply. */
14964 #ifdef __cplusplus
14965 extern "C"
14966 #endif
14967 char capi20_register ();
14969 main ()
14971 return capi20_register ();
14973 return 0;
14975 _ACEOF
14976 rm -f conftest.$ac_objext conftest$ac_exeext
14977 if { (ac_try="$ac_link"
14978 case "(($ac_try" in
14979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14980 *) ac_try_echo=$ac_try;;
14981 esac
14982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14983 (eval "$ac_link") 2>conftest.er1
14984 ac_status=$?
14985 grep -v '^ *+' conftest.er1 >conftest.err
14986 rm -f conftest.er1
14987 cat conftest.err >&5
14988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14989 (exit $ac_status); } && {
14990 test -z "$ac_c_werror_flag" ||
14991 test ! -s conftest.err
14992 } && test -s conftest$ac_exeext &&
14993 $as_test_x conftest$ac_exeext; then
14994 case "$LIBEXT" in
14995 dll) ;;
14996 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14997 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14998 esac
14999 else
15000 echo "$as_me: failed program was:" >&5
15001 sed 's/^/| /' conftest.$ac_ext >&5
15006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15007 conftest$ac_exeext conftest.$ac_ext
15008 LIBS=$ac_check_soname_save_LIBS
15010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15011 { echo "$as_me:$LINENO: result: not found" >&5
15012 echo "${ECHO_T}not found" >&6; }
15014 else
15015 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15016 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15018 cat >>confdefs.h <<_ACEOF
15019 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15020 _ACEOF
15026 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15027 case "x$with_capi" in
15028 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15029 xno) ;;
15030 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15031 This is an error since --with-capi was requested." >&5
15032 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15033 This is an error since --with-capi was requested." >&2;}
15034 { (exit 1); exit 1; }; } ;;
15035 esac
15039 CUPSINCL=""
15041 if test "x$with_cups" != "xno"
15042 then
15043 ac_save_CPPFLAGS="$CPPFLAGS"
15044 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15045 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15046 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15048 for ac_header in cups/cups.h
15050 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15052 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15053 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15055 echo $ECHO_N "(cached) $ECHO_C" >&6
15057 ac_res=`eval echo '${'$as_ac_Header'}'`
15058 { echo "$as_me:$LINENO: result: $ac_res" >&5
15059 echo "${ECHO_T}$ac_res" >&6; }
15060 else
15061 # Is the header compilable?
15062 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15063 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15064 cat >conftest.$ac_ext <<_ACEOF
15065 /* confdefs.h. */
15066 _ACEOF
15067 cat confdefs.h >>conftest.$ac_ext
15068 cat >>conftest.$ac_ext <<_ACEOF
15069 /* end confdefs.h. */
15070 $ac_includes_default
15071 #include <$ac_header>
15072 _ACEOF
15073 rm -f conftest.$ac_objext
15074 if { (ac_try="$ac_compile"
15075 case "(($ac_try" in
15076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15077 *) ac_try_echo=$ac_try;;
15078 esac
15079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15080 (eval "$ac_compile") 2>conftest.er1
15081 ac_status=$?
15082 grep -v '^ *+' conftest.er1 >conftest.err
15083 rm -f conftest.er1
15084 cat conftest.err >&5
15085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15086 (exit $ac_status); } && {
15087 test -z "$ac_c_werror_flag" ||
15088 test ! -s conftest.err
15089 } && test -s conftest.$ac_objext; then
15090 ac_header_compiler=yes
15091 else
15092 echo "$as_me: failed program was:" >&5
15093 sed 's/^/| /' conftest.$ac_ext >&5
15095 ac_header_compiler=no
15098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15099 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15100 echo "${ECHO_T}$ac_header_compiler" >&6; }
15102 # Is the header present?
15103 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15104 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15105 cat >conftest.$ac_ext <<_ACEOF
15106 /* confdefs.h. */
15107 _ACEOF
15108 cat confdefs.h >>conftest.$ac_ext
15109 cat >>conftest.$ac_ext <<_ACEOF
15110 /* end confdefs.h. */
15111 #include <$ac_header>
15112 _ACEOF
15113 if { (ac_try="$ac_cpp conftest.$ac_ext"
15114 case "(($ac_try" in
15115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15116 *) ac_try_echo=$ac_try;;
15117 esac
15118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15119 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15120 ac_status=$?
15121 grep -v '^ *+' conftest.er1 >conftest.err
15122 rm -f conftest.er1
15123 cat conftest.err >&5
15124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15125 (exit $ac_status); } >/dev/null && {
15126 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15127 test ! -s conftest.err
15128 }; then
15129 ac_header_preproc=yes
15130 else
15131 echo "$as_me: failed program was:" >&5
15132 sed 's/^/| /' conftest.$ac_ext >&5
15134 ac_header_preproc=no
15137 rm -f conftest.err conftest.$ac_ext
15138 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15139 echo "${ECHO_T}$ac_header_preproc" >&6; }
15141 # So? What about this header?
15142 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15143 yes:no: )
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15145 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15147 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15148 ac_header_preproc=yes
15150 no:yes:* )
15151 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15152 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15153 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15154 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15155 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15156 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15157 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15158 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15160 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15161 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15162 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15163 ( cat <<\_ASBOX
15164 ## ------------------------------------ ##
15165 ## Report this to wine-devel@winehq.org ##
15166 ## ------------------------------------ ##
15167 _ASBOX
15168 ) | sed "s/^/$as_me: WARNING: /" >&2
15170 esac
15171 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15174 echo $ECHO_N "(cached) $ECHO_C" >&6
15175 else
15176 eval "$as_ac_Header=\$ac_header_preproc"
15178 ac_res=`eval echo '${'$as_ac_Header'}'`
15179 { echo "$as_me:$LINENO: result: $ac_res" >&5
15180 echo "${ECHO_T}$ac_res" >&6; }
15183 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15184 cat >>confdefs.h <<_ACEOF
15185 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15186 _ACEOF
15187 { echo "$as_me:$LINENO: checking for -lcups" >&5
15188 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15189 if test "${ac_cv_lib_soname_cups+set}" = set; then
15190 echo $ECHO_N "(cached) $ECHO_C" >&6
15191 else
15192 ac_check_soname_save_LIBS=$LIBS
15193 LIBS="-lcups $ac_cups_libs $LIBS"
15194 cat >conftest.$ac_ext <<_ACEOF
15195 /* confdefs.h. */
15196 _ACEOF
15197 cat confdefs.h >>conftest.$ac_ext
15198 cat >>conftest.$ac_ext <<_ACEOF
15199 /* end confdefs.h. */
15201 /* Override any GCC internal prototype to avoid an error.
15202 Use char because int might match the return type of a GCC
15203 builtin and then its argument prototype would still apply. */
15204 #ifdef __cplusplus
15205 extern "C"
15206 #endif
15207 char cupsGetDefault ();
15209 main ()
15211 return cupsGetDefault ();
15213 return 0;
15215 _ACEOF
15216 rm -f conftest.$ac_objext conftest$ac_exeext
15217 if { (ac_try="$ac_link"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15223 (eval "$ac_link") 2>conftest.er1
15224 ac_status=$?
15225 grep -v '^ *+' conftest.er1 >conftest.err
15226 rm -f conftest.er1
15227 cat conftest.err >&5
15228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15229 (exit $ac_status); } && {
15230 test -z "$ac_c_werror_flag" ||
15231 test ! -s conftest.err
15232 } && test -s conftest$ac_exeext &&
15233 $as_test_x conftest$ac_exeext; then
15234 case "$LIBEXT" in
15235 dll) ;;
15236 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15237 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15238 esac
15239 else
15240 echo "$as_me: failed program was:" >&5
15241 sed 's/^/| /' conftest.$ac_ext >&5
15246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15247 conftest$ac_exeext conftest.$ac_ext
15248 LIBS=$ac_check_soname_save_LIBS
15250 if test "x$ac_cv_lib_soname_cups" = "x"; then
15251 { echo "$as_me:$LINENO: result: not found" >&5
15252 echo "${ECHO_T}not found" >&6; }
15254 else
15255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15256 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15258 cat >>confdefs.h <<_ACEOF
15259 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15260 _ACEOF
15262 CUPSINCL="$ac_cups_cflags"
15267 done
15269 CPPFLAGS="$ac_save_CPPFLAGS"
15271 if test "x$ac_cv_lib_soname_cups" = "x"; then
15272 case "x$with_cups" in
15273 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15274 xno) ;;
15275 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15276 This is an error since --with-cups was requested." >&5
15277 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15278 This is an error since --with-cups was requested." >&2;}
15279 { (exit 1); exit 1; }; } ;;
15280 esac
15284 if test "$ac_cv_header_jack_jack_h" = "yes"
15285 then
15286 { echo "$as_me:$LINENO: checking for -ljack" >&5
15287 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15288 if test "${ac_cv_lib_soname_jack+set}" = set; then
15289 echo $ECHO_N "(cached) $ECHO_C" >&6
15290 else
15291 ac_check_soname_save_LIBS=$LIBS
15292 LIBS="-ljack $LIBS"
15293 cat >conftest.$ac_ext <<_ACEOF
15294 /* confdefs.h. */
15295 _ACEOF
15296 cat confdefs.h >>conftest.$ac_ext
15297 cat >>conftest.$ac_ext <<_ACEOF
15298 /* end confdefs.h. */
15300 /* Override any GCC internal prototype to avoid an error.
15301 Use char because int might match the return type of a GCC
15302 builtin and then its argument prototype would still apply. */
15303 #ifdef __cplusplus
15304 extern "C"
15305 #endif
15306 char jack_client_new ();
15308 main ()
15310 return jack_client_new ();
15312 return 0;
15314 _ACEOF
15315 rm -f conftest.$ac_objext conftest$ac_exeext
15316 if { (ac_try="$ac_link"
15317 case "(($ac_try" in
15318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15319 *) ac_try_echo=$ac_try;;
15320 esac
15321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15322 (eval "$ac_link") 2>conftest.er1
15323 ac_status=$?
15324 grep -v '^ *+' conftest.er1 >conftest.err
15325 rm -f conftest.er1
15326 cat conftest.err >&5
15327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15328 (exit $ac_status); } && {
15329 test -z "$ac_c_werror_flag" ||
15330 test ! -s conftest.err
15331 } && test -s conftest$ac_exeext &&
15332 $as_test_x conftest$ac_exeext; then
15333 case "$LIBEXT" in
15334 dll) ;;
15335 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15336 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15337 esac
15338 else
15339 echo "$as_me: failed program was:" >&5
15340 sed 's/^/| /' conftest.$ac_ext >&5
15345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15346 conftest$ac_exeext conftest.$ac_ext
15347 LIBS=$ac_check_soname_save_LIBS
15349 if test "x$ac_cv_lib_soname_jack" = "x"; then
15350 { echo "$as_me:$LINENO: result: not found" >&5
15351 echo "${ECHO_T}not found" >&6; }
15353 else
15354 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15355 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15357 cat >>confdefs.h <<_ACEOF
15358 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15359 _ACEOF
15366 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15367 then
15368 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15369 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15370 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15371 echo $ECHO_N "(cached) $ECHO_C" >&6
15372 else
15373 ac_check_soname_save_LIBS=$LIBS
15374 LIBS="-lfontconfig $LIBS"
15375 cat >conftest.$ac_ext <<_ACEOF
15376 /* confdefs.h. */
15377 _ACEOF
15378 cat confdefs.h >>conftest.$ac_ext
15379 cat >>conftest.$ac_ext <<_ACEOF
15380 /* end confdefs.h. */
15382 /* Override any GCC internal prototype to avoid an error.
15383 Use char because int might match the return type of a GCC
15384 builtin and then its argument prototype would still apply. */
15385 #ifdef __cplusplus
15386 extern "C"
15387 #endif
15388 char FcInit ();
15390 main ()
15392 return FcInit ();
15394 return 0;
15396 _ACEOF
15397 rm -f conftest.$ac_objext conftest$ac_exeext
15398 if { (ac_try="$ac_link"
15399 case "(($ac_try" in
15400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15401 *) ac_try_echo=$ac_try;;
15402 esac
15403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15404 (eval "$ac_link") 2>conftest.er1
15405 ac_status=$?
15406 grep -v '^ *+' conftest.er1 >conftest.err
15407 rm -f conftest.er1
15408 cat conftest.err >&5
15409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15410 (exit $ac_status); } && {
15411 test -z "$ac_c_werror_flag" ||
15412 test ! -s conftest.err
15413 } && test -s conftest$ac_exeext &&
15414 $as_test_x conftest$ac_exeext; then
15415 case "$LIBEXT" in
15416 dll) ;;
15417 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15418 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15419 esac
15420 else
15421 echo "$as_me: failed program was:" >&5
15422 sed 's/^/| /' conftest.$ac_ext >&5
15427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428 conftest$ac_exeext conftest.$ac_ext
15429 LIBS=$ac_check_soname_save_LIBS
15431 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15432 { echo "$as_me:$LINENO: result: not found" >&5
15433 echo "${ECHO_T}not found" >&6; }
15435 else
15436 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15437 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15439 cat >>confdefs.h <<_ACEOF
15440 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15441 _ACEOF
15446 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15447 then
15448 ac_save_CPPFLAGS="$CPPFLAGS"
15449 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15450 $as_unset ac_cv_header_fontconfig_fontconfig_h
15452 for ac_header in fontconfig/fontconfig.h
15454 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15456 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15457 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15459 echo $ECHO_N "(cached) $ECHO_C" >&6
15461 ac_res=`eval echo '${'$as_ac_Header'}'`
15462 { echo "$as_me:$LINENO: result: $ac_res" >&5
15463 echo "${ECHO_T}$ac_res" >&6; }
15464 else
15465 # Is the header compilable?
15466 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15467 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15468 cat >conftest.$ac_ext <<_ACEOF
15469 /* confdefs.h. */
15470 _ACEOF
15471 cat confdefs.h >>conftest.$ac_ext
15472 cat >>conftest.$ac_ext <<_ACEOF
15473 /* end confdefs.h. */
15474 $ac_includes_default
15475 #include <$ac_header>
15476 _ACEOF
15477 rm -f conftest.$ac_objext
15478 if { (ac_try="$ac_compile"
15479 case "(($ac_try" in
15480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15481 *) ac_try_echo=$ac_try;;
15482 esac
15483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15484 (eval "$ac_compile") 2>conftest.er1
15485 ac_status=$?
15486 grep -v '^ *+' conftest.er1 >conftest.err
15487 rm -f conftest.er1
15488 cat conftest.err >&5
15489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); } && {
15491 test -z "$ac_c_werror_flag" ||
15492 test ! -s conftest.err
15493 } && test -s conftest.$ac_objext; then
15494 ac_header_compiler=yes
15495 else
15496 echo "$as_me: failed program was:" >&5
15497 sed 's/^/| /' conftest.$ac_ext >&5
15499 ac_header_compiler=no
15502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15503 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15504 echo "${ECHO_T}$ac_header_compiler" >&6; }
15506 # Is the header present?
15507 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15508 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15509 cat >conftest.$ac_ext <<_ACEOF
15510 /* confdefs.h. */
15511 _ACEOF
15512 cat confdefs.h >>conftest.$ac_ext
15513 cat >>conftest.$ac_ext <<_ACEOF
15514 /* end confdefs.h. */
15515 #include <$ac_header>
15516 _ACEOF
15517 if { (ac_try="$ac_cpp conftest.$ac_ext"
15518 case "(($ac_try" in
15519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15520 *) ac_try_echo=$ac_try;;
15521 esac
15522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15523 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15524 ac_status=$?
15525 grep -v '^ *+' conftest.er1 >conftest.err
15526 rm -f conftest.er1
15527 cat conftest.err >&5
15528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15529 (exit $ac_status); } >/dev/null && {
15530 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15531 test ! -s conftest.err
15532 }; then
15533 ac_header_preproc=yes
15534 else
15535 echo "$as_me: failed program was:" >&5
15536 sed 's/^/| /' conftest.$ac_ext >&5
15538 ac_header_preproc=no
15541 rm -f conftest.err conftest.$ac_ext
15542 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15543 echo "${ECHO_T}$ac_header_preproc" >&6; }
15545 # So? What about this header?
15546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15547 yes:no: )
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15549 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15551 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15552 ac_header_preproc=yes
15554 no:yes:* )
15555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15556 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15558 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15559 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15560 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15561 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15562 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15564 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15565 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15566 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15567 ( cat <<\_ASBOX
15568 ## ------------------------------------ ##
15569 ## Report this to wine-devel@winehq.org ##
15570 ## ------------------------------------ ##
15571 _ASBOX
15572 ) | sed "s/^/$as_me: WARNING: /" >&2
15574 esac
15575 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15576 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15578 echo $ECHO_N "(cached) $ECHO_C" >&6
15579 else
15580 eval "$as_ac_Header=\$ac_header_preproc"
15582 ac_res=`eval echo '${'$as_ac_Header'}'`
15583 { echo "$as_me:$LINENO: result: $ac_res" >&5
15584 echo "${ECHO_T}$ac_res" >&6; }
15587 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15588 cat >>confdefs.h <<_ACEOF
15589 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15590 _ACEOF
15594 done
15596 CPPFLAGS="$ac_save_CPPFLAGS"
15597 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15598 then
15599 FONTCONFIGINCL="$X_CFLAGS"
15601 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15602 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15603 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15604 echo $ECHO_N "(cached) $ECHO_C" >&6
15605 else
15606 ac_check_soname_save_LIBS=$LIBS
15607 LIBS="-lfontconfig $X_LIBS $LIBS"
15608 cat >conftest.$ac_ext <<_ACEOF
15609 /* confdefs.h. */
15610 _ACEOF
15611 cat confdefs.h >>conftest.$ac_ext
15612 cat >>conftest.$ac_ext <<_ACEOF
15613 /* end confdefs.h. */
15615 /* Override any GCC internal prototype to avoid an error.
15616 Use char because int might match the return type of a GCC
15617 builtin and then its argument prototype would still apply. */
15618 #ifdef __cplusplus
15619 extern "C"
15620 #endif
15621 char FcInit ();
15623 main ()
15625 return FcInit ();
15627 return 0;
15629 _ACEOF
15630 rm -f conftest.$ac_objext conftest$ac_exeext
15631 if { (ac_try="$ac_link"
15632 case "(($ac_try" in
15633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15634 *) ac_try_echo=$ac_try;;
15635 esac
15636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15637 (eval "$ac_link") 2>conftest.er1
15638 ac_status=$?
15639 grep -v '^ *+' conftest.er1 >conftest.err
15640 rm -f conftest.er1
15641 cat conftest.err >&5
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); } && {
15644 test -z "$ac_c_werror_flag" ||
15645 test ! -s conftest.err
15646 } && test -s conftest$ac_exeext &&
15647 $as_test_x conftest$ac_exeext; then
15648 case "$LIBEXT" in
15649 dll) ;;
15650 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15651 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15652 esac
15653 else
15654 echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.$ac_ext >&5
15660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15661 conftest$ac_exeext conftest.$ac_ext
15662 LIBS=$ac_check_soname_save_LIBS
15664 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15665 { echo "$as_me:$LINENO: result: not found" >&5
15666 echo "${ECHO_T}not found" >&6; }
15668 else
15669 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15670 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15672 cat >>confdefs.h <<_ACEOF
15673 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15674 _ACEOF
15681 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15682 case "x$with_fontconfig" in
15683 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15684 xno) ;;
15685 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15686 This is an error since --with-fontconfig was requested." >&5
15687 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15688 This is an error since --with-fontconfig was requested." >&2;}
15689 { (exit 1); exit 1; }; } ;;
15690 esac
15694 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15695 then
15696 { echo "$as_me:$LINENO: checking for -lssl" >&5
15697 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15698 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15699 echo $ECHO_N "(cached) $ECHO_C" >&6
15700 else
15701 ac_check_soname_save_LIBS=$LIBS
15702 LIBS="-lssl $LIBS"
15703 cat >conftest.$ac_ext <<_ACEOF
15704 /* confdefs.h. */
15705 _ACEOF
15706 cat confdefs.h >>conftest.$ac_ext
15707 cat >>conftest.$ac_ext <<_ACEOF
15708 /* end confdefs.h. */
15710 /* Override any GCC internal prototype to avoid an error.
15711 Use char because int might match the return type of a GCC
15712 builtin and then its argument prototype would still apply. */
15713 #ifdef __cplusplus
15714 extern "C"
15715 #endif
15716 char SSL_library_init ();
15718 main ()
15720 return SSL_library_init ();
15722 return 0;
15724 _ACEOF
15725 rm -f conftest.$ac_objext conftest$ac_exeext
15726 if { (ac_try="$ac_link"
15727 case "(($ac_try" in
15728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15729 *) ac_try_echo=$ac_try;;
15730 esac
15731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15732 (eval "$ac_link") 2>conftest.er1
15733 ac_status=$?
15734 grep -v '^ *+' conftest.er1 >conftest.err
15735 rm -f conftest.er1
15736 cat conftest.err >&5
15737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738 (exit $ac_status); } && {
15739 test -z "$ac_c_werror_flag" ||
15740 test ! -s conftest.err
15741 } && test -s conftest$ac_exeext &&
15742 $as_test_x conftest$ac_exeext; then
15743 case "$LIBEXT" in
15744 dll) ;;
15745 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15746 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15747 esac
15748 else
15749 echo "$as_me: failed program was:" >&5
15750 sed 's/^/| /' conftest.$ac_ext >&5
15755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15756 conftest$ac_exeext conftest.$ac_ext
15757 LIBS=$ac_check_soname_save_LIBS
15759 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15760 { echo "$as_me:$LINENO: result: not found" >&5
15761 echo "${ECHO_T}not found" >&6; }
15763 else
15764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15765 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15767 cat >>confdefs.h <<_ACEOF
15768 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15769 _ACEOF
15774 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15775 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15776 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15778 else
15779 ac_check_soname_save_LIBS=$LIBS
15780 LIBS="-lcrypto $LIBS"
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15788 /* Override any GCC internal prototype to avoid an error.
15789 Use char because int might match the return type of a GCC
15790 builtin and then its argument prototype would still apply. */
15791 #ifdef __cplusplus
15792 extern "C"
15793 #endif
15794 char BIO_new_socket ();
15796 main ()
15798 return BIO_new_socket ();
15800 return 0;
15802 _ACEOF
15803 rm -f conftest.$ac_objext conftest$ac_exeext
15804 if { (ac_try="$ac_link"
15805 case "(($ac_try" in
15806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15808 esac
15809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15810 (eval "$ac_link") 2>conftest.er1
15811 ac_status=$?
15812 grep -v '^ *+' conftest.er1 >conftest.err
15813 rm -f conftest.er1
15814 cat conftest.err >&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); } && {
15817 test -z "$ac_c_werror_flag" ||
15818 test ! -s conftest.err
15819 } && test -s conftest$ac_exeext &&
15820 $as_test_x conftest$ac_exeext; then
15821 case "$LIBEXT" in
15822 dll) ;;
15823 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15824 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15825 esac
15826 else
15827 echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834 conftest$ac_exeext conftest.$ac_ext
15835 LIBS=$ac_check_soname_save_LIBS
15837 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15838 { echo "$as_me:$LINENO: result: not found" >&5
15839 echo "${ECHO_T}not found" >&6; }
15841 else
15842 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15843 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15845 cat >>confdefs.h <<_ACEOF
15846 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15847 _ACEOF
15853 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15854 case "x$with_openssl" in
15855 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15856 xno) ;;
15857 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15858 This is an error since --with-openssl was requested." >&5
15859 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15860 This is an error since --with-openssl was requested." >&2;}
15861 { (exit 1); exit 1; }; } ;;
15862 esac
15866 if test "$ac_cv_header_jpeglib_h" = "yes"
15867 then
15868 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15869 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15870 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15871 echo $ECHO_N "(cached) $ECHO_C" >&6
15872 else
15873 ac_check_soname_save_LIBS=$LIBS
15874 LIBS="-ljpeg $LIBS"
15875 cat >conftest.$ac_ext <<_ACEOF
15876 /* confdefs.h. */
15877 _ACEOF
15878 cat confdefs.h >>conftest.$ac_ext
15879 cat >>conftest.$ac_ext <<_ACEOF
15880 /* end confdefs.h. */
15882 /* Override any GCC internal prototype to avoid an error.
15883 Use char because int might match the return type of a GCC
15884 builtin and then its argument prototype would still apply. */
15885 #ifdef __cplusplus
15886 extern "C"
15887 #endif
15888 char jpeg_start_decompress ();
15890 main ()
15892 return jpeg_start_decompress ();
15894 return 0;
15896 _ACEOF
15897 rm -f conftest.$ac_objext conftest$ac_exeext
15898 if { (ac_try="$ac_link"
15899 case "(($ac_try" in
15900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15901 *) ac_try_echo=$ac_try;;
15902 esac
15903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15904 (eval "$ac_link") 2>conftest.er1
15905 ac_status=$?
15906 grep -v '^ *+' conftest.er1 >conftest.err
15907 rm -f conftest.er1
15908 cat conftest.err >&5
15909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15910 (exit $ac_status); } && {
15911 test -z "$ac_c_werror_flag" ||
15912 test ! -s conftest.err
15913 } && test -s conftest$ac_exeext &&
15914 $as_test_x conftest$ac_exeext; then
15915 case "$LIBEXT" in
15916 dll) ;;
15917 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15918 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15919 esac
15920 else
15921 echo "$as_me: failed program was:" >&5
15922 sed 's/^/| /' conftest.$ac_ext >&5
15927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15928 conftest$ac_exeext conftest.$ac_ext
15929 LIBS=$ac_check_soname_save_LIBS
15931 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15932 { echo "$as_me:$LINENO: result: not found" >&5
15933 echo "${ECHO_T}not found" >&6; }
15935 else
15936 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15937 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15939 cat >>confdefs.h <<_ACEOF
15940 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15941 _ACEOF
15947 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15948 case "x$with_jpeg" in
15949 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15950 xno) ;;
15951 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15952 This is an error since --with-jpeg was requested." >&5
15953 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15954 This is an error since --with-jpeg was requested." >&2;}
15955 { (exit 1); exit 1; }; } ;;
15956 esac
15960 if test "$ac_cv_header_png_h" = "yes"
15961 then
15962 { echo "$as_me:$LINENO: checking for -lpng" >&5
15963 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15964 if test "${ac_cv_lib_soname_png+set}" = set; then
15965 echo $ECHO_N "(cached) $ECHO_C" >&6
15966 else
15967 ac_check_soname_save_LIBS=$LIBS
15968 LIBS="-lpng -lm $LIBS"
15969 cat >conftest.$ac_ext <<_ACEOF
15970 /* confdefs.h. */
15971 _ACEOF
15972 cat confdefs.h >>conftest.$ac_ext
15973 cat >>conftest.$ac_ext <<_ACEOF
15974 /* end confdefs.h. */
15976 /* Override any GCC internal prototype to avoid an error.
15977 Use char because int might match the return type of a GCC
15978 builtin and then its argument prototype would still apply. */
15979 #ifdef __cplusplus
15980 extern "C"
15981 #endif
15982 char png_create_read_struct ();
15984 main ()
15986 return png_create_read_struct ();
15988 return 0;
15990 _ACEOF
15991 rm -f conftest.$ac_objext conftest$ac_exeext
15992 if { (ac_try="$ac_link"
15993 case "(($ac_try" in
15994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15995 *) ac_try_echo=$ac_try;;
15996 esac
15997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15998 (eval "$ac_link") 2>conftest.er1
15999 ac_status=$?
16000 grep -v '^ *+' conftest.er1 >conftest.err
16001 rm -f conftest.er1
16002 cat conftest.err >&5
16003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16004 (exit $ac_status); } && {
16005 test -z "$ac_c_werror_flag" ||
16006 test ! -s conftest.err
16007 } && test -s conftest$ac_exeext &&
16008 $as_test_x conftest$ac_exeext; then
16009 case "$LIBEXT" in
16010 dll) ;;
16011 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16012 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16013 esac
16014 else
16015 echo "$as_me: failed program was:" >&5
16016 sed 's/^/| /' conftest.$ac_ext >&5
16021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16022 conftest$ac_exeext conftest.$ac_ext
16023 LIBS=$ac_check_soname_save_LIBS
16025 if test "x$ac_cv_lib_soname_png" = "x"; then
16026 { echo "$as_me:$LINENO: result: not found" >&5
16027 echo "${ECHO_T}not found" >&6; }
16029 else
16030 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16031 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16033 cat >>confdefs.h <<_ACEOF
16034 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16035 _ACEOF
16041 if test "x$ac_cv_lib_soname_png" = "x"; then
16042 case "x$with_png" in
16043 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16044 xno) ;;
16045 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16046 This is an error since --with-png was requested." >&5
16047 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16048 This is an error since --with-png was requested." >&2;}
16049 { (exit 1); exit 1; }; } ;;
16050 esac
16054 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16055 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16056 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16057 echo $ECHO_N "(cached) $ECHO_C" >&6
16058 else
16059 ac_check_soname_save_LIBS=$LIBS
16060 LIBS="-lodbc $LIBS"
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h. */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h. */
16068 /* Override any GCC internal prototype to avoid an error.
16069 Use char because int might match the return type of a GCC
16070 builtin and then its argument prototype would still apply. */
16071 #ifdef __cplusplus
16072 extern "C"
16073 #endif
16074 char SQLConnect ();
16076 main ()
16078 return SQLConnect ();
16080 return 0;
16082 _ACEOF
16083 rm -f conftest.$ac_objext conftest$ac_exeext
16084 if { (ac_try="$ac_link"
16085 case "(($ac_try" in
16086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16087 *) ac_try_echo=$ac_try;;
16088 esac
16089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16090 (eval "$ac_link") 2>conftest.er1
16091 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } && {
16097 test -z "$ac_c_werror_flag" ||
16098 test ! -s conftest.err
16099 } && test -s conftest$ac_exeext &&
16100 $as_test_x conftest$ac_exeext; then
16101 case "$LIBEXT" in
16102 dll) ;;
16103 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16104 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16105 esac
16106 else
16107 echo "$as_me: failed program was:" >&5
16108 sed 's/^/| /' conftest.$ac_ext >&5
16113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16114 conftest$ac_exeext conftest.$ac_ext
16115 LIBS=$ac_check_soname_save_LIBS
16117 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16118 { echo "$as_me:$LINENO: result: not found" >&5
16119 echo "${ECHO_T}not found" >&6; }
16120 cat >>confdefs.h <<_ACEOF
16121 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16122 _ACEOF
16124 else
16125 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16126 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16128 cat >>confdefs.h <<_ACEOF
16129 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16130 _ACEOF
16136 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16137 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16138 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16139 "$ac_cv_header_soundcard_h" != "yes" -a \
16140 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16141 then
16142 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16146 EXTRACFLAGS=""
16148 if test "x${GCC}" = "xyes"
16149 then
16150 EXTRACFLAGS="-Wall -pipe"
16152 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16153 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16154 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16155 echo $ECHO_N "(cached) $ECHO_C" >&6
16156 else
16157 if test "$cross_compiling" = yes; then
16158 ac_cv_c_gcc_strength_bug="yes"
16159 else
16160 cat >conftest.$ac_ext <<_ACEOF
16161 /* confdefs.h. */
16162 _ACEOF
16163 cat confdefs.h >>conftest.$ac_ext
16164 cat >>conftest.$ac_ext <<_ACEOF
16165 /* end confdefs.h. */
16166 int L[4] = {0,1,2,3};
16168 main ()
16170 static int Array[3];
16171 unsigned int B = 3;
16172 int i;
16173 for(i=0; i<B; i++) Array[i] = i - 3;
16174 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16175 L[i] = 4;
16176 exit( Array[1] != -2 || L[2] != 3)
16178 return 0;
16180 _ACEOF
16181 rm -f conftest$ac_exeext
16182 if { (ac_try="$ac_link"
16183 case "(($ac_try" in
16184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16185 *) ac_try_echo=$ac_try;;
16186 esac
16187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16188 (eval "$ac_link") 2>&5
16189 ac_status=$?
16190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16192 { (case "(($ac_try" in
16193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16194 *) ac_try_echo=$ac_try;;
16195 esac
16196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16197 (eval "$ac_try") 2>&5
16198 ac_status=$?
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); }; }; then
16201 ac_cv_c_gcc_strength_bug="no"
16202 else
16203 echo "$as_me: program exited with status $ac_status" >&5
16204 echo "$as_me: failed program was:" >&5
16205 sed 's/^/| /' conftest.$ac_ext >&5
16207 ( exit $ac_status )
16208 ac_cv_c_gcc_strength_bug="yes"
16210 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16215 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16216 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16217 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16218 then
16219 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16223 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16224 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16225 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16226 echo $ECHO_N "(cached) $ECHO_C" >&6
16227 else
16228 ac_wine_try_cflags_saved=$CFLAGS
16229 CFLAGS="$CFLAGS -fshort-wchar"
16230 cat >conftest.$ac_ext <<_ACEOF
16231 /* confdefs.h. */
16232 _ACEOF
16233 cat confdefs.h >>conftest.$ac_ext
16234 cat >>conftest.$ac_ext <<_ACEOF
16235 /* end confdefs.h. */
16238 main ()
16242 return 0;
16244 _ACEOF
16245 rm -f conftest.$ac_objext conftest$ac_exeext
16246 if { (ac_try="$ac_link"
16247 case "(($ac_try" in
16248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16249 *) ac_try_echo=$ac_try;;
16250 esac
16251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16252 (eval "$ac_link") 2>conftest.er1
16253 ac_status=$?
16254 grep -v '^ *+' conftest.er1 >conftest.err
16255 rm -f conftest.er1
16256 cat conftest.err >&5
16257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16258 (exit $ac_status); } && {
16259 test -z "$ac_c_werror_flag" ||
16260 test ! -s conftest.err
16261 } && test -s conftest$ac_exeext &&
16262 $as_test_x conftest$ac_exeext; then
16263 ac_cv_cflags__fshort_wchar=yes
16264 else
16265 echo "$as_me: failed program was:" >&5
16266 sed 's/^/| /' conftest.$ac_ext >&5
16268 ac_cv_cflags__fshort_wchar=no
16271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16272 conftest$ac_exeext conftest.$ac_ext
16273 CFLAGS=$ac_wine_try_cflags_saved
16275 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16276 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16277 if test $ac_cv_cflags__fshort_wchar = yes; then
16279 cat >>confdefs.h <<\_ACEOF
16280 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16281 _ACEOF
16285 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16286 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16287 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16288 echo $ECHO_N "(cached) $ECHO_C" >&6
16289 else
16290 ac_wine_try_cflags_saved=$CFLAGS
16291 CFLAGS="$CFLAGS -fno-strict-aliasing"
16292 cat >conftest.$ac_ext <<_ACEOF
16293 /* confdefs.h. */
16294 _ACEOF
16295 cat confdefs.h >>conftest.$ac_ext
16296 cat >>conftest.$ac_ext <<_ACEOF
16297 /* end confdefs.h. */
16300 main ()
16304 return 0;
16306 _ACEOF
16307 rm -f conftest.$ac_objext conftest$ac_exeext
16308 if { (ac_try="$ac_link"
16309 case "(($ac_try" in
16310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16311 *) ac_try_echo=$ac_try;;
16312 esac
16313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16314 (eval "$ac_link") 2>conftest.er1
16315 ac_status=$?
16316 grep -v '^ *+' conftest.er1 >conftest.err
16317 rm -f conftest.er1
16318 cat conftest.err >&5
16319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16320 (exit $ac_status); } && {
16321 test -z "$ac_c_werror_flag" ||
16322 test ! -s conftest.err
16323 } && test -s conftest$ac_exeext &&
16324 $as_test_x conftest$ac_exeext; then
16325 ac_cv_cflags__fno_strict_aliasing=yes
16326 else
16327 echo "$as_me: failed program was:" >&5
16328 sed 's/^/| /' conftest.$ac_ext >&5
16330 ac_cv_cflags__fno_strict_aliasing=no
16333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16334 conftest$ac_exeext conftest.$ac_ext
16335 CFLAGS=$ac_wine_try_cflags_saved
16337 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16338 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16339 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16340 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16343 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16344 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16345 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6
16347 else
16348 ac_wine_try_cflags_saved=$CFLAGS
16349 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16350 cat >conftest.$ac_ext <<_ACEOF
16351 /* confdefs.h. */
16352 _ACEOF
16353 cat confdefs.h >>conftest.$ac_ext
16354 cat >>conftest.$ac_ext <<_ACEOF
16355 /* end confdefs.h. */
16358 main ()
16362 return 0;
16364 _ACEOF
16365 rm -f conftest.$ac_objext conftest$ac_exeext
16366 if { (ac_try="$ac_link"
16367 case "(($ac_try" in
16368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369 *) ac_try_echo=$ac_try;;
16370 esac
16371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16372 (eval "$ac_link") 2>conftest.er1
16373 ac_status=$?
16374 grep -v '^ *+' conftest.er1 >conftest.err
16375 rm -f conftest.er1
16376 cat conftest.err >&5
16377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16378 (exit $ac_status); } && {
16379 test -z "$ac_c_werror_flag" ||
16380 test ! -s conftest.err
16381 } && test -s conftest$ac_exeext &&
16382 $as_test_x conftest$ac_exeext; then
16383 ac_cv_cflags__Wdeclaration_after_statement=yes
16384 else
16385 echo "$as_me: failed program was:" >&5
16386 sed 's/^/| /' conftest.$ac_ext >&5
16388 ac_cv_cflags__Wdeclaration_after_statement=no
16391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16392 conftest$ac_exeext conftest.$ac_ext
16393 CFLAGS=$ac_wine_try_cflags_saved
16395 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16396 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16397 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16398 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16401 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16402 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16403 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16404 echo $ECHO_N "(cached) $ECHO_C" >&6
16405 else
16406 ac_wine_try_cflags_saved=$CFLAGS
16407 CFLAGS="$CFLAGS -Wwrite-strings"
16408 cat >conftest.$ac_ext <<_ACEOF
16409 /* confdefs.h. */
16410 _ACEOF
16411 cat confdefs.h >>conftest.$ac_ext
16412 cat >>conftest.$ac_ext <<_ACEOF
16413 /* end confdefs.h. */
16416 main ()
16420 return 0;
16422 _ACEOF
16423 rm -f conftest.$ac_objext conftest$ac_exeext
16424 if { (ac_try="$ac_link"
16425 case "(($ac_try" in
16426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16427 *) ac_try_echo=$ac_try;;
16428 esac
16429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16430 (eval "$ac_link") 2>conftest.er1
16431 ac_status=$?
16432 grep -v '^ *+' conftest.er1 >conftest.err
16433 rm -f conftest.er1
16434 cat conftest.err >&5
16435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16436 (exit $ac_status); } && {
16437 test -z "$ac_c_werror_flag" ||
16438 test ! -s conftest.err
16439 } && test -s conftest$ac_exeext &&
16440 $as_test_x conftest$ac_exeext; then
16441 ac_cv_cflags__Wwrite_strings=yes
16442 else
16443 echo "$as_me: failed program was:" >&5
16444 sed 's/^/| /' conftest.$ac_ext >&5
16446 ac_cv_cflags__Wwrite_strings=no
16449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16450 conftest$ac_exeext conftest.$ac_ext
16451 CFLAGS=$ac_wine_try_cflags_saved
16453 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16454 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16455 if test $ac_cv_cflags__Wwrite_strings = yes; then
16456 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16459 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16460 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16461 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16462 echo $ECHO_N "(cached) $ECHO_C" >&6
16463 else
16464 ac_wine_try_cflags_saved=$CFLAGS
16465 CFLAGS="$CFLAGS -Wtype-limits"
16466 cat >conftest.$ac_ext <<_ACEOF
16467 /* confdefs.h. */
16468 _ACEOF
16469 cat confdefs.h >>conftest.$ac_ext
16470 cat >>conftest.$ac_ext <<_ACEOF
16471 /* end confdefs.h. */
16474 main ()
16478 return 0;
16480 _ACEOF
16481 rm -f conftest.$ac_objext conftest$ac_exeext
16482 if { (ac_try="$ac_link"
16483 case "(($ac_try" in
16484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16485 *) ac_try_echo=$ac_try;;
16486 esac
16487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16488 (eval "$ac_link") 2>conftest.er1
16489 ac_status=$?
16490 grep -v '^ *+' conftest.er1 >conftest.err
16491 rm -f conftest.er1
16492 cat conftest.err >&5
16493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16494 (exit $ac_status); } && {
16495 test -z "$ac_c_werror_flag" ||
16496 test ! -s conftest.err
16497 } && test -s conftest$ac_exeext &&
16498 $as_test_x conftest$ac_exeext; then
16499 ac_cv_cflags__Wtype_limits=yes
16500 else
16501 echo "$as_me: failed program was:" >&5
16502 sed 's/^/| /' conftest.$ac_ext >&5
16504 ac_cv_cflags__Wtype_limits=no
16507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16508 conftest$ac_exeext conftest.$ac_ext
16509 CFLAGS=$ac_wine_try_cflags_saved
16511 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16512 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16513 if test $ac_cv_cflags__Wtype_limits = yes; then
16514 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16518 saved_CFLAGS="$CFLAGS"
16519 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16520 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16521 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16522 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16523 echo $ECHO_N "(cached) $ECHO_C" >&6
16524 else
16525 cat >conftest.$ac_ext <<_ACEOF
16526 /* confdefs.h. */
16527 _ACEOF
16528 cat confdefs.h >>conftest.$ac_ext
16529 cat >>conftest.$ac_ext <<_ACEOF
16530 /* end confdefs.h. */
16531 #include <string.h>
16533 main ()
16537 return 0;
16539 _ACEOF
16540 rm -f conftest.$ac_objext
16541 if { (ac_try="$ac_compile"
16542 case "(($ac_try" in
16543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16544 *) ac_try_echo=$ac_try;;
16545 esac
16546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16547 (eval "$ac_compile") 2>conftest.er1
16548 ac_status=$?
16549 grep -v '^ *+' conftest.er1 >conftest.err
16550 rm -f conftest.er1
16551 cat conftest.err >&5
16552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16553 (exit $ac_status); } && {
16554 test -z "$ac_c_werror_flag" ||
16555 test ! -s conftest.err
16556 } && test -s conftest.$ac_objext; then
16557 ac_cv_c_string_h_warnings=no
16558 else
16559 echo "$as_me: failed program was:" >&5
16560 sed 's/^/| /' conftest.$ac_ext >&5
16562 ac_cv_c_string_h_warnings=yes
16565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16567 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16568 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16569 CFLAGS="$saved_CFLAGS"
16570 if test "$ac_cv_c_string_h_warnings" = "no"
16571 then
16572 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16575 BUILTINFLAG=""
16577 saved_CFLAGS="$CFLAGS"
16578 CFLAGS="$CFLAGS -Werror"
16579 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16580 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16581 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16582 echo $ECHO_N "(cached) $ECHO_C" >&6
16583 else
16584 cat >conftest.$ac_ext <<_ACEOF
16585 /* confdefs.h. */
16586 _ACEOF
16587 cat confdefs.h >>conftest.$ac_ext
16588 cat >>conftest.$ac_ext <<_ACEOF
16589 /* end confdefs.h. */
16592 main ()
16594 int iswlower(unsigned short);
16596 return 0;
16598 _ACEOF
16599 rm -f conftest.$ac_objext
16600 if { (ac_try="$ac_compile"
16601 case "(($ac_try" in
16602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16603 *) ac_try_echo=$ac_try;;
16604 esac
16605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16606 (eval "$ac_compile") 2>conftest.er1
16607 ac_status=$?
16608 grep -v '^ *+' conftest.er1 >conftest.err
16609 rm -f conftest.er1
16610 cat conftest.err >&5
16611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612 (exit $ac_status); } && {
16613 test -z "$ac_c_werror_flag" ||
16614 test ! -s conftest.err
16615 } && test -s conftest.$ac_objext; then
16616 ac_cv_c_builtin_wchar_ctype=no
16617 else
16618 echo "$as_me: failed program was:" >&5
16619 sed 's/^/| /' conftest.$ac_ext >&5
16621 ac_cv_c_builtin_wchar_ctype=yes
16624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16626 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16627 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16628 CFLAGS="$saved_CFLAGS"
16629 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16630 then
16631 BUILTINFLAG="-fno-builtin"
16636 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16637 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16638 if test "${ac_cv_asm_func_def+set}" = set; then
16639 echo $ECHO_N "(cached) $ECHO_C" >&6
16640 else
16641 cat >conftest.$ac_ext <<_ACEOF
16642 /* confdefs.h. */
16643 _ACEOF
16644 cat confdefs.h >>conftest.$ac_ext
16645 cat >>conftest.$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16649 main ()
16651 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16653 return 0;
16655 _ACEOF
16656 rm -f conftest.$ac_objext conftest$ac_exeext
16657 if { (ac_try="$ac_link"
16658 case "(($ac_try" in
16659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16660 *) ac_try_echo=$ac_try;;
16661 esac
16662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16663 (eval "$ac_link") 2>conftest.er1
16664 ac_status=$?
16665 grep -v '^ *+' conftest.er1 >conftest.err
16666 rm -f conftest.er1
16667 cat conftest.err >&5
16668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); } && {
16670 test -z "$ac_c_werror_flag" ||
16671 test ! -s conftest.err
16672 } && test -s conftest$ac_exeext &&
16673 $as_test_x conftest$ac_exeext; then
16674 ac_cv_asm_func_def=".def"
16675 else
16676 echo "$as_me: failed program was:" >&5
16677 sed 's/^/| /' conftest.$ac_ext >&5
16679 cat >conftest.$ac_ext <<_ACEOF
16680 /* confdefs.h. */
16681 _ACEOF
16682 cat confdefs.h >>conftest.$ac_ext
16683 cat >>conftest.$ac_ext <<_ACEOF
16684 /* end confdefs.h. */
16687 main ()
16689 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16691 return 0;
16693 _ACEOF
16694 rm -f conftest.$ac_objext conftest$ac_exeext
16695 if { (ac_try="$ac_link"
16696 case "(($ac_try" in
16697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16698 *) ac_try_echo=$ac_try;;
16699 esac
16700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16701 (eval "$ac_link") 2>conftest.er1
16702 ac_status=$?
16703 grep -v '^ *+' conftest.er1 >conftest.err
16704 rm -f conftest.er1
16705 cat conftest.err >&5
16706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16707 (exit $ac_status); } && {
16708 test -z "$ac_c_werror_flag" ||
16709 test ! -s conftest.err
16710 } && test -s conftest$ac_exeext &&
16711 $as_test_x conftest$ac_exeext; then
16712 ac_cv_asm_func_def=".type @function"
16713 else
16714 echo "$as_me: failed program was:" >&5
16715 sed 's/^/| /' conftest.$ac_ext >&5
16717 cat >conftest.$ac_ext <<_ACEOF
16718 /* confdefs.h. */
16719 _ACEOF
16720 cat confdefs.h >>conftest.$ac_ext
16721 cat >>conftest.$ac_ext <<_ACEOF
16722 /* end confdefs.h. */
16725 main ()
16727 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16729 return 0;
16731 _ACEOF
16732 rm -f conftest.$ac_objext conftest$ac_exeext
16733 if { (ac_try="$ac_link"
16734 case "(($ac_try" in
16735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736 *) ac_try_echo=$ac_try;;
16737 esac
16738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16739 (eval "$ac_link") 2>conftest.er1
16740 ac_status=$?
16741 grep -v '^ *+' conftest.er1 >conftest.err
16742 rm -f conftest.er1
16743 cat conftest.err >&5
16744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16745 (exit $ac_status); } && {
16746 test -z "$ac_c_werror_flag" ||
16747 test ! -s conftest.err
16748 } && test -s conftest$ac_exeext &&
16749 $as_test_x conftest$ac_exeext; then
16750 ac_cv_asm_func_def=".type 2"
16751 else
16752 echo "$as_me: failed program was:" >&5
16753 sed 's/^/| /' conftest.$ac_ext >&5
16755 ac_cv_asm_func_def="unknown"
16758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16759 conftest$ac_exeext conftest.$ac_ext
16762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16763 conftest$ac_exeext conftest.$ac_ext
16766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16767 conftest$ac_exeext conftest.$ac_ext
16769 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16770 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16774 case "$ac_cv_asm_func_def" in
16775 ".def")
16776 cat >>confdefs.h <<\_ACEOF
16777 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16778 _ACEOF
16780 ".type @function")
16781 cat >>confdefs.h <<\_ACEOF
16782 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16783 _ACEOF
16785 ".type 2")
16786 cat >>confdefs.h <<\_ACEOF
16787 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16788 _ACEOF
16791 cat >>confdefs.h <<\_ACEOF
16792 #define __ASM_FUNC(name) ""
16793 _ACEOF
16795 esac
16798 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16799 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16800 if test "${ac_cv_c_extern_prefix+set}" = set; then
16801 echo $ECHO_N "(cached) $ECHO_C" >&6
16802 else
16803 cat >conftest.$ac_ext <<_ACEOF
16804 /* confdefs.h. */
16805 _ACEOF
16806 cat confdefs.h >>conftest.$ac_ext
16807 cat >>conftest.$ac_ext <<_ACEOF
16808 /* end confdefs.h. */
16809 extern int ac_test;
16811 main ()
16813 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16815 return 0;
16817 _ACEOF
16818 rm -f conftest.$ac_objext conftest$ac_exeext
16819 if { (ac_try="$ac_link"
16820 case "(($ac_try" in
16821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16822 *) ac_try_echo=$ac_try;;
16823 esac
16824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16825 (eval "$ac_link") 2>conftest.er1
16826 ac_status=$?
16827 grep -v '^ *+' conftest.er1 >conftest.err
16828 rm -f conftest.er1
16829 cat conftest.err >&5
16830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831 (exit $ac_status); } && {
16832 test -z "$ac_c_werror_flag" ||
16833 test ! -s conftest.err
16834 } && test -s conftest$ac_exeext &&
16835 $as_test_x conftest$ac_exeext; then
16836 ac_cv_c_extern_prefix="yes"
16837 else
16838 echo "$as_me: failed program was:" >&5
16839 sed 's/^/| /' conftest.$ac_ext >&5
16841 ac_cv_c_extern_prefix="no"
16844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16845 conftest$ac_exeext conftest.$ac_ext
16847 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16848 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16852 if test "$ac_cv_c_extern_prefix" = "yes"
16853 then
16854 cat >>confdefs.h <<\_ACEOF
16855 #define __ASM_NAME(name) "_" name
16856 _ACEOF
16858 else
16859 cat >>confdefs.h <<\_ACEOF
16860 #define __ASM_NAME(name) name
16861 _ACEOF
16866 LDPATH=""
16868 case $build_os in
16869 cygwin*|mingw32*)
16870 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16872 darwin*|macosx*)
16874 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16875 then
16876 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16880 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16882 esac
16884 case $host_os in
16885 mingw32*)
16886 CRTLIBS="-lmsvcrt"
16888 SOCKETLIBS="-lws2_32"
16891 esac
16893 MAIN_BINARY="wine-pthread"
16894 case $host_cpu in
16895 *i[3456789]86*)
16896 case $host_os in
16897 linux* | k*bsd*-gnu)
16898 MAIN_BINARY="wine-glibc"
16900 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16902 freebsd*)
16903 MAIN_BINARY="wine-freebsd"
16905 EXTRA_BINARIES="wine-pthread"
16907 esac
16909 esac
16981 for ac_func in \
16982 _pclose \
16983 _popen \
16984 _snprintf \
16985 _spawnvp \
16986 _strdup \
16987 _stricmp \
16988 _strnicmp \
16989 _strtoi64 \
16990 _strtoui64 \
16991 _vsnprintf \
16992 asctime_r \
16993 chsize \
16994 clone \
16995 dlopen \
16996 epoll_create \
16997 ffs \
16998 finite \
16999 fork \
17000 fpclass \
17001 fstatfs \
17002 fstatvfs \
17003 ftruncate \
17004 futimes \
17005 futimesat \
17006 getdirentries \
17007 getopt_long \
17008 getpagesize \
17009 getpwuid \
17010 gettid \
17011 gettimeofday \
17012 getuid \
17013 inet_pton \
17014 kqueue \
17015 lstat \
17016 memmove \
17017 mmap \
17018 pclose \
17019 poll \
17020 popen \
17021 prctl \
17022 pread \
17023 pwrite \
17024 readlink \
17025 rfork \
17026 sched_yield \
17027 select \
17028 setproctitle \
17029 setrlimit \
17030 settimeofday \
17031 sigaltstack \
17032 sigprocmask \
17033 snprintf \
17034 spawnvp \
17035 statfs \
17036 statvfs \
17037 strcasecmp \
17038 strdup \
17039 strerror \
17040 strncasecmp \
17041 strtold \
17042 strtoll \
17043 strtoull \
17044 tcgetattr \
17045 thr_kill2 \
17046 timegm \
17047 usleep \
17048 vsnprintf \
17049 wait4 \
17050 waitpid \
17053 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17054 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17055 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17056 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17057 echo $ECHO_N "(cached) $ECHO_C" >&6
17058 else
17059 cat >conftest.$ac_ext <<_ACEOF
17060 /* confdefs.h. */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h. */
17065 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17067 #define $ac_func innocuous_$ac_func
17069 /* System header to define __stub macros and hopefully few prototypes,
17070 which can conflict with char $ac_func (); below.
17071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17072 <limits.h> exists even on freestanding compilers. */
17074 #ifdef __STDC__
17075 # include <limits.h>
17076 #else
17077 # include <assert.h>
17078 #endif
17080 #undef $ac_func
17082 /* Override any GCC internal prototype to avoid an error.
17083 Use char because int might match the return type of a GCC
17084 builtin and then its argument prototype would still apply. */
17085 #ifdef __cplusplus
17086 extern "C"
17087 #endif
17088 char $ac_func ();
17089 /* The GNU C library defines this for functions which it implements
17090 to always fail with ENOSYS. Some functions are actually named
17091 something starting with __ and the normal name is an alias. */
17092 #if defined __stub_$ac_func || defined __stub___$ac_func
17093 choke me
17094 #endif
17097 main ()
17099 return $ac_func ();
17101 return 0;
17103 _ACEOF
17104 rm -f conftest.$ac_objext conftest$ac_exeext
17105 if { (ac_try="$ac_link"
17106 case "(($ac_try" in
17107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17108 *) ac_try_echo=$ac_try;;
17109 esac
17110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17111 (eval "$ac_link") 2>conftest.er1
17112 ac_status=$?
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
17116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } && {
17118 test -z "$ac_c_werror_flag" ||
17119 test ! -s conftest.err
17120 } && test -s conftest$ac_exeext &&
17121 $as_test_x conftest$ac_exeext; then
17122 eval "$as_ac_var=yes"
17123 else
17124 echo "$as_me: failed program was:" >&5
17125 sed 's/^/| /' conftest.$ac_ext >&5
17127 eval "$as_ac_var=no"
17130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17131 conftest$ac_exeext conftest.$ac_ext
17133 ac_res=`eval echo '${'$as_ac_var'}'`
17134 { echo "$as_me:$LINENO: result: $ac_res" >&5
17135 echo "${ECHO_T}$ac_res" >&6; }
17136 if test `eval echo '${'$as_ac_var'}'` = yes; then
17137 cat >>confdefs.h <<_ACEOF
17138 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17139 _ACEOF
17142 done
17145 if test "$ac_cv_func_dlopen" = no
17146 then
17147 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17148 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17149 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17150 echo $ECHO_N "(cached) $ECHO_C" >&6
17151 else
17152 ac_check_lib_save_LIBS=$LIBS
17153 LIBS="-ldl $LIBS"
17154 cat >conftest.$ac_ext <<_ACEOF
17155 /* confdefs.h. */
17156 _ACEOF
17157 cat confdefs.h >>conftest.$ac_ext
17158 cat >>conftest.$ac_ext <<_ACEOF
17159 /* end confdefs.h. */
17161 /* Override any GCC internal prototype to avoid an error.
17162 Use char because int might match the return type of a GCC
17163 builtin and then its argument prototype would still apply. */
17164 #ifdef __cplusplus
17165 extern "C"
17166 #endif
17167 char dlopen ();
17169 main ()
17171 return dlopen ();
17173 return 0;
17175 _ACEOF
17176 rm -f conftest.$ac_objext conftest$ac_exeext
17177 if { (ac_try="$ac_link"
17178 case "(($ac_try" in
17179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17180 *) ac_try_echo=$ac_try;;
17181 esac
17182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17183 (eval "$ac_link") 2>conftest.er1
17184 ac_status=$?
17185 grep -v '^ *+' conftest.er1 >conftest.err
17186 rm -f conftest.er1
17187 cat conftest.err >&5
17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189 (exit $ac_status); } && {
17190 test -z "$ac_c_werror_flag" ||
17191 test ! -s conftest.err
17192 } && test -s conftest$ac_exeext &&
17193 $as_test_x conftest$ac_exeext; then
17194 ac_cv_lib_dl_dlopen=yes
17195 else
17196 echo "$as_me: failed program was:" >&5
17197 sed 's/^/| /' conftest.$ac_ext >&5
17199 ac_cv_lib_dl_dlopen=no
17202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17203 conftest$ac_exeext conftest.$ac_ext
17204 LIBS=$ac_check_lib_save_LIBS
17206 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17207 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17208 if test $ac_cv_lib_dl_dlopen = yes; then
17209 cat >>confdefs.h <<\_ACEOF
17210 #define HAVE_DLOPEN 1
17211 _ACEOF
17212 LIBDL="-ldl"
17217 ac_wine_check_funcs_save_LIBS="$LIBS"
17218 LIBS="$LIBS $LIBDL"
17220 for ac_func in dladdr
17222 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17223 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17224 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17225 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17226 echo $ECHO_N "(cached) $ECHO_C" >&6
17227 else
17228 cat >conftest.$ac_ext <<_ACEOF
17229 /* confdefs.h. */
17230 _ACEOF
17231 cat confdefs.h >>conftest.$ac_ext
17232 cat >>conftest.$ac_ext <<_ACEOF
17233 /* end confdefs.h. */
17234 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17235 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17236 #define $ac_func innocuous_$ac_func
17238 /* System header to define __stub macros and hopefully few prototypes,
17239 which can conflict with char $ac_func (); below.
17240 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17241 <limits.h> exists even on freestanding compilers. */
17243 #ifdef __STDC__
17244 # include <limits.h>
17245 #else
17246 # include <assert.h>
17247 #endif
17249 #undef $ac_func
17251 /* Override any GCC internal prototype to avoid an error.
17252 Use char because int might match the return type of a GCC
17253 builtin and then its argument prototype would still apply. */
17254 #ifdef __cplusplus
17255 extern "C"
17256 #endif
17257 char $ac_func ();
17258 /* The GNU C library defines this for functions which it implements
17259 to always fail with ENOSYS. Some functions are actually named
17260 something starting with __ and the normal name is an alias. */
17261 #if defined __stub_$ac_func || defined __stub___$ac_func
17262 choke me
17263 #endif
17266 main ()
17268 return $ac_func ();
17270 return 0;
17272 _ACEOF
17273 rm -f conftest.$ac_objext conftest$ac_exeext
17274 if { (ac_try="$ac_link"
17275 case "(($ac_try" in
17276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17277 *) ac_try_echo=$ac_try;;
17278 esac
17279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17280 (eval "$ac_link") 2>conftest.er1
17281 ac_status=$?
17282 grep -v '^ *+' conftest.er1 >conftest.err
17283 rm -f conftest.er1
17284 cat conftest.err >&5
17285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17286 (exit $ac_status); } && {
17287 test -z "$ac_c_werror_flag" ||
17288 test ! -s conftest.err
17289 } && test -s conftest$ac_exeext &&
17290 $as_test_x conftest$ac_exeext; then
17291 eval "$as_ac_var=yes"
17292 else
17293 echo "$as_me: failed program was:" >&5
17294 sed 's/^/| /' conftest.$ac_ext >&5
17296 eval "$as_ac_var=no"
17299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17300 conftest$ac_exeext conftest.$ac_ext
17302 ac_res=`eval echo '${'$as_ac_var'}'`
17303 { echo "$as_me:$LINENO: result: $ac_res" >&5
17304 echo "${ECHO_T}$ac_res" >&6; }
17305 if test `eval echo '${'$as_ac_var'}'` = yes; then
17306 cat >>confdefs.h <<_ACEOF
17307 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17308 _ACEOF
17311 done
17313 LIBS="$ac_wine_check_funcs_save_LIBS"
17315 if test "$ac_cv_func_poll" = no
17316 then
17317 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17318 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17319 if test "${ac_cv_lib_poll_poll+set}" = set; then
17320 echo $ECHO_N "(cached) $ECHO_C" >&6
17321 else
17322 ac_check_lib_save_LIBS=$LIBS
17323 LIBS="-lpoll $LIBS"
17324 cat >conftest.$ac_ext <<_ACEOF
17325 /* confdefs.h. */
17326 _ACEOF
17327 cat confdefs.h >>conftest.$ac_ext
17328 cat >>conftest.$ac_ext <<_ACEOF
17329 /* end confdefs.h. */
17331 /* Override any GCC internal prototype to avoid an error.
17332 Use char because int might match the return type of a GCC
17333 builtin and then its argument prototype would still apply. */
17334 #ifdef __cplusplus
17335 extern "C"
17336 #endif
17337 char poll ();
17339 main ()
17341 return poll ();
17343 return 0;
17345 _ACEOF
17346 rm -f conftest.$ac_objext conftest$ac_exeext
17347 if { (ac_try="$ac_link"
17348 case "(($ac_try" in
17349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17350 *) ac_try_echo=$ac_try;;
17351 esac
17352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17353 (eval "$ac_link") 2>conftest.er1
17354 ac_status=$?
17355 grep -v '^ *+' conftest.er1 >conftest.err
17356 rm -f conftest.er1
17357 cat conftest.err >&5
17358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17359 (exit $ac_status); } && {
17360 test -z "$ac_c_werror_flag" ||
17361 test ! -s conftest.err
17362 } && test -s conftest$ac_exeext &&
17363 $as_test_x conftest$ac_exeext; then
17364 ac_cv_lib_poll_poll=yes
17365 else
17366 echo "$as_me: failed program was:" >&5
17367 sed 's/^/| /' conftest.$ac_ext >&5
17369 ac_cv_lib_poll_poll=no
17372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17373 conftest$ac_exeext conftest.$ac_ext
17374 LIBS=$ac_check_lib_save_LIBS
17376 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17377 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17378 if test $ac_cv_lib_poll_poll = yes; then
17379 cat >>confdefs.h <<\_ACEOF
17380 #define HAVE_POLL 1
17381 _ACEOF
17382 LIBPOLL="-lpoll"
17388 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17389 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17390 if test "${ac_cv_search_gethostbyname+set}" = set; then
17391 echo $ECHO_N "(cached) $ECHO_C" >&6
17392 else
17393 ac_func_search_save_LIBS=$LIBS
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17401 /* Override any GCC internal prototype to avoid an error.
17402 Use char because int might match the return type of a GCC
17403 builtin and then its argument prototype would still apply. */
17404 #ifdef __cplusplus
17405 extern "C"
17406 #endif
17407 char gethostbyname ();
17409 main ()
17411 return gethostbyname ();
17413 return 0;
17415 _ACEOF
17416 for ac_lib in '' nsl; do
17417 if test -z "$ac_lib"; then
17418 ac_res="none required"
17419 else
17420 ac_res=-l$ac_lib
17421 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17423 rm -f conftest.$ac_objext conftest$ac_exeext
17424 if { (ac_try="$ac_link"
17425 case "(($ac_try" in
17426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17427 *) ac_try_echo=$ac_try;;
17428 esac
17429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17430 (eval "$ac_link") 2>conftest.er1
17431 ac_status=$?
17432 grep -v '^ *+' conftest.er1 >conftest.err
17433 rm -f conftest.er1
17434 cat conftest.err >&5
17435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436 (exit $ac_status); } && {
17437 test -z "$ac_c_werror_flag" ||
17438 test ! -s conftest.err
17439 } && test -s conftest$ac_exeext &&
17440 $as_test_x conftest$ac_exeext; then
17441 ac_cv_search_gethostbyname=$ac_res
17442 else
17443 echo "$as_me: failed program was:" >&5
17444 sed 's/^/| /' conftest.$ac_ext >&5
17449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17450 conftest$ac_exeext
17451 if test "${ac_cv_search_gethostbyname+set}" = set; then
17452 break
17454 done
17455 if test "${ac_cv_search_gethostbyname+set}" = set; then
17457 else
17458 ac_cv_search_gethostbyname=no
17460 rm conftest.$ac_ext
17461 LIBS=$ac_func_search_save_LIBS
17463 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17464 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17465 ac_res=$ac_cv_search_gethostbyname
17466 if test "$ac_res" != no; then
17467 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17472 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17473 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17474 if test "${ac_cv_search_connect+set}" = set; then
17475 echo $ECHO_N "(cached) $ECHO_C" >&6
17476 else
17477 ac_func_search_save_LIBS=$LIBS
17478 cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h. */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17485 /* Override any GCC internal prototype to avoid an error.
17486 Use char because int might match the return type of a GCC
17487 builtin and then its argument prototype would still apply. */
17488 #ifdef __cplusplus
17489 extern "C"
17490 #endif
17491 char connect ();
17493 main ()
17495 return connect ();
17497 return 0;
17499 _ACEOF
17500 for ac_lib in '' socket; do
17501 if test -z "$ac_lib"; then
17502 ac_res="none required"
17503 else
17504 ac_res=-l$ac_lib
17505 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17507 rm -f conftest.$ac_objext conftest$ac_exeext
17508 if { (ac_try="$ac_link"
17509 case "(($ac_try" in
17510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17511 *) ac_try_echo=$ac_try;;
17512 esac
17513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17514 (eval "$ac_link") 2>conftest.er1
17515 ac_status=$?
17516 grep -v '^ *+' conftest.er1 >conftest.err
17517 rm -f conftest.er1
17518 cat conftest.err >&5
17519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17520 (exit $ac_status); } && {
17521 test -z "$ac_c_werror_flag" ||
17522 test ! -s conftest.err
17523 } && test -s conftest$ac_exeext &&
17524 $as_test_x conftest$ac_exeext; then
17525 ac_cv_search_connect=$ac_res
17526 else
17527 echo "$as_me: failed program was:" >&5
17528 sed 's/^/| /' conftest.$ac_ext >&5
17533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17534 conftest$ac_exeext
17535 if test "${ac_cv_search_connect+set}" = set; then
17536 break
17538 done
17539 if test "${ac_cv_search_connect+set}" = set; then
17541 else
17542 ac_cv_search_connect=no
17544 rm conftest.$ac_ext
17545 LIBS=$ac_func_search_save_LIBS
17547 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17548 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17549 ac_res=$ac_cv_search_connect
17550 if test "$ac_res" != no; then
17551 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17556 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17557 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17558 if test "${ac_cv_search_inet_aton+set}" = set; then
17559 echo $ECHO_N "(cached) $ECHO_C" >&6
17560 else
17561 ac_func_search_save_LIBS=$LIBS
17562 cat >conftest.$ac_ext <<_ACEOF
17563 /* confdefs.h. */
17564 _ACEOF
17565 cat confdefs.h >>conftest.$ac_ext
17566 cat >>conftest.$ac_ext <<_ACEOF
17567 /* end confdefs.h. */
17569 /* Override any GCC internal prototype to avoid an error.
17570 Use char because int might match the return type of a GCC
17571 builtin and then its argument prototype would still apply. */
17572 #ifdef __cplusplus
17573 extern "C"
17574 #endif
17575 char inet_aton ();
17577 main ()
17579 return inet_aton ();
17581 return 0;
17583 _ACEOF
17584 for ac_lib in '' resolv; do
17585 if test -z "$ac_lib"; then
17586 ac_res="none required"
17587 else
17588 ac_res=-l$ac_lib
17589 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17591 rm -f conftest.$ac_objext conftest$ac_exeext
17592 if { (ac_try="$ac_link"
17593 case "(($ac_try" in
17594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17595 *) ac_try_echo=$ac_try;;
17596 esac
17597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17598 (eval "$ac_link") 2>conftest.er1
17599 ac_status=$?
17600 grep -v '^ *+' conftest.er1 >conftest.err
17601 rm -f conftest.er1
17602 cat conftest.err >&5
17603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17604 (exit $ac_status); } && {
17605 test -z "$ac_c_werror_flag" ||
17606 test ! -s conftest.err
17607 } && test -s conftest$ac_exeext &&
17608 $as_test_x conftest$ac_exeext; then
17609 ac_cv_search_inet_aton=$ac_res
17610 else
17611 echo "$as_me: failed program was:" >&5
17612 sed 's/^/| /' conftest.$ac_ext >&5
17617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17618 conftest$ac_exeext
17619 if test "${ac_cv_search_inet_aton+set}" = set; then
17620 break
17622 done
17623 if test "${ac_cv_search_inet_aton+set}" = set; then
17625 else
17626 ac_cv_search_inet_aton=no
17628 rm conftest.$ac_ext
17629 LIBS=$ac_func_search_save_LIBS
17631 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17632 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17633 ac_res=$ac_cv_search_inet_aton
17634 if test "$ac_res" != no; then
17635 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17648 for ac_func in \
17649 getaddrinfo \
17650 getnameinfo \
17651 getnetbyname \
17652 getprotobyname \
17653 getprotobynumber \
17654 getservbyport \
17655 inet_network \
17656 sendmsg \
17659 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17660 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17661 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17662 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17663 echo $ECHO_N "(cached) $ECHO_C" >&6
17664 else
17665 cat >conftest.$ac_ext <<_ACEOF
17666 /* confdefs.h. */
17667 _ACEOF
17668 cat confdefs.h >>conftest.$ac_ext
17669 cat >>conftest.$ac_ext <<_ACEOF
17670 /* end confdefs.h. */
17671 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17672 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17673 #define $ac_func innocuous_$ac_func
17675 /* System header to define __stub macros and hopefully few prototypes,
17676 which can conflict with char $ac_func (); below.
17677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17678 <limits.h> exists even on freestanding compilers. */
17680 #ifdef __STDC__
17681 # include <limits.h>
17682 #else
17683 # include <assert.h>
17684 #endif
17686 #undef $ac_func
17688 /* Override any GCC internal prototype to avoid an error.
17689 Use char because int might match the return type of a GCC
17690 builtin and then its argument prototype would still apply. */
17691 #ifdef __cplusplus
17692 extern "C"
17693 #endif
17694 char $ac_func ();
17695 /* The GNU C library defines this for functions which it implements
17696 to always fail with ENOSYS. Some functions are actually named
17697 something starting with __ and the normal name is an alias. */
17698 #if defined __stub_$ac_func || defined __stub___$ac_func
17699 choke me
17700 #endif
17703 main ()
17705 return $ac_func ();
17707 return 0;
17709 _ACEOF
17710 rm -f conftest.$ac_objext conftest$ac_exeext
17711 if { (ac_try="$ac_link"
17712 case "(($ac_try" in
17713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17714 *) ac_try_echo=$ac_try;;
17715 esac
17716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17717 (eval "$ac_link") 2>conftest.er1
17718 ac_status=$?
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } && {
17724 test -z "$ac_c_werror_flag" ||
17725 test ! -s conftest.err
17726 } && test -s conftest$ac_exeext &&
17727 $as_test_x conftest$ac_exeext; then
17728 eval "$as_ac_var=yes"
17729 else
17730 echo "$as_me: failed program was:" >&5
17731 sed 's/^/| /' conftest.$ac_ext >&5
17733 eval "$as_ac_var=no"
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17739 ac_res=`eval echo '${'$as_ac_var'}'`
17740 { echo "$as_me:$LINENO: result: $ac_res" >&5
17741 echo "${ECHO_T}$ac_res" >&6; }
17742 if test `eval echo '${'$as_ac_var'}'` = yes; then
17743 cat >>confdefs.h <<_ACEOF
17744 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17745 _ACEOF
17748 done
17751 LDAPLIBS=""
17753 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17754 then
17755 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17756 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17757 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17758 echo $ECHO_N "(cached) $ECHO_C" >&6
17759 else
17760 cat >conftest.$ac_ext <<_ACEOF
17761 /* confdefs.h. */
17762 _ACEOF
17763 cat confdefs.h >>conftest.$ac_ext
17764 cat >>conftest.$ac_ext <<_ACEOF
17765 /* end confdefs.h. */
17766 #include <ldap.h>
17768 typedef LDAPSortKey ac__type_new_;
17770 main ()
17772 if ((ac__type_new_ *) 0)
17773 return 0;
17774 if (sizeof (ac__type_new_))
17775 return 0;
17777 return 0;
17779 _ACEOF
17780 rm -f conftest.$ac_objext
17781 if { (ac_try="$ac_compile"
17782 case "(($ac_try" in
17783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17784 *) ac_try_echo=$ac_try;;
17785 esac
17786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17787 (eval "$ac_compile") 2>conftest.er1
17788 ac_status=$?
17789 grep -v '^ *+' conftest.er1 >conftest.err
17790 rm -f conftest.er1
17791 cat conftest.err >&5
17792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17793 (exit $ac_status); } && {
17794 test -z "$ac_c_werror_flag" ||
17795 test ! -s conftest.err
17796 } && test -s conftest.$ac_objext; then
17797 ac_cv_type_LDAPSortKey=yes
17798 else
17799 echo "$as_me: failed program was:" >&5
17800 sed 's/^/| /' conftest.$ac_ext >&5
17802 ac_cv_type_LDAPSortKey=no
17805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17807 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17808 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17809 if test $ac_cv_type_LDAPSortKey = yes; then
17810 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17811 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17812 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17813 echo $ECHO_N "(cached) $ECHO_C" >&6
17814 else
17815 ac_check_lib_save_LIBS=$LIBS
17816 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17817 cat >conftest.$ac_ext <<_ACEOF
17818 /* confdefs.h. */
17819 _ACEOF
17820 cat confdefs.h >>conftest.$ac_ext
17821 cat >>conftest.$ac_ext <<_ACEOF
17822 /* end confdefs.h. */
17824 /* Override any GCC internal prototype to avoid an error.
17825 Use char because int might match the return type of a GCC
17826 builtin and then its argument prototype would still apply. */
17827 #ifdef __cplusplus
17828 extern "C"
17829 #endif
17830 char ldap_initialize ();
17832 main ()
17834 return ldap_initialize ();
17836 return 0;
17838 _ACEOF
17839 rm -f conftest.$ac_objext conftest$ac_exeext
17840 if { (ac_try="$ac_link"
17841 case "(($ac_try" in
17842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17843 *) ac_try_echo=$ac_try;;
17844 esac
17845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17846 (eval "$ac_link") 2>conftest.er1
17847 ac_status=$?
17848 grep -v '^ *+' conftest.er1 >conftest.err
17849 rm -f conftest.er1
17850 cat conftest.err >&5
17851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); } && {
17853 test -z "$ac_c_werror_flag" ||
17854 test ! -s conftest.err
17855 } && test -s conftest$ac_exeext &&
17856 $as_test_x conftest$ac_exeext; then
17857 ac_cv_lib_ldap_r_ldap_initialize=yes
17858 else
17859 echo "$as_me: failed program was:" >&5
17860 sed 's/^/| /' conftest.$ac_ext >&5
17862 ac_cv_lib_ldap_r_ldap_initialize=no
17865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17866 conftest$ac_exeext conftest.$ac_ext
17867 LIBS=$ac_check_lib_save_LIBS
17869 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17870 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17871 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17872 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17873 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17874 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17875 echo $ECHO_N "(cached) $ECHO_C" >&6
17876 else
17877 ac_check_lib_save_LIBS=$LIBS
17878 LIBS="-llber $LIBPTHREAD $LIBS"
17879 cat >conftest.$ac_ext <<_ACEOF
17880 /* confdefs.h. */
17881 _ACEOF
17882 cat confdefs.h >>conftest.$ac_ext
17883 cat >>conftest.$ac_ext <<_ACEOF
17884 /* end confdefs.h. */
17886 /* Override any GCC internal prototype to avoid an error.
17887 Use char because int might match the return type of a GCC
17888 builtin and then its argument prototype would still apply. */
17889 #ifdef __cplusplus
17890 extern "C"
17891 #endif
17892 char ber_init ();
17894 main ()
17896 return ber_init ();
17898 return 0;
17900 _ACEOF
17901 rm -f conftest.$ac_objext conftest$ac_exeext
17902 if { (ac_try="$ac_link"
17903 case "(($ac_try" in
17904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17905 *) ac_try_echo=$ac_try;;
17906 esac
17907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17908 (eval "$ac_link") 2>conftest.er1
17909 ac_status=$?
17910 grep -v '^ *+' conftest.er1 >conftest.err
17911 rm -f conftest.er1
17912 cat conftest.err >&5
17913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17914 (exit $ac_status); } && {
17915 test -z "$ac_c_werror_flag" ||
17916 test ! -s conftest.err
17917 } && test -s conftest$ac_exeext &&
17918 $as_test_x conftest$ac_exeext; then
17919 ac_cv_lib_lber_ber_init=yes
17920 else
17921 echo "$as_me: failed program was:" >&5
17922 sed 's/^/| /' conftest.$ac_ext >&5
17924 ac_cv_lib_lber_ber_init=no
17927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17928 conftest$ac_exeext conftest.$ac_ext
17929 LIBS=$ac_check_lib_save_LIBS
17931 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17932 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17933 if test $ac_cv_lib_lber_ber_init = yes; then
17935 cat >>confdefs.h <<\_ACEOF
17936 #define HAVE_LDAP 1
17937 _ACEOF
17939 LDAPLIBS="-lldap_r -llber"
17946 ac_wine_check_funcs_save_LIBS="$LIBS"
17947 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17956 for ac_func in \
17957 ldap_count_references \
17958 ldap_first_reference \
17959 ldap_next_reference \
17960 ldap_parse_reference \
17961 ldap_parse_sort_control \
17962 ldap_parse_sortresponse_control \
17963 ldap_parse_vlv_control \
17964 ldap_parse_vlvresponse_control
17966 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17967 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17968 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17969 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17970 echo $ECHO_N "(cached) $ECHO_C" >&6
17971 else
17972 cat >conftest.$ac_ext <<_ACEOF
17973 /* confdefs.h. */
17974 _ACEOF
17975 cat confdefs.h >>conftest.$ac_ext
17976 cat >>conftest.$ac_ext <<_ACEOF
17977 /* end confdefs.h. */
17978 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17979 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17980 #define $ac_func innocuous_$ac_func
17982 /* System header to define __stub macros and hopefully few prototypes,
17983 which can conflict with char $ac_func (); below.
17984 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17985 <limits.h> exists even on freestanding compilers. */
17987 #ifdef __STDC__
17988 # include <limits.h>
17989 #else
17990 # include <assert.h>
17991 #endif
17993 #undef $ac_func
17995 /* Override any GCC internal prototype to avoid an error.
17996 Use char because int might match the return type of a GCC
17997 builtin and then its argument prototype would still apply. */
17998 #ifdef __cplusplus
17999 extern "C"
18000 #endif
18001 char $ac_func ();
18002 /* The GNU C library defines this for functions which it implements
18003 to always fail with ENOSYS. Some functions are actually named
18004 something starting with __ and the normal name is an alias. */
18005 #if defined __stub_$ac_func || defined __stub___$ac_func
18006 choke me
18007 #endif
18010 main ()
18012 return $ac_func ();
18014 return 0;
18016 _ACEOF
18017 rm -f conftest.$ac_objext conftest$ac_exeext
18018 if { (ac_try="$ac_link"
18019 case "(($ac_try" in
18020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18021 *) ac_try_echo=$ac_try;;
18022 esac
18023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18024 (eval "$ac_link") 2>conftest.er1
18025 ac_status=$?
18026 grep -v '^ *+' conftest.er1 >conftest.err
18027 rm -f conftest.er1
18028 cat conftest.err >&5
18029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18030 (exit $ac_status); } && {
18031 test -z "$ac_c_werror_flag" ||
18032 test ! -s conftest.err
18033 } && test -s conftest$ac_exeext &&
18034 $as_test_x conftest$ac_exeext; then
18035 eval "$as_ac_var=yes"
18036 else
18037 echo "$as_me: failed program was:" >&5
18038 sed 's/^/| /' conftest.$ac_ext >&5
18040 eval "$as_ac_var=no"
18043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18044 conftest$ac_exeext conftest.$ac_ext
18046 ac_res=`eval echo '${'$as_ac_var'}'`
18047 { echo "$as_me:$LINENO: result: $ac_res" >&5
18048 echo "${ECHO_T}$ac_res" >&6; }
18049 if test `eval echo '${'$as_ac_var'}'` = yes; then
18050 cat >>confdefs.h <<_ACEOF
18051 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18052 _ACEOF
18055 done
18057 LIBS="$ac_wine_check_funcs_save_LIBS"
18059 if test "x$LDAPLIBS" = "x"; then
18060 case "x$with_ldap" in
18061 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18062 xno) ;;
18063 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18064 This is an error since --with-ldap was requested." >&5
18065 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18066 This is an error since --with-ldap was requested." >&2;}
18067 { (exit 1); exit 1; }; } ;;
18068 esac
18073 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18074 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18075 if test "${ac_cv_c_const+set}" = set; then
18076 echo $ECHO_N "(cached) $ECHO_C" >&6
18077 else
18078 cat >conftest.$ac_ext <<_ACEOF
18079 /* confdefs.h. */
18080 _ACEOF
18081 cat confdefs.h >>conftest.$ac_ext
18082 cat >>conftest.$ac_ext <<_ACEOF
18083 /* end confdefs.h. */
18086 main ()
18088 /* FIXME: Include the comments suggested by Paul. */
18089 #ifndef __cplusplus
18090 /* Ultrix mips cc rejects this. */
18091 typedef int charset[2];
18092 const charset cs;
18093 /* SunOS 4.1.1 cc rejects this. */
18094 char const *const *pcpcc;
18095 char **ppc;
18096 /* NEC SVR4.0.2 mips cc rejects this. */
18097 struct point {int x, y;};
18098 static struct point const zero = {0,0};
18099 /* AIX XL C 1.02.0.0 rejects this.
18100 It does not let you subtract one const X* pointer from another in
18101 an arm of an if-expression whose if-part is not a constant
18102 expression */
18103 const char *g = "string";
18104 pcpcc = &g + (g ? g-g : 0);
18105 /* HPUX 7.0 cc rejects these. */
18106 ++pcpcc;
18107 ppc = (char**) pcpcc;
18108 pcpcc = (char const *const *) ppc;
18109 { /* SCO 3.2v4 cc rejects this. */
18110 char *t;
18111 char const *s = 0 ? (char *) 0 : (char const *) 0;
18113 *t++ = 0;
18114 if (s) return 0;
18116 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18117 int x[] = {25, 17};
18118 const int *foo = &x[0];
18119 ++foo;
18121 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18122 typedef const int *iptr;
18123 iptr p = 0;
18124 ++p;
18126 { /* AIX XL C 1.02.0.0 rejects this saying
18127 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18128 struct s { int j; const int *ap[3]; };
18129 struct s *b; b->j = 5;
18131 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18132 const int foo = 10;
18133 if (!foo) return 0;
18135 return !cs[0] && !zero.x;
18136 #endif
18139 return 0;
18141 _ACEOF
18142 rm -f conftest.$ac_objext
18143 if { (ac_try="$ac_compile"
18144 case "(($ac_try" in
18145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18146 *) ac_try_echo=$ac_try;;
18147 esac
18148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18149 (eval "$ac_compile") 2>conftest.er1
18150 ac_status=$?
18151 grep -v '^ *+' conftest.er1 >conftest.err
18152 rm -f conftest.er1
18153 cat conftest.err >&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } && {
18156 test -z "$ac_c_werror_flag" ||
18157 test ! -s conftest.err
18158 } && test -s conftest.$ac_objext; then
18159 ac_cv_c_const=yes
18160 else
18161 echo "$as_me: failed program was:" >&5
18162 sed 's/^/| /' conftest.$ac_ext >&5
18164 ac_cv_c_const=no
18167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18169 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18170 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18171 if test $ac_cv_c_const = no; then
18173 cat >>confdefs.h <<\_ACEOF
18174 #define const
18175 _ACEOF
18179 { echo "$as_me:$LINENO: checking for inline" >&5
18180 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18181 if test "${ac_cv_c_inline+set}" = set; then
18182 echo $ECHO_N "(cached) $ECHO_C" >&6
18183 else
18184 ac_cv_c_inline=no
18185 for ac_kw in inline __inline__ __inline; do
18186 cat >conftest.$ac_ext <<_ACEOF
18187 /* confdefs.h. */
18188 _ACEOF
18189 cat confdefs.h >>conftest.$ac_ext
18190 cat >>conftest.$ac_ext <<_ACEOF
18191 /* end confdefs.h. */
18192 #ifndef __cplusplus
18193 typedef int foo_t;
18194 static $ac_kw foo_t static_foo () {return 0; }
18195 $ac_kw foo_t foo () {return 0; }
18196 #endif
18198 _ACEOF
18199 rm -f conftest.$ac_objext
18200 if { (ac_try="$ac_compile"
18201 case "(($ac_try" in
18202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18203 *) ac_try_echo=$ac_try;;
18204 esac
18205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18206 (eval "$ac_compile") 2>conftest.er1
18207 ac_status=$?
18208 grep -v '^ *+' conftest.er1 >conftest.err
18209 rm -f conftest.er1
18210 cat conftest.err >&5
18211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18212 (exit $ac_status); } && {
18213 test -z "$ac_c_werror_flag" ||
18214 test ! -s conftest.err
18215 } && test -s conftest.$ac_objext; then
18216 ac_cv_c_inline=$ac_kw
18217 else
18218 echo "$as_me: failed program was:" >&5
18219 sed 's/^/| /' conftest.$ac_ext >&5
18224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18225 test "$ac_cv_c_inline" != no && break
18226 done
18229 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18230 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18233 case $ac_cv_c_inline in
18234 inline | yes) ;;
18236 case $ac_cv_c_inline in
18237 no) ac_val=;;
18238 *) ac_val=$ac_cv_c_inline;;
18239 esac
18240 cat >>confdefs.h <<_ACEOF
18241 #ifndef __cplusplus
18242 #define inline $ac_val
18243 #endif
18244 _ACEOF
18246 esac
18248 { echo "$as_me:$LINENO: checking for mode_t" >&5
18249 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18250 if test "${ac_cv_type_mode_t+set}" = set; then
18251 echo $ECHO_N "(cached) $ECHO_C" >&6
18252 else
18253 cat >conftest.$ac_ext <<_ACEOF
18254 /* confdefs.h. */
18255 _ACEOF
18256 cat confdefs.h >>conftest.$ac_ext
18257 cat >>conftest.$ac_ext <<_ACEOF
18258 /* end confdefs.h. */
18259 $ac_includes_default
18260 typedef mode_t ac__type_new_;
18262 main ()
18264 if ((ac__type_new_ *) 0)
18265 return 0;
18266 if (sizeof (ac__type_new_))
18267 return 0;
18269 return 0;
18271 _ACEOF
18272 rm -f conftest.$ac_objext
18273 if { (ac_try="$ac_compile"
18274 case "(($ac_try" in
18275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18276 *) ac_try_echo=$ac_try;;
18277 esac
18278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18279 (eval "$ac_compile") 2>conftest.er1
18280 ac_status=$?
18281 grep -v '^ *+' conftest.er1 >conftest.err
18282 rm -f conftest.er1
18283 cat conftest.err >&5
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); } && {
18286 test -z "$ac_c_werror_flag" ||
18287 test ! -s conftest.err
18288 } && test -s conftest.$ac_objext; then
18289 ac_cv_type_mode_t=yes
18290 else
18291 echo "$as_me: failed program was:" >&5
18292 sed 's/^/| /' conftest.$ac_ext >&5
18294 ac_cv_type_mode_t=no
18297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18299 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18300 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18301 if test $ac_cv_type_mode_t = yes; then
18303 cat >>confdefs.h <<_ACEOF
18304 #define HAVE_MODE_T 1
18305 _ACEOF
18309 { echo "$as_me:$LINENO: checking for off_t" >&5
18310 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18311 if test "${ac_cv_type_off_t+set}" = set; then
18312 echo $ECHO_N "(cached) $ECHO_C" >&6
18313 else
18314 cat >conftest.$ac_ext <<_ACEOF
18315 /* confdefs.h. */
18316 _ACEOF
18317 cat confdefs.h >>conftest.$ac_ext
18318 cat >>conftest.$ac_ext <<_ACEOF
18319 /* end confdefs.h. */
18320 $ac_includes_default
18321 typedef off_t ac__type_new_;
18323 main ()
18325 if ((ac__type_new_ *) 0)
18326 return 0;
18327 if (sizeof (ac__type_new_))
18328 return 0;
18330 return 0;
18332 _ACEOF
18333 rm -f conftest.$ac_objext
18334 if { (ac_try="$ac_compile"
18335 case "(($ac_try" in
18336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18337 *) ac_try_echo=$ac_try;;
18338 esac
18339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18340 (eval "$ac_compile") 2>conftest.er1
18341 ac_status=$?
18342 grep -v '^ *+' conftest.er1 >conftest.err
18343 rm -f conftest.er1
18344 cat conftest.err >&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); } && {
18347 test -z "$ac_c_werror_flag" ||
18348 test ! -s conftest.err
18349 } && test -s conftest.$ac_objext; then
18350 ac_cv_type_off_t=yes
18351 else
18352 echo "$as_me: failed program was:" >&5
18353 sed 's/^/| /' conftest.$ac_ext >&5
18355 ac_cv_type_off_t=no
18358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18360 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18361 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18362 if test $ac_cv_type_off_t = yes; then
18364 cat >>confdefs.h <<_ACEOF
18365 #define HAVE_OFF_T 1
18366 _ACEOF
18370 { echo "$as_me:$LINENO: checking for pid_t" >&5
18371 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18372 if test "${ac_cv_type_pid_t+set}" = set; then
18373 echo $ECHO_N "(cached) $ECHO_C" >&6
18374 else
18375 cat >conftest.$ac_ext <<_ACEOF
18376 /* confdefs.h. */
18377 _ACEOF
18378 cat confdefs.h >>conftest.$ac_ext
18379 cat >>conftest.$ac_ext <<_ACEOF
18380 /* end confdefs.h. */
18381 $ac_includes_default
18382 typedef pid_t ac__type_new_;
18384 main ()
18386 if ((ac__type_new_ *) 0)
18387 return 0;
18388 if (sizeof (ac__type_new_))
18389 return 0;
18391 return 0;
18393 _ACEOF
18394 rm -f conftest.$ac_objext
18395 if { (ac_try="$ac_compile"
18396 case "(($ac_try" in
18397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18398 *) ac_try_echo=$ac_try;;
18399 esac
18400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18401 (eval "$ac_compile") 2>conftest.er1
18402 ac_status=$?
18403 grep -v '^ *+' conftest.er1 >conftest.err
18404 rm -f conftest.er1
18405 cat conftest.err >&5
18406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18407 (exit $ac_status); } && {
18408 test -z "$ac_c_werror_flag" ||
18409 test ! -s conftest.err
18410 } && test -s conftest.$ac_objext; then
18411 ac_cv_type_pid_t=yes
18412 else
18413 echo "$as_me: failed program was:" >&5
18414 sed 's/^/| /' conftest.$ac_ext >&5
18416 ac_cv_type_pid_t=no
18419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18421 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18422 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18423 if test $ac_cv_type_pid_t = yes; then
18425 cat >>confdefs.h <<_ACEOF
18426 #define HAVE_PID_T 1
18427 _ACEOF
18431 { echo "$as_me:$LINENO: checking for size_t" >&5
18432 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18433 if test "${ac_cv_type_size_t+set}" = set; then
18434 echo $ECHO_N "(cached) $ECHO_C" >&6
18435 else
18436 cat >conftest.$ac_ext <<_ACEOF
18437 /* confdefs.h. */
18438 _ACEOF
18439 cat confdefs.h >>conftest.$ac_ext
18440 cat >>conftest.$ac_ext <<_ACEOF
18441 /* end confdefs.h. */
18442 $ac_includes_default
18443 typedef size_t ac__type_new_;
18445 main ()
18447 if ((ac__type_new_ *) 0)
18448 return 0;
18449 if (sizeof (ac__type_new_))
18450 return 0;
18452 return 0;
18454 _ACEOF
18455 rm -f conftest.$ac_objext
18456 if { (ac_try="$ac_compile"
18457 case "(($ac_try" in
18458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18459 *) ac_try_echo=$ac_try;;
18460 esac
18461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18462 (eval "$ac_compile") 2>conftest.er1
18463 ac_status=$?
18464 grep -v '^ *+' conftest.er1 >conftest.err
18465 rm -f conftest.er1
18466 cat conftest.err >&5
18467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18468 (exit $ac_status); } && {
18469 test -z "$ac_c_werror_flag" ||
18470 test ! -s conftest.err
18471 } && test -s conftest.$ac_objext; then
18472 ac_cv_type_size_t=yes
18473 else
18474 echo "$as_me: failed program was:" >&5
18475 sed 's/^/| /' conftest.$ac_ext >&5
18477 ac_cv_type_size_t=no
18480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18482 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18483 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18484 if test $ac_cv_type_size_t = yes; then
18486 cat >>confdefs.h <<_ACEOF
18487 #define HAVE_SIZE_T 1
18488 _ACEOF
18492 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18493 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18494 if test "${ac_cv_type_ssize_t+set}" = set; then
18495 echo $ECHO_N "(cached) $ECHO_C" >&6
18496 else
18497 cat >conftest.$ac_ext <<_ACEOF
18498 /* confdefs.h. */
18499 _ACEOF
18500 cat confdefs.h >>conftest.$ac_ext
18501 cat >>conftest.$ac_ext <<_ACEOF
18502 /* end confdefs.h. */
18503 $ac_includes_default
18504 typedef ssize_t ac__type_new_;
18506 main ()
18508 if ((ac__type_new_ *) 0)
18509 return 0;
18510 if (sizeof (ac__type_new_))
18511 return 0;
18513 return 0;
18515 _ACEOF
18516 rm -f conftest.$ac_objext
18517 if { (ac_try="$ac_compile"
18518 case "(($ac_try" in
18519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18520 *) ac_try_echo=$ac_try;;
18521 esac
18522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18523 (eval "$ac_compile") 2>conftest.er1
18524 ac_status=$?
18525 grep -v '^ *+' conftest.er1 >conftest.err
18526 rm -f conftest.er1
18527 cat conftest.err >&5
18528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18529 (exit $ac_status); } && {
18530 test -z "$ac_c_werror_flag" ||
18531 test ! -s conftest.err
18532 } && test -s conftest.$ac_objext; then
18533 ac_cv_type_ssize_t=yes
18534 else
18535 echo "$as_me: failed program was:" >&5
18536 sed 's/^/| /' conftest.$ac_ext >&5
18538 ac_cv_type_ssize_t=no
18541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18543 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18544 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18545 if test $ac_cv_type_ssize_t = yes; then
18547 cat >>confdefs.h <<_ACEOF
18548 #define HAVE_SSIZE_T 1
18549 _ACEOF
18553 { echo "$as_me:$LINENO: checking for long long" >&5
18554 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18555 if test "${ac_cv_type_long_long+set}" = set; then
18556 echo $ECHO_N "(cached) $ECHO_C" >&6
18557 else
18558 cat >conftest.$ac_ext <<_ACEOF
18559 /* confdefs.h. */
18560 _ACEOF
18561 cat confdefs.h >>conftest.$ac_ext
18562 cat >>conftest.$ac_ext <<_ACEOF
18563 /* end confdefs.h. */
18564 $ac_includes_default
18565 typedef long long ac__type_new_;
18567 main ()
18569 if ((ac__type_new_ *) 0)
18570 return 0;
18571 if (sizeof (ac__type_new_))
18572 return 0;
18574 return 0;
18576 _ACEOF
18577 rm -f conftest.$ac_objext
18578 if { (ac_try="$ac_compile"
18579 case "(($ac_try" in
18580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18581 *) ac_try_echo=$ac_try;;
18582 esac
18583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18584 (eval "$ac_compile") 2>conftest.er1
18585 ac_status=$?
18586 grep -v '^ *+' conftest.er1 >conftest.err
18587 rm -f conftest.er1
18588 cat conftest.err >&5
18589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18590 (exit $ac_status); } && {
18591 test -z "$ac_c_werror_flag" ||
18592 test ! -s conftest.err
18593 } && test -s conftest.$ac_objext; then
18594 ac_cv_type_long_long=yes
18595 else
18596 echo "$as_me: failed program was:" >&5
18597 sed 's/^/| /' conftest.$ac_ext >&5
18599 ac_cv_type_long_long=no
18602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18604 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18605 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18606 if test $ac_cv_type_long_long = yes; then
18608 cat >>confdefs.h <<_ACEOF
18609 #define HAVE_LONG_LONG 1
18610 _ACEOF
18614 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18615 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18616 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18617 echo $ECHO_N "(cached) $ECHO_C" >&6
18618 else
18619 cat >conftest.$ac_ext <<_ACEOF
18620 /* confdefs.h. */
18621 _ACEOF
18622 cat confdefs.h >>conftest.$ac_ext
18623 cat >>conftest.$ac_ext <<_ACEOF
18624 /* end confdefs.h. */
18625 $ac_includes_default
18626 typedef fsblkcnt_t ac__type_new_;
18628 main ()
18630 if ((ac__type_new_ *) 0)
18631 return 0;
18632 if (sizeof (ac__type_new_))
18633 return 0;
18635 return 0;
18637 _ACEOF
18638 rm -f conftest.$ac_objext
18639 if { (ac_try="$ac_compile"
18640 case "(($ac_try" in
18641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18642 *) ac_try_echo=$ac_try;;
18643 esac
18644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18645 (eval "$ac_compile") 2>conftest.er1
18646 ac_status=$?
18647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
18650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } && {
18652 test -z "$ac_c_werror_flag" ||
18653 test ! -s conftest.err
18654 } && test -s conftest.$ac_objext; then
18655 ac_cv_type_fsblkcnt_t=yes
18656 else
18657 echo "$as_me: failed program was:" >&5
18658 sed 's/^/| /' conftest.$ac_ext >&5
18660 ac_cv_type_fsblkcnt_t=no
18663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18665 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18666 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18667 if test $ac_cv_type_fsblkcnt_t = yes; then
18669 cat >>confdefs.h <<_ACEOF
18670 #define HAVE_FSBLKCNT_T 1
18671 _ACEOF
18675 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18676 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18677 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18678 echo $ECHO_N "(cached) $ECHO_C" >&6
18679 else
18680 cat >conftest.$ac_ext <<_ACEOF
18681 /* confdefs.h. */
18682 _ACEOF
18683 cat confdefs.h >>conftest.$ac_ext
18684 cat >>conftest.$ac_ext <<_ACEOF
18685 /* end confdefs.h. */
18686 $ac_includes_default
18687 typedef fsfilcnt_t ac__type_new_;
18689 main ()
18691 if ((ac__type_new_ *) 0)
18692 return 0;
18693 if (sizeof (ac__type_new_))
18694 return 0;
18696 return 0;
18698 _ACEOF
18699 rm -f conftest.$ac_objext
18700 if { (ac_try="$ac_compile"
18701 case "(($ac_try" in
18702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18703 *) ac_try_echo=$ac_try;;
18704 esac
18705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18706 (eval "$ac_compile") 2>conftest.er1
18707 ac_status=$?
18708 grep -v '^ *+' conftest.er1 >conftest.err
18709 rm -f conftest.er1
18710 cat conftest.err >&5
18711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18712 (exit $ac_status); } && {
18713 test -z "$ac_c_werror_flag" ||
18714 test ! -s conftest.err
18715 } && test -s conftest.$ac_objext; then
18716 ac_cv_type_fsfilcnt_t=yes
18717 else
18718 echo "$as_me: failed program was:" >&5
18719 sed 's/^/| /' conftest.$ac_ext >&5
18721 ac_cv_type_fsfilcnt_t=no
18724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18726 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18727 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18728 if test $ac_cv_type_fsfilcnt_t = yes; then
18730 cat >>confdefs.h <<_ACEOF
18731 #define HAVE_FSFILCNT_T 1
18732 _ACEOF
18737 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18738 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18739 if test "${ac_cv_type_sigset_t+set}" = set; then
18740 echo $ECHO_N "(cached) $ECHO_C" >&6
18741 else
18742 cat >conftest.$ac_ext <<_ACEOF
18743 /* confdefs.h. */
18744 _ACEOF
18745 cat confdefs.h >>conftest.$ac_ext
18746 cat >>conftest.$ac_ext <<_ACEOF
18747 /* end confdefs.h. */
18748 #include <sys/types.h>
18749 #include <signal.h>
18751 typedef sigset_t ac__type_new_;
18753 main ()
18755 if ((ac__type_new_ *) 0)
18756 return 0;
18757 if (sizeof (ac__type_new_))
18758 return 0;
18760 return 0;
18762 _ACEOF
18763 rm -f conftest.$ac_objext
18764 if { (ac_try="$ac_compile"
18765 case "(($ac_try" in
18766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18767 *) ac_try_echo=$ac_try;;
18768 esac
18769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18770 (eval "$ac_compile") 2>conftest.er1
18771 ac_status=$?
18772 grep -v '^ *+' conftest.er1 >conftest.err
18773 rm -f conftest.er1
18774 cat conftest.err >&5
18775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776 (exit $ac_status); } && {
18777 test -z "$ac_c_werror_flag" ||
18778 test ! -s conftest.err
18779 } && test -s conftest.$ac_objext; then
18780 ac_cv_type_sigset_t=yes
18781 else
18782 echo "$as_me: failed program was:" >&5
18783 sed 's/^/| /' conftest.$ac_ext >&5
18785 ac_cv_type_sigset_t=no
18788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18790 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18791 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18792 if test $ac_cv_type_sigset_t = yes; then
18794 cat >>confdefs.h <<_ACEOF
18795 #define HAVE_SIGSET_T 1
18796 _ACEOF
18801 { echo "$as_me:$LINENO: checking for request_sense" >&5
18802 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18803 if test "${ac_cv_type_request_sense+set}" = set; then
18804 echo $ECHO_N "(cached) $ECHO_C" >&6
18805 else
18806 cat >conftest.$ac_ext <<_ACEOF
18807 /* confdefs.h. */
18808 _ACEOF
18809 cat confdefs.h >>conftest.$ac_ext
18810 cat >>conftest.$ac_ext <<_ACEOF
18811 /* end confdefs.h. */
18812 #include <linux/cdrom.h>
18814 typedef request_sense ac__type_new_;
18816 main ()
18818 if ((ac__type_new_ *) 0)
18819 return 0;
18820 if (sizeof (ac__type_new_))
18821 return 0;
18823 return 0;
18825 _ACEOF
18826 rm -f conftest.$ac_objext
18827 if { (ac_try="$ac_compile"
18828 case "(($ac_try" in
18829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18830 *) ac_try_echo=$ac_try;;
18831 esac
18832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18833 (eval "$ac_compile") 2>conftest.er1
18834 ac_status=$?
18835 grep -v '^ *+' conftest.er1 >conftest.err
18836 rm -f conftest.er1
18837 cat conftest.err >&5
18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 (exit $ac_status); } && {
18840 test -z "$ac_c_werror_flag" ||
18841 test ! -s conftest.err
18842 } && test -s conftest.$ac_objext; then
18843 ac_cv_type_request_sense=yes
18844 else
18845 echo "$as_me: failed program was:" >&5
18846 sed 's/^/| /' conftest.$ac_ext >&5
18848 ac_cv_type_request_sense=no
18851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18853 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18854 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18855 if test $ac_cv_type_request_sense = yes; then
18857 cat >>confdefs.h <<_ACEOF
18858 #define HAVE_REQUEST_SENSE 1
18859 _ACEOF
18865 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18866 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18867 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18868 echo $ECHO_N "(cached) $ECHO_C" >&6
18869 else
18870 cat >conftest.$ac_ext <<_ACEOF
18871 /* confdefs.h. */
18872 _ACEOF
18873 cat confdefs.h >>conftest.$ac_ext
18874 cat >>conftest.$ac_ext <<_ACEOF
18875 /* end confdefs.h. */
18876 #ifdef HAVE_LINUX_INPUT_H
18877 #include <linux/input.h>
18878 #endif
18881 main ()
18883 static struct ff_effect ac_aggr;
18884 if (ac_aggr.direction)
18885 return 0;
18887 return 0;
18889 _ACEOF
18890 rm -f conftest.$ac_objext
18891 if { (ac_try="$ac_compile"
18892 case "(($ac_try" in
18893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18894 *) ac_try_echo=$ac_try;;
18895 esac
18896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18897 (eval "$ac_compile") 2>conftest.er1
18898 ac_status=$?
18899 grep -v '^ *+' conftest.er1 >conftest.err
18900 rm -f conftest.er1
18901 cat conftest.err >&5
18902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18903 (exit $ac_status); } && {
18904 test -z "$ac_c_werror_flag" ||
18905 test ! -s conftest.err
18906 } && test -s conftest.$ac_objext; then
18907 ac_cv_member_struct_ff_effect_direction=yes
18908 else
18909 echo "$as_me: failed program was:" >&5
18910 sed 's/^/| /' conftest.$ac_ext >&5
18912 cat >conftest.$ac_ext <<_ACEOF
18913 /* confdefs.h. */
18914 _ACEOF
18915 cat confdefs.h >>conftest.$ac_ext
18916 cat >>conftest.$ac_ext <<_ACEOF
18917 /* end confdefs.h. */
18918 #ifdef HAVE_LINUX_INPUT_H
18919 #include <linux/input.h>
18920 #endif
18923 main ()
18925 static struct ff_effect ac_aggr;
18926 if (sizeof ac_aggr.direction)
18927 return 0;
18929 return 0;
18931 _ACEOF
18932 rm -f conftest.$ac_objext
18933 if { (ac_try="$ac_compile"
18934 case "(($ac_try" in
18935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18936 *) ac_try_echo=$ac_try;;
18937 esac
18938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18939 (eval "$ac_compile") 2>conftest.er1
18940 ac_status=$?
18941 grep -v '^ *+' conftest.er1 >conftest.err
18942 rm -f conftest.er1
18943 cat conftest.err >&5
18944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18945 (exit $ac_status); } && {
18946 test -z "$ac_c_werror_flag" ||
18947 test ! -s conftest.err
18948 } && test -s conftest.$ac_objext; then
18949 ac_cv_member_struct_ff_effect_direction=yes
18950 else
18951 echo "$as_me: failed program was:" >&5
18952 sed 's/^/| /' conftest.$ac_ext >&5
18954 ac_cv_member_struct_ff_effect_direction=no
18957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18962 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18963 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18964 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18966 cat >>confdefs.h <<_ACEOF
18967 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18968 _ACEOF
18974 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18975 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18976 if test "${wine_cv_have_sigaddset+set}" = set; then
18977 echo $ECHO_N "(cached) $ECHO_C" >&6
18978 else
18979 cat >conftest.$ac_ext <<_ACEOF
18980 /* confdefs.h. */
18981 _ACEOF
18982 cat confdefs.h >>conftest.$ac_ext
18983 cat >>conftest.$ac_ext <<_ACEOF
18984 /* end confdefs.h. */
18985 #include <signal.h>
18987 main ()
18989 sigset_t set; sigaddset(&set,SIGTERM);
18991 return 0;
18993 _ACEOF
18994 rm -f conftest.$ac_objext conftest$ac_exeext
18995 if { (ac_try="$ac_link"
18996 case "(($ac_try" in
18997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18998 *) ac_try_echo=$ac_try;;
18999 esac
19000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19001 (eval "$ac_link") 2>conftest.er1
19002 ac_status=$?
19003 grep -v '^ *+' conftest.er1 >conftest.err
19004 rm -f conftest.er1
19005 cat conftest.err >&5
19006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19007 (exit $ac_status); } && {
19008 test -z "$ac_c_werror_flag" ||
19009 test ! -s conftest.err
19010 } && test -s conftest$ac_exeext &&
19011 $as_test_x conftest$ac_exeext; then
19012 wine_cv_have_sigaddset=yes
19013 else
19014 echo "$as_me: failed program was:" >&5
19015 sed 's/^/| /' conftest.$ac_ext >&5
19017 wine_cv_have_sigaddset=no
19020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19021 conftest$ac_exeext conftest.$ac_ext
19023 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19024 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19025 if test "$wine_cv_have_sigaddset" = "yes"
19026 then
19028 cat >>confdefs.h <<\_ACEOF
19029 #define HAVE_SIGADDSET 1
19030 _ACEOF
19035 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19036 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19037 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19038 echo $ECHO_N "(cached) $ECHO_C" >&6
19039 else
19040 cat >conftest.$ac_ext <<_ACEOF
19041 /* confdefs.h. */
19042 _ACEOF
19043 cat confdefs.h >>conftest.$ac_ext
19044 cat >>conftest.$ac_ext <<_ACEOF
19045 /* end confdefs.h. */
19046 #include <netdb.h>
19048 main ()
19051 char *name=0;
19052 struct hostent he;
19053 struct hostent *result;
19054 char *buf=0;
19055 int bufsize=0;
19056 int res,errnr;
19057 char *addr=0;
19058 int addrlen=0;
19059 int addrtype=0;
19060 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19061 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19064 return 0;
19066 _ACEOF
19067 rm -f conftest.$ac_objext conftest$ac_exeext
19068 if { (ac_try="$ac_link"
19069 case "(($ac_try" in
19070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19071 *) ac_try_echo=$ac_try;;
19072 esac
19073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19074 (eval "$ac_link") 2>conftest.er1
19075 ac_status=$?
19076 grep -v '^ *+' conftest.er1 >conftest.err
19077 rm -f conftest.er1
19078 cat conftest.err >&5
19079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19080 (exit $ac_status); } && {
19081 test -z "$ac_c_werror_flag" ||
19082 test ! -s conftest.err
19083 } && test -s conftest$ac_exeext &&
19084 $as_test_x conftest$ac_exeext; then
19085 wine_cv_linux_gethostbyname_r_6=yes
19086 else
19087 echo "$as_me: failed program was:" >&5
19088 sed 's/^/| /' conftest.$ac_ext >&5
19090 wine_cv_linux_gethostbyname_r_6=no
19094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19095 conftest$ac_exeext conftest.$ac_ext
19098 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19099 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19100 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19101 then
19103 cat >>confdefs.h <<\_ACEOF
19104 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19105 _ACEOF
19109 if test "$ac_cv_header_linux_joystick_h" = "yes"
19110 then
19111 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19112 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19113 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19114 echo $ECHO_N "(cached) $ECHO_C" >&6
19115 else
19116 cat >conftest.$ac_ext <<_ACEOF
19117 /* confdefs.h. */
19118 _ACEOF
19119 cat confdefs.h >>conftest.$ac_ext
19120 cat >>conftest.$ac_ext <<_ACEOF
19121 /* end confdefs.h. */
19123 #include <sys/ioctl.h>
19124 #include <sys/types.h>
19125 #include <linux/joystick.h>
19127 struct js_event blub;
19128 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19129 #error "no 2.2 header"
19130 #endif
19133 main ()
19135 /*empty*/
19137 return 0;
19139 _ACEOF
19140 rm -f conftest.$ac_objext
19141 if { (ac_try="$ac_compile"
19142 case "(($ac_try" in
19143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19144 *) ac_try_echo=$ac_try;;
19145 esac
19146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19147 (eval "$ac_compile") 2>conftest.er1
19148 ac_status=$?
19149 grep -v '^ *+' conftest.er1 >conftest.err
19150 rm -f conftest.er1
19151 cat conftest.err >&5
19152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19153 (exit $ac_status); } && {
19154 test -z "$ac_c_werror_flag" ||
19155 test ! -s conftest.err
19156 } && test -s conftest.$ac_objext; then
19157 wine_cv_linux_joystick_22_api=yes
19158 else
19159 echo "$as_me: failed program was:" >&5
19160 sed 's/^/| /' conftest.$ac_ext >&5
19162 wine_cv_linux_joystick_22_api=no
19165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19168 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19169 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19170 if test "$wine_cv_linux_joystick_22_api" = "yes"
19171 then
19173 cat >>confdefs.h <<\_ACEOF
19174 #define HAVE_LINUX_22_JOYSTICK_API 1
19175 _ACEOF
19181 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19182 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19183 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19184 echo $ECHO_N "(cached) $ECHO_C" >&6
19185 else
19186 cat >conftest.$ac_ext <<_ACEOF
19187 /* confdefs.h. */
19188 _ACEOF
19189 cat confdefs.h >>conftest.$ac_ext
19190 cat >>conftest.$ac_ext <<_ACEOF
19191 /* end confdefs.h. */
19192 #include <sys/types.h>
19193 #ifdef HAVE_SYS_PARAM_H
19194 # include <sys/param.h>
19195 #endif
19196 #ifdef HAVE_SYS_MOUNT_H
19197 # include <sys/mount.h>
19198 #endif
19199 #ifdef HAVE_SYS_VFS_H
19200 # include <sys/vfs.h>
19201 #endif
19202 #ifdef HAVE_SYS_STATFS_H
19203 # include <sys/statfs.h>
19204 #endif
19207 main ()
19209 static struct statfs ac_aggr;
19210 if (ac_aggr.f_bfree)
19211 return 0;
19213 return 0;
19215 _ACEOF
19216 rm -f conftest.$ac_objext
19217 if { (ac_try="$ac_compile"
19218 case "(($ac_try" in
19219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19220 *) ac_try_echo=$ac_try;;
19221 esac
19222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19223 (eval "$ac_compile") 2>conftest.er1
19224 ac_status=$?
19225 grep -v '^ *+' conftest.er1 >conftest.err
19226 rm -f conftest.er1
19227 cat conftest.err >&5
19228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19229 (exit $ac_status); } && {
19230 test -z "$ac_c_werror_flag" ||
19231 test ! -s conftest.err
19232 } && test -s conftest.$ac_objext; then
19233 ac_cv_member_struct_statfs_f_bfree=yes
19234 else
19235 echo "$as_me: failed program was:" >&5
19236 sed 's/^/| /' conftest.$ac_ext >&5
19238 cat >conftest.$ac_ext <<_ACEOF
19239 /* confdefs.h. */
19240 _ACEOF
19241 cat confdefs.h >>conftest.$ac_ext
19242 cat >>conftest.$ac_ext <<_ACEOF
19243 /* end confdefs.h. */
19244 #include <sys/types.h>
19245 #ifdef HAVE_SYS_PARAM_H
19246 # include <sys/param.h>
19247 #endif
19248 #ifdef HAVE_SYS_MOUNT_H
19249 # include <sys/mount.h>
19250 #endif
19251 #ifdef HAVE_SYS_VFS_H
19252 # include <sys/vfs.h>
19253 #endif
19254 #ifdef HAVE_SYS_STATFS_H
19255 # include <sys/statfs.h>
19256 #endif
19259 main ()
19261 static struct statfs ac_aggr;
19262 if (sizeof ac_aggr.f_bfree)
19263 return 0;
19265 return 0;
19267 _ACEOF
19268 rm -f conftest.$ac_objext
19269 if { (ac_try="$ac_compile"
19270 case "(($ac_try" in
19271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19272 *) ac_try_echo=$ac_try;;
19273 esac
19274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19275 (eval "$ac_compile") 2>conftest.er1
19276 ac_status=$?
19277 grep -v '^ *+' conftest.er1 >conftest.err
19278 rm -f conftest.er1
19279 cat conftest.err >&5
19280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19281 (exit $ac_status); } && {
19282 test -z "$ac_c_werror_flag" ||
19283 test ! -s conftest.err
19284 } && test -s conftest.$ac_objext; then
19285 ac_cv_member_struct_statfs_f_bfree=yes
19286 else
19287 echo "$as_me: failed program was:" >&5
19288 sed 's/^/| /' conftest.$ac_ext >&5
19290 ac_cv_member_struct_statfs_f_bfree=no
19293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19298 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19299 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19300 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19302 cat >>confdefs.h <<_ACEOF
19303 #define HAVE_STRUCT_STATFS_F_BFREE 1
19304 _ACEOF
19308 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19309 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19310 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19311 echo $ECHO_N "(cached) $ECHO_C" >&6
19312 else
19313 cat >conftest.$ac_ext <<_ACEOF
19314 /* confdefs.h. */
19315 _ACEOF
19316 cat confdefs.h >>conftest.$ac_ext
19317 cat >>conftest.$ac_ext <<_ACEOF
19318 /* end confdefs.h. */
19319 #include <sys/types.h>
19320 #ifdef HAVE_SYS_PARAM_H
19321 # include <sys/param.h>
19322 #endif
19323 #ifdef HAVE_SYS_MOUNT_H
19324 # include <sys/mount.h>
19325 #endif
19326 #ifdef HAVE_SYS_VFS_H
19327 # include <sys/vfs.h>
19328 #endif
19329 #ifdef HAVE_SYS_STATFS_H
19330 # include <sys/statfs.h>
19331 #endif
19334 main ()
19336 static struct statfs ac_aggr;
19337 if (ac_aggr.f_bavail)
19338 return 0;
19340 return 0;
19342 _ACEOF
19343 rm -f conftest.$ac_objext
19344 if { (ac_try="$ac_compile"
19345 case "(($ac_try" in
19346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19347 *) ac_try_echo=$ac_try;;
19348 esac
19349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19350 (eval "$ac_compile") 2>conftest.er1
19351 ac_status=$?
19352 grep -v '^ *+' conftest.er1 >conftest.err
19353 rm -f conftest.er1
19354 cat conftest.err >&5
19355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19356 (exit $ac_status); } && {
19357 test -z "$ac_c_werror_flag" ||
19358 test ! -s conftest.err
19359 } && test -s conftest.$ac_objext; then
19360 ac_cv_member_struct_statfs_f_bavail=yes
19361 else
19362 echo "$as_me: failed program was:" >&5
19363 sed 's/^/| /' conftest.$ac_ext >&5
19365 cat >conftest.$ac_ext <<_ACEOF
19366 /* confdefs.h. */
19367 _ACEOF
19368 cat confdefs.h >>conftest.$ac_ext
19369 cat >>conftest.$ac_ext <<_ACEOF
19370 /* end confdefs.h. */
19371 #include <sys/types.h>
19372 #ifdef HAVE_SYS_PARAM_H
19373 # include <sys/param.h>
19374 #endif
19375 #ifdef HAVE_SYS_MOUNT_H
19376 # include <sys/mount.h>
19377 #endif
19378 #ifdef HAVE_SYS_VFS_H
19379 # include <sys/vfs.h>
19380 #endif
19381 #ifdef HAVE_SYS_STATFS_H
19382 # include <sys/statfs.h>
19383 #endif
19386 main ()
19388 static struct statfs ac_aggr;
19389 if (sizeof ac_aggr.f_bavail)
19390 return 0;
19392 return 0;
19394 _ACEOF
19395 rm -f conftest.$ac_objext
19396 if { (ac_try="$ac_compile"
19397 case "(($ac_try" in
19398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19399 *) ac_try_echo=$ac_try;;
19400 esac
19401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19402 (eval "$ac_compile") 2>conftest.er1
19403 ac_status=$?
19404 grep -v '^ *+' conftest.er1 >conftest.err
19405 rm -f conftest.er1
19406 cat conftest.err >&5
19407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19408 (exit $ac_status); } && {
19409 test -z "$ac_c_werror_flag" ||
19410 test ! -s conftest.err
19411 } && test -s conftest.$ac_objext; then
19412 ac_cv_member_struct_statfs_f_bavail=yes
19413 else
19414 echo "$as_me: failed program was:" >&5
19415 sed 's/^/| /' conftest.$ac_ext >&5
19417 ac_cv_member_struct_statfs_f_bavail=no
19420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19425 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19426 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19427 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19429 cat >>confdefs.h <<_ACEOF
19430 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19431 _ACEOF
19435 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19436 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19437 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19438 echo $ECHO_N "(cached) $ECHO_C" >&6
19439 else
19440 cat >conftest.$ac_ext <<_ACEOF
19441 /* confdefs.h. */
19442 _ACEOF
19443 cat confdefs.h >>conftest.$ac_ext
19444 cat >>conftest.$ac_ext <<_ACEOF
19445 /* end confdefs.h. */
19446 #include <sys/types.h>
19447 #ifdef HAVE_SYS_PARAM_H
19448 # include <sys/param.h>
19449 #endif
19450 #ifdef HAVE_SYS_MOUNT_H
19451 # include <sys/mount.h>
19452 #endif
19453 #ifdef HAVE_SYS_VFS_H
19454 # include <sys/vfs.h>
19455 #endif
19456 #ifdef HAVE_SYS_STATFS_H
19457 # include <sys/statfs.h>
19458 #endif
19461 main ()
19463 static struct statfs ac_aggr;
19464 if (ac_aggr.f_frsize)
19465 return 0;
19467 return 0;
19469 _ACEOF
19470 rm -f conftest.$ac_objext
19471 if { (ac_try="$ac_compile"
19472 case "(($ac_try" in
19473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19474 *) ac_try_echo=$ac_try;;
19475 esac
19476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19477 (eval "$ac_compile") 2>conftest.er1
19478 ac_status=$?
19479 grep -v '^ *+' conftest.er1 >conftest.err
19480 rm -f conftest.er1
19481 cat conftest.err >&5
19482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19483 (exit $ac_status); } && {
19484 test -z "$ac_c_werror_flag" ||
19485 test ! -s conftest.err
19486 } && test -s conftest.$ac_objext; then
19487 ac_cv_member_struct_statfs_f_frsize=yes
19488 else
19489 echo "$as_me: failed program was:" >&5
19490 sed 's/^/| /' conftest.$ac_ext >&5
19492 cat >conftest.$ac_ext <<_ACEOF
19493 /* confdefs.h. */
19494 _ACEOF
19495 cat confdefs.h >>conftest.$ac_ext
19496 cat >>conftest.$ac_ext <<_ACEOF
19497 /* end confdefs.h. */
19498 #include <sys/types.h>
19499 #ifdef HAVE_SYS_PARAM_H
19500 # include <sys/param.h>
19501 #endif
19502 #ifdef HAVE_SYS_MOUNT_H
19503 # include <sys/mount.h>
19504 #endif
19505 #ifdef HAVE_SYS_VFS_H
19506 # include <sys/vfs.h>
19507 #endif
19508 #ifdef HAVE_SYS_STATFS_H
19509 # include <sys/statfs.h>
19510 #endif
19513 main ()
19515 static struct statfs ac_aggr;
19516 if (sizeof ac_aggr.f_frsize)
19517 return 0;
19519 return 0;
19521 _ACEOF
19522 rm -f conftest.$ac_objext
19523 if { (ac_try="$ac_compile"
19524 case "(($ac_try" in
19525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19526 *) ac_try_echo=$ac_try;;
19527 esac
19528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19529 (eval "$ac_compile") 2>conftest.er1
19530 ac_status=$?
19531 grep -v '^ *+' conftest.er1 >conftest.err
19532 rm -f conftest.er1
19533 cat conftest.err >&5
19534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19535 (exit $ac_status); } && {
19536 test -z "$ac_c_werror_flag" ||
19537 test ! -s conftest.err
19538 } && test -s conftest.$ac_objext; then
19539 ac_cv_member_struct_statfs_f_frsize=yes
19540 else
19541 echo "$as_me: failed program was:" >&5
19542 sed 's/^/| /' conftest.$ac_ext >&5
19544 ac_cv_member_struct_statfs_f_frsize=no
19547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19552 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19553 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19554 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19556 cat >>confdefs.h <<_ACEOF
19557 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19558 _ACEOF
19562 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19563 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19564 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19565 echo $ECHO_N "(cached) $ECHO_C" >&6
19566 else
19567 cat >conftest.$ac_ext <<_ACEOF
19568 /* confdefs.h. */
19569 _ACEOF
19570 cat confdefs.h >>conftest.$ac_ext
19571 cat >>conftest.$ac_ext <<_ACEOF
19572 /* end confdefs.h. */
19573 #include <sys/types.h>
19574 #ifdef HAVE_SYS_PARAM_H
19575 # include <sys/param.h>
19576 #endif
19577 #ifdef HAVE_SYS_MOUNT_H
19578 # include <sys/mount.h>
19579 #endif
19580 #ifdef HAVE_SYS_VFS_H
19581 # include <sys/vfs.h>
19582 #endif
19583 #ifdef HAVE_SYS_STATFS_H
19584 # include <sys/statfs.h>
19585 #endif
19588 main ()
19590 static struct statfs ac_aggr;
19591 if (ac_aggr.f_ffree)
19592 return 0;
19594 return 0;
19596 _ACEOF
19597 rm -f conftest.$ac_objext
19598 if { (ac_try="$ac_compile"
19599 case "(($ac_try" in
19600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19601 *) ac_try_echo=$ac_try;;
19602 esac
19603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19604 (eval "$ac_compile") 2>conftest.er1
19605 ac_status=$?
19606 grep -v '^ *+' conftest.er1 >conftest.err
19607 rm -f conftest.er1
19608 cat conftest.err >&5
19609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19610 (exit $ac_status); } && {
19611 test -z "$ac_c_werror_flag" ||
19612 test ! -s conftest.err
19613 } && test -s conftest.$ac_objext; then
19614 ac_cv_member_struct_statfs_f_ffree=yes
19615 else
19616 echo "$as_me: failed program was:" >&5
19617 sed 's/^/| /' conftest.$ac_ext >&5
19619 cat >conftest.$ac_ext <<_ACEOF
19620 /* confdefs.h. */
19621 _ACEOF
19622 cat confdefs.h >>conftest.$ac_ext
19623 cat >>conftest.$ac_ext <<_ACEOF
19624 /* end confdefs.h. */
19625 #include <sys/types.h>
19626 #ifdef HAVE_SYS_PARAM_H
19627 # include <sys/param.h>
19628 #endif
19629 #ifdef HAVE_SYS_MOUNT_H
19630 # include <sys/mount.h>
19631 #endif
19632 #ifdef HAVE_SYS_VFS_H
19633 # include <sys/vfs.h>
19634 #endif
19635 #ifdef HAVE_SYS_STATFS_H
19636 # include <sys/statfs.h>
19637 #endif
19640 main ()
19642 static struct statfs ac_aggr;
19643 if (sizeof ac_aggr.f_ffree)
19644 return 0;
19646 return 0;
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653 *) ac_try_echo=$ac_try;;
19654 esac
19655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19656 (eval "$ac_compile") 2>conftest.er1
19657 ac_status=$?
19658 grep -v '^ *+' conftest.er1 >conftest.err
19659 rm -f conftest.er1
19660 cat conftest.err >&5
19661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19662 (exit $ac_status); } && {
19663 test -z "$ac_c_werror_flag" ||
19664 test ! -s conftest.err
19665 } && test -s conftest.$ac_objext; then
19666 ac_cv_member_struct_statfs_f_ffree=yes
19667 else
19668 echo "$as_me: failed program was:" >&5
19669 sed 's/^/| /' conftest.$ac_ext >&5
19671 ac_cv_member_struct_statfs_f_ffree=no
19674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19679 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19680 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19681 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19683 cat >>confdefs.h <<_ACEOF
19684 #define HAVE_STRUCT_STATFS_F_FFREE 1
19685 _ACEOF
19689 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19690 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19691 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19692 echo $ECHO_N "(cached) $ECHO_C" >&6
19693 else
19694 cat >conftest.$ac_ext <<_ACEOF
19695 /* confdefs.h. */
19696 _ACEOF
19697 cat confdefs.h >>conftest.$ac_ext
19698 cat >>conftest.$ac_ext <<_ACEOF
19699 /* end confdefs.h. */
19700 #include <sys/types.h>
19701 #ifdef HAVE_SYS_PARAM_H
19702 # include <sys/param.h>
19703 #endif
19704 #ifdef HAVE_SYS_MOUNT_H
19705 # include <sys/mount.h>
19706 #endif
19707 #ifdef HAVE_SYS_VFS_H
19708 # include <sys/vfs.h>
19709 #endif
19710 #ifdef HAVE_SYS_STATFS_H
19711 # include <sys/statfs.h>
19712 #endif
19715 main ()
19717 static struct statfs ac_aggr;
19718 if (ac_aggr.f_favail)
19719 return 0;
19721 return 0;
19723 _ACEOF
19724 rm -f conftest.$ac_objext
19725 if { (ac_try="$ac_compile"
19726 case "(($ac_try" in
19727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19728 *) ac_try_echo=$ac_try;;
19729 esac
19730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19731 (eval "$ac_compile") 2>conftest.er1
19732 ac_status=$?
19733 grep -v '^ *+' conftest.er1 >conftest.err
19734 rm -f conftest.er1
19735 cat conftest.err >&5
19736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19737 (exit $ac_status); } && {
19738 test -z "$ac_c_werror_flag" ||
19739 test ! -s conftest.err
19740 } && test -s conftest.$ac_objext; then
19741 ac_cv_member_struct_statfs_f_favail=yes
19742 else
19743 echo "$as_me: failed program was:" >&5
19744 sed 's/^/| /' conftest.$ac_ext >&5
19746 cat >conftest.$ac_ext <<_ACEOF
19747 /* confdefs.h. */
19748 _ACEOF
19749 cat confdefs.h >>conftest.$ac_ext
19750 cat >>conftest.$ac_ext <<_ACEOF
19751 /* end confdefs.h. */
19752 #include <sys/types.h>
19753 #ifdef HAVE_SYS_PARAM_H
19754 # include <sys/param.h>
19755 #endif
19756 #ifdef HAVE_SYS_MOUNT_H
19757 # include <sys/mount.h>
19758 #endif
19759 #ifdef HAVE_SYS_VFS_H
19760 # include <sys/vfs.h>
19761 #endif
19762 #ifdef HAVE_SYS_STATFS_H
19763 # include <sys/statfs.h>
19764 #endif
19767 main ()
19769 static struct statfs ac_aggr;
19770 if (sizeof ac_aggr.f_favail)
19771 return 0;
19773 return 0;
19775 _ACEOF
19776 rm -f conftest.$ac_objext
19777 if { (ac_try="$ac_compile"
19778 case "(($ac_try" in
19779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19780 *) ac_try_echo=$ac_try;;
19781 esac
19782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19783 (eval "$ac_compile") 2>conftest.er1
19784 ac_status=$?
19785 grep -v '^ *+' conftest.er1 >conftest.err
19786 rm -f conftest.er1
19787 cat conftest.err >&5
19788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19789 (exit $ac_status); } && {
19790 test -z "$ac_c_werror_flag" ||
19791 test ! -s conftest.err
19792 } && test -s conftest.$ac_objext; then
19793 ac_cv_member_struct_statfs_f_favail=yes
19794 else
19795 echo "$as_me: failed program was:" >&5
19796 sed 's/^/| /' conftest.$ac_ext >&5
19798 ac_cv_member_struct_statfs_f_favail=no
19801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19806 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19807 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19808 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19810 cat >>confdefs.h <<_ACEOF
19811 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19812 _ACEOF
19816 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19817 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19818 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19819 echo $ECHO_N "(cached) $ECHO_C" >&6
19820 else
19821 cat >conftest.$ac_ext <<_ACEOF
19822 /* confdefs.h. */
19823 _ACEOF
19824 cat confdefs.h >>conftest.$ac_ext
19825 cat >>conftest.$ac_ext <<_ACEOF
19826 /* end confdefs.h. */
19827 #include <sys/types.h>
19828 #ifdef HAVE_SYS_PARAM_H
19829 # include <sys/param.h>
19830 #endif
19831 #ifdef HAVE_SYS_MOUNT_H
19832 # include <sys/mount.h>
19833 #endif
19834 #ifdef HAVE_SYS_VFS_H
19835 # include <sys/vfs.h>
19836 #endif
19837 #ifdef HAVE_SYS_STATFS_H
19838 # include <sys/statfs.h>
19839 #endif
19842 main ()
19844 static struct statfs ac_aggr;
19845 if (ac_aggr.f_namelen)
19846 return 0;
19848 return 0;
19850 _ACEOF
19851 rm -f conftest.$ac_objext
19852 if { (ac_try="$ac_compile"
19853 case "(($ac_try" in
19854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19855 *) ac_try_echo=$ac_try;;
19856 esac
19857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19858 (eval "$ac_compile") 2>conftest.er1
19859 ac_status=$?
19860 grep -v '^ *+' conftest.er1 >conftest.err
19861 rm -f conftest.er1
19862 cat conftest.err >&5
19863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19864 (exit $ac_status); } && {
19865 test -z "$ac_c_werror_flag" ||
19866 test ! -s conftest.err
19867 } && test -s conftest.$ac_objext; then
19868 ac_cv_member_struct_statfs_f_namelen=yes
19869 else
19870 echo "$as_me: failed program was:" >&5
19871 sed 's/^/| /' conftest.$ac_ext >&5
19873 cat >conftest.$ac_ext <<_ACEOF
19874 /* confdefs.h. */
19875 _ACEOF
19876 cat confdefs.h >>conftest.$ac_ext
19877 cat >>conftest.$ac_ext <<_ACEOF
19878 /* end confdefs.h. */
19879 #include <sys/types.h>
19880 #ifdef HAVE_SYS_PARAM_H
19881 # include <sys/param.h>
19882 #endif
19883 #ifdef HAVE_SYS_MOUNT_H
19884 # include <sys/mount.h>
19885 #endif
19886 #ifdef HAVE_SYS_VFS_H
19887 # include <sys/vfs.h>
19888 #endif
19889 #ifdef HAVE_SYS_STATFS_H
19890 # include <sys/statfs.h>
19891 #endif
19894 main ()
19896 static struct statfs ac_aggr;
19897 if (sizeof ac_aggr.f_namelen)
19898 return 0;
19900 return 0;
19902 _ACEOF
19903 rm -f conftest.$ac_objext
19904 if { (ac_try="$ac_compile"
19905 case "(($ac_try" in
19906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19907 *) ac_try_echo=$ac_try;;
19908 esac
19909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19910 (eval "$ac_compile") 2>conftest.er1
19911 ac_status=$?
19912 grep -v '^ *+' conftest.er1 >conftest.err
19913 rm -f conftest.er1
19914 cat conftest.err >&5
19915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19916 (exit $ac_status); } && {
19917 test -z "$ac_c_werror_flag" ||
19918 test ! -s conftest.err
19919 } && test -s conftest.$ac_objext; then
19920 ac_cv_member_struct_statfs_f_namelen=yes
19921 else
19922 echo "$as_me: failed program was:" >&5
19923 sed 's/^/| /' conftest.$ac_ext >&5
19925 ac_cv_member_struct_statfs_f_namelen=no
19928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19933 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19934 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19935 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19937 cat >>confdefs.h <<_ACEOF
19938 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19939 _ACEOF
19945 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19946 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19947 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19948 echo $ECHO_N "(cached) $ECHO_C" >&6
19949 else
19950 cat >conftest.$ac_ext <<_ACEOF
19951 /* confdefs.h. */
19952 _ACEOF
19953 cat confdefs.h >>conftest.$ac_ext
19954 cat >>conftest.$ac_ext <<_ACEOF
19955 /* end confdefs.h. */
19956 #ifdef HAVE_SYS_STATVFS_H
19957 #include <sys/statvfs.h>
19958 #endif
19961 main ()
19963 static struct statvfs ac_aggr;
19964 if (ac_aggr.f_blocks)
19965 return 0;
19967 return 0;
19969 _ACEOF
19970 rm -f conftest.$ac_objext
19971 if { (ac_try="$ac_compile"
19972 case "(($ac_try" in
19973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19974 *) ac_try_echo=$ac_try;;
19975 esac
19976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19977 (eval "$ac_compile") 2>conftest.er1
19978 ac_status=$?
19979 grep -v '^ *+' conftest.er1 >conftest.err
19980 rm -f conftest.er1
19981 cat conftest.err >&5
19982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19983 (exit $ac_status); } && {
19984 test -z "$ac_c_werror_flag" ||
19985 test ! -s conftest.err
19986 } && test -s conftest.$ac_objext; then
19987 ac_cv_member_struct_statvfs_f_blocks=yes
19988 else
19989 echo "$as_me: failed program was:" >&5
19990 sed 's/^/| /' conftest.$ac_ext >&5
19992 cat >conftest.$ac_ext <<_ACEOF
19993 /* confdefs.h. */
19994 _ACEOF
19995 cat confdefs.h >>conftest.$ac_ext
19996 cat >>conftest.$ac_ext <<_ACEOF
19997 /* end confdefs.h. */
19998 #ifdef HAVE_SYS_STATVFS_H
19999 #include <sys/statvfs.h>
20000 #endif
20003 main ()
20005 static struct statvfs ac_aggr;
20006 if (sizeof ac_aggr.f_blocks)
20007 return 0;
20009 return 0;
20011 _ACEOF
20012 rm -f conftest.$ac_objext
20013 if { (ac_try="$ac_compile"
20014 case "(($ac_try" in
20015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20016 *) ac_try_echo=$ac_try;;
20017 esac
20018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20019 (eval "$ac_compile") 2>conftest.er1
20020 ac_status=$?
20021 grep -v '^ *+' conftest.er1 >conftest.err
20022 rm -f conftest.er1
20023 cat conftest.err >&5
20024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20025 (exit $ac_status); } && {
20026 test -z "$ac_c_werror_flag" ||
20027 test ! -s conftest.err
20028 } && test -s conftest.$ac_objext; then
20029 ac_cv_member_struct_statvfs_f_blocks=yes
20030 else
20031 echo "$as_me: failed program was:" >&5
20032 sed 's/^/| /' conftest.$ac_ext >&5
20034 ac_cv_member_struct_statvfs_f_blocks=no
20037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20042 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20043 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20044 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20046 cat >>confdefs.h <<_ACEOF
20047 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20048 _ACEOF
20054 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20055 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20056 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20057 echo $ECHO_N "(cached) $ECHO_C" >&6
20058 else
20059 cat >conftest.$ac_ext <<_ACEOF
20060 /* confdefs.h. */
20061 _ACEOF
20062 cat confdefs.h >>conftest.$ac_ext
20063 cat >>conftest.$ac_ext <<_ACEOF
20064 /* end confdefs.h. */
20065 #include <sys/types.h>
20066 #ifdef HAVE_SYS_SOCKET_H
20067 # include <sys/socket.h>
20068 #endif
20069 #ifdef HAVE_SYS_UN_H
20070 # include <sys/un.h>
20071 #endif
20074 main ()
20076 static struct msghdr ac_aggr;
20077 if (ac_aggr.msg_accrights)
20078 return 0;
20080 return 0;
20082 _ACEOF
20083 rm -f conftest.$ac_objext
20084 if { (ac_try="$ac_compile"
20085 case "(($ac_try" in
20086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20087 *) ac_try_echo=$ac_try;;
20088 esac
20089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20090 (eval "$ac_compile") 2>conftest.er1
20091 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && {
20097 test -z "$ac_c_werror_flag" ||
20098 test ! -s conftest.err
20099 } && test -s conftest.$ac_objext; then
20100 ac_cv_member_struct_msghdr_msg_accrights=yes
20101 else
20102 echo "$as_me: failed program was:" >&5
20103 sed 's/^/| /' conftest.$ac_ext >&5
20105 cat >conftest.$ac_ext <<_ACEOF
20106 /* confdefs.h. */
20107 _ACEOF
20108 cat confdefs.h >>conftest.$ac_ext
20109 cat >>conftest.$ac_ext <<_ACEOF
20110 /* end confdefs.h. */
20111 #include <sys/types.h>
20112 #ifdef HAVE_SYS_SOCKET_H
20113 # include <sys/socket.h>
20114 #endif
20115 #ifdef HAVE_SYS_UN_H
20116 # include <sys/un.h>
20117 #endif
20120 main ()
20122 static struct msghdr ac_aggr;
20123 if (sizeof ac_aggr.msg_accrights)
20124 return 0;
20126 return 0;
20128 _ACEOF
20129 rm -f conftest.$ac_objext
20130 if { (ac_try="$ac_compile"
20131 case "(($ac_try" in
20132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20133 *) ac_try_echo=$ac_try;;
20134 esac
20135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20136 (eval "$ac_compile") 2>conftest.er1
20137 ac_status=$?
20138 grep -v '^ *+' conftest.er1 >conftest.err
20139 rm -f conftest.er1
20140 cat conftest.err >&5
20141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20142 (exit $ac_status); } && {
20143 test -z "$ac_c_werror_flag" ||
20144 test ! -s conftest.err
20145 } && test -s conftest.$ac_objext; then
20146 ac_cv_member_struct_msghdr_msg_accrights=yes
20147 else
20148 echo "$as_me: failed program was:" >&5
20149 sed 's/^/| /' conftest.$ac_ext >&5
20151 ac_cv_member_struct_msghdr_msg_accrights=no
20154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20159 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20160 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20161 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20163 cat >>confdefs.h <<_ACEOF
20164 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20165 _ACEOF
20169 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20170 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20171 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20172 echo $ECHO_N "(cached) $ECHO_C" >&6
20173 else
20174 cat >conftest.$ac_ext <<_ACEOF
20175 /* confdefs.h. */
20176 _ACEOF
20177 cat confdefs.h >>conftest.$ac_ext
20178 cat >>conftest.$ac_ext <<_ACEOF
20179 /* end confdefs.h. */
20180 #include <sys/types.h>
20181 #ifdef HAVE_SYS_SOCKET_H
20182 # include <sys/socket.h>
20183 #endif
20184 #ifdef HAVE_SYS_UN_H
20185 # include <sys/un.h>
20186 #endif
20189 main ()
20191 static struct sockaddr ac_aggr;
20192 if (ac_aggr.sa_len)
20193 return 0;
20195 return 0;
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202 *) ac_try_echo=$ac_try;;
20203 esac
20204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20205 (eval "$ac_compile") 2>conftest.er1
20206 ac_status=$?
20207 grep -v '^ *+' conftest.er1 >conftest.err
20208 rm -f conftest.er1
20209 cat conftest.err >&5
20210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211 (exit $ac_status); } && {
20212 test -z "$ac_c_werror_flag" ||
20213 test ! -s conftest.err
20214 } && test -s conftest.$ac_objext; then
20215 ac_cv_member_struct_sockaddr_sa_len=yes
20216 else
20217 echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20220 cat >conftest.$ac_ext <<_ACEOF
20221 /* confdefs.h. */
20222 _ACEOF
20223 cat confdefs.h >>conftest.$ac_ext
20224 cat >>conftest.$ac_ext <<_ACEOF
20225 /* end confdefs.h. */
20226 #include <sys/types.h>
20227 #ifdef HAVE_SYS_SOCKET_H
20228 # include <sys/socket.h>
20229 #endif
20230 #ifdef HAVE_SYS_UN_H
20231 # include <sys/un.h>
20232 #endif
20235 main ()
20237 static struct sockaddr ac_aggr;
20238 if (sizeof ac_aggr.sa_len)
20239 return 0;
20241 return 0;
20243 _ACEOF
20244 rm -f conftest.$ac_objext
20245 if { (ac_try="$ac_compile"
20246 case "(($ac_try" in
20247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20248 *) ac_try_echo=$ac_try;;
20249 esac
20250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20251 (eval "$ac_compile") 2>conftest.er1
20252 ac_status=$?
20253 grep -v '^ *+' conftest.er1 >conftest.err
20254 rm -f conftest.er1
20255 cat conftest.err >&5
20256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20257 (exit $ac_status); } && {
20258 test -z "$ac_c_werror_flag" ||
20259 test ! -s conftest.err
20260 } && test -s conftest.$ac_objext; then
20261 ac_cv_member_struct_sockaddr_sa_len=yes
20262 else
20263 echo "$as_me: failed program was:" >&5
20264 sed 's/^/| /' conftest.$ac_ext >&5
20266 ac_cv_member_struct_sockaddr_sa_len=no
20269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20275 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20276 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20278 cat >>confdefs.h <<_ACEOF
20279 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20280 _ACEOF
20284 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20285 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20286 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20287 echo $ECHO_N "(cached) $ECHO_C" >&6
20288 else
20289 cat >conftest.$ac_ext <<_ACEOF
20290 /* confdefs.h. */
20291 _ACEOF
20292 cat confdefs.h >>conftest.$ac_ext
20293 cat >>conftest.$ac_ext <<_ACEOF
20294 /* end confdefs.h. */
20295 #include <sys/types.h>
20296 #ifdef HAVE_SYS_SOCKET_H
20297 # include <sys/socket.h>
20298 #endif
20299 #ifdef HAVE_SYS_UN_H
20300 # include <sys/un.h>
20301 #endif
20304 main ()
20306 static struct sockaddr_un ac_aggr;
20307 if (ac_aggr.sun_len)
20308 return 0;
20310 return 0;
20312 _ACEOF
20313 rm -f conftest.$ac_objext
20314 if { (ac_try="$ac_compile"
20315 case "(($ac_try" in
20316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20317 *) ac_try_echo=$ac_try;;
20318 esac
20319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20320 (eval "$ac_compile") 2>conftest.er1
20321 ac_status=$?
20322 grep -v '^ *+' conftest.er1 >conftest.err
20323 rm -f conftest.er1
20324 cat conftest.err >&5
20325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20326 (exit $ac_status); } && {
20327 test -z "$ac_c_werror_flag" ||
20328 test ! -s conftest.err
20329 } && test -s conftest.$ac_objext; then
20330 ac_cv_member_struct_sockaddr_un_sun_len=yes
20331 else
20332 echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.$ac_ext >&5
20335 cat >conftest.$ac_ext <<_ACEOF
20336 /* confdefs.h. */
20337 _ACEOF
20338 cat confdefs.h >>conftest.$ac_ext
20339 cat >>conftest.$ac_ext <<_ACEOF
20340 /* end confdefs.h. */
20341 #include <sys/types.h>
20342 #ifdef HAVE_SYS_SOCKET_H
20343 # include <sys/socket.h>
20344 #endif
20345 #ifdef HAVE_SYS_UN_H
20346 # include <sys/un.h>
20347 #endif
20350 main ()
20352 static struct sockaddr_un ac_aggr;
20353 if (sizeof ac_aggr.sun_len)
20354 return 0;
20356 return 0;
20358 _ACEOF
20359 rm -f conftest.$ac_objext
20360 if { (ac_try="$ac_compile"
20361 case "(($ac_try" in
20362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20363 *) ac_try_echo=$ac_try;;
20364 esac
20365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20366 (eval "$ac_compile") 2>conftest.er1
20367 ac_status=$?
20368 grep -v '^ *+' conftest.er1 >conftest.err
20369 rm -f conftest.er1
20370 cat conftest.err >&5
20371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20372 (exit $ac_status); } && {
20373 test -z "$ac_c_werror_flag" ||
20374 test ! -s conftest.err
20375 } && test -s conftest.$ac_objext; then
20376 ac_cv_member_struct_sockaddr_un_sun_len=yes
20377 else
20378 echo "$as_me: failed program was:" >&5
20379 sed 's/^/| /' conftest.$ac_ext >&5
20381 ac_cv_member_struct_sockaddr_un_sun_len=no
20384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20389 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20390 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20391 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20393 cat >>confdefs.h <<_ACEOF
20394 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20395 _ACEOF
20401 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20402 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20403 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20404 echo $ECHO_N "(cached) $ECHO_C" >&6
20405 else
20406 cat >conftest.$ac_ext <<_ACEOF
20407 /* confdefs.h. */
20408 _ACEOF
20409 cat confdefs.h >>conftest.$ac_ext
20410 cat >>conftest.$ac_ext <<_ACEOF
20411 /* end confdefs.h. */
20412 #include <sys/types.h>
20413 #ifdef HAVE_SCSI_SG_H
20414 #include <scsi/sg.h>
20415 #endif
20418 main ()
20420 static scsireq_t ac_aggr;
20421 if (ac_aggr.cmd)
20422 return 0;
20424 return 0;
20426 _ACEOF
20427 rm -f conftest.$ac_objext
20428 if { (ac_try="$ac_compile"
20429 case "(($ac_try" in
20430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20431 *) ac_try_echo=$ac_try;;
20432 esac
20433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20434 (eval "$ac_compile") 2>conftest.er1
20435 ac_status=$?
20436 grep -v '^ *+' conftest.er1 >conftest.err
20437 rm -f conftest.er1
20438 cat conftest.err >&5
20439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20440 (exit $ac_status); } && {
20441 test -z "$ac_c_werror_flag" ||
20442 test ! -s conftest.err
20443 } && test -s conftest.$ac_objext; then
20444 ac_cv_member_scsireq_t_cmd=yes
20445 else
20446 echo "$as_me: failed program was:" >&5
20447 sed 's/^/| /' conftest.$ac_ext >&5
20449 cat >conftest.$ac_ext <<_ACEOF
20450 /* confdefs.h. */
20451 _ACEOF
20452 cat confdefs.h >>conftest.$ac_ext
20453 cat >>conftest.$ac_ext <<_ACEOF
20454 /* end confdefs.h. */
20455 #include <sys/types.h>
20456 #ifdef HAVE_SCSI_SG_H
20457 #include <scsi/sg.h>
20458 #endif
20461 main ()
20463 static scsireq_t ac_aggr;
20464 if (sizeof ac_aggr.cmd)
20465 return 0;
20467 return 0;
20469 _ACEOF
20470 rm -f conftest.$ac_objext
20471 if { (ac_try="$ac_compile"
20472 case "(($ac_try" in
20473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20474 *) ac_try_echo=$ac_try;;
20475 esac
20476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20477 (eval "$ac_compile") 2>conftest.er1
20478 ac_status=$?
20479 grep -v '^ *+' conftest.er1 >conftest.err
20480 rm -f conftest.er1
20481 cat conftest.err >&5
20482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20483 (exit $ac_status); } && {
20484 test -z "$ac_c_werror_flag" ||
20485 test ! -s conftest.err
20486 } && test -s conftest.$ac_objext; then
20487 ac_cv_member_scsireq_t_cmd=yes
20488 else
20489 echo "$as_me: failed program was:" >&5
20490 sed 's/^/| /' conftest.$ac_ext >&5
20492 ac_cv_member_scsireq_t_cmd=no
20495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20500 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20501 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20502 if test $ac_cv_member_scsireq_t_cmd = yes; then
20504 cat >>confdefs.h <<_ACEOF
20505 #define HAVE_SCSIREQ_T_CMD 1
20506 _ACEOF
20510 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20511 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20512 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20513 echo $ECHO_N "(cached) $ECHO_C" >&6
20514 else
20515 cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h. */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h. */
20521 #include <sys/types.h>
20522 #ifdef HAVE_SCSI_SG_H
20523 #include <scsi/sg.h>
20524 #endif
20527 main ()
20529 static sg_io_hdr_t ac_aggr;
20530 if (ac_aggr.interface_id)
20531 return 0;
20533 return 0;
20535 _ACEOF
20536 rm -f conftest.$ac_objext
20537 if { (ac_try="$ac_compile"
20538 case "(($ac_try" in
20539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20540 *) ac_try_echo=$ac_try;;
20541 esac
20542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20543 (eval "$ac_compile") 2>conftest.er1
20544 ac_status=$?
20545 grep -v '^ *+' conftest.er1 >conftest.err
20546 rm -f conftest.er1
20547 cat conftest.err >&5
20548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549 (exit $ac_status); } && {
20550 test -z "$ac_c_werror_flag" ||
20551 test ! -s conftest.err
20552 } && test -s conftest.$ac_objext; then
20553 ac_cv_member_sg_io_hdr_t_interface_id=yes
20554 else
20555 echo "$as_me: failed program was:" >&5
20556 sed 's/^/| /' conftest.$ac_ext >&5
20558 cat >conftest.$ac_ext <<_ACEOF
20559 /* confdefs.h. */
20560 _ACEOF
20561 cat confdefs.h >>conftest.$ac_ext
20562 cat >>conftest.$ac_ext <<_ACEOF
20563 /* end confdefs.h. */
20564 #include <sys/types.h>
20565 #ifdef HAVE_SCSI_SG_H
20566 #include <scsi/sg.h>
20567 #endif
20570 main ()
20572 static sg_io_hdr_t ac_aggr;
20573 if (sizeof ac_aggr.interface_id)
20574 return 0;
20576 return 0;
20578 _ACEOF
20579 rm -f conftest.$ac_objext
20580 if { (ac_try="$ac_compile"
20581 case "(($ac_try" in
20582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20583 *) ac_try_echo=$ac_try;;
20584 esac
20585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20586 (eval "$ac_compile") 2>conftest.er1
20587 ac_status=$?
20588 grep -v '^ *+' conftest.er1 >conftest.err
20589 rm -f conftest.er1
20590 cat conftest.err >&5
20591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20592 (exit $ac_status); } && {
20593 test -z "$ac_c_werror_flag" ||
20594 test ! -s conftest.err
20595 } && test -s conftest.$ac_objext; then
20596 ac_cv_member_sg_io_hdr_t_interface_id=yes
20597 else
20598 echo "$as_me: failed program was:" >&5
20599 sed 's/^/| /' conftest.$ac_ext >&5
20601 ac_cv_member_sg_io_hdr_t_interface_id=no
20604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20609 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20610 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20611 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20613 cat >>confdefs.h <<_ACEOF
20614 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20615 _ACEOF
20621 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20622 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20623 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20624 echo $ECHO_N "(cached) $ECHO_C" >&6
20625 else
20626 cat >conftest.$ac_ext <<_ACEOF
20627 /* confdefs.h. */
20628 _ACEOF
20629 cat confdefs.h >>conftest.$ac_ext
20630 cat >>conftest.$ac_ext <<_ACEOF
20631 /* end confdefs.h. */
20632 #include <signal.h>
20635 main ()
20637 static siginfo_t ac_aggr;
20638 if (ac_aggr.si_fd)
20639 return 0;
20641 return 0;
20643 _ACEOF
20644 rm -f conftest.$ac_objext
20645 if { (ac_try="$ac_compile"
20646 case "(($ac_try" in
20647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20648 *) ac_try_echo=$ac_try;;
20649 esac
20650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20651 (eval "$ac_compile") 2>conftest.er1
20652 ac_status=$?
20653 grep -v '^ *+' conftest.er1 >conftest.err
20654 rm -f conftest.er1
20655 cat conftest.err >&5
20656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20657 (exit $ac_status); } && {
20658 test -z "$ac_c_werror_flag" ||
20659 test ! -s conftest.err
20660 } && test -s conftest.$ac_objext; then
20661 ac_cv_member_siginfo_t_si_fd=yes
20662 else
20663 echo "$as_me: failed program was:" >&5
20664 sed 's/^/| /' conftest.$ac_ext >&5
20666 cat >conftest.$ac_ext <<_ACEOF
20667 /* confdefs.h. */
20668 _ACEOF
20669 cat confdefs.h >>conftest.$ac_ext
20670 cat >>conftest.$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20672 #include <signal.h>
20675 main ()
20677 static siginfo_t ac_aggr;
20678 if (sizeof ac_aggr.si_fd)
20679 return 0;
20681 return 0;
20683 _ACEOF
20684 rm -f conftest.$ac_objext
20685 if { (ac_try="$ac_compile"
20686 case "(($ac_try" in
20687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20688 *) ac_try_echo=$ac_try;;
20689 esac
20690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20691 (eval "$ac_compile") 2>conftest.er1
20692 ac_status=$?
20693 grep -v '^ *+' conftest.er1 >conftest.err
20694 rm -f conftest.er1
20695 cat conftest.err >&5
20696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20697 (exit $ac_status); } && {
20698 test -z "$ac_c_werror_flag" ||
20699 test ! -s conftest.err
20700 } && test -s conftest.$ac_objext; then
20701 ac_cv_member_siginfo_t_si_fd=yes
20702 else
20703 echo "$as_me: failed program was:" >&5
20704 sed 's/^/| /' conftest.$ac_ext >&5
20706 ac_cv_member_siginfo_t_si_fd=no
20709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20714 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20715 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20716 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20718 cat >>confdefs.h <<_ACEOF
20719 #define HAVE_SIGINFO_T_SI_FD 1
20720 _ACEOF
20726 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20727 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20728 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20729 echo $ECHO_N "(cached) $ECHO_C" >&6
20730 else
20731 cat >conftest.$ac_ext <<_ACEOF
20732 /* confdefs.h. */
20733 _ACEOF
20734 cat confdefs.h >>conftest.$ac_ext
20735 cat >>conftest.$ac_ext <<_ACEOF
20736 /* end confdefs.h. */
20737 #include <sys/types.h>
20738 #ifdef HAVE_SYS_MTIO_H
20739 #include <sys/mtio.h>
20740 #endif
20743 main ()
20745 static struct mtget ac_aggr;
20746 if (ac_aggr.mt_blksiz)
20747 return 0;
20749 return 0;
20751 _ACEOF
20752 rm -f conftest.$ac_objext
20753 if { (ac_try="$ac_compile"
20754 case "(($ac_try" in
20755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20756 *) ac_try_echo=$ac_try;;
20757 esac
20758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20759 (eval "$ac_compile") 2>conftest.er1
20760 ac_status=$?
20761 grep -v '^ *+' conftest.er1 >conftest.err
20762 rm -f conftest.er1
20763 cat conftest.err >&5
20764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20765 (exit $ac_status); } && {
20766 test -z "$ac_c_werror_flag" ||
20767 test ! -s conftest.err
20768 } && test -s conftest.$ac_objext; then
20769 ac_cv_member_struct_mtget_mt_blksiz=yes
20770 else
20771 echo "$as_me: failed program was:" >&5
20772 sed 's/^/| /' conftest.$ac_ext >&5
20774 cat >conftest.$ac_ext <<_ACEOF
20775 /* confdefs.h. */
20776 _ACEOF
20777 cat confdefs.h >>conftest.$ac_ext
20778 cat >>conftest.$ac_ext <<_ACEOF
20779 /* end confdefs.h. */
20780 #include <sys/types.h>
20781 #ifdef HAVE_SYS_MTIO_H
20782 #include <sys/mtio.h>
20783 #endif
20786 main ()
20788 static struct mtget ac_aggr;
20789 if (sizeof ac_aggr.mt_blksiz)
20790 return 0;
20792 return 0;
20794 _ACEOF
20795 rm -f conftest.$ac_objext
20796 if { (ac_try="$ac_compile"
20797 case "(($ac_try" in
20798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20799 *) ac_try_echo=$ac_try;;
20800 esac
20801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20802 (eval "$ac_compile") 2>conftest.er1
20803 ac_status=$?
20804 grep -v '^ *+' conftest.er1 >conftest.err
20805 rm -f conftest.er1
20806 cat conftest.err >&5
20807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20808 (exit $ac_status); } && {
20809 test -z "$ac_c_werror_flag" ||
20810 test ! -s conftest.err
20811 } && test -s conftest.$ac_objext; then
20812 ac_cv_member_struct_mtget_mt_blksiz=yes
20813 else
20814 echo "$as_me: failed program was:" >&5
20815 sed 's/^/| /' conftest.$ac_ext >&5
20817 ac_cv_member_struct_mtget_mt_blksiz=no
20820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20825 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20826 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20827 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20829 cat >>confdefs.h <<_ACEOF
20830 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20831 _ACEOF
20835 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20836 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20837 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20838 echo $ECHO_N "(cached) $ECHO_C" >&6
20839 else
20840 cat >conftest.$ac_ext <<_ACEOF
20841 /* confdefs.h. */
20842 _ACEOF
20843 cat confdefs.h >>conftest.$ac_ext
20844 cat >>conftest.$ac_ext <<_ACEOF
20845 /* end confdefs.h. */
20846 #include <sys/types.h>
20847 #ifdef HAVE_SYS_MTIO_H
20848 #include <sys/mtio.h>
20849 #endif
20852 main ()
20854 static struct mtget ac_aggr;
20855 if (ac_aggr.mt_gstat)
20856 return 0;
20858 return 0;
20860 _ACEOF
20861 rm -f conftest.$ac_objext
20862 if { (ac_try="$ac_compile"
20863 case "(($ac_try" in
20864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20865 *) ac_try_echo=$ac_try;;
20866 esac
20867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20868 (eval "$ac_compile") 2>conftest.er1
20869 ac_status=$?
20870 grep -v '^ *+' conftest.er1 >conftest.err
20871 rm -f conftest.er1
20872 cat conftest.err >&5
20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20874 (exit $ac_status); } && {
20875 test -z "$ac_c_werror_flag" ||
20876 test ! -s conftest.err
20877 } && test -s conftest.$ac_objext; then
20878 ac_cv_member_struct_mtget_mt_gstat=yes
20879 else
20880 echo "$as_me: failed program was:" >&5
20881 sed 's/^/| /' conftest.$ac_ext >&5
20883 cat >conftest.$ac_ext <<_ACEOF
20884 /* confdefs.h. */
20885 _ACEOF
20886 cat confdefs.h >>conftest.$ac_ext
20887 cat >>conftest.$ac_ext <<_ACEOF
20888 /* end confdefs.h. */
20889 #include <sys/types.h>
20890 #ifdef HAVE_SYS_MTIO_H
20891 #include <sys/mtio.h>
20892 #endif
20895 main ()
20897 static struct mtget ac_aggr;
20898 if (sizeof ac_aggr.mt_gstat)
20899 return 0;
20901 return 0;
20903 _ACEOF
20904 rm -f conftest.$ac_objext
20905 if { (ac_try="$ac_compile"
20906 case "(($ac_try" in
20907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20908 *) ac_try_echo=$ac_try;;
20909 esac
20910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20911 (eval "$ac_compile") 2>conftest.er1
20912 ac_status=$?
20913 grep -v '^ *+' conftest.er1 >conftest.err
20914 rm -f conftest.er1
20915 cat conftest.err >&5
20916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20917 (exit $ac_status); } && {
20918 test -z "$ac_c_werror_flag" ||
20919 test ! -s conftest.err
20920 } && test -s conftest.$ac_objext; then
20921 ac_cv_member_struct_mtget_mt_gstat=yes
20922 else
20923 echo "$as_me: failed program was:" >&5
20924 sed 's/^/| /' conftest.$ac_ext >&5
20926 ac_cv_member_struct_mtget_mt_gstat=no
20929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20934 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20935 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20936 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20938 cat >>confdefs.h <<_ACEOF
20939 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20940 _ACEOF
20944 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20945 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20946 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20947 echo $ECHO_N "(cached) $ECHO_C" >&6
20948 else
20949 cat >conftest.$ac_ext <<_ACEOF
20950 /* confdefs.h. */
20951 _ACEOF
20952 cat confdefs.h >>conftest.$ac_ext
20953 cat >>conftest.$ac_ext <<_ACEOF
20954 /* end confdefs.h. */
20955 #include <sys/types.h>
20956 #ifdef HAVE_SYS_MTIO_H
20957 #include <sys/mtio.h>
20958 #endif
20961 main ()
20963 static struct mtget ac_aggr;
20964 if (ac_aggr.mt_blkno)
20965 return 0;
20967 return 0;
20969 _ACEOF
20970 rm -f conftest.$ac_objext
20971 if { (ac_try="$ac_compile"
20972 case "(($ac_try" in
20973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20974 *) ac_try_echo=$ac_try;;
20975 esac
20976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20977 (eval "$ac_compile") 2>conftest.er1
20978 ac_status=$?
20979 grep -v '^ *+' conftest.er1 >conftest.err
20980 rm -f conftest.er1
20981 cat conftest.err >&5
20982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20983 (exit $ac_status); } && {
20984 test -z "$ac_c_werror_flag" ||
20985 test ! -s conftest.err
20986 } && test -s conftest.$ac_objext; then
20987 ac_cv_member_struct_mtget_mt_blkno=yes
20988 else
20989 echo "$as_me: failed program was:" >&5
20990 sed 's/^/| /' conftest.$ac_ext >&5
20992 cat >conftest.$ac_ext <<_ACEOF
20993 /* confdefs.h. */
20994 _ACEOF
20995 cat confdefs.h >>conftest.$ac_ext
20996 cat >>conftest.$ac_ext <<_ACEOF
20997 /* end confdefs.h. */
20998 #include <sys/types.h>
20999 #ifdef HAVE_SYS_MTIO_H
21000 #include <sys/mtio.h>
21001 #endif
21004 main ()
21006 static struct mtget ac_aggr;
21007 if (sizeof ac_aggr.mt_blkno)
21008 return 0;
21010 return 0;
21012 _ACEOF
21013 rm -f conftest.$ac_objext
21014 if { (ac_try="$ac_compile"
21015 case "(($ac_try" in
21016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21017 *) ac_try_echo=$ac_try;;
21018 esac
21019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21020 (eval "$ac_compile") 2>conftest.er1
21021 ac_status=$?
21022 grep -v '^ *+' conftest.er1 >conftest.err
21023 rm -f conftest.er1
21024 cat conftest.err >&5
21025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21026 (exit $ac_status); } && {
21027 test -z "$ac_c_werror_flag" ||
21028 test ! -s conftest.err
21029 } && test -s conftest.$ac_objext; then
21030 ac_cv_member_struct_mtget_mt_blkno=yes
21031 else
21032 echo "$as_me: failed program was:" >&5
21033 sed 's/^/| /' conftest.$ac_ext >&5
21035 ac_cv_member_struct_mtget_mt_blkno=no
21038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21043 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21044 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21045 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21047 cat >>confdefs.h <<_ACEOF
21048 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21049 _ACEOF
21055 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21056 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21057 if test "${ac_cv_member_struct_option_name+set}" = set; then
21058 echo $ECHO_N "(cached) $ECHO_C" >&6
21059 else
21060 cat >conftest.$ac_ext <<_ACEOF
21061 /* confdefs.h. */
21062 _ACEOF
21063 cat confdefs.h >>conftest.$ac_ext
21064 cat >>conftest.$ac_ext <<_ACEOF
21065 /* end confdefs.h. */
21066 #ifdef HAVE_GETOPT_H
21067 #include <getopt.h>
21068 #endif
21071 main ()
21073 static struct option ac_aggr;
21074 if (ac_aggr.name)
21075 return 0;
21077 return 0;
21079 _ACEOF
21080 rm -f conftest.$ac_objext
21081 if { (ac_try="$ac_compile"
21082 case "(($ac_try" in
21083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21084 *) ac_try_echo=$ac_try;;
21085 esac
21086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21087 (eval "$ac_compile") 2>conftest.er1
21088 ac_status=$?
21089 grep -v '^ *+' conftest.er1 >conftest.err
21090 rm -f conftest.er1
21091 cat conftest.err >&5
21092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } && {
21094 test -z "$ac_c_werror_flag" ||
21095 test ! -s conftest.err
21096 } && test -s conftest.$ac_objext; then
21097 ac_cv_member_struct_option_name=yes
21098 else
21099 echo "$as_me: failed program was:" >&5
21100 sed 's/^/| /' conftest.$ac_ext >&5
21102 cat >conftest.$ac_ext <<_ACEOF
21103 /* confdefs.h. */
21104 _ACEOF
21105 cat confdefs.h >>conftest.$ac_ext
21106 cat >>conftest.$ac_ext <<_ACEOF
21107 /* end confdefs.h. */
21108 #ifdef HAVE_GETOPT_H
21109 #include <getopt.h>
21110 #endif
21113 main ()
21115 static struct option ac_aggr;
21116 if (sizeof ac_aggr.name)
21117 return 0;
21119 return 0;
21121 _ACEOF
21122 rm -f conftest.$ac_objext
21123 if { (ac_try="$ac_compile"
21124 case "(($ac_try" in
21125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21126 *) ac_try_echo=$ac_try;;
21127 esac
21128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21129 (eval "$ac_compile") 2>conftest.er1
21130 ac_status=$?
21131 grep -v '^ *+' conftest.er1 >conftest.err
21132 rm -f conftest.er1
21133 cat conftest.err >&5
21134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21135 (exit $ac_status); } && {
21136 test -z "$ac_c_werror_flag" ||
21137 test ! -s conftest.err
21138 } && test -s conftest.$ac_objext; then
21139 ac_cv_member_struct_option_name=yes
21140 else
21141 echo "$as_me: failed program was:" >&5
21142 sed 's/^/| /' conftest.$ac_ext >&5
21144 ac_cv_member_struct_option_name=no
21147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21152 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21153 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21154 if test $ac_cv_member_struct_option_name = yes; then
21156 cat >>confdefs.h <<_ACEOF
21157 #define HAVE_STRUCT_OPTION_NAME 1
21158 _ACEOF
21164 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21165 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21166 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21167 echo $ECHO_N "(cached) $ECHO_C" >&6
21168 else
21169 cat >conftest.$ac_ext <<_ACEOF
21170 /* confdefs.h. */
21171 _ACEOF
21172 cat confdefs.h >>conftest.$ac_ext
21173 cat >>conftest.$ac_ext <<_ACEOF
21174 /* end confdefs.h. */
21175 $ac_includes_default
21177 main ()
21179 static struct stat ac_aggr;
21180 if (ac_aggr.st_blocks)
21181 return 0;
21183 return 0;
21185 _ACEOF
21186 rm -f conftest.$ac_objext
21187 if { (ac_try="$ac_compile"
21188 case "(($ac_try" in
21189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21190 *) ac_try_echo=$ac_try;;
21191 esac
21192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21193 (eval "$ac_compile") 2>conftest.er1
21194 ac_status=$?
21195 grep -v '^ *+' conftest.er1 >conftest.err
21196 rm -f conftest.er1
21197 cat conftest.err >&5
21198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21199 (exit $ac_status); } && {
21200 test -z "$ac_c_werror_flag" ||
21201 test ! -s conftest.err
21202 } && test -s conftest.$ac_objext; then
21203 ac_cv_member_struct_stat_st_blocks=yes
21204 else
21205 echo "$as_me: failed program was:" >&5
21206 sed 's/^/| /' conftest.$ac_ext >&5
21208 cat >conftest.$ac_ext <<_ACEOF
21209 /* confdefs.h. */
21210 _ACEOF
21211 cat confdefs.h >>conftest.$ac_ext
21212 cat >>conftest.$ac_ext <<_ACEOF
21213 /* end confdefs.h. */
21214 $ac_includes_default
21216 main ()
21218 static struct stat ac_aggr;
21219 if (sizeof ac_aggr.st_blocks)
21220 return 0;
21222 return 0;
21224 _ACEOF
21225 rm -f conftest.$ac_objext
21226 if { (ac_try="$ac_compile"
21227 case "(($ac_try" in
21228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21229 *) ac_try_echo=$ac_try;;
21230 esac
21231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21232 (eval "$ac_compile") 2>conftest.er1
21233 ac_status=$?
21234 grep -v '^ *+' conftest.er1 >conftest.err
21235 rm -f conftest.er1
21236 cat conftest.err >&5
21237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21238 (exit $ac_status); } && {
21239 test -z "$ac_c_werror_flag" ||
21240 test ! -s conftest.err
21241 } && test -s conftest.$ac_objext; then
21242 ac_cv_member_struct_stat_st_blocks=yes
21243 else
21244 echo "$as_me: failed program was:" >&5
21245 sed 's/^/| /' conftest.$ac_ext >&5
21247 ac_cv_member_struct_stat_st_blocks=no
21250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21255 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21256 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21257 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21259 cat >>confdefs.h <<_ACEOF
21260 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21261 _ACEOF
21265 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21266 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21267 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21268 echo $ECHO_N "(cached) $ECHO_C" >&6
21269 else
21270 cat >conftest.$ac_ext <<_ACEOF
21271 /* confdefs.h. */
21272 _ACEOF
21273 cat confdefs.h >>conftest.$ac_ext
21274 cat >>conftest.$ac_ext <<_ACEOF
21275 /* end confdefs.h. */
21276 $ac_includes_default
21278 main ()
21280 static struct stat ac_aggr;
21281 if (ac_aggr.st_mtim)
21282 return 0;
21284 return 0;
21286 _ACEOF
21287 rm -f conftest.$ac_objext
21288 if { (ac_try="$ac_compile"
21289 case "(($ac_try" in
21290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21291 *) ac_try_echo=$ac_try;;
21292 esac
21293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21294 (eval "$ac_compile") 2>conftest.er1
21295 ac_status=$?
21296 grep -v '^ *+' conftest.er1 >conftest.err
21297 rm -f conftest.er1
21298 cat conftest.err >&5
21299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); } && {
21301 test -z "$ac_c_werror_flag" ||
21302 test ! -s conftest.err
21303 } && test -s conftest.$ac_objext; then
21304 ac_cv_member_struct_stat_st_mtim=yes
21305 else
21306 echo "$as_me: failed program was:" >&5
21307 sed 's/^/| /' conftest.$ac_ext >&5
21309 cat >conftest.$ac_ext <<_ACEOF
21310 /* confdefs.h. */
21311 _ACEOF
21312 cat confdefs.h >>conftest.$ac_ext
21313 cat >>conftest.$ac_ext <<_ACEOF
21314 /* end confdefs.h. */
21315 $ac_includes_default
21317 main ()
21319 static struct stat ac_aggr;
21320 if (sizeof ac_aggr.st_mtim)
21321 return 0;
21323 return 0;
21325 _ACEOF
21326 rm -f conftest.$ac_objext
21327 if { (ac_try="$ac_compile"
21328 case "(($ac_try" in
21329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21330 *) ac_try_echo=$ac_try;;
21331 esac
21332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21333 (eval "$ac_compile") 2>conftest.er1
21334 ac_status=$?
21335 grep -v '^ *+' conftest.er1 >conftest.err
21336 rm -f conftest.er1
21337 cat conftest.err >&5
21338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21339 (exit $ac_status); } && {
21340 test -z "$ac_c_werror_flag" ||
21341 test ! -s conftest.err
21342 } && test -s conftest.$ac_objext; then
21343 ac_cv_member_struct_stat_st_mtim=yes
21344 else
21345 echo "$as_me: failed program was:" >&5
21346 sed 's/^/| /' conftest.$ac_ext >&5
21348 ac_cv_member_struct_stat_st_mtim=no
21351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21356 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21357 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21358 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21360 cat >>confdefs.h <<_ACEOF
21361 #define HAVE_STRUCT_STAT_ST_MTIM 1
21362 _ACEOF
21366 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21367 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21368 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21369 echo $ECHO_N "(cached) $ECHO_C" >&6
21370 else
21371 cat >conftest.$ac_ext <<_ACEOF
21372 /* confdefs.h. */
21373 _ACEOF
21374 cat confdefs.h >>conftest.$ac_ext
21375 cat >>conftest.$ac_ext <<_ACEOF
21376 /* end confdefs.h. */
21377 $ac_includes_default
21379 main ()
21381 static struct stat ac_aggr;
21382 if (ac_aggr.st_ctim)
21383 return 0;
21385 return 0;
21387 _ACEOF
21388 rm -f conftest.$ac_objext
21389 if { (ac_try="$ac_compile"
21390 case "(($ac_try" in
21391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21392 *) ac_try_echo=$ac_try;;
21393 esac
21394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21395 (eval "$ac_compile") 2>conftest.er1
21396 ac_status=$?
21397 grep -v '^ *+' conftest.er1 >conftest.err
21398 rm -f conftest.er1
21399 cat conftest.err >&5
21400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21401 (exit $ac_status); } && {
21402 test -z "$ac_c_werror_flag" ||
21403 test ! -s conftest.err
21404 } && test -s conftest.$ac_objext; then
21405 ac_cv_member_struct_stat_st_ctim=yes
21406 else
21407 echo "$as_me: failed program was:" >&5
21408 sed 's/^/| /' conftest.$ac_ext >&5
21410 cat >conftest.$ac_ext <<_ACEOF
21411 /* confdefs.h. */
21412 _ACEOF
21413 cat confdefs.h >>conftest.$ac_ext
21414 cat >>conftest.$ac_ext <<_ACEOF
21415 /* end confdefs.h. */
21416 $ac_includes_default
21418 main ()
21420 static struct stat ac_aggr;
21421 if (sizeof ac_aggr.st_ctim)
21422 return 0;
21424 return 0;
21426 _ACEOF
21427 rm -f conftest.$ac_objext
21428 if { (ac_try="$ac_compile"
21429 case "(($ac_try" in
21430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21431 *) ac_try_echo=$ac_try;;
21432 esac
21433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21434 (eval "$ac_compile") 2>conftest.er1
21435 ac_status=$?
21436 grep -v '^ *+' conftest.er1 >conftest.err
21437 rm -f conftest.er1
21438 cat conftest.err >&5
21439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21440 (exit $ac_status); } && {
21441 test -z "$ac_c_werror_flag" ||
21442 test ! -s conftest.err
21443 } && test -s conftest.$ac_objext; then
21444 ac_cv_member_struct_stat_st_ctim=yes
21445 else
21446 echo "$as_me: failed program was:" >&5
21447 sed 's/^/| /' conftest.$ac_ext >&5
21449 ac_cv_member_struct_stat_st_ctim=no
21452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21457 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21458 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21459 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21461 cat >>confdefs.h <<_ACEOF
21462 #define HAVE_STRUCT_STAT_ST_CTIM 1
21463 _ACEOF
21467 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21468 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21469 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21470 echo $ECHO_N "(cached) $ECHO_C" >&6
21471 else
21472 cat >conftest.$ac_ext <<_ACEOF
21473 /* confdefs.h. */
21474 _ACEOF
21475 cat confdefs.h >>conftest.$ac_ext
21476 cat >>conftest.$ac_ext <<_ACEOF
21477 /* end confdefs.h. */
21478 $ac_includes_default
21480 main ()
21482 static struct stat ac_aggr;
21483 if (ac_aggr.st_atim)
21484 return 0;
21486 return 0;
21488 _ACEOF
21489 rm -f conftest.$ac_objext
21490 if { (ac_try="$ac_compile"
21491 case "(($ac_try" in
21492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21493 *) ac_try_echo=$ac_try;;
21494 esac
21495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21496 (eval "$ac_compile") 2>conftest.er1
21497 ac_status=$?
21498 grep -v '^ *+' conftest.er1 >conftest.err
21499 rm -f conftest.er1
21500 cat conftest.err >&5
21501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21502 (exit $ac_status); } && {
21503 test -z "$ac_c_werror_flag" ||
21504 test ! -s conftest.err
21505 } && test -s conftest.$ac_objext; then
21506 ac_cv_member_struct_stat_st_atim=yes
21507 else
21508 echo "$as_me: failed program was:" >&5
21509 sed 's/^/| /' conftest.$ac_ext >&5
21511 cat >conftest.$ac_ext <<_ACEOF
21512 /* confdefs.h. */
21513 _ACEOF
21514 cat confdefs.h >>conftest.$ac_ext
21515 cat >>conftest.$ac_ext <<_ACEOF
21516 /* end confdefs.h. */
21517 $ac_includes_default
21519 main ()
21521 static struct stat ac_aggr;
21522 if (sizeof ac_aggr.st_atim)
21523 return 0;
21525 return 0;
21527 _ACEOF
21528 rm -f conftest.$ac_objext
21529 if { (ac_try="$ac_compile"
21530 case "(($ac_try" in
21531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21532 *) ac_try_echo=$ac_try;;
21533 esac
21534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21535 (eval "$ac_compile") 2>conftest.er1
21536 ac_status=$?
21537 grep -v '^ *+' conftest.er1 >conftest.err
21538 rm -f conftest.er1
21539 cat conftest.err >&5
21540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21541 (exit $ac_status); } && {
21542 test -z "$ac_c_werror_flag" ||
21543 test ! -s conftest.err
21544 } && test -s conftest.$ac_objext; then
21545 ac_cv_member_struct_stat_st_atim=yes
21546 else
21547 echo "$as_me: failed program was:" >&5
21548 sed 's/^/| /' conftest.$ac_ext >&5
21550 ac_cv_member_struct_stat_st_atim=no
21553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21558 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21559 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21560 if test $ac_cv_member_struct_stat_st_atim = yes; then
21562 cat >>confdefs.h <<_ACEOF
21563 #define HAVE_STRUCT_STAT_ST_ATIM 1
21564 _ACEOF
21570 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21571 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21572 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21573 echo $ECHO_N "(cached) $ECHO_C" >&6
21574 else
21575 cat >conftest.$ac_ext <<_ACEOF
21576 /* confdefs.h. */
21577 _ACEOF
21578 cat confdefs.h >>conftest.$ac_ext
21579 cat >>conftest.$ac_ext <<_ACEOF
21580 /* end confdefs.h. */
21581 #ifdef HAVE_SYS_TYPES_H
21582 #include <sys/types.h>
21583 #endif
21584 #ifdef HAVE_NETINET_IN_H
21585 #include <netinet/in.h>
21586 #endif
21589 main ()
21591 static struct sockaddr_in6 ac_aggr;
21592 if (ac_aggr.sin6_scope_id)
21593 return 0;
21595 return 0;
21597 _ACEOF
21598 rm -f conftest.$ac_objext
21599 if { (ac_try="$ac_compile"
21600 case "(($ac_try" in
21601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21602 *) ac_try_echo=$ac_try;;
21603 esac
21604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21605 (eval "$ac_compile") 2>conftest.er1
21606 ac_status=$?
21607 grep -v '^ *+' conftest.er1 >conftest.err
21608 rm -f conftest.er1
21609 cat conftest.err >&5
21610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21611 (exit $ac_status); } && {
21612 test -z "$ac_c_werror_flag" ||
21613 test ! -s conftest.err
21614 } && test -s conftest.$ac_objext; then
21615 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21616 else
21617 echo "$as_me: failed program was:" >&5
21618 sed 's/^/| /' conftest.$ac_ext >&5
21620 cat >conftest.$ac_ext <<_ACEOF
21621 /* confdefs.h. */
21622 _ACEOF
21623 cat confdefs.h >>conftest.$ac_ext
21624 cat >>conftest.$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 #ifdef HAVE_SYS_TYPES_H
21627 #include <sys/types.h>
21628 #endif
21629 #ifdef HAVE_NETINET_IN_H
21630 #include <netinet/in.h>
21631 #endif
21634 main ()
21636 static struct sockaddr_in6 ac_aggr;
21637 if (sizeof ac_aggr.sin6_scope_id)
21638 return 0;
21640 return 0;
21642 _ACEOF
21643 rm -f conftest.$ac_objext
21644 if { (ac_try="$ac_compile"
21645 case "(($ac_try" in
21646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21647 *) ac_try_echo=$ac_try;;
21648 esac
21649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21650 (eval "$ac_compile") 2>conftest.er1
21651 ac_status=$?
21652 grep -v '^ *+' conftest.er1 >conftest.err
21653 rm -f conftest.er1
21654 cat conftest.err >&5
21655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21656 (exit $ac_status); } && {
21657 test -z "$ac_c_werror_flag" ||
21658 test ! -s conftest.err
21659 } && test -s conftest.$ac_objext; then
21660 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21661 else
21662 echo "$as_me: failed program was:" >&5
21663 sed 's/^/| /' conftest.$ac_ext >&5
21665 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21673 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21674 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21675 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21677 cat >>confdefs.h <<_ACEOF
21678 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21679 _ACEOF
21685 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21686 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21687 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21688 echo $ECHO_N "(cached) $ECHO_C" >&6
21689 else
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 #ifdef HAVE_SYS_TYPES_H
21697 #include <sys/types.h>
21698 #endif
21699 #ifdef HAVE_NETINET_IN_H
21700 # include <netinet/in.h>
21701 #endif
21702 #ifdef HAVE_ARPA_NAMESER_H
21703 # include <arpa/nameser.h>
21704 #endif
21707 main ()
21709 static ns_msg ac_aggr;
21710 if (ac_aggr._msg_ptr)
21711 return 0;
21713 return 0;
21715 _ACEOF
21716 rm -f conftest.$ac_objext
21717 if { (ac_try="$ac_compile"
21718 case "(($ac_try" in
21719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21720 *) ac_try_echo=$ac_try;;
21721 esac
21722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21723 (eval "$ac_compile") 2>conftest.er1
21724 ac_status=$?
21725 grep -v '^ *+' conftest.er1 >conftest.err
21726 rm -f conftest.er1
21727 cat conftest.err >&5
21728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21729 (exit $ac_status); } && {
21730 test -z "$ac_c_werror_flag" ||
21731 test ! -s conftest.err
21732 } && test -s conftest.$ac_objext; then
21733 ac_cv_member_ns_msg__msg_ptr=yes
21734 else
21735 echo "$as_me: failed program was:" >&5
21736 sed 's/^/| /' conftest.$ac_ext >&5
21738 cat >conftest.$ac_ext <<_ACEOF
21739 /* confdefs.h. */
21740 _ACEOF
21741 cat confdefs.h >>conftest.$ac_ext
21742 cat >>conftest.$ac_ext <<_ACEOF
21743 /* end confdefs.h. */
21744 #ifdef HAVE_SYS_TYPES_H
21745 #include <sys/types.h>
21746 #endif
21747 #ifdef HAVE_NETINET_IN_H
21748 # include <netinet/in.h>
21749 #endif
21750 #ifdef HAVE_ARPA_NAMESER_H
21751 # include <arpa/nameser.h>
21752 #endif
21755 main ()
21757 static ns_msg ac_aggr;
21758 if (sizeof ac_aggr._msg_ptr)
21759 return 0;
21761 return 0;
21763 _ACEOF
21764 rm -f conftest.$ac_objext
21765 if { (ac_try="$ac_compile"
21766 case "(($ac_try" in
21767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21768 *) ac_try_echo=$ac_try;;
21769 esac
21770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21771 (eval "$ac_compile") 2>conftest.er1
21772 ac_status=$?
21773 grep -v '^ *+' conftest.er1 >conftest.err
21774 rm -f conftest.er1
21775 cat conftest.err >&5
21776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777 (exit $ac_status); } && {
21778 test -z "$ac_c_werror_flag" ||
21779 test ! -s conftest.err
21780 } && test -s conftest.$ac_objext; then
21781 ac_cv_member_ns_msg__msg_ptr=yes
21782 else
21783 echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5
21786 ac_cv_member_ns_msg__msg_ptr=no
21789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21794 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21795 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21796 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21798 cat >>confdefs.h <<_ACEOF
21799 #define HAVE_NS_MSG__MSG_PTR 1
21800 _ACEOF
21806 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21807 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21808 if test "${ac_cv_have_timezone+set}" = set; then
21809 echo $ECHO_N "(cached) $ECHO_C" >&6
21810 else
21811 cat >conftest.$ac_ext <<_ACEOF
21812 /* confdefs.h. */
21813 _ACEOF
21814 cat confdefs.h >>conftest.$ac_ext
21815 cat >>conftest.$ac_ext <<_ACEOF
21816 /* end confdefs.h. */
21817 #include <time.h>
21819 main ()
21821 timezone = 1
21823 return 0;
21825 _ACEOF
21826 rm -f conftest.$ac_objext conftest$ac_exeext
21827 if { (ac_try="$ac_link"
21828 case "(($ac_try" in
21829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21830 *) ac_try_echo=$ac_try;;
21831 esac
21832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21833 (eval "$ac_link") 2>conftest.er1
21834 ac_status=$?
21835 grep -v '^ *+' conftest.er1 >conftest.err
21836 rm -f conftest.er1
21837 cat conftest.err >&5
21838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21839 (exit $ac_status); } && {
21840 test -z "$ac_c_werror_flag" ||
21841 test ! -s conftest.err
21842 } && test -s conftest$ac_exeext &&
21843 $as_test_x conftest$ac_exeext; then
21844 ac_cv_have_timezone="yes"
21845 else
21846 echo "$as_me: failed program was:" >&5
21847 sed 's/^/| /' conftest.$ac_ext >&5
21849 ac_cv_have_timezone="no"
21852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21853 conftest$ac_exeext conftest.$ac_ext
21855 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21856 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21857 if test "$ac_cv_have_timezone" = "yes"
21858 then
21860 cat >>confdefs.h <<\_ACEOF
21861 #define HAVE_TIMEZONE 1
21862 _ACEOF
21865 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21866 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21867 if test "${ac_cv_have_daylight+set}" = set; then
21868 echo $ECHO_N "(cached) $ECHO_C" >&6
21869 else
21870 cat >conftest.$ac_ext <<_ACEOF
21871 /* confdefs.h. */
21872 _ACEOF
21873 cat confdefs.h >>conftest.$ac_ext
21874 cat >>conftest.$ac_ext <<_ACEOF
21875 /* end confdefs.h. */
21876 #include <time.h>
21878 main ()
21880 daylight = 1
21882 return 0;
21884 _ACEOF
21885 rm -f conftest.$ac_objext conftest$ac_exeext
21886 if { (ac_try="$ac_link"
21887 case "(($ac_try" in
21888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21889 *) ac_try_echo=$ac_try;;
21890 esac
21891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21892 (eval "$ac_link") 2>conftest.er1
21893 ac_status=$?
21894 grep -v '^ *+' conftest.er1 >conftest.err
21895 rm -f conftest.er1
21896 cat conftest.err >&5
21897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21898 (exit $ac_status); } && {
21899 test -z "$ac_c_werror_flag" ||
21900 test ! -s conftest.err
21901 } && test -s conftest$ac_exeext &&
21902 $as_test_x conftest$ac_exeext; then
21903 ac_cv_have_daylight="yes"
21904 else
21905 echo "$as_me: failed program was:" >&5
21906 sed 's/^/| /' conftest.$ac_ext >&5
21908 ac_cv_have_daylight="no"
21911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21912 conftest$ac_exeext conftest.$ac_ext
21914 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21915 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21916 if test "$ac_cv_have_daylight" = "yes"
21917 then
21919 cat >>confdefs.h <<\_ACEOF
21920 #define HAVE_DAYLIGHT 1
21921 _ACEOF
21925 { echo "$as_me:$LINENO: checking for isinf" >&5
21926 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21927 if test "${ac_cv_have_isinf+set}" = set; then
21928 echo $ECHO_N "(cached) $ECHO_C" >&6
21929 else
21930 cat >conftest.$ac_ext <<_ACEOF
21931 /* confdefs.h. */
21932 _ACEOF
21933 cat confdefs.h >>conftest.$ac_ext
21934 cat >>conftest.$ac_ext <<_ACEOF
21935 /* end confdefs.h. */
21936 #include <math.h>
21938 main ()
21940 float f = 0.0; int i=isinf(f)
21942 return 0;
21944 _ACEOF
21945 rm -f conftest.$ac_objext conftest$ac_exeext
21946 if { (ac_try="$ac_link"
21947 case "(($ac_try" in
21948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21949 *) ac_try_echo=$ac_try;;
21950 esac
21951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21952 (eval "$ac_link") 2>conftest.er1
21953 ac_status=$?
21954 grep -v '^ *+' conftest.er1 >conftest.err
21955 rm -f conftest.er1
21956 cat conftest.err >&5
21957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); } && {
21959 test -z "$ac_c_werror_flag" ||
21960 test ! -s conftest.err
21961 } && test -s conftest$ac_exeext &&
21962 $as_test_x conftest$ac_exeext; then
21963 ac_cv_have_isinf="yes"
21964 else
21965 echo "$as_me: failed program was:" >&5
21966 sed 's/^/| /' conftest.$ac_ext >&5
21968 ac_cv_have_isinf="no"
21971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21972 conftest$ac_exeext conftest.$ac_ext
21974 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21975 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21976 if test "$ac_cv_have_isinf" = "yes"
21977 then
21979 cat >>confdefs.h <<\_ACEOF
21980 #define HAVE_ISINF 1
21981 _ACEOF
21986 case $host_cpu in
21987 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21988 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21989 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21990 echo $ECHO_N "(cached) $ECHO_C" >&6
21991 else
21992 cat >conftest.$ac_ext <<_ACEOF
21993 /* confdefs.h. */
21994 _ACEOF
21995 cat confdefs.h >>conftest.$ac_ext
21996 cat >>conftest.$ac_ext <<_ACEOF
21997 /* end confdefs.h. */
21998 #ifndef __i386__
22000 #endif
22001 _ACEOF
22002 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22003 $EGREP "yes" >/dev/null 2>&1; then
22004 ac_cv_cpp_def___i386__=yes
22005 else
22006 ac_cv_cpp_def___i386__=no
22008 rm -f conftest*
22011 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22012 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22013 if test $ac_cv_cpp_def___i386__ = yes; then
22014 CFLAGS="$CFLAGS -D__i386__"
22015 LINTFLAGS="$LINTFLAGS -D__i386__"
22018 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22019 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22020 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22021 echo $ECHO_N "(cached) $ECHO_C" >&6
22022 else
22023 cat >conftest.$ac_ext <<_ACEOF
22024 /* confdefs.h. */
22025 _ACEOF
22026 cat confdefs.h >>conftest.$ac_ext
22027 cat >>conftest.$ac_ext <<_ACEOF
22028 /* end confdefs.h. */
22029 #ifndef __x86_64__
22031 #endif
22032 _ACEOF
22033 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22034 $EGREP "yes" >/dev/null 2>&1; then
22035 ac_cv_cpp_def___x86_64__=yes
22036 else
22037 ac_cv_cpp_def___x86_64__=no
22039 rm -f conftest*
22042 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22043 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22044 if test $ac_cv_cpp_def___x86_64__ = yes; then
22045 CFLAGS="$CFLAGS -D__x86_64__"
22046 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22049 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22050 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22051 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22052 echo $ECHO_N "(cached) $ECHO_C" >&6
22053 else
22054 cat >conftest.$ac_ext <<_ACEOF
22055 /* confdefs.h. */
22056 _ACEOF
22057 cat confdefs.h >>conftest.$ac_ext
22058 cat >>conftest.$ac_ext <<_ACEOF
22059 /* end confdefs.h. */
22060 #ifndef __ALPHA__
22062 #endif
22063 _ACEOF
22064 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22065 $EGREP "yes" >/dev/null 2>&1; then
22066 ac_cv_cpp_def___ALPHA__=yes
22067 else
22068 ac_cv_cpp_def___ALPHA__=no
22070 rm -f conftest*
22073 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22074 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22075 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22076 CFLAGS="$CFLAGS -D__ALPHA__"
22077 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22080 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22081 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22082 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22083 echo $ECHO_N "(cached) $ECHO_C" >&6
22084 else
22085 cat >conftest.$ac_ext <<_ACEOF
22086 /* confdefs.h. */
22087 _ACEOF
22088 cat confdefs.h >>conftest.$ac_ext
22089 cat >>conftest.$ac_ext <<_ACEOF
22090 /* end confdefs.h. */
22091 #ifndef __sparc__
22093 #endif
22094 _ACEOF
22095 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22096 $EGREP "yes" >/dev/null 2>&1; then
22097 ac_cv_cpp_def___sparc__=yes
22098 else
22099 ac_cv_cpp_def___sparc__=no
22101 rm -f conftest*
22104 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22105 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22106 if test $ac_cv_cpp_def___sparc__ = yes; then
22107 CFLAGS="$CFLAGS -D__sparc__"
22108 LINTFLAGS="$LINTFLAGS -D__sparc__"
22111 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22112 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22113 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22114 echo $ECHO_N "(cached) $ECHO_C" >&6
22115 else
22116 cat >conftest.$ac_ext <<_ACEOF
22117 /* confdefs.h. */
22118 _ACEOF
22119 cat confdefs.h >>conftest.$ac_ext
22120 cat >>conftest.$ac_ext <<_ACEOF
22121 /* end confdefs.h. */
22122 #ifndef __powerpc__
22124 #endif
22125 _ACEOF
22126 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22127 $EGREP "yes" >/dev/null 2>&1; then
22128 ac_cv_cpp_def___powerpc__=yes
22129 else
22130 ac_cv_cpp_def___powerpc__=no
22132 rm -f conftest*
22135 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22136 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22137 if test $ac_cv_cpp_def___powerpc__ = yes; then
22138 CFLAGS="$CFLAGS -D__powerpc__"
22139 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22142 esac
22144 case $host_vendor in
22145 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22146 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22147 if test "${ac_cv_cpp_def___sun__+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 #ifndef __sun__
22158 #endif
22159 _ACEOF
22160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22161 $EGREP "yes" >/dev/null 2>&1; then
22162 ac_cv_cpp_def___sun__=yes
22163 else
22164 ac_cv_cpp_def___sun__=no
22166 rm -f conftest*
22169 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22170 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22171 if test $ac_cv_cpp_def___sun__ = yes; then
22172 CFLAGS="$CFLAGS -D__sun__"
22173 LINTFLAGS="$LINTFLAGS -D__sun__"
22176 esac
22179 DEPENDENCIES="### Dependencies:
22181 .INIT: Makefile
22182 .BEGIN: Makefile
22183 Makefile: dummy
22184 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22186 \$(OBJS): \$(IDL_GEN_HEADERS)
22187 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22188 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22189 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22190 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22193 ALL_MAKERULES=""
22195 ALL_MAKEFILES=""
22197 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22200 ALL_TOP_DIRS=""
22202 ALL_DLL_DIRS=""
22204 ALL_IMPLIB_DIRS=""
22206 ALL_TEST_DIRS=""
22208 ALL_PROGRAM_DIRS=""
22210 ALL_PROGRAM_INSTALL_DIRS=""
22212 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22218 ac_config_commands="$ac_config_commands include/stamp-h"
22221 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22223 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22225 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22227 ac_config_commands="$ac_config_commands dlls/user32/resources"
22229 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22231 ac_config_commands="$ac_config_commands include/wine"
22234 ALL_MAKERULES="$ALL_MAKERULES \\
22235 Make.rules"
22236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22237 Make.rules: Make.rules.in"
22238 MAKE_RULES=Make.rules
22239 ac_config_files="$ac_config_files Make.rules"
22241 ALL_MAKERULES="$ALL_MAKERULES \\
22242 dlls/Makedll.rules"
22243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22244 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22245 MAKE_DLL_RULES=dlls/Makedll.rules
22246 ac_config_files="$ac_config_files dlls/Makedll.rules"
22248 ALL_MAKERULES="$ALL_MAKERULES \\
22249 dlls/Makeimplib.rules"
22250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22251 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22252 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22253 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22255 ALL_MAKERULES="$ALL_MAKERULES \\
22256 dlls/Maketest.rules"
22257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22258 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22259 MAKE_TEST_RULES=dlls/Maketest.rules
22260 ac_config_files="$ac_config_files dlls/Maketest.rules"
22262 ALL_MAKERULES="$ALL_MAKERULES \\
22263 programs/Makeprog.rules"
22264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22265 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22266 MAKE_PROG_RULES=programs/Makeprog.rules
22267 ac_config_files="$ac_config_files programs/Makeprog.rules"
22272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22273 Makefile: Makefile.in Make.rules"
22274 ac_config_files="$ac_config_files Makefile"
22276 ALL_MAKEFILES="$ALL_MAKEFILES \\
22277 dlls/Makefile"
22278 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22279 dlls"
22280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22281 dlls/Makefile: dlls/Makefile.in Make.rules"
22282 ac_config_files="$ac_config_files dlls/Makefile"
22284 ALL_MAKEFILES="$ALL_MAKEFILES \\
22285 dlls/acledit/Makefile"
22286 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22287 acledit"
22288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22289 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22290 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22292 ALL_MAKEFILES="$ALL_MAKEFILES \\
22293 dlls/activeds/Makefile"
22294 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22295 activeds"
22296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22297 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22298 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22300 ALL_MAKEFILES="$ALL_MAKEFILES \\
22301 dlls/actxprxy/Makefile"
22302 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22303 actxprxy"
22304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22305 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22306 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22308 ALL_MAKEFILES="$ALL_MAKEFILES \\
22309 dlls/adsiid/Makefile"
22310 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22311 adsiid"
22312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22313 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22314 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22316 ALL_MAKEFILES="$ALL_MAKEFILES \\
22317 dlls/advapi32/Makefile"
22318 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22319 advapi32"
22320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22321 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22322 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22324 ALL_MAKEFILES="$ALL_MAKEFILES \\
22325 dlls/advapi32/tests/Makefile"
22326 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22327 advapi32/tests"
22328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22329 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22330 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22332 ALL_MAKEFILES="$ALL_MAKEFILES \\
22333 dlls/advpack/Makefile"
22334 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22335 advpack"
22336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22337 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22338 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22340 ALL_MAKEFILES="$ALL_MAKEFILES \\
22341 dlls/advpack/tests/Makefile"
22342 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22343 advpack/tests"
22344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22345 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22346 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22348 ALL_MAKEFILES="$ALL_MAKEFILES \\
22349 dlls/amstream/Makefile"
22350 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22351 amstream"
22352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22353 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22354 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22356 ALL_MAKEFILES="$ALL_MAKEFILES \\
22357 dlls/appwiz.cpl/Makefile"
22358 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22359 appwiz.cpl"
22360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22361 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22362 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22364 ALL_MAKEFILES="$ALL_MAKEFILES \\
22365 dlls/atl/Makefile"
22366 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22367 atl"
22368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22369 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22370 ac_config_files="$ac_config_files dlls/atl/Makefile"
22372 ALL_MAKEFILES="$ALL_MAKEFILES \\
22373 dlls/avicap32/Makefile"
22374 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22375 avicap32"
22376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22377 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22378 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22380 ALL_MAKEFILES="$ALL_MAKEFILES \\
22381 dlls/avifil32/Makefile"
22382 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22383 avifil32"
22384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22385 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22386 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22388 ALL_MAKEFILES="$ALL_MAKEFILES \\
22389 dlls/browseui/Makefile"
22390 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22391 browseui"
22392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22393 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22394 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22396 ALL_MAKEFILES="$ALL_MAKEFILES \\
22397 dlls/browseui/tests/Makefile"
22398 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22399 browseui/tests"
22400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22401 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22402 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22404 ALL_MAKEFILES="$ALL_MAKEFILES \\
22405 dlls/cabinet/Makefile"
22406 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22407 cabinet"
22408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22409 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22410 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22412 ALL_MAKEFILES="$ALL_MAKEFILES \\
22413 dlls/cabinet/tests/Makefile"
22414 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22415 cabinet/tests"
22416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22417 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22418 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22420 ALL_MAKEFILES="$ALL_MAKEFILES \\
22421 dlls/capi2032/Makefile"
22422 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22423 capi2032"
22424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22425 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22426 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22428 ALL_MAKEFILES="$ALL_MAKEFILES \\
22429 dlls/cards/Makefile"
22430 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22431 cards"
22432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22433 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22434 ac_config_files="$ac_config_files dlls/cards/Makefile"
22436 ALL_MAKEFILES="$ALL_MAKEFILES \\
22437 dlls/cfgmgr32/Makefile"
22438 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22439 cfgmgr32"
22440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22441 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22442 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22444 ALL_MAKEFILES="$ALL_MAKEFILES \\
22445 dlls/clusapi/Makefile"
22446 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22447 clusapi"
22448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22449 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22450 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22452 ALL_MAKEFILES="$ALL_MAKEFILES \\
22453 dlls/comcat/Makefile"
22454 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22455 comcat"
22456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22457 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22458 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22460 ALL_MAKEFILES="$ALL_MAKEFILES \\
22461 dlls/comcat/tests/Makefile"
22462 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22463 comcat/tests"
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22466 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22468 ALL_MAKEFILES="$ALL_MAKEFILES \\
22469 dlls/comctl32/Makefile"
22470 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22471 comctl32"
22472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22473 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22474 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22476 ALL_MAKEFILES="$ALL_MAKEFILES \\
22477 dlls/comctl32/tests/Makefile"
22478 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22479 comctl32/tests"
22480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22481 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22482 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22484 ALL_MAKEFILES="$ALL_MAKEFILES \\
22485 dlls/comdlg32/Makefile"
22486 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22487 comdlg32"
22488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22489 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22490 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22492 ALL_MAKEFILES="$ALL_MAKEFILES \\
22493 dlls/comdlg32/tests/Makefile"
22494 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22495 comdlg32/tests"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22498 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22500 ALL_MAKEFILES="$ALL_MAKEFILES \\
22501 dlls/compstui/Makefile"
22502 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22503 compstui"
22504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22505 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22506 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22508 ALL_MAKEFILES="$ALL_MAKEFILES \\
22509 dlls/credui/Makefile"
22510 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22511 credui"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22514 ac_config_files="$ac_config_files dlls/credui/Makefile"
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517 dlls/credui/tests/Makefile"
22518 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22519 credui/tests"
22520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22521 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22522 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22524 ALL_MAKEFILES="$ALL_MAKEFILES \\
22525 dlls/crtdll/Makefile"
22526 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22527 crtdll"
22528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22529 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22530 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22532 ALL_MAKEFILES="$ALL_MAKEFILES \\
22533 dlls/crypt32/Makefile"
22534 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22535 crypt32"
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22538 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541 dlls/crypt32/tests/Makefile"
22542 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22543 crypt32/tests"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22546 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22548 ALL_MAKEFILES="$ALL_MAKEFILES \\
22549 dlls/cryptdlg/Makefile"
22550 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22551 cryptdlg"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22554 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557 dlls/cryptdll/Makefile"
22558 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22559 cryptdll"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22562 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/cryptnet/Makefile"
22566 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22567 cryptnet"
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22570 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573 dlls/cryptnet/tests/Makefile"
22574 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22575 cryptnet/tests"
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22578 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581 dlls/cryptui/Makefile"
22582 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22583 cryptui"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/ctapi32/Makefile"
22590 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22591 ctapi32"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22594 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22597 dlls/ctl3d32/Makefile"
22598 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22599 ctl3d32"
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22602 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605 dlls/d3d10/Makefile"
22606 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22607 d3d10"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22610 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/d3d8/Makefile"
22614 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22615 d3d8"
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22618 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621 dlls/d3d8/tests/Makefile"
22622 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22623 d3d8/tests"
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22626 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629 dlls/d3d9/Makefile"
22630 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22631 d3d9"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22634 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/d3d9/tests/Makefile"
22638 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22639 d3d9/tests"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22642 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645 dlls/d3dim/Makefile"
22646 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22647 d3dim"
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22650 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653 dlls/d3drm/Makefile"
22654 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22655 d3drm"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22658 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/d3drm/tests/Makefile"
22662 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22663 d3drm/tests"
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22666 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669 dlls/d3dx8/Makefile"
22670 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22671 d3dx8"
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22674 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677 dlls/d3dx8/tests/Makefile"
22678 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22679 d3dx8/tests"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22682 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/d3dx9_24/Makefile"
22686 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22687 d3dx9_24"
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693 dlls/d3dx9_25/Makefile"
22694 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22695 d3dx9_25"
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22698 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701 dlls/d3dx9_26/Makefile"
22702 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22703 d3dx9_26"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/d3dx9_27/Makefile"
22710 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22711 d3dx9_27"
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22714 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717 dlls/d3dx9_28/Makefile"
22718 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22719 d3dx9_28"
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725 dlls/d3dx9_29/Makefile"
22726 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22727 d3dx9_29"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22730 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/d3dx9_30/Makefile"
22734 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22735 d3dx9_30"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/d3dx9_31/Makefile"
22742 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22743 d3dx9_31"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22746 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/d3dx9_32/Makefile"
22750 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22751 d3dx9_32"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/d3dx9_33/Makefile"
22758 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22759 d3dx9_33"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/d3dx9_34/Makefile"
22766 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22767 d3dx9_34"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/d3dx9_35/Makefile"
22774 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22775 d3dx9_35"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22778 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/d3dx9_36/Makefile"
22782 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22783 d3dx9_36"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22786 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/d3dx9_36/tests/Makefile"
22790 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22791 d3dx9_36/tests"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22794 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/d3dx9_37/Makefile"
22798 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22799 d3dx9_37"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22802 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/d3dxof/Makefile"
22806 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22807 d3dxof"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22810 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/d3dxof/tests/Makefile"
22814 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22815 d3dxof/tests"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22818 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/dbghelp/Makefile"
22822 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22823 dbghelp"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/dciman32/Makefile"
22830 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22831 dciman32"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/ddraw/Makefile"
22838 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22839 ddraw"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/ddraw/tests/Makefile"
22846 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22847 ddraw/tests"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22850 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/ddrawex/Makefile"
22854 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22855 ddrawex"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22858 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/devenum/Makefile"
22862 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22863 devenum"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/dinput/Makefile"
22870 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22871 dinput"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22874 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/dinput/tests/Makefile"
22878 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22879 dinput/tests"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22882 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/dinput8/Makefile"
22886 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22887 dinput8"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/dmband/Makefile"
22894 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22895 dmband"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/dmcompos/Makefile"
22902 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22903 dmcompos"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/dmime/Makefile"
22910 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22911 dmime"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22914 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/dmloader/Makefile"
22918 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22919 dmloader"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/dmscript/Makefile"
22926 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927 dmscript"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/dmstyle/Makefile"
22934 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22935 dmstyle"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/dmsynth/Makefile"
22942 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22943 dmsynth"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/dmusic/Makefile"
22950 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22951 dmusic"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22954 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/dmusic32/Makefile"
22958 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22959 dmusic32"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22962 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/dnsapi/Makefile"
22966 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22967 dnsapi"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/dnsapi/tests/Makefile"
22974 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22975 dnsapi/tests"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22978 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/dplay/Makefile"
22982 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22983 dplay"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/dplayx/Makefile"
22990 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22991 dplayx"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/dplayx/tests/Makefile"
22998 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22999 dplayx/tests"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23002 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/dpnaddr/Makefile"
23006 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007 dpnaddr"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/dpnet/Makefile"
23014 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23015 dpnet"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/dpnhpast/Makefile"
23022 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23023 dpnhpast"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23026 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/dpnlobby/Makefile"
23030 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23031 dpnlobby"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/dpwsockx/Makefile"
23038 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23039 dpwsockx"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/dsound/Makefile"
23046 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23047 dsound"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23050 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/dsound/tests/Makefile"
23054 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23055 dsound/tests"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23058 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/dssenh/Makefile"
23062 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23063 dssenh"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/dswave/Makefile"
23070 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23071 dswave"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23074 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/dwmapi/Makefile"
23078 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23079 dwmapi"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23082 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/dxdiagn/Makefile"
23086 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23087 dxdiagn"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23090 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/dxerr8/Makefile"
23094 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23095 dxerr8"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23098 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/dxerr9/Makefile"
23102 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23103 dxerr9"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23106 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/dxguid/Makefile"
23110 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23111 dxguid"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23114 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/faultrep/Makefile"
23118 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23119 faultrep"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/fusion/Makefile"
23126 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23127 fusion"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23130 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/fusion/tests/Makefile"
23134 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23135 fusion/tests"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23138 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/gdi32/Makefile"
23142 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23143 gdi32"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23146 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/gdi32/tests/Makefile"
23150 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23151 gdi32/tests"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23154 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/gdiplus/Makefile"
23158 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23159 gdiplus"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/gdiplus/tests/Makefile"
23166 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23167 gdiplus/tests"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23170 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/glu32/Makefile"
23174 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 glu32"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/gphoto2.ds/Makefile"
23182 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183 gphoto2.ds"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/gpkcsp/Makefile"
23190 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191 gpkcsp"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/hal/Makefile"
23198 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 hal"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/hal/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/hhctrl.ocx/Makefile"
23206 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23207 hhctrl.ocx"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23210 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/hid/Makefile"
23214 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215 hid"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/hid/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/hlink/Makefile"
23222 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23223 hlink"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/hlink/tests/Makefile"
23230 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23231 hlink/tests"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23234 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/hnetcfg/Makefile"
23238 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 hnetcfg"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/iccvid/Makefile"
23246 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 iccvid"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/icmp/Makefile"
23254 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255 icmp"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/ifsmgr.vxd/Makefile"
23262 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 ifsmgr.vxd"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/imaadp32.acm/Makefile"
23270 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 imaadp32.acm"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/imagehlp/Makefile"
23278 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23279 imagehlp"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/imm32/Makefile"
23286 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23287 imm32"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23290 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/imm32/tests/Makefile"
23294 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23295 imm32/tests"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23298 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/inetcomm/Makefile"
23302 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23303 inetcomm"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/inetcomm/tests/Makefile"
23310 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23311 inetcomm/tests"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23314 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/inetmib1/Makefile"
23318 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23319 inetmib1"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23322 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/inetmib1/tests/Makefile"
23326 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23327 inetmib1/tests"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23330 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/infosoft/Makefile"
23334 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23335 infosoft"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23338 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/infosoft/tests/Makefile"
23342 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23343 infosoft/tests"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23346 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/initpki/Makefile"
23350 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23351 initpki"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/inkobj/Makefile"
23358 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 inkobj"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/inseng/Makefile"
23366 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23367 inseng"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23370 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/iphlpapi/Makefile"
23374 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23375 iphlpapi"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/iphlpapi/tests/Makefile"
23382 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23383 iphlpapi/tests"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23386 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/itircl/Makefile"
23390 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23391 itircl"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23394 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/itss/Makefile"
23398 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23399 itss"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23402 ac_config_files="$ac_config_files dlls/itss/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/itss/tests/Makefile"
23406 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23407 itss/tests"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23410 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/jscript/Makefile"
23414 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23415 jscript"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23418 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/jscript/tests/Makefile"
23422 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23423 jscript/tests"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23426 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/kernel32/Makefile"
23430 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23431 kernel32"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23434 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/kernel32/tests/Makefile"
23438 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23439 kernel32/tests"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23442 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/localspl/Makefile"
23446 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23447 localspl"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23450 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/localspl/tests/Makefile"
23454 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23455 localspl/tests"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23458 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/localui/Makefile"
23462 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23463 localui"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23466 ac_config_files="$ac_config_files dlls/localui/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/localui/tests/Makefile"
23470 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23471 localui/tests"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23474 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/lz32/Makefile"
23478 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23479 lz32"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23482 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/lz32/tests/Makefile"
23486 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23487 lz32/tests"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23490 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/mapi32/Makefile"
23494 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23495 mapi32"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/mapi32/tests/Makefile"
23502 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23503 mapi32/tests"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23506 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/mciavi32/Makefile"
23510 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23511 mciavi32"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/mcicda/Makefile"
23518 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 mcicda"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/mciseq/Makefile"
23526 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23527 mciseq"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23530 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/mciwave/Makefile"
23534 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 mciwave"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/midimap/Makefile"
23542 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23543 midimap"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23546 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/mlang/Makefile"
23550 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551 mlang"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/mlang/tests/Makefile"
23558 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23559 mlang/tests"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23562 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/mmdevldr.vxd/Makefile"
23566 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567 mmdevldr.vxd"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/monodebg.vxd/Makefile"
23574 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23575 monodebg.vxd"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23578 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/mountmgr.sys/Makefile"
23582 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 mountmgr.sys"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/mpr/Makefile"
23590 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591 mpr"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/mprapi/Makefile"
23598 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23599 mprapi"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/msacm32.drv/Makefile"
23606 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23607 msacm32.drv"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23610 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/msacm32/Makefile"
23614 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23615 msacm32"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23618 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/msacm32/tests/Makefile"
23622 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23623 msacm32/tests"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23626 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/msadp32.acm/Makefile"
23630 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23631 msadp32.acm"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/mscat32/Makefile"
23638 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23639 mscat32"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23642 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/mscms/Makefile"
23646 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647 mscms"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/mscms/tests/Makefile"
23654 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23655 mscms/tests"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23658 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/mscoree/Makefile"
23662 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23663 mscoree"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/msdmo/Makefile"
23670 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671 msdmo"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/msftedit/Makefile"
23678 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679 msftedit"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/msg711.acm/Makefile"
23686 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23687 msg711.acm"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23690 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/mshtml.tlb/Makefile"
23694 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23695 mshtml.tlb"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/mshtml/Makefile"
23702 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23703 mshtml"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23706 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/mshtml/tests/Makefile"
23710 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23711 mshtml/tests"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23714 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/msi/Makefile"
23718 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23719 msi"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23722 ac_config_files="$ac_config_files dlls/msi/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/msi/tests/Makefile"
23726 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23727 msi/tests"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23730 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/msimg32/Makefile"
23734 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23735 msimg32"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23738 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/msimtf/Makefile"
23742 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 msimtf"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/msisip/Makefile"
23750 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751 msisip"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/msisys.ocx/Makefile"
23758 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759 msisys.ocx"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/msnet32/Makefile"
23766 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767 msnet32"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/msrle32/Makefile"
23774 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23775 msrle32"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/mssip32/Makefile"
23782 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23783 mssip32"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/mstask/Makefile"
23790 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23791 mstask"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23794 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/mstask/tests/Makefile"
23798 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23799 mstask/tests"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23802 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/msvcirt/Makefile"
23806 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23807 msvcirt"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/msvcr71/Makefile"
23814 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815 msvcr71"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/msvcrt/Makefile"
23822 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23823 msvcrt"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/msvcrt/tests/Makefile"
23830 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23831 msvcrt/tests"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23834 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/msvcrt20/Makefile"
23838 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23839 msvcrt20"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/msvcrt40/Makefile"
23846 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23847 msvcrt40"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23850 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/msvcrtd/Makefile"
23854 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23855 msvcrtd"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/msvcrtd/tests/Makefile"
23862 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23863 msvcrtd/tests"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23866 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/msvfw32/Makefile"
23870 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 msvfw32"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/msvidc32/Makefile"
23878 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23879 msvidc32"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/mswsock/Makefile"
23886 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23887 mswsock"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23890 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/msxml3/Makefile"
23894 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895 msxml3"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/msxml3/tests/Makefile"
23902 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23903 msxml3/tests"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23906 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/nddeapi/Makefile"
23910 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911 nddeapi"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/netapi32/Makefile"
23918 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23919 netapi32"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/netapi32/tests/Makefile"
23926 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23927 netapi32/tests"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23930 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/newdev/Makefile"
23934 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23935 newdev"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/ntdll/Makefile"
23942 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23943 ntdll"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23946 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/ntdll/tests/Makefile"
23950 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23951 ntdll/tests"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23954 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/ntdsapi/Makefile"
23958 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23959 ntdsapi"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23962 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/ntdsapi/tests/Makefile"
23966 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23967 ntdsapi/tests"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23970 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/ntoskrnl.exe/Makefile"
23974 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23975 ntoskrnl.exe"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/ntprint/Makefile"
23982 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983 ntprint"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/ntprint/tests/Makefile"
23990 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23991 ntprint/tests"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23994 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/objsel/Makefile"
23998 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999 objsel"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/odbc32/Makefile"
24006 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24007 odbc32"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/odbccp32/Makefile"
24014 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24015 odbccp32"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/odbccp32/tests/Makefile"
24022 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24023 odbccp32/tests"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24026 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/ole32/Makefile"
24030 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24031 ole32"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24034 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/ole32/tests/Makefile"
24038 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24039 ole32/tests"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24042 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/oleacc/Makefile"
24046 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047 oleacc"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/oleaut32/Makefile"
24054 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055 oleaut32"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/oleaut32/tests/Makefile"
24062 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24063 oleaut32/tests"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24066 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/olecli32/Makefile"
24070 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 olecli32"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/oledlg/Makefile"
24078 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24079 oledlg"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/olepro32/Makefile"
24086 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087 olepro32"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/olesvr32/Makefile"
24094 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095 olesvr32"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/olethk32/Makefile"
24102 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24103 olethk32"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/opengl32/Makefile"
24110 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24111 opengl32"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24114 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/opengl32/tests/Makefile"
24118 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24119 opengl32/tests"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24122 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/pdh/Makefile"
24126 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 pdh"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/pdh/tests/Makefile"
24134 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24135 pdh/tests"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24138 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/powrprof/Makefile"
24142 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 powrprof"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/printui/Makefile"
24150 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 printui"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/printui/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/propsys/Makefile"
24158 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159 propsys"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/psapi/Makefile"
24166 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167 psapi"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/psapi/tests/Makefile"
24174 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24175 psapi/tests"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24178 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/pstorec/Makefile"
24182 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 pstorec"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/qcap/Makefile"
24190 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191 qcap"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/qedit/Makefile"
24198 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199 qedit"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/qedit/tests/Makefile"
24206 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24207 qedit/tests"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24210 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/qmgr/Makefile"
24214 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 qmgr"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/qmgr/tests/Makefile"
24222 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24223 qmgr/tests"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24226 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/qmgrprxy/Makefile"
24230 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231 qmgrprxy"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/quartz/Makefile"
24238 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 quartz"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/quartz/tests/Makefile"
24246 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24247 quartz/tests"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24250 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/query/Makefile"
24254 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255 query"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/query/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/rasapi32/Makefile"
24262 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 rasapi32"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/rasapi32/tests/Makefile"
24270 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24271 rasapi32/tests"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/resutils/Makefile"
24278 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 resutils"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/riched20/Makefile"
24286 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 riched20"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/riched20/tests/Makefile"
24294 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24295 riched20/tests"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24298 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/riched32/Makefile"
24302 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24303 riched32"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/riched32/tests/Makefile"
24310 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24311 riched32/tests"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24314 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/rpcrt4/Makefile"
24318 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24319 rpcrt4"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/rpcrt4/tests/Makefile"
24326 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24327 rpcrt4/tests"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24330 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/rsabase/Makefile"
24334 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 rsabase"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/rsaenh/Makefile"
24342 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 rsaenh"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/rsaenh/tests/Makefile"
24350 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24351 rsaenh/tests"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24354 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/sane.ds/Makefile"
24358 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 sane.ds"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/sccbase/Makefile"
24366 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 sccbase"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/schannel/Makefile"
24374 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 schannel"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/schannel/tests/Makefile"
24382 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24383 schannel/tests"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24386 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/secur32/Makefile"
24390 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 secur32"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/secur32/tests/Makefile"
24398 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24399 secur32/tests"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24402 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/security/Makefile"
24406 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 security"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/security/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/sensapi/Makefile"
24414 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 sensapi"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/serialui/Makefile"
24422 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 serialui"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/serialui/tests/Makefile"
24430 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24431 serialui/tests"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24434 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/setupapi/Makefile"
24438 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 setupapi"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/setupapi/tests/Makefile"
24446 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24447 setupapi/tests"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24450 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/sfc/Makefile"
24454 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455 sfc"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/sfc_os/Makefile"
24462 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 sfc_os"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/shdoclc/Makefile"
24470 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 shdoclc"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/shdocvw/Makefile"
24478 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479 shdocvw"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/shdocvw/tests/Makefile"
24486 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24487 shdocvw/tests"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24490 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/shell32/Makefile"
24494 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 shell32"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/shell32/tests/Makefile"
24502 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503 shell32/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/shfolder/Makefile"
24510 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 shfolder"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/shlwapi/Makefile"
24518 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 shlwapi"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/shlwapi/tests/Makefile"
24526 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24527 shlwapi/tests"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24530 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/slbcsp/Makefile"
24534 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 slbcsp"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/slc/Makefile"
24542 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 slc"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/slc/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/snmpapi/Makefile"
24550 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 snmpapi"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/snmpapi/tests/Makefile"
24558 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24559 snmpapi/tests"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24562 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/softpub/Makefile"
24566 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 softpub"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/spoolss/Makefile"
24574 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 spoolss"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/spoolss/tests/Makefile"
24582 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24583 spoolss/tests"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24586 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/stdole2.tlb/Makefile"
24590 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 stdole2.tlb"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/stdole32.tlb/Makefile"
24598 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 stdole32.tlb"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/sti/Makefile"
24606 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 sti"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/sti/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/strmiids/Makefile"
24614 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24615 strmiids"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24618 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/svrapi/Makefile"
24622 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 svrapi"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/sxs/Makefile"
24630 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 sxs"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/tapi32/Makefile"
24638 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 tapi32"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/twain_32/Makefile"
24646 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 twain_32"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/unicows/Makefile"
24654 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 unicows"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/url/Makefile"
24662 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 url"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/url/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/urlmon/Makefile"
24670 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 urlmon"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/urlmon/tests/Makefile"
24678 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 urlmon/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/user32/Makefile"
24686 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 user32"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/user32/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/user32/tests/Makefile"
24694 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24695 user32/tests"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24698 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/userenv/Makefile"
24702 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 userenv"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/userenv/tests/Makefile"
24710 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24711 userenv/tests"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24714 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/usp10/Makefile"
24718 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 usp10"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/usp10/tests/Makefile"
24726 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24727 usp10/tests"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24730 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/uuid/Makefile"
24734 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24735 uuid"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24738 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/uxtheme/Makefile"
24742 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 uxtheme"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/uxtheme/tests/Makefile"
24750 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24751 uxtheme/tests"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24754 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/vdhcp.vxd/Makefile"
24758 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 vdhcp.vxd"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/vdmdbg/Makefile"
24766 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 vdmdbg"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/version/Makefile"
24774 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 version"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/version/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/version/tests/Makefile"
24782 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24783 version/tests"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24786 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/vmm.vxd/Makefile"
24790 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 vmm.vxd"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/vnbt.vxd/Makefile"
24798 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 vnbt.vxd"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/vnetbios.vxd/Makefile"
24806 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 vnetbios.vxd"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/vtdapi.vxd/Makefile"
24814 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 vtdapi.vxd"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/vwin32.vxd/Makefile"
24822 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 vwin32.vxd"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/w32skrnl/Makefile"
24830 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 w32skrnl"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/winealsa.drv/Makefile"
24838 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 winealsa.drv"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/wineaudioio.drv/Makefile"
24846 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 wineaudioio.drv"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/winecoreaudio.drv/Makefile"
24854 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 winecoreaudio.drv"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/winecrt0/Makefile"
24862 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24863 winecrt0"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24866 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/wined3d/Makefile"
24870 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 wined3d"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/winedos/Makefile"
24878 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 winedos"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/wineesd.drv/Makefile"
24886 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 wineesd.drv"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/winejack.drv/Makefile"
24894 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 winejack.drv"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/winejoystick.drv/Makefile"
24902 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 winejoystick.drv"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/winemp3.acm/Makefile"
24910 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 winemp3.acm"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/winenas.drv/Makefile"
24918 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 winenas.drv"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/wineoss.drv/Makefile"
24926 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 wineoss.drv"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/wineps.drv/Makefile"
24934 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 wineps.drv"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/winequartz.drv/Makefile"
24942 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 winequartz.drv"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/winex11.drv/Makefile"
24950 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 winex11.drv"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/wing32/Makefile"
24958 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959 wing32"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/winhttp/Makefile"
24966 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 winhttp"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/winhttp/tests/Makefile"
24974 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24975 winhttp/tests"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24978 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/wininet/Makefile"
24982 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 wininet"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/wininet/tests/Makefile"
24990 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24991 wininet/tests"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24994 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/winmm/Makefile"
24998 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 winmm"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/winmm/tests/Makefile"
25006 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25007 winmm/tests"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25010 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/winnls32/Makefile"
25014 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 winnls32"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/winscard/Makefile"
25022 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 winscard"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/winspool.drv/Makefile"
25030 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 winspool.drv"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/winspool.drv/tests/Makefile"
25038 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25039 winspool.drv/tests"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25042 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/wintab32/Makefile"
25046 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 wintab32"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/wintrust/Makefile"
25054 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 wintrust"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/wintrust/tests/Makefile"
25062 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25063 wintrust/tests"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25066 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/wldap32/Makefile"
25070 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 wldap32"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/wmi/Makefile"
25078 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 wmi"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/wnaspi32/Makefile"
25086 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 wnaspi32"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/wow32/Makefile"
25094 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095 wow32"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/ws2_32/Makefile"
25102 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 ws2_32"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/ws2_32/tests/Makefile"
25110 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25111 ws2_32/tests"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25114 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/wsock32/Makefile"
25118 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 wsock32"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/wtsapi32/Makefile"
25126 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 wtsapi32"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 documentation/Makefile"
25134 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25135 documentation"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 documentation/Makefile: documentation/Makefile.in Make.rules"
25138 ac_config_files="$ac_config_files documentation/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 fonts/Makefile"
25142 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25143 fonts"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 fonts/Makefile: fonts/Makefile.in Make.rules"
25146 ac_config_files="$ac_config_files fonts/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 include/Makefile"
25150 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25151 include"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 include/Makefile: include/Makefile.in Make.rules"
25154 ac_config_files="$ac_config_files include/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 libs/Makefile"
25158 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25159 libs"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 libs/Makefile: libs/Makefile.in Make.rules"
25162 ac_config_files="$ac_config_files libs/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 libs/port/Makefile"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25169 ac_config_files="$ac_config_files libs/port/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 libs/wine/Makefile"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25176 ac_config_files="$ac_config_files libs/wine/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 libs/wpp/Makefile"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25183 ac_config_files="$ac_config_files libs/wpp/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 loader/Makefile"
25187 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25188 loader"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 loader/Makefile: loader/Makefile.in Make.rules"
25191 ac_config_files="$ac_config_files loader/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 programs/Makefile"
25195 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25196 programs"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 programs/Makefile: programs/Makefile.in Make.rules"
25199 ac_config_files="$ac_config_files programs/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 programs/clock/Makefile"
25203 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25204 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25205 clock"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25208 ac_config_files="$ac_config_files programs/clock/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 programs/cmd/Makefile"
25212 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25213 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25214 cmd"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25217 ac_config_files="$ac_config_files programs/cmd/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 programs/cmdlgtst/Makefile"
25221 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25222 cmdlgtst"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25225 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 programs/control/Makefile"
25229 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25230 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25231 control"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25234 ac_config_files="$ac_config_files programs/control/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 programs/eject/Makefile"
25238 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25239 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25240 eject"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25243 ac_config_files="$ac_config_files programs/eject/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 programs/expand/Makefile"
25247 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25248 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25249 expand"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25252 ac_config_files="$ac_config_files programs/expand/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 programs/explorer/Makefile"
25256 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25257 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25258 explorer"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25261 ac_config_files="$ac_config_files programs/explorer/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 programs/hh/Makefile"
25265 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25266 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25270 ac_config_files="$ac_config_files programs/hh/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 programs/icinfo/Makefile"
25274 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25275 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25276 icinfo"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25279 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 programs/iexplore/Makefile"
25283 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25284 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25285 iexplore"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25288 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 programs/msiexec/Makefile"
25292 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25293 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25294 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25295 msiexec"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25298 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 programs/net/Makefile"
25302 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25303 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25304 net"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25307 ac_config_files="$ac_config_files programs/net/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 programs/notepad/Makefile"
25311 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25312 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25313 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25314 notepad"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25317 ac_config_files="$ac_config_files programs/notepad/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 programs/oleview/Makefile"
25321 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25322 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25323 oleview"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25326 ac_config_files="$ac_config_files programs/oleview/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 programs/progman/Makefile"
25330 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25331 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25332 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25333 progman"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25336 ac_config_files="$ac_config_files programs/progman/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 programs/reg/Makefile"
25340 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25341 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25342 reg"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25345 ac_config_files="$ac_config_files programs/reg/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 programs/regedit/Makefile"
25349 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25350 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25351 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25352 regedit"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25355 ac_config_files="$ac_config_files programs/regedit/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 programs/regsvr32/Makefile"
25359 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25360 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25361 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25362 regsvr32"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25365 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 programs/rpcss/Makefile"
25369 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25370 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25371 rpcss"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25374 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 programs/rundll32/Makefile"
25378 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25379 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25380 rundll32"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25383 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 programs/secedit/Makefile"
25387 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25388 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25389 secedit"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25392 ac_config_files="$ac_config_files programs/secedit/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 programs/services/Makefile"
25396 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25397 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25398 services"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25401 ac_config_files="$ac_config_files programs/services/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 programs/spoolsv/Makefile"
25405 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25406 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25407 spoolsv"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25410 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 programs/start/Makefile"
25414 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25415 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25416 start"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25419 ac_config_files="$ac_config_files programs/start/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 programs/svchost/Makefile"
25423 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25424 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25425 svchost"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25428 ac_config_files="$ac_config_files programs/svchost/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 programs/taskmgr/Makefile"
25432 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25433 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25434 taskmgr"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25437 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 programs/uninstaller/Makefile"
25441 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25442 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25443 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25444 uninstaller"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25447 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 programs/view/Makefile"
25451 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25452 view"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25455 ac_config_files="$ac_config_files programs/view/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 programs/wineboot/Makefile"
25459 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25460 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25461 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25462 wineboot"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25465 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 programs/winebrowser/Makefile"
25469 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25470 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25471 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25472 winebrowser"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25475 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 programs/winecfg/Makefile"
25479 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25480 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25481 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25482 winecfg"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25485 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 programs/wineconsole/Makefile"
25489 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25490 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25491 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25492 wineconsole"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25495 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 programs/winedbg/Makefile"
25499 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25500 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25501 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25502 winedbg"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25505 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 programs/winedevice/Makefile"
25509 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25510 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25511 winedevice"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25514 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 programs/winefile/Makefile"
25518 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25519 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25520 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25521 winefile"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25524 ac_config_files="$ac_config_files programs/winefile/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 programs/winemenubuilder/Makefile"
25528 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25529 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25530 winemenubuilder"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25533 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 programs/winemine/Makefile"
25537 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25538 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25539 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25540 winemine"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25543 ac_config_files="$ac_config_files programs/winemine/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 programs/winepath/Makefile"
25547 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25548 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25549 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25550 winepath"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25553 ac_config_files="$ac_config_files programs/winepath/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 programs/winetest/Makefile"
25557 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25558 winetest"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25561 ac_config_files="$ac_config_files programs/winetest/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 programs/winevdm/Makefile"
25565 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25566 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25567 winevdm"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25570 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 programs/winhlp32/Makefile"
25574 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25575 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25576 winhlp32"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25579 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 programs/winver/Makefile"
25583 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25584 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25585 winver"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25588 ac_config_files="$ac_config_files programs/winver/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 programs/wordpad/Makefile"
25592 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25593 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25594 wordpad"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25597 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 programs/write/Makefile"
25601 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25602 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25603 write"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25606 ac_config_files="$ac_config_files programs/write/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 programs/xcopy/Makefile"
25610 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25611 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25612 xcopy"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25615 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 server/Makefile"
25619 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25620 server"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 server/Makefile: server/Makefile.in Make.rules"
25623 ac_config_files="$ac_config_files server/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 tools/Makefile"
25627 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25628 tools"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 tools/Makefile: tools/Makefile.in Make.rules"
25631 ac_config_files="$ac_config_files tools/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 tools/widl/Makefile"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25638 ac_config_files="$ac_config_files tools/widl/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 tools/winebuild/Makefile"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25645 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 tools/winedump/Makefile"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25652 ac_config_files="$ac_config_files tools/winedump/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 tools/winegcc/Makefile"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25659 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 tools/wmc/Makefile"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25666 ac_config_files="$ac_config_files tools/wmc/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 tools/wrc/Makefile"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25673 ac_config_files="$ac_config_files tools/wrc/Makefile"
25676 if test "x$enable_tests" == "xno"
25677 then
25678 ALL_TEST_DIRS=""
25683 ALL_WINETEST_DEPENDS="# Test binaries"
25685 for dir in $ALL_TEST_DIRS
25687 if test "$dir" != "\\"
25688 then
25689 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25690 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25691 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25692 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25694 done
25696 cat >confcache <<\_ACEOF
25697 # This file is a shell script that caches the results of configure
25698 # tests run on this system so they can be shared between configure
25699 # scripts and configure runs, see configure's option --config-cache.
25700 # It is not useful on other systems. If it contains results you don't
25701 # want to keep, you may remove or edit it.
25703 # config.status only pays attention to the cache file if you give it
25704 # the --recheck option to rerun configure.
25706 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25707 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25708 # following values.
25710 _ACEOF
25712 # The following way of writing the cache mishandles newlines in values,
25713 # but we know of no workaround that is simple, portable, and efficient.
25714 # So, we kill variables containing newlines.
25715 # Ultrix sh set writes to stderr and can't be redirected directly,
25716 # and sets the high bit in the cache file unless we assign to the vars.
25718 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25719 eval ac_val=\$$ac_var
25720 case $ac_val in #(
25721 *${as_nl}*)
25722 case $ac_var in #(
25723 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25724 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25725 esac
25726 case $ac_var in #(
25727 _ | IFS | as_nl) ;; #(
25728 *) $as_unset $ac_var ;;
25729 esac ;;
25730 esac
25731 done
25733 (set) 2>&1 |
25734 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25735 *${as_nl}ac_space=\ *)
25736 # `set' does not quote correctly, so add quotes (double-quote
25737 # substitution turns \\\\ into \\, and sed turns \\ into \).
25738 sed -n \
25739 "s/'/'\\\\''/g;
25740 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25741 ;; #(
25743 # `set' quotes correctly as required by POSIX, so do not add quotes.
25744 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25746 esac |
25747 sort
25749 sed '
25750 /^ac_cv_env_/b end
25751 t clear
25752 :clear
25753 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25754 t end
25755 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25756 :end' >>confcache
25757 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25758 if test -w "$cache_file"; then
25759 test "x$cache_file" != "x/dev/null" &&
25760 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25761 echo "$as_me: updating cache $cache_file" >&6;}
25762 cat confcache >$cache_file
25763 else
25764 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25765 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25768 rm -f confcache
25770 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25771 # Let make expand exec_prefix.
25772 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25774 DEFS=-DHAVE_CONFIG_H
25776 ac_libobjs=
25777 ac_ltlibobjs=
25778 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25779 # 1. Remove the extension, and $U if already installed.
25780 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25781 ac_i=`echo "$ac_i" | sed "$ac_script"`
25782 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25783 # will be set to the directory where LIBOBJS objects are built.
25784 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25785 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25786 done
25787 LIBOBJS=$ac_libobjs
25789 LTLIBOBJS=$ac_ltlibobjs
25793 : ${CONFIG_STATUS=./config.status}
25794 ac_clean_files_save=$ac_clean_files
25795 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25796 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25797 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25798 cat >$CONFIG_STATUS <<_ACEOF
25799 #! $SHELL
25800 # Generated by $as_me.
25801 # Run this file to recreate the current configuration.
25802 # Compiler output produced by configure, useful for debugging
25803 # configure, is in config.log if it exists.
25805 debug=false
25806 ac_cs_recheck=false
25807 ac_cs_silent=false
25808 SHELL=\${CONFIG_SHELL-$SHELL}
25809 _ACEOF
25811 cat >>$CONFIG_STATUS <<\_ACEOF
25812 ## --------------------- ##
25813 ## M4sh Initialization. ##
25814 ## --------------------- ##
25816 # Be more Bourne compatible
25817 DUALCASE=1; export DUALCASE # for MKS sh
25818 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25819 emulate sh
25820 NULLCMD=:
25821 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25822 # is contrary to our usage. Disable this feature.
25823 alias -g '${1+"$@"}'='"$@"'
25824 setopt NO_GLOB_SUBST
25825 else
25826 case `(set -o) 2>/dev/null` in
25827 *posix*) set -o posix ;;
25828 esac
25835 # PATH needs CR
25836 # Avoid depending upon Character Ranges.
25837 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25838 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25839 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25840 as_cr_digits='0123456789'
25841 as_cr_alnum=$as_cr_Letters$as_cr_digits
25843 # The user is always right.
25844 if test "${PATH_SEPARATOR+set}" != set; then
25845 echo "#! /bin/sh" >conf$$.sh
25846 echo "exit 0" >>conf$$.sh
25847 chmod +x conf$$.sh
25848 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25849 PATH_SEPARATOR=';'
25850 else
25851 PATH_SEPARATOR=:
25853 rm -f conf$$.sh
25856 # Support unset when possible.
25857 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25858 as_unset=unset
25859 else
25860 as_unset=false
25864 # IFS
25865 # We need space, tab and new line, in precisely that order. Quoting is
25866 # there to prevent editors from complaining about space-tab.
25867 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25868 # splitting by setting IFS to empty value.)
25869 as_nl='
25871 IFS=" "" $as_nl"
25873 # Find who we are. Look in the path if we contain no directory separator.
25874 case $0 in
25875 *[\\/]* ) as_myself=$0 ;;
25876 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25877 for as_dir in $PATH
25879 IFS=$as_save_IFS
25880 test -z "$as_dir" && as_dir=.
25881 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25882 done
25883 IFS=$as_save_IFS
25886 esac
25887 # We did not find ourselves, most probably we were run as `sh COMMAND'
25888 # in which case we are not to be found in the path.
25889 if test "x$as_myself" = x; then
25890 as_myself=$0
25892 if test ! -f "$as_myself"; then
25893 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25894 { (exit 1); exit 1; }
25897 # Work around bugs in pre-3.0 UWIN ksh.
25898 for as_var in ENV MAIL MAILPATH
25899 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25900 done
25901 PS1='$ '
25902 PS2='> '
25903 PS4='+ '
25905 # NLS nuisances.
25906 for as_var in \
25907 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25908 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25909 LC_TELEPHONE LC_TIME
25911 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25912 eval $as_var=C; export $as_var
25913 else
25914 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25916 done
25918 # Required to use basename.
25919 if expr a : '\(a\)' >/dev/null 2>&1 &&
25920 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25921 as_expr=expr
25922 else
25923 as_expr=false
25926 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25927 as_basename=basename
25928 else
25929 as_basename=false
25933 # Name of the executable.
25934 as_me=`$as_basename -- "$0" ||
25935 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25936 X"$0" : 'X\(//\)$' \| \
25937 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25938 echo X/"$0" |
25939 sed '/^.*\/\([^/][^/]*\)\/*$/{
25940 s//\1/
25943 /^X\/\(\/\/\)$/{
25944 s//\1/
25947 /^X\/\(\/\).*/{
25948 s//\1/
25951 s/.*/./; q'`
25953 # CDPATH.
25954 $as_unset CDPATH
25958 as_lineno_1=$LINENO
25959 as_lineno_2=$LINENO
25960 test "x$as_lineno_1" != "x$as_lineno_2" &&
25961 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25963 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25964 # uniformly replaced by the line number. The first 'sed' inserts a
25965 # line-number line after each line using $LINENO; the second 'sed'
25966 # does the real work. The second script uses 'N' to pair each
25967 # line-number line with the line containing $LINENO, and appends
25968 # trailing '-' during substitution so that $LINENO is not a special
25969 # case at line end.
25970 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25971 # scripts with optimization help from Paolo Bonzini. Blame Lee
25972 # E. McMahon (1931-1989) for sed's syntax. :-)
25973 sed -n '
25975 /[$]LINENO/=
25976 ' <$as_myself |
25977 sed '
25978 s/[$]LINENO.*/&-/
25979 t lineno
25981 :lineno
25983 :loop
25984 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25985 t loop
25986 s/-\n.*//
25987 ' >$as_me.lineno &&
25988 chmod +x "$as_me.lineno" ||
25989 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25990 { (exit 1); exit 1; }; }
25992 # Don't try to exec as it changes $[0], causing all sort of problems
25993 # (the dirname of $[0] is not the place where we might find the
25994 # original and so on. Autoconf is especially sensitive to this).
25995 . "./$as_me.lineno"
25996 # Exit status is that of the last command.
25997 exit
26001 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26002 as_dirname=dirname
26003 else
26004 as_dirname=false
26007 ECHO_C= ECHO_N= ECHO_T=
26008 case `echo -n x` in
26009 -n*)
26010 case `echo 'x\c'` in
26011 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26012 *) ECHO_C='\c';;
26013 esac;;
26015 ECHO_N='-n';;
26016 esac
26018 if expr a : '\(a\)' >/dev/null 2>&1 &&
26019 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26020 as_expr=expr
26021 else
26022 as_expr=false
26025 rm -f conf$$ conf$$.exe conf$$.file
26026 if test -d conf$$.dir; then
26027 rm -f conf$$.dir/conf$$.file
26028 else
26029 rm -f conf$$.dir
26030 mkdir conf$$.dir
26032 echo >conf$$.file
26033 if ln -s conf$$.file conf$$ 2>/dev/null; then
26034 as_ln_s='ln -s'
26035 # ... but there are two gotchas:
26036 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26037 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26038 # In both cases, we have to default to `cp -p'.
26039 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26040 as_ln_s='cp -p'
26041 elif ln conf$$.file conf$$ 2>/dev/null; then
26042 as_ln_s=ln
26043 else
26044 as_ln_s='cp -p'
26046 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26047 rmdir conf$$.dir 2>/dev/null
26049 if mkdir -p . 2>/dev/null; then
26050 as_mkdir_p=:
26051 else
26052 test -d ./-p && rmdir ./-p
26053 as_mkdir_p=false
26056 if test -x / >/dev/null 2>&1; then
26057 as_test_x='test -x'
26058 else
26059 if ls -dL / >/dev/null 2>&1; then
26060 as_ls_L_option=L
26061 else
26062 as_ls_L_option=
26064 as_test_x='
26065 eval sh -c '\''
26066 if test -d "$1"; then
26067 test -d "$1/.";
26068 else
26069 case $1 in
26070 -*)set "./$1";;
26071 esac;
26072 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26073 ???[sx]*):;;*)false;;esac;fi
26074 '\'' sh
26077 as_executable_p=$as_test_x
26079 # Sed expression to map a string onto a valid CPP name.
26080 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26082 # Sed expression to map a string onto a valid variable name.
26083 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26086 exec 6>&1
26088 # Save the log message, to keep $[0] and so on meaningful, and to
26089 # report actual input values of CONFIG_FILES etc. instead of their
26090 # values after options handling.
26091 ac_log="
26092 This file was extended by Wine $as_me 1.1.4, which was
26093 generated by GNU Autoconf 2.61. Invocation command line was
26095 CONFIG_FILES = $CONFIG_FILES
26096 CONFIG_HEADERS = $CONFIG_HEADERS
26097 CONFIG_LINKS = $CONFIG_LINKS
26098 CONFIG_COMMANDS = $CONFIG_COMMANDS
26099 $ $0 $@
26101 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26104 _ACEOF
26106 cat >>$CONFIG_STATUS <<_ACEOF
26107 # Files that config.status was made for.
26108 config_files="$ac_config_files"
26109 config_headers="$ac_config_headers"
26110 config_commands="$ac_config_commands"
26112 _ACEOF
26114 cat >>$CONFIG_STATUS <<\_ACEOF
26115 ac_cs_usage="\
26116 \`$as_me' instantiates files from templates according to the
26117 current configuration.
26119 Usage: $0 [OPTIONS] [FILE]...
26121 -h, --help print this help, then exit
26122 -V, --version print version number and configuration settings, then exit
26123 -q, --quiet do not print progress messages
26124 -d, --debug don't remove temporary files
26125 --recheck update $as_me by reconfiguring in the same conditions
26126 --file=FILE[:TEMPLATE]
26127 instantiate the configuration file FILE
26128 --header=FILE[:TEMPLATE]
26129 instantiate the configuration header FILE
26131 Configuration files:
26132 $config_files
26134 Configuration headers:
26135 $config_headers
26137 Configuration commands:
26138 $config_commands
26140 Report bugs to <bug-autoconf@gnu.org>."
26142 _ACEOF
26143 cat >>$CONFIG_STATUS <<_ACEOF
26144 ac_cs_version="\\
26145 Wine config.status 1.1.4
26146 configured by $0, generated by GNU Autoconf 2.61,
26147 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26149 Copyright (C) 2006 Free Software Foundation, Inc.
26150 This config.status script is free software; the Free Software Foundation
26151 gives unlimited permission to copy, distribute and modify it."
26153 ac_pwd='$ac_pwd'
26154 srcdir='$srcdir'
26155 INSTALL='$INSTALL'
26156 _ACEOF
26158 cat >>$CONFIG_STATUS <<\_ACEOF
26159 # If no file are specified by the user, then we need to provide default
26160 # value. By we need to know if files were specified by the user.
26161 ac_need_defaults=:
26162 while test $# != 0
26164 case $1 in
26165 --*=*)
26166 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26167 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26168 ac_shift=:
26171 ac_option=$1
26172 ac_optarg=$2
26173 ac_shift=shift
26175 esac
26177 case $ac_option in
26178 # Handling of the options.
26179 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26180 ac_cs_recheck=: ;;
26181 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26182 echo "$ac_cs_version"; exit ;;
26183 --debug | --debu | --deb | --de | --d | -d )
26184 debug=: ;;
26185 --file | --fil | --fi | --f )
26186 $ac_shift
26187 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26188 ac_need_defaults=false;;
26189 --header | --heade | --head | --hea )
26190 $ac_shift
26191 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26192 ac_need_defaults=false;;
26193 --he | --h)
26194 # Conflict between --help and --header
26195 { echo "$as_me: error: ambiguous option: $1
26196 Try \`$0 --help' for more information." >&2
26197 { (exit 1); exit 1; }; };;
26198 --help | --hel | -h )
26199 echo "$ac_cs_usage"; exit ;;
26200 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26201 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26202 ac_cs_silent=: ;;
26204 # This is an error.
26205 -*) { echo "$as_me: error: unrecognized option: $1
26206 Try \`$0 --help' for more information." >&2
26207 { (exit 1); exit 1; }; } ;;
26209 *) ac_config_targets="$ac_config_targets $1"
26210 ac_need_defaults=false ;;
26212 esac
26213 shift
26214 done
26216 ac_configure_extra_args=
26218 if $ac_cs_silent; then
26219 exec 6>/dev/null
26220 ac_configure_extra_args="$ac_configure_extra_args --silent"
26223 _ACEOF
26224 cat >>$CONFIG_STATUS <<_ACEOF
26225 if \$ac_cs_recheck; then
26226 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26227 CONFIG_SHELL=$SHELL
26228 export CONFIG_SHELL
26229 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26232 _ACEOF
26233 cat >>$CONFIG_STATUS <<\_ACEOF
26234 exec 5>>config.log
26236 echo
26237 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26238 ## Running $as_me. ##
26239 _ASBOX
26240 echo "$ac_log"
26241 } >&5
26243 _ACEOF
26244 cat >>$CONFIG_STATUS <<_ACEOF
26245 _ACEOF
26247 cat >>$CONFIG_STATUS <<\_ACEOF
26249 # Handling of arguments.
26250 for ac_config_target in $ac_config_targets
26252 case $ac_config_target in
26253 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26254 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26255 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26256 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26257 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26258 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26259 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26260 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26261 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26262 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26263 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26264 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26265 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26266 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26267 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26268 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26269 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26270 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26271 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26272 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26273 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26274 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26275 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26276 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26277 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26278 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26279 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26280 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26281 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26282 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26283 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26284 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26285 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26286 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26287 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26288 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26289 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26290 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26291 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26292 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26293 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26294 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26295 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26296 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26297 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26298 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26299 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26300 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26301 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26302 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26303 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26304 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26305 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26306 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26307 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26308 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26309 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26310 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26311 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26312 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26313 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26314 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26315 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26316 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26317 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26318 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26319 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26320 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26321 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26322 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26323 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26324 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26325 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26326 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26327 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26328 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26329 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26330 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26331 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26332 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26333 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26334 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26335 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26336 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26337 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26338 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26339 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26340 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26341 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26342 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26343 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26344 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26345 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26346 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26347 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26348 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26349 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26350 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26351 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26352 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26353 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26354 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26355 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26356 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26357 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26358 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26359 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26360 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26361 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26362 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26363 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26364 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26365 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26366 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26367 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26368 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26369 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26370 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26371 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26372 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26373 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26374 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26375 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26376 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26377 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26378 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26379 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26380 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26381 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26382 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26383 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26384 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26385 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26386 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26387 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26388 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26389 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26390 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26391 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26392 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26393 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26394 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26395 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26396 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26397 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26398 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26399 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26400 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26401 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26402 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26403 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26404 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26405 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26406 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26407 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26408 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26409 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26410 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26411 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26412 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26413 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26414 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26415 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26416 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26417 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26418 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26419 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26420 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26421 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26422 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26423 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26424 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26425 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26426 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26427 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26428 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26429 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26430 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26431 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26432 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26433 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26434 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26435 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26436 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26437 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26438 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26439 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26440 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26441 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26442 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26443 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26444 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26445 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26446 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26447 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26448 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26449 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26450 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26451 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26452 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26453 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26454 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26455 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26456 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26457 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26458 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26459 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26460 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26461 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26462 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26463 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26464 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26465 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26466 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26467 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26468 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26469 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26470 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26471 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26472 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26473 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26474 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26475 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26476 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26477 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26478 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26479 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26480 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26481 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26482 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26483 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26484 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26485 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26486 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26487 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26488 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26489 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26490 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26491 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26492 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26493 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26494 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26495 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26496 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26497 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26498 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26499 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26500 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26501 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26502 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26503 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26504 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26505 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26506 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26507 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26508 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26509 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26510 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26511 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26512 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26513 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26514 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26515 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26516 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26517 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26518 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26519 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26520 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26521 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26522 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26523 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26524 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26525 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26526 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26527 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26528 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26529 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26530 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26531 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26532 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26533 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26534 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26535 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26536 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26537 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26538 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26539 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26540 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26541 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26542 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26543 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26544 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26545 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26546 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26547 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26548 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26549 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26550 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26551 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26552 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26553 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26554 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26555 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26556 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26557 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26558 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26559 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26560 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26561 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26562 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26563 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26564 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26565 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26566 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26567 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26568 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26569 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26570 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26571 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26572 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26573 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26574 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26575 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26576 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26577 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26578 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26579 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26580 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26581 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26582 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26583 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26584 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26585 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26586 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26587 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26588 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26589 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26590 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26591 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26592 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26593 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26594 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26595 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26596 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26597 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26598 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26599 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26600 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26601 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26602 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26603 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26604 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26605 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26606 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26607 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26608 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26609 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26610 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26611 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26612 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26613 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26614 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26615 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26616 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26617 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26618 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26619 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26620 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26621 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26622 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26623 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26624 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26625 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26626 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26627 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26628 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26629 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26630 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26631 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26632 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26633 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26634 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26635 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26636 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26637 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26638 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26639 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26640 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26641 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26642 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26643 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26644 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26645 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26646 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26647 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26648 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26649 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26650 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26651 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26652 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26653 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26654 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26655 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26656 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26657 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26658 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26659 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26660 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26661 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26662 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26663 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26664 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26665 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26666 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26667 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26668 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26669 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26670 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26671 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26672 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26673 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26674 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26675 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26676 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26677 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26678 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26679 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26680 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26681 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26682 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26683 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26684 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26685 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26687 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26688 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26689 { (exit 1); exit 1; }; };;
26690 esac
26691 done
26694 # If the user did not use the arguments to specify the items to instantiate,
26695 # then the envvar interface is used. Set only those that are not.
26696 # We use the long form for the default assignment because of an extremely
26697 # bizarre bug on SunOS 4.1.3.
26698 if $ac_need_defaults; then
26699 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26700 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26701 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26704 # Have a temporary directory for convenience. Make it in the build tree
26705 # simply because there is no reason against having it here, and in addition,
26706 # creating and moving files from /tmp can sometimes cause problems.
26707 # Hook for its removal unless debugging.
26708 # Note that there is a small window in which the directory will not be cleaned:
26709 # after its creation but before its name has been assigned to `$tmp'.
26710 $debug ||
26712 tmp=
26713 trap 'exit_status=$?
26714 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26716 trap '{ (exit 1); exit 1; }' 1 2 13 15
26718 # Create a (secure) tmp directory for tmp files.
26721 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26722 test -n "$tmp" && test -d "$tmp"
26723 } ||
26725 tmp=./conf$$-$RANDOM
26726 (umask 077 && mkdir "$tmp")
26727 } ||
26729 echo "$me: cannot create a temporary directory in ." >&2
26730 { (exit 1); exit 1; }
26734 # Set up the sed scripts for CONFIG_FILES section.
26737 # No need to generate the scripts if there are no CONFIG_FILES.
26738 # This happens for instance when ./config.status config.h
26739 if test -n "$CONFIG_FILES"; then
26741 _ACEOF
26743 # Create sed commands to just substitute file output variables.
26745 # Remaining file output variables are in a fragment that also has non-file
26746 # output varibles.
26750 ac_delim='%!_!# '
26751 for ac_last_try in false false false false false :; do
26752 cat >conf$$subs.sed <<_ACEOF
26753 SHELL!$SHELL$ac_delim
26754 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26755 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26756 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26757 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26758 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26759 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26760 exec_prefix!$exec_prefix$ac_delim
26761 prefix!$prefix$ac_delim
26762 program_transform_name!$program_transform_name$ac_delim
26763 bindir!$bindir$ac_delim
26764 sbindir!$sbindir$ac_delim
26765 libexecdir!$libexecdir$ac_delim
26766 datarootdir!$datarootdir$ac_delim
26767 datadir!$datadir$ac_delim
26768 sysconfdir!$sysconfdir$ac_delim
26769 sharedstatedir!$sharedstatedir$ac_delim
26770 localstatedir!$localstatedir$ac_delim
26771 includedir!$includedir$ac_delim
26772 oldincludedir!$oldincludedir$ac_delim
26773 docdir!$docdir$ac_delim
26774 infodir!$infodir$ac_delim
26775 htmldir!$htmldir$ac_delim
26776 dvidir!$dvidir$ac_delim
26777 pdfdir!$pdfdir$ac_delim
26778 psdir!$psdir$ac_delim
26779 libdir!$libdir$ac_delim
26780 localedir!$localedir$ac_delim
26781 mandir!$mandir$ac_delim
26782 DEFS!$DEFS$ac_delim
26783 ECHO_C!$ECHO_C$ac_delim
26784 ECHO_N!$ECHO_N$ac_delim
26785 ECHO_T!$ECHO_T$ac_delim
26786 LIBS!$LIBS$ac_delim
26787 build_alias!$build_alias$ac_delim
26788 host_alias!$host_alias$ac_delim
26789 target_alias!$target_alias$ac_delim
26790 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26791 build!$build$ac_delim
26792 build_cpu!$build_cpu$ac_delim
26793 build_vendor!$build_vendor$ac_delim
26794 build_os!$build_os$ac_delim
26795 host!$host$ac_delim
26796 host_cpu!$host_cpu$ac_delim
26797 host_vendor!$host_vendor$ac_delim
26798 host_os!$host_os$ac_delim
26799 WIN16_FILES!$WIN16_FILES$ac_delim
26800 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26801 WINETEST!$WINETEST$ac_delim
26802 SET_MAKE!$SET_MAKE$ac_delim
26803 CC!$CC$ac_delim
26804 CFLAGS!$CFLAGS$ac_delim
26805 LDFLAGS!$LDFLAGS$ac_delim
26806 CPPFLAGS!$CPPFLAGS$ac_delim
26807 ac_ct_CC!$ac_ct_CC$ac_delim
26808 EXEEXT!$EXEEXT$ac_delim
26809 OBJEXT!$OBJEXT$ac_delim
26810 CXX!$CXX$ac_delim
26811 CXXFLAGS!$CXXFLAGS$ac_delim
26812 ac_ct_CXX!$ac_ct_CXX$ac_delim
26813 CPPBIN!$CPPBIN$ac_delim
26814 TOOLSDIR!$TOOLSDIR$ac_delim
26815 XMKMF!$XMKMF$ac_delim
26816 CPP!$CPP$ac_delim
26817 X_CFLAGS!$X_CFLAGS$ac_delim
26818 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26819 X_LIBS!$X_LIBS$ac_delim
26820 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26821 FLEX!$FLEX$ac_delim
26822 BISON!$BISON$ac_delim
26823 AS!$AS$ac_delim
26824 ac_ct_AS!$ac_ct_AS$ac_delim
26825 LD!$LD$ac_delim
26826 ac_ct_LD!$ac_ct_LD$ac_delim
26827 NM!$NM$ac_delim
26828 ac_ct_NM!$ac_ct_NM$ac_delim
26829 AR!$AR$ac_delim
26830 ac_ct_AR!$ac_ct_AR$ac_delim
26831 ARFLAGS!$ARFLAGS$ac_delim
26832 RANLIB!$RANLIB$ac_delim
26833 STRIP!$STRIP$ac_delim
26834 WINDRES!$WINDRES$ac_delim
26835 _ACEOF
26837 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26838 break
26839 elif $ac_last_try; then
26840 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26841 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26842 { (exit 1); exit 1; }; }
26843 else
26844 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26846 done
26848 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26849 if test -n "$ac_eof"; then
26850 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26851 ac_eof=`expr $ac_eof + 1`
26854 cat >>$CONFIG_STATUS <<_ACEOF
26855 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26856 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26857 /^[ ]*@MAKE_RULES@[ ]*$/{
26858 r $MAKE_RULES
26861 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26862 r $MAKE_DLL_RULES
26865 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26866 r $MAKE_IMPLIB_RULES
26869 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26870 r $MAKE_TEST_RULES
26873 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26874 r $MAKE_PROG_RULES
26877 _ACEOF
26878 sed '
26879 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26880 s/^/s,@/; s/!/@,|#_!!_#|/
26883 s/'"$ac_delim"'$/,g/; t
26884 s/$/\\/; p
26885 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26886 ' >>$CONFIG_STATUS <conf$$subs.sed
26887 rm -f conf$$subs.sed
26888 cat >>$CONFIG_STATUS <<_ACEOF
26889 CEOF$ac_eof
26890 _ACEOF
26893 ac_delim='%!_!# '
26894 for ac_last_try in false false false false false :; do
26895 cat >conf$$subs.sed <<_ACEOF
26896 LN_S!$LN_S$ac_delim
26897 LN!$LN$ac_delim
26898 GREP!$GREP$ac_delim
26899 EGREP!$EGREP$ac_delim
26900 LDCONFIG!$LDCONFIG$ac_delim
26901 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26902 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26903 INSTALL_DATA!$INSTALL_DATA$ac_delim
26904 LINT!$LINT$ac_delim
26905 LINTFLAGS!$LINTFLAGS$ac_delim
26906 FONTFORGE!$FONTFORGE$ac_delim
26907 PKG_CONFIG!$PKG_CONFIG$ac_delim
26908 RSVG!$RSVG$ac_delim
26909 ICOTOOL!$ICOTOOL$ac_delim
26910 PRELINK!$PRELINK$ac_delim
26911 LIBPTHREAD!$LIBPTHREAD$ac_delim
26912 XLIB!$XLIB$ac_delim
26913 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26914 DLLEXT!$DLLEXT$ac_delim
26915 DLLFLAGS!$DLLFLAGS$ac_delim
26916 LDSHARED!$LDSHARED$ac_delim
26917 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26918 LIBEXT!$LIBEXT$ac_delim
26919 IMPLIBEXT!$IMPLIBEXT$ac_delim
26920 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26921 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26922 LDD!$LDD$ac_delim
26923 DLLTOOL!$DLLTOOL$ac_delim
26924 DLLWRAP!$DLLWRAP$ac_delim
26925 MINGWAR!$MINGWAR$ac_delim
26926 SECURITYLIB!$SECURITYLIB$ac_delim
26927 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26928 IOKITLIB!$IOKITLIB$ac_delim
26929 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26930 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26931 COREAUDIO!$COREAUDIO$ac_delim
26932 CARBONLIB!$CARBONLIB$ac_delim
26933 CROSSTEST!$CROSSTEST$ac_delim
26934 CROSSCC!$CROSSCC$ac_delim
26935 CROSSWINDRES!$CROSSWINDRES$ac_delim
26936 NASLIBS!$NASLIBS$ac_delim
26937 XML2LIBS!$XML2LIBS$ac_delim
26938 XML2INCL!$XML2INCL$ac_delim
26939 XSLTLIBS!$XSLTLIBS$ac_delim
26940 XSLTINCL!$XSLTINCL$ac_delim
26941 HALINCL!$HALINCL$ac_delim
26942 sane_devel!$sane_devel$ac_delim
26943 SANEINCL!$SANEINCL$ac_delim
26944 gphoto2_devel!$gphoto2_devel$ac_delim
26945 gphoto2port_devel!$gphoto2port_devel$ac_delim
26946 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26947 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26948 RESOLVLIBS!$RESOLVLIBS$ac_delim
26949 LCMSLIBS!$LCMSLIBS$ac_delim
26950 ft_devel!$ft_devel$ac_delim
26951 FREETYPELIBS!$FREETYPELIBS$ac_delim
26952 FREETYPEINCL!$FREETYPEINCL$ac_delim
26953 ESDCONFIG!$ESDCONFIG$ac_delim
26954 ESDINCL!$ESDINCL$ac_delim
26955 ESDLIBS!$ESDLIBS$ac_delim
26956 ALSALIBS!$ALSALIBS$ac_delim
26957 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26958 CUPSINCL!$CUPSINCL$ac_delim
26959 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26960 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26961 BUILTINFLAG!$BUILTINFLAG$ac_delim
26962 LDPATH!$LDPATH$ac_delim
26963 CRTLIBS!$CRTLIBS$ac_delim
26964 SOCKETLIBS!$SOCKETLIBS$ac_delim
26965 MAIN_BINARY!$MAIN_BINARY$ac_delim
26966 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26967 LIBDL!$LIBDL$ac_delim
26968 LIBPOLL!$LIBPOLL$ac_delim
26969 LDAPLIBS!$LDAPLIBS$ac_delim
26970 DEPENDENCIES!$DEPENDENCIES$ac_delim
26971 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26972 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26973 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26974 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26975 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26976 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26977 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26978 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26979 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26980 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26981 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26982 LIBOBJS!$LIBOBJS$ac_delim
26983 LTLIBOBJS!$LTLIBOBJS$ac_delim
26984 _ACEOF
26986 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
26987 break
26988 elif $ac_last_try; then
26989 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26990 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26991 { (exit 1); exit 1; }; }
26992 else
26993 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26995 done
26997 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26998 if test -n "$ac_eof"; then
26999 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27000 ac_eof=`expr $ac_eof + 1`
27003 cat >>$CONFIG_STATUS <<_ACEOF
27004 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27005 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27006 _ACEOF
27007 sed '
27008 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27009 s/^/s,@/; s/!/@,|#_!!_#|/
27012 s/'"$ac_delim"'$/,g/; t
27013 s/$/\\/; p
27014 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27015 ' >>$CONFIG_STATUS <conf$$subs.sed
27016 rm -f conf$$subs.sed
27017 cat >>$CONFIG_STATUS <<_ACEOF
27018 :end
27019 s/|#_!!_#|//g
27020 CEOF$ac_eof
27021 _ACEOF
27024 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27025 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27026 # trailing colons and then remove the whole line if VPATH becomes empty
27027 # (actually we leave an empty line to preserve line numbers).
27028 if test "x$srcdir" = x.; then
27029 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27030 s/:*\$(srcdir):*/:/
27031 s/:*\${srcdir}:*/:/
27032 s/:*@srcdir@:*/:/
27033 s/^\([^=]*=[ ]*\):*/\1/
27034 s/:*$//
27035 s/^[^=]*=[ ]*$//
27039 cat >>$CONFIG_STATUS <<\_ACEOF
27040 fi # test -n "$CONFIG_FILES"
27043 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27045 case $ac_tag in
27046 :[FHLC]) ac_mode=$ac_tag; continue;;
27047 esac
27048 case $ac_mode$ac_tag in
27049 :[FHL]*:*);;
27050 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27051 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27052 { (exit 1); exit 1; }; };;
27053 :[FH]-) ac_tag=-:-;;
27054 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27055 esac
27056 ac_save_IFS=$IFS
27057 IFS=:
27058 set x $ac_tag
27059 IFS=$ac_save_IFS
27060 shift
27061 ac_file=$1
27062 shift
27064 case $ac_mode in
27065 :L) ac_source=$1;;
27066 :[FH])
27067 ac_file_inputs=
27068 for ac_f
27070 case $ac_f in
27071 -) ac_f="$tmp/stdin";;
27072 *) # Look for the file first in the build tree, then in the source tree
27073 # (if the path is not absolute). The absolute path cannot be DOS-style,
27074 # because $ac_f cannot contain `:'.
27075 test -f "$ac_f" ||
27076 case $ac_f in
27077 [\\/$]*) false;;
27078 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27079 esac ||
27080 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27081 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27082 { (exit 1); exit 1; }; };;
27083 esac
27084 ac_file_inputs="$ac_file_inputs $ac_f"
27085 done
27087 # Let's still pretend it is `configure' which instantiates (i.e., don't
27088 # use $as_me), people would be surprised to read:
27089 # /* config.h. Generated by config.status. */
27090 configure_input="Generated from "`IFS=:
27091 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27092 if test x"$ac_file" != x-; then
27093 configure_input="$ac_file. $configure_input"
27094 { echo "$as_me:$LINENO: creating $ac_file" >&5
27095 echo "$as_me: creating $ac_file" >&6;}
27098 case $ac_tag in
27099 *:-:* | *:-) cat >"$tmp/stdin";;
27100 esac
27102 esac
27104 ac_dir=`$as_dirname -- "$ac_file" ||
27105 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27106 X"$ac_file" : 'X\(//\)[^/]' \| \
27107 X"$ac_file" : 'X\(//\)$' \| \
27108 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27109 echo X"$ac_file" |
27110 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27111 s//\1/
27114 /^X\(\/\/\)[^/].*/{
27115 s//\1/
27118 /^X\(\/\/\)$/{
27119 s//\1/
27122 /^X\(\/\).*/{
27123 s//\1/
27126 s/.*/./; q'`
27127 { as_dir="$ac_dir"
27128 case $as_dir in #(
27129 -*) as_dir=./$as_dir;;
27130 esac
27131 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27132 as_dirs=
27133 while :; do
27134 case $as_dir in #(
27135 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27136 *) as_qdir=$as_dir;;
27137 esac
27138 as_dirs="'$as_qdir' $as_dirs"
27139 as_dir=`$as_dirname -- "$as_dir" ||
27140 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27141 X"$as_dir" : 'X\(//\)[^/]' \| \
27142 X"$as_dir" : 'X\(//\)$' \| \
27143 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27144 echo X"$as_dir" |
27145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27146 s//\1/
27149 /^X\(\/\/\)[^/].*/{
27150 s//\1/
27153 /^X\(\/\/\)$/{
27154 s//\1/
27157 /^X\(\/\).*/{
27158 s//\1/
27161 s/.*/./; q'`
27162 test -d "$as_dir" && break
27163 done
27164 test -z "$as_dirs" || eval "mkdir $as_dirs"
27165 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27166 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27167 { (exit 1); exit 1; }; }; }
27168 ac_builddir=.
27170 case "$ac_dir" in
27171 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27173 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27174 # A ".." for each directory in $ac_dir_suffix.
27175 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27176 case $ac_top_builddir_sub in
27177 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27178 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27179 esac ;;
27180 esac
27181 ac_abs_top_builddir=$ac_pwd
27182 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27183 # for backward compatibility:
27184 ac_top_builddir=$ac_top_build_prefix
27186 case $srcdir in
27187 .) # We are building in place.
27188 ac_srcdir=.
27189 ac_top_srcdir=$ac_top_builddir_sub
27190 ac_abs_top_srcdir=$ac_pwd ;;
27191 [\\/]* | ?:[\\/]* ) # Absolute name.
27192 ac_srcdir=$srcdir$ac_dir_suffix;
27193 ac_top_srcdir=$srcdir
27194 ac_abs_top_srcdir=$srcdir ;;
27195 *) # Relative name.
27196 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27197 ac_top_srcdir=$ac_top_build_prefix$srcdir
27198 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27199 esac
27200 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27203 case $ac_mode in
27206 # CONFIG_FILE
27209 case $INSTALL in
27210 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27211 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27212 esac
27213 _ACEOF
27215 cat >>$CONFIG_STATUS <<\_ACEOF
27216 # If the template does not know about datarootdir, expand it.
27217 # FIXME: This hack should be removed a few years after 2.60.
27218 ac_datarootdir_hack=; ac_datarootdir_seen=
27220 case `sed -n '/datarootdir/ {
27224 /@datadir@/p
27225 /@docdir@/p
27226 /@infodir@/p
27227 /@localedir@/p
27228 /@mandir@/p
27229 ' $ac_file_inputs` in
27230 *datarootdir*) ac_datarootdir_seen=yes;;
27231 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27232 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27233 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27234 _ACEOF
27235 cat >>$CONFIG_STATUS <<_ACEOF
27236 ac_datarootdir_hack='
27237 s&@datadir@&$datadir&g
27238 s&@docdir@&$docdir&g
27239 s&@infodir@&$infodir&g
27240 s&@localedir@&$localedir&g
27241 s&@mandir@&$mandir&g
27242 s&\\\${datarootdir}&$datarootdir&g' ;;
27243 esac
27244 _ACEOF
27246 # Neutralize VPATH when `$srcdir' = `.'.
27247 # Shell code in configure.ac might set extrasub.
27248 # FIXME: do we really want to maintain this feature?
27249 cat >>$CONFIG_STATUS <<_ACEOF
27250 sed "$ac_vpsub
27251 $extrasub
27252 _ACEOF
27253 cat >>$CONFIG_STATUS <<\_ACEOF
27255 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27256 s&@configure_input@&$configure_input&;t t
27257 s&@top_builddir@&$ac_top_builddir_sub&;t t
27258 s&@srcdir@&$ac_srcdir&;t t
27259 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27260 s&@top_srcdir@&$ac_top_srcdir&;t t
27261 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27262 s&@builddir@&$ac_builddir&;t t
27263 s&@abs_builddir@&$ac_abs_builddir&;t t
27264 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27265 s&@INSTALL@&$ac_INSTALL&;t t
27266 $ac_datarootdir_hack
27267 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27269 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27270 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27271 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27272 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27273 which seems to be undefined. Please make sure it is defined." >&5
27274 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27275 which seems to be undefined. Please make sure it is defined." >&2;}
27277 rm -f "$tmp/stdin"
27278 case $ac_file in
27279 -) cat "$tmp/out"; rm -f "$tmp/out";;
27280 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27281 esac
27285 # CONFIG_HEADER
27287 _ACEOF
27289 # Transform confdefs.h into a sed script `conftest.defines', that
27290 # substitutes the proper values into config.h.in to produce config.h.
27291 rm -f conftest.defines conftest.tail
27292 # First, append a space to every undef/define line, to ease matching.
27293 echo 's/$/ /' >conftest.defines
27294 # Then, protect against being on the right side of a sed subst, or in
27295 # an unquoted here document, in config.status. If some macros were
27296 # called several times there might be several #defines for the same
27297 # symbol, which is useless. But do not sort them, since the last
27298 # AC_DEFINE must be honored.
27299 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27300 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27301 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27302 # PARAMS is the parameter list in the macro definition--in most cases, it's
27303 # just an empty string.
27304 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27305 ac_dB='\\)[ (].*,\\1define\\2'
27306 ac_dC=' '
27307 ac_dD=' ,'
27309 uniq confdefs.h |
27310 sed -n '
27311 t rset
27312 :rset
27313 s/^[ ]*#[ ]*define[ ][ ]*//
27314 t ok
27317 s/[\\&,]/\\&/g
27318 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27319 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27320 ' >>conftest.defines
27322 # Remove the space that was appended to ease matching.
27323 # Then replace #undef with comments. This is necessary, for
27324 # example, in the case of _POSIX_SOURCE, which is predefined and required
27325 # on some systems where configure will not decide to define it.
27326 # (The regexp can be short, since the line contains either #define or #undef.)
27327 echo 's/ $//
27328 s,^[ #]*u.*,/* & */,' >>conftest.defines
27330 # Break up conftest.defines:
27331 ac_max_sed_lines=50
27333 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27334 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27335 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27336 # et cetera.
27337 ac_in='$ac_file_inputs'
27338 ac_out='"$tmp/out1"'
27339 ac_nxt='"$tmp/out2"'
27341 while :
27343 # Write a here document:
27344 cat >>$CONFIG_STATUS <<_ACEOF
27345 # First, check the format of the line:
27346 cat >"\$tmp/defines.sed" <<\\CEOF
27347 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27348 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27350 :def
27351 _ACEOF
27352 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27353 echo 'CEOF
27354 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27355 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27356 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27357 grep . conftest.tail >/dev/null || break
27358 rm -f conftest.defines
27359 mv conftest.tail conftest.defines
27360 done
27361 rm -f conftest.defines conftest.tail
27363 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27364 cat >>$CONFIG_STATUS <<\_ACEOF
27365 if test x"$ac_file" != x-; then
27366 echo "/* $configure_input */" >"$tmp/config.h"
27367 cat "$ac_result" >>"$tmp/config.h"
27368 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27369 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27370 echo "$as_me: $ac_file is unchanged" >&6;}
27371 else
27372 rm -f $ac_file
27373 mv "$tmp/config.h" $ac_file
27375 else
27376 echo "/* $configure_input */"
27377 cat "$ac_result"
27379 rm -f "$tmp/out12"
27382 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27383 echo "$as_me: executing $ac_file commands" >&6;}
27385 esac
27388 case $ac_file$ac_mode in
27389 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27390 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27391 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27392 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27393 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27394 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27395 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27396 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27397 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27398 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27399 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27400 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27401 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27403 esac
27404 done # for ac_tag
27407 { (exit 0); exit 0; }
27408 _ACEOF
27409 chmod +x $CONFIG_STATUS
27410 ac_clean_files=$ac_clean_files_save
27413 # configure is writing to config.log, and then calls config.status.
27414 # config.status does its own redirection, appending to config.log.
27415 # Unfortunately, on DOS this fails, as config.log is still kept open
27416 # by configure, so config.status won't be able to write to it; its
27417 # output is simply discarded. So we exec the FD to /dev/null,
27418 # effectively closing config.log, so it can be properly (re)opened and
27419 # appended to by config.status. When coming back to configure, we
27420 # need to make the FD available again.
27421 if test "$no_create" != yes; then
27422 ac_cs_success=:
27423 ac_config_status_args=
27424 test "$silent" = yes &&
27425 ac_config_status_args="$ac_config_status_args --quiet"
27426 exec 5>/dev/null
27427 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27428 exec 5>>config.log
27429 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27430 # would make configure fail if this is the last instruction.
27431 $ac_cs_success || { (exit 1); exit 1; }
27435 if test "$no_create" = "yes"
27436 then
27437 exit 0
27440 ac_save_IFS="$IFS"
27441 IFS="|"
27442 if test "x$wine_notices != "x; then
27443 echo >&6
27444 for msg in $wine_notices; do
27445 if test -n "$msg"; then
27446 { echo "$as_me:$LINENO: $msg" >&5
27447 echo "$as_me: $msg" >&6;}
27449 done
27451 for msg in $wine_warnings; do
27452 if test -n "$msg"; then
27453 echo >&2
27454 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27455 echo "$as_me: WARNING: $msg" >&2;}
27457 done
27458 IFS="$ac_save_IFS"
27460 echo "
27461 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27462 " >&6