push a4aeee26091b4888c4962ca8601c7905b237df2d
[wine/hacks.git] / configure
blobd70b4c22962971c41e888dc6d0dba09f9b6f4861
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
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.3'
578 PACKAGE_STRING='Wine 1.1.3'
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 TESTSUBDIRS
667 WINETEST
668 SET_MAKE
670 CFLAGS
671 LDFLAGS
672 CPPFLAGS
673 ac_ct_CC
674 EXEEXT
675 OBJEXT
677 CXXFLAGS
678 ac_ct_CXX
679 CPPBIN
680 TOOLSDIR
681 XMKMF
683 X_CFLAGS
684 X_PRE_LIBS
685 X_LIBS
686 X_EXTRA_LIBS
687 FLEX
688 BISON
690 ac_ct_AS
692 ac_ct_LD
694 ac_ct_NM
696 ac_ct_AR
697 ARFLAGS
698 RANLIB
699 STRIP
700 WINDRES
701 LN_S
703 GREP
704 EGREP
705 LDCONFIG
706 INSTALL_PROGRAM
707 INSTALL_SCRIPT
708 INSTALL_DATA
709 LINT
710 LINTFLAGS
711 FONTFORGE
712 PKG_CONFIG
713 RSVG
714 ICOTOOL
715 PRELINK
716 LIBPTHREAD
717 XLIB
718 OPENGL_LIBS
719 DLLEXT
720 DLLFLAGS
721 LDSHARED
722 LDDLLFLAGS
723 LIBEXT
724 IMPLIBEXT
725 LDRPATH_INSTALL
726 LDRPATH_LOCAL
728 DLLTOOL
729 DLLWRAP
730 MINGWAR
731 SECURITYLIB
732 COREFOUNDATIONLIB
733 IOKITLIB
734 LDEXECFLAGS
735 DISKARBITRATIONLIB
736 COREAUDIO
737 CARBONLIB
738 CROSSTEST
739 CROSSCC
740 CROSSWINDRES
741 NASLIBS
742 XML2LIBS
743 XML2INCL
744 XSLTLIBS
745 XSLTINCL
746 HALINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 FONTSSUBDIRS
759 ESDCONFIG
760 ESDINCL
761 ESDLIBS
762 ALSALIBS
763 AUDIOIOLIBS
764 CUPSINCL
765 FONTCONFIGINCL
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 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.3 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.3:";;
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.3
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.3, 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 TESTSUBDIRS=""
2259 WINETEST=""
2261 else
2262 TESTSUBDIRS="\$(TESTSUBDIRS)"
2264 WINETEST="winetest"
2268 case "$srcdir" in
2269 .) ;;
2270 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2271 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2272 You need to run 'make distclean' in the source tree first." >&5
2273 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2274 You need to run 'make distclean' in the source tree first." >&2;}
2275 { (exit 1); exit 1; }; }
2276 fi ;;
2277 esac
2280 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2281 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2282 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2283 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2284 echo $ECHO_N "(cached) $ECHO_C" >&6
2285 else
2286 cat >conftest.make <<\_ACEOF
2287 SHELL = /bin/sh
2288 all:
2289 @echo '@@@%%%=$(MAKE)=@@@%%%'
2290 _ACEOF
2291 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2292 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2293 *@@@%%%=?*=@@@%%%*)
2294 eval ac_cv_prog_make_${ac_make}_set=yes;;
2296 eval ac_cv_prog_make_${ac_make}_set=no;;
2297 esac
2298 rm -f conftest.make
2300 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2301 { echo "$as_me:$LINENO: result: yes" >&5
2302 echo "${ECHO_T}yes" >&6; }
2303 SET_MAKE=
2304 else
2305 { echo "$as_me:$LINENO: result: no" >&5
2306 echo "${ECHO_T}no" >&6; }
2307 SET_MAKE="MAKE=${MAKE-make}"
2310 ac_ext=c
2311 ac_cpp='$CPP $CPPFLAGS'
2312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2315 if test -n "$ac_tool_prefix"; then
2316 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2317 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2318 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2320 if test "${ac_cv_prog_CC+set}" = set; then
2321 echo $ECHO_N "(cached) $ECHO_C" >&6
2322 else
2323 if test -n "$CC"; then
2324 ac_cv_prog_CC="$CC" # Let the user override the test.
2325 else
2326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2327 for as_dir in $PATH
2329 IFS=$as_save_IFS
2330 test -z "$as_dir" && as_dir=.
2331 for ac_exec_ext in '' $ac_executable_extensions; do
2332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2333 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2335 break 2
2337 done
2338 done
2339 IFS=$as_save_IFS
2343 CC=$ac_cv_prog_CC
2344 if test -n "$CC"; then
2345 { echo "$as_me:$LINENO: result: $CC" >&5
2346 echo "${ECHO_T}$CC" >&6; }
2347 else
2348 { echo "$as_me:$LINENO: result: no" >&5
2349 echo "${ECHO_T}no" >&6; }
2354 if test -z "$ac_cv_prog_CC"; then
2355 ac_ct_CC=$CC
2356 # Extract the first word of "gcc", so it can be a program name with args.
2357 set dummy gcc; ac_word=$2
2358 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2359 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2360 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2361 echo $ECHO_N "(cached) $ECHO_C" >&6
2362 else
2363 if test -n "$ac_ct_CC"; then
2364 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2365 else
2366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2367 for as_dir in $PATH
2369 IFS=$as_save_IFS
2370 test -z "$as_dir" && as_dir=.
2371 for ac_exec_ext in '' $ac_executable_extensions; do
2372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2373 ac_cv_prog_ac_ct_CC="gcc"
2374 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2375 break 2
2377 done
2378 done
2379 IFS=$as_save_IFS
2383 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2384 if test -n "$ac_ct_CC"; then
2385 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2386 echo "${ECHO_T}$ac_ct_CC" >&6; }
2387 else
2388 { echo "$as_me:$LINENO: result: no" >&5
2389 echo "${ECHO_T}no" >&6; }
2392 if test "x$ac_ct_CC" = x; then
2393 CC=""
2394 else
2395 case $cross_compiling:$ac_tool_warned in
2396 yes:)
2397 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2398 whose name does not start with the host triplet. If you think this
2399 configuration is useful to you, please write to autoconf@gnu.org." >&5
2400 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2401 whose name does not start with the host triplet. If you think this
2402 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2403 ac_tool_warned=yes ;;
2404 esac
2405 CC=$ac_ct_CC
2407 else
2408 CC="$ac_cv_prog_CC"
2411 if test -z "$CC"; then
2412 if test -n "$ac_tool_prefix"; then
2413 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}cc; ac_word=$2
2415 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418 echo $ECHO_N "(cached) $ECHO_C" >&6
2419 else
2420 if test -n "$CC"; then
2421 ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2426 IFS=$as_save_IFS
2427 test -z "$as_dir" && as_dir=.
2428 for ac_exec_ext in '' $ac_executable_extensions; do
2429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430 ac_cv_prog_CC="${ac_tool_prefix}cc"
2431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432 break 2
2434 done
2435 done
2436 IFS=$as_save_IFS
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442 { echo "$as_me:$LINENO: result: $CC" >&5
2443 echo "${ECHO_T}$CC" >&6; }
2444 else
2445 { echo "$as_me:$LINENO: result: no" >&5
2446 echo "${ECHO_T}no" >&6; }
2452 if test -z "$CC"; then
2453 # Extract the first word of "cc", so it can be a program name with args.
2454 set dummy cc; ac_word=$2
2455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2457 if test "${ac_cv_prog_CC+set}" = set; then
2458 echo $ECHO_N "(cached) $ECHO_C" >&6
2459 else
2460 if test -n "$CC"; then
2461 ac_cv_prog_CC="$CC" # Let the user override the test.
2462 else
2463 ac_prog_rejected=no
2464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2465 for as_dir in $PATH
2467 IFS=$as_save_IFS
2468 test -z "$as_dir" && as_dir=.
2469 for ac_exec_ext in '' $ac_executable_extensions; do
2470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2471 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2472 ac_prog_rejected=yes
2473 continue
2475 ac_cv_prog_CC="cc"
2476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2477 break 2
2479 done
2480 done
2481 IFS=$as_save_IFS
2483 if test $ac_prog_rejected = yes; then
2484 # We found a bogon in the path, so make sure we never use it.
2485 set dummy $ac_cv_prog_CC
2486 shift
2487 if test $# != 0; then
2488 # We chose a different compiler from the bogus one.
2489 # However, it has the same basename, so the bogon will be chosen
2490 # first if we set CC to just the basename; use the full file name.
2491 shift
2492 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2497 CC=$ac_cv_prog_CC
2498 if test -n "$CC"; then
2499 { echo "$as_me:$LINENO: result: $CC" >&5
2500 echo "${ECHO_T}$CC" >&6; }
2501 else
2502 { echo "$as_me:$LINENO: result: no" >&5
2503 echo "${ECHO_T}no" >&6; }
2508 if test -z "$CC"; then
2509 if test -n "$ac_tool_prefix"; then
2510 for ac_prog in cl.exe
2512 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2513 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2516 if test "${ac_cv_prog_CC+set}" = set; then
2517 echo $ECHO_N "(cached) $ECHO_C" >&6
2518 else
2519 if test -n "$CC"; then
2520 ac_cv_prog_CC="$CC" # Let the user override the test.
2521 else
2522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2523 for as_dir in $PATH
2525 IFS=$as_save_IFS
2526 test -z "$as_dir" && as_dir=.
2527 for ac_exec_ext in '' $ac_executable_extensions; do
2528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2529 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2531 break 2
2533 done
2534 done
2535 IFS=$as_save_IFS
2539 CC=$ac_cv_prog_CC
2540 if test -n "$CC"; then
2541 { echo "$as_me:$LINENO: result: $CC" >&5
2542 echo "${ECHO_T}$CC" >&6; }
2543 else
2544 { echo "$as_me:$LINENO: result: no" >&5
2545 echo "${ECHO_T}no" >&6; }
2549 test -n "$CC" && break
2550 done
2552 if test -z "$CC"; then
2553 ac_ct_CC=$CC
2554 for ac_prog in cl.exe
2556 # Extract the first word of "$ac_prog", so it can be a program name with args.
2557 set dummy $ac_prog; ac_word=$2
2558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2560 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2561 echo $ECHO_N "(cached) $ECHO_C" >&6
2562 else
2563 if test -n "$ac_ct_CC"; then
2564 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2565 else
2566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567 for as_dir in $PATH
2569 IFS=$as_save_IFS
2570 test -z "$as_dir" && as_dir=.
2571 for ac_exec_ext in '' $ac_executable_extensions; do
2572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2573 ac_cv_prog_ac_ct_CC="$ac_prog"
2574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2575 break 2
2577 done
2578 done
2579 IFS=$as_save_IFS
2583 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2584 if test -n "$ac_ct_CC"; then
2585 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2586 echo "${ECHO_T}$ac_ct_CC" >&6; }
2587 else
2588 { echo "$as_me:$LINENO: result: no" >&5
2589 echo "${ECHO_T}no" >&6; }
2593 test -n "$ac_ct_CC" && break
2594 done
2596 if test "x$ac_ct_CC" = x; then
2597 CC=""
2598 else
2599 case $cross_compiling:$ac_tool_warned in
2600 yes:)
2601 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2602 whose name does not start with the host triplet. If you think this
2603 configuration is useful to you, please write to autoconf@gnu.org." >&5
2604 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2605 whose name does not start with the host triplet. If you think this
2606 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2607 ac_tool_warned=yes ;;
2608 esac
2609 CC=$ac_ct_CC
2616 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2617 See \`config.log' for more details." >&5
2618 echo "$as_me: error: no acceptable C compiler found in \$PATH
2619 See \`config.log' for more details." >&2;}
2620 { (exit 1); exit 1; }; }
2622 # Provide some information about the compiler.
2623 echo "$as_me:$LINENO: checking for C compiler version" >&5
2624 ac_compiler=`set X $ac_compile; echo $2`
2625 { (ac_try="$ac_compiler --version >&5"
2626 case "(($ac_try" in
2627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2629 esac
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631 (eval "$ac_compiler --version >&5") 2>&5
2632 ac_status=$?
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); }
2635 { (ac_try="$ac_compiler -v >&5"
2636 case "(($ac_try" in
2637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2638 *) ac_try_echo=$ac_try;;
2639 esac
2640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2641 (eval "$ac_compiler -v >&5") 2>&5
2642 ac_status=$?
2643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2644 (exit $ac_status); }
2645 { (ac_try="$ac_compiler -V >&5"
2646 case "(($ac_try" in
2647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2648 *) ac_try_echo=$ac_try;;
2649 esac
2650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2651 (eval "$ac_compiler -V >&5") 2>&5
2652 ac_status=$?
2653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654 (exit $ac_status); }
2656 cat >conftest.$ac_ext <<_ACEOF
2657 /* confdefs.h. */
2658 _ACEOF
2659 cat confdefs.h >>conftest.$ac_ext
2660 cat >>conftest.$ac_ext <<_ACEOF
2661 /* end confdefs.h. */
2664 main ()
2668 return 0;
2670 _ACEOF
2671 ac_clean_files_save=$ac_clean_files
2672 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2673 # Try to create an executable without -o first, disregard a.out.
2674 # It will help us diagnose broken compilers, and finding out an intuition
2675 # of exeext.
2676 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2677 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2678 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2680 # List of possible output files, starting from the most likely.
2681 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2682 # only as a last resort. b.out is created by i960 compilers.
2683 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2685 # The IRIX 6 linker writes into existing files which may not be
2686 # executable, retaining their permissions. Remove them first so a
2687 # subsequent execution test works.
2688 ac_rmfiles=
2689 for ac_file in $ac_files
2691 case $ac_file in
2692 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2693 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2694 esac
2695 done
2696 rm -f $ac_rmfiles
2698 if { (ac_try="$ac_link_default"
2699 case "(($ac_try" in
2700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2701 *) ac_try_echo=$ac_try;;
2702 esac
2703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2704 (eval "$ac_link_default") 2>&5
2705 ac_status=$?
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707 (exit $ac_status); }; then
2708 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2709 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2710 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2711 # so that the user can short-circuit this test for compilers unknown to
2712 # Autoconf.
2713 for ac_file in $ac_files ''
2715 test -f "$ac_file" || continue
2716 case $ac_file in
2717 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2719 [ab].out )
2720 # We found the default executable, but exeext='' is most
2721 # certainly right.
2722 break;;
2723 *.* )
2724 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2725 then :; else
2726 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2728 # We set ac_cv_exeext here because the later test for it is not
2729 # safe: cross compilers may not add the suffix if given an `-o'
2730 # argument, so we may need to know it at that point already.
2731 # Even if this section looks crufty: it has the advantage of
2732 # actually working.
2733 break;;
2735 break;;
2736 esac
2737 done
2738 test "$ac_cv_exeext" = no && ac_cv_exeext=
2740 else
2741 ac_file=''
2744 { echo "$as_me:$LINENO: result: $ac_file" >&5
2745 echo "${ECHO_T}$ac_file" >&6; }
2746 if test -z "$ac_file"; then
2747 echo "$as_me: failed program was:" >&5
2748 sed 's/^/| /' conftest.$ac_ext >&5
2750 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2751 See \`config.log' for more details." >&5
2752 echo "$as_me: error: C compiler cannot create executables
2753 See \`config.log' for more details." >&2;}
2754 { (exit 77); exit 77; }; }
2757 ac_exeext=$ac_cv_exeext
2759 # Check that the compiler produces executables we can run. If not, either
2760 # the compiler is broken, or we cross compile.
2761 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2762 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2763 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2764 # If not cross compiling, check that we can run a simple program.
2765 if test "$cross_compiling" != yes; then
2766 if { ac_try='./$ac_file'
2767 { (case "(($ac_try" in
2768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2769 *) ac_try_echo=$ac_try;;
2770 esac
2771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2772 (eval "$ac_try") 2>&5
2773 ac_status=$?
2774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2775 (exit $ac_status); }; }; then
2776 cross_compiling=no
2777 else
2778 if test "$cross_compiling" = maybe; then
2779 cross_compiling=yes
2780 else
2781 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2782 If you meant to cross compile, use \`--host'.
2783 See \`config.log' for more details." >&5
2784 echo "$as_me: error: cannot run C compiled programs.
2785 If you meant to cross compile, use \`--host'.
2786 See \`config.log' for more details." >&2;}
2787 { (exit 1); exit 1; }; }
2791 { echo "$as_me:$LINENO: result: yes" >&5
2792 echo "${ECHO_T}yes" >&6; }
2794 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2795 ac_clean_files=$ac_clean_files_save
2796 # Check that the compiler produces executables we can run. If not, either
2797 # the compiler is broken, or we cross compile.
2798 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2799 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2800 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2801 echo "${ECHO_T}$cross_compiling" >&6; }
2803 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2804 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2805 if { (ac_try="$ac_link"
2806 case "(($ac_try" in
2807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2808 *) ac_try_echo=$ac_try;;
2809 esac
2810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2811 (eval "$ac_link") 2>&5
2812 ac_status=$?
2813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2814 (exit $ac_status); }; then
2815 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2816 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2817 # work properly (i.e., refer to `conftest.exe'), while it won't with
2818 # `rm'.
2819 for ac_file in conftest.exe conftest conftest.*; do
2820 test -f "$ac_file" || continue
2821 case $ac_file in
2822 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2823 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2824 break;;
2825 * ) break;;
2826 esac
2827 done
2828 else
2829 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2830 See \`config.log' for more details." >&5
2831 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2832 See \`config.log' for more details." >&2;}
2833 { (exit 1); exit 1; }; }
2836 rm -f conftest$ac_cv_exeext
2837 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2838 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2840 rm -f conftest.$ac_ext
2841 EXEEXT=$ac_cv_exeext
2842 ac_exeext=$EXEEXT
2843 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2844 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2845 if test "${ac_cv_objext+set}" = set; then
2846 echo $ECHO_N "(cached) $ECHO_C" >&6
2847 else
2848 cat >conftest.$ac_ext <<_ACEOF
2849 /* confdefs.h. */
2850 _ACEOF
2851 cat confdefs.h >>conftest.$ac_ext
2852 cat >>conftest.$ac_ext <<_ACEOF
2853 /* end confdefs.h. */
2856 main ()
2860 return 0;
2862 _ACEOF
2863 rm -f conftest.o conftest.obj
2864 if { (ac_try="$ac_compile"
2865 case "(($ac_try" in
2866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2867 *) ac_try_echo=$ac_try;;
2868 esac
2869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2870 (eval "$ac_compile") 2>&5
2871 ac_status=$?
2872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2873 (exit $ac_status); }; then
2874 for ac_file in conftest.o conftest.obj conftest.*; do
2875 test -f "$ac_file" || continue;
2876 case $ac_file in
2877 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2878 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2879 break;;
2880 esac
2881 done
2882 else
2883 echo "$as_me: failed program was:" >&5
2884 sed 's/^/| /' conftest.$ac_ext >&5
2886 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2887 See \`config.log' for more details." >&5
2888 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2889 See \`config.log' for more details." >&2;}
2890 { (exit 1); exit 1; }; }
2893 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2895 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2896 echo "${ECHO_T}$ac_cv_objext" >&6; }
2897 OBJEXT=$ac_cv_objext
2898 ac_objext=$OBJEXT
2899 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2900 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2901 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2902 echo $ECHO_N "(cached) $ECHO_C" >&6
2903 else
2904 cat >conftest.$ac_ext <<_ACEOF
2905 /* confdefs.h. */
2906 _ACEOF
2907 cat confdefs.h >>conftest.$ac_ext
2908 cat >>conftest.$ac_ext <<_ACEOF
2909 /* end confdefs.h. */
2912 main ()
2914 #ifndef __GNUC__
2915 choke me
2916 #endif
2919 return 0;
2921 _ACEOF
2922 rm -f conftest.$ac_objext
2923 if { (ac_try="$ac_compile"
2924 case "(($ac_try" in
2925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2926 *) ac_try_echo=$ac_try;;
2927 esac
2928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2929 (eval "$ac_compile") 2>conftest.er1
2930 ac_status=$?
2931 grep -v '^ *+' conftest.er1 >conftest.err
2932 rm -f conftest.er1
2933 cat conftest.err >&5
2934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2935 (exit $ac_status); } && {
2936 test -z "$ac_c_werror_flag" ||
2937 test ! -s conftest.err
2938 } && test -s conftest.$ac_objext; then
2939 ac_compiler_gnu=yes
2940 else
2941 echo "$as_me: failed program was:" >&5
2942 sed 's/^/| /' conftest.$ac_ext >&5
2944 ac_compiler_gnu=no
2947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2948 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2951 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2952 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2953 GCC=`test $ac_compiler_gnu = yes && echo yes`
2954 ac_test_CFLAGS=${CFLAGS+set}
2955 ac_save_CFLAGS=$CFLAGS
2956 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2957 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2958 if test "${ac_cv_prog_cc_g+set}" = set; then
2959 echo $ECHO_N "(cached) $ECHO_C" >&6
2960 else
2961 ac_save_c_werror_flag=$ac_c_werror_flag
2962 ac_c_werror_flag=yes
2963 ac_cv_prog_cc_g=no
2964 CFLAGS="-g"
2965 cat >conftest.$ac_ext <<_ACEOF
2966 /* confdefs.h. */
2967 _ACEOF
2968 cat confdefs.h >>conftest.$ac_ext
2969 cat >>conftest.$ac_ext <<_ACEOF
2970 /* end confdefs.h. */
2973 main ()
2977 return 0;
2979 _ACEOF
2980 rm -f conftest.$ac_objext
2981 if { (ac_try="$ac_compile"
2982 case "(($ac_try" in
2983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2984 *) ac_try_echo=$ac_try;;
2985 esac
2986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2987 (eval "$ac_compile") 2>conftest.er1
2988 ac_status=$?
2989 grep -v '^ *+' conftest.er1 >conftest.err
2990 rm -f conftest.er1
2991 cat conftest.err >&5
2992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2993 (exit $ac_status); } && {
2994 test -z "$ac_c_werror_flag" ||
2995 test ! -s conftest.err
2996 } && test -s conftest.$ac_objext; then
2997 ac_cv_prog_cc_g=yes
2998 else
2999 echo "$as_me: failed program was:" >&5
3000 sed 's/^/| /' conftest.$ac_ext >&5
3002 CFLAGS=""
3003 cat >conftest.$ac_ext <<_ACEOF
3004 /* confdefs.h. */
3005 _ACEOF
3006 cat confdefs.h >>conftest.$ac_ext
3007 cat >>conftest.$ac_ext <<_ACEOF
3008 /* end confdefs.h. */
3011 main ()
3015 return 0;
3017 _ACEOF
3018 rm -f conftest.$ac_objext
3019 if { (ac_try="$ac_compile"
3020 case "(($ac_try" in
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3023 esac
3024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3025 (eval "$ac_compile") 2>conftest.er1
3026 ac_status=$?
3027 grep -v '^ *+' conftest.er1 >conftest.err
3028 rm -f conftest.er1
3029 cat conftest.err >&5
3030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3031 (exit $ac_status); } && {
3032 test -z "$ac_c_werror_flag" ||
3033 test ! -s conftest.err
3034 } && test -s conftest.$ac_objext; then
3036 else
3037 echo "$as_me: failed program was:" >&5
3038 sed 's/^/| /' conftest.$ac_ext >&5
3040 ac_c_werror_flag=$ac_save_c_werror_flag
3041 CFLAGS="-g"
3042 cat >conftest.$ac_ext <<_ACEOF
3043 /* confdefs.h. */
3044 _ACEOF
3045 cat confdefs.h >>conftest.$ac_ext
3046 cat >>conftest.$ac_ext <<_ACEOF
3047 /* end confdefs.h. */
3050 main ()
3054 return 0;
3056 _ACEOF
3057 rm -f conftest.$ac_objext
3058 if { (ac_try="$ac_compile"
3059 case "(($ac_try" in
3060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061 *) ac_try_echo=$ac_try;;
3062 esac
3063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3064 (eval "$ac_compile") 2>conftest.er1
3065 ac_status=$?
3066 grep -v '^ *+' conftest.er1 >conftest.err
3067 rm -f conftest.er1
3068 cat conftest.err >&5
3069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3070 (exit $ac_status); } && {
3071 test -z "$ac_c_werror_flag" ||
3072 test ! -s conftest.err
3073 } && test -s conftest.$ac_objext; then
3074 ac_cv_prog_cc_g=yes
3075 else
3076 echo "$as_me: failed program was:" >&5
3077 sed 's/^/| /' conftest.$ac_ext >&5
3082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3089 ac_c_werror_flag=$ac_save_c_werror_flag
3091 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3092 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3093 if test "$ac_test_CFLAGS" = set; then
3094 CFLAGS=$ac_save_CFLAGS
3095 elif test $ac_cv_prog_cc_g = yes; then
3096 if test "$GCC" = yes; then
3097 CFLAGS="-g -O2"
3098 else
3099 CFLAGS="-g"
3101 else
3102 if test "$GCC" = yes; then
3103 CFLAGS="-O2"
3104 else
3105 CFLAGS=
3108 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3109 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3110 if test "${ac_cv_prog_cc_c89+set}" = set; then
3111 echo $ECHO_N "(cached) $ECHO_C" >&6
3112 else
3113 ac_cv_prog_cc_c89=no
3114 ac_save_CC=$CC
3115 cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h. */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h. */
3121 #include <stdarg.h>
3122 #include <stdio.h>
3123 #include <sys/types.h>
3124 #include <sys/stat.h>
3125 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3126 struct buf { int x; };
3127 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3128 static char *e (p, i)
3129 char **p;
3130 int i;
3132 return p[i];
3134 static char *f (char * (*g) (char **, int), char **p, ...)
3136 char *s;
3137 va_list v;
3138 va_start (v,p);
3139 s = g (p, va_arg (v,int));
3140 va_end (v);
3141 return s;
3144 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3145 function prototypes and stuff, but not '\xHH' hex character constants.
3146 These don't provoke an error unfortunately, instead are silently treated
3147 as 'x'. The following induces an error, until -std is added to get
3148 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3149 array size at least. It's necessary to write '\x00'==0 to get something
3150 that's true only with -std. */
3151 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3153 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3154 inside strings and character constants. */
3155 #define FOO(x) 'x'
3156 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3158 int test (int i, double x);
3159 struct s1 {int (*f) (int a);};
3160 struct s2 {int (*f) (double a);};
3161 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3162 int argc;
3163 char **argv;
3165 main ()
3167 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3169 return 0;
3171 _ACEOF
3172 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3173 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3175 CC="$ac_save_CC $ac_arg"
3176 rm -f conftest.$ac_objext
3177 if { (ac_try="$ac_compile"
3178 case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181 esac
3182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3183 (eval "$ac_compile") 2>conftest.er1
3184 ac_status=$?
3185 grep -v '^ *+' conftest.er1 >conftest.err
3186 rm -f conftest.er1
3187 cat conftest.err >&5
3188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189 (exit $ac_status); } && {
3190 test -z "$ac_c_werror_flag" ||
3191 test ! -s conftest.err
3192 } && test -s conftest.$ac_objext; then
3193 ac_cv_prog_cc_c89=$ac_arg
3194 else
3195 echo "$as_me: failed program was:" >&5
3196 sed 's/^/| /' conftest.$ac_ext >&5
3201 rm -f core conftest.err conftest.$ac_objext
3202 test "x$ac_cv_prog_cc_c89" != "xno" && break
3203 done
3204 rm -f conftest.$ac_ext
3205 CC=$ac_save_CC
3208 # AC_CACHE_VAL
3209 case "x$ac_cv_prog_cc_c89" in
3211 { echo "$as_me:$LINENO: result: none needed" >&5
3212 echo "${ECHO_T}none needed" >&6; } ;;
3213 xno)
3214 { echo "$as_me:$LINENO: result: unsupported" >&5
3215 echo "${ECHO_T}unsupported" >&6; } ;;
3217 CC="$CC $ac_cv_prog_cc_c89"
3218 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3219 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3220 esac
3223 ac_ext=c
3224 ac_cpp='$CPP $CPPFLAGS'
3225 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3226 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3227 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3229 ac_ext=cpp
3230 ac_cpp='$CXXCPP $CPPFLAGS'
3231 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3232 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3233 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3234 if test -z "$CXX"; then
3235 if test -n "$CCC"; then
3236 CXX=$CCC
3237 else
3238 if test -n "$ac_tool_prefix"; then
3239 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3241 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3242 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3245 if test "${ac_cv_prog_CXX+set}" = set; then
3246 echo $ECHO_N "(cached) $ECHO_C" >&6
3247 else
3248 if test -n "$CXX"; then
3249 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3250 else
3251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3252 for as_dir in $PATH
3254 IFS=$as_save_IFS
3255 test -z "$as_dir" && as_dir=.
3256 for ac_exec_ext in '' $ac_executable_extensions; do
3257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3258 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3260 break 2
3262 done
3263 done
3264 IFS=$as_save_IFS
3268 CXX=$ac_cv_prog_CXX
3269 if test -n "$CXX"; then
3270 { echo "$as_me:$LINENO: result: $CXX" >&5
3271 echo "${ECHO_T}$CXX" >&6; }
3272 else
3273 { echo "$as_me:$LINENO: result: no" >&5
3274 echo "${ECHO_T}no" >&6; }
3278 test -n "$CXX" && break
3279 done
3281 if test -z "$CXX"; then
3282 ac_ct_CXX=$CXX
3283 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3285 # Extract the first word of "$ac_prog", so it can be a program name with args.
3286 set dummy $ac_prog; ac_word=$2
3287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3289 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3290 echo $ECHO_N "(cached) $ECHO_C" >&6
3291 else
3292 if test -n "$ac_ct_CXX"; then
3293 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3294 else
3295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3296 for as_dir in $PATH
3298 IFS=$as_save_IFS
3299 test -z "$as_dir" && as_dir=.
3300 for ac_exec_ext in '' $ac_executable_extensions; do
3301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3302 ac_cv_prog_ac_ct_CXX="$ac_prog"
3303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3304 break 2
3306 done
3307 done
3308 IFS=$as_save_IFS
3312 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3313 if test -n "$ac_ct_CXX"; then
3314 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3315 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3316 else
3317 { echo "$as_me:$LINENO: result: no" >&5
3318 echo "${ECHO_T}no" >&6; }
3322 test -n "$ac_ct_CXX" && break
3323 done
3325 if test "x$ac_ct_CXX" = x; then
3326 CXX="g++"
3327 else
3328 case $cross_compiling:$ac_tool_warned in
3329 yes:)
3330 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3331 whose name does not start with the host triplet. If you think this
3332 configuration is useful to you, please write to autoconf@gnu.org." >&5
3333 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3334 whose name does not start with the host triplet. If you think this
3335 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3336 ac_tool_warned=yes ;;
3337 esac
3338 CXX=$ac_ct_CXX
3344 # Provide some information about the compiler.
3345 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3346 ac_compiler=`set X $ac_compile; echo $2`
3347 { (ac_try="$ac_compiler --version >&5"
3348 case "(($ac_try" in
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3351 esac
3352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3353 (eval "$ac_compiler --version >&5") 2>&5
3354 ac_status=$?
3355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356 (exit $ac_status); }
3357 { (ac_try="$ac_compiler -v >&5"
3358 case "(($ac_try" in
3359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360 *) ac_try_echo=$ac_try;;
3361 esac
3362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3363 (eval "$ac_compiler -v >&5") 2>&5
3364 ac_status=$?
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); }
3367 { (ac_try="$ac_compiler -V >&5"
3368 case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3373 (eval "$ac_compiler -V >&5") 2>&5
3374 ac_status=$?
3375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3376 (exit $ac_status); }
3378 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3379 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3380 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3381 echo $ECHO_N "(cached) $ECHO_C" >&6
3382 else
3383 cat >conftest.$ac_ext <<_ACEOF
3384 /* confdefs.h. */
3385 _ACEOF
3386 cat confdefs.h >>conftest.$ac_ext
3387 cat >>conftest.$ac_ext <<_ACEOF
3388 /* end confdefs.h. */
3391 main ()
3393 #ifndef __GNUC__
3394 choke me
3395 #endif
3398 return 0;
3400 _ACEOF
3401 rm -f conftest.$ac_objext
3402 if { (ac_try="$ac_compile"
3403 case "(($ac_try" in
3404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3405 *) ac_try_echo=$ac_try;;
3406 esac
3407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3408 (eval "$ac_compile") 2>conftest.er1
3409 ac_status=$?
3410 grep -v '^ *+' conftest.er1 >conftest.err
3411 rm -f conftest.er1
3412 cat conftest.err >&5
3413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3414 (exit $ac_status); } && {
3415 test -z "$ac_cxx_werror_flag" ||
3416 test ! -s conftest.err
3417 } && test -s conftest.$ac_objext; then
3418 ac_compiler_gnu=yes
3419 else
3420 echo "$as_me: failed program was:" >&5
3421 sed 's/^/| /' conftest.$ac_ext >&5
3423 ac_compiler_gnu=no
3426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3427 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3430 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3431 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3432 GXX=`test $ac_compiler_gnu = yes && echo yes`
3433 ac_test_CXXFLAGS=${CXXFLAGS+set}
3434 ac_save_CXXFLAGS=$CXXFLAGS
3435 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3436 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3437 if test "${ac_cv_prog_cxx_g+set}" = set; then
3438 echo $ECHO_N "(cached) $ECHO_C" >&6
3439 else
3440 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3441 ac_cxx_werror_flag=yes
3442 ac_cv_prog_cxx_g=no
3443 CXXFLAGS="-g"
3444 cat >conftest.$ac_ext <<_ACEOF
3445 /* confdefs.h. */
3446 _ACEOF
3447 cat confdefs.h >>conftest.$ac_ext
3448 cat >>conftest.$ac_ext <<_ACEOF
3449 /* end confdefs.h. */
3452 main ()
3456 return 0;
3458 _ACEOF
3459 rm -f conftest.$ac_objext
3460 if { (ac_try="$ac_compile"
3461 case "(($ac_try" in
3462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3463 *) ac_try_echo=$ac_try;;
3464 esac
3465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3466 (eval "$ac_compile") 2>conftest.er1
3467 ac_status=$?
3468 grep -v '^ *+' conftest.er1 >conftest.err
3469 rm -f conftest.er1
3470 cat conftest.err >&5
3471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3472 (exit $ac_status); } && {
3473 test -z "$ac_cxx_werror_flag" ||
3474 test ! -s conftest.err
3475 } && test -s conftest.$ac_objext; then
3476 ac_cv_prog_cxx_g=yes
3477 else
3478 echo "$as_me: failed program was:" >&5
3479 sed 's/^/| /' conftest.$ac_ext >&5
3481 CXXFLAGS=""
3482 cat >conftest.$ac_ext <<_ACEOF
3483 /* confdefs.h. */
3484 _ACEOF
3485 cat confdefs.h >>conftest.$ac_ext
3486 cat >>conftest.$ac_ext <<_ACEOF
3487 /* end confdefs.h. */
3490 main ()
3494 return 0;
3496 _ACEOF
3497 rm -f conftest.$ac_objext
3498 if { (ac_try="$ac_compile"
3499 case "(($ac_try" in
3500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501 *) ac_try_echo=$ac_try;;
3502 esac
3503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3504 (eval "$ac_compile") 2>conftest.er1
3505 ac_status=$?
3506 grep -v '^ *+' conftest.er1 >conftest.err
3507 rm -f conftest.er1
3508 cat conftest.err >&5
3509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3510 (exit $ac_status); } && {
3511 test -z "$ac_cxx_werror_flag" ||
3512 test ! -s conftest.err
3513 } && test -s conftest.$ac_objext; then
3515 else
3516 echo "$as_me: failed program was:" >&5
3517 sed 's/^/| /' conftest.$ac_ext >&5
3519 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3520 CXXFLAGS="-g"
3521 cat >conftest.$ac_ext <<_ACEOF
3522 /* confdefs.h. */
3523 _ACEOF
3524 cat confdefs.h >>conftest.$ac_ext
3525 cat >>conftest.$ac_ext <<_ACEOF
3526 /* end confdefs.h. */
3529 main ()
3533 return 0;
3535 _ACEOF
3536 rm -f conftest.$ac_objext
3537 if { (ac_try="$ac_compile"
3538 case "(($ac_try" in
3539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3540 *) ac_try_echo=$ac_try;;
3541 esac
3542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3543 (eval "$ac_compile") 2>conftest.er1
3544 ac_status=$?
3545 grep -v '^ *+' conftest.er1 >conftest.err
3546 rm -f conftest.er1
3547 cat conftest.err >&5
3548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3549 (exit $ac_status); } && {
3550 test -z "$ac_cxx_werror_flag" ||
3551 test ! -s conftest.err
3552 } && test -s conftest.$ac_objext; then
3553 ac_cv_prog_cxx_g=yes
3554 else
3555 echo "$as_me: failed program was:" >&5
3556 sed 's/^/| /' conftest.$ac_ext >&5
3561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3568 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3570 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3571 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3572 if test "$ac_test_CXXFLAGS" = set; then
3573 CXXFLAGS=$ac_save_CXXFLAGS
3574 elif test $ac_cv_prog_cxx_g = yes; then
3575 if test "$GXX" = yes; then
3576 CXXFLAGS="-g -O2"
3577 else
3578 CXXFLAGS="-g"
3580 else
3581 if test "$GXX" = yes; then
3582 CXXFLAGS="-O2"
3583 else
3584 CXXFLAGS=
3587 ac_ext=c
3588 ac_cpp='$CPP $CPPFLAGS'
3589 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3590 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3591 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3593 if test -n "$ac_tool_prefix"; then
3594 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3595 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3596 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3598 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3599 echo $ECHO_N "(cached) $ECHO_C" >&6
3600 else
3601 if test -n "$CPPBIN"; then
3602 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3603 else
3604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3605 for as_dir in $PATH
3607 IFS=$as_save_IFS
3608 test -z "$as_dir" && as_dir=.
3609 for ac_exec_ext in '' $ac_executable_extensions; do
3610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3611 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3612 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3613 break 2
3615 done
3616 done
3617 IFS=$as_save_IFS
3621 CPPBIN=$ac_cv_prog_CPPBIN
3622 if test -n "$CPPBIN"; then
3623 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3624 echo "${ECHO_T}$CPPBIN" >&6; }
3625 else
3626 { echo "$as_me:$LINENO: result: no" >&5
3627 echo "${ECHO_T}no" >&6; }
3632 if test -z "$ac_cv_prog_CPPBIN"; then
3633 ac_ct_CPPBIN=$CPPBIN
3634 # Extract the first word of "cpp", so it can be a program name with args.
3635 set dummy cpp; ac_word=$2
3636 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3638 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3639 echo $ECHO_N "(cached) $ECHO_C" >&6
3640 else
3641 if test -n "$ac_ct_CPPBIN"; then
3642 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3643 else
3644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3645 for as_dir in $PATH
3647 IFS=$as_save_IFS
3648 test -z "$as_dir" && as_dir=.
3649 for ac_exec_ext in '' $ac_executable_extensions; do
3650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3651 ac_cv_prog_ac_ct_CPPBIN="cpp"
3652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3653 break 2
3655 done
3656 done
3657 IFS=$as_save_IFS
3661 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3662 if test -n "$ac_ct_CPPBIN"; then
3663 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3664 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3665 else
3666 { echo "$as_me:$LINENO: result: no" >&5
3667 echo "${ECHO_T}no" >&6; }
3670 if test "x$ac_ct_CPPBIN" = x; then
3671 CPPBIN="cpp"
3672 else
3673 case $cross_compiling:$ac_tool_warned in
3674 yes:)
3675 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3676 whose name does not start with the host triplet. If you think this
3677 configuration is useful to you, please write to autoconf@gnu.org." >&5
3678 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3679 whose name does not start with the host triplet. If you think this
3680 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3681 ac_tool_warned=yes ;;
3682 esac
3683 CPPBIN=$ac_ct_CPPBIN
3685 else
3686 CPPBIN="$ac_cv_prog_CPPBIN"
3690 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3691 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3692 if test "${wine_cv_toolsdir+set}" = set; then
3693 echo $ECHO_N "(cached) $ECHO_C" >&6
3694 else
3695 if test -z "$with_wine_tools"; then
3696 if test "$cross_compiling" = "yes"; then
3697 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3698 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3699 { (exit 1); exit 1; }; }
3700 else
3701 wine_cv_toolsdir="\$(TOPOBJDIR)"
3703 elif test -d "$with_wine_tools/tools/winebuild"; then
3704 case $with_wine_tools in
3705 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3706 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3707 esac
3708 else
3709 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3710 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3711 { (exit 1); exit 1; }; }
3714 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3715 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3716 TOOLSDIR=$wine_cv_toolsdir
3720 ac_ext=c
3721 ac_cpp='$CPP $CPPFLAGS'
3722 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3723 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3724 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3725 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3726 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3727 # On Suns, sometimes $CPP names a directory.
3728 if test -n "$CPP" && test -d "$CPP"; then
3729 CPP=
3731 if test -z "$CPP"; then
3732 if test "${ac_cv_prog_CPP+set}" = set; then
3733 echo $ECHO_N "(cached) $ECHO_C" >&6
3734 else
3735 # Double quotes because CPP needs to be expanded
3736 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3738 ac_preproc_ok=false
3739 for ac_c_preproc_warn_flag in '' yes
3741 # Use a header file that comes with gcc, so configuring glibc
3742 # with a fresh cross-compiler works.
3743 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3744 # <limits.h> exists even on freestanding compilers.
3745 # On the NeXT, cc -E runs the code through the compiler's parser,
3746 # not just through cpp. "Syntax error" is here to catch this case.
3747 cat >conftest.$ac_ext <<_ACEOF
3748 /* confdefs.h. */
3749 _ACEOF
3750 cat confdefs.h >>conftest.$ac_ext
3751 cat >>conftest.$ac_ext <<_ACEOF
3752 /* end confdefs.h. */
3753 #ifdef __STDC__
3754 # include <limits.h>
3755 #else
3756 # include <assert.h>
3757 #endif
3758 Syntax error
3759 _ACEOF
3760 if { (ac_try="$ac_cpp conftest.$ac_ext"
3761 case "(($ac_try" in
3762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3763 *) ac_try_echo=$ac_try;;
3764 esac
3765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3766 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3767 ac_status=$?
3768 grep -v '^ *+' conftest.er1 >conftest.err
3769 rm -f conftest.er1
3770 cat conftest.err >&5
3771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3772 (exit $ac_status); } >/dev/null && {
3773 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3774 test ! -s conftest.err
3775 }; then
3777 else
3778 echo "$as_me: failed program was:" >&5
3779 sed 's/^/| /' conftest.$ac_ext >&5
3781 # Broken: fails on valid input.
3782 continue
3785 rm -f conftest.err conftest.$ac_ext
3787 # OK, works on sane cases. Now check whether nonexistent headers
3788 # can be detected and how.
3789 cat >conftest.$ac_ext <<_ACEOF
3790 /* confdefs.h. */
3791 _ACEOF
3792 cat confdefs.h >>conftest.$ac_ext
3793 cat >>conftest.$ac_ext <<_ACEOF
3794 /* end confdefs.h. */
3795 #include <ac_nonexistent.h>
3796 _ACEOF
3797 if { (ac_try="$ac_cpp conftest.$ac_ext"
3798 case "(($ac_try" in
3799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3800 *) ac_try_echo=$ac_try;;
3801 esac
3802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3803 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3804 ac_status=$?
3805 grep -v '^ *+' conftest.er1 >conftest.err
3806 rm -f conftest.er1
3807 cat conftest.err >&5
3808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3809 (exit $ac_status); } >/dev/null && {
3810 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3811 test ! -s conftest.err
3812 }; then
3813 # Broken: success on invalid input.
3814 continue
3815 else
3816 echo "$as_me: failed program was:" >&5
3817 sed 's/^/| /' conftest.$ac_ext >&5
3819 # Passes both tests.
3820 ac_preproc_ok=:
3821 break
3824 rm -f conftest.err conftest.$ac_ext
3826 done
3827 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3828 rm -f conftest.err conftest.$ac_ext
3829 if $ac_preproc_ok; then
3830 break
3833 done
3834 ac_cv_prog_CPP=$CPP
3837 CPP=$ac_cv_prog_CPP
3838 else
3839 ac_cv_prog_CPP=$CPP
3841 { echo "$as_me:$LINENO: result: $CPP" >&5
3842 echo "${ECHO_T}$CPP" >&6; }
3843 ac_preproc_ok=false
3844 for ac_c_preproc_warn_flag in '' yes
3846 # Use a header file that comes with gcc, so configuring glibc
3847 # with a fresh cross-compiler works.
3848 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3849 # <limits.h> exists even on freestanding compilers.
3850 # On the NeXT, cc -E runs the code through the compiler's parser,
3851 # not just through cpp. "Syntax error" is here to catch this case.
3852 cat >conftest.$ac_ext <<_ACEOF
3853 /* confdefs.h. */
3854 _ACEOF
3855 cat confdefs.h >>conftest.$ac_ext
3856 cat >>conftest.$ac_ext <<_ACEOF
3857 /* end confdefs.h. */
3858 #ifdef __STDC__
3859 # include <limits.h>
3860 #else
3861 # include <assert.h>
3862 #endif
3863 Syntax error
3864 _ACEOF
3865 if { (ac_try="$ac_cpp conftest.$ac_ext"
3866 case "(($ac_try" in
3867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3868 *) ac_try_echo=$ac_try;;
3869 esac
3870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3871 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3872 ac_status=$?
3873 grep -v '^ *+' conftest.er1 >conftest.err
3874 rm -f conftest.er1
3875 cat conftest.err >&5
3876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877 (exit $ac_status); } >/dev/null && {
3878 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3879 test ! -s conftest.err
3880 }; then
3882 else
3883 echo "$as_me: failed program was:" >&5
3884 sed 's/^/| /' conftest.$ac_ext >&5
3886 # Broken: fails on valid input.
3887 continue
3890 rm -f conftest.err conftest.$ac_ext
3892 # OK, works on sane cases. Now check whether nonexistent headers
3893 # can be detected and how.
3894 cat >conftest.$ac_ext <<_ACEOF
3895 /* confdefs.h. */
3896 _ACEOF
3897 cat confdefs.h >>conftest.$ac_ext
3898 cat >>conftest.$ac_ext <<_ACEOF
3899 /* end confdefs.h. */
3900 #include <ac_nonexistent.h>
3901 _ACEOF
3902 if { (ac_try="$ac_cpp conftest.$ac_ext"
3903 case "(($ac_try" in
3904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3905 *) ac_try_echo=$ac_try;;
3906 esac
3907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3908 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3909 ac_status=$?
3910 grep -v '^ *+' conftest.er1 >conftest.err
3911 rm -f conftest.er1
3912 cat conftest.err >&5
3913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914 (exit $ac_status); } >/dev/null && {
3915 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3916 test ! -s conftest.err
3917 }; then
3918 # Broken: success on invalid input.
3919 continue
3920 else
3921 echo "$as_me: failed program was:" >&5
3922 sed 's/^/| /' conftest.$ac_ext >&5
3924 # Passes both tests.
3925 ac_preproc_ok=:
3926 break
3929 rm -f conftest.err conftest.$ac_ext
3931 done
3932 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3933 rm -f conftest.err conftest.$ac_ext
3934 if $ac_preproc_ok; then
3936 else
3937 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3938 See \`config.log' for more details." >&5
3939 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3940 See \`config.log' for more details." >&2;}
3941 { (exit 1); exit 1; }; }
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3951 { echo "$as_me:$LINENO: checking for X" >&5
3952 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3955 # Check whether --with-x was given.
3956 if test "${with_x+set}" = set; then
3957 withval=$with_x;
3960 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3961 if test "x$with_x" = xno; then
3962 # The user explicitly disabled X.
3963 have_x=disabled
3964 else
3965 case $x_includes,$x_libraries in #(
3966 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3967 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3968 { (exit 1); exit 1; }; };; #(
3969 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3970 echo $ECHO_N "(cached) $ECHO_C" >&6
3971 else
3972 # One or both of the vars are not set, and there is no cached value.
3973 ac_x_includes=no ac_x_libraries=no
3974 rm -f -r conftest.dir
3975 if mkdir conftest.dir; then
3976 cd conftest.dir
3977 cat >Imakefile <<'_ACEOF'
3978 incroot:
3979 @echo incroot='${INCROOT}'
3980 usrlibdir:
3981 @echo usrlibdir='${USRLIBDIR}'
3982 libdir:
3983 @echo libdir='${LIBDIR}'
3984 _ACEOF
3985 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3986 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3987 for ac_var in incroot usrlibdir libdir; do
3988 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3989 done
3990 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3991 for ac_extension in a so sl; do
3992 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3993 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3994 ac_im_usrlibdir=$ac_im_libdir; break
3996 done
3997 # Screen out bogus values from the imake configuration. They are
3998 # bogus both because they are the default anyway, and because
3999 # using them would break gcc on systems where it needs fixed includes.
4000 case $ac_im_incroot in
4001 /usr/include) ac_x_includes= ;;
4002 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4003 esac
4004 case $ac_im_usrlibdir in
4005 /usr/lib | /lib) ;;
4006 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4007 esac
4009 cd ..
4010 rm -f -r conftest.dir
4013 # Standard set of common directories for X headers.
4014 # Check X11 before X11Rn because it is often a symlink to the current release.
4015 ac_x_header_dirs='
4016 /usr/X11/include
4017 /usr/X11R6/include
4018 /usr/X11R5/include
4019 /usr/X11R4/include
4021 /usr/include/X11
4022 /usr/include/X11R6
4023 /usr/include/X11R5
4024 /usr/include/X11R4
4026 /usr/local/X11/include
4027 /usr/local/X11R6/include
4028 /usr/local/X11R5/include
4029 /usr/local/X11R4/include
4031 /usr/local/include/X11
4032 /usr/local/include/X11R6
4033 /usr/local/include/X11R5
4034 /usr/local/include/X11R4
4036 /usr/X386/include
4037 /usr/x386/include
4038 /usr/XFree86/include/X11
4040 /usr/include
4041 /usr/local/include
4042 /usr/unsupported/include
4043 /usr/athena/include
4044 /usr/local/x11r5/include
4045 /usr/lpp/Xamples/include
4047 /usr/openwin/include
4048 /usr/openwin/share/include'
4050 if test "$ac_x_includes" = no; then
4051 # Guess where to find include files, by looking for Xlib.h.
4052 # First, try using that file with no special directory specified.
4053 cat >conftest.$ac_ext <<_ACEOF
4054 /* confdefs.h. */
4055 _ACEOF
4056 cat confdefs.h >>conftest.$ac_ext
4057 cat >>conftest.$ac_ext <<_ACEOF
4058 /* end confdefs.h. */
4059 #include <X11/Xlib.h>
4060 _ACEOF
4061 if { (ac_try="$ac_cpp conftest.$ac_ext"
4062 case "(($ac_try" in
4063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4064 *) ac_try_echo=$ac_try;;
4065 esac
4066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4067 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4068 ac_status=$?
4069 grep -v '^ *+' conftest.er1 >conftest.err
4070 rm -f conftest.er1
4071 cat conftest.err >&5
4072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4073 (exit $ac_status); } >/dev/null && {
4074 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4075 test ! -s conftest.err
4076 }; then
4077 # We can compile using X headers with no special include directory.
4078 ac_x_includes=
4079 else
4080 echo "$as_me: failed program was:" >&5
4081 sed 's/^/| /' conftest.$ac_ext >&5
4083 for ac_dir in $ac_x_header_dirs; do
4084 if test -r "$ac_dir/X11/Xlib.h"; then
4085 ac_x_includes=$ac_dir
4086 break
4088 done
4091 rm -f conftest.err conftest.$ac_ext
4092 fi # $ac_x_includes = no
4094 if test "$ac_x_libraries" = no; then
4095 # Check for the libraries.
4096 # See if we find them without any special options.
4097 # Don't add to $LIBS permanently.
4098 ac_save_LIBS=$LIBS
4099 LIBS="-lX11 $LIBS"
4100 cat >conftest.$ac_ext <<_ACEOF
4101 /* confdefs.h. */
4102 _ACEOF
4103 cat confdefs.h >>conftest.$ac_ext
4104 cat >>conftest.$ac_ext <<_ACEOF
4105 /* end confdefs.h. */
4106 #include <X11/Xlib.h>
4108 main ()
4110 XrmInitialize ()
4112 return 0;
4114 _ACEOF
4115 rm -f conftest.$ac_objext conftest$ac_exeext
4116 if { (ac_try="$ac_link"
4117 case "(($ac_try" in
4118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4119 *) ac_try_echo=$ac_try;;
4120 esac
4121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4122 (eval "$ac_link") 2>conftest.er1
4123 ac_status=$?
4124 grep -v '^ *+' conftest.er1 >conftest.err
4125 rm -f conftest.er1
4126 cat conftest.err >&5
4127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4128 (exit $ac_status); } && {
4129 test -z "$ac_c_werror_flag" ||
4130 test ! -s conftest.err
4131 } && test -s conftest$ac_exeext &&
4132 $as_test_x conftest$ac_exeext; then
4133 LIBS=$ac_save_LIBS
4134 # We can link X programs with no special library path.
4135 ac_x_libraries=
4136 else
4137 echo "$as_me: failed program was:" >&5
4138 sed 's/^/| /' conftest.$ac_ext >&5
4140 LIBS=$ac_save_LIBS
4141 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4143 # Don't even attempt the hair of trying to link an X program!
4144 for ac_extension in a so sl; do
4145 if test -r "$ac_dir/libX11.$ac_extension"; then
4146 ac_x_libraries=$ac_dir
4147 break 2
4149 done
4150 done
4153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4154 conftest$ac_exeext conftest.$ac_ext
4155 fi # $ac_x_libraries = no
4157 case $ac_x_includes,$ac_x_libraries in #(
4158 no,* | *,no | *\'*)
4159 # Didn't find X, or a directory has "'" in its name.
4160 ac_cv_have_x="have_x=no";; #(
4162 # Record where we found X for the cache.
4163 ac_cv_have_x="have_x=yes\
4164 ac_x_includes='$ac_x_includes'\
4165 ac_x_libraries='$ac_x_libraries'"
4166 esac
4168 ;; #(
4169 *) have_x=yes;;
4170 esac
4171 eval "$ac_cv_have_x"
4172 fi # $with_x != no
4174 if test "$have_x" != yes; then
4175 { echo "$as_me:$LINENO: result: $have_x" >&5
4176 echo "${ECHO_T}$have_x" >&6; }
4177 no_x=yes
4178 else
4179 # If each of the values was on the command line, it overrides each guess.
4180 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4181 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4182 # Update the cache value to reflect the command line values.
4183 ac_cv_have_x="have_x=yes\
4184 ac_x_includes='$x_includes'\
4185 ac_x_libraries='$x_libraries'"
4186 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4187 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4190 if test "$no_x" = yes; then
4191 # Not all programs may use this symbol, but it does not hurt to define it.
4193 cat >>confdefs.h <<\_ACEOF
4194 #define X_DISPLAY_MISSING 1
4195 _ACEOF
4197 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4198 else
4199 if test -n "$x_includes"; then
4200 X_CFLAGS="$X_CFLAGS -I$x_includes"
4203 # It would also be nice to do this for all -L options, not just this one.
4204 if test -n "$x_libraries"; then
4205 X_LIBS="$X_LIBS -L$x_libraries"
4206 # For Solaris; some versions of Sun CC require a space after -R and
4207 # others require no space. Words are not sufficient . . . .
4208 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4209 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4210 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4211 ac_xsave_c_werror_flag=$ac_c_werror_flag
4212 ac_c_werror_flag=yes
4213 cat >conftest.$ac_ext <<_ACEOF
4214 /* confdefs.h. */
4215 _ACEOF
4216 cat confdefs.h >>conftest.$ac_ext
4217 cat >>conftest.$ac_ext <<_ACEOF
4218 /* end confdefs.h. */
4221 main ()
4225 return 0;
4227 _ACEOF
4228 rm -f conftest.$ac_objext conftest$ac_exeext
4229 if { (ac_try="$ac_link"
4230 case "(($ac_try" in
4231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4232 *) ac_try_echo=$ac_try;;
4233 esac
4234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4235 (eval "$ac_link") 2>conftest.er1
4236 ac_status=$?
4237 grep -v '^ *+' conftest.er1 >conftest.err
4238 rm -f conftest.er1
4239 cat conftest.err >&5
4240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4241 (exit $ac_status); } && {
4242 test -z "$ac_c_werror_flag" ||
4243 test ! -s conftest.err
4244 } && test -s conftest$ac_exeext &&
4245 $as_test_x conftest$ac_exeext; then
4246 { echo "$as_me:$LINENO: result: no" >&5
4247 echo "${ECHO_T}no" >&6; }
4248 X_LIBS="$X_LIBS -R$x_libraries"
4249 else
4250 echo "$as_me: failed program was:" >&5
4251 sed 's/^/| /' conftest.$ac_ext >&5
4253 LIBS="$ac_xsave_LIBS -R $x_libraries"
4254 cat >conftest.$ac_ext <<_ACEOF
4255 /* confdefs.h. */
4256 _ACEOF
4257 cat confdefs.h >>conftest.$ac_ext
4258 cat >>conftest.$ac_ext <<_ACEOF
4259 /* end confdefs.h. */
4262 main ()
4266 return 0;
4268 _ACEOF
4269 rm -f conftest.$ac_objext conftest$ac_exeext
4270 if { (ac_try="$ac_link"
4271 case "(($ac_try" in
4272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4273 *) ac_try_echo=$ac_try;;
4274 esac
4275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4276 (eval "$ac_link") 2>conftest.er1
4277 ac_status=$?
4278 grep -v '^ *+' conftest.er1 >conftest.err
4279 rm -f conftest.er1
4280 cat conftest.err >&5
4281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); } && {
4283 test -z "$ac_c_werror_flag" ||
4284 test ! -s conftest.err
4285 } && test -s conftest$ac_exeext &&
4286 $as_test_x conftest$ac_exeext; then
4287 { echo "$as_me:$LINENO: result: yes" >&5
4288 echo "${ECHO_T}yes" >&6; }
4289 X_LIBS="$X_LIBS -R $x_libraries"
4290 else
4291 echo "$as_me: failed program was:" >&5
4292 sed 's/^/| /' conftest.$ac_ext >&5
4294 { echo "$as_me:$LINENO: result: neither works" >&5
4295 echo "${ECHO_T}neither works" >&6; }
4298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4299 conftest$ac_exeext conftest.$ac_ext
4302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4303 conftest$ac_exeext conftest.$ac_ext
4304 ac_c_werror_flag=$ac_xsave_c_werror_flag
4305 LIBS=$ac_xsave_LIBS
4308 # Check for system-dependent libraries X programs must link with.
4309 # Do this before checking for the system-independent R6 libraries
4310 # (-lICE), since we may need -lsocket or whatever for X linking.
4312 if test "$ISC" = yes; then
4313 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4314 else
4315 # Martyn Johnson says this is needed for Ultrix, if the X
4316 # libraries were built with DECnet support. And Karl Berry says
4317 # the Alpha needs dnet_stub (dnet does not exist).
4318 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4319 cat >conftest.$ac_ext <<_ACEOF
4320 /* confdefs.h. */
4321 _ACEOF
4322 cat confdefs.h >>conftest.$ac_ext
4323 cat >>conftest.$ac_ext <<_ACEOF
4324 /* end confdefs.h. */
4326 /* Override any GCC internal prototype to avoid an error.
4327 Use char because int might match the return type of a GCC
4328 builtin and then its argument prototype would still apply. */
4329 #ifdef __cplusplus
4330 extern "C"
4331 #endif
4332 char XOpenDisplay ();
4334 main ()
4336 return XOpenDisplay ();
4338 return 0;
4340 _ACEOF
4341 rm -f conftest.$ac_objext conftest$ac_exeext
4342 if { (ac_try="$ac_link"
4343 case "(($ac_try" in
4344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4345 *) ac_try_echo=$ac_try;;
4346 esac
4347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4348 (eval "$ac_link") 2>conftest.er1
4349 ac_status=$?
4350 grep -v '^ *+' conftest.er1 >conftest.err
4351 rm -f conftest.er1
4352 cat conftest.err >&5
4353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4354 (exit $ac_status); } && {
4355 test -z "$ac_c_werror_flag" ||
4356 test ! -s conftest.err
4357 } && test -s conftest$ac_exeext &&
4358 $as_test_x conftest$ac_exeext; then
4360 else
4361 echo "$as_me: failed program was:" >&5
4362 sed 's/^/| /' conftest.$ac_ext >&5
4364 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4365 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4366 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4367 echo $ECHO_N "(cached) $ECHO_C" >&6
4368 else
4369 ac_check_lib_save_LIBS=$LIBS
4370 LIBS="-ldnet $LIBS"
4371 cat >conftest.$ac_ext <<_ACEOF
4372 /* confdefs.h. */
4373 _ACEOF
4374 cat confdefs.h >>conftest.$ac_ext
4375 cat >>conftest.$ac_ext <<_ACEOF
4376 /* end confdefs.h. */
4378 /* Override any GCC internal prototype to avoid an error.
4379 Use char because int might match the return type of a GCC
4380 builtin and then its argument prototype would still apply. */
4381 #ifdef __cplusplus
4382 extern "C"
4383 #endif
4384 char dnet_ntoa ();
4386 main ()
4388 return dnet_ntoa ();
4390 return 0;
4392 _ACEOF
4393 rm -f conftest.$ac_objext conftest$ac_exeext
4394 if { (ac_try="$ac_link"
4395 case "(($ac_try" in
4396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4397 *) ac_try_echo=$ac_try;;
4398 esac
4399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4400 (eval "$ac_link") 2>conftest.er1
4401 ac_status=$?
4402 grep -v '^ *+' conftest.er1 >conftest.err
4403 rm -f conftest.er1
4404 cat conftest.err >&5
4405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4406 (exit $ac_status); } && {
4407 test -z "$ac_c_werror_flag" ||
4408 test ! -s conftest.err
4409 } && test -s conftest$ac_exeext &&
4410 $as_test_x conftest$ac_exeext; then
4411 ac_cv_lib_dnet_dnet_ntoa=yes
4412 else
4413 echo "$as_me: failed program was:" >&5
4414 sed 's/^/| /' conftest.$ac_ext >&5
4416 ac_cv_lib_dnet_dnet_ntoa=no
4419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4420 conftest$ac_exeext conftest.$ac_ext
4421 LIBS=$ac_check_lib_save_LIBS
4423 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4424 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4425 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4426 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4429 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4430 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4431 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4432 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4433 echo $ECHO_N "(cached) $ECHO_C" >&6
4434 else
4435 ac_check_lib_save_LIBS=$LIBS
4436 LIBS="-ldnet_stub $LIBS"
4437 cat >conftest.$ac_ext <<_ACEOF
4438 /* confdefs.h. */
4439 _ACEOF
4440 cat confdefs.h >>conftest.$ac_ext
4441 cat >>conftest.$ac_ext <<_ACEOF
4442 /* end confdefs.h. */
4444 /* Override any GCC internal prototype to avoid an error.
4445 Use char because int might match the return type of a GCC
4446 builtin and then its argument prototype would still apply. */
4447 #ifdef __cplusplus
4448 extern "C"
4449 #endif
4450 char dnet_ntoa ();
4452 main ()
4454 return dnet_ntoa ();
4456 return 0;
4458 _ACEOF
4459 rm -f conftest.$ac_objext conftest$ac_exeext
4460 if { (ac_try="$ac_link"
4461 case "(($ac_try" in
4462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4463 *) ac_try_echo=$ac_try;;
4464 esac
4465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4466 (eval "$ac_link") 2>conftest.er1
4467 ac_status=$?
4468 grep -v '^ *+' conftest.er1 >conftest.err
4469 rm -f conftest.er1
4470 cat conftest.err >&5
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } && {
4473 test -z "$ac_c_werror_flag" ||
4474 test ! -s conftest.err
4475 } && test -s conftest$ac_exeext &&
4476 $as_test_x conftest$ac_exeext; then
4477 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4478 else
4479 echo "$as_me: failed program was:" >&5
4480 sed 's/^/| /' conftest.$ac_ext >&5
4482 ac_cv_lib_dnet_stub_dnet_ntoa=no
4485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4486 conftest$ac_exeext conftest.$ac_ext
4487 LIBS=$ac_check_lib_save_LIBS
4489 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4490 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4491 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4492 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4499 conftest$ac_exeext conftest.$ac_ext
4500 LIBS="$ac_xsave_LIBS"
4502 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4503 # to get the SysV transport functions.
4504 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4505 # needs -lnsl.
4506 # The nsl library prevents programs from opening the X display
4507 # on Irix 5.2, according to T.E. Dickey.
4508 # The functions gethostbyname, getservbyname, and inet_addr are
4509 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4510 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4511 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4512 if test "${ac_cv_func_gethostbyname+set}" = set; then
4513 echo $ECHO_N "(cached) $ECHO_C" >&6
4514 else
4515 cat >conftest.$ac_ext <<_ACEOF
4516 /* confdefs.h. */
4517 _ACEOF
4518 cat confdefs.h >>conftest.$ac_ext
4519 cat >>conftest.$ac_ext <<_ACEOF
4520 /* end confdefs.h. */
4521 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4522 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4523 #define gethostbyname innocuous_gethostbyname
4525 /* System header to define __stub macros and hopefully few prototypes,
4526 which can conflict with char gethostbyname (); below.
4527 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4528 <limits.h> exists even on freestanding compilers. */
4530 #ifdef __STDC__
4531 # include <limits.h>
4532 #else
4533 # include <assert.h>
4534 #endif
4536 #undef gethostbyname
4538 /* Override any GCC internal prototype to avoid an error.
4539 Use char because int might match the return type of a GCC
4540 builtin and then its argument prototype would still apply. */
4541 #ifdef __cplusplus
4542 extern "C"
4543 #endif
4544 char gethostbyname ();
4545 /* The GNU C library defines this for functions which it implements
4546 to always fail with ENOSYS. Some functions are actually named
4547 something starting with __ and the normal name is an alias. */
4548 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4549 choke me
4550 #endif
4553 main ()
4555 return gethostbyname ();
4557 return 0;
4559 _ACEOF
4560 rm -f conftest.$ac_objext conftest$ac_exeext
4561 if { (ac_try="$ac_link"
4562 case "(($ac_try" in
4563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4564 *) ac_try_echo=$ac_try;;
4565 esac
4566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4567 (eval "$ac_link") 2>conftest.er1
4568 ac_status=$?
4569 grep -v '^ *+' conftest.er1 >conftest.err
4570 rm -f conftest.er1
4571 cat conftest.err >&5
4572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4573 (exit $ac_status); } && {
4574 test -z "$ac_c_werror_flag" ||
4575 test ! -s conftest.err
4576 } && test -s conftest$ac_exeext &&
4577 $as_test_x conftest$ac_exeext; then
4578 ac_cv_func_gethostbyname=yes
4579 else
4580 echo "$as_me: failed program was:" >&5
4581 sed 's/^/| /' conftest.$ac_ext >&5
4583 ac_cv_func_gethostbyname=no
4586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4587 conftest$ac_exeext conftest.$ac_ext
4589 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4590 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4592 if test $ac_cv_func_gethostbyname = no; then
4593 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4594 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4595 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4596 echo $ECHO_N "(cached) $ECHO_C" >&6
4597 else
4598 ac_check_lib_save_LIBS=$LIBS
4599 LIBS="-lnsl $LIBS"
4600 cat >conftest.$ac_ext <<_ACEOF
4601 /* confdefs.h. */
4602 _ACEOF
4603 cat confdefs.h >>conftest.$ac_ext
4604 cat >>conftest.$ac_ext <<_ACEOF
4605 /* end confdefs.h. */
4607 /* Override any GCC internal prototype to avoid an error.
4608 Use char because int might match the return type of a GCC
4609 builtin and then its argument prototype would still apply. */
4610 #ifdef __cplusplus
4611 extern "C"
4612 #endif
4613 char gethostbyname ();
4615 main ()
4617 return gethostbyname ();
4619 return 0;
4621 _ACEOF
4622 rm -f conftest.$ac_objext conftest$ac_exeext
4623 if { (ac_try="$ac_link"
4624 case "(($ac_try" in
4625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4626 *) ac_try_echo=$ac_try;;
4627 esac
4628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4629 (eval "$ac_link") 2>conftest.er1
4630 ac_status=$?
4631 grep -v '^ *+' conftest.er1 >conftest.err
4632 rm -f conftest.er1
4633 cat conftest.err >&5
4634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4635 (exit $ac_status); } && {
4636 test -z "$ac_c_werror_flag" ||
4637 test ! -s conftest.err
4638 } && test -s conftest$ac_exeext &&
4639 $as_test_x conftest$ac_exeext; then
4640 ac_cv_lib_nsl_gethostbyname=yes
4641 else
4642 echo "$as_me: failed program was:" >&5
4643 sed 's/^/| /' conftest.$ac_ext >&5
4645 ac_cv_lib_nsl_gethostbyname=no
4648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4649 conftest$ac_exeext conftest.$ac_ext
4650 LIBS=$ac_check_lib_save_LIBS
4652 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4653 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4654 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4655 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4658 if test $ac_cv_lib_nsl_gethostbyname = no; then
4659 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4660 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4661 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4662 echo $ECHO_N "(cached) $ECHO_C" >&6
4663 else
4664 ac_check_lib_save_LIBS=$LIBS
4665 LIBS="-lbsd $LIBS"
4666 cat >conftest.$ac_ext <<_ACEOF
4667 /* confdefs.h. */
4668 _ACEOF
4669 cat confdefs.h >>conftest.$ac_ext
4670 cat >>conftest.$ac_ext <<_ACEOF
4671 /* end confdefs.h. */
4673 /* Override any GCC internal prototype to avoid an error.
4674 Use char because int might match the return type of a GCC
4675 builtin and then its argument prototype would still apply. */
4676 #ifdef __cplusplus
4677 extern "C"
4678 #endif
4679 char gethostbyname ();
4681 main ()
4683 return gethostbyname ();
4685 return 0;
4687 _ACEOF
4688 rm -f conftest.$ac_objext conftest$ac_exeext
4689 if { (ac_try="$ac_link"
4690 case "(($ac_try" in
4691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4692 *) ac_try_echo=$ac_try;;
4693 esac
4694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4695 (eval "$ac_link") 2>conftest.er1
4696 ac_status=$?
4697 grep -v '^ *+' conftest.er1 >conftest.err
4698 rm -f conftest.er1
4699 cat conftest.err >&5
4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4701 (exit $ac_status); } && {
4702 test -z "$ac_c_werror_flag" ||
4703 test ! -s conftest.err
4704 } && test -s conftest$ac_exeext &&
4705 $as_test_x conftest$ac_exeext; then
4706 ac_cv_lib_bsd_gethostbyname=yes
4707 else
4708 echo "$as_me: failed program was:" >&5
4709 sed 's/^/| /' conftest.$ac_ext >&5
4711 ac_cv_lib_bsd_gethostbyname=no
4714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4715 conftest$ac_exeext conftest.$ac_ext
4716 LIBS=$ac_check_lib_save_LIBS
4718 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4719 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4720 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4721 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4727 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4728 # socket/setsockopt and other routines are undefined under SCO ODT
4729 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4730 # on later versions), says Simon Leinen: it contains gethostby*
4731 # variants that don't use the name server (or something). -lsocket
4732 # must be given before -lnsl if both are needed. We assume that
4733 # if connect needs -lnsl, so does gethostbyname.
4734 { echo "$as_me:$LINENO: checking for connect" >&5
4735 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4736 if test "${ac_cv_func_connect+set}" = set; then
4737 echo $ECHO_N "(cached) $ECHO_C" >&6
4738 else
4739 cat >conftest.$ac_ext <<_ACEOF
4740 /* confdefs.h. */
4741 _ACEOF
4742 cat confdefs.h >>conftest.$ac_ext
4743 cat >>conftest.$ac_ext <<_ACEOF
4744 /* end confdefs.h. */
4745 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4746 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4747 #define connect innocuous_connect
4749 /* System header to define __stub macros and hopefully few prototypes,
4750 which can conflict with char connect (); below.
4751 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4752 <limits.h> exists even on freestanding compilers. */
4754 #ifdef __STDC__
4755 # include <limits.h>
4756 #else
4757 # include <assert.h>
4758 #endif
4760 #undef connect
4762 /* Override any GCC internal prototype to avoid an error.
4763 Use char because int might match the return type of a GCC
4764 builtin and then its argument prototype would still apply. */
4765 #ifdef __cplusplus
4766 extern "C"
4767 #endif
4768 char connect ();
4769 /* The GNU C library defines this for functions which it implements
4770 to always fail with ENOSYS. Some functions are actually named
4771 something starting with __ and the normal name is an alias. */
4772 #if defined __stub_connect || defined __stub___connect
4773 choke me
4774 #endif
4777 main ()
4779 return connect ();
4781 return 0;
4783 _ACEOF
4784 rm -f conftest.$ac_objext conftest$ac_exeext
4785 if { (ac_try="$ac_link"
4786 case "(($ac_try" in
4787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4788 *) ac_try_echo=$ac_try;;
4789 esac
4790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4791 (eval "$ac_link") 2>conftest.er1
4792 ac_status=$?
4793 grep -v '^ *+' conftest.er1 >conftest.err
4794 rm -f conftest.er1
4795 cat conftest.err >&5
4796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4797 (exit $ac_status); } && {
4798 test -z "$ac_c_werror_flag" ||
4799 test ! -s conftest.err
4800 } && test -s conftest$ac_exeext &&
4801 $as_test_x conftest$ac_exeext; then
4802 ac_cv_func_connect=yes
4803 else
4804 echo "$as_me: failed program was:" >&5
4805 sed 's/^/| /' conftest.$ac_ext >&5
4807 ac_cv_func_connect=no
4810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4811 conftest$ac_exeext conftest.$ac_ext
4813 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4814 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4816 if test $ac_cv_func_connect = no; then
4817 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4818 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4819 if test "${ac_cv_lib_socket_connect+set}" = set; then
4820 echo $ECHO_N "(cached) $ECHO_C" >&6
4821 else
4822 ac_check_lib_save_LIBS=$LIBS
4823 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4824 cat >conftest.$ac_ext <<_ACEOF
4825 /* confdefs.h. */
4826 _ACEOF
4827 cat confdefs.h >>conftest.$ac_ext
4828 cat >>conftest.$ac_ext <<_ACEOF
4829 /* end confdefs.h. */
4831 /* Override any GCC internal prototype to avoid an error.
4832 Use char because int might match the return type of a GCC
4833 builtin and then its argument prototype would still apply. */
4834 #ifdef __cplusplus
4835 extern "C"
4836 #endif
4837 char connect ();
4839 main ()
4841 return connect ();
4843 return 0;
4845 _ACEOF
4846 rm -f conftest.$ac_objext conftest$ac_exeext
4847 if { (ac_try="$ac_link"
4848 case "(($ac_try" in
4849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4850 *) ac_try_echo=$ac_try;;
4851 esac
4852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4853 (eval "$ac_link") 2>conftest.er1
4854 ac_status=$?
4855 grep -v '^ *+' conftest.er1 >conftest.err
4856 rm -f conftest.er1
4857 cat conftest.err >&5
4858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4859 (exit $ac_status); } && {
4860 test -z "$ac_c_werror_flag" ||
4861 test ! -s conftest.err
4862 } && test -s conftest$ac_exeext &&
4863 $as_test_x conftest$ac_exeext; then
4864 ac_cv_lib_socket_connect=yes
4865 else
4866 echo "$as_me: failed program was:" >&5
4867 sed 's/^/| /' conftest.$ac_ext >&5
4869 ac_cv_lib_socket_connect=no
4872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4873 conftest$ac_exeext conftest.$ac_ext
4874 LIBS=$ac_check_lib_save_LIBS
4876 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4877 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4878 if test $ac_cv_lib_socket_connect = yes; then
4879 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4884 # Guillermo Gomez says -lposix is necessary on A/UX.
4885 { echo "$as_me:$LINENO: checking for remove" >&5
4886 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4887 if test "${ac_cv_func_remove+set}" = set; then
4888 echo $ECHO_N "(cached) $ECHO_C" >&6
4889 else
4890 cat >conftest.$ac_ext <<_ACEOF
4891 /* confdefs.h. */
4892 _ACEOF
4893 cat confdefs.h >>conftest.$ac_ext
4894 cat >>conftest.$ac_ext <<_ACEOF
4895 /* end confdefs.h. */
4896 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4897 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4898 #define remove innocuous_remove
4900 /* System header to define __stub macros and hopefully few prototypes,
4901 which can conflict with char remove (); below.
4902 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4903 <limits.h> exists even on freestanding compilers. */
4905 #ifdef __STDC__
4906 # include <limits.h>
4907 #else
4908 # include <assert.h>
4909 #endif
4911 #undef remove
4913 /* Override any GCC internal prototype to avoid an error.
4914 Use char because int might match the return type of a GCC
4915 builtin and then its argument prototype would still apply. */
4916 #ifdef __cplusplus
4917 extern "C"
4918 #endif
4919 char remove ();
4920 /* The GNU C library defines this for functions which it implements
4921 to always fail with ENOSYS. Some functions are actually named
4922 something starting with __ and the normal name is an alias. */
4923 #if defined __stub_remove || defined __stub___remove
4924 choke me
4925 #endif
4928 main ()
4930 return remove ();
4932 return 0;
4934 _ACEOF
4935 rm -f conftest.$ac_objext conftest$ac_exeext
4936 if { (ac_try="$ac_link"
4937 case "(($ac_try" in
4938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4939 *) ac_try_echo=$ac_try;;
4940 esac
4941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4942 (eval "$ac_link") 2>conftest.er1
4943 ac_status=$?
4944 grep -v '^ *+' conftest.er1 >conftest.err
4945 rm -f conftest.er1
4946 cat conftest.err >&5
4947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4948 (exit $ac_status); } && {
4949 test -z "$ac_c_werror_flag" ||
4950 test ! -s conftest.err
4951 } && test -s conftest$ac_exeext &&
4952 $as_test_x conftest$ac_exeext; then
4953 ac_cv_func_remove=yes
4954 else
4955 echo "$as_me: failed program was:" >&5
4956 sed 's/^/| /' conftest.$ac_ext >&5
4958 ac_cv_func_remove=no
4961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4962 conftest$ac_exeext conftest.$ac_ext
4964 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4965 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4967 if test $ac_cv_func_remove = no; then
4968 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4969 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4970 if test "${ac_cv_lib_posix_remove+set}" = set; then
4971 echo $ECHO_N "(cached) $ECHO_C" >&6
4972 else
4973 ac_check_lib_save_LIBS=$LIBS
4974 LIBS="-lposix $LIBS"
4975 cat >conftest.$ac_ext <<_ACEOF
4976 /* confdefs.h. */
4977 _ACEOF
4978 cat confdefs.h >>conftest.$ac_ext
4979 cat >>conftest.$ac_ext <<_ACEOF
4980 /* end confdefs.h. */
4982 /* Override any GCC internal prototype to avoid an error.
4983 Use char because int might match the return type of a GCC
4984 builtin and then its argument prototype would still apply. */
4985 #ifdef __cplusplus
4986 extern "C"
4987 #endif
4988 char remove ();
4990 main ()
4992 return remove ();
4994 return 0;
4996 _ACEOF
4997 rm -f conftest.$ac_objext conftest$ac_exeext
4998 if { (ac_try="$ac_link"
4999 case "(($ac_try" in
5000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5001 *) ac_try_echo=$ac_try;;
5002 esac
5003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5004 (eval "$ac_link") 2>conftest.er1
5005 ac_status=$?
5006 grep -v '^ *+' conftest.er1 >conftest.err
5007 rm -f conftest.er1
5008 cat conftest.err >&5
5009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5010 (exit $ac_status); } && {
5011 test -z "$ac_c_werror_flag" ||
5012 test ! -s conftest.err
5013 } && test -s conftest$ac_exeext &&
5014 $as_test_x conftest$ac_exeext; then
5015 ac_cv_lib_posix_remove=yes
5016 else
5017 echo "$as_me: failed program was:" >&5
5018 sed 's/^/| /' conftest.$ac_ext >&5
5020 ac_cv_lib_posix_remove=no
5023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5024 conftest$ac_exeext conftest.$ac_ext
5025 LIBS=$ac_check_lib_save_LIBS
5027 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5028 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5029 if test $ac_cv_lib_posix_remove = yes; then
5030 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5035 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5036 { echo "$as_me:$LINENO: checking for shmat" >&5
5037 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5038 if test "${ac_cv_func_shmat+set}" = set; then
5039 echo $ECHO_N "(cached) $ECHO_C" >&6
5040 else
5041 cat >conftest.$ac_ext <<_ACEOF
5042 /* confdefs.h. */
5043 _ACEOF
5044 cat confdefs.h >>conftest.$ac_ext
5045 cat >>conftest.$ac_ext <<_ACEOF
5046 /* end confdefs.h. */
5047 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5049 #define shmat innocuous_shmat
5051 /* System header to define __stub macros and hopefully few prototypes,
5052 which can conflict with char shmat (); below.
5053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5054 <limits.h> exists even on freestanding compilers. */
5056 #ifdef __STDC__
5057 # include <limits.h>
5058 #else
5059 # include <assert.h>
5060 #endif
5062 #undef shmat
5064 /* Override any GCC internal prototype to avoid an error.
5065 Use char because int might match the return type of a GCC
5066 builtin and then its argument prototype would still apply. */
5067 #ifdef __cplusplus
5068 extern "C"
5069 #endif
5070 char shmat ();
5071 /* The GNU C library defines this for functions which it implements
5072 to always fail with ENOSYS. Some functions are actually named
5073 something starting with __ and the normal name is an alias. */
5074 #if defined __stub_shmat || defined __stub___shmat
5075 choke me
5076 #endif
5079 main ()
5081 return shmat ();
5083 return 0;
5085 _ACEOF
5086 rm -f conftest.$ac_objext conftest$ac_exeext
5087 if { (ac_try="$ac_link"
5088 case "(($ac_try" in
5089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5090 *) ac_try_echo=$ac_try;;
5091 esac
5092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5093 (eval "$ac_link") 2>conftest.er1
5094 ac_status=$?
5095 grep -v '^ *+' conftest.er1 >conftest.err
5096 rm -f conftest.er1
5097 cat conftest.err >&5
5098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5099 (exit $ac_status); } && {
5100 test -z "$ac_c_werror_flag" ||
5101 test ! -s conftest.err
5102 } && test -s conftest$ac_exeext &&
5103 $as_test_x conftest$ac_exeext; then
5104 ac_cv_func_shmat=yes
5105 else
5106 echo "$as_me: failed program was:" >&5
5107 sed 's/^/| /' conftest.$ac_ext >&5
5109 ac_cv_func_shmat=no
5112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5113 conftest$ac_exeext conftest.$ac_ext
5115 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5116 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5118 if test $ac_cv_func_shmat = no; then
5119 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5120 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5121 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5122 echo $ECHO_N "(cached) $ECHO_C" >&6
5123 else
5124 ac_check_lib_save_LIBS=$LIBS
5125 LIBS="-lipc $LIBS"
5126 cat >conftest.$ac_ext <<_ACEOF
5127 /* confdefs.h. */
5128 _ACEOF
5129 cat confdefs.h >>conftest.$ac_ext
5130 cat >>conftest.$ac_ext <<_ACEOF
5131 /* end confdefs.h. */
5133 /* Override any GCC internal prototype to avoid an error.
5134 Use char because int might match the return type of a GCC
5135 builtin and then its argument prototype would still apply. */
5136 #ifdef __cplusplus
5137 extern "C"
5138 #endif
5139 char shmat ();
5141 main ()
5143 return shmat ();
5145 return 0;
5147 _ACEOF
5148 rm -f conftest.$ac_objext conftest$ac_exeext
5149 if { (ac_try="$ac_link"
5150 case "(($ac_try" in
5151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5152 *) ac_try_echo=$ac_try;;
5153 esac
5154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5155 (eval "$ac_link") 2>conftest.er1
5156 ac_status=$?
5157 grep -v '^ *+' conftest.er1 >conftest.err
5158 rm -f conftest.er1
5159 cat conftest.err >&5
5160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5161 (exit $ac_status); } && {
5162 test -z "$ac_c_werror_flag" ||
5163 test ! -s conftest.err
5164 } && test -s conftest$ac_exeext &&
5165 $as_test_x conftest$ac_exeext; then
5166 ac_cv_lib_ipc_shmat=yes
5167 else
5168 echo "$as_me: failed program was:" >&5
5169 sed 's/^/| /' conftest.$ac_ext >&5
5171 ac_cv_lib_ipc_shmat=no
5174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175 conftest$ac_exeext conftest.$ac_ext
5176 LIBS=$ac_check_lib_save_LIBS
5178 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5179 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5180 if test $ac_cv_lib_ipc_shmat = yes; then
5181 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5187 # Check for libraries that X11R6 Xt/Xaw programs need.
5188 ac_save_LDFLAGS=$LDFLAGS
5189 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5190 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5191 # check for ICE first), but we must link in the order -lSM -lICE or
5192 # we get undefined symbols. So assume we have SM if we have ICE.
5193 # These have to be linked with before -lX11, unlike the other
5194 # libraries we check for below, so use a different variable.
5195 # John Interrante, Karl Berry
5196 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5197 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5198 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5199 echo $ECHO_N "(cached) $ECHO_C" >&6
5200 else
5201 ac_check_lib_save_LIBS=$LIBS
5202 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5203 cat >conftest.$ac_ext <<_ACEOF
5204 /* confdefs.h. */
5205 _ACEOF
5206 cat confdefs.h >>conftest.$ac_ext
5207 cat >>conftest.$ac_ext <<_ACEOF
5208 /* end confdefs.h. */
5210 /* Override any GCC internal prototype to avoid an error.
5211 Use char because int might match the return type of a GCC
5212 builtin and then its argument prototype would still apply. */
5213 #ifdef __cplusplus
5214 extern "C"
5215 #endif
5216 char IceConnectionNumber ();
5218 main ()
5220 return IceConnectionNumber ();
5222 return 0;
5224 _ACEOF
5225 rm -f conftest.$ac_objext conftest$ac_exeext
5226 if { (ac_try="$ac_link"
5227 case "(($ac_try" in
5228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5229 *) ac_try_echo=$ac_try;;
5230 esac
5231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5232 (eval "$ac_link") 2>conftest.er1
5233 ac_status=$?
5234 grep -v '^ *+' conftest.er1 >conftest.err
5235 rm -f conftest.er1
5236 cat conftest.err >&5
5237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5238 (exit $ac_status); } && {
5239 test -z "$ac_c_werror_flag" ||
5240 test ! -s conftest.err
5241 } && test -s conftest$ac_exeext &&
5242 $as_test_x conftest$ac_exeext; then
5243 ac_cv_lib_ICE_IceConnectionNumber=yes
5244 else
5245 echo "$as_me: failed program was:" >&5
5246 sed 's/^/| /' conftest.$ac_ext >&5
5248 ac_cv_lib_ICE_IceConnectionNumber=no
5251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5252 conftest$ac_exeext conftest.$ac_ext
5253 LIBS=$ac_check_lib_save_LIBS
5255 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5256 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5257 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5258 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5261 LDFLAGS=$ac_save_LDFLAGS
5266 for ac_prog in flex
5268 # Extract the first word of "$ac_prog", so it can be a program name with args.
5269 set dummy $ac_prog; ac_word=$2
5270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5272 if test "${ac_cv_prog_FLEX+set}" = set; then
5273 echo $ECHO_N "(cached) $ECHO_C" >&6
5274 else
5275 if test -n "$FLEX"; then
5276 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5277 else
5278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279 for as_dir in $PATH
5281 IFS=$as_save_IFS
5282 test -z "$as_dir" && as_dir=.
5283 for ac_exec_ext in '' $ac_executable_extensions; do
5284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5285 ac_cv_prog_FLEX="$ac_prog"
5286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5287 break 2
5289 done
5290 done
5291 IFS=$as_save_IFS
5295 FLEX=$ac_cv_prog_FLEX
5296 if test -n "$FLEX"; then
5297 { echo "$as_me:$LINENO: result: $FLEX" >&5
5298 echo "${ECHO_T}$FLEX" >&6; }
5299 else
5300 { echo "$as_me:$LINENO: result: no" >&5
5301 echo "${ECHO_T}no" >&6; }
5305 test -n "$FLEX" && break
5306 done
5307 test -n "$FLEX" || FLEX="none"
5309 if test "$FLEX" = "none"
5310 then
5311 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5312 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5313 { (exit 1); exit 1; }; }
5316 for ac_prog in bison
5318 # Extract the first word of "$ac_prog", so it can be a program name with args.
5319 set dummy $ac_prog; ac_word=$2
5320 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5321 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5322 if test "${ac_cv_prog_BISON+set}" = set; then
5323 echo $ECHO_N "(cached) $ECHO_C" >&6
5324 else
5325 if test -n "$BISON"; then
5326 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5327 else
5328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5329 for as_dir in $PATH
5331 IFS=$as_save_IFS
5332 test -z "$as_dir" && as_dir=.
5333 for ac_exec_ext in '' $ac_executable_extensions; do
5334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5335 ac_cv_prog_BISON="$ac_prog"
5336 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5337 break 2
5339 done
5340 done
5341 IFS=$as_save_IFS
5345 BISON=$ac_cv_prog_BISON
5346 if test -n "$BISON"; then
5347 { echo "$as_me:$LINENO: result: $BISON" >&5
5348 echo "${ECHO_T}$BISON" >&6; }
5349 else
5350 { echo "$as_me:$LINENO: result: no" >&5
5351 echo "${ECHO_T}no" >&6; }
5355 test -n "$BISON" && break
5356 done
5357 test -n "$BISON" || BISON="none"
5359 if test "$BISON" = "none"
5360 then
5361 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5362 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5363 { (exit 1); exit 1; }; }
5366 if test -n "$ac_tool_prefix"; then
5367 for ac_prog in gas as
5369 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5370 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5373 if test "${ac_cv_prog_AS+set}" = set; then
5374 echo $ECHO_N "(cached) $ECHO_C" >&6
5375 else
5376 if test -n "$AS"; then
5377 ac_cv_prog_AS="$AS" # Let the user override the test.
5378 else
5379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5380 for as_dir in $PATH
5382 IFS=$as_save_IFS
5383 test -z "$as_dir" && as_dir=.
5384 for ac_exec_ext in '' $ac_executable_extensions; do
5385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5386 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5388 break 2
5390 done
5391 done
5392 IFS=$as_save_IFS
5396 AS=$ac_cv_prog_AS
5397 if test -n "$AS"; then
5398 { echo "$as_me:$LINENO: result: $AS" >&5
5399 echo "${ECHO_T}$AS" >&6; }
5400 else
5401 { echo "$as_me:$LINENO: result: no" >&5
5402 echo "${ECHO_T}no" >&6; }
5406 test -n "$AS" && break
5407 done
5409 if test -z "$AS"; then
5410 ac_ct_AS=$AS
5411 for ac_prog in gas as
5413 # Extract the first word of "$ac_prog", so it can be a program name with args.
5414 set dummy $ac_prog; ac_word=$2
5415 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5416 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5417 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5418 echo $ECHO_N "(cached) $ECHO_C" >&6
5419 else
5420 if test -n "$ac_ct_AS"; then
5421 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5422 else
5423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5424 for as_dir in $PATH
5426 IFS=$as_save_IFS
5427 test -z "$as_dir" && as_dir=.
5428 for ac_exec_ext in '' $ac_executable_extensions; do
5429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5430 ac_cv_prog_ac_ct_AS="$ac_prog"
5431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5432 break 2
5434 done
5435 done
5436 IFS=$as_save_IFS
5440 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5441 if test -n "$ac_ct_AS"; then
5442 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5443 echo "${ECHO_T}$ac_ct_AS" >&6; }
5444 else
5445 { echo "$as_me:$LINENO: result: no" >&5
5446 echo "${ECHO_T}no" >&6; }
5450 test -n "$ac_ct_AS" && break
5451 done
5453 if test "x$ac_ct_AS" = x; then
5454 AS="as"
5455 else
5456 case $cross_compiling:$ac_tool_warned in
5457 yes:)
5458 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5459 whose name does not start with the host triplet. If you think this
5460 configuration is useful to you, please write to autoconf@gnu.org." >&5
5461 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5462 whose name does not start with the host triplet. If you think this
5463 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5464 ac_tool_warned=yes ;;
5465 esac
5466 AS=$ac_ct_AS
5470 if test -n "$ac_tool_prefix"; then
5471 for ac_prog in ld gld
5473 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5474 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5475 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5477 if test "${ac_cv_prog_LD+set}" = set; then
5478 echo $ECHO_N "(cached) $ECHO_C" >&6
5479 else
5480 if test -n "$LD"; then
5481 ac_cv_prog_LD="$LD" # Let the user override the test.
5482 else
5483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5484 for as_dir in $PATH
5486 IFS=$as_save_IFS
5487 test -z "$as_dir" && as_dir=.
5488 for ac_exec_ext in '' $ac_executable_extensions; do
5489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5490 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5492 break 2
5494 done
5495 done
5496 IFS=$as_save_IFS
5500 LD=$ac_cv_prog_LD
5501 if test -n "$LD"; then
5502 { echo "$as_me:$LINENO: result: $LD" >&5
5503 echo "${ECHO_T}$LD" >&6; }
5504 else
5505 { echo "$as_me:$LINENO: result: no" >&5
5506 echo "${ECHO_T}no" >&6; }
5510 test -n "$LD" && break
5511 done
5513 if test -z "$LD"; then
5514 ac_ct_LD=$LD
5515 for ac_prog in ld gld
5517 # Extract the first word of "$ac_prog", so it can be a program name with args.
5518 set dummy $ac_prog; ac_word=$2
5519 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5521 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5522 echo $ECHO_N "(cached) $ECHO_C" >&6
5523 else
5524 if test -n "$ac_ct_LD"; then
5525 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5526 else
5527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5528 for as_dir in $PATH
5530 IFS=$as_save_IFS
5531 test -z "$as_dir" && as_dir=.
5532 for ac_exec_ext in '' $ac_executable_extensions; do
5533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5534 ac_cv_prog_ac_ct_LD="$ac_prog"
5535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5536 break 2
5538 done
5539 done
5540 IFS=$as_save_IFS
5544 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5545 if test -n "$ac_ct_LD"; then
5546 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5547 echo "${ECHO_T}$ac_ct_LD" >&6; }
5548 else
5549 { echo "$as_me:$LINENO: result: no" >&5
5550 echo "${ECHO_T}no" >&6; }
5554 test -n "$ac_ct_LD" && break
5555 done
5557 if test "x$ac_ct_LD" = x; then
5558 LD="ld"
5559 else
5560 case $cross_compiling:$ac_tool_warned in
5561 yes:)
5562 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5563 whose name does not start with the host triplet. If you think this
5564 configuration is useful to you, please write to autoconf@gnu.org." >&5
5565 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5566 whose name does not start with the host triplet. If you think this
5567 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5568 ac_tool_warned=yes ;;
5569 esac
5570 LD=$ac_ct_LD
5574 if test -n "$ac_tool_prefix"; then
5575 for ac_prog in nm gnm
5577 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5578 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5579 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5580 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5581 if test "${ac_cv_prog_NM+set}" = set; then
5582 echo $ECHO_N "(cached) $ECHO_C" >&6
5583 else
5584 if test -n "$NM"; then
5585 ac_cv_prog_NM="$NM" # Let the user override the test.
5586 else
5587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5588 for as_dir in $PATH
5590 IFS=$as_save_IFS
5591 test -z "$as_dir" && as_dir=.
5592 for ac_exec_ext in '' $ac_executable_extensions; do
5593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5594 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5595 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5596 break 2
5598 done
5599 done
5600 IFS=$as_save_IFS
5604 NM=$ac_cv_prog_NM
5605 if test -n "$NM"; then
5606 { echo "$as_me:$LINENO: result: $NM" >&5
5607 echo "${ECHO_T}$NM" >&6; }
5608 else
5609 { echo "$as_me:$LINENO: result: no" >&5
5610 echo "${ECHO_T}no" >&6; }
5614 test -n "$NM" && break
5615 done
5617 if test -z "$NM"; then
5618 ac_ct_NM=$NM
5619 for ac_prog in nm gnm
5621 # Extract the first word of "$ac_prog", so it can be a program name with args.
5622 set dummy $ac_prog; ac_word=$2
5623 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5624 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5625 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5626 echo $ECHO_N "(cached) $ECHO_C" >&6
5627 else
5628 if test -n "$ac_ct_NM"; then
5629 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5630 else
5631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5632 for as_dir in $PATH
5634 IFS=$as_save_IFS
5635 test -z "$as_dir" && as_dir=.
5636 for ac_exec_ext in '' $ac_executable_extensions; do
5637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5638 ac_cv_prog_ac_ct_NM="$ac_prog"
5639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5640 break 2
5642 done
5643 done
5644 IFS=$as_save_IFS
5648 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5649 if test -n "$ac_ct_NM"; then
5650 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5651 echo "${ECHO_T}$ac_ct_NM" >&6; }
5652 else
5653 { echo "$as_me:$LINENO: result: no" >&5
5654 echo "${ECHO_T}no" >&6; }
5658 test -n "$ac_ct_NM" && break
5659 done
5661 if test "x$ac_ct_NM" = x; then
5662 NM="nm"
5663 else
5664 case $cross_compiling:$ac_tool_warned in
5665 yes:)
5666 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5667 whose name does not start with the host triplet. If you think this
5668 configuration is useful to you, please write to autoconf@gnu.org." >&5
5669 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5670 whose name does not start with the host triplet. If you think this
5671 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5672 ac_tool_warned=yes ;;
5673 esac
5674 NM=$ac_ct_NM
5678 if test -n "$ac_tool_prefix"; then
5679 for ac_prog in ar gar
5681 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5682 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5683 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5684 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5685 if test "${ac_cv_prog_AR+set}" = set; then
5686 echo $ECHO_N "(cached) $ECHO_C" >&6
5687 else
5688 if test -n "$AR"; then
5689 ac_cv_prog_AR="$AR" # Let the user override the test.
5690 else
5691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5692 for as_dir in $PATH
5694 IFS=$as_save_IFS
5695 test -z "$as_dir" && as_dir=.
5696 for ac_exec_ext in '' $ac_executable_extensions; do
5697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5698 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5699 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5700 break 2
5702 done
5703 done
5704 IFS=$as_save_IFS
5708 AR=$ac_cv_prog_AR
5709 if test -n "$AR"; then
5710 { echo "$as_me:$LINENO: result: $AR" >&5
5711 echo "${ECHO_T}$AR" >&6; }
5712 else
5713 { echo "$as_me:$LINENO: result: no" >&5
5714 echo "${ECHO_T}no" >&6; }
5718 test -n "$AR" && break
5719 done
5721 if test -z "$AR"; then
5722 ac_ct_AR=$AR
5723 for ac_prog in ar gar
5725 # Extract the first word of "$ac_prog", so it can be a program name with args.
5726 set dummy $ac_prog; ac_word=$2
5727 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5728 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5729 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5730 echo $ECHO_N "(cached) $ECHO_C" >&6
5731 else
5732 if test -n "$ac_ct_AR"; then
5733 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5734 else
5735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5736 for as_dir in $PATH
5738 IFS=$as_save_IFS
5739 test -z "$as_dir" && as_dir=.
5740 for ac_exec_ext in '' $ac_executable_extensions; do
5741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5742 ac_cv_prog_ac_ct_AR="$ac_prog"
5743 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5744 break 2
5746 done
5747 done
5748 IFS=$as_save_IFS
5752 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5753 if test -n "$ac_ct_AR"; then
5754 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5755 echo "${ECHO_T}$ac_ct_AR" >&6; }
5756 else
5757 { echo "$as_me:$LINENO: result: no" >&5
5758 echo "${ECHO_T}no" >&6; }
5762 test -n "$ac_ct_AR" && break
5763 done
5765 if test "x$ac_ct_AR" = x; then
5766 AR="ar"
5767 else
5768 case $cross_compiling:$ac_tool_warned in
5769 yes:)
5770 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5771 whose name does not start with the host triplet. If you think this
5772 configuration is useful to you, please write to autoconf@gnu.org." >&5
5773 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5774 whose name does not start with the host triplet. If you think this
5775 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5776 ac_tool_warned=yes ;;
5777 esac
5778 AR=$ac_ct_AR
5782 ARFLAGS=rc
5784 if test -n "$ac_tool_prefix"; then
5785 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5786 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5787 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5789 if test "${ac_cv_prog_RANLIB+set}" = set; then
5790 echo $ECHO_N "(cached) $ECHO_C" >&6
5791 else
5792 if test -n "$RANLIB"; then
5793 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5794 else
5795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5796 for as_dir in $PATH
5798 IFS=$as_save_IFS
5799 test -z "$as_dir" && as_dir=.
5800 for ac_exec_ext in '' $ac_executable_extensions; do
5801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5802 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5804 break 2
5806 done
5807 done
5808 IFS=$as_save_IFS
5812 RANLIB=$ac_cv_prog_RANLIB
5813 if test -n "$RANLIB"; then
5814 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5815 echo "${ECHO_T}$RANLIB" >&6; }
5816 else
5817 { echo "$as_me:$LINENO: result: no" >&5
5818 echo "${ECHO_T}no" >&6; }
5823 if test -z "$ac_cv_prog_RANLIB"; then
5824 ac_ct_RANLIB=$RANLIB
5825 # Extract the first word of "ranlib", so it can be a program name with args.
5826 set dummy ranlib; ac_word=$2
5827 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5829 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5830 echo $ECHO_N "(cached) $ECHO_C" >&6
5831 else
5832 if test -n "$ac_ct_RANLIB"; then
5833 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5834 else
5835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5836 for as_dir in $PATH
5838 IFS=$as_save_IFS
5839 test -z "$as_dir" && as_dir=.
5840 for ac_exec_ext in '' $ac_executable_extensions; do
5841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5842 ac_cv_prog_ac_ct_RANLIB="ranlib"
5843 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5844 break 2
5846 done
5847 done
5848 IFS=$as_save_IFS
5852 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5853 if test -n "$ac_ct_RANLIB"; then
5854 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5855 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5856 else
5857 { echo "$as_me:$LINENO: result: no" >&5
5858 echo "${ECHO_T}no" >&6; }
5861 if test "x$ac_ct_RANLIB" = x; then
5862 RANLIB=":"
5863 else
5864 case $cross_compiling:$ac_tool_warned in
5865 yes:)
5866 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5867 whose name does not start with the host triplet. If you think this
5868 configuration is useful to you, please write to autoconf@gnu.org." >&5
5869 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5870 whose name does not start with the host triplet. If you think this
5871 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5872 ac_tool_warned=yes ;;
5873 esac
5874 RANLIB=$ac_ct_RANLIB
5876 else
5877 RANLIB="$ac_cv_prog_RANLIB"
5880 if test -n "$ac_tool_prefix"; then
5881 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5882 set dummy ${ac_tool_prefix}strip; ac_word=$2
5883 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5884 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5885 if test "${ac_cv_prog_STRIP+set}" = set; then
5886 echo $ECHO_N "(cached) $ECHO_C" >&6
5887 else
5888 if test -n "$STRIP"; then
5889 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5890 else
5891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5892 for as_dir in $PATH
5894 IFS=$as_save_IFS
5895 test -z "$as_dir" && as_dir=.
5896 for ac_exec_ext in '' $ac_executable_extensions; do
5897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5898 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5899 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5900 break 2
5902 done
5903 done
5904 IFS=$as_save_IFS
5908 STRIP=$ac_cv_prog_STRIP
5909 if test -n "$STRIP"; then
5910 { echo "$as_me:$LINENO: result: $STRIP" >&5
5911 echo "${ECHO_T}$STRIP" >&6; }
5912 else
5913 { echo "$as_me:$LINENO: result: no" >&5
5914 echo "${ECHO_T}no" >&6; }
5919 if test -z "$ac_cv_prog_STRIP"; then
5920 ac_ct_STRIP=$STRIP
5921 # Extract the first word of "strip", so it can be a program name with args.
5922 set dummy strip; ac_word=$2
5923 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5924 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5925 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5926 echo $ECHO_N "(cached) $ECHO_C" >&6
5927 else
5928 if test -n "$ac_ct_STRIP"; then
5929 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5930 else
5931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5932 for as_dir in $PATH
5934 IFS=$as_save_IFS
5935 test -z "$as_dir" && as_dir=.
5936 for ac_exec_ext in '' $ac_executable_extensions; do
5937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5938 ac_cv_prog_ac_ct_STRIP="strip"
5939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5940 break 2
5942 done
5943 done
5944 IFS=$as_save_IFS
5948 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5949 if test -n "$ac_ct_STRIP"; then
5950 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5951 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5952 else
5953 { echo "$as_me:$LINENO: result: no" >&5
5954 echo "${ECHO_T}no" >&6; }
5957 if test "x$ac_ct_STRIP" = x; then
5958 STRIP="strip"
5959 else
5960 case $cross_compiling:$ac_tool_warned in
5961 yes:)
5962 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5963 whose name does not start with the host triplet. If you think this
5964 configuration is useful to you, please write to autoconf@gnu.org." >&5
5965 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5966 whose name does not start with the host triplet. If you think this
5967 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5968 ac_tool_warned=yes ;;
5969 esac
5970 STRIP=$ac_ct_STRIP
5972 else
5973 STRIP="$ac_cv_prog_STRIP"
5976 if test -n "$ac_tool_prefix"; then
5977 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5978 set dummy ${ac_tool_prefix}windres; ac_word=$2
5979 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5980 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5981 if test "${ac_cv_prog_WINDRES+set}" = set; then
5982 echo $ECHO_N "(cached) $ECHO_C" >&6
5983 else
5984 if test -n "$WINDRES"; then
5985 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5986 else
5987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5988 for as_dir in $PATH
5990 IFS=$as_save_IFS
5991 test -z "$as_dir" && as_dir=.
5992 for ac_exec_ext in '' $ac_executable_extensions; do
5993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5994 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5996 break 2
5998 done
5999 done
6000 IFS=$as_save_IFS
6004 WINDRES=$ac_cv_prog_WINDRES
6005 if test -n "$WINDRES"; then
6006 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6007 echo "${ECHO_T}$WINDRES" >&6; }
6008 else
6009 { echo "$as_me:$LINENO: result: no" >&5
6010 echo "${ECHO_T}no" >&6; }
6015 if test -z "$ac_cv_prog_WINDRES"; then
6016 ac_ct_WINDRES=$WINDRES
6017 # Extract the first word of "windres", so it can be a program name with args.
6018 set dummy windres; ac_word=$2
6019 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6020 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6021 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6022 echo $ECHO_N "(cached) $ECHO_C" >&6
6023 else
6024 if test -n "$ac_ct_WINDRES"; then
6025 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6026 else
6027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6028 for as_dir in $PATH
6030 IFS=$as_save_IFS
6031 test -z "$as_dir" && as_dir=.
6032 for ac_exec_ext in '' $ac_executable_extensions; do
6033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6034 ac_cv_prog_ac_ct_WINDRES="windres"
6035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6036 break 2
6038 done
6039 done
6040 IFS=$as_save_IFS
6044 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6045 if test -n "$ac_ct_WINDRES"; then
6046 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6047 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6048 else
6049 { echo "$as_me:$LINENO: result: no" >&5
6050 echo "${ECHO_T}no" >&6; }
6053 if test "x$ac_ct_WINDRES" = x; then
6054 WINDRES="false"
6055 else
6056 case $cross_compiling:$ac_tool_warned in
6057 yes:)
6058 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6059 whose name does not start with the host triplet. If you think this
6060 configuration is useful to you, please write to autoconf@gnu.org." >&5
6061 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6062 whose name does not start with the host triplet. If you think this
6063 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6064 ac_tool_warned=yes ;;
6065 esac
6066 WINDRES=$ac_ct_WINDRES
6068 else
6069 WINDRES="$ac_cv_prog_WINDRES"
6072 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6073 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6074 LN_S=$as_ln_s
6075 if test "$LN_S" = "ln -s"; then
6076 { echo "$as_me:$LINENO: result: yes" >&5
6077 echo "${ECHO_T}yes" >&6; }
6078 else
6079 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6080 echo "${ECHO_T}no, using $LN_S" >&6; }
6083 { echo "$as_me:$LINENO: checking whether ln works" >&5
6084 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6085 rm -f conf$$ conf$$.file
6086 echo >conf$$.file
6087 if ln conf$$.file conf$$ 2>/dev/null; then
6088 LN=ln
6090 { echo "$as_me:$LINENO: result: yes" >&5
6091 echo "${ECHO_T}yes" >&6; }
6092 else
6093 LN="cp -p"
6095 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6096 echo "${ECHO_T}no, using $LN" >&6; }
6098 rm -f conf$$ conf$$.file
6099 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6100 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6101 if test "${ac_cv_path_GREP+set}" = set; then
6102 echo $ECHO_N "(cached) $ECHO_C" >&6
6103 else
6104 # Extract the first word of "grep ggrep" to use in msg output
6105 if test -z "$GREP"; then
6106 set dummy grep ggrep; ac_prog_name=$2
6107 if test "${ac_cv_path_GREP+set}" = set; then
6108 echo $ECHO_N "(cached) $ECHO_C" >&6
6109 else
6110 ac_path_GREP_found=false
6111 # Loop through the user's path and test for each of PROGNAME-LIST
6112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6113 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6115 IFS=$as_save_IFS
6116 test -z "$as_dir" && as_dir=.
6117 for ac_prog in grep ggrep; do
6118 for ac_exec_ext in '' $ac_executable_extensions; do
6119 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6120 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6121 # Check for GNU ac_path_GREP and select it if it is found.
6122 # Check for GNU $ac_path_GREP
6123 case `"$ac_path_GREP" --version 2>&1` in
6124 *GNU*)
6125 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6127 ac_count=0
6128 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6129 while :
6131 cat "conftest.in" "conftest.in" >"conftest.tmp"
6132 mv "conftest.tmp" "conftest.in"
6133 cp "conftest.in" "conftest.nl"
6134 echo 'GREP' >> "conftest.nl"
6135 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6136 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6137 ac_count=`expr $ac_count + 1`
6138 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6139 # Best one so far, save it but keep looking for a better one
6140 ac_cv_path_GREP="$ac_path_GREP"
6141 ac_path_GREP_max=$ac_count
6143 # 10*(2^10) chars as input seems more than enough
6144 test $ac_count -gt 10 && break
6145 done
6146 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6147 esac
6150 $ac_path_GREP_found && break 3
6151 done
6152 done
6154 done
6155 IFS=$as_save_IFS
6160 GREP="$ac_cv_path_GREP"
6161 if test -z "$GREP"; then
6162 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6163 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6164 { (exit 1); exit 1; }; }
6167 else
6168 ac_cv_path_GREP=$GREP
6173 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6174 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6175 GREP="$ac_cv_path_GREP"
6178 { echo "$as_me:$LINENO: checking for egrep" >&5
6179 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6180 if test "${ac_cv_path_EGREP+set}" = set; then
6181 echo $ECHO_N "(cached) $ECHO_C" >&6
6182 else
6183 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6184 then ac_cv_path_EGREP="$GREP -E"
6185 else
6186 # Extract the first word of "egrep" to use in msg output
6187 if test -z "$EGREP"; then
6188 set dummy egrep; ac_prog_name=$2
6189 if test "${ac_cv_path_EGREP+set}" = set; then
6190 echo $ECHO_N "(cached) $ECHO_C" >&6
6191 else
6192 ac_path_EGREP_found=false
6193 # Loop through the user's path and test for each of PROGNAME-LIST
6194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6197 IFS=$as_save_IFS
6198 test -z "$as_dir" && as_dir=.
6199 for ac_prog in egrep; do
6200 for ac_exec_ext in '' $ac_executable_extensions; do
6201 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6202 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6203 # Check for GNU ac_path_EGREP and select it if it is found.
6204 # Check for GNU $ac_path_EGREP
6205 case `"$ac_path_EGREP" --version 2>&1` in
6206 *GNU*)
6207 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6209 ac_count=0
6210 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6211 while :
6213 cat "conftest.in" "conftest.in" >"conftest.tmp"
6214 mv "conftest.tmp" "conftest.in"
6215 cp "conftest.in" "conftest.nl"
6216 echo 'EGREP' >> "conftest.nl"
6217 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6218 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6219 ac_count=`expr $ac_count + 1`
6220 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6221 # Best one so far, save it but keep looking for a better one
6222 ac_cv_path_EGREP="$ac_path_EGREP"
6223 ac_path_EGREP_max=$ac_count
6225 # 10*(2^10) chars as input seems more than enough
6226 test $ac_count -gt 10 && break
6227 done
6228 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6229 esac
6232 $ac_path_EGREP_found && break 3
6233 done
6234 done
6236 done
6237 IFS=$as_save_IFS
6242 EGREP="$ac_cv_path_EGREP"
6243 if test -z "$EGREP"; then
6244 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6245 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6246 { (exit 1); exit 1; }; }
6249 else
6250 ac_cv_path_EGREP=$EGREP
6256 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6257 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6258 EGREP="$ac_cv_path_EGREP"
6261 # Extract the first word of "ldconfig", so it can be a program name with args.
6262 set dummy ldconfig; ac_word=$2
6263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6265 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6266 echo $ECHO_N "(cached) $ECHO_C" >&6
6267 else
6268 case $LDCONFIG in
6269 [\\/]* | ?:[\\/]*)
6270 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6274 for as_dir in /sbin /usr/sbin $PATH
6276 IFS=$as_save_IFS
6277 test -z "$as_dir" && as_dir=.
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6280 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6282 break 2
6284 done
6285 done
6286 IFS=$as_save_IFS
6288 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6290 esac
6292 LDCONFIG=$ac_cv_path_LDCONFIG
6293 if test -n "$LDCONFIG"; then
6294 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6295 echo "${ECHO_T}$LDCONFIG" >&6; }
6296 else
6297 { echo "$as_me:$LINENO: result: no" >&5
6298 echo "${ECHO_T}no" >&6; }
6302 # Find a good install program. We prefer a C program (faster),
6303 # so one script is as good as another. But avoid the broken or
6304 # incompatible versions:
6305 # SysV /etc/install, /usr/sbin/install
6306 # SunOS /usr/etc/install
6307 # IRIX /sbin/install
6308 # AIX /bin/install
6309 # AmigaOS /C/install, which installs bootblocks on floppy discs
6310 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6311 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6312 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6313 # OS/2's system install, which has a completely different semantic
6314 # ./install, which can be erroneously created by make from ./install.sh.
6315 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6316 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6317 if test -z "$INSTALL"; then
6318 if test "${ac_cv_path_install+set}" = set; then
6319 echo $ECHO_N "(cached) $ECHO_C" >&6
6320 else
6321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6322 for as_dir in $PATH
6324 IFS=$as_save_IFS
6325 test -z "$as_dir" && as_dir=.
6326 # Account for people who put trailing slashes in PATH elements.
6327 case $as_dir/ in
6328 ./ | .// | /cC/* | \
6329 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6330 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6331 /usr/ucb/* ) ;;
6333 # OSF1 and SCO ODT 3.0 have their own names for install.
6334 # Don't use installbsd from OSF since it installs stuff as root
6335 # by default.
6336 for ac_prog in ginstall scoinst install; do
6337 for ac_exec_ext in '' $ac_executable_extensions; do
6338 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6339 if test $ac_prog = install &&
6340 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6341 # AIX install. It has an incompatible calling convention.
6343 elif test $ac_prog = install &&
6344 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6345 # program-specific install script used by HP pwplus--don't use.
6347 else
6348 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6349 break 3
6352 done
6353 done
6355 esac
6356 done
6357 IFS=$as_save_IFS
6361 if test "${ac_cv_path_install+set}" = set; then
6362 INSTALL=$ac_cv_path_install
6363 else
6364 # As a last resort, use the slow shell script. Don't cache a
6365 # value for INSTALL within a source directory, because that will
6366 # break other packages using the cache if that directory is
6367 # removed, or if the value is a relative name.
6368 INSTALL=$ac_install_sh
6371 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6372 echo "${ECHO_T}$INSTALL" >&6; }
6374 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6375 # It thinks the first close brace ends the variable substitution.
6376 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6378 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6380 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6382 case "$INSTALL" in
6383 [\\/$]* | ?:[\\/]* ) ;;
6384 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6385 esac
6387 for ac_prog in lclint lint
6389 # Extract the first word of "$ac_prog", so it can be a program name with args.
6390 set dummy $ac_prog; ac_word=$2
6391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6393 if test "${ac_cv_prog_LINT+set}" = set; then
6394 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 else
6396 if test -n "$LINT"; then
6397 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6398 else
6399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6400 for as_dir in $PATH
6402 IFS=$as_save_IFS
6403 test -z "$as_dir" && as_dir=.
6404 for ac_exec_ext in '' $ac_executable_extensions; do
6405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6406 ac_cv_prog_LINT="$ac_prog"
6407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6408 break 2
6410 done
6411 done
6412 IFS=$as_save_IFS
6416 LINT=$ac_cv_prog_LINT
6417 if test -n "$LINT"; then
6418 { echo "$as_me:$LINENO: result: $LINT" >&5
6419 echo "${ECHO_T}$LINT" >&6; }
6420 else
6421 { echo "$as_me:$LINENO: result: no" >&5
6422 echo "${ECHO_T}no" >&6; }
6426 test -n "$LINT" && break
6427 done
6429 if test "$LINT" = "lint"
6430 then
6431 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6436 for ac_prog in fontforge
6438 # Extract the first word of "$ac_prog", so it can be a program name with args.
6439 set dummy $ac_prog; ac_word=$2
6440 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6442 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6443 echo $ECHO_N "(cached) $ECHO_C" >&6
6444 else
6445 if test -n "$FONTFORGE"; then
6446 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6447 else
6448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449 for as_dir in $PATH
6451 IFS=$as_save_IFS
6452 test -z "$as_dir" && as_dir=.
6453 for ac_exec_ext in '' $ac_executable_extensions; do
6454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6455 ac_cv_prog_FONTFORGE="$ac_prog"
6456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6457 break 2
6459 done
6460 done
6461 IFS=$as_save_IFS
6465 FONTFORGE=$ac_cv_prog_FONTFORGE
6466 if test -n "$FONTFORGE"; then
6467 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6468 echo "${ECHO_T}$FONTFORGE" >&6; }
6469 else
6470 { echo "$as_me:$LINENO: result: no" >&5
6471 echo "${ECHO_T}no" >&6; }
6475 test -n "$FONTFORGE" && break
6476 done
6477 test -n "$FONTFORGE" || FONTFORGE="false"
6479 for ac_prog in pkg-config
6481 # Extract the first word of "$ac_prog", so it can be a program name with args.
6482 set dummy $ac_prog; ac_word=$2
6483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6485 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6486 echo $ECHO_N "(cached) $ECHO_C" >&6
6487 else
6488 if test -n "$PKG_CONFIG"; then
6489 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6490 else
6491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6492 for as_dir in $PATH
6494 IFS=$as_save_IFS
6495 test -z "$as_dir" && as_dir=.
6496 for ac_exec_ext in '' $ac_executable_extensions; do
6497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6498 ac_cv_prog_PKG_CONFIG="$ac_prog"
6499 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6500 break 2
6502 done
6503 done
6504 IFS=$as_save_IFS
6508 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6509 if test -n "$PKG_CONFIG"; then
6510 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6511 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6512 else
6513 { echo "$as_me:$LINENO: result: no" >&5
6514 echo "${ECHO_T}no" >&6; }
6518 test -n "$PKG_CONFIG" && break
6519 done
6520 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6522 for ac_prog in rsvg
6524 # Extract the first word of "$ac_prog", so it can be a program name with args.
6525 set dummy $ac_prog; ac_word=$2
6526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6528 if test "${ac_cv_prog_RSVG+set}" = set; then
6529 echo $ECHO_N "(cached) $ECHO_C" >&6
6530 else
6531 if test -n "$RSVG"; then
6532 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6533 else
6534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535 for as_dir in $PATH
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6541 ac_cv_prog_RSVG="$ac_prog"
6542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6543 break 2
6545 done
6546 done
6547 IFS=$as_save_IFS
6551 RSVG=$ac_cv_prog_RSVG
6552 if test -n "$RSVG"; then
6553 { echo "$as_me:$LINENO: result: $RSVG" >&5
6554 echo "${ECHO_T}$RSVG" >&6; }
6555 else
6556 { echo "$as_me:$LINENO: result: no" >&5
6557 echo "${ECHO_T}no" >&6; }
6561 test -n "$RSVG" && break
6562 done
6563 test -n "$RSVG" || RSVG="false"
6565 for ac_prog in icotool
6567 # Extract the first word of "$ac_prog", so it can be a program name with args.
6568 set dummy $ac_prog; ac_word=$2
6569 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6571 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6572 echo $ECHO_N "(cached) $ECHO_C" >&6
6573 else
6574 if test -n "$ICOTOOL"; then
6575 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6576 else
6577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6578 for as_dir in $PATH
6580 IFS=$as_save_IFS
6581 test -z "$as_dir" && as_dir=.
6582 for ac_exec_ext in '' $ac_executable_extensions; do
6583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6584 ac_cv_prog_ICOTOOL="$ac_prog"
6585 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6586 break 2
6588 done
6589 done
6590 IFS=$as_save_IFS
6594 ICOTOOL=$ac_cv_prog_ICOTOOL
6595 if test -n "$ICOTOOL"; then
6596 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6597 echo "${ECHO_T}$ICOTOOL" >&6; }
6598 else
6599 { echo "$as_me:$LINENO: result: no" >&5
6600 echo "${ECHO_T}no" >&6; }
6604 test -n "$ICOTOOL" && break
6605 done
6606 test -n "$ICOTOOL" || ICOTOOL="false"
6609 if test "${enable_maintainer_mode+set}" = set
6610 then
6611 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6612 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6613 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6616 case $host_cpu in
6617 *i[3456789]86*)
6618 # Extract the first word of "prelink", so it can be a program name with args.
6619 set dummy prelink; ac_word=$2
6620 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6622 if test "${ac_cv_path_PRELINK+set}" = set; then
6623 echo $ECHO_N "(cached) $ECHO_C" >&6
6624 else
6625 case $PRELINK in
6626 [\\/]* | ?:[\\/]*)
6627 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631 for as_dir in /sbin /usr/sbin $PATH
6633 IFS=$as_save_IFS
6634 test -z "$as_dir" && as_dir=.
6635 for ac_exec_ext in '' $ac_executable_extensions; do
6636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6637 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6638 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6639 break 2
6641 done
6642 done
6643 IFS=$as_save_IFS
6645 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6647 esac
6649 PRELINK=$ac_cv_path_PRELINK
6650 if test -n "$PRELINK"; then
6651 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6652 echo "${ECHO_T}$PRELINK" >&6; }
6653 else
6654 { echo "$as_me:$LINENO: result: no" >&5
6655 echo "${ECHO_T}no" >&6; }
6660 esac
6664 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6665 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6666 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6667 echo $ECHO_N "(cached) $ECHO_C" >&6
6668 else
6669 ac_check_lib_save_LIBS=$LIBS
6670 LIBS="-li386 $LIBS"
6671 cat >conftest.$ac_ext <<_ACEOF
6672 /* confdefs.h. */
6673 _ACEOF
6674 cat confdefs.h >>conftest.$ac_ext
6675 cat >>conftest.$ac_ext <<_ACEOF
6676 /* end confdefs.h. */
6678 /* Override any GCC internal prototype to avoid an error.
6679 Use char because int might match the return type of a GCC
6680 builtin and then its argument prototype would still apply. */
6681 #ifdef __cplusplus
6682 extern "C"
6683 #endif
6684 char i386_set_ldt ();
6686 main ()
6688 return i386_set_ldt ();
6690 return 0;
6692 _ACEOF
6693 rm -f conftest.$ac_objext conftest$ac_exeext
6694 if { (ac_try="$ac_link"
6695 case "(($ac_try" in
6696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6697 *) ac_try_echo=$ac_try;;
6698 esac
6699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6700 (eval "$ac_link") 2>conftest.er1
6701 ac_status=$?
6702 grep -v '^ *+' conftest.er1 >conftest.err
6703 rm -f conftest.er1
6704 cat conftest.err >&5
6705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6706 (exit $ac_status); } && {
6707 test -z "$ac_c_werror_flag" ||
6708 test ! -s conftest.err
6709 } && test -s conftest$ac_exeext &&
6710 $as_test_x conftest$ac_exeext; then
6711 ac_cv_lib_i386_i386_set_ldt=yes
6712 else
6713 echo "$as_me: failed program was:" >&5
6714 sed 's/^/| /' conftest.$ac_ext >&5
6716 ac_cv_lib_i386_i386_set_ldt=no
6719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6720 conftest$ac_exeext conftest.$ac_ext
6721 LIBS=$ac_check_lib_save_LIBS
6723 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6724 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6725 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6726 cat >>confdefs.h <<_ACEOF
6727 #define HAVE_LIBI386 1
6728 _ACEOF
6730 LIBS="-li386 $LIBS"
6735 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6736 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6737 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6738 echo $ECHO_N "(cached) $ECHO_C" >&6
6739 else
6740 ac_check_lib_save_LIBS=$LIBS
6741 LIBS="-lossaudio $LIBS"
6742 cat >conftest.$ac_ext <<_ACEOF
6743 /* confdefs.h. */
6744 _ACEOF
6745 cat confdefs.h >>conftest.$ac_ext
6746 cat >>conftest.$ac_ext <<_ACEOF
6747 /* end confdefs.h. */
6749 /* Override any GCC internal prototype to avoid an error.
6750 Use char because int might match the return type of a GCC
6751 builtin and then its argument prototype would still apply. */
6752 #ifdef __cplusplus
6753 extern "C"
6754 #endif
6755 char _oss_ioctl ();
6757 main ()
6759 return _oss_ioctl ();
6761 return 0;
6763 _ACEOF
6764 rm -f conftest.$ac_objext conftest$ac_exeext
6765 if { (ac_try="$ac_link"
6766 case "(($ac_try" in
6767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6768 *) ac_try_echo=$ac_try;;
6769 esac
6770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6771 (eval "$ac_link") 2>conftest.er1
6772 ac_status=$?
6773 grep -v '^ *+' conftest.er1 >conftest.err
6774 rm -f conftest.er1
6775 cat conftest.err >&5
6776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6777 (exit $ac_status); } && {
6778 test -z "$ac_c_werror_flag" ||
6779 test ! -s conftest.err
6780 } && test -s conftest$ac_exeext &&
6781 $as_test_x conftest$ac_exeext; then
6782 ac_cv_lib_ossaudio__oss_ioctl=yes
6783 else
6784 echo "$as_me: failed program was:" >&5
6785 sed 's/^/| /' conftest.$ac_ext >&5
6787 ac_cv_lib_ossaudio__oss_ioctl=no
6790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6791 conftest$ac_exeext conftest.$ac_ext
6792 LIBS=$ac_check_lib_save_LIBS
6794 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6795 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6796 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6797 cat >>confdefs.h <<_ACEOF
6798 #define HAVE_LIBOSSAUDIO 1
6799 _ACEOF
6801 LIBS="-lossaudio $LIBS"
6805 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6806 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6807 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6808 echo $ECHO_N "(cached) $ECHO_C" >&6
6809 else
6810 ac_check_lib_save_LIBS=$LIBS
6811 LIBS="-lpthread $LIBS"
6812 cat >conftest.$ac_ext <<_ACEOF
6813 /* confdefs.h. */
6814 _ACEOF
6815 cat confdefs.h >>conftest.$ac_ext
6816 cat >>conftest.$ac_ext <<_ACEOF
6817 /* end confdefs.h. */
6819 /* Override any GCC internal prototype to avoid an error.
6820 Use char because int might match the return type of a GCC
6821 builtin and then its argument prototype would still apply. */
6822 #ifdef __cplusplus
6823 extern "C"
6824 #endif
6825 char pthread_create ();
6827 main ()
6829 return pthread_create ();
6831 return 0;
6833 _ACEOF
6834 rm -f conftest.$ac_objext conftest$ac_exeext
6835 if { (ac_try="$ac_link"
6836 case "(($ac_try" in
6837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6838 *) ac_try_echo=$ac_try;;
6839 esac
6840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6841 (eval "$ac_link") 2>conftest.er1
6842 ac_status=$?
6843 grep -v '^ *+' conftest.er1 >conftest.err
6844 rm -f conftest.er1
6845 cat conftest.err >&5
6846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6847 (exit $ac_status); } && {
6848 test -z "$ac_c_werror_flag" ||
6849 test ! -s conftest.err
6850 } && test -s conftest$ac_exeext &&
6851 $as_test_x conftest$ac_exeext; then
6852 ac_cv_lib_pthread_pthread_create=yes
6853 else
6854 echo "$as_me: failed program was:" >&5
6855 sed 's/^/| /' conftest.$ac_ext >&5
6857 ac_cv_lib_pthread_pthread_create=no
6860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6861 conftest$ac_exeext conftest.$ac_ext
6862 LIBS=$ac_check_lib_save_LIBS
6864 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6865 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6866 if test $ac_cv_lib_pthread_pthread_create = yes; then
6867 LIBPTHREAD="-lpthread"
6872 XLIB=""
6874 OPENGL_LIBS=""
6878 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6879 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6880 if test "${ac_cv_header_stdc+set}" = set; then
6881 echo $ECHO_N "(cached) $ECHO_C" >&6
6882 else
6883 cat >conftest.$ac_ext <<_ACEOF
6884 /* confdefs.h. */
6885 _ACEOF
6886 cat confdefs.h >>conftest.$ac_ext
6887 cat >>conftest.$ac_ext <<_ACEOF
6888 /* end confdefs.h. */
6889 #include <stdlib.h>
6890 #include <stdarg.h>
6891 #include <string.h>
6892 #include <float.h>
6895 main ()
6899 return 0;
6901 _ACEOF
6902 rm -f conftest.$ac_objext
6903 if { (ac_try="$ac_compile"
6904 case "(($ac_try" in
6905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6906 *) ac_try_echo=$ac_try;;
6907 esac
6908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6909 (eval "$ac_compile") 2>conftest.er1
6910 ac_status=$?
6911 grep -v '^ *+' conftest.er1 >conftest.err
6912 rm -f conftest.er1
6913 cat conftest.err >&5
6914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6915 (exit $ac_status); } && {
6916 test -z "$ac_c_werror_flag" ||
6917 test ! -s conftest.err
6918 } && test -s conftest.$ac_objext; then
6919 ac_cv_header_stdc=yes
6920 else
6921 echo "$as_me: failed program was:" >&5
6922 sed 's/^/| /' conftest.$ac_ext >&5
6924 ac_cv_header_stdc=no
6927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6929 if test $ac_cv_header_stdc = yes; then
6930 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6931 cat >conftest.$ac_ext <<_ACEOF
6932 /* confdefs.h. */
6933 _ACEOF
6934 cat confdefs.h >>conftest.$ac_ext
6935 cat >>conftest.$ac_ext <<_ACEOF
6936 /* end confdefs.h. */
6937 #include <string.h>
6939 _ACEOF
6940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6941 $EGREP "memchr" >/dev/null 2>&1; then
6943 else
6944 ac_cv_header_stdc=no
6946 rm -f conftest*
6950 if test $ac_cv_header_stdc = yes; then
6951 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6952 cat >conftest.$ac_ext <<_ACEOF
6953 /* confdefs.h. */
6954 _ACEOF
6955 cat confdefs.h >>conftest.$ac_ext
6956 cat >>conftest.$ac_ext <<_ACEOF
6957 /* end confdefs.h. */
6958 #include <stdlib.h>
6960 _ACEOF
6961 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6962 $EGREP "free" >/dev/null 2>&1; then
6964 else
6965 ac_cv_header_stdc=no
6967 rm -f conftest*
6971 if test $ac_cv_header_stdc = yes; then
6972 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6973 if test "$cross_compiling" = yes; then
6975 else
6976 cat >conftest.$ac_ext <<_ACEOF
6977 /* confdefs.h. */
6978 _ACEOF
6979 cat confdefs.h >>conftest.$ac_ext
6980 cat >>conftest.$ac_ext <<_ACEOF
6981 /* end confdefs.h. */
6982 #include <ctype.h>
6983 #include <stdlib.h>
6984 #if ((' ' & 0x0FF) == 0x020)
6985 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6986 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6987 #else
6988 # define ISLOWER(c) \
6989 (('a' <= (c) && (c) <= 'i') \
6990 || ('j' <= (c) && (c) <= 'r') \
6991 || ('s' <= (c) && (c) <= 'z'))
6992 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6993 #endif
6995 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6997 main ()
6999 int i;
7000 for (i = 0; i < 256; i++)
7001 if (XOR (islower (i), ISLOWER (i))
7002 || toupper (i) != TOUPPER (i))
7003 return 2;
7004 return 0;
7006 _ACEOF
7007 rm -f conftest$ac_exeext
7008 if { (ac_try="$ac_link"
7009 case "(($ac_try" in
7010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7011 *) ac_try_echo=$ac_try;;
7012 esac
7013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7014 (eval "$ac_link") 2>&5
7015 ac_status=$?
7016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7017 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7018 { (case "(($ac_try" in
7019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7020 *) ac_try_echo=$ac_try;;
7021 esac
7022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7023 (eval "$ac_try") 2>&5
7024 ac_status=$?
7025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7026 (exit $ac_status); }; }; then
7028 else
7029 echo "$as_me: program exited with status $ac_status" >&5
7030 echo "$as_me: failed program was:" >&5
7031 sed 's/^/| /' conftest.$ac_ext >&5
7033 ( exit $ac_status )
7034 ac_cv_header_stdc=no
7036 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7042 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7043 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7044 if test $ac_cv_header_stdc = yes; then
7046 cat >>confdefs.h <<\_ACEOF
7047 #define STDC_HEADERS 1
7048 _ACEOF
7052 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7062 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7063 inttypes.h stdint.h unistd.h
7065 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7066 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7067 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7069 echo $ECHO_N "(cached) $ECHO_C" >&6
7070 else
7071 cat >conftest.$ac_ext <<_ACEOF
7072 /* confdefs.h. */
7073 _ACEOF
7074 cat confdefs.h >>conftest.$ac_ext
7075 cat >>conftest.$ac_ext <<_ACEOF
7076 /* end confdefs.h. */
7077 $ac_includes_default
7079 #include <$ac_header>
7080 _ACEOF
7081 rm -f conftest.$ac_objext
7082 if { (ac_try="$ac_compile"
7083 case "(($ac_try" in
7084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7085 *) ac_try_echo=$ac_try;;
7086 esac
7087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7088 (eval "$ac_compile") 2>conftest.er1
7089 ac_status=$?
7090 grep -v '^ *+' conftest.er1 >conftest.err
7091 rm -f conftest.er1
7092 cat conftest.err >&5
7093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7094 (exit $ac_status); } && {
7095 test -z "$ac_c_werror_flag" ||
7096 test ! -s conftest.err
7097 } && test -s conftest.$ac_objext; then
7098 eval "$as_ac_Header=yes"
7099 else
7100 echo "$as_me: failed program was:" >&5
7101 sed 's/^/| /' conftest.$ac_ext >&5
7103 eval "$as_ac_Header=no"
7106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7108 ac_res=`eval echo '${'$as_ac_Header'}'`
7109 { echo "$as_me:$LINENO: result: $ac_res" >&5
7110 echo "${ECHO_T}$ac_res" >&6; }
7111 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7112 cat >>confdefs.h <<_ACEOF
7113 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7114 _ACEOF
7118 done
7232 for ac_header in \
7233 AudioUnit/AudioUnit.h \
7234 Carbon/Carbon.h \
7235 CoreAudio/CoreAudio.h \
7236 DiskArbitration/DiskArbitration.h \
7237 IOKit/IOKitLib.h \
7238 alias.h \
7239 alsa/asoundlib.h \
7240 arpa/inet.h \
7241 arpa/nameser.h \
7242 asm/types.h \
7243 capi20.h \
7244 curses.h \
7245 direct.h \
7246 dlfcn.h \
7247 elf.h \
7248 float.h \
7249 fontconfig/fontconfig.h \
7250 getopt.h \
7251 ieeefp.h \
7252 io.h \
7253 jack/jack.h \
7254 jpeglib.h \
7255 lber.h \
7256 lcms.h \
7257 lcms/lcms.h \
7258 ldap.h \
7259 libaudioio.h \
7260 link.h \
7261 linux/cdrom.h \
7262 linux/compiler.h \
7263 linux/hdreg.h \
7264 linux/input.h \
7265 linux/ioctl.h \
7266 linux/joystick.h \
7267 linux/major.h \
7268 linux/param.h \
7269 linux/serial.h \
7270 linux/ucdrom.h \
7271 mach/mach.h \
7272 mach/machine.h \
7273 machine/cpu.h \
7274 machine/limits.h \
7275 machine/soundcard.h \
7276 mntent.h \
7277 ncurses.h \
7278 netdb.h \
7279 netinet/in.h \
7280 netinet/in_systm.h \
7281 netinet/tcp.h \
7282 netinet/tcp_fsm.h \
7283 openssl/err.h \
7284 openssl/ssl.h \
7285 png.h \
7286 poll.h \
7287 process.h \
7288 pthread.h \
7289 pwd.h \
7290 regex.h \
7291 sched.h \
7292 scsi/scsi.h \
7293 scsi/scsi_ioctl.h \
7294 scsi/sg.h \
7295 soundcard.h \
7296 stdint.h \
7297 strings.h \
7298 sys/asoundlib.h \
7299 sys/cdio.h \
7300 sys/elf32.h \
7301 sys/epoll.h \
7302 sys/errno.h \
7303 sys/event.h \
7304 sys/exec_elf.h \
7305 sys/filio.h \
7306 sys/ioctl.h \
7307 sys/ipc.h \
7308 sys/limits.h \
7309 sys/link.h \
7310 sys/lwp.h \
7311 sys/mman.h \
7312 sys/modem.h \
7313 sys/msg.h \
7314 sys/mtio.h \
7315 sys/param.h \
7316 sys/poll.h \
7317 sys/prctl.h \
7318 sys/ptrace.h \
7319 sys/reg.h \
7320 sys/resource.h \
7321 sys/scsiio.h \
7322 sys/shm.h \
7323 sys/signal.h \
7324 sys/socket.h \
7325 sys/socketvar.h \
7326 sys/sockio.h \
7327 sys/soundcard.h \
7328 sys/statvfs.h \
7329 sys/strtio.h \
7330 sys/syscall.h \
7331 sys/sysctl.h \
7332 sys/time.h \
7333 sys/times.h \
7334 sys/uio.h \
7335 sys/un.h \
7336 sys/vm86.h \
7337 sys/wait.h \
7338 syscall.h \
7339 termios.h \
7340 unistd.h \
7341 utime.h \
7342 valgrind/memcheck.h \
7343 valgrind/valgrind.h
7346 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7347 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7348 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7349 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7350 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7351 echo $ECHO_N "(cached) $ECHO_C" >&6
7353 ac_res=`eval echo '${'$as_ac_Header'}'`
7354 { echo "$as_me:$LINENO: result: $ac_res" >&5
7355 echo "${ECHO_T}$ac_res" >&6; }
7356 else
7357 # Is the header compilable?
7358 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7359 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7360 cat >conftest.$ac_ext <<_ACEOF
7361 /* confdefs.h. */
7362 _ACEOF
7363 cat confdefs.h >>conftest.$ac_ext
7364 cat >>conftest.$ac_ext <<_ACEOF
7365 /* end confdefs.h. */
7366 $ac_includes_default
7367 #include <$ac_header>
7368 _ACEOF
7369 rm -f conftest.$ac_objext
7370 if { (ac_try="$ac_compile"
7371 case "(($ac_try" in
7372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7373 *) ac_try_echo=$ac_try;;
7374 esac
7375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7376 (eval "$ac_compile") 2>conftest.er1
7377 ac_status=$?
7378 grep -v '^ *+' conftest.er1 >conftest.err
7379 rm -f conftest.er1
7380 cat conftest.err >&5
7381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7382 (exit $ac_status); } && {
7383 test -z "$ac_c_werror_flag" ||
7384 test ! -s conftest.err
7385 } && test -s conftest.$ac_objext; then
7386 ac_header_compiler=yes
7387 else
7388 echo "$as_me: failed program was:" >&5
7389 sed 's/^/| /' conftest.$ac_ext >&5
7391 ac_header_compiler=no
7394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7395 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7396 echo "${ECHO_T}$ac_header_compiler" >&6; }
7398 # Is the header present?
7399 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7400 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7401 cat >conftest.$ac_ext <<_ACEOF
7402 /* confdefs.h. */
7403 _ACEOF
7404 cat confdefs.h >>conftest.$ac_ext
7405 cat >>conftest.$ac_ext <<_ACEOF
7406 /* end confdefs.h. */
7407 #include <$ac_header>
7408 _ACEOF
7409 if { (ac_try="$ac_cpp conftest.$ac_ext"
7410 case "(($ac_try" in
7411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7412 *) ac_try_echo=$ac_try;;
7413 esac
7414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7415 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7416 ac_status=$?
7417 grep -v '^ *+' conftest.er1 >conftest.err
7418 rm -f conftest.er1
7419 cat conftest.err >&5
7420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7421 (exit $ac_status); } >/dev/null && {
7422 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7423 test ! -s conftest.err
7424 }; then
7425 ac_header_preproc=yes
7426 else
7427 echo "$as_me: failed program was:" >&5
7428 sed 's/^/| /' conftest.$ac_ext >&5
7430 ac_header_preproc=no
7433 rm -f conftest.err conftest.$ac_ext
7434 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7435 echo "${ECHO_T}$ac_header_preproc" >&6; }
7437 # So? What about this header?
7438 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7439 yes:no: )
7440 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7441 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7443 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7444 ac_header_preproc=yes
7446 no:yes:* )
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7448 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7449 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7450 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7451 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7452 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7454 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7455 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7456 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7457 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7458 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7459 ( cat <<\_ASBOX
7460 ## ------------------------------------ ##
7461 ## Report this to wine-devel@winehq.org ##
7462 ## ------------------------------------ ##
7463 _ASBOX
7464 ) | sed "s/^/$as_me: WARNING: /" >&2
7466 esac
7467 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7468 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7469 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7471 else
7472 eval "$as_ac_Header=\$ac_header_preproc"
7474 ac_res=`eval echo '${'$as_ac_Header'}'`
7475 { echo "$as_me:$LINENO: result: $ac_res" >&5
7476 echo "${ECHO_T}$ac_res" >&6; }
7479 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7480 cat >>confdefs.h <<_ACEOF
7481 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7482 _ACEOF
7486 done
7488 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7489 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7490 if test "${ac_cv_header_stat_broken+set}" = set; then
7491 echo $ECHO_N "(cached) $ECHO_C" >&6
7492 else
7493 cat >conftest.$ac_ext <<_ACEOF
7494 /* confdefs.h. */
7495 _ACEOF
7496 cat confdefs.h >>conftest.$ac_ext
7497 cat >>conftest.$ac_ext <<_ACEOF
7498 /* end confdefs.h. */
7499 #include <sys/types.h>
7500 #include <sys/stat.h>
7502 #if defined S_ISBLK && defined S_IFDIR
7503 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7504 #endif
7506 #if defined S_ISBLK && defined S_IFCHR
7507 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7508 #endif
7510 #if defined S_ISLNK && defined S_IFREG
7511 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7512 #endif
7514 #if defined S_ISSOCK && defined S_IFREG
7515 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7516 #endif
7518 _ACEOF
7519 rm -f conftest.$ac_objext
7520 if { (ac_try="$ac_compile"
7521 case "(($ac_try" in
7522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7523 *) ac_try_echo=$ac_try;;
7524 esac
7525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7526 (eval "$ac_compile") 2>conftest.er1
7527 ac_status=$?
7528 grep -v '^ *+' conftest.er1 >conftest.err
7529 rm -f conftest.er1
7530 cat conftest.err >&5
7531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7532 (exit $ac_status); } && {
7533 test -z "$ac_c_werror_flag" ||
7534 test ! -s conftest.err
7535 } && test -s conftest.$ac_objext; then
7536 ac_cv_header_stat_broken=no
7537 else
7538 echo "$as_me: failed program was:" >&5
7539 sed 's/^/| /' conftest.$ac_ext >&5
7541 ac_cv_header_stat_broken=yes
7544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7546 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7547 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7548 if test $ac_cv_header_stat_broken = yes; then
7550 cat >>confdefs.h <<\_ACEOF
7551 #define STAT_MACROS_BROKEN 1
7552 _ACEOF
7562 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7564 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7565 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7568 echo $ECHO_N "(cached) $ECHO_C" >&6
7569 else
7570 cat >conftest.$ac_ext <<_ACEOF
7571 /* confdefs.h. */
7572 _ACEOF
7573 cat confdefs.h >>conftest.$ac_ext
7574 cat >>conftest.$ac_ext <<_ACEOF
7575 /* end confdefs.h. */
7576 #include <sys/types.h>
7577 #ifdef HAVE_SYS_PARAM_H
7578 # include <sys/param.h>
7579 #endif
7581 #include <$ac_header>
7582 _ACEOF
7583 rm -f conftest.$ac_objext
7584 if { (ac_try="$ac_compile"
7585 case "(($ac_try" in
7586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7587 *) ac_try_echo=$ac_try;;
7588 esac
7589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7590 (eval "$ac_compile") 2>conftest.er1
7591 ac_status=$?
7592 grep -v '^ *+' conftest.er1 >conftest.err
7593 rm -f conftest.er1
7594 cat conftest.err >&5
7595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596 (exit $ac_status); } && {
7597 test -z "$ac_c_werror_flag" ||
7598 test ! -s conftest.err
7599 } && test -s conftest.$ac_objext; then
7600 eval "$as_ac_Header=yes"
7601 else
7602 echo "$as_me: failed program was:" >&5
7603 sed 's/^/| /' conftest.$ac_ext >&5
7605 eval "$as_ac_Header=no"
7608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7610 ac_res=`eval echo '${'$as_ac_Header'}'`
7611 { echo "$as_me:$LINENO: result: $ac_res" >&5
7612 echo "${ECHO_T}$ac_res" >&6; }
7613 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7614 cat >>confdefs.h <<_ACEOF
7615 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7616 _ACEOF
7620 done
7635 for ac_header in \
7636 netinet/ip.h \
7637 net/if.h \
7638 net/if_arp.h \
7639 net/if_dl.h \
7640 net/if_types.h \
7641 net/route.h \
7642 netinet/if_ether.h \
7643 netinet/in_pcb.h \
7644 netinet/ip_icmp.h \
7645 netinet/ip_var.h \
7646 netinet/udp.h \
7647 netipx/ipx.h \
7650 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7651 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7652 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7653 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7654 echo $ECHO_N "(cached) $ECHO_C" >&6
7655 else
7656 cat >conftest.$ac_ext <<_ACEOF
7657 /* confdefs.h. */
7658 _ACEOF
7659 cat confdefs.h >>conftest.$ac_ext
7660 cat >>conftest.$ac_ext <<_ACEOF
7661 /* end confdefs.h. */
7662 #include <sys/types.h>
7663 #ifdef HAVE_SYS_SOCKET_H
7664 # include <sys/socket.h>
7665 #endif
7666 #ifdef HAVE_SYS_SOCKETVAR_H
7667 # include <sys/socketvar.h>
7668 #endif
7669 #ifdef HAVE_NETINET_IN_H
7670 # include <netinet/in.h>
7671 #endif
7672 #ifdef HAVE_NETINET_IP_H
7673 # include <netinet/ip.h>
7674 #endif
7676 #include <$ac_header>
7677 _ACEOF
7678 rm -f conftest.$ac_objext
7679 if { (ac_try="$ac_compile"
7680 case "(($ac_try" in
7681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7682 *) ac_try_echo=$ac_try;;
7683 esac
7684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7685 (eval "$ac_compile") 2>conftest.er1
7686 ac_status=$?
7687 grep -v '^ *+' conftest.er1 >conftest.err
7688 rm -f conftest.er1
7689 cat conftest.err >&5
7690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7691 (exit $ac_status); } && {
7692 test -z "$ac_c_werror_flag" ||
7693 test ! -s conftest.err
7694 } && test -s conftest.$ac_objext; then
7695 eval "$as_ac_Header=yes"
7696 else
7697 echo "$as_me: failed program was:" >&5
7698 sed 's/^/| /' conftest.$ac_ext >&5
7700 eval "$as_ac_Header=no"
7703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7705 ac_res=`eval echo '${'$as_ac_Header'}'`
7706 { echo "$as_me:$LINENO: result: $ac_res" >&5
7707 echo "${ECHO_T}$ac_res" >&6; }
7708 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7709 cat >>confdefs.h <<_ACEOF
7710 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7711 _ACEOF
7715 done
7722 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7724 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7725 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7726 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7727 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7728 echo $ECHO_N "(cached) $ECHO_C" >&6
7729 else
7730 cat >conftest.$ac_ext <<_ACEOF
7731 /* confdefs.h. */
7732 _ACEOF
7733 cat confdefs.h >>conftest.$ac_ext
7734 cat >>conftest.$ac_ext <<_ACEOF
7735 /* end confdefs.h. */
7736 #include <sys/types.h>
7737 #ifdef HAVE_ALIAS_H
7738 # include <alias.h>
7739 #endif
7740 #ifdef HAVE_SYS_SOCKET_H
7741 # include <sys/socket.h>
7742 #endif
7743 #ifdef HAVE_SYS_SOCKETVAR_H
7744 # include <sys/socketvar.h>
7745 #endif
7746 #ifdef HAVE_NETINET_IN_H
7747 # include <netinet/in.h>
7748 #endif
7749 #ifdef HAVE_NETINET_IP_H
7750 # include <netinet/ip.h>
7751 #endif
7752 #ifdef HAVE_NETINET_IP_VAR_H
7753 # include <netinet/ip_var.h>
7754 #endif
7755 #ifdef HAVE_NETINET_IP_ICMP_H
7756 # include <netinet/ip_icmp.h>
7757 #endif
7758 #ifdef HAVE_NETINET_UDP_H
7759 # include <netinet/udp.h>
7760 #endif
7761 #ifdef HAVE_NETINET_TCP_H
7762 # include <netinet/tcp.h>
7763 #endif
7765 #include <$ac_header>
7766 _ACEOF
7767 rm -f conftest.$ac_objext
7768 if { (ac_try="$ac_compile"
7769 case "(($ac_try" in
7770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7771 *) ac_try_echo=$ac_try;;
7772 esac
7773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7774 (eval "$ac_compile") 2>conftest.er1
7775 ac_status=$?
7776 grep -v '^ *+' conftest.er1 >conftest.err
7777 rm -f conftest.er1
7778 cat conftest.err >&5
7779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7780 (exit $ac_status); } && {
7781 test -z "$ac_c_werror_flag" ||
7782 test ! -s conftest.err
7783 } && test -s conftest.$ac_objext; then
7784 eval "$as_ac_Header=yes"
7785 else
7786 echo "$as_me: failed program was:" >&5
7787 sed 's/^/| /' conftest.$ac_ext >&5
7789 eval "$as_ac_Header=no"
7792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7794 ac_res=`eval echo '${'$as_ac_Header'}'`
7795 { echo "$as_me:$LINENO: result: $ac_res" >&5
7796 echo "${ECHO_T}$ac_res" >&6; }
7797 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7798 cat >>confdefs.h <<_ACEOF
7799 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7800 _ACEOF
7804 done
7808 for ac_header in linux/ipx.h
7810 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7811 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7812 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7814 echo $ECHO_N "(cached) $ECHO_C" >&6
7815 else
7816 cat >conftest.$ac_ext <<_ACEOF
7817 /* confdefs.h. */
7818 _ACEOF
7819 cat confdefs.h >>conftest.$ac_ext
7820 cat >>conftest.$ac_ext <<_ACEOF
7821 /* end confdefs.h. */
7822 #include <sys/types.h>
7823 #ifdef HAVE_ASM_TYPES_H
7824 # include <asm/types.h>
7825 #endif
7826 #ifdef HAVE_SYS_SOCKET_H
7827 # include <sys/socket.h>
7828 #endif
7830 #include <$ac_header>
7831 _ACEOF
7832 rm -f conftest.$ac_objext
7833 if { (ac_try="$ac_compile"
7834 case "(($ac_try" in
7835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7836 *) ac_try_echo=$ac_try;;
7837 esac
7838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7839 (eval "$ac_compile") 2>conftest.er1
7840 ac_status=$?
7841 grep -v '^ *+' conftest.er1 >conftest.err
7842 rm -f conftest.er1
7843 cat conftest.err >&5
7844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7845 (exit $ac_status); } && {
7846 test -z "$ac_c_werror_flag" ||
7847 test ! -s conftest.err
7848 } && test -s conftest.$ac_objext; then
7849 eval "$as_ac_Header=yes"
7850 else
7851 echo "$as_me: failed program was:" >&5
7852 sed 's/^/| /' conftest.$ac_ext >&5
7854 eval "$as_ac_Header=no"
7857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7859 ac_res=`eval echo '${'$as_ac_Header'}'`
7860 { echo "$as_me:$LINENO: result: $ac_res" >&5
7861 echo "${ECHO_T}$ac_res" >&6; }
7862 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7863 cat >>confdefs.h <<_ACEOF
7864 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7865 _ACEOF
7869 done
7873 for ac_header in resolv.h
7875 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7876 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7877 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7878 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7879 echo $ECHO_N "(cached) $ECHO_C" >&6
7880 else
7881 cat >conftest.$ac_ext <<_ACEOF
7882 /* confdefs.h. */
7883 _ACEOF
7884 cat confdefs.h >>conftest.$ac_ext
7885 cat >>conftest.$ac_ext <<_ACEOF
7886 /* end confdefs.h. */
7887 #include <sys/types.h>
7888 #ifdef HAVE_SYS_SOCKET_H
7889 # include <sys/socket.h>
7890 #endif
7891 #ifdef HAVE_NETINET_IN_H
7892 # include <netinet/in.h>
7893 #endif
7894 #ifdef HAVE_ARPA_NAMESER_H
7895 # include <arpa/nameser.h>
7896 #endif
7898 #include <$ac_header>
7899 _ACEOF
7900 rm -f conftest.$ac_objext
7901 if { (ac_try="$ac_compile"
7902 case "(($ac_try" in
7903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7904 *) ac_try_echo=$ac_try;;
7905 esac
7906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7907 (eval "$ac_compile") 2>conftest.er1
7908 ac_status=$?
7909 grep -v '^ *+' conftest.er1 >conftest.err
7910 rm -f conftest.er1
7911 cat conftest.err >&5
7912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7913 (exit $ac_status); } && {
7914 test -z "$ac_c_werror_flag" ||
7915 test ! -s conftest.err
7916 } && test -s conftest.$ac_objext; then
7917 eval "$as_ac_Header=yes"
7918 else
7919 echo "$as_me: failed program was:" >&5
7920 sed 's/^/| /' conftest.$ac_ext >&5
7922 eval "$as_ac_Header=no"
7925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7927 ac_res=`eval echo '${'$as_ac_Header'}'`
7928 { echo "$as_me:$LINENO: result: $ac_res" >&5
7929 echo "${ECHO_T}$ac_res" >&6; }
7930 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7931 cat >>confdefs.h <<_ACEOF
7932 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7933 _ACEOF
7937 done
7941 for ac_header in ucontext.h
7943 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7944 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7947 echo $ECHO_N "(cached) $ECHO_C" >&6
7948 else
7949 cat >conftest.$ac_ext <<_ACEOF
7950 /* confdefs.h. */
7951 _ACEOF
7952 cat confdefs.h >>conftest.$ac_ext
7953 cat >>conftest.$ac_ext <<_ACEOF
7954 /* end confdefs.h. */
7955 #include <signal.h>
7957 #include <$ac_header>
7958 _ACEOF
7959 rm -f conftest.$ac_objext
7960 if { (ac_try="$ac_compile"
7961 case "(($ac_try" in
7962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7963 *) ac_try_echo=$ac_try;;
7964 esac
7965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7966 (eval "$ac_compile") 2>conftest.er1
7967 ac_status=$?
7968 grep -v '^ *+' conftest.er1 >conftest.err
7969 rm -f conftest.er1
7970 cat conftest.err >&5
7971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7972 (exit $ac_status); } && {
7973 test -z "$ac_c_werror_flag" ||
7974 test ! -s conftest.err
7975 } && test -s conftest.$ac_objext; then
7976 eval "$as_ac_Header=yes"
7977 else
7978 echo "$as_me: failed program was:" >&5
7979 sed 's/^/| /' conftest.$ac_ext >&5
7981 eval "$as_ac_Header=no"
7984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7986 ac_res=`eval echo '${'$as_ac_Header'}'`
7987 { echo "$as_me:$LINENO: result: $ac_res" >&5
7988 echo "${ECHO_T}$ac_res" >&6; }
7989 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7990 cat >>confdefs.h <<_ACEOF
7991 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7992 _ACEOF
7996 done
8000 for ac_header in sys/thr.h
8002 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8003 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8004 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8005 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8006 echo $ECHO_N "(cached) $ECHO_C" >&6
8007 else
8008 cat >conftest.$ac_ext <<_ACEOF
8009 /* confdefs.h. */
8010 _ACEOF
8011 cat confdefs.h >>conftest.$ac_ext
8012 cat >>conftest.$ac_ext <<_ACEOF
8013 /* end confdefs.h. */
8014 #include <sys/types.h>
8015 #ifdef HAVE_UCONTEXT_H
8016 #include <ucontext.h>
8017 #endif
8019 #include <$ac_header>
8020 _ACEOF
8021 rm -f conftest.$ac_objext
8022 if { (ac_try="$ac_compile"
8023 case "(($ac_try" in
8024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8025 *) ac_try_echo=$ac_try;;
8026 esac
8027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8028 (eval "$ac_compile") 2>conftest.er1
8029 ac_status=$?
8030 grep -v '^ *+' conftest.er1 >conftest.err
8031 rm -f conftest.er1
8032 cat conftest.err >&5
8033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8034 (exit $ac_status); } && {
8035 test -z "$ac_c_werror_flag" ||
8036 test ! -s conftest.err
8037 } && test -s conftest.$ac_objext; then
8038 eval "$as_ac_Header=yes"
8039 else
8040 echo "$as_me: failed program was:" >&5
8041 sed 's/^/| /' conftest.$ac_ext >&5
8043 eval "$as_ac_Header=no"
8046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8048 ac_res=`eval echo '${'$as_ac_Header'}'`
8049 { echo "$as_me:$LINENO: result: $ac_res" >&5
8050 echo "${ECHO_T}$ac_res" >&6; }
8051 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8052 cat >>confdefs.h <<_ACEOF
8053 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8054 _ACEOF
8058 done
8062 for ac_header in pthread_np.h
8064 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8065 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8066 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8067 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8068 echo $ECHO_N "(cached) $ECHO_C" >&6
8069 else
8070 cat >conftest.$ac_ext <<_ACEOF
8071 /* confdefs.h. */
8072 _ACEOF
8073 cat confdefs.h >>conftest.$ac_ext
8074 cat >>conftest.$ac_ext <<_ACEOF
8075 /* end confdefs.h. */
8076 #ifdef HAVE_PTHREAD_H
8077 #include <pthread.h>
8078 #endif
8080 #include <$ac_header>
8081 _ACEOF
8082 rm -f conftest.$ac_objext
8083 if { (ac_try="$ac_compile"
8084 case "(($ac_try" in
8085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8086 *) ac_try_echo=$ac_try;;
8087 esac
8088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8089 (eval "$ac_compile") 2>conftest.er1
8090 ac_status=$?
8091 grep -v '^ *+' conftest.er1 >conftest.err
8092 rm -f conftest.er1
8093 cat conftest.err >&5
8094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8095 (exit $ac_status); } && {
8096 test -z "$ac_c_werror_flag" ||
8097 test ! -s conftest.err
8098 } && test -s conftest.$ac_objext; then
8099 eval "$as_ac_Header=yes"
8100 else
8101 echo "$as_me: failed program was:" >&5
8102 sed 's/^/| /' conftest.$ac_ext >&5
8104 eval "$as_ac_Header=no"
8107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8109 ac_res=`eval echo '${'$as_ac_Header'}'`
8110 { echo "$as_me:$LINENO: result: $ac_res" >&5
8111 echo "${ECHO_T}$ac_res" >&6; }
8112 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8113 cat >>confdefs.h <<_ACEOF
8114 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8115 _ACEOF
8119 done
8123 for ac_header in linux/videodev.h
8125 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8126 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8127 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8128 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8129 echo $ECHO_N "(cached) $ECHO_C" >&6
8130 else
8131 cat >conftest.$ac_ext <<_ACEOF
8132 /* confdefs.h. */
8133 _ACEOF
8134 cat confdefs.h >>conftest.$ac_ext
8135 cat >>conftest.$ac_ext <<_ACEOF
8136 /* end confdefs.h. */
8137 #ifdef HAVE_SYS_TIME_H
8138 #include <sys/time.h>
8139 #endif
8140 #include <sys/types.h>
8141 #ifdef HAVE_ASM_TYPES_H
8142 #include <asm/types.h>
8143 #endif
8145 #include <$ac_header>
8146 _ACEOF
8147 rm -f conftest.$ac_objext
8148 if { (ac_try="$ac_compile"
8149 case "(($ac_try" in
8150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8151 *) ac_try_echo=$ac_try;;
8152 esac
8153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8154 (eval "$ac_compile") 2>conftest.er1
8155 ac_status=$?
8156 grep -v '^ *+' conftest.er1 >conftest.err
8157 rm -f conftest.er1
8158 cat conftest.err >&5
8159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8160 (exit $ac_status); } && {
8161 test -z "$ac_c_werror_flag" ||
8162 test ! -s conftest.err
8163 } && test -s conftest.$ac_objext; then
8164 eval "$as_ac_Header=yes"
8165 else
8166 echo "$as_me: failed program was:" >&5
8167 sed 's/^/| /' conftest.$ac_ext >&5
8169 eval "$as_ac_Header=no"
8172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8174 ac_res=`eval echo '${'$as_ac_Header'}'`
8175 { echo "$as_me:$LINENO: result: $ac_res" >&5
8176 echo "${ECHO_T}$ac_res" >&6; }
8177 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8178 cat >>confdefs.h <<_ACEOF
8179 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8180 _ACEOF
8184 done
8188 for ac_header in linux/capi.h
8190 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8191 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8194 echo $ECHO_N "(cached) $ECHO_C" >&6
8195 else
8196 cat >conftest.$ac_ext <<_ACEOF
8197 /* confdefs.h. */
8198 _ACEOF
8199 cat confdefs.h >>conftest.$ac_ext
8200 cat >>conftest.$ac_ext <<_ACEOF
8201 /* end confdefs.h. */
8202 #define __user
8204 #include <$ac_header>
8205 _ACEOF
8206 rm -f conftest.$ac_objext
8207 if { (ac_try="$ac_compile"
8208 case "(($ac_try" in
8209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8210 *) ac_try_echo=$ac_try;;
8211 esac
8212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8213 (eval "$ac_compile") 2>conftest.er1
8214 ac_status=$?
8215 grep -v '^ *+' conftest.er1 >conftest.err
8216 rm -f conftest.er1
8217 cat conftest.err >&5
8218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219 (exit $ac_status); } && {
8220 test -z "$ac_c_werror_flag" ||
8221 test ! -s conftest.err
8222 } && test -s conftest.$ac_objext; then
8223 eval "$as_ac_Header=yes"
8224 else
8225 echo "$as_me: failed program was:" >&5
8226 sed 's/^/| /' conftest.$ac_ext >&5
8228 eval "$as_ac_Header=no"
8231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8233 ac_res=`eval echo '${'$as_ac_Header'}'`
8234 { echo "$as_me:$LINENO: result: $ac_res" >&5
8235 echo "${ECHO_T}$ac_res" >&6; }
8236 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8237 cat >>confdefs.h <<_ACEOF
8238 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8239 _ACEOF
8243 done
8247 DLLEXT=""
8249 DLLFLAGS="-D_REENTRANT"
8251 LDSHARED=""
8253 LDDLLFLAGS=""
8255 LIBEXT="so"
8257 IMPLIBEXT="def"
8259 LDRPATH_INSTALL=""
8261 LDRPATH_LOCAL=""
8263 # Extract the first word of "ldd", so it can be a program name with args.
8264 set dummy ldd; ac_word=$2
8265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8267 if test "${ac_cv_path_LDD+set}" = set; then
8268 echo $ECHO_N "(cached) $ECHO_C" >&6
8269 else
8270 case $LDD in
8271 [\\/]* | ?:[\\/]*)
8272 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8276 as_dummy="/sbin:/usr/sbin:$PATH"
8277 for as_dir in $as_dummy
8279 IFS=$as_save_IFS
8280 test -z "$as_dir" && as_dir=.
8281 for ac_exec_ext in '' $ac_executable_extensions; do
8282 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8283 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8284 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8285 break 2
8287 done
8288 done
8289 IFS=$as_save_IFS
8291 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8293 esac
8295 LDD=$ac_cv_path_LDD
8296 if test -n "$LDD"; then
8297 { echo "$as_me:$LINENO: result: $LDD" >&5
8298 echo "${ECHO_T}$LDD" >&6; }
8299 else
8300 { echo "$as_me:$LINENO: result: no" >&5
8301 echo "${ECHO_T}no" >&6; }
8306 case $host_os in
8307 cygwin*|mingw32*)
8308 if test -n "$ac_tool_prefix"; then
8309 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8310 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8311 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8313 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8314 echo $ECHO_N "(cached) $ECHO_C" >&6
8315 else
8316 if test -n "$DLLTOOL"; then
8317 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8318 else
8319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8320 for as_dir in $PATH
8322 IFS=$as_save_IFS
8323 test -z "$as_dir" && as_dir=.
8324 for ac_exec_ext in '' $ac_executable_extensions; do
8325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8326 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8328 break 2
8330 done
8331 done
8332 IFS=$as_save_IFS
8336 DLLTOOL=$ac_cv_prog_DLLTOOL
8337 if test -n "$DLLTOOL"; then
8338 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8339 echo "${ECHO_T}$DLLTOOL" >&6; }
8340 else
8341 { echo "$as_me:$LINENO: result: no" >&5
8342 echo "${ECHO_T}no" >&6; }
8347 if test -z "$ac_cv_prog_DLLTOOL"; then
8348 ac_ct_DLLTOOL=$DLLTOOL
8349 # Extract the first word of "dlltool", so it can be a program name with args.
8350 set dummy dlltool; ac_word=$2
8351 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8353 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8354 echo $ECHO_N "(cached) $ECHO_C" >&6
8355 else
8356 if test -n "$ac_ct_DLLTOOL"; then
8357 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8358 else
8359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8360 for as_dir in $PATH
8362 IFS=$as_save_IFS
8363 test -z "$as_dir" && as_dir=.
8364 for ac_exec_ext in '' $ac_executable_extensions; do
8365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8366 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8368 break 2
8370 done
8371 done
8372 IFS=$as_save_IFS
8376 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8377 if test -n "$ac_ct_DLLTOOL"; then
8378 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8379 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8380 else
8381 { echo "$as_me:$LINENO: result: no" >&5
8382 echo "${ECHO_T}no" >&6; }
8385 if test "x$ac_ct_DLLTOOL" = x; then
8386 DLLTOOL="false"
8387 else
8388 case $cross_compiling:$ac_tool_warned in
8389 yes:)
8390 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8391 whose name does not start with the host triplet. If you think this
8392 configuration is useful to you, please write to autoconf@gnu.org." >&5
8393 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8394 whose name does not start with the host triplet. If you think this
8395 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8396 ac_tool_warned=yes ;;
8397 esac
8398 DLLTOOL=$ac_ct_DLLTOOL
8400 else
8401 DLLTOOL="$ac_cv_prog_DLLTOOL"
8404 if test -n "$ac_tool_prefix"; then
8405 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8406 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8407 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8409 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8410 echo $ECHO_N "(cached) $ECHO_C" >&6
8411 else
8412 if test -n "$DLLWRAP"; then
8413 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8414 else
8415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8416 for as_dir in $PATH
8418 IFS=$as_save_IFS
8419 test -z "$as_dir" && as_dir=.
8420 for ac_exec_ext in '' $ac_executable_extensions; do
8421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8422 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8423 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8424 break 2
8426 done
8427 done
8428 IFS=$as_save_IFS
8432 DLLWRAP=$ac_cv_prog_DLLWRAP
8433 if test -n "$DLLWRAP"; then
8434 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8435 echo "${ECHO_T}$DLLWRAP" >&6; }
8436 else
8437 { echo "$as_me:$LINENO: result: no" >&5
8438 echo "${ECHO_T}no" >&6; }
8443 if test -z "$ac_cv_prog_DLLWRAP"; then
8444 ac_ct_DLLWRAP=$DLLWRAP
8445 # Extract the first word of "dllwrap", so it can be a program name with args.
8446 set dummy dllwrap; ac_word=$2
8447 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8449 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8450 echo $ECHO_N "(cached) $ECHO_C" >&6
8451 else
8452 if test -n "$ac_ct_DLLWRAP"; then
8453 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8454 else
8455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456 for as_dir in $PATH
8458 IFS=$as_save_IFS
8459 test -z "$as_dir" && as_dir=.
8460 for ac_exec_ext in '' $ac_executable_extensions; do
8461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8462 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8464 break 2
8466 done
8467 done
8468 IFS=$as_save_IFS
8472 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8473 if test -n "$ac_ct_DLLWRAP"; then
8474 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8475 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8476 else
8477 { echo "$as_me:$LINENO: result: no" >&5
8478 echo "${ECHO_T}no" >&6; }
8481 if test "x$ac_ct_DLLWRAP" = x; then
8482 DLLWRAP="false"
8483 else
8484 case $cross_compiling:$ac_tool_warned in
8485 yes:)
8486 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8487 whose name does not start with the host triplet. If you think this
8488 configuration is useful to you, please write to autoconf@gnu.org." >&5
8489 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8490 whose name does not start with the host triplet. If you think this
8491 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8492 ac_tool_warned=yes ;;
8493 esac
8494 DLLWRAP=$ac_ct_DLLWRAP
8496 else
8497 DLLWRAP="$ac_cv_prog_DLLWRAP"
8500 if test -n "$ac_tool_prefix"; then
8501 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8502 set dummy ${ac_tool_prefix}ar; ac_word=$2
8503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8505 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8506 echo $ECHO_N "(cached) $ECHO_C" >&6
8507 else
8508 if test -n "$MINGWAR"; then
8509 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8510 else
8511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8512 for as_dir in $PATH
8514 IFS=$as_save_IFS
8515 test -z "$as_dir" && as_dir=.
8516 for ac_exec_ext in '' $ac_executable_extensions; do
8517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8518 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8520 break 2
8522 done
8523 done
8524 IFS=$as_save_IFS
8528 MINGWAR=$ac_cv_prog_MINGWAR
8529 if test -n "$MINGWAR"; then
8530 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8531 echo "${ECHO_T}$MINGWAR" >&6; }
8532 else
8533 { echo "$as_me:$LINENO: result: no" >&5
8534 echo "${ECHO_T}no" >&6; }
8539 if test -z "$ac_cv_prog_MINGWAR"; then
8540 ac_ct_MINGWAR=$MINGWAR
8541 # Extract the first word of "ar", so it can be a program name with args.
8542 set dummy ar; ac_word=$2
8543 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8544 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8545 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8546 echo $ECHO_N "(cached) $ECHO_C" >&6
8547 else
8548 if test -n "$ac_ct_MINGWAR"; then
8549 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8550 else
8551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8552 for as_dir in $PATH
8554 IFS=$as_save_IFS
8555 test -z "$as_dir" && as_dir=.
8556 for ac_exec_ext in '' $ac_executable_extensions; do
8557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8558 ac_cv_prog_ac_ct_MINGWAR="ar"
8559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8560 break 2
8562 done
8563 done
8564 IFS=$as_save_IFS
8568 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8569 if test -n "$ac_ct_MINGWAR"; then
8570 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8571 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8572 else
8573 { echo "$as_me:$LINENO: result: no" >&5
8574 echo "${ECHO_T}no" >&6; }
8577 if test "x$ac_ct_MINGWAR" = x; then
8578 MINGWAR="false"
8579 else
8580 case $cross_compiling:$ac_tool_warned in
8581 yes:)
8582 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8583 whose name does not start with the host triplet. If you think this
8584 configuration is useful to you, please write to autoconf@gnu.org." >&5
8585 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8586 whose name does not start with the host triplet. If you think this
8587 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8588 ac_tool_warned=yes ;;
8589 esac
8590 MINGWAR=$ac_ct_MINGWAR
8592 else
8593 MINGWAR="$ac_cv_prog_MINGWAR"
8596 if test "$DLLWRAP" = "false"; then
8597 LIBEXT="a"
8598 else
8599 LIBEXT="dll"
8601 IMPLIBEXT="a"
8602 WIN16_FILES=""
8603 WIN16_INSTALL=""
8605 darwin*|macosx*)
8606 DLLEXT=".so"
8607 LIBEXT="dylib"
8608 DLLFLAGS="$DLLFLAGS -fPIC"
8609 LDDLLFLAGS="-bundle -multiply_defined suppress"
8610 LIBWINE_LDFLAGS="-multiply_defined suppress"
8611 LDSHARED="\$(CC) -dynamiclib"
8612 STRIP="$STRIP -x"
8613 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8614 SECURITYLIB="-framework Security -framework CoreFoundation"
8616 COREFOUNDATIONLIB="-framework CoreFoundation"
8618 IOKITLIB="-framework IOKit -framework CoreFoundation"
8620 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8622 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8623 then
8624 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8627 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8628 then
8629 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8632 case $host_cpu in
8633 *powerpc*)
8634 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8635 esac
8636 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8637 then
8638 CARBONLIB="-framework Carbon"
8640 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8644 DLLFLAGS="$DLLFLAGS -fPIC"
8645 DLLEXT=".so"
8646 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8647 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8648 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8649 echo $ECHO_N "(cached) $ECHO_C" >&6
8650 else
8651 ac_wine_try_cflags_saved=$CFLAGS
8652 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8653 cat >conftest.$ac_ext <<_ACEOF
8654 void myfunc() {}
8655 _ACEOF
8656 rm -f conftest.$ac_objext conftest$ac_exeext
8657 if { (ac_try="$ac_link"
8658 case "(($ac_try" in
8659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8660 *) ac_try_echo=$ac_try;;
8661 esac
8662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8663 (eval "$ac_link") 2>conftest.er1
8664 ac_status=$?
8665 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1
8667 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } && {
8670 test -z "$ac_c_werror_flag" ||
8671 test ! -s conftest.err
8672 } && test -s conftest$ac_exeext &&
8673 $as_test_x conftest$ac_exeext; then
8674 ac_cv_c_dll_gnuelf="yes"
8675 else
8676 echo "$as_me: failed program was:" >&5
8677 sed 's/^/| /' conftest.$ac_ext >&5
8679 ac_cv_c_dll_gnuelf="no"
8682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8683 conftest$ac_exeext conftest.$ac_ext
8684 CFLAGS=$ac_wine_try_cflags_saved
8686 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8687 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8688 if test "$ac_cv_c_dll_gnuelf" = "yes"
8689 then
8690 LDSHARED="\$(CC) -shared"
8691 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8692 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8693 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8694 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8695 echo $ECHO_N "(cached) $ECHO_C" >&6
8696 else
8697 ac_wine_try_cflags_saved=$CFLAGS
8698 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8699 cat >conftest.$ac_ext <<_ACEOF
8700 /* confdefs.h. */
8701 _ACEOF
8702 cat confdefs.h >>conftest.$ac_ext
8703 cat >>conftest.$ac_ext <<_ACEOF
8704 /* end confdefs.h. */
8707 main ()
8711 return 0;
8713 _ACEOF
8714 rm -f conftest.$ac_objext conftest$ac_exeext
8715 if { (ac_try="$ac_link"
8716 case "(($ac_try" in
8717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8718 *) ac_try_echo=$ac_try;;
8719 esac
8720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8721 (eval "$ac_link") 2>conftest.er1
8722 ac_status=$?
8723 grep -v '^ *+' conftest.er1 >conftest.err
8724 rm -f conftest.er1
8725 cat conftest.err >&5
8726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8727 (exit $ac_status); } && {
8728 test -z "$ac_c_werror_flag" ||
8729 test ! -s conftest.err
8730 } && test -s conftest$ac_exeext &&
8731 $as_test_x conftest$ac_exeext; then
8732 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8733 else
8734 echo "$as_me: failed program was:" >&5
8735 sed 's/^/| /' conftest.$ac_ext >&5
8737 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8741 conftest$ac_exeext conftest.$ac_ext
8742 CFLAGS=$ac_wine_try_cflags_saved
8744 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8745 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8746 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8747 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8748 else
8749 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8750 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8751 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8752 echo $ECHO_N "(cached) $ECHO_C" >&6
8753 else
8754 ac_wine_try_cflags_saved=$CFLAGS
8755 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8756 cat >conftest.$ac_ext <<_ACEOF
8757 /* confdefs.h. */
8758 _ACEOF
8759 cat confdefs.h >>conftest.$ac_ext
8760 cat >>conftest.$ac_ext <<_ACEOF
8761 /* end confdefs.h. */
8764 main ()
8768 return 0;
8770 _ACEOF
8771 rm -f conftest.$ac_objext conftest$ac_exeext
8772 if { (ac_try="$ac_link"
8773 case "(($ac_try" in
8774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8775 *) ac_try_echo=$ac_try;;
8776 esac
8777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8778 (eval "$ac_link") 2>conftest.er1
8779 ac_status=$?
8780 grep -v '^ *+' conftest.er1 >conftest.err
8781 rm -f conftest.er1
8782 cat conftest.err >&5
8783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8784 (exit $ac_status); } && {
8785 test -z "$ac_c_werror_flag" ||
8786 test ! -s conftest.err
8787 } && test -s conftest$ac_exeext &&
8788 $as_test_x conftest$ac_exeext; then
8789 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8790 else
8791 echo "$as_me: failed program was:" >&5
8792 sed 's/^/| /' conftest.$ac_ext >&5
8794 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8798 conftest$ac_exeext conftest.$ac_ext
8799 CFLAGS=$ac_wine_try_cflags_saved
8801 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8802 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8803 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8804 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8810 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8811 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8812 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8813 echo $ECHO_N "(cached) $ECHO_C" >&6
8814 else
8815 ac_wine_try_cflags_saved=$CFLAGS
8816 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8817 cat >conftest.$ac_ext <<_ACEOF
8818 /* confdefs.h. */
8819 _ACEOF
8820 cat confdefs.h >>conftest.$ac_ext
8821 cat >>conftest.$ac_ext <<_ACEOF
8822 /* end confdefs.h. */
8825 main ()
8829 return 0;
8831 _ACEOF
8832 rm -f conftest.$ac_objext conftest$ac_exeext
8833 if { (ac_try="$ac_link"
8834 case "(($ac_try" in
8835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8836 *) ac_try_echo=$ac_try;;
8837 esac
8838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8839 (eval "$ac_link") 2>conftest.er1
8840 ac_status=$?
8841 grep -v '^ *+' conftest.er1 >conftest.err
8842 rm -f conftest.er1
8843 cat conftest.err >&5
8844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8845 (exit $ac_status); } && {
8846 test -z "$ac_c_werror_flag" ||
8847 test ! -s conftest.err
8848 } && test -s conftest$ac_exeext &&
8849 $as_test_x conftest$ac_exeext; then
8850 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8851 else
8852 echo "$as_me: failed program was:" >&5
8853 sed 's/^/| /' conftest.$ac_ext >&5
8855 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8859 conftest$ac_exeext conftest.$ac_ext
8860 CFLAGS=$ac_wine_try_cflags_saved
8862 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8863 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8864 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8865 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8869 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8870 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8871 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8872 echo $ECHO_N "(cached) $ECHO_C" >&6
8873 else
8874 ac_wine_try_cflags_saved=$CFLAGS
8875 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8876 cat >conftest.$ac_ext <<_ACEOF
8877 /* confdefs.h. */
8878 _ACEOF
8879 cat confdefs.h >>conftest.$ac_ext
8880 cat >>conftest.$ac_ext <<_ACEOF
8881 /* end confdefs.h. */
8884 main ()
8888 return 0;
8890 _ACEOF
8891 rm -f conftest.$ac_objext conftest$ac_exeext
8892 if { (ac_try="$ac_link"
8893 case "(($ac_try" in
8894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8895 *) ac_try_echo=$ac_try;;
8896 esac
8897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8898 (eval "$ac_link") 2>conftest.er1
8899 ac_status=$?
8900 grep -v '^ *+' conftest.er1 >conftest.err
8901 rm -f conftest.er1
8902 cat conftest.err >&5
8903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8904 (exit $ac_status); } && {
8905 test -z "$ac_c_werror_flag" ||
8906 test ! -s conftest.err
8907 } && test -s conftest$ac_exeext &&
8908 $as_test_x conftest$ac_exeext; then
8909 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8910 else
8911 echo "$as_me: failed program was:" >&5
8912 sed 's/^/| /' conftest.$ac_ext >&5
8914 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8918 conftest$ac_exeext conftest.$ac_ext
8919 CFLAGS=$ac_wine_try_cflags_saved
8921 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8922 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8923 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8924 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8928 echo '{ global: *; };' >conftest.map
8929 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8930 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8931 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8932 echo $ECHO_N "(cached) $ECHO_C" >&6
8933 else
8934 ac_wine_try_cflags_saved=$CFLAGS
8935 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8936 cat >conftest.$ac_ext <<_ACEOF
8937 /* confdefs.h. */
8938 _ACEOF
8939 cat confdefs.h >>conftest.$ac_ext
8940 cat >>conftest.$ac_ext <<_ACEOF
8941 /* end confdefs.h. */
8944 main ()
8948 return 0;
8950 _ACEOF
8951 rm -f conftest.$ac_objext conftest$ac_exeext
8952 if { (ac_try="$ac_link"
8953 case "(($ac_try" in
8954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8955 *) ac_try_echo=$ac_try;;
8956 esac
8957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8958 (eval "$ac_link") 2>conftest.er1
8959 ac_status=$?
8960 grep -v '^ *+' conftest.er1 >conftest.err
8961 rm -f conftest.er1
8962 cat conftest.err >&5
8963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8964 (exit $ac_status); } && {
8965 test -z "$ac_c_werror_flag" ||
8966 test ! -s conftest.err
8967 } && test -s conftest$ac_exeext &&
8968 $as_test_x conftest$ac_exeext; then
8969 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8970 else
8971 echo "$as_me: failed program was:" >&5
8972 sed 's/^/| /' conftest.$ac_ext >&5
8974 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8978 conftest$ac_exeext conftest.$ac_ext
8979 CFLAGS=$ac_wine_try_cflags_saved
8981 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8982 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8983 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8984 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8987 rm -f conftest.map
8989 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8990 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8991 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8992 echo $ECHO_N "(cached) $ECHO_C" >&6
8993 else
8994 ac_wine_try_cflags_saved=$CFLAGS
8995 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8996 cat >conftest.$ac_ext <<_ACEOF
8997 /* confdefs.h. */
8998 _ACEOF
8999 cat confdefs.h >>conftest.$ac_ext
9000 cat >>conftest.$ac_ext <<_ACEOF
9001 /* end confdefs.h. */
9004 main ()
9008 return 0;
9010 _ACEOF
9011 rm -f conftest.$ac_objext conftest$ac_exeext
9012 if { (ac_try="$ac_link"
9013 case "(($ac_try" in
9014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9015 *) ac_try_echo=$ac_try;;
9016 esac
9017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9018 (eval "$ac_link") 2>conftest.er1
9019 ac_status=$?
9020 grep -v '^ *+' conftest.er1 >conftest.err
9021 rm -f conftest.er1
9022 cat conftest.err >&5
9023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9024 (exit $ac_status); } && {
9025 test -z "$ac_c_werror_flag" ||
9026 test ! -s conftest.err
9027 } && test -s conftest$ac_exeext &&
9028 $as_test_x conftest$ac_exeext; then
9029 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9030 else
9031 echo "$as_me: failed program was:" >&5
9032 sed 's/^/| /' conftest.$ac_ext >&5
9034 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9038 conftest$ac_exeext conftest.$ac_ext
9039 CFLAGS=$ac_wine_try_cflags_saved
9041 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9042 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9043 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9044 LDEXECFLAGS="-Wl,--export-dynamic"
9049 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9050 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9051 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9052 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9053 echo $ECHO_N "(cached) $ECHO_C" >&6
9054 else
9055 ac_wine_try_cflags_saved=$CFLAGS
9056 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9057 cat >conftest.$ac_ext <<_ACEOF
9058 /* confdefs.h. */
9059 _ACEOF
9060 cat confdefs.h >>conftest.$ac_ext
9061 cat >>conftest.$ac_ext <<_ACEOF
9062 /* end confdefs.h. */
9065 main ()
9069 return 0;
9071 _ACEOF
9072 rm -f conftest.$ac_objext conftest$ac_exeext
9073 if { (ac_try="$ac_link"
9074 case "(($ac_try" in
9075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9076 *) ac_try_echo=$ac_try;;
9077 esac
9078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9079 (eval "$ac_link") 2>conftest.er1
9080 ac_status=$?
9081 grep -v '^ *+' conftest.er1 >conftest.err
9082 rm -f conftest.er1
9083 cat conftest.err >&5
9084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9085 (exit $ac_status); } && {
9086 test -z "$ac_c_werror_flag" ||
9087 test ! -s conftest.err
9088 } && test -s conftest$ac_exeext &&
9089 $as_test_x conftest$ac_exeext; then
9090 eval "$as_ac_var=yes"
9091 else
9092 echo "$as_me: failed program was:" >&5
9093 sed 's/^/| /' conftest.$ac_ext >&5
9095 eval "$as_ac_var=no"
9098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9099 conftest$ac_exeext conftest.$ac_ext
9100 CFLAGS=$ac_wine_try_cflags_saved
9102 ac_res=`eval echo '${'$as_ac_var'}'`
9103 { echo "$as_me:$LINENO: result: $ac_res" >&5
9104 echo "${ECHO_T}$ac_res" >&6; }
9105 if test `eval echo '${'$as_ac_var'}'` = yes; then
9106 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9107 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9108 else
9109 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9110 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9111 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9112 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9113 echo $ECHO_N "(cached) $ECHO_C" >&6
9114 else
9115 ac_wine_try_cflags_saved=$CFLAGS
9116 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9117 cat >conftest.$ac_ext <<_ACEOF
9118 /* confdefs.h. */
9119 _ACEOF
9120 cat confdefs.h >>conftest.$ac_ext
9121 cat >>conftest.$ac_ext <<_ACEOF
9122 /* end confdefs.h. */
9125 main ()
9129 return 0;
9131 _ACEOF
9132 rm -f conftest.$ac_objext conftest$ac_exeext
9133 if { (ac_try="$ac_link"
9134 case "(($ac_try" in
9135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9136 *) ac_try_echo=$ac_try;;
9137 esac
9138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9139 (eval "$ac_link") 2>conftest.er1
9140 ac_status=$?
9141 grep -v '^ *+' conftest.er1 >conftest.err
9142 rm -f conftest.er1
9143 cat conftest.err >&5
9144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9145 (exit $ac_status); } && {
9146 test -z "$ac_c_werror_flag" ||
9147 test ! -s conftest.err
9148 } && test -s conftest$ac_exeext &&
9149 $as_test_x conftest$ac_exeext; then
9150 eval "$as_ac_var=yes"
9151 else
9152 echo "$as_me: failed program was:" >&5
9153 sed 's/^/| /' conftest.$ac_ext >&5
9155 eval "$as_ac_var=no"
9158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9159 conftest$ac_exeext conftest.$ac_ext
9160 CFLAGS=$ac_wine_try_cflags_saved
9162 ac_res=`eval echo '${'$as_ac_var'}'`
9163 { echo "$as_me:$LINENO: result: $ac_res" >&5
9164 echo "${ECHO_T}$ac_res" >&6; }
9165 if test `eval echo '${'$as_ac_var'}'` = yes; then
9166 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9167 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9173 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9174 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9175 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9176 echo $ECHO_N "(cached) $ECHO_C" >&6
9177 else
9178 ac_wine_try_cflags_saved=$CFLAGS
9179 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9180 cat >conftest.$ac_ext <<_ACEOF
9181 /* confdefs.h. */
9182 _ACEOF
9183 cat confdefs.h >>conftest.$ac_ext
9184 cat >>conftest.$ac_ext <<_ACEOF
9185 /* end confdefs.h. */
9188 main ()
9192 return 0;
9194 _ACEOF
9195 rm -f conftest.$ac_objext conftest$ac_exeext
9196 if { (ac_try="$ac_link"
9197 case "(($ac_try" in
9198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9199 *) ac_try_echo=$ac_try;;
9200 esac
9201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9202 (eval "$ac_link") 2>conftest.er1
9203 ac_status=$?
9204 grep -v '^ *+' conftest.er1 >conftest.err
9205 rm -f conftest.er1
9206 cat conftest.err >&5
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); } && {
9209 test -z "$ac_c_werror_flag" ||
9210 test ! -s conftest.err
9211 } && test -s conftest$ac_exeext &&
9212 $as_test_x conftest$ac_exeext; then
9213 ac_cv_cflags__Wl___enable_new_dtags=yes
9214 else
9215 echo "$as_me: failed program was:" >&5
9216 sed 's/^/| /' conftest.$ac_ext >&5
9218 ac_cv_cflags__Wl___enable_new_dtags=no
9221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9222 conftest$ac_exeext conftest.$ac_ext
9223 CFLAGS=$ac_wine_try_cflags_saved
9225 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9226 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9227 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9228 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9232 case $host_cpu in
9233 *i[3456789]86* | x86_64)
9234 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9235 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9236 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9237 echo $ECHO_N "(cached) $ECHO_C" >&6
9238 else
9239 ac_wine_try_cflags_saved=$CFLAGS
9240 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9241 cat >conftest.$ac_ext <<_ACEOF
9242 /* confdefs.h. */
9243 _ACEOF
9244 cat confdefs.h >>conftest.$ac_ext
9245 cat >>conftest.$ac_ext <<_ACEOF
9246 /* end confdefs.h. */
9249 main ()
9253 return 0;
9255 _ACEOF
9256 rm -f conftest.$ac_objext conftest$ac_exeext
9257 if { (ac_try="$ac_link"
9258 case "(($ac_try" in
9259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9260 *) ac_try_echo=$ac_try;;
9261 esac
9262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9263 (eval "$ac_link") 2>conftest.er1
9264 ac_status=$?
9265 grep -v '^ *+' conftest.er1 >conftest.err
9266 rm -f conftest.er1
9267 cat conftest.err >&5
9268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9269 (exit $ac_status); } && {
9270 test -z "$ac_c_werror_flag" ||
9271 test ! -s conftest.err
9272 } && test -s conftest$ac_exeext &&
9273 $as_test_x conftest$ac_exeext; then
9274 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9275 else
9276 echo "$as_me: failed program was:" >&5
9277 sed 's/^/| /' conftest.$ac_ext >&5
9279 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9283 conftest$ac_exeext conftest.$ac_ext
9284 CFLAGS=$ac_wine_try_cflags_saved
9286 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9287 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9288 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9289 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9293 esac
9295 else
9296 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9297 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9298 if test "${ac_cv_c_dll_unixware+set}" = set; then
9299 echo $ECHO_N "(cached) $ECHO_C" >&6
9300 else
9301 ac_wine_try_cflags_saved=$CFLAGS
9302 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9303 cat >conftest.$ac_ext <<_ACEOF
9304 void myfunc() {}
9305 _ACEOF
9306 rm -f conftest.$ac_objext conftest$ac_exeext
9307 if { (ac_try="$ac_link"
9308 case "(($ac_try" in
9309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9310 *) ac_try_echo=$ac_try;;
9311 esac
9312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9313 (eval "$ac_link") 2>conftest.er1
9314 ac_status=$?
9315 grep -v '^ *+' conftest.er1 >conftest.err
9316 rm -f conftest.er1
9317 cat conftest.err >&5
9318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319 (exit $ac_status); } && {
9320 test -z "$ac_c_werror_flag" ||
9321 test ! -s conftest.err
9322 } && test -s conftest$ac_exeext &&
9323 $as_test_x conftest$ac_exeext; then
9324 ac_cv_c_dll_unixware="yes"
9325 else
9326 echo "$as_me: failed program was:" >&5
9327 sed 's/^/| /' conftest.$ac_ext >&5
9329 ac_cv_c_dll_unixware="no"
9332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9333 conftest$ac_exeext conftest.$ac_ext
9334 CFLAGS=$ac_wine_try_cflags_saved
9336 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9337 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9338 if test "$ac_cv_c_dll_unixware" = "yes"
9339 then
9340 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9341 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9343 else
9344 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9345 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9346 if test "${ac_cv_c_dll_hpux+set}" = set; then
9347 echo $ECHO_N "(cached) $ECHO_C" >&6
9348 else
9349 ac_wine_try_cflags_saved=$CFLAGS
9350 CFLAGS="$CFLAGS -shared"
9351 cat >conftest.$ac_ext <<_ACEOF
9352 void myfunc() {}
9353 _ACEOF
9354 rm -f conftest.$ac_objext conftest$ac_exeext
9355 if { (ac_try="$ac_link"
9356 case "(($ac_try" in
9357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9358 *) ac_try_echo=$ac_try;;
9359 esac
9360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9361 (eval "$ac_link") 2>conftest.er1
9362 ac_status=$?
9363 grep -v '^ *+' conftest.er1 >conftest.err
9364 rm -f conftest.er1
9365 cat conftest.err >&5
9366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9367 (exit $ac_status); } && {
9368 test -z "$ac_c_werror_flag" ||
9369 test ! -s conftest.err
9370 } && test -s conftest$ac_exeext &&
9371 $as_test_x conftest$ac_exeext; then
9372 ac_cv_c_dll_hpux="yes"
9373 else
9374 echo "$as_me: failed program was:" >&5
9375 sed 's/^/| /' conftest.$ac_ext >&5
9377 ac_cv_c_dll_hpux="no"
9380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9381 conftest$ac_exeext conftest.$ac_ext
9382 CFLAGS=$ac_wine_try_cflags_saved
9384 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9385 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9386 if test "$ac_cv_c_dll_hpux" = "yes"
9387 then
9388 LIBEXT="sl"
9389 DLLEXT=".sl"
9390 LDDLLFLAGS="-shared -fPIC"
9391 LDSHARED="\$(CC) -shared"
9396 CROSSTEST=""
9398 if test "$cross_compiling" = "no"
9399 then
9400 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9402 # Extract the first word of "$ac_prog", so it can be a program name with args.
9403 set dummy $ac_prog; ac_word=$2
9404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9406 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9407 echo $ECHO_N "(cached) $ECHO_C" >&6
9408 else
9409 if test -n "$CROSSCC"; then
9410 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9411 else
9412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9413 for as_dir in $PATH
9415 IFS=$as_save_IFS
9416 test -z "$as_dir" && as_dir=.
9417 for ac_exec_ext in '' $ac_executable_extensions; do
9418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9419 ac_cv_prog_CROSSCC="$ac_prog"
9420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9421 break 2
9423 done
9424 done
9425 IFS=$as_save_IFS
9429 CROSSCC=$ac_cv_prog_CROSSCC
9430 if test -n "$CROSSCC"; then
9431 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9432 echo "${ECHO_T}$CROSSCC" >&6; }
9433 else
9434 { echo "$as_me:$LINENO: result: no" >&5
9435 echo "${ECHO_T}no" >&6; }
9439 test -n "$CROSSCC" && break
9440 done
9441 test -n "$CROSSCC" || CROSSCC="false"
9443 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9445 # Extract the first word of "$ac_prog", so it can be a program name with args.
9446 set dummy $ac_prog; ac_word=$2
9447 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9449 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9450 echo $ECHO_N "(cached) $ECHO_C" >&6
9451 else
9452 if test -n "$DLLTOOL"; then
9453 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9454 else
9455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9456 for as_dir in $PATH
9458 IFS=$as_save_IFS
9459 test -z "$as_dir" && as_dir=.
9460 for ac_exec_ext in '' $ac_executable_extensions; do
9461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9462 ac_cv_prog_DLLTOOL="$ac_prog"
9463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9464 break 2
9466 done
9467 done
9468 IFS=$as_save_IFS
9472 DLLTOOL=$ac_cv_prog_DLLTOOL
9473 if test -n "$DLLTOOL"; then
9474 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9475 echo "${ECHO_T}$DLLTOOL" >&6; }
9476 else
9477 { echo "$as_me:$LINENO: result: no" >&5
9478 echo "${ECHO_T}no" >&6; }
9482 test -n "$DLLTOOL" && break
9483 done
9484 test -n "$DLLTOOL" || DLLTOOL="false"
9486 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9488 # Extract the first word of "$ac_prog", so it can be a program name with args.
9489 set dummy $ac_prog; ac_word=$2
9490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9492 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9493 echo $ECHO_N "(cached) $ECHO_C" >&6
9494 else
9495 if test -n "$CROSSWINDRES"; then
9496 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9497 else
9498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9499 for as_dir in $PATH
9501 IFS=$as_save_IFS
9502 test -z "$as_dir" && as_dir=.
9503 for ac_exec_ext in '' $ac_executable_extensions; do
9504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9505 ac_cv_prog_CROSSWINDRES="$ac_prog"
9506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9507 break 2
9509 done
9510 done
9511 IFS=$as_save_IFS
9515 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9516 if test -n "$CROSSWINDRES"; then
9517 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9518 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9519 else
9520 { echo "$as_me:$LINENO: result: no" >&5
9521 echo "${ECHO_T}no" >&6; }
9525 test -n "$CROSSWINDRES" && break
9526 done
9527 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9529 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9531 # Extract the first word of "$ac_prog", so it can be a program name with args.
9532 set dummy $ac_prog; ac_word=$2
9533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9535 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9536 echo $ECHO_N "(cached) $ECHO_C" >&6
9537 else
9538 if test -n "$MINGWAR"; then
9539 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9540 else
9541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9542 for as_dir in $PATH
9544 IFS=$as_save_IFS
9545 test -z "$as_dir" && as_dir=.
9546 for ac_exec_ext in '' $ac_executable_extensions; do
9547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9548 ac_cv_prog_MINGWAR="$ac_prog"
9549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9550 break 2
9552 done
9553 done
9554 IFS=$as_save_IFS
9558 MINGWAR=$ac_cv_prog_MINGWAR
9559 if test -n "$MINGWAR"; then
9560 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9561 echo "${ECHO_T}$MINGWAR" >&6; }
9562 else
9563 { echo "$as_me:$LINENO: result: no" >&5
9564 echo "${ECHO_T}no" >&6; }
9568 test -n "$MINGWAR" && break
9569 done
9570 test -n "$MINGWAR" || MINGWAR="false"
9572 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9575 esac
9577 enable_winequartz_drv=${enable_winequartz_drv:-no}
9579 if test "$LIBEXT" = "a"; then
9580 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9584 " >&5
9585 echo "$as_me: error: could not find a way to build shared libraries.
9586 It is currently not possible to build Wine without shared library
9587 (.so) support to allow transparent switch between .so and .dll files.
9588 If you are using Linux, you will need a newer binutils.
9589 " >&2;}
9590 { (exit 1); exit 1; }; }
9594 if test "$have_x" = "yes"
9595 then
9596 XLIB="-lXext -lX11"
9597 ac_save_CPPFLAGS="$CPPFLAGS"
9598 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9600 { echo "$as_me:$LINENO: checking for -lX11" >&5
9601 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9602 if test "${ac_cv_lib_soname_X11+set}" = set; then
9603 echo $ECHO_N "(cached) $ECHO_C" >&6
9604 else
9605 ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat >conftest.$ac_ext <<_ACEOF
9608 /* confdefs.h. */
9609 _ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h. */
9614 /* Override any GCC internal prototype to avoid an error.
9615 Use char because int might match the return type of a GCC
9616 builtin and then its argument prototype would still apply. */
9617 #ifdef __cplusplus
9618 extern "C"
9619 #endif
9620 char XCreateWindow ();
9622 main ()
9624 return XCreateWindow ();
9626 return 0;
9628 _ACEOF
9629 rm -f conftest.$ac_objext conftest$ac_exeext
9630 if { (ac_try="$ac_link"
9631 case "(($ac_try" in
9632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9633 *) ac_try_echo=$ac_try;;
9634 esac
9635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9636 (eval "$ac_link") 2>conftest.er1
9637 ac_status=$?
9638 grep -v '^ *+' conftest.er1 >conftest.err
9639 rm -f conftest.er1
9640 cat conftest.err >&5
9641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 (exit $ac_status); } && {
9643 test -z "$ac_c_werror_flag" ||
9644 test ! -s conftest.err
9645 } && test -s conftest$ac_exeext &&
9646 $as_test_x conftest$ac_exeext; then
9647 case "$LIBEXT" in
9648 dll) ;;
9649 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'` ;;
9650 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9651 esac
9652 else
9653 echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9660 conftest$ac_exeext conftest.$ac_ext
9661 LIBS=$ac_check_soname_save_LIBS
9663 if test "x$ac_cv_lib_soname_X11" = "x"; then
9664 { echo "$as_me:$LINENO: result: not found" >&5
9665 echo "${ECHO_T}not found" >&6; }
9667 else
9668 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9669 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9671 cat >>confdefs.h <<_ACEOF
9672 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 _ACEOF
9678 { echo "$as_me:$LINENO: checking for -lXext" >&5
9679 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9680 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9681 echo $ECHO_N "(cached) $ECHO_C" >&6
9682 else
9683 ac_check_soname_save_LIBS=$LIBS
9684 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9685 cat >conftest.$ac_ext <<_ACEOF
9686 /* confdefs.h. */
9687 _ACEOF
9688 cat confdefs.h >>conftest.$ac_ext
9689 cat >>conftest.$ac_ext <<_ACEOF
9690 /* end confdefs.h. */
9692 /* Override any GCC internal prototype to avoid an error.
9693 Use char because int might match the return type of a GCC
9694 builtin and then its argument prototype would still apply. */
9695 #ifdef __cplusplus
9696 extern "C"
9697 #endif
9698 char XextCreateExtension ();
9700 main ()
9702 return XextCreateExtension ();
9704 return 0;
9706 _ACEOF
9707 rm -f conftest.$ac_objext conftest$ac_exeext
9708 if { (ac_try="$ac_link"
9709 case "(($ac_try" in
9710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9711 *) ac_try_echo=$ac_try;;
9712 esac
9713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9714 (eval "$ac_link") 2>conftest.er1
9715 ac_status=$?
9716 grep -v '^ *+' conftest.er1 >conftest.err
9717 rm -f conftest.er1
9718 cat conftest.err >&5
9719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9720 (exit $ac_status); } && {
9721 test -z "$ac_c_werror_flag" ||
9722 test ! -s conftest.err
9723 } && test -s conftest$ac_exeext &&
9724 $as_test_x conftest$ac_exeext; then
9725 case "$LIBEXT" in
9726 dll) ;;
9727 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'` ;;
9728 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9729 esac
9730 else
9731 echo "$as_me: failed program was:" >&5
9732 sed 's/^/| /' conftest.$ac_ext >&5
9737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9738 conftest$ac_exeext conftest.$ac_ext
9739 LIBS=$ac_check_soname_save_LIBS
9741 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9742 { echo "$as_me:$LINENO: result: not found" >&5
9743 echo "${ECHO_T}not found" >&6; }
9745 else
9746 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9747 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9749 cat >>confdefs.h <<_ACEOF
9750 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9751 _ACEOF
9769 for ac_header in X11/Xlib.h \
9770 X11/XKBlib.h \
9771 X11/Xutil.h \
9772 X11/Xcursor/Xcursor.h \
9773 X11/extensions/shape.h \
9774 X11/extensions/XInput.h \
9775 X11/extensions/XShm.h \
9776 X11/extensions/Xcomposite.h \
9777 X11/extensions/Xinerama.h \
9778 X11/extensions/Xrandr.h \
9779 X11/extensions/Xrender.h \
9780 X11/extensions/xf86vmode.h
9782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9783 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9786 echo $ECHO_N "(cached) $ECHO_C" >&6
9787 else
9788 cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h. */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h. */
9794 #ifdef HAVE_X11_XLIB_H
9795 # include <X11/Xlib.h>
9796 #endif
9797 #ifdef HAVE_X11_XUTIL_H
9798 # include <X11/Xutil.h>
9799 #endif
9801 #include <$ac_header>
9802 _ACEOF
9803 rm -f conftest.$ac_objext
9804 if { (ac_try="$ac_compile"
9805 case "(($ac_try" in
9806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9807 *) ac_try_echo=$ac_try;;
9808 esac
9809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9810 (eval "$ac_compile") 2>conftest.er1
9811 ac_status=$?
9812 grep -v '^ *+' conftest.er1 >conftest.err
9813 rm -f conftest.er1
9814 cat conftest.err >&5
9815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9816 (exit $ac_status); } && {
9817 test -z "$ac_c_werror_flag" ||
9818 test ! -s conftest.err
9819 } && test -s conftest.$ac_objext; then
9820 eval "$as_ac_Header=yes"
9821 else
9822 echo "$as_me: failed program was:" >&5
9823 sed 's/^/| /' conftest.$ac_ext >&5
9825 eval "$as_ac_Header=no"
9828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9830 ac_res=`eval echo '${'$as_ac_Header'}'`
9831 { echo "$as_me:$LINENO: result: $ac_res" >&5
9832 echo "${ECHO_T}$ac_res" >&6; }
9833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9834 cat >>confdefs.h <<_ACEOF
9835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9836 _ACEOF
9840 done
9843 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9844 then
9845 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9846 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9847 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9848 echo $ECHO_N "(cached) $ECHO_C" >&6
9849 else
9850 ac_check_lib_save_LIBS=$LIBS
9851 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9852 cat >conftest.$ac_ext <<_ACEOF
9853 /* confdefs.h. */
9854 _ACEOF
9855 cat confdefs.h >>conftest.$ac_ext
9856 cat >>conftest.$ac_ext <<_ACEOF
9857 /* end confdefs.h. */
9859 /* Override any GCC internal prototype to avoid an error.
9860 Use char because int might match the return type of a GCC
9861 builtin and then its argument prototype would still apply. */
9862 #ifdef __cplusplus
9863 extern "C"
9864 #endif
9865 char XkbQueryExtension ();
9867 main ()
9869 return XkbQueryExtension ();
9871 return 0;
9873 _ACEOF
9874 rm -f conftest.$ac_objext conftest$ac_exeext
9875 if { (ac_try="$ac_link"
9876 case "(($ac_try" in
9877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9878 *) ac_try_echo=$ac_try;;
9879 esac
9880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9881 (eval "$ac_link") 2>conftest.er1
9882 ac_status=$?
9883 grep -v '^ *+' conftest.er1 >conftest.err
9884 rm -f conftest.er1
9885 cat conftest.err >&5
9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } && {
9888 test -z "$ac_c_werror_flag" ||
9889 test ! -s conftest.err
9890 } && test -s conftest$ac_exeext &&
9891 $as_test_x conftest$ac_exeext; then
9892 ac_cv_lib_X11_XkbQueryExtension=yes
9893 else
9894 echo "$as_me: failed program was:" >&5
9895 sed 's/^/| /' conftest.$ac_ext >&5
9897 ac_cv_lib_X11_XkbQueryExtension=no
9900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9901 conftest$ac_exeext conftest.$ac_ext
9902 LIBS=$ac_check_lib_save_LIBS
9904 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9905 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9906 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9908 cat >>confdefs.h <<\_ACEOF
9909 #define HAVE_XKB 1
9910 _ACEOF
9916 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9917 then
9918 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9919 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9920 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9921 echo $ECHO_N "(cached) $ECHO_C" >&6
9922 else
9923 ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9925 cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h. */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9932 /* Override any GCC internal prototype to avoid an error.
9933 Use char because int might match the return type of a GCC
9934 builtin and then its argument prototype would still apply. */
9935 #ifdef __cplusplus
9936 extern "C"
9937 #endif
9938 char XcursorImageLoadCursor ();
9940 main ()
9942 return XcursorImageLoadCursor ();
9944 return 0;
9946 _ACEOF
9947 rm -f conftest.$ac_objext conftest$ac_exeext
9948 if { (ac_try="$ac_link"
9949 case "(($ac_try" in
9950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9951 *) ac_try_echo=$ac_try;;
9952 esac
9953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9954 (eval "$ac_link") 2>conftest.er1
9955 ac_status=$?
9956 grep -v '^ *+' conftest.er1 >conftest.err
9957 rm -f conftest.er1
9958 cat conftest.err >&5
9959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9960 (exit $ac_status); } && {
9961 test -z "$ac_c_werror_flag" ||
9962 test ! -s conftest.err
9963 } && test -s conftest$ac_exeext &&
9964 $as_test_x conftest$ac_exeext; then
9965 case "$LIBEXT" in
9966 dll) ;;
9967 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'` ;;
9968 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9969 esac
9970 else
9971 echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.$ac_ext >&5
9977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9978 conftest$ac_exeext conftest.$ac_ext
9979 LIBS=$ac_check_soname_save_LIBS
9981 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9982 { echo "$as_me:$LINENO: result: not found" >&5
9983 echo "${ECHO_T}not found" >&6; }
9985 else
9986 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9987 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9989 cat >>confdefs.h <<_ACEOF
9990 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9991 _ACEOF
9997 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9998 case "x$with_xcursor" in
9999 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10000 xno) ;;
10001 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10002 This is an error since --with-xcursor was requested." >&5
10003 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10004 This is an error since --with-xcursor was requested." >&2;}
10005 { (exit 1); exit 1; }; } ;;
10006 esac
10010 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10011 then
10012 { echo "$as_me:$LINENO: checking for -lXi" >&5
10013 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10014 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10015 echo $ECHO_N "(cached) $ECHO_C" >&6
10016 else
10017 ac_check_soname_save_LIBS=$LIBS
10018 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10019 cat >conftest.$ac_ext <<_ACEOF
10020 /* confdefs.h. */
10021 _ACEOF
10022 cat confdefs.h >>conftest.$ac_ext
10023 cat >>conftest.$ac_ext <<_ACEOF
10024 /* end confdefs.h. */
10026 /* Override any GCC internal prototype to avoid an error.
10027 Use char because int might match the return type of a GCC
10028 builtin and then its argument prototype would still apply. */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char XOpenDevice ();
10034 main ()
10036 return XOpenDevice ();
10038 return 0;
10040 _ACEOF
10041 rm -f conftest.$ac_objext conftest$ac_exeext
10042 if { (ac_try="$ac_link"
10043 case "(($ac_try" in
10044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10045 *) ac_try_echo=$ac_try;;
10046 esac
10047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10048 (eval "$ac_link") 2>conftest.er1
10049 ac_status=$?
10050 grep -v '^ *+' conftest.er1 >conftest.err
10051 rm -f conftest.er1
10052 cat conftest.err >&5
10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054 (exit $ac_status); } && {
10055 test -z "$ac_c_werror_flag" ||
10056 test ! -s conftest.err
10057 } && test -s conftest$ac_exeext &&
10058 $as_test_x conftest$ac_exeext; then
10059 case "$LIBEXT" in
10060 dll) ;;
10061 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'` ;;
10062 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10063 esac
10064 else
10065 echo "$as_me: failed program was:" >&5
10066 sed 's/^/| /' conftest.$ac_ext >&5
10071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10072 conftest$ac_exeext conftest.$ac_ext
10073 LIBS=$ac_check_soname_save_LIBS
10075 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10076 { echo "$as_me:$LINENO: result: not found" >&5
10077 echo "${ECHO_T}not found" >&6; }
10079 else
10080 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10081 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10083 cat >>confdefs.h <<_ACEOF
10084 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10085 _ACEOF
10091 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10092 case "x$with_xinput" in
10093 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10094 xno) ;;
10095 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10096 This is an error since --with-xinput was requested." >&5
10097 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10098 This is an error since --with-xinput was requested." >&2;}
10099 { (exit 1); exit 1; }; } ;;
10100 esac
10104 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10105 then
10106 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10107 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10108 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10109 echo $ECHO_N "(cached) $ECHO_C" >&6
10110 else
10111 ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10113 cat >conftest.$ac_ext <<_ACEOF
10114 /* confdefs.h. */
10115 _ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h. */
10120 /* Override any GCC internal prototype to avoid an error.
10121 Use char because int might match the return type of a GCC
10122 builtin and then its argument prototype would still apply. */
10123 #ifdef __cplusplus
10124 extern "C"
10125 #endif
10126 char XShmQueryExtension ();
10128 main ()
10130 return XShmQueryExtension ();
10132 return 0;
10134 _ACEOF
10135 rm -f conftest.$ac_objext conftest$ac_exeext
10136 if { (ac_try="$ac_link"
10137 case "(($ac_try" in
10138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10139 *) ac_try_echo=$ac_try;;
10140 esac
10141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142 (eval "$ac_link") 2>conftest.er1
10143 ac_status=$?
10144 grep -v '^ *+' conftest.er1 >conftest.err
10145 rm -f conftest.er1
10146 cat conftest.err >&5
10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148 (exit $ac_status); } && {
10149 test -z "$ac_c_werror_flag" ||
10150 test ! -s conftest.err
10151 } && test -s conftest$ac_exeext &&
10152 $as_test_x conftest$ac_exeext; then
10153 ac_cv_lib_Xext_XShmQueryExtension=yes
10154 else
10155 echo "$as_me: failed program was:" >&5
10156 sed 's/^/| /' conftest.$ac_ext >&5
10158 ac_cv_lib_Xext_XShmQueryExtension=no
10161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10162 conftest$ac_exeext conftest.$ac_ext
10163 LIBS=$ac_check_lib_save_LIBS
10165 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10166 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10167 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10169 cat >>confdefs.h <<\_ACEOF
10170 #define HAVE_LIBXXSHM 1
10171 _ACEOF
10176 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10177 case "x$with_xshm" in
10178 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10179 xno) ;;
10180 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10181 This is an error since --with-xshm was requested." >&5
10182 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10183 This is an error since --with-xshm was requested." >&2;}
10184 { (exit 1); exit 1; }; } ;;
10185 esac
10189 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10190 then
10191 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10192 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10193 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10194 echo $ECHO_N "(cached) $ECHO_C" >&6
10195 else
10196 ac_check_lib_save_LIBS=$LIBS
10197 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10198 cat >conftest.$ac_ext <<_ACEOF
10199 /* confdefs.h. */
10200 _ACEOF
10201 cat confdefs.h >>conftest.$ac_ext
10202 cat >>conftest.$ac_ext <<_ACEOF
10203 /* end confdefs.h. */
10205 /* Override any GCC internal prototype to avoid an error.
10206 Use char because int might match the return type of a GCC
10207 builtin and then its argument prototype would still apply. */
10208 #ifdef __cplusplus
10209 extern "C"
10210 #endif
10211 char XShapeQueryExtension ();
10213 main ()
10215 return XShapeQueryExtension ();
10217 return 0;
10219 _ACEOF
10220 rm -f conftest.$ac_objext conftest$ac_exeext
10221 if { (ac_try="$ac_link"
10222 case "(($ac_try" in
10223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10224 *) ac_try_echo=$ac_try;;
10225 esac
10226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10227 (eval "$ac_link") 2>conftest.er1
10228 ac_status=$?
10229 grep -v '^ *+' conftest.er1 >conftest.err
10230 rm -f conftest.er1
10231 cat conftest.err >&5
10232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10233 (exit $ac_status); } && {
10234 test -z "$ac_c_werror_flag" ||
10235 test ! -s conftest.err
10236 } && test -s conftest$ac_exeext &&
10237 $as_test_x conftest$ac_exeext; then
10238 ac_cv_lib_Xext_XShapeQueryExtension=yes
10239 else
10240 echo "$as_me: failed program was:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10243 ac_cv_lib_Xext_XShapeQueryExtension=no
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247 conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_lib_save_LIBS
10250 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10251 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10252 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10254 cat >>confdefs.h <<\_ACEOF
10255 #define HAVE_LIBXSHAPE 1
10256 _ACEOF
10261 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10262 case "x$with_xshape" in
10263 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10264 xno) ;;
10265 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10266 This is an error since --with-xshape was requested." >&5
10267 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10268 This is an error since --with-xshape was requested." >&2;}
10269 { (exit 1); exit 1; }; } ;;
10270 esac
10274 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10275 then
10276 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10277 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10278 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10279 echo $ECHO_N "(cached) $ECHO_C" >&6
10280 else
10281 ac_check_soname_save_LIBS=$LIBS
10282 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10283 cat >conftest.$ac_ext <<_ACEOF
10284 /* confdefs.h. */
10285 _ACEOF
10286 cat confdefs.h >>conftest.$ac_ext
10287 cat >>conftest.$ac_ext <<_ACEOF
10288 /* end confdefs.h. */
10290 /* Override any GCC internal prototype to avoid an error.
10291 Use char because int might match the return type of a GCC
10292 builtin and then its argument prototype would still apply. */
10293 #ifdef __cplusplus
10294 extern "C"
10295 #endif
10296 char XF86VidModeQueryExtension ();
10298 main ()
10300 return XF86VidModeQueryExtension ();
10302 return 0;
10304 _ACEOF
10305 rm -f conftest.$ac_objext conftest$ac_exeext
10306 if { (ac_try="$ac_link"
10307 case "(($ac_try" in
10308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10309 *) ac_try_echo=$ac_try;;
10310 esac
10311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10312 (eval "$ac_link") 2>conftest.er1
10313 ac_status=$?
10314 grep -v '^ *+' conftest.er1 >conftest.err
10315 rm -f conftest.er1
10316 cat conftest.err >&5
10317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318 (exit $ac_status); } && {
10319 test -z "$ac_c_werror_flag" ||
10320 test ! -s conftest.err
10321 } && test -s conftest$ac_exeext &&
10322 $as_test_x conftest$ac_exeext; then
10323 case "$LIBEXT" in
10324 dll) ;;
10325 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'` ;;
10326 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10327 esac
10328 else
10329 echo "$as_me: failed program was:" >&5
10330 sed 's/^/| /' conftest.$ac_ext >&5
10335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10336 conftest$ac_exeext conftest.$ac_ext
10337 LIBS=$ac_check_soname_save_LIBS
10339 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10340 { echo "$as_me:$LINENO: result: not found" >&5
10341 echo "${ECHO_T}not found" >&6; }
10343 else
10344 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10345 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10347 cat >>confdefs.h <<_ACEOF
10348 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10349 _ACEOF
10355 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10356 case "x$with_xxf86vm" in
10357 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10358 xno) ;;
10359 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10360 This is an error since --with-xxf86vm was requested." >&5
10361 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10362 This is an error since --with-xxf86vm was requested." >&2;}
10363 { (exit 1); exit 1; }; } ;;
10364 esac
10368 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"
10369 then
10370 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10371 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10372 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10373 echo $ECHO_N "(cached) $ECHO_C" >&6
10374 else
10375 ac_check_soname_save_LIBS=$LIBS
10376 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377 cat >conftest.$ac_ext <<_ACEOF
10378 /* confdefs.h. */
10379 _ACEOF
10380 cat confdefs.h >>conftest.$ac_ext
10381 cat >>conftest.$ac_ext <<_ACEOF
10382 /* end confdefs.h. */
10384 /* Override any GCC internal prototype to avoid an error.
10385 Use char because int might match the return type of a GCC
10386 builtin and then its argument prototype would still apply. */
10387 #ifdef __cplusplus
10388 extern "C"
10389 #endif
10390 char XRenderQueryExtension ();
10392 main ()
10394 return XRenderQueryExtension ();
10396 return 0;
10398 _ACEOF
10399 rm -f conftest.$ac_objext conftest$ac_exeext
10400 if { (ac_try="$ac_link"
10401 case "(($ac_try" in
10402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10403 *) ac_try_echo=$ac_try;;
10404 esac
10405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10406 (eval "$ac_link") 2>conftest.er1
10407 ac_status=$?
10408 grep -v '^ *+' conftest.er1 >conftest.err
10409 rm -f conftest.er1
10410 cat conftest.err >&5
10411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10412 (exit $ac_status); } && {
10413 test -z "$ac_c_werror_flag" ||
10414 test ! -s conftest.err
10415 } && test -s conftest$ac_exeext &&
10416 $as_test_x conftest$ac_exeext; then
10417 case "$LIBEXT" in
10418 dll) ;;
10419 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'` ;;
10420 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10421 esac
10422 else
10423 echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10430 conftest$ac_exeext conftest.$ac_ext
10431 LIBS=$ac_check_soname_save_LIBS
10433 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10434 { echo "$as_me:$LINENO: result: not found" >&5
10435 echo "${ECHO_T}not found" >&6; }
10437 else
10438 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10439 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10441 cat >>confdefs.h <<_ACEOF
10442 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10443 _ACEOF
10445 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10446 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10447 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10448 echo $ECHO_N "(cached) $ECHO_C" >&6
10449 else
10450 ac_check_lib_save_LIBS=$LIBS
10451 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10452 cat >conftest.$ac_ext <<_ACEOF
10453 /* confdefs.h. */
10454 _ACEOF
10455 cat confdefs.h >>conftest.$ac_ext
10456 cat >>conftest.$ac_ext <<_ACEOF
10457 /* end confdefs.h. */
10459 /* Override any GCC internal prototype to avoid an error.
10460 Use char because int might match the return type of a GCC
10461 builtin and then its argument prototype would still apply. */
10462 #ifdef __cplusplus
10463 extern "C"
10464 #endif
10465 char XRenderSetPictureTransform ();
10467 main ()
10469 return XRenderSetPictureTransform ();
10471 return 0;
10473 _ACEOF
10474 rm -f conftest.$ac_objext conftest$ac_exeext
10475 if { (ac_try="$ac_link"
10476 case "(($ac_try" in
10477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10478 *) ac_try_echo=$ac_try;;
10479 esac
10480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10481 (eval "$ac_link") 2>conftest.er1
10482 ac_status=$?
10483 grep -v '^ *+' conftest.er1 >conftest.err
10484 rm -f conftest.er1
10485 cat conftest.err >&5
10486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487 (exit $ac_status); } && {
10488 test -z "$ac_c_werror_flag" ||
10489 test ! -s conftest.err
10490 } && test -s conftest$ac_exeext &&
10491 $as_test_x conftest$ac_exeext; then
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10493 else
10494 echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10497 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501 conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_lib_save_LIBS
10504 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10505 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10506 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10508 cat >>confdefs.h <<\_ACEOF
10509 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10510 _ACEOF
10518 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10519 case "x$with_xrender" in
10520 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10521 xno) ;;
10522 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10523 This is an error since --with-xrender was requested." >&5
10524 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10525 This is an error since --with-xrender was requested." >&2;}
10526 { (exit 1); exit 1; }; } ;;
10527 esac
10531 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10532 then
10533 cat >conftest.$ac_ext <<_ACEOF
10534 /* confdefs.h. */
10535 _ACEOF
10536 cat confdefs.h >>conftest.$ac_ext
10537 cat >>conftest.$ac_ext <<_ACEOF
10538 /* end confdefs.h. */
10539 #include <X11/Xlib.h>
10540 #include <X11/extensions/Xrandr.h>
10542 main ()
10544 static typeof(XRRSetScreenConfigAndRate) * func;
10546 return 0;
10548 _ACEOF
10549 rm -f conftest.$ac_objext
10550 if { (ac_try="$ac_compile"
10551 case "(($ac_try" in
10552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10553 *) ac_try_echo=$ac_try;;
10554 esac
10555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10556 (eval "$ac_compile") 2>conftest.er1
10557 ac_status=$?
10558 grep -v '^ *+' conftest.er1 >conftest.err
10559 rm -f conftest.er1
10560 cat conftest.err >&5
10561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562 (exit $ac_status); } && {
10563 test -z "$ac_c_werror_flag" ||
10564 test ! -s conftest.err
10565 } && test -s conftest.$ac_objext; then
10566 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10567 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10568 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10569 echo $ECHO_N "(cached) $ECHO_C" >&6
10570 else
10571 ac_check_soname_save_LIBS=$LIBS
10572 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573 cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h. */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XRRQueryExtension ();
10588 main ()
10590 return XRRQueryExtension ();
10592 return 0;
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599 *) ac_try_echo=$ac_try;;
10600 esac
10601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 (eval "$ac_link") 2>conftest.er1
10603 ac_status=$?
10604 grep -v '^ *+' conftest.er1 >conftest.err
10605 rm -f conftest.er1
10606 cat conftest.err >&5
10607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608 (exit $ac_status); } && {
10609 test -z "$ac_c_werror_flag" ||
10610 test ! -s conftest.err
10611 } && test -s conftest$ac_exeext &&
10612 $as_test_x conftest$ac_exeext; then
10613 case "$LIBEXT" in
10614 dll) ;;
10615 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'` ;;
10616 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10617 esac
10618 else
10619 echo "$as_me: failed program was:" >&5
10620 sed 's/^/| /' conftest.$ac_ext >&5
10625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10626 conftest$ac_exeext conftest.$ac_ext
10627 LIBS=$ac_check_soname_save_LIBS
10629 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10630 { echo "$as_me:$LINENO: result: not found" >&5
10631 echo "${ECHO_T}not found" >&6; }
10633 else
10634 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10635 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10637 cat >>confdefs.h <<_ACEOF
10638 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10639 _ACEOF
10644 else
10645 echo "$as_me: failed program was:" >&5
10646 sed 's/^/| /' conftest.$ac_ext >&5
10651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10653 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654 case "x$with_xrandr" in
10655 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10656 xno) ;;
10657 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10658 This is an error since --with-xrandr was requested." >&5
10659 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10660 This is an error since --with-xrandr was requested." >&2;}
10661 { (exit 1); exit 1; }; } ;;
10662 esac
10666 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10667 then
10668 cat >conftest.$ac_ext <<_ACEOF
10669 /* confdefs.h. */
10670 _ACEOF
10671 cat confdefs.h >>conftest.$ac_ext
10672 cat >>conftest.$ac_ext <<_ACEOF
10673 /* end confdefs.h. */
10674 #include <X11/Xlib.h>
10675 #include <X11/extensions/Xinerama.h>
10677 main ()
10679 static typeof(XineramaQueryScreens) * func;
10681 return 0;
10683 _ACEOF
10684 rm -f conftest.$ac_objext
10685 if { (ac_try="$ac_compile"
10686 case "(($ac_try" in
10687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688 *) ac_try_echo=$ac_try;;
10689 esac
10690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10691 (eval "$ac_compile") 2>conftest.er1
10692 ac_status=$?
10693 grep -v '^ *+' conftest.er1 >conftest.err
10694 rm -f conftest.er1
10695 cat conftest.err >&5
10696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697 (exit $ac_status); } && {
10698 test -z "$ac_c_werror_flag" ||
10699 test ! -s conftest.err
10700 } && test -s conftest.$ac_objext; then
10701 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10702 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10703 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10704 echo $ECHO_N "(cached) $ECHO_C" >&6
10705 else
10706 ac_check_soname_save_LIBS=$LIBS
10707 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10708 cat >conftest.$ac_ext <<_ACEOF
10709 /* confdefs.h. */
10710 _ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h. */
10715 /* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char XineramaQueryScreens ();
10723 main ()
10725 return XineramaQueryScreens ();
10727 return 0;
10729 _ACEOF
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10734 *) ac_try_echo=$ac_try;;
10735 esac
10736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10737 (eval "$ac_link") 2>conftest.er1
10738 ac_status=$?
10739 grep -v '^ *+' conftest.er1 >conftest.err
10740 rm -f conftest.er1
10741 cat conftest.err >&5
10742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743 (exit $ac_status); } && {
10744 test -z "$ac_c_werror_flag" ||
10745 test ! -s conftest.err
10746 } && test -s conftest$ac_exeext &&
10747 $as_test_x conftest$ac_exeext; then
10748 case "$LIBEXT" in
10749 dll) ;;
10750 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'` ;;
10751 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10752 esac
10753 else
10754 echo "$as_me: failed program was:" >&5
10755 sed 's/^/| /' conftest.$ac_ext >&5
10760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761 conftest$ac_exeext conftest.$ac_ext
10762 LIBS=$ac_check_soname_save_LIBS
10764 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10765 { echo "$as_me:$LINENO: result: not found" >&5
10766 echo "${ECHO_T}not found" >&6; }
10768 else
10769 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10770 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10772 cat >>confdefs.h <<_ACEOF
10773 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10774 _ACEOF
10779 else
10780 echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.$ac_ext >&5
10786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10788 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789 case "x$with_xinerama" in
10790 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10791 xno) ;;
10792 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10793 This is an error since --with-xinerama was requested." >&5
10794 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10795 This is an error since --with-xinerama was requested." >&2;}
10796 { (exit 1); exit 1; }; } ;;
10797 esac
10801 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10802 then
10803 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10804 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10805 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10806 echo $ECHO_N "(cached) $ECHO_C" >&6
10807 else
10808 ac_check_soname_save_LIBS=$LIBS
10809 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10810 cat >conftest.$ac_ext <<_ACEOF
10811 /* confdefs.h. */
10812 _ACEOF
10813 cat confdefs.h >>conftest.$ac_ext
10814 cat >>conftest.$ac_ext <<_ACEOF
10815 /* end confdefs.h. */
10817 /* Override any GCC internal prototype to avoid an error.
10818 Use char because int might match the return type of a GCC
10819 builtin and then its argument prototype would still apply. */
10820 #ifdef __cplusplus
10821 extern "C"
10822 #endif
10823 char XCompositeRedirectWindow ();
10825 main ()
10827 return XCompositeRedirectWindow ();
10829 return 0;
10831 _ACEOF
10832 rm -f conftest.$ac_objext conftest$ac_exeext
10833 if { (ac_try="$ac_link"
10834 case "(($ac_try" in
10835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10836 *) ac_try_echo=$ac_try;;
10837 esac
10838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10839 (eval "$ac_link") 2>conftest.er1
10840 ac_status=$?
10841 grep -v '^ *+' conftest.er1 >conftest.err
10842 rm -f conftest.er1
10843 cat conftest.err >&5
10844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10845 (exit $ac_status); } && {
10846 test -z "$ac_c_werror_flag" ||
10847 test ! -s conftest.err
10848 } && test -s conftest$ac_exeext &&
10849 $as_test_x conftest$ac_exeext; then
10850 case "$LIBEXT" in
10851 dll) ;;
10852 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'` ;;
10853 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10854 esac
10855 else
10856 echo "$as_me: failed program was:" >&5
10857 sed 's/^/| /' conftest.$ac_ext >&5
10862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10863 conftest$ac_exeext conftest.$ac_ext
10864 LIBS=$ac_check_soname_save_LIBS
10866 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10867 { echo "$as_me:$LINENO: result: not found" >&5
10868 echo "${ECHO_T}not found" >&6; }
10870 else
10871 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10872 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10874 cat >>confdefs.h <<_ACEOF
10875 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10876 _ACEOF
10882 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10883 case "x$with_xcomposite" in
10884 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10885 xno) ;;
10886 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10887 This is an error since --with-xcomposite was requested." >&5
10888 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10889 This is an error since --with-xcomposite was requested." >&2;}
10890 { (exit 1); exit 1; }; } ;;
10891 esac
10895 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10896 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10897 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10898 echo $ECHO_N "(cached) $ECHO_C" >&6
10899 else
10900 cat >conftest.$ac_ext <<_ACEOF
10901 /* confdefs.h. */
10902 _ACEOF
10903 cat confdefs.h >>conftest.$ac_ext
10904 cat >>conftest.$ac_ext <<_ACEOF
10905 /* end confdefs.h. */
10906 #ifdef HAVE_X11_XLIB_H
10907 #include <X11/Xlib.h>
10908 #endif
10911 main ()
10913 static XICCallback ac_aggr;
10914 if (ac_aggr.callback)
10915 return 0;
10917 return 0;
10919 _ACEOF
10920 rm -f conftest.$ac_objext
10921 if { (ac_try="$ac_compile"
10922 case "(($ac_try" in
10923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924 *) ac_try_echo=$ac_try;;
10925 esac
10926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10927 (eval "$ac_compile") 2>conftest.er1
10928 ac_status=$?
10929 grep -v '^ *+' conftest.er1 >conftest.err
10930 rm -f conftest.er1
10931 cat conftest.err >&5
10932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933 (exit $ac_status); } && {
10934 test -z "$ac_c_werror_flag" ||
10935 test ! -s conftest.err
10936 } && test -s conftest.$ac_objext; then
10937 ac_cv_member_XICCallback_callback=yes
10938 else
10939 echo "$as_me: failed program was:" >&5
10940 sed 's/^/| /' conftest.$ac_ext >&5
10942 cat >conftest.$ac_ext <<_ACEOF
10943 /* confdefs.h. */
10944 _ACEOF
10945 cat confdefs.h >>conftest.$ac_ext
10946 cat >>conftest.$ac_ext <<_ACEOF
10947 /* end confdefs.h. */
10948 #ifdef HAVE_X11_XLIB_H
10949 #include <X11/Xlib.h>
10950 #endif
10953 main ()
10955 static XICCallback ac_aggr;
10956 if (sizeof ac_aggr.callback)
10957 return 0;
10959 return 0;
10961 _ACEOF
10962 rm -f conftest.$ac_objext
10963 if { (ac_try="$ac_compile"
10964 case "(($ac_try" in
10965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10966 *) ac_try_echo=$ac_try;;
10967 esac
10968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10969 (eval "$ac_compile") 2>conftest.er1
10970 ac_status=$?
10971 grep -v '^ *+' conftest.er1 >conftest.err
10972 rm -f conftest.er1
10973 cat conftest.err >&5
10974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975 (exit $ac_status); } && {
10976 test -z "$ac_c_werror_flag" ||
10977 test ! -s conftest.err
10978 } && test -s conftest.$ac_objext; then
10979 ac_cv_member_XICCallback_callback=yes
10980 else
10981 echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10984 ac_cv_member_XICCallback_callback=no
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10992 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10993 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10994 if test $ac_cv_member_XICCallback_callback = yes; then
10996 cat >>confdefs.h <<_ACEOF
10997 #define HAVE_XICCALLBACK_CALLBACK 1
10998 _ACEOF
11005 opengl_msg=""
11006 if test "x$with_opengl" != "xno"
11007 then
11012 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11014 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11018 echo $ECHO_N "(cached) $ECHO_C" >&6
11019 else
11020 cat >conftest.$ac_ext <<_ACEOF
11021 /* confdefs.h. */
11022 _ACEOF
11023 cat confdefs.h >>conftest.$ac_ext
11024 cat >>conftest.$ac_ext <<_ACEOF
11025 /* end confdefs.h. */
11026 #ifdef HAVE_GL_GLX_H
11027 # include <GL/glx.h>
11028 #endif
11030 #include <$ac_header>
11031 _ACEOF
11032 rm -f conftest.$ac_objext
11033 if { (ac_try="$ac_compile"
11034 case "(($ac_try" in
11035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11036 *) ac_try_echo=$ac_try;;
11037 esac
11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039 (eval "$ac_compile") 2>conftest.er1
11040 ac_status=$?
11041 grep -v '^ *+' conftest.er1 >conftest.err
11042 rm -f conftest.er1
11043 cat conftest.err >&5
11044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045 (exit $ac_status); } && {
11046 test -z "$ac_c_werror_flag" ||
11047 test ! -s conftest.err
11048 } && test -s conftest.$ac_objext; then
11049 eval "$as_ac_Header=yes"
11050 else
11051 echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.$ac_ext >&5
11054 eval "$as_ac_Header=no"
11057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11059 ac_res=`eval echo '${'$as_ac_Header'}'`
11060 { echo "$as_me:$LINENO: result: $ac_res" >&5
11061 echo "${ECHO_T}$ac_res" >&6; }
11062 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11063 cat >>confdefs.h <<_ACEOF
11064 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11065 _ACEOF
11069 done
11071 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11072 then
11073 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11074 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11075 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11076 echo $ECHO_N "(cached) $ECHO_C" >&6
11077 else
11078 cat >conftest.$ac_ext <<_ACEOF
11079 /* confdefs.h. */
11080 _ACEOF
11081 cat confdefs.h >>conftest.$ac_ext
11082 cat >>conftest.$ac_ext <<_ACEOF
11083 /* end confdefs.h. */
11084 #include <GL/gl.h>
11086 main ()
11088 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11090 return 0;
11092 _ACEOF
11093 rm -f conftest.$ac_objext
11094 if { (ac_try="$ac_compile"
11095 case "(($ac_try" in
11096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11097 *) ac_try_echo=$ac_try;;
11098 esac
11099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11100 (eval "$ac_compile") 2>conftest.er1
11101 ac_status=$?
11102 grep -v '^ *+' conftest.er1 >conftest.err
11103 rm -f conftest.er1
11104 cat conftest.err >&5
11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); } && {
11107 test -z "$ac_c_werror_flag" ||
11108 test ! -s conftest.err
11109 } && test -s conftest.$ac_objext; then
11110 wine_cv_opengl_header_version_OK="yes"
11111 else
11112 echo "$as_me: failed program was:" >&5
11113 sed 's/^/| /' conftest.$ac_ext >&5
11115 wine_cv_opengl_header_version_OK="no"
11118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11120 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11121 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11123 if test "$wine_cv_opengl_header_version_OK" = "yes"
11124 then
11125 { echo "$as_me:$LINENO: checking for -lGL" >&5
11126 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11127 if test "${ac_cv_lib_soname_GL+set}" = set; then
11128 echo $ECHO_N "(cached) $ECHO_C" >&6
11129 else
11130 ac_check_soname_save_LIBS=$LIBS
11131 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11132 cat >conftest.$ac_ext <<_ACEOF
11133 /* confdefs.h. */
11134 _ACEOF
11135 cat confdefs.h >>conftest.$ac_ext
11136 cat >>conftest.$ac_ext <<_ACEOF
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11142 #ifdef __cplusplus
11143 extern "C"
11144 #endif
11145 char glXCreateContext ();
11147 main ()
11149 return glXCreateContext ();
11151 return 0;
11153 _ACEOF
11154 rm -f conftest.$ac_objext conftest$ac_exeext
11155 if { (ac_try="$ac_link"
11156 case "(($ac_try" in
11157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11158 *) ac_try_echo=$ac_try;;
11159 esac
11160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11161 (eval "$ac_link") 2>conftest.er1
11162 ac_status=$?
11163 grep -v '^ *+' conftest.er1 >conftest.err
11164 rm -f conftest.er1
11165 cat conftest.err >&5
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); } && {
11168 test -z "$ac_c_werror_flag" ||
11169 test ! -s conftest.err
11170 } && test -s conftest$ac_exeext &&
11171 $as_test_x conftest$ac_exeext; then
11172 case "$LIBEXT" in
11173 dll) ;;
11174 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'` ;;
11175 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11176 esac
11177 else
11178 echo "$as_me: failed program was:" >&5
11179 sed 's/^/| /' conftest.$ac_ext >&5
11184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11185 conftest$ac_exeext conftest.$ac_ext
11186 LIBS=$ac_check_soname_save_LIBS
11188 if test "x$ac_cv_lib_soname_GL" = "x"; then
11189 { echo "$as_me:$LINENO: result: not found" >&5
11190 echo "${ECHO_T}not found" >&6; }
11191 { echo "$as_me:$LINENO: checking for -lGL" >&5
11192 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11193 if test "${ac_cv_lib_soname_GL+set}" = set; then
11194 echo $ECHO_N "(cached) $ECHO_C" >&6
11195 else
11196 ac_check_soname_save_LIBS=$LIBS
11197 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"
11198 cat >conftest.$ac_ext <<_ACEOF
11199 /* confdefs.h. */
11200 _ACEOF
11201 cat confdefs.h >>conftest.$ac_ext
11202 cat >>conftest.$ac_ext <<_ACEOF
11203 /* end confdefs.h. */
11205 /* Override any GCC internal prototype to avoid an error.
11206 Use char because int might match the return type of a GCC
11207 builtin and then its argument prototype would still apply. */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char glXCreateContext ();
11213 main ()
11215 return glXCreateContext ();
11217 return 0;
11219 _ACEOF
11220 rm -f conftest.$ac_objext conftest$ac_exeext
11221 if { (ac_try="$ac_link"
11222 case "(($ac_try" in
11223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11224 *) ac_try_echo=$ac_try;;
11225 esac
11226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11227 (eval "$ac_link") 2>conftest.er1
11228 ac_status=$?
11229 grep -v '^ *+' conftest.er1 >conftest.err
11230 rm -f conftest.er1
11231 cat conftest.err >&5
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); } && {
11234 test -z "$ac_c_werror_flag" ||
11235 test ! -s conftest.err
11236 } && test -s conftest$ac_exeext &&
11237 $as_test_x conftest$ac_exeext; then
11238 case "$LIBEXT" in
11239 dll) ;;
11240 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'` ;;
11241 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11242 esac
11243 else
11244 echo "$as_me: failed program was:" >&5
11245 sed 's/^/| /' conftest.$ac_ext >&5
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251 conftest$ac_exeext conftest.$ac_ext
11252 LIBS=$ac_check_soname_save_LIBS
11254 if test "x$ac_cv_lib_soname_GL" = "x"; then
11255 { echo "$as_me:$LINENO: result: not found" >&5
11256 echo "${ECHO_T}not found" >&6; }
11257 if test -f /usr/X11R6/lib/libGL.a
11258 then
11259 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11260 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11261 else
11262 opengl_msg="No OpenGL library found on this system."
11264 else
11265 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11266 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11270 _ACEOF
11272 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"
11274 cat >>confdefs.h <<\_ACEOF
11275 #define HAVE_OPENGL 1
11276 _ACEOF
11280 else
11281 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11282 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11286 _ACEOF
11288 OPENGL_LIBS="-lGL"
11290 cat >>confdefs.h <<\_ACEOF
11291 #define HAVE_OPENGL 1
11292 _ACEOF
11296 if test "$ac_cv_header_GL_glu_h" = "yes"
11297 then
11298 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11299 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11300 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11301 echo $ECHO_N "(cached) $ECHO_C" >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11305 cat >conftest.$ac_ext <<_ACEOF
11306 /* confdefs.h. */
11307 _ACEOF
11308 cat confdefs.h >>conftest.$ac_ext
11309 cat >>conftest.$ac_ext <<_ACEOF
11310 /* end confdefs.h. */
11312 /* Override any GCC internal prototype to avoid an error.
11313 Use char because int might match the return type of a GCC
11314 builtin and then its argument prototype would still apply. */
11315 #ifdef __cplusplus
11316 extern "C"
11317 #endif
11318 char gluLookAt ();
11320 main ()
11322 return gluLookAt ();
11324 return 0;
11326 _ACEOF
11327 rm -f conftest.$ac_objext conftest$ac_exeext
11328 if { (ac_try="$ac_link"
11329 case "(($ac_try" in
11330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331 *) ac_try_echo=$ac_try;;
11332 esac
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334 (eval "$ac_link") 2>conftest.er1
11335 ac_status=$?
11336 grep -v '^ *+' conftest.er1 >conftest.err
11337 rm -f conftest.er1
11338 cat conftest.err >&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest$ac_exeext &&
11344 $as_test_x conftest$ac_exeext; then
11345 case "$LIBEXT" in
11346 dll) ;;
11347 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'` ;;
11348 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11349 esac
11350 else
11351 echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.$ac_ext >&5
11357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11358 conftest$ac_exeext conftest.$ac_ext
11359 LIBS=$ac_check_soname_save_LIBS
11361 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11362 { echo "$as_me:$LINENO: result: not found" >&5
11363 echo "${ECHO_T}not found" >&6; }
11365 else
11366 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11367 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11369 cat >>confdefs.h <<_ACEOF
11370 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11371 _ACEOF
11377 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11378 case "x$with_glu" in
11379 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11380 xno) ;;
11381 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11382 This is an error since --with-glu was requested." >&5
11383 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11384 This is an error since --with-glu was requested." >&2;}
11385 { (exit 1); exit 1; }; } ;;
11386 esac
11389 else
11390 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11392 else
11393 opengl_msg="OpenGL development headers not found."
11396 if test -n "$opengl_msg"; then
11397 case "x$with_opengl" in
11398 x) wine_warnings="$wine_warnings|$opengl_msg
11399 OpenGL and Direct3D won't be supported." ;;
11400 xno) ;;
11401 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11402 OpenGL and Direct3D won't be supported.
11403 This is an error since --with-opengl was requested." >&5
11404 echo "$as_me: error: $opengl_msg
11405 OpenGL and Direct3D won't be supported.
11406 This is an error since --with-opengl was requested." >&2;}
11407 { (exit 1); exit 1; }; } ;;
11408 esac
11412 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11413 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11415 NASLIBS=""
11418 for ac_header in audio/audiolib.h
11420 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11421 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11422 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11425 echo $ECHO_N "(cached) $ECHO_C" >&6
11427 ac_res=`eval echo '${'$as_ac_Header'}'`
11428 { echo "$as_me:$LINENO: result: $ac_res" >&5
11429 echo "${ECHO_T}$ac_res" >&6; }
11430 else
11431 # Is the header compilable?
11432 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11433 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11434 cat >conftest.$ac_ext <<_ACEOF
11435 /* confdefs.h. */
11436 _ACEOF
11437 cat confdefs.h >>conftest.$ac_ext
11438 cat >>conftest.$ac_ext <<_ACEOF
11439 /* end confdefs.h. */
11440 $ac_includes_default
11441 #include <$ac_header>
11442 _ACEOF
11443 rm -f conftest.$ac_objext
11444 if { (ac_try="$ac_compile"
11445 case "(($ac_try" in
11446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11447 *) ac_try_echo=$ac_try;;
11448 esac
11449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11450 (eval "$ac_compile") 2>conftest.er1
11451 ac_status=$?
11452 grep -v '^ *+' conftest.er1 >conftest.err
11453 rm -f conftest.er1
11454 cat conftest.err >&5
11455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11456 (exit $ac_status); } && {
11457 test -z "$ac_c_werror_flag" ||
11458 test ! -s conftest.err
11459 } && test -s conftest.$ac_objext; then
11460 ac_header_compiler=yes
11461 else
11462 echo "$as_me: failed program was:" >&5
11463 sed 's/^/| /' conftest.$ac_ext >&5
11465 ac_header_compiler=no
11468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11469 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11470 echo "${ECHO_T}$ac_header_compiler" >&6; }
11472 # Is the header present?
11473 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11474 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11475 cat >conftest.$ac_ext <<_ACEOF
11476 /* confdefs.h. */
11477 _ACEOF
11478 cat confdefs.h >>conftest.$ac_ext
11479 cat >>conftest.$ac_ext <<_ACEOF
11480 /* end confdefs.h. */
11481 #include <$ac_header>
11482 _ACEOF
11483 if { (ac_try="$ac_cpp conftest.$ac_ext"
11484 case "(($ac_try" in
11485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11486 *) ac_try_echo=$ac_try;;
11487 esac
11488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11489 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11490 ac_status=$?
11491 grep -v '^ *+' conftest.er1 >conftest.err
11492 rm -f conftest.er1
11493 cat conftest.err >&5
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); } >/dev/null && {
11496 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11497 test ! -s conftest.err
11498 }; then
11499 ac_header_preproc=yes
11500 else
11501 echo "$as_me: failed program was:" >&5
11502 sed 's/^/| /' conftest.$ac_ext >&5
11504 ac_header_preproc=no
11507 rm -f conftest.err conftest.$ac_ext
11508 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11509 echo "${ECHO_T}$ac_header_preproc" >&6; }
11511 # So? What about this header?
11512 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11513 yes:no: )
11514 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11515 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11517 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11518 ac_header_preproc=yes
11520 no:yes:* )
11521 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11522 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11523 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11524 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11525 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11526 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11527 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11528 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11530 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11531 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11532 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11533 ( cat <<\_ASBOX
11534 ## ------------------------------------ ##
11535 ## Report this to wine-devel@winehq.org ##
11536 ## ------------------------------------ ##
11537 _ASBOX
11538 ) | sed "s/^/$as_me: WARNING: /" >&2
11540 esac
11541 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11542 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11543 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11544 echo $ECHO_N "(cached) $ECHO_C" >&6
11545 else
11546 eval "$as_ac_Header=\$ac_header_preproc"
11548 ac_res=`eval echo '${'$as_ac_Header'}'`
11549 { echo "$as_me:$LINENO: result: $ac_res" >&5
11550 echo "${ECHO_T}$ac_res" >&6; }
11553 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11554 cat >>confdefs.h <<_ACEOF
11555 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11556 _ACEOF
11558 for ac_header in audio/soundlib.h
11560 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11564 echo $ECHO_N "(cached) $ECHO_C" >&6
11565 else
11566 cat >conftest.$ac_ext <<_ACEOF
11567 /* confdefs.h. */
11568 _ACEOF
11569 cat confdefs.h >>conftest.$ac_ext
11570 cat >>conftest.$ac_ext <<_ACEOF
11571 /* end confdefs.h. */
11572 #include <audio/audiolib.h>
11574 #include <$ac_header>
11575 _ACEOF
11576 rm -f conftest.$ac_objext
11577 if { (ac_try="$ac_compile"
11578 case "(($ac_try" in
11579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11580 *) ac_try_echo=$ac_try;;
11581 esac
11582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11583 (eval "$ac_compile") 2>conftest.er1
11584 ac_status=$?
11585 grep -v '^ *+' conftest.er1 >conftest.err
11586 rm -f conftest.er1
11587 cat conftest.err >&5
11588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11589 (exit $ac_status); } && {
11590 test -z "$ac_c_werror_flag" ||
11591 test ! -s conftest.err
11592 } && test -s conftest.$ac_objext; then
11593 eval "$as_ac_Header=yes"
11594 else
11595 echo "$as_me: failed program was:" >&5
11596 sed 's/^/| /' conftest.$ac_ext >&5
11598 eval "$as_ac_Header=no"
11601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11603 ac_res=`eval echo '${'$as_ac_Header'}'`
11604 { echo "$as_me:$LINENO: result: $ac_res" >&5
11605 echo "${ECHO_T}$ac_res" >&6; }
11606 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11607 cat >>confdefs.h <<_ACEOF
11608 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11609 _ACEOF
11613 done
11615 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11616 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11617 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11618 echo $ECHO_N "(cached) $ECHO_C" >&6
11619 else
11620 ac_check_lib_save_LIBS=$LIBS
11621 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11622 cat >conftest.$ac_ext <<_ACEOF
11623 /* confdefs.h. */
11624 _ACEOF
11625 cat confdefs.h >>conftest.$ac_ext
11626 cat >>conftest.$ac_ext <<_ACEOF
11627 /* end confdefs.h. */
11629 /* Override any GCC internal prototype to avoid an error.
11630 Use char because int might match the return type of a GCC
11631 builtin and then its argument prototype would still apply. */
11632 #ifdef __cplusplus
11633 extern "C"
11634 #endif
11635 char AuCreateFlow ();
11637 main ()
11639 return AuCreateFlow ();
11641 return 0;
11643 _ACEOF
11644 rm -f conftest.$ac_objext conftest$ac_exeext
11645 if { (ac_try="$ac_link"
11646 case "(($ac_try" in
11647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11648 *) ac_try_echo=$ac_try;;
11649 esac
11650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11651 (eval "$ac_link") 2>conftest.er1
11652 ac_status=$?
11653 grep -v '^ *+' conftest.er1 >conftest.err
11654 rm -f conftest.er1
11655 cat conftest.err >&5
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); } && {
11658 test -z "$ac_c_werror_flag" ||
11659 test ! -s conftest.err
11660 } && test -s conftest$ac_exeext &&
11661 $as_test_x conftest$ac_exeext; then
11662 ac_cv_lib_audio_AuCreateFlow=yes
11663 else
11664 echo "$as_me: failed program was:" >&5
11665 sed 's/^/| /' conftest.$ac_ext >&5
11667 ac_cv_lib_audio_AuCreateFlow=no
11670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11671 conftest$ac_exeext conftest.$ac_ext
11672 LIBS=$ac_check_lib_save_LIBS
11674 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11675 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11676 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11678 cat >>confdefs.h <<\_ACEOF
11679 #define HAVE_NAS 1
11680 _ACEOF
11682 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11683 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11684 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11685 echo $ECHO_N "(cached) $ECHO_C" >&6
11686 else
11687 ac_check_lib_save_LIBS=$LIBS
11688 LIBS="-lXau $X_LIBS $LIBS"
11689 cat >conftest.$ac_ext <<_ACEOF
11690 /* confdefs.h. */
11691 _ACEOF
11692 cat confdefs.h >>conftest.$ac_ext
11693 cat >>conftest.$ac_ext <<_ACEOF
11694 /* end confdefs.h. */
11696 /* Override any GCC internal prototype to avoid an error.
11697 Use char because int might match the return type of a GCC
11698 builtin and then its argument prototype would still apply. */
11699 #ifdef __cplusplus
11700 extern "C"
11701 #endif
11702 char XauGetBestAuthByAddr ();
11704 main ()
11706 return XauGetBestAuthByAddr ();
11708 return 0;
11710 _ACEOF
11711 rm -f conftest.$ac_objext conftest$ac_exeext
11712 if { (ac_try="$ac_link"
11713 case "(($ac_try" in
11714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11715 *) ac_try_echo=$ac_try;;
11716 esac
11717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11718 (eval "$ac_link") 2>conftest.er1
11719 ac_status=$?
11720 grep -v '^ *+' conftest.er1 >conftest.err
11721 rm -f conftest.er1
11722 cat conftest.err >&5
11723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11724 (exit $ac_status); } && {
11725 test -z "$ac_c_werror_flag" ||
11726 test ! -s conftest.err
11727 } && test -s conftest$ac_exeext &&
11728 $as_test_x conftest$ac_exeext; then
11729 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11730 else
11731 echo "$as_me: failed program was:" >&5
11732 sed 's/^/| /' conftest.$ac_ext >&5
11734 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11738 conftest$ac_exeext conftest.$ac_ext
11739 LIBS=$ac_check_lib_save_LIBS
11741 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11742 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11743 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11744 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11745 else
11746 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11754 done
11757 CPPFLAGS="$ac_save_CPPFLAGS"
11758 else
11759 XLIB=""
11760 X_CFLAGS=""
11761 X_LIBS=""
11762 enable_winex11_drv=${enable_winex11_drv:-no}
11763 enable_opengl32=${enable_opengl32:-no}
11764 enable_glu32=${enable_glu32:-no}
11766 if test "x$XLIB" = "x"; then
11767 case "x$with_x" in
11768 xno) ;;
11769 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11770 without X support, which probably isn't what you want. You will need to install
11771 development packages of Xlib/Xfree86 at the very least.
11772 Use the --without-x option if you really want this." >&5
11773 echo "$as_me: error: X development files not found. Wine will be built
11774 without X support, which probably isn't what you want. You will need to install
11775 development packages of Xlib/Xfree86 at the very least.
11776 Use the --without-x option if you really want this." >&2;}
11777 { (exit 1); exit 1; }; } ;;
11778 esac
11783 XML2LIBS=""
11785 XML2INCL=""
11787 XSLTLIBS=""
11789 XSLTINCL=""
11791 if test "x$with_xml" != "xno"
11792 then
11793 ac_save_CPPFLAGS="$CPPFLAGS"
11794 if test "$PKG_CONFIG" != "false"
11795 then
11796 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11797 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11798 else
11799 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11800 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11802 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11804 for ac_header in libxml/parser.h
11806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11807 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11808 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11809 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11811 echo $ECHO_N "(cached) $ECHO_C" >&6
11813 ac_res=`eval echo '${'$as_ac_Header'}'`
11814 { echo "$as_me:$LINENO: result: $ac_res" >&5
11815 echo "${ECHO_T}$ac_res" >&6; }
11816 else
11817 # Is the header compilable?
11818 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11819 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11820 cat >conftest.$ac_ext <<_ACEOF
11821 /* confdefs.h. */
11822 _ACEOF
11823 cat confdefs.h >>conftest.$ac_ext
11824 cat >>conftest.$ac_ext <<_ACEOF
11825 /* end confdefs.h. */
11826 $ac_includes_default
11827 #include <$ac_header>
11828 _ACEOF
11829 rm -f conftest.$ac_objext
11830 if { (ac_try="$ac_compile"
11831 case "(($ac_try" in
11832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11833 *) ac_try_echo=$ac_try;;
11834 esac
11835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11836 (eval "$ac_compile") 2>conftest.er1
11837 ac_status=$?
11838 grep -v '^ *+' conftest.er1 >conftest.err
11839 rm -f conftest.er1
11840 cat conftest.err >&5
11841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11842 (exit $ac_status); } && {
11843 test -z "$ac_c_werror_flag" ||
11844 test ! -s conftest.err
11845 } && test -s conftest.$ac_objext; then
11846 ac_header_compiler=yes
11847 else
11848 echo "$as_me: failed program was:" >&5
11849 sed 's/^/| /' conftest.$ac_ext >&5
11851 ac_header_compiler=no
11854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11855 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11856 echo "${ECHO_T}$ac_header_compiler" >&6; }
11858 # Is the header present?
11859 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11860 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11861 cat >conftest.$ac_ext <<_ACEOF
11862 /* confdefs.h. */
11863 _ACEOF
11864 cat confdefs.h >>conftest.$ac_ext
11865 cat >>conftest.$ac_ext <<_ACEOF
11866 /* end confdefs.h. */
11867 #include <$ac_header>
11868 _ACEOF
11869 if { (ac_try="$ac_cpp conftest.$ac_ext"
11870 case "(($ac_try" in
11871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11872 *) ac_try_echo=$ac_try;;
11873 esac
11874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11875 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11876 ac_status=$?
11877 grep -v '^ *+' conftest.er1 >conftest.err
11878 rm -f conftest.er1
11879 cat conftest.err >&5
11880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881 (exit $ac_status); } >/dev/null && {
11882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11883 test ! -s conftest.err
11884 }; then
11885 ac_header_preproc=yes
11886 else
11887 echo "$as_me: failed program was:" >&5
11888 sed 's/^/| /' conftest.$ac_ext >&5
11890 ac_header_preproc=no
11893 rm -f conftest.err conftest.$ac_ext
11894 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11895 echo "${ECHO_T}$ac_header_preproc" >&6; }
11897 # So? What about this header?
11898 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11899 yes:no: )
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11901 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11903 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11904 ac_header_preproc=yes
11906 no:yes:* )
11907 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11908 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11910 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11912 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11914 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11916 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11917 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11918 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11919 ( cat <<\_ASBOX
11920 ## ------------------------------------ ##
11921 ## Report this to wine-devel@winehq.org ##
11922 ## ------------------------------------ ##
11923 _ASBOX
11924 ) | sed "s/^/$as_me: WARNING: /" >&2
11926 esac
11927 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11928 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11930 echo $ECHO_N "(cached) $ECHO_C" >&6
11931 else
11932 eval "$as_ac_Header=\$ac_header_preproc"
11934 ac_res=`eval echo '${'$as_ac_Header'}'`
11935 { echo "$as_me:$LINENO: result: $ac_res" >&5
11936 echo "${ECHO_T}$ac_res" >&6; }
11939 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11940 cat >>confdefs.h <<_ACEOF
11941 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11942 _ACEOF
11943 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11944 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11945 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11946 echo $ECHO_N "(cached) $ECHO_C" >&6
11947 else
11948 ac_check_lib_save_LIBS=$LIBS
11949 LIBS="-lxml2 $ac_xml_libs $LIBS"
11950 cat >conftest.$ac_ext <<_ACEOF
11951 /* confdefs.h. */
11952 _ACEOF
11953 cat confdefs.h >>conftest.$ac_ext
11954 cat >>conftest.$ac_ext <<_ACEOF
11955 /* end confdefs.h. */
11957 /* Override any GCC internal prototype to avoid an error.
11958 Use char because int might match the return type of a GCC
11959 builtin and then its argument prototype would still apply. */
11960 #ifdef __cplusplus
11961 extern "C"
11962 #endif
11963 char xmlParseMemory ();
11965 main ()
11967 return xmlParseMemory ();
11969 return 0;
11971 _ACEOF
11972 rm -f conftest.$ac_objext conftest$ac_exeext
11973 if { (ac_try="$ac_link"
11974 case "(($ac_try" in
11975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11976 *) ac_try_echo=$ac_try;;
11977 esac
11978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11979 (eval "$ac_link") 2>conftest.er1
11980 ac_status=$?
11981 grep -v '^ *+' conftest.er1 >conftest.err
11982 rm -f conftest.er1
11983 cat conftest.err >&5
11984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11985 (exit $ac_status); } && {
11986 test -z "$ac_c_werror_flag" ||
11987 test ! -s conftest.err
11988 } && test -s conftest$ac_exeext &&
11989 $as_test_x conftest$ac_exeext; then
11990 ac_cv_lib_xml2_xmlParseMemory=yes
11991 else
11992 echo "$as_me: failed program was:" >&5
11993 sed 's/^/| /' conftest.$ac_ext >&5
11995 ac_cv_lib_xml2_xmlParseMemory=no
11998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11999 conftest$ac_exeext conftest.$ac_ext
12000 LIBS=$ac_check_lib_save_LIBS
12002 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12003 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12004 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12006 cat >>confdefs.h <<\_ACEOF
12007 #define HAVE_LIBXML2 1
12008 _ACEOF
12010 XML2LIBS="$ac_xml_libs"
12011 XML2INCL="$ac_xml_cflags"
12014 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12015 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12016 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12017 echo $ECHO_N "(cached) $ECHO_C" >&6
12018 else
12019 ac_check_lib_save_LIBS=$LIBS
12020 LIBS="-lxml2 $ac_xml_libs $LIBS"
12021 cat >conftest.$ac_ext <<_ACEOF
12022 /* confdefs.h. */
12023 _ACEOF
12024 cat confdefs.h >>conftest.$ac_ext
12025 cat >>conftest.$ac_ext <<_ACEOF
12026 /* end confdefs.h. */
12028 /* Override any GCC internal prototype to avoid an error.
12029 Use char because int might match the return type of a GCC
12030 builtin and then its argument prototype would still apply. */
12031 #ifdef __cplusplus
12032 extern "C"
12033 #endif
12034 char xmlReadMemory ();
12036 main ()
12038 return xmlReadMemory ();
12040 return 0;
12042 _ACEOF
12043 rm -f conftest.$ac_objext conftest$ac_exeext
12044 if { (ac_try="$ac_link"
12045 case "(($ac_try" in
12046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12047 *) ac_try_echo=$ac_try;;
12048 esac
12049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12050 (eval "$ac_link") 2>conftest.er1
12051 ac_status=$?
12052 grep -v '^ *+' conftest.er1 >conftest.err
12053 rm -f conftest.er1
12054 cat conftest.err >&5
12055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12056 (exit $ac_status); } && {
12057 test -z "$ac_c_werror_flag" ||
12058 test ! -s conftest.err
12059 } && test -s conftest$ac_exeext &&
12060 $as_test_x conftest$ac_exeext; then
12061 ac_cv_lib_xml2_xmlReadMemory=yes
12062 else
12063 echo "$as_me: failed program was:" >&5
12064 sed 's/^/| /' conftest.$ac_ext >&5
12066 ac_cv_lib_xml2_xmlReadMemory=no
12069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12070 conftest$ac_exeext conftest.$ac_ext
12071 LIBS=$ac_check_lib_save_LIBS
12073 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12074 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12075 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12077 cat >>confdefs.h <<\_ACEOF
12078 #define HAVE_XMLREADMEMORY 1
12079 _ACEOF
12083 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12084 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12085 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12086 echo $ECHO_N "(cached) $ECHO_C" >&6
12087 else
12088 ac_check_lib_save_LIBS=$LIBS
12089 LIBS="-lxml2 $ac_xml_libs $LIBS"
12090 cat >conftest.$ac_ext <<_ACEOF
12091 /* confdefs.h. */
12092 _ACEOF
12093 cat confdefs.h >>conftest.$ac_ext
12094 cat >>conftest.$ac_ext <<_ACEOF
12095 /* end confdefs.h. */
12097 /* Override any GCC internal prototype to avoid an error.
12098 Use char because int might match the return type of a GCC
12099 builtin and then its argument prototype would still apply. */
12100 #ifdef __cplusplus
12101 extern "C"
12102 #endif
12103 char xmlNewDocPI ();
12105 main ()
12107 return xmlNewDocPI ();
12109 return 0;
12111 _ACEOF
12112 rm -f conftest.$ac_objext conftest$ac_exeext
12113 if { (ac_try="$ac_link"
12114 case "(($ac_try" in
12115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12116 *) ac_try_echo=$ac_try;;
12117 esac
12118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12119 (eval "$ac_link") 2>conftest.er1
12120 ac_status=$?
12121 grep -v '^ *+' conftest.er1 >conftest.err
12122 rm -f conftest.er1
12123 cat conftest.err >&5
12124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12125 (exit $ac_status); } && {
12126 test -z "$ac_c_werror_flag" ||
12127 test ! -s conftest.err
12128 } && test -s conftest$ac_exeext &&
12129 $as_test_x conftest$ac_exeext; then
12130 ac_cv_lib_xml2_xmlNewDocPI=yes
12131 else
12132 echo "$as_me: failed program was:" >&5
12133 sed 's/^/| /' conftest.$ac_ext >&5
12135 ac_cv_lib_xml2_xmlNewDocPI=no
12138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12139 conftest$ac_exeext conftest.$ac_ext
12140 LIBS=$ac_check_lib_save_LIBS
12142 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12143 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12144 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12146 cat >>confdefs.h <<\_ACEOF
12147 #define HAVE_XMLNEWDOCPI 1
12148 _ACEOF
12155 done
12157 CPPFLAGS="$ac_save_CPPFLAGS"
12159 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12160 case "x$with_xml" in
12161 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12162 xno) ;;
12163 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12164 This is an error since --with-xml was requested." >&5
12165 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12166 This is an error since --with-xml was requested." >&2;}
12167 { (exit 1); exit 1; }; } ;;
12168 esac
12172 if test "x$with_xslt" != "xno"
12173 then
12174 if test "$PKG_CONFIG" != "false"
12175 then
12176 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12177 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12178 else
12179 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12180 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12182 ac_save_CPPFLAGS="$CPPFLAGS"
12183 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12186 for ac_header in libxslt/pattern.h libxslt/transform.h
12188 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12189 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12190 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12191 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12192 echo $ECHO_N "(cached) $ECHO_C" >&6
12193 else
12194 cat >conftest.$ac_ext <<_ACEOF
12195 /* confdefs.h. */
12196 _ACEOF
12197 cat confdefs.h >>conftest.$ac_ext
12198 cat >>conftest.$ac_ext <<_ACEOF
12199 /* end confdefs.h. */
12200 #ifdef HAVE_LIBXSLT_PATTERN_H
12201 # include <libxslt/pattern.h>
12202 #endif
12204 #include <$ac_header>
12205 _ACEOF
12206 rm -f conftest.$ac_objext
12207 if { (ac_try="$ac_compile"
12208 case "(($ac_try" in
12209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12210 *) ac_try_echo=$ac_try;;
12211 esac
12212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12213 (eval "$ac_compile") 2>conftest.er1
12214 ac_status=$?
12215 grep -v '^ *+' conftest.er1 >conftest.err
12216 rm -f conftest.er1
12217 cat conftest.err >&5
12218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12219 (exit $ac_status); } && {
12220 test -z "$ac_c_werror_flag" ||
12221 test ! -s conftest.err
12222 } && test -s conftest.$ac_objext; then
12223 eval "$as_ac_Header=yes"
12224 else
12225 echo "$as_me: failed program was:" >&5
12226 sed 's/^/| /' conftest.$ac_ext >&5
12228 eval "$as_ac_Header=no"
12231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12233 ac_res=`eval echo '${'$as_ac_Header'}'`
12234 { echo "$as_me:$LINENO: result: $ac_res" >&5
12235 echo "${ECHO_T}$ac_res" >&6; }
12236 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12237 cat >>confdefs.h <<_ACEOF
12238 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12239 _ACEOF
12243 done
12245 CPPFLAGS="$ac_save_CPPFLAGS"
12246 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12247 then
12248 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12249 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12250 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12251 echo $ECHO_N "(cached) $ECHO_C" >&6
12252 else
12253 ac_check_lib_save_LIBS=$LIBS
12254 LIBS="-lxslt $ac_xslt_libs $LIBS"
12255 cat >conftest.$ac_ext <<_ACEOF
12256 /* confdefs.h. */
12257 _ACEOF
12258 cat confdefs.h >>conftest.$ac_ext
12259 cat >>conftest.$ac_ext <<_ACEOF
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12265 #ifdef __cplusplus
12266 extern "C"
12267 #endif
12268 char xsltCompilePattern ();
12270 main ()
12272 return xsltCompilePattern ();
12274 return 0;
12276 _ACEOF
12277 rm -f conftest.$ac_objext conftest$ac_exeext
12278 if { (ac_try="$ac_link"
12279 case "(($ac_try" in
12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281 *) ac_try_echo=$ac_try;;
12282 esac
12283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12284 (eval "$ac_link") 2>conftest.er1
12285 ac_status=$?
12286 grep -v '^ *+' conftest.er1 >conftest.err
12287 rm -f conftest.er1
12288 cat conftest.err >&5
12289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12290 (exit $ac_status); } && {
12291 test -z "$ac_c_werror_flag" ||
12292 test ! -s conftest.err
12293 } && test -s conftest$ac_exeext &&
12294 $as_test_x conftest$ac_exeext; then
12295 ac_cv_lib_xslt_xsltCompilePattern=yes
12296 else
12297 echo "$as_me: failed program was:" >&5
12298 sed 's/^/| /' conftest.$ac_ext >&5
12300 ac_cv_lib_xslt_xsltCompilePattern=no
12303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12304 conftest$ac_exeext conftest.$ac_ext
12305 LIBS=$ac_check_lib_save_LIBS
12307 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12308 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12309 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12311 cat >>confdefs.h <<\_ACEOF
12312 #define HAVE_LIBXSLT 1
12313 _ACEOF
12315 XSLTLIBS="$ac_xslt_libs"
12316 XSLTINCL="$ac_xslt_cflags"
12317 ac_save_LIBS="$LIBS"
12318 LIBS="$LIBS $ac_xslt_libs"
12320 for ac_func in xsltInit
12322 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12323 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12324 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12325 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12326 echo $ECHO_N "(cached) $ECHO_C" >&6
12327 else
12328 cat >conftest.$ac_ext <<_ACEOF
12329 /* confdefs.h. */
12330 _ACEOF
12331 cat confdefs.h >>conftest.$ac_ext
12332 cat >>conftest.$ac_ext <<_ACEOF
12333 /* end confdefs.h. */
12334 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12335 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12336 #define $ac_func innocuous_$ac_func
12338 /* System header to define __stub macros and hopefully few prototypes,
12339 which can conflict with char $ac_func (); below.
12340 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12341 <limits.h> exists even on freestanding compilers. */
12343 #ifdef __STDC__
12344 # include <limits.h>
12345 #else
12346 # include <assert.h>
12347 #endif
12349 #undef $ac_func
12351 /* Override any GCC internal prototype to avoid an error.
12352 Use char because int might match the return type of a GCC
12353 builtin and then its argument prototype would still apply. */
12354 #ifdef __cplusplus
12355 extern "C"
12356 #endif
12357 char $ac_func ();
12358 /* The GNU C library defines this for functions which it implements
12359 to always fail with ENOSYS. Some functions are actually named
12360 something starting with __ and the normal name is an alias. */
12361 #if defined __stub_$ac_func || defined __stub___$ac_func
12362 choke me
12363 #endif
12366 main ()
12368 return $ac_func ();
12370 return 0;
12372 _ACEOF
12373 rm -f conftest.$ac_objext conftest$ac_exeext
12374 if { (ac_try="$ac_link"
12375 case "(($ac_try" in
12376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12377 *) ac_try_echo=$ac_try;;
12378 esac
12379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12380 (eval "$ac_link") 2>conftest.er1
12381 ac_status=$?
12382 grep -v '^ *+' conftest.er1 >conftest.err
12383 rm -f conftest.er1
12384 cat conftest.err >&5
12385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12386 (exit $ac_status); } && {
12387 test -z "$ac_c_werror_flag" ||
12388 test ! -s conftest.err
12389 } && test -s conftest$ac_exeext &&
12390 $as_test_x conftest$ac_exeext; then
12391 eval "$as_ac_var=yes"
12392 else
12393 echo "$as_me: failed program was:" >&5
12394 sed 's/^/| /' conftest.$ac_ext >&5
12396 eval "$as_ac_var=no"
12399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12400 conftest$ac_exeext conftest.$ac_ext
12402 ac_res=`eval echo '${'$as_ac_var'}'`
12403 { echo "$as_me:$LINENO: result: $ac_res" >&5
12404 echo "${ECHO_T}$ac_res" >&6; }
12405 if test `eval echo '${'$as_ac_var'}'` = yes; then
12406 cat >>confdefs.h <<_ACEOF
12407 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12408 _ACEOF
12411 done
12413 LIBS="$ac_save_LIBS"
12418 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12419 case "x$with_xslt" in
12420 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12421 xno) ;;
12422 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12423 This is an error since --with-xslt was requested." >&5
12424 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12425 This is an error since --with-xslt was requested." >&2;}
12426 { (exit 1); exit 1; }; } ;;
12427 esac
12431 HALINCL=""
12433 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12434 then
12435 ac_save_CPPFLAGS="$CPPFLAGS"
12436 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12437 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12438 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12441 for ac_header in dbus/dbus.h hal/libhal.h
12443 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12445 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12448 echo $ECHO_N "(cached) $ECHO_C" >&6
12450 ac_res=`eval echo '${'$as_ac_Header'}'`
12451 { echo "$as_me:$LINENO: result: $ac_res" >&5
12452 echo "${ECHO_T}$ac_res" >&6; }
12453 else
12454 # Is the header compilable?
12455 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12456 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12457 cat >conftest.$ac_ext <<_ACEOF
12458 /* confdefs.h. */
12459 _ACEOF
12460 cat confdefs.h >>conftest.$ac_ext
12461 cat >>conftest.$ac_ext <<_ACEOF
12462 /* end confdefs.h. */
12463 $ac_includes_default
12464 #include <$ac_header>
12465 _ACEOF
12466 rm -f conftest.$ac_objext
12467 if { (ac_try="$ac_compile"
12468 case "(($ac_try" in
12469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12470 *) ac_try_echo=$ac_try;;
12471 esac
12472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12473 (eval "$ac_compile") 2>conftest.er1
12474 ac_status=$?
12475 grep -v '^ *+' conftest.er1 >conftest.err
12476 rm -f conftest.er1
12477 cat conftest.err >&5
12478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12479 (exit $ac_status); } && {
12480 test -z "$ac_c_werror_flag" ||
12481 test ! -s conftest.err
12482 } && test -s conftest.$ac_objext; then
12483 ac_header_compiler=yes
12484 else
12485 echo "$as_me: failed program was:" >&5
12486 sed 's/^/| /' conftest.$ac_ext >&5
12488 ac_header_compiler=no
12491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12492 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12493 echo "${ECHO_T}$ac_header_compiler" >&6; }
12495 # Is the header present?
12496 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12497 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12498 cat >conftest.$ac_ext <<_ACEOF
12499 /* confdefs.h. */
12500 _ACEOF
12501 cat confdefs.h >>conftest.$ac_ext
12502 cat >>conftest.$ac_ext <<_ACEOF
12503 /* end confdefs.h. */
12504 #include <$ac_header>
12505 _ACEOF
12506 if { (ac_try="$ac_cpp conftest.$ac_ext"
12507 case "(($ac_try" in
12508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12509 *) ac_try_echo=$ac_try;;
12510 esac
12511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12512 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12513 ac_status=$?
12514 grep -v '^ *+' conftest.er1 >conftest.err
12515 rm -f conftest.er1
12516 cat conftest.err >&5
12517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); } >/dev/null && {
12519 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12520 test ! -s conftest.err
12521 }; then
12522 ac_header_preproc=yes
12523 else
12524 echo "$as_me: failed program was:" >&5
12525 sed 's/^/| /' conftest.$ac_ext >&5
12527 ac_header_preproc=no
12530 rm -f conftest.err conftest.$ac_ext
12531 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12532 echo "${ECHO_T}$ac_header_preproc" >&6; }
12534 # So? What about this header?
12535 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12536 yes:no: )
12537 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12538 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12540 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12541 ac_header_preproc=yes
12543 no:yes:* )
12544 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12545 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12546 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12547 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12548 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12549 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12550 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12551 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12552 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12553 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12554 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12555 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12556 ( cat <<\_ASBOX
12557 ## ------------------------------------ ##
12558 ## Report this to wine-devel@winehq.org ##
12559 ## ------------------------------------ ##
12560 _ASBOX
12561 ) | sed "s/^/$as_me: WARNING: /" >&2
12563 esac
12564 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12567 echo $ECHO_N "(cached) $ECHO_C" >&6
12568 else
12569 eval "$as_ac_Header=\$ac_header_preproc"
12571 ac_res=`eval echo '${'$as_ac_Header'}'`
12572 { echo "$as_me:$LINENO: result: $ac_res" >&5
12573 echo "${ECHO_T}$ac_res" >&6; }
12576 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12577 cat >>confdefs.h <<_ACEOF
12578 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12579 _ACEOF
12583 done
12585 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12586 then
12587 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12588 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12589 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12590 echo $ECHO_N "(cached) $ECHO_C" >&6
12591 else
12592 ac_check_lib_save_LIBS=$LIBS
12593 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12594 cat >conftest.$ac_ext <<_ACEOF
12595 /* confdefs.h. */
12596 _ACEOF
12597 cat confdefs.h >>conftest.$ac_ext
12598 cat >>conftest.$ac_ext <<_ACEOF
12599 /* end confdefs.h. */
12601 /* Override any GCC internal prototype to avoid an error.
12602 Use char because int might match the return type of a GCC
12603 builtin and then its argument prototype would still apply. */
12604 #ifdef __cplusplus
12605 extern "C"
12606 #endif
12607 char dbus_connection_close ();
12609 main ()
12611 return dbus_connection_close ();
12613 return 0;
12615 _ACEOF
12616 rm -f conftest.$ac_objext conftest$ac_exeext
12617 if { (ac_try="$ac_link"
12618 case "(($ac_try" in
12619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12620 *) ac_try_echo=$ac_try;;
12621 esac
12622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12623 (eval "$ac_link") 2>conftest.er1
12624 ac_status=$?
12625 grep -v '^ *+' conftest.er1 >conftest.err
12626 rm -f conftest.er1
12627 cat conftest.err >&5
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); } && {
12630 test -z "$ac_c_werror_flag" ||
12631 test ! -s conftest.err
12632 } && test -s conftest$ac_exeext &&
12633 $as_test_x conftest$ac_exeext; then
12634 ac_cv_lib_dbus_1_dbus_connection_close=yes
12635 else
12636 echo "$as_me: failed program was:" >&5
12637 sed 's/^/| /' conftest.$ac_ext >&5
12639 ac_cv_lib_dbus_1_dbus_connection_close=no
12642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12643 conftest$ac_exeext conftest.$ac_ext
12644 LIBS=$ac_check_lib_save_LIBS
12646 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12647 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12648 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12649 { echo "$as_me:$LINENO: checking for -lhal" >&5
12650 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12651 if test "${ac_cv_lib_soname_hal+set}" = set; then
12652 echo $ECHO_N "(cached) $ECHO_C" >&6
12653 else
12654 ac_check_soname_save_LIBS=$LIBS
12655 LIBS="-lhal $ac_hal_libs $LIBS"
12656 cat >conftest.$ac_ext <<_ACEOF
12657 /* confdefs.h. */
12658 _ACEOF
12659 cat confdefs.h >>conftest.$ac_ext
12660 cat >>conftest.$ac_ext <<_ACEOF
12661 /* end confdefs.h. */
12663 /* Override any GCC internal prototype to avoid an error.
12664 Use char because int might match the return type of a GCC
12665 builtin and then its argument prototype would still apply. */
12666 #ifdef __cplusplus
12667 extern "C"
12668 #endif
12669 char libhal_ctx_new ();
12671 main ()
12673 return libhal_ctx_new ();
12675 return 0;
12677 _ACEOF
12678 rm -f conftest.$ac_objext conftest$ac_exeext
12679 if { (ac_try="$ac_link"
12680 case "(($ac_try" in
12681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12682 *) ac_try_echo=$ac_try;;
12683 esac
12684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12685 (eval "$ac_link") 2>conftest.er1
12686 ac_status=$?
12687 grep -v '^ *+' conftest.er1 >conftest.err
12688 rm -f conftest.er1
12689 cat conftest.err >&5
12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12691 (exit $ac_status); } && {
12692 test -z "$ac_c_werror_flag" ||
12693 test ! -s conftest.err
12694 } && test -s conftest$ac_exeext &&
12695 $as_test_x conftest$ac_exeext; then
12696 case "$LIBEXT" in
12697 dll) ;;
12698 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'` ;;
12699 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12700 esac
12701 else
12702 echo "$as_me: failed program was:" >&5
12703 sed 's/^/| /' conftest.$ac_ext >&5
12708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12709 conftest$ac_exeext conftest.$ac_ext
12710 LIBS=$ac_check_soname_save_LIBS
12712 if test "x$ac_cv_lib_soname_hal" = "x"; then
12713 { echo "$as_me:$LINENO: result: not found" >&5
12714 echo "${ECHO_T}not found" >&6; }
12716 else
12717 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12718 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12720 cat >>confdefs.h <<_ACEOF
12721 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12722 _ACEOF
12724 HALINCL="$ac_hal_cflags"
12730 CPPFLAGS="$ac_save_CPPFLAGS"
12732 if test "x$ac_cv_lib_soname_hal" = "x"; then
12733 case "x$with_hal" in
12734 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12735 xno) ;;
12736 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12737 This is an error since --with-hal was requested." >&5
12738 echo "$as_me: error: libhal development files not found, no dynamic device support.
12739 This is an error since --with-hal was requested." >&2;}
12740 { (exit 1); exit 1; }; } ;;
12741 esac
12745 CURSESLIBS=""
12746 if test "$ac_cv_header_ncurses_h" = "yes"
12747 then
12748 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12749 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12750 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12751 echo $ECHO_N "(cached) $ECHO_C" >&6
12752 else
12753 ac_check_soname_save_LIBS=$LIBS
12754 LIBS="-lncurses $LIBS"
12755 cat >conftest.$ac_ext <<_ACEOF
12756 /* confdefs.h. */
12757 _ACEOF
12758 cat confdefs.h >>conftest.$ac_ext
12759 cat >>conftest.$ac_ext <<_ACEOF
12760 /* end confdefs.h. */
12762 /* Override any GCC internal prototype to avoid an error.
12763 Use char because int might match the return type of a GCC
12764 builtin and then its argument prototype would still apply. */
12765 #ifdef __cplusplus
12766 extern "C"
12767 #endif
12768 char waddch ();
12770 main ()
12772 return waddch ();
12774 return 0;
12776 _ACEOF
12777 rm -f conftest.$ac_objext conftest$ac_exeext
12778 if { (ac_try="$ac_link"
12779 case "(($ac_try" in
12780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12781 *) ac_try_echo=$ac_try;;
12782 esac
12783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12784 (eval "$ac_link") 2>conftest.er1
12785 ac_status=$?
12786 grep -v '^ *+' conftest.er1 >conftest.err
12787 rm -f conftest.er1
12788 cat conftest.err >&5
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); } && {
12791 test -z "$ac_c_werror_flag" ||
12792 test ! -s conftest.err
12793 } && test -s conftest$ac_exeext &&
12794 $as_test_x conftest$ac_exeext; then
12795 case "$LIBEXT" in
12796 dll) ;;
12797 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'` ;;
12798 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12799 esac
12800 else
12801 echo "$as_me: failed program was:" >&5
12802 sed 's/^/| /' conftest.$ac_ext >&5
12807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12808 conftest$ac_exeext conftest.$ac_ext
12809 LIBS=$ac_check_soname_save_LIBS
12811 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12812 { echo "$as_me:$LINENO: result: not found" >&5
12813 echo "${ECHO_T}not found" >&6; }
12815 else
12816 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12817 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12819 cat >>confdefs.h <<_ACEOF
12820 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12821 _ACEOF
12823 CURSESLIBS="-lncurses"
12826 elif test "$ac_cv_header_curses_h" = "yes"
12827 then
12828 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12829 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12830 if test "${ac_cv_lib_soname_curses+set}" = set; then
12831 echo $ECHO_N "(cached) $ECHO_C" >&6
12832 else
12833 ac_check_soname_save_LIBS=$LIBS
12834 LIBS="-lcurses $LIBS"
12835 cat >conftest.$ac_ext <<_ACEOF
12836 /* confdefs.h. */
12837 _ACEOF
12838 cat confdefs.h >>conftest.$ac_ext
12839 cat >>conftest.$ac_ext <<_ACEOF
12840 /* end confdefs.h. */
12842 /* Override any GCC internal prototype to avoid an error.
12843 Use char because int might match the return type of a GCC
12844 builtin and then its argument prototype would still apply. */
12845 #ifdef __cplusplus
12846 extern "C"
12847 #endif
12848 char waddch ();
12850 main ()
12852 return waddch ();
12854 return 0;
12856 _ACEOF
12857 rm -f conftest.$ac_objext conftest$ac_exeext
12858 if { (ac_try="$ac_link"
12859 case "(($ac_try" in
12860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12861 *) ac_try_echo=$ac_try;;
12862 esac
12863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12864 (eval "$ac_link") 2>conftest.er1
12865 ac_status=$?
12866 grep -v '^ *+' conftest.er1 >conftest.err
12867 rm -f conftest.er1
12868 cat conftest.err >&5
12869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12870 (exit $ac_status); } && {
12871 test -z "$ac_c_werror_flag" ||
12872 test ! -s conftest.err
12873 } && test -s conftest$ac_exeext &&
12874 $as_test_x conftest$ac_exeext; then
12875 case "$LIBEXT" in
12876 dll) ;;
12877 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'` ;;
12878 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12879 esac
12880 else
12881 echo "$as_me: failed program was:" >&5
12882 sed 's/^/| /' conftest.$ac_ext >&5
12887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12888 conftest$ac_exeext conftest.$ac_ext
12889 LIBS=$ac_check_soname_save_LIBS
12891 if test "x$ac_cv_lib_soname_curses" = "x"; then
12892 { echo "$as_me:$LINENO: result: not found" >&5
12893 echo "${ECHO_T}not found" >&6; }
12895 else
12896 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12897 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12899 cat >>confdefs.h <<_ACEOF
12900 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12901 _ACEOF
12903 CURSESLIBS="-lcurses"
12907 ac_save_LIBS="$LIBS"
12908 LIBS="$LIBS $CURSESLIBS"
12910 for ac_func in mousemask
12912 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12913 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12914 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12915 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12916 echo $ECHO_N "(cached) $ECHO_C" >&6
12917 else
12918 cat >conftest.$ac_ext <<_ACEOF
12919 /* confdefs.h. */
12920 _ACEOF
12921 cat confdefs.h >>conftest.$ac_ext
12922 cat >>conftest.$ac_ext <<_ACEOF
12923 /* end confdefs.h. */
12924 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12925 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12926 #define $ac_func innocuous_$ac_func
12928 /* System header to define __stub macros and hopefully few prototypes,
12929 which can conflict with char $ac_func (); below.
12930 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12931 <limits.h> exists even on freestanding compilers. */
12933 #ifdef __STDC__
12934 # include <limits.h>
12935 #else
12936 # include <assert.h>
12937 #endif
12939 #undef $ac_func
12941 /* Override any GCC internal prototype to avoid an error.
12942 Use char because int might match the return type of a GCC
12943 builtin and then its argument prototype would still apply. */
12944 #ifdef __cplusplus
12945 extern "C"
12946 #endif
12947 char $ac_func ();
12948 /* The GNU C library defines this for functions which it implements
12949 to always fail with ENOSYS. Some functions are actually named
12950 something starting with __ and the normal name is an alias. */
12951 #if defined __stub_$ac_func || defined __stub___$ac_func
12952 choke me
12953 #endif
12956 main ()
12958 return $ac_func ();
12960 return 0;
12962 _ACEOF
12963 rm -f conftest.$ac_objext conftest$ac_exeext
12964 if { (ac_try="$ac_link"
12965 case "(($ac_try" in
12966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12967 *) ac_try_echo=$ac_try;;
12968 esac
12969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12970 (eval "$ac_link") 2>conftest.er1
12971 ac_status=$?
12972 grep -v '^ *+' conftest.er1 >conftest.err
12973 rm -f conftest.er1
12974 cat conftest.err >&5
12975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12976 (exit $ac_status); } && {
12977 test -z "$ac_c_werror_flag" ||
12978 test ! -s conftest.err
12979 } && test -s conftest$ac_exeext &&
12980 $as_test_x conftest$ac_exeext; then
12981 eval "$as_ac_var=yes"
12982 else
12983 echo "$as_me: failed program was:" >&5
12984 sed 's/^/| /' conftest.$ac_ext >&5
12986 eval "$as_ac_var=no"
12989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12990 conftest$ac_exeext conftest.$ac_ext
12992 ac_res=`eval echo '${'$as_ac_var'}'`
12993 { echo "$as_me:$LINENO: result: $ac_res" >&5
12994 echo "${ECHO_T}$ac_res" >&6; }
12995 if test `eval echo '${'$as_ac_var'}'` = yes; then
12996 cat >>confdefs.h <<_ACEOF
12997 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12998 _ACEOF
13001 done
13003 LIBS="$ac_save_LIBS"
13004 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13005 case "x$with_curses" in
13006 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13007 xno) ;;
13008 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13009 This is an error since --with-curses was requested." >&5
13010 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13011 This is an error since --with-curses was requested." >&2;}
13012 { (exit 1); exit 1; }; } ;;
13013 esac
13017 # Extract the first word of "sane-config", so it can be a program name with args.
13018 set dummy sane-config; ac_word=$2
13019 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13020 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13021 if test "${ac_cv_prog_sane_devel+set}" = set; then
13022 echo $ECHO_N "(cached) $ECHO_C" >&6
13023 else
13024 if test -n "$sane_devel"; then
13025 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13026 else
13027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13028 for as_dir in $PATH
13030 IFS=$as_save_IFS
13031 test -z "$as_dir" && as_dir=.
13032 for ac_exec_ext in '' $ac_executable_extensions; do
13033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13034 ac_cv_prog_sane_devel="sane-config"
13035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13036 break 2
13038 done
13039 done
13040 IFS=$as_save_IFS
13042 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13045 sane_devel=$ac_cv_prog_sane_devel
13046 if test -n "$sane_devel"; then
13047 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13048 echo "${ECHO_T}$sane_devel" >&6; }
13049 else
13050 { echo "$as_me:$LINENO: result: no" >&5
13051 echo "${ECHO_T}no" >&6; }
13055 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13056 then
13057 ac_sane_incl="`$sane_devel --cflags`"
13058 ac_sane_libs="`$sane_devel --ldflags`"
13059 ac_save_CPPFLAGS="$CPPFLAGS"
13060 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13061 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13062 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13063 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13064 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13065 echo $ECHO_N "(cached) $ECHO_C" >&6
13067 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13068 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13069 else
13070 # Is the header compilable?
13071 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13072 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13073 cat >conftest.$ac_ext <<_ACEOF
13074 /* confdefs.h. */
13075 _ACEOF
13076 cat confdefs.h >>conftest.$ac_ext
13077 cat >>conftest.$ac_ext <<_ACEOF
13078 /* end confdefs.h. */
13079 $ac_includes_default
13080 #include <sane/sane.h>
13081 _ACEOF
13082 rm -f conftest.$ac_objext
13083 if { (ac_try="$ac_compile"
13084 case "(($ac_try" in
13085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13086 *) ac_try_echo=$ac_try;;
13087 esac
13088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13089 (eval "$ac_compile") 2>conftest.er1
13090 ac_status=$?
13091 grep -v '^ *+' conftest.er1 >conftest.err
13092 rm -f conftest.er1
13093 cat conftest.err >&5
13094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13095 (exit $ac_status); } && {
13096 test -z "$ac_c_werror_flag" ||
13097 test ! -s conftest.err
13098 } && test -s conftest.$ac_objext; then
13099 ac_header_compiler=yes
13100 else
13101 echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.$ac_ext >&5
13104 ac_header_compiler=no
13107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13108 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13109 echo "${ECHO_T}$ac_header_compiler" >&6; }
13111 # Is the header present?
13112 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13113 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13114 cat >conftest.$ac_ext <<_ACEOF
13115 /* confdefs.h. */
13116 _ACEOF
13117 cat confdefs.h >>conftest.$ac_ext
13118 cat >>conftest.$ac_ext <<_ACEOF
13119 /* end confdefs.h. */
13120 #include <sane/sane.h>
13121 _ACEOF
13122 if { (ac_try="$ac_cpp conftest.$ac_ext"
13123 case "(($ac_try" in
13124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13125 *) ac_try_echo=$ac_try;;
13126 esac
13127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13128 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13129 ac_status=$?
13130 grep -v '^ *+' conftest.er1 >conftest.err
13131 rm -f conftest.er1
13132 cat conftest.err >&5
13133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13134 (exit $ac_status); } >/dev/null && {
13135 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13136 test ! -s conftest.err
13137 }; then
13138 ac_header_preproc=yes
13139 else
13140 echo "$as_me: failed program was:" >&5
13141 sed 's/^/| /' conftest.$ac_ext >&5
13143 ac_header_preproc=no
13146 rm -f conftest.err conftest.$ac_ext
13147 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13148 echo "${ECHO_T}$ac_header_preproc" >&6; }
13150 # So? What about this header?
13151 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13152 yes:no: )
13153 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13154 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13156 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13157 ac_header_preproc=yes
13159 no:yes:* )
13160 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13161 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13162 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13163 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13164 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13165 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13166 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13167 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13168 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13169 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13170 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13171 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13172 ( cat <<\_ASBOX
13173 ## ------------------------------------ ##
13174 ## Report this to wine-devel@winehq.org ##
13175 ## ------------------------------------ ##
13176 _ASBOX
13177 ) | sed "s/^/$as_me: WARNING: /" >&2
13179 esac
13180 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13181 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13182 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13183 echo $ECHO_N "(cached) $ECHO_C" >&6
13184 else
13185 ac_cv_header_sane_sane_h=$ac_header_preproc
13187 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13188 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13191 if test $ac_cv_header_sane_sane_h = yes; then
13192 { echo "$as_me:$LINENO: checking for -lsane" >&5
13193 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13194 if test "${ac_cv_lib_soname_sane+set}" = set; then
13195 echo $ECHO_N "(cached) $ECHO_C" >&6
13196 else
13197 ac_check_soname_save_LIBS=$LIBS
13198 LIBS="-lsane $ac_sane_libs $LIBS"
13199 cat >conftest.$ac_ext <<_ACEOF
13200 /* confdefs.h. */
13201 _ACEOF
13202 cat confdefs.h >>conftest.$ac_ext
13203 cat >>conftest.$ac_ext <<_ACEOF
13204 /* end confdefs.h. */
13206 /* Override any GCC internal prototype to avoid an error.
13207 Use char because int might match the return type of a GCC
13208 builtin and then its argument prototype would still apply. */
13209 #ifdef __cplusplus
13210 extern "C"
13211 #endif
13212 char sane_init ();
13214 main ()
13216 return sane_init ();
13218 return 0;
13220 _ACEOF
13221 rm -f conftest.$ac_objext conftest$ac_exeext
13222 if { (ac_try="$ac_link"
13223 case "(($ac_try" in
13224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13225 *) ac_try_echo=$ac_try;;
13226 esac
13227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13228 (eval "$ac_link") 2>conftest.er1
13229 ac_status=$?
13230 grep -v '^ *+' conftest.er1 >conftest.err
13231 rm -f conftest.er1
13232 cat conftest.err >&5
13233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13234 (exit $ac_status); } && {
13235 test -z "$ac_c_werror_flag" ||
13236 test ! -s conftest.err
13237 } && test -s conftest$ac_exeext &&
13238 $as_test_x conftest$ac_exeext; then
13239 case "$LIBEXT" in
13240 dll) ;;
13241 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'` ;;
13242 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13243 esac
13244 else
13245 echo "$as_me: failed program was:" >&5
13246 sed 's/^/| /' conftest.$ac_ext >&5
13251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13252 conftest$ac_exeext conftest.$ac_ext
13253 LIBS=$ac_check_soname_save_LIBS
13255 if test "x$ac_cv_lib_soname_sane" = "x"; then
13256 { echo "$as_me:$LINENO: result: not found" >&5
13257 echo "${ECHO_T}not found" >&6; }
13259 else
13260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13261 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13263 cat >>confdefs.h <<_ACEOF
13264 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13265 _ACEOF
13267 SANEINCL="$ac_sane_incl"
13274 CPPFLAGS="$ac_save_CPPFLAGS"
13276 if test "x$ac_cv_lib_soname_sane" = "x"; then
13277 case "x$with_sane" in
13278 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13279 xno) ;;
13280 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13281 This is an error since --with-sane was requested." >&5
13282 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13283 This is an error since --with-sane was requested." >&2;}
13284 { (exit 1); exit 1; }; } ;;
13285 esac
13289 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13290 set dummy gphoto2-config; ac_word=$2
13291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13293 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13294 echo $ECHO_N "(cached) $ECHO_C" >&6
13295 else
13296 if test -n "$gphoto2_devel"; then
13297 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13298 else
13299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13300 for as_dir in $PATH
13302 IFS=$as_save_IFS
13303 test -z "$as_dir" && as_dir=.
13304 for ac_exec_ext in '' $ac_executable_extensions; do
13305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13306 ac_cv_prog_gphoto2_devel="gphoto2-config"
13307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13308 break 2
13310 done
13311 done
13312 IFS=$as_save_IFS
13314 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13317 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13318 if test -n "$gphoto2_devel"; then
13319 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13320 echo "${ECHO_T}$gphoto2_devel" >&6; }
13321 else
13322 { echo "$as_me:$LINENO: result: no" >&5
13323 echo "${ECHO_T}no" >&6; }
13327 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13328 set dummy gphoto2-port-config; ac_word=$2
13329 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13331 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13332 echo $ECHO_N "(cached) $ECHO_C" >&6
13333 else
13334 if test -n "$gphoto2port_devel"; then
13335 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13336 else
13337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13338 for as_dir in $PATH
13340 IFS=$as_save_IFS
13341 test -z "$as_dir" && as_dir=.
13342 for ac_exec_ext in '' $ac_executable_extensions; do
13343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13344 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13346 break 2
13348 done
13349 done
13350 IFS=$as_save_IFS
13352 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13355 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13356 if test -n "$gphoto2port_devel"; then
13357 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13358 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13359 else
13360 { echo "$as_me:$LINENO: result: no" >&5
13361 echo "${ECHO_T}no" >&6; }
13365 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13366 then
13367 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13368 ac_gphoto2_libs=""
13369 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13371 case "$i" in
13372 -L/usr/lib|-L/usr/lib64) ;;
13373 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13374 esac
13375 done
13376 ac_save_CPPFLAGS="$CPPFLAGS"
13377 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13378 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13379 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13380 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13381 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13382 echo $ECHO_N "(cached) $ECHO_C" >&6
13384 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13385 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13386 else
13387 # Is the header compilable?
13388 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13389 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13390 cat >conftest.$ac_ext <<_ACEOF
13391 /* confdefs.h. */
13392 _ACEOF
13393 cat confdefs.h >>conftest.$ac_ext
13394 cat >>conftest.$ac_ext <<_ACEOF
13395 /* end confdefs.h. */
13396 $ac_includes_default
13397 #include <gphoto2-camera.h>
13398 _ACEOF
13399 rm -f conftest.$ac_objext
13400 if { (ac_try="$ac_compile"
13401 case "(($ac_try" in
13402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13403 *) ac_try_echo=$ac_try;;
13404 esac
13405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13406 (eval "$ac_compile") 2>conftest.er1
13407 ac_status=$?
13408 grep -v '^ *+' conftest.er1 >conftest.err
13409 rm -f conftest.er1
13410 cat conftest.err >&5
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); } && {
13413 test -z "$ac_c_werror_flag" ||
13414 test ! -s conftest.err
13415 } && test -s conftest.$ac_objext; then
13416 ac_header_compiler=yes
13417 else
13418 echo "$as_me: failed program was:" >&5
13419 sed 's/^/| /' conftest.$ac_ext >&5
13421 ac_header_compiler=no
13424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13425 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13426 echo "${ECHO_T}$ac_header_compiler" >&6; }
13428 # Is the header present?
13429 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13430 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13431 cat >conftest.$ac_ext <<_ACEOF
13432 /* confdefs.h. */
13433 _ACEOF
13434 cat confdefs.h >>conftest.$ac_ext
13435 cat >>conftest.$ac_ext <<_ACEOF
13436 /* end confdefs.h. */
13437 #include <gphoto2-camera.h>
13438 _ACEOF
13439 if { (ac_try="$ac_cpp conftest.$ac_ext"
13440 case "(($ac_try" in
13441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13442 *) ac_try_echo=$ac_try;;
13443 esac
13444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13445 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13446 ac_status=$?
13447 grep -v '^ *+' conftest.er1 >conftest.err
13448 rm -f conftest.er1
13449 cat conftest.err >&5
13450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13451 (exit $ac_status); } >/dev/null && {
13452 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13453 test ! -s conftest.err
13454 }; then
13455 ac_header_preproc=yes
13456 else
13457 echo "$as_me: failed program was:" >&5
13458 sed 's/^/| /' conftest.$ac_ext >&5
13460 ac_header_preproc=no
13463 rm -f conftest.err conftest.$ac_ext
13464 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13465 echo "${ECHO_T}$ac_header_preproc" >&6; }
13467 # So? What about this header?
13468 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13469 yes:no: )
13470 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13471 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13474 ac_header_preproc=yes
13476 no:yes:* )
13477 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13478 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13479 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13480 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13481 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13482 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13483 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13484 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13485 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13486 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13487 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13488 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13489 ( cat <<\_ASBOX
13490 ## ------------------------------------ ##
13491 ## Report this to wine-devel@winehq.org ##
13492 ## ------------------------------------ ##
13493 _ASBOX
13494 ) | sed "s/^/$as_me: WARNING: /" >&2
13496 esac
13497 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13498 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13499 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13500 echo $ECHO_N "(cached) $ECHO_C" >&6
13501 else
13502 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13504 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13505 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13508 if test $ac_cv_header_gphoto2_camera_h = yes; then
13509 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13510 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13511 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13512 echo $ECHO_N "(cached) $ECHO_C" >&6
13513 else
13514 ac_check_lib_save_LIBS=$LIBS
13515 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13516 cat >conftest.$ac_ext <<_ACEOF
13517 /* confdefs.h. */
13518 _ACEOF
13519 cat confdefs.h >>conftest.$ac_ext
13520 cat >>conftest.$ac_ext <<_ACEOF
13521 /* end confdefs.h. */
13523 /* Override any GCC internal prototype to avoid an error.
13524 Use char because int might match the return type of a GCC
13525 builtin and then its argument prototype would still apply. */
13526 #ifdef __cplusplus
13527 extern "C"
13528 #endif
13529 char gp_camera_new ();
13531 main ()
13533 return gp_camera_new ();
13535 return 0;
13537 _ACEOF
13538 rm -f conftest.$ac_objext conftest$ac_exeext
13539 if { (ac_try="$ac_link"
13540 case "(($ac_try" in
13541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13542 *) ac_try_echo=$ac_try;;
13543 esac
13544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13545 (eval "$ac_link") 2>conftest.er1
13546 ac_status=$?
13547 grep -v '^ *+' conftest.er1 >conftest.err
13548 rm -f conftest.er1
13549 cat conftest.err >&5
13550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13551 (exit $ac_status); } && {
13552 test -z "$ac_c_werror_flag" ||
13553 test ! -s conftest.err
13554 } && test -s conftest$ac_exeext &&
13555 $as_test_x conftest$ac_exeext; then
13556 ac_cv_lib_gphoto2_gp_camera_new=yes
13557 else
13558 echo "$as_me: failed program was:" >&5
13559 sed 's/^/| /' conftest.$ac_ext >&5
13561 ac_cv_lib_gphoto2_gp_camera_new=no
13564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13565 conftest$ac_exeext conftest.$ac_ext
13566 LIBS=$ac_check_lib_save_LIBS
13568 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13569 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13570 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13572 cat >>confdefs.h <<\_ACEOF
13573 #define HAVE_GPHOTO2 1
13574 _ACEOF
13576 GPHOTO2LIBS="$ac_gphoto2_libs"
13578 GPHOTO2INCL="$ac_gphoto2_incl"
13585 CPPFLAGS="$ac_save_CPPFLAGS"
13587 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13588 case "x$with_gphoto" in
13589 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13590 xno) ;;
13591 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13592 This is an error since --with-gphoto was requested." >&5
13593 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13594 This is an error since --with-gphoto was requested." >&2;}
13595 { (exit 1); exit 1; }; } ;;
13596 esac
13601 RESOLVLIBS=""
13603 if test "$ac_cv_header_resolv_h" = "yes"
13604 then
13605 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13606 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13607 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13608 echo $ECHO_N "(cached) $ECHO_C" >&6
13609 else
13610 ac_check_lib_save_LIBS=$LIBS
13611 LIBS="-lresolv $LIBS"
13612 cat >conftest.$ac_ext <<_ACEOF
13613 /* confdefs.h. */
13614 _ACEOF
13615 cat confdefs.h >>conftest.$ac_ext
13616 cat >>conftest.$ac_ext <<_ACEOF
13617 /* end confdefs.h. */
13619 /* Override any GCC internal prototype to avoid an error.
13620 Use char because int might match the return type of a GCC
13621 builtin and then its argument prototype would still apply. */
13622 #ifdef __cplusplus
13623 extern "C"
13624 #endif
13625 char res_query ();
13627 main ()
13629 return res_query ();
13631 return 0;
13633 _ACEOF
13634 rm -f conftest.$ac_objext conftest$ac_exeext
13635 if { (ac_try="$ac_link"
13636 case "(($ac_try" in
13637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13638 *) ac_try_echo=$ac_try;;
13639 esac
13640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13641 (eval "$ac_link") 2>conftest.er1
13642 ac_status=$?
13643 grep -v '^ *+' conftest.er1 >conftest.err
13644 rm -f conftest.er1
13645 cat conftest.err >&5
13646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13647 (exit $ac_status); } && {
13648 test -z "$ac_c_werror_flag" ||
13649 test ! -s conftest.err
13650 } && test -s conftest$ac_exeext &&
13651 $as_test_x conftest$ac_exeext; then
13652 ac_cv_lib_resolv_res_query=yes
13653 else
13654 echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.$ac_ext >&5
13657 ac_cv_lib_resolv_res_query=no
13660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13661 conftest$ac_exeext conftest.$ac_ext
13662 LIBS=$ac_check_lib_save_LIBS
13664 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13665 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13666 if test $ac_cv_lib_resolv_res_query = yes; then
13668 cat >>confdefs.h <<\_ACEOF
13669 #define HAVE_RESOLV 1
13670 _ACEOF
13672 RESOLVLIBS="-lresolv"
13677 LCMSLIBS=""
13679 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13680 then
13681 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13682 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13683 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13684 echo $ECHO_N "(cached) $ECHO_C" >&6
13685 else
13686 ac_check_lib_save_LIBS=$LIBS
13687 LIBS="-llcms $LIBS"
13688 cat >conftest.$ac_ext <<_ACEOF
13689 /* confdefs.h. */
13690 _ACEOF
13691 cat confdefs.h >>conftest.$ac_ext
13692 cat >>conftest.$ac_ext <<_ACEOF
13693 /* end confdefs.h. */
13695 /* Override any GCC internal prototype to avoid an error.
13696 Use char because int might match the return type of a GCC
13697 builtin and then its argument prototype would still apply. */
13698 #ifdef __cplusplus
13699 extern "C"
13700 #endif
13701 char cmsOpenProfileFromFile ();
13703 main ()
13705 return cmsOpenProfileFromFile ();
13707 return 0;
13709 _ACEOF
13710 rm -f conftest.$ac_objext conftest$ac_exeext
13711 if { (ac_try="$ac_link"
13712 case "(($ac_try" in
13713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13714 *) ac_try_echo=$ac_try;;
13715 esac
13716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13717 (eval "$ac_link") 2>conftest.er1
13718 ac_status=$?
13719 grep -v '^ *+' conftest.er1 >conftest.err
13720 rm -f conftest.er1
13721 cat conftest.err >&5
13722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723 (exit $ac_status); } && {
13724 test -z "$ac_c_werror_flag" ||
13725 test ! -s conftest.err
13726 } && test -s conftest$ac_exeext &&
13727 $as_test_x conftest$ac_exeext; then
13728 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13729 else
13730 echo "$as_me: failed program was:" >&5
13731 sed 's/^/| /' conftest.$ac_ext >&5
13733 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13737 conftest$ac_exeext conftest.$ac_ext
13738 LIBS=$ac_check_lib_save_LIBS
13740 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13741 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13742 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13744 cat >>confdefs.h <<\_ACEOF
13745 #define HAVE_LCMS 1
13746 _ACEOF
13748 LCMSLIBS="-llcms"
13752 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13753 case "x$with_cms" in
13754 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13755 xno) ;;
13756 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13757 This is an error since --with-cms was requested." >&5
13758 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13759 This is an error since --with-cms was requested." >&2;}
13760 { (exit 1); exit 1; }; } ;;
13761 esac
13765 for ac_prog in freetype-config freetype2-config
13767 # Extract the first word of "$ac_prog", so it can be a program name with args.
13768 set dummy $ac_prog; ac_word=$2
13769 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13771 if test "${ac_cv_prog_ft_devel+set}" = set; then
13772 echo $ECHO_N "(cached) $ECHO_C" >&6
13773 else
13774 if test -n "$ft_devel"; then
13775 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13776 else
13777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13778 for as_dir in $PATH
13780 IFS=$as_save_IFS
13781 test -z "$as_dir" && as_dir=.
13782 for ac_exec_ext in '' $ac_executable_extensions; do
13783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13784 ac_cv_prog_ft_devel="$ac_prog"
13785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13786 break 2
13788 done
13789 done
13790 IFS=$as_save_IFS
13794 ft_devel=$ac_cv_prog_ft_devel
13795 if test -n "$ft_devel"; then
13796 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13797 echo "${ECHO_T}$ft_devel" >&6; }
13798 else
13799 { echo "$as_me:$LINENO: result: no" >&5
13800 echo "${ECHO_T}no" >&6; }
13804 test -n "$ft_devel" && break
13805 done
13806 test -n "$ft_devel" || ft_devel="false"
13808 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13809 then
13810 ac_freetype_libs=`$ft_devel --libs`
13811 ac_freetype_incl=`$ft_devel --cflags`
13812 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13813 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13814 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13815 echo $ECHO_N "(cached) $ECHO_C" >&6
13816 else
13817 ac_check_soname_save_LIBS=$LIBS
13818 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13819 cat >conftest.$ac_ext <<_ACEOF
13820 /* confdefs.h. */
13821 _ACEOF
13822 cat confdefs.h >>conftest.$ac_ext
13823 cat >>conftest.$ac_ext <<_ACEOF
13824 /* end confdefs.h. */
13826 /* Override any GCC internal prototype to avoid an error.
13827 Use char because int might match the return type of a GCC
13828 builtin and then its argument prototype would still apply. */
13829 #ifdef __cplusplus
13830 extern "C"
13831 #endif
13832 char FT_Init_FreeType ();
13834 main ()
13836 return FT_Init_FreeType ();
13838 return 0;
13840 _ACEOF
13841 rm -f conftest.$ac_objext conftest$ac_exeext
13842 if { (ac_try="$ac_link"
13843 case "(($ac_try" in
13844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13845 *) ac_try_echo=$ac_try;;
13846 esac
13847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13848 (eval "$ac_link") 2>conftest.er1
13849 ac_status=$?
13850 grep -v '^ *+' conftest.er1 >conftest.err
13851 rm -f conftest.er1
13852 cat conftest.err >&5
13853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13854 (exit $ac_status); } && {
13855 test -z "$ac_c_werror_flag" ||
13856 test ! -s conftest.err
13857 } && test -s conftest$ac_exeext &&
13858 $as_test_x conftest$ac_exeext; then
13859 case "$LIBEXT" in
13860 dll) ;;
13861 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'` ;;
13862 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13863 esac
13864 else
13865 echo "$as_me: failed program was:" >&5
13866 sed 's/^/| /' conftest.$ac_ext >&5
13871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13872 conftest$ac_exeext conftest.$ac_ext
13873 LIBS=$ac_check_soname_save_LIBS
13875 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13876 { echo "$as_me:$LINENO: result: not found" >&5
13877 echo "${ECHO_T}not found" >&6; }
13878 ft_lib=no
13879 else
13880 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13881 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13883 cat >>confdefs.h <<_ACEOF
13884 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13885 _ACEOF
13887 ft_lib=yes
13890 if test "$ft_lib" = "yes"
13891 then
13892 ac_save_CPPFLAGS="$CPPFLAGS"
13893 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13906 for ac_header in ft2build.h \
13907 freetype/freetype.h \
13908 freetype/ftglyph.h \
13909 freetype/fttypes.h \
13910 freetype/tttables.h \
13911 freetype/ftnames.h \
13912 freetype/ftsnames.h \
13913 freetype/ttnameid.h \
13914 freetype/ftoutln.h \
13915 freetype/ftwinfnt.h \
13916 freetype/ftmodapi.h \
13917 freetype/internal/sfnt.h
13919 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13920 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13921 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13923 echo $ECHO_N "(cached) $ECHO_C" >&6
13924 else
13925 cat >conftest.$ac_ext <<_ACEOF
13926 /* confdefs.h. */
13927 _ACEOF
13928 cat confdefs.h >>conftest.$ac_ext
13929 cat >>conftest.$ac_ext <<_ACEOF
13930 /* end confdefs.h. */
13931 #ifdef HAVE_FT2BUILD_H
13932 # include <ft2build.h>
13933 #endif
13935 #include <$ac_header>
13936 _ACEOF
13937 rm -f conftest.$ac_objext
13938 if { (ac_try="$ac_compile"
13939 case "(($ac_try" in
13940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13941 *) ac_try_echo=$ac_try;;
13942 esac
13943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13944 (eval "$ac_compile") 2>conftest.er1
13945 ac_status=$?
13946 grep -v '^ *+' conftest.er1 >conftest.err
13947 rm -f conftest.er1
13948 cat conftest.err >&5
13949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950 (exit $ac_status); } && {
13951 test -z "$ac_c_werror_flag" ||
13952 test ! -s conftest.err
13953 } && test -s conftest.$ac_objext; then
13954 eval "$as_ac_Header=yes"
13955 else
13956 echo "$as_me: failed program was:" >&5
13957 sed 's/^/| /' conftest.$ac_ext >&5
13959 eval "$as_ac_Header=no"
13962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13964 ac_res=`eval echo '${'$as_ac_Header'}'`
13965 { echo "$as_me:$LINENO: result: $ac_res" >&5
13966 echo "${ECHO_T}$ac_res" >&6; }
13967 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13968 cat >>confdefs.h <<_ACEOF
13969 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13970 _ACEOF
13974 done
13976 cat >conftest.$ac_ext <<_ACEOF
13977 /* confdefs.h. */
13978 _ACEOF
13979 cat confdefs.h >>conftest.$ac_ext
13980 cat >>conftest.$ac_ext <<_ACEOF
13981 /* end confdefs.h. */
13982 #include <ft2build.h>
13983 #include <freetype/fttrigon.h>
13984 _ACEOF
13985 if { (ac_try="$ac_cpp conftest.$ac_ext"
13986 case "(($ac_try" in
13987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13988 *) ac_try_echo=$ac_try;;
13989 esac
13990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13992 ac_status=$?
13993 grep -v '^ *+' conftest.er1 >conftest.err
13994 rm -f conftest.er1
13995 cat conftest.err >&5
13996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13997 (exit $ac_status); } >/dev/null && {
13998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13999 test ! -s conftest.err
14000 }; then
14002 cat >>confdefs.h <<\_ACEOF
14003 #define HAVE_FREETYPE_FTTRIGON_H 1
14004 _ACEOF
14006 wine_cv_fttrigon=yes
14007 else
14008 echo "$as_me: failed program was:" >&5
14009 sed 's/^/| /' conftest.$ac_ext >&5
14011 wine_cv_fttrigon=no
14014 rm -f conftest.err conftest.$ac_ext
14015 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14016 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14017 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14018 echo $ECHO_N "(cached) $ECHO_C" >&6
14019 else
14020 cat >conftest.$ac_ext <<_ACEOF
14021 /* confdefs.h. */
14022 _ACEOF
14023 cat confdefs.h >>conftest.$ac_ext
14024 cat >>conftest.$ac_ext <<_ACEOF
14025 /* end confdefs.h. */
14026 #include <freetype/ftmodapi.h>
14028 typedef FT_TrueTypeEngineType ac__type_new_;
14030 main ()
14032 if ((ac__type_new_ *) 0)
14033 return 0;
14034 if (sizeof (ac__type_new_))
14035 return 0;
14037 return 0;
14039 _ACEOF
14040 rm -f conftest.$ac_objext
14041 if { (ac_try="$ac_compile"
14042 case "(($ac_try" in
14043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14044 *) ac_try_echo=$ac_try;;
14045 esac
14046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14047 (eval "$ac_compile") 2>conftest.er1
14048 ac_status=$?
14049 grep -v '^ *+' conftest.er1 >conftest.err
14050 rm -f conftest.er1
14051 cat conftest.err >&5
14052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14053 (exit $ac_status); } && {
14054 test -z "$ac_c_werror_flag" ||
14055 test ! -s conftest.err
14056 } && test -s conftest.$ac_objext; then
14057 ac_cv_type_FT_TrueTypeEngineType=yes
14058 else
14059 echo "$as_me: failed program was:" >&5
14060 sed 's/^/| /' conftest.$ac_ext >&5
14062 ac_cv_type_FT_TrueTypeEngineType=no
14065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14067 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14068 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14069 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14071 cat >>confdefs.h <<_ACEOF
14072 #define HAVE_FT_TRUETYPEENGINETYPE 1
14073 _ACEOF
14078 ac_save_CFLAGS="$CFLAGS"
14079 CFLAGS="$CFLAGS $ac_freetype_libs"
14081 for ac_func in FT_Load_Sfnt_Table
14083 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14084 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14085 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14086 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14087 echo $ECHO_N "(cached) $ECHO_C" >&6
14088 else
14089 cat >conftest.$ac_ext <<_ACEOF
14090 /* confdefs.h. */
14091 _ACEOF
14092 cat confdefs.h >>conftest.$ac_ext
14093 cat >>conftest.$ac_ext <<_ACEOF
14094 /* end confdefs.h. */
14095 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14096 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14097 #define $ac_func innocuous_$ac_func
14099 /* System header to define __stub macros and hopefully few prototypes,
14100 which can conflict with char $ac_func (); below.
14101 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14102 <limits.h> exists even on freestanding compilers. */
14104 #ifdef __STDC__
14105 # include <limits.h>
14106 #else
14107 # include <assert.h>
14108 #endif
14110 #undef $ac_func
14112 /* Override any GCC internal prototype to avoid an error.
14113 Use char because int might match the return type of a GCC
14114 builtin and then its argument prototype would still apply. */
14115 #ifdef __cplusplus
14116 extern "C"
14117 #endif
14118 char $ac_func ();
14119 /* The GNU C library defines this for functions which it implements
14120 to always fail with ENOSYS. Some functions are actually named
14121 something starting with __ and the normal name is an alias. */
14122 #if defined __stub_$ac_func || defined __stub___$ac_func
14123 choke me
14124 #endif
14127 main ()
14129 return $ac_func ();
14131 return 0;
14133 _ACEOF
14134 rm -f conftest.$ac_objext conftest$ac_exeext
14135 if { (ac_try="$ac_link"
14136 case "(($ac_try" in
14137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14138 *) ac_try_echo=$ac_try;;
14139 esac
14140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14141 (eval "$ac_link") 2>conftest.er1
14142 ac_status=$?
14143 grep -v '^ *+' conftest.er1 >conftest.err
14144 rm -f conftest.er1
14145 cat conftest.err >&5
14146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14147 (exit $ac_status); } && {
14148 test -z "$ac_c_werror_flag" ||
14149 test ! -s conftest.err
14150 } && test -s conftest$ac_exeext &&
14151 $as_test_x conftest$ac_exeext; then
14152 eval "$as_ac_var=yes"
14153 else
14154 echo "$as_me: failed program was:" >&5
14155 sed 's/^/| /' conftest.$ac_ext >&5
14157 eval "$as_ac_var=no"
14160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14161 conftest$ac_exeext conftest.$ac_ext
14163 ac_res=`eval echo '${'$as_ac_var'}'`
14164 { echo "$as_me:$LINENO: result: $ac_res" >&5
14165 echo "${ECHO_T}$ac_res" >&6; }
14166 if test `eval echo '${'$as_ac_var'}'` = yes; then
14167 cat >>confdefs.h <<_ACEOF
14168 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14169 _ACEOF
14172 done
14174 CFLAGS="$ac_save_CFLAGS"
14175 CPPFLAGS="$ac_save_CPPFLAGS"
14176 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14177 then
14179 cat >>confdefs.h <<\_ACEOF
14180 #define HAVE_FREETYPE 1
14181 _ACEOF
14183 FREETYPELIBS="$ac_freetype_libs"
14185 FREETYPEINCL="$ac_freetype_incl"
14187 FONTSSUBDIRS="fonts"
14192 if test "x$FREETYPELIBS" = "x"; then
14193 case "x$with_freetype" in
14194 xno) ;;
14195 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14196 Fonts will not be built. Dialog text may be invisible or unaligned.
14197 Use the --without-freetype option if you really want this." >&5
14198 echo "$as_me: error: FreeType development files not found.
14199 Fonts will not be built. Dialog text may be invisible or unaligned.
14200 Use the --without-freetype option if you really want this." >&2;}
14201 { (exit 1); exit 1; }; } ;;
14202 esac
14206 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14207 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14208 if test "${ac_cv_c_ppdev+set}" = set; then
14209 echo $ECHO_N "(cached) $ECHO_C" >&6
14210 else
14211 cat >conftest.$ac_ext <<_ACEOF
14212 /* confdefs.h. */
14213 _ACEOF
14214 cat confdefs.h >>conftest.$ac_ext
14215 cat >>conftest.$ac_ext <<_ACEOF
14216 /* end confdefs.h. */
14217 #include <linux/ppdev.h>
14219 main ()
14221 ioctl (1,PPCLAIM,0)
14223 return 0;
14225 _ACEOF
14226 rm -f conftest.$ac_objext
14227 if { (ac_try="$ac_compile"
14228 case "(($ac_try" in
14229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14230 *) ac_try_echo=$ac_try;;
14231 esac
14232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14233 (eval "$ac_compile") 2>conftest.er1
14234 ac_status=$?
14235 grep -v '^ *+' conftest.er1 >conftest.err
14236 rm -f conftest.er1
14237 cat conftest.err >&5
14238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14239 (exit $ac_status); } && {
14240 test -z "$ac_c_werror_flag" ||
14241 test ! -s conftest.err
14242 } && test -s conftest.$ac_objext; then
14243 ac_cv_c_ppdev="yes"
14244 else
14245 echo "$as_me: failed program was:" >&5
14246 sed 's/^/| /' conftest.$ac_ext >&5
14248 ac_cv_c_ppdev="no"
14251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14253 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14254 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14255 if test "$ac_cv_c_ppdev" = "yes"
14256 then
14258 cat >>confdefs.h <<\_ACEOF
14259 #define HAVE_PPDEV 1
14260 _ACEOF
14264 { echo "$as_me:$LINENO: checking for va_copy" >&5
14265 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14266 if test "${ac_cv_c_va_copy+set}" = set; then
14267 echo $ECHO_N "(cached) $ECHO_C" >&6
14268 else
14269 cat >conftest.$ac_ext <<_ACEOF
14270 /* confdefs.h. */
14271 _ACEOF
14272 cat confdefs.h >>conftest.$ac_ext
14273 cat >>conftest.$ac_ext <<_ACEOF
14274 /* end confdefs.h. */
14275 #include <stdarg.h>
14277 main ()
14279 va_list ap1, ap2; va_copy(ap1,ap2);
14281 return 0;
14283 _ACEOF
14284 rm -f conftest.$ac_objext conftest$ac_exeext
14285 if { (ac_try="$ac_link"
14286 case "(($ac_try" in
14287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14288 *) ac_try_echo=$ac_try;;
14289 esac
14290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14291 (eval "$ac_link") 2>conftest.er1
14292 ac_status=$?
14293 grep -v '^ *+' conftest.er1 >conftest.err
14294 rm -f conftest.er1
14295 cat conftest.err >&5
14296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14297 (exit $ac_status); } && {
14298 test -z "$ac_c_werror_flag" ||
14299 test ! -s conftest.err
14300 } && test -s conftest$ac_exeext &&
14301 $as_test_x conftest$ac_exeext; then
14302 ac_cv_c_va_copy="yes"
14303 else
14304 echo "$as_me: failed program was:" >&5
14305 sed 's/^/| /' conftest.$ac_ext >&5
14307 ac_cv_c_va_copy="no"
14310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14311 conftest$ac_exeext conftest.$ac_ext
14314 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14315 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14316 if test "$ac_cv_c_va_copy" = "yes"
14317 then
14319 cat >>confdefs.h <<\_ACEOF
14320 #define HAVE_VA_COPY 1
14321 _ACEOF
14324 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14325 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14326 if test "${ac_cv_c___va_copy+set}" = set; then
14327 echo $ECHO_N "(cached) $ECHO_C" >&6
14328 else
14329 cat >conftest.$ac_ext <<_ACEOF
14330 /* confdefs.h. */
14331 _ACEOF
14332 cat confdefs.h >>conftest.$ac_ext
14333 cat >>conftest.$ac_ext <<_ACEOF
14334 /* end confdefs.h. */
14335 #include <stdarg.h>
14337 main ()
14339 va_list ap1, ap2; __va_copy(ap1,ap2);
14341 return 0;
14343 _ACEOF
14344 rm -f conftest.$ac_objext conftest$ac_exeext
14345 if { (ac_try="$ac_link"
14346 case "(($ac_try" in
14347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14348 *) ac_try_echo=$ac_try;;
14349 esac
14350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14351 (eval "$ac_link") 2>conftest.er1
14352 ac_status=$?
14353 grep -v '^ *+' conftest.er1 >conftest.err
14354 rm -f conftest.er1
14355 cat conftest.err >&5
14356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14357 (exit $ac_status); } && {
14358 test -z "$ac_c_werror_flag" ||
14359 test ! -s conftest.err
14360 } && test -s conftest$ac_exeext &&
14361 $as_test_x conftest$ac_exeext; then
14362 ac_cv_c___va_copy="yes"
14363 else
14364 echo "$as_me: failed program was:" >&5
14365 sed 's/^/| /' conftest.$ac_ext >&5
14367 ac_cv_c___va_copy="no"
14370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14371 conftest$ac_exeext conftest.$ac_ext
14374 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14375 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14376 if test "$ac_cv_c___va_copy" = "yes"
14377 then
14379 cat >>confdefs.h <<\_ACEOF
14380 #define HAVE___VA_COPY 1
14381 _ACEOF
14385 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14386 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14387 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14388 echo $ECHO_N "(cached) $ECHO_C" >&6
14389 else
14390 cat >conftest.$ac_ext <<_ACEOF
14391 /* confdefs.h. */
14392 _ACEOF
14393 cat confdefs.h >>conftest.$ac_ext
14394 cat >>conftest.$ac_ext <<_ACEOF
14395 /* end confdefs.h. */
14396 #define _GNU_SOURCE
14397 #include <pthread.h>
14399 typedef pthread_rwlock_t ac__type_new_;
14401 main ()
14403 if ((ac__type_new_ *) 0)
14404 return 0;
14405 if (sizeof (ac__type_new_))
14406 return 0;
14408 return 0;
14410 _ACEOF
14411 rm -f conftest.$ac_objext
14412 if { (ac_try="$ac_compile"
14413 case "(($ac_try" in
14414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14415 *) ac_try_echo=$ac_try;;
14416 esac
14417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14418 (eval "$ac_compile") 2>conftest.er1
14419 ac_status=$?
14420 grep -v '^ *+' conftest.er1 >conftest.err
14421 rm -f conftest.er1
14422 cat conftest.err >&5
14423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14424 (exit $ac_status); } && {
14425 test -z "$ac_c_werror_flag" ||
14426 test ! -s conftest.err
14427 } && test -s conftest.$ac_objext; then
14428 ac_cv_type_pthread_rwlock_t=yes
14429 else
14430 echo "$as_me: failed program was:" >&5
14431 sed 's/^/| /' conftest.$ac_ext >&5
14433 ac_cv_type_pthread_rwlock_t=no
14436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14438 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14439 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14440 if test $ac_cv_type_pthread_rwlock_t = yes; then
14442 cat >>confdefs.h <<_ACEOF
14443 #define HAVE_PTHREAD_RWLOCK_T 1
14444 _ACEOF
14448 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14449 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14450 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14451 echo $ECHO_N "(cached) $ECHO_C" >&6
14452 else
14453 cat >conftest.$ac_ext <<_ACEOF
14454 /* confdefs.h. */
14455 _ACEOF
14456 cat confdefs.h >>conftest.$ac_ext
14457 cat >>conftest.$ac_ext <<_ACEOF
14458 /* end confdefs.h. */
14459 #define _GNU_SOURCE
14460 #include <pthread.h>
14462 typedef pthread_rwlockattr_t ac__type_new_;
14464 main ()
14466 if ((ac__type_new_ *) 0)
14467 return 0;
14468 if (sizeof (ac__type_new_))
14469 return 0;
14471 return 0;
14473 _ACEOF
14474 rm -f conftest.$ac_objext
14475 if { (ac_try="$ac_compile"
14476 case "(($ac_try" in
14477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14478 *) ac_try_echo=$ac_try;;
14479 esac
14480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14481 (eval "$ac_compile") 2>conftest.er1
14482 ac_status=$?
14483 grep -v '^ *+' conftest.er1 >conftest.err
14484 rm -f conftest.er1
14485 cat conftest.err >&5
14486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); } && {
14488 test -z "$ac_c_werror_flag" ||
14489 test ! -s conftest.err
14490 } && test -s conftest.$ac_objext; then
14491 ac_cv_type_pthread_rwlockattr_t=yes
14492 else
14493 echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14496 ac_cv_type_pthread_rwlockattr_t=no
14499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14501 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14502 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14503 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14505 cat >>confdefs.h <<_ACEOF
14506 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14507 _ACEOF
14513 ac_wine_check_funcs_save_LIBS="$LIBS"
14514 LIBS="$LIBS $LIBPTHREAD"
14519 for ac_func in \
14520 pthread_attr_get_np \
14521 pthread_getattr_np \
14522 pthread_get_stackaddr_np \
14523 pthread_get_stacksize_np
14525 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14526 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14527 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14528 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14529 echo $ECHO_N "(cached) $ECHO_C" >&6
14530 else
14531 cat >conftest.$ac_ext <<_ACEOF
14532 /* confdefs.h. */
14533 _ACEOF
14534 cat confdefs.h >>conftest.$ac_ext
14535 cat >>conftest.$ac_ext <<_ACEOF
14536 /* end confdefs.h. */
14537 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14538 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14539 #define $ac_func innocuous_$ac_func
14541 /* System header to define __stub macros and hopefully few prototypes,
14542 which can conflict with char $ac_func (); below.
14543 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14544 <limits.h> exists even on freestanding compilers. */
14546 #ifdef __STDC__
14547 # include <limits.h>
14548 #else
14549 # include <assert.h>
14550 #endif
14552 #undef $ac_func
14554 /* Override any GCC internal prototype to avoid an error.
14555 Use char because int might match the return type of a GCC
14556 builtin and then its argument prototype would still apply. */
14557 #ifdef __cplusplus
14558 extern "C"
14559 #endif
14560 char $ac_func ();
14561 /* The GNU C library defines this for functions which it implements
14562 to always fail with ENOSYS. Some functions are actually named
14563 something starting with __ and the normal name is an alias. */
14564 #if defined __stub_$ac_func || defined __stub___$ac_func
14565 choke me
14566 #endif
14569 main ()
14571 return $ac_func ();
14573 return 0;
14575 _ACEOF
14576 rm -f conftest.$ac_objext conftest$ac_exeext
14577 if { (ac_try="$ac_link"
14578 case "(($ac_try" in
14579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14580 *) ac_try_echo=$ac_try;;
14581 esac
14582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14583 (eval "$ac_link") 2>conftest.er1
14584 ac_status=$?
14585 grep -v '^ *+' conftest.er1 >conftest.err
14586 rm -f conftest.er1
14587 cat conftest.err >&5
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && {
14590 test -z "$ac_c_werror_flag" ||
14591 test ! -s conftest.err
14592 } && test -s conftest$ac_exeext &&
14593 $as_test_x conftest$ac_exeext; then
14594 eval "$as_ac_var=yes"
14595 else
14596 echo "$as_me: failed program was:" >&5
14597 sed 's/^/| /' conftest.$ac_ext >&5
14599 eval "$as_ac_var=no"
14602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14603 conftest$ac_exeext conftest.$ac_ext
14605 ac_res=`eval echo '${'$as_ac_var'}'`
14606 { echo "$as_me:$LINENO: result: $ac_res" >&5
14607 echo "${ECHO_T}$ac_res" >&6; }
14608 if test `eval echo '${'$as_ac_var'}'` = yes; then
14609 cat >>confdefs.h <<_ACEOF
14610 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14611 _ACEOF
14614 done
14616 LIBS="$ac_wine_check_funcs_save_LIBS"
14618 # Extract the first word of "esd-config", so it can be a program name with args.
14619 set dummy esd-config; ac_word=$2
14620 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14622 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14623 echo $ECHO_N "(cached) $ECHO_C" >&6
14624 else
14625 case $ESDCONFIG in
14626 [\\/]* | ?:[\\/]*)
14627 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14631 for as_dir in $PATH
14633 IFS=$as_save_IFS
14634 test -z "$as_dir" && as_dir=.
14635 for ac_exec_ext in '' $ac_executable_extensions; do
14636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14637 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14638 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14639 break 2
14641 done
14642 done
14643 IFS=$as_save_IFS
14646 esac
14648 ESDCONFIG=$ac_cv_path_ESDCONFIG
14649 if test -n "$ESDCONFIG"; then
14650 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14651 echo "${ECHO_T}$ESDCONFIG" >&6; }
14652 else
14653 { echo "$as_me:$LINENO: result: no" >&5
14654 echo "${ECHO_T}no" >&6; }
14658 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14659 then
14660 ac_esd_incl=""
14661 for i in `$ESDCONFIG --cflags`
14663 case "$i" in
14664 -I*) ac_esd_incl="$ac_esd_incl $i";;
14665 esac
14666 done
14667 ac_esd_libs=`$ESDCONFIG --libs`
14668 save_CFLAGS="$CFLAGS"
14669 CFLAGS="$CFLAGS $ac_esd_incl"
14670 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14671 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14672 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14673 echo $ECHO_N "(cached) $ECHO_C" >&6
14674 else
14675 ac_check_lib_save_LIBS=$LIBS
14676 LIBS="-lesd $ac_esd_libs $LIBS"
14677 cat >conftest.$ac_ext <<_ACEOF
14678 /* confdefs.h. */
14679 _ACEOF
14680 cat confdefs.h >>conftest.$ac_ext
14681 cat >>conftest.$ac_ext <<_ACEOF
14682 /* end confdefs.h. */
14684 /* Override any GCC internal prototype to avoid an error.
14685 Use char because int might match the return type of a GCC
14686 builtin and then its argument prototype would still apply. */
14687 #ifdef __cplusplus
14688 extern "C"
14689 #endif
14690 char esd_open_sound ();
14692 main ()
14694 return esd_open_sound ();
14696 return 0;
14698 _ACEOF
14699 rm -f conftest.$ac_objext conftest$ac_exeext
14700 if { (ac_try="$ac_link"
14701 case "(($ac_try" in
14702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14703 *) ac_try_echo=$ac_try;;
14704 esac
14705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14706 (eval "$ac_link") 2>conftest.er1
14707 ac_status=$?
14708 grep -v '^ *+' conftest.er1 >conftest.err
14709 rm -f conftest.er1
14710 cat conftest.err >&5
14711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14712 (exit $ac_status); } && {
14713 test -z "$ac_c_werror_flag" ||
14714 test ! -s conftest.err
14715 } && test -s conftest$ac_exeext &&
14716 $as_test_x conftest$ac_exeext; then
14717 ac_cv_lib_esd_esd_open_sound=yes
14718 else
14719 echo "$as_me: failed program was:" >&5
14720 sed 's/^/| /' conftest.$ac_ext >&5
14722 ac_cv_lib_esd_esd_open_sound=no
14725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14726 conftest$ac_exeext conftest.$ac_ext
14727 LIBS=$ac_check_lib_save_LIBS
14729 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14730 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14731 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14732 ESDINCL="$ac_esd_incl"
14734 ESDLIBS="$ac_esd_libs"
14737 cat >>confdefs.h <<\_ACEOF
14738 #define HAVE_ESD 1
14739 _ACEOF
14743 CFLAGS="$save_CFLAGS"
14746 ALSALIBS=""
14748 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14749 then
14750 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14751 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14752 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14753 echo $ECHO_N "(cached) $ECHO_C" >&6
14754 else
14755 ac_check_lib_save_LIBS=$LIBS
14756 LIBS="-lasound $LIBS"
14757 cat >conftest.$ac_ext <<_ACEOF
14758 /* confdefs.h. */
14759 _ACEOF
14760 cat confdefs.h >>conftest.$ac_ext
14761 cat >>conftest.$ac_ext <<_ACEOF
14762 /* end confdefs.h. */
14764 /* Override any GCC internal prototype to avoid an error.
14765 Use char because int might match the return type of a GCC
14766 builtin and then its argument prototype would still apply. */
14767 #ifdef __cplusplus
14768 extern "C"
14769 #endif
14770 char snd_pcm_hw_params_get_access ();
14772 main ()
14774 return snd_pcm_hw_params_get_access ();
14776 return 0;
14778 _ACEOF
14779 rm -f conftest.$ac_objext conftest$ac_exeext
14780 if { (ac_try="$ac_link"
14781 case "(($ac_try" in
14782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14783 *) ac_try_echo=$ac_try;;
14784 esac
14785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14786 (eval "$ac_link") 2>conftest.er1
14787 ac_status=$?
14788 grep -v '^ *+' conftest.er1 >conftest.err
14789 rm -f conftest.er1
14790 cat conftest.err >&5
14791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); } && {
14793 test -z "$ac_c_werror_flag" ||
14794 test ! -s conftest.err
14795 } && test -s conftest$ac_exeext &&
14796 $as_test_x conftest$ac_exeext; then
14797 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14798 else
14799 echo "$as_me: failed program was:" >&5
14800 sed 's/^/| /' conftest.$ac_ext >&5
14802 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14806 conftest$ac_exeext conftest.$ac_ext
14807 LIBS=$ac_check_lib_save_LIBS
14809 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14810 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14811 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14812 cat >conftest.$ac_ext <<_ACEOF
14813 /* confdefs.h. */
14814 _ACEOF
14815 cat confdefs.h >>conftest.$ac_ext
14816 cat >>conftest.$ac_ext <<_ACEOF
14817 /* end confdefs.h. */
14818 #ifdef HAVE_ALSA_ASOUNDLIB_H
14819 #include <alsa/asoundlib.h>
14820 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14821 #include <sys/asoundlib.h>
14822 #endif
14824 main ()
14826 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14828 return 0;
14830 _ACEOF
14831 rm -f conftest.$ac_objext
14832 if { (ac_try="$ac_compile"
14833 case "(($ac_try" in
14834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14835 *) ac_try_echo=$ac_try;;
14836 esac
14837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14838 (eval "$ac_compile") 2>conftest.er1
14839 ac_status=$?
14840 grep -v '^ *+' conftest.er1 >conftest.err
14841 rm -f conftest.er1
14842 cat conftest.err >&5
14843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14844 (exit $ac_status); } && {
14845 test -z "$ac_c_werror_flag" ||
14846 test ! -s conftest.err
14847 } && test -s conftest.$ac_objext; then
14849 cat >>confdefs.h <<\_ACEOF
14850 #define HAVE_ALSA 1
14851 _ACEOF
14853 ALSALIBS="-lasound"
14854 else
14855 echo "$as_me: failed program was:" >&5
14856 sed 's/^/| /' conftest.$ac_ext >&5
14861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14866 AUDIOIOLIBS=""
14868 if test "$ac_cv_header_libaudioio_h" = "yes"
14869 then
14870 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14871 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14872 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14873 echo $ECHO_N "(cached) $ECHO_C" >&6
14874 else
14875 ac_check_lib_save_LIBS=$LIBS
14876 LIBS="-laudioio $LIBS"
14877 cat >conftest.$ac_ext <<_ACEOF
14878 /* confdefs.h. */
14879 _ACEOF
14880 cat confdefs.h >>conftest.$ac_ext
14881 cat >>conftest.$ac_ext <<_ACEOF
14882 /* end confdefs.h. */
14884 /* Override any GCC internal prototype to avoid an error.
14885 Use char because int might match the return type of a GCC
14886 builtin and then its argument prototype would still apply. */
14887 #ifdef __cplusplus
14888 extern "C"
14889 #endif
14890 char AudioIOGetVersion ();
14892 main ()
14894 return AudioIOGetVersion ();
14896 return 0;
14898 _ACEOF
14899 rm -f conftest.$ac_objext conftest$ac_exeext
14900 if { (ac_try="$ac_link"
14901 case "(($ac_try" in
14902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14903 *) ac_try_echo=$ac_try;;
14904 esac
14905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14906 (eval "$ac_link") 2>conftest.er1
14907 ac_status=$?
14908 grep -v '^ *+' conftest.er1 >conftest.err
14909 rm -f conftest.er1
14910 cat conftest.err >&5
14911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14912 (exit $ac_status); } && {
14913 test -z "$ac_c_werror_flag" ||
14914 test ! -s conftest.err
14915 } && test -s conftest$ac_exeext &&
14916 $as_test_x conftest$ac_exeext; then
14917 ac_cv_lib_audioio_AudioIOGetVersion=yes
14918 else
14919 echo "$as_me: failed program was:" >&5
14920 sed 's/^/| /' conftest.$ac_ext >&5
14922 ac_cv_lib_audioio_AudioIOGetVersion=no
14925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14926 conftest$ac_exeext conftest.$ac_ext
14927 LIBS=$ac_check_lib_save_LIBS
14929 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14930 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14931 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14932 AUDIOIOLIBS="-laudioio"
14934 cat >>confdefs.h <<\_ACEOF
14935 #define HAVE_LIBAUDIOIO 1
14936 _ACEOF
14943 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14944 then
14945 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14946 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14947 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14948 echo $ECHO_N "(cached) $ECHO_C" >&6
14949 else
14950 ac_check_soname_save_LIBS=$LIBS
14951 LIBS="-lcapi20 $LIBS"
14952 cat >conftest.$ac_ext <<_ACEOF
14953 /* confdefs.h. */
14954 _ACEOF
14955 cat confdefs.h >>conftest.$ac_ext
14956 cat >>conftest.$ac_ext <<_ACEOF
14957 /* end confdefs.h. */
14959 /* Override any GCC internal prototype to avoid an error.
14960 Use char because int might match the return type of a GCC
14961 builtin and then its argument prototype would still apply. */
14962 #ifdef __cplusplus
14963 extern "C"
14964 #endif
14965 char capi20_register ();
14967 main ()
14969 return capi20_register ();
14971 return 0;
14973 _ACEOF
14974 rm -f conftest.$ac_objext conftest$ac_exeext
14975 if { (ac_try="$ac_link"
14976 case "(($ac_try" in
14977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14978 *) ac_try_echo=$ac_try;;
14979 esac
14980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14981 (eval "$ac_link") 2>conftest.er1
14982 ac_status=$?
14983 grep -v '^ *+' conftest.er1 >conftest.err
14984 rm -f conftest.er1
14985 cat conftest.err >&5
14986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14987 (exit $ac_status); } && {
14988 test -z "$ac_c_werror_flag" ||
14989 test ! -s conftest.err
14990 } && test -s conftest$ac_exeext &&
14991 $as_test_x conftest$ac_exeext; then
14992 case "$LIBEXT" in
14993 dll) ;;
14994 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'` ;;
14995 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14996 esac
14997 else
14998 echo "$as_me: failed program was:" >&5
14999 sed 's/^/| /' conftest.$ac_ext >&5
15004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15005 conftest$ac_exeext conftest.$ac_ext
15006 LIBS=$ac_check_soname_save_LIBS
15008 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15009 { echo "$as_me:$LINENO: result: not found" >&5
15010 echo "${ECHO_T}not found" >&6; }
15012 else
15013 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15014 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15016 cat >>confdefs.h <<_ACEOF
15017 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15018 _ACEOF
15024 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15025 case "x$with_capi" in
15026 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15027 xno) ;;
15028 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15029 This is an error since --with-capi was requested." >&5
15030 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15031 This is an error since --with-capi was requested." >&2;}
15032 { (exit 1); exit 1; }; } ;;
15033 esac
15037 CUPSINCL=""
15039 if test "x$with_cups" != "xno"
15040 then
15041 ac_save_CPPFLAGS="$CPPFLAGS"
15042 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15043 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15044 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15046 for ac_header in cups/cups.h
15048 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15050 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15051 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15053 echo $ECHO_N "(cached) $ECHO_C" >&6
15055 ac_res=`eval echo '${'$as_ac_Header'}'`
15056 { echo "$as_me:$LINENO: result: $ac_res" >&5
15057 echo "${ECHO_T}$ac_res" >&6; }
15058 else
15059 # Is the header compilable?
15060 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15061 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15062 cat >conftest.$ac_ext <<_ACEOF
15063 /* confdefs.h. */
15064 _ACEOF
15065 cat confdefs.h >>conftest.$ac_ext
15066 cat >>conftest.$ac_ext <<_ACEOF
15067 /* end confdefs.h. */
15068 $ac_includes_default
15069 #include <$ac_header>
15070 _ACEOF
15071 rm -f conftest.$ac_objext
15072 if { (ac_try="$ac_compile"
15073 case "(($ac_try" in
15074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15075 *) ac_try_echo=$ac_try;;
15076 esac
15077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15078 (eval "$ac_compile") 2>conftest.er1
15079 ac_status=$?
15080 grep -v '^ *+' conftest.er1 >conftest.err
15081 rm -f conftest.er1
15082 cat conftest.err >&5
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); } && {
15085 test -z "$ac_c_werror_flag" ||
15086 test ! -s conftest.err
15087 } && test -s conftest.$ac_objext; then
15088 ac_header_compiler=yes
15089 else
15090 echo "$as_me: failed program was:" >&5
15091 sed 's/^/| /' conftest.$ac_ext >&5
15093 ac_header_compiler=no
15096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15097 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15098 echo "${ECHO_T}$ac_header_compiler" >&6; }
15100 # Is the header present?
15101 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15102 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15103 cat >conftest.$ac_ext <<_ACEOF
15104 /* confdefs.h. */
15105 _ACEOF
15106 cat confdefs.h >>conftest.$ac_ext
15107 cat >>conftest.$ac_ext <<_ACEOF
15108 /* end confdefs.h. */
15109 #include <$ac_header>
15110 _ACEOF
15111 if { (ac_try="$ac_cpp conftest.$ac_ext"
15112 case "(($ac_try" in
15113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15114 *) ac_try_echo=$ac_try;;
15115 esac
15116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15117 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15118 ac_status=$?
15119 grep -v '^ *+' conftest.er1 >conftest.err
15120 rm -f conftest.er1
15121 cat conftest.err >&5
15122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15123 (exit $ac_status); } >/dev/null && {
15124 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15125 test ! -s conftest.err
15126 }; then
15127 ac_header_preproc=yes
15128 else
15129 echo "$as_me: failed program was:" >&5
15130 sed 's/^/| /' conftest.$ac_ext >&5
15132 ac_header_preproc=no
15135 rm -f conftest.err conftest.$ac_ext
15136 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15137 echo "${ECHO_T}$ac_header_preproc" >&6; }
15139 # So? What about this header?
15140 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15141 yes:no: )
15142 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15143 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15145 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15146 ac_header_preproc=yes
15148 no:yes:* )
15149 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15150 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15151 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15152 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15153 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15154 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15155 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15156 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15157 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15158 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15159 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15160 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15161 ( cat <<\_ASBOX
15162 ## ------------------------------------ ##
15163 ## Report this to wine-devel@winehq.org ##
15164 ## ------------------------------------ ##
15165 _ASBOX
15166 ) | sed "s/^/$as_me: WARNING: /" >&2
15168 esac
15169 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15170 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15172 echo $ECHO_N "(cached) $ECHO_C" >&6
15173 else
15174 eval "$as_ac_Header=\$ac_header_preproc"
15176 ac_res=`eval echo '${'$as_ac_Header'}'`
15177 { echo "$as_me:$LINENO: result: $ac_res" >&5
15178 echo "${ECHO_T}$ac_res" >&6; }
15181 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15182 cat >>confdefs.h <<_ACEOF
15183 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15184 _ACEOF
15185 { echo "$as_me:$LINENO: checking for -lcups" >&5
15186 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15187 if test "${ac_cv_lib_soname_cups+set}" = set; then
15188 echo $ECHO_N "(cached) $ECHO_C" >&6
15189 else
15190 ac_check_soname_save_LIBS=$LIBS
15191 LIBS="-lcups $ac_cups_libs $LIBS"
15192 cat >conftest.$ac_ext <<_ACEOF
15193 /* confdefs.h. */
15194 _ACEOF
15195 cat confdefs.h >>conftest.$ac_ext
15196 cat >>conftest.$ac_ext <<_ACEOF
15197 /* end confdefs.h. */
15199 /* Override any GCC internal prototype to avoid an error.
15200 Use char because int might match the return type of a GCC
15201 builtin and then its argument prototype would still apply. */
15202 #ifdef __cplusplus
15203 extern "C"
15204 #endif
15205 char cupsGetDefault ();
15207 main ()
15209 return cupsGetDefault ();
15211 return 0;
15213 _ACEOF
15214 rm -f conftest.$ac_objext conftest$ac_exeext
15215 if { (ac_try="$ac_link"
15216 case "(($ac_try" in
15217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15218 *) ac_try_echo=$ac_try;;
15219 esac
15220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15221 (eval "$ac_link") 2>conftest.er1
15222 ac_status=$?
15223 grep -v '^ *+' conftest.er1 >conftest.err
15224 rm -f conftest.er1
15225 cat conftest.err >&5
15226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15227 (exit $ac_status); } && {
15228 test -z "$ac_c_werror_flag" ||
15229 test ! -s conftest.err
15230 } && test -s conftest$ac_exeext &&
15231 $as_test_x conftest$ac_exeext; then
15232 case "$LIBEXT" in
15233 dll) ;;
15234 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'` ;;
15235 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15236 esac
15237 else
15238 echo "$as_me: failed program was:" >&5
15239 sed 's/^/| /' conftest.$ac_ext >&5
15244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15245 conftest$ac_exeext conftest.$ac_ext
15246 LIBS=$ac_check_soname_save_LIBS
15248 if test "x$ac_cv_lib_soname_cups" = "x"; then
15249 { echo "$as_me:$LINENO: result: not found" >&5
15250 echo "${ECHO_T}not found" >&6; }
15252 else
15253 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15254 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15256 cat >>confdefs.h <<_ACEOF
15257 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15258 _ACEOF
15260 CUPSINCL="$ac_cups_cflags"
15265 done
15267 CPPFLAGS="$ac_save_CPPFLAGS"
15269 if test "x$ac_cv_lib_soname_cups" = "x"; then
15270 case "x$with_cups" in
15271 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15272 xno) ;;
15273 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15274 This is an error since --with-cups was requested." >&5
15275 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15276 This is an error since --with-cups was requested." >&2;}
15277 { (exit 1); exit 1; }; } ;;
15278 esac
15282 if test "$ac_cv_header_jack_jack_h" = "yes"
15283 then
15284 { echo "$as_me:$LINENO: checking for -ljack" >&5
15285 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15286 if test "${ac_cv_lib_soname_jack+set}" = set; then
15287 echo $ECHO_N "(cached) $ECHO_C" >&6
15288 else
15289 ac_check_soname_save_LIBS=$LIBS
15290 LIBS="-ljack $LIBS"
15291 cat >conftest.$ac_ext <<_ACEOF
15292 /* confdefs.h. */
15293 _ACEOF
15294 cat confdefs.h >>conftest.$ac_ext
15295 cat >>conftest.$ac_ext <<_ACEOF
15296 /* end confdefs.h. */
15298 /* Override any GCC internal prototype to avoid an error.
15299 Use char because int might match the return type of a GCC
15300 builtin and then its argument prototype would still apply. */
15301 #ifdef __cplusplus
15302 extern "C"
15303 #endif
15304 char jack_client_new ();
15306 main ()
15308 return jack_client_new ();
15310 return 0;
15312 _ACEOF
15313 rm -f conftest.$ac_objext conftest$ac_exeext
15314 if { (ac_try="$ac_link"
15315 case "(($ac_try" in
15316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15317 *) ac_try_echo=$ac_try;;
15318 esac
15319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15320 (eval "$ac_link") 2>conftest.er1
15321 ac_status=$?
15322 grep -v '^ *+' conftest.er1 >conftest.err
15323 rm -f conftest.er1
15324 cat conftest.err >&5
15325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15326 (exit $ac_status); } && {
15327 test -z "$ac_c_werror_flag" ||
15328 test ! -s conftest.err
15329 } && test -s conftest$ac_exeext &&
15330 $as_test_x conftest$ac_exeext; then
15331 case "$LIBEXT" in
15332 dll) ;;
15333 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'` ;;
15334 *) 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'` ;;
15335 esac
15336 else
15337 echo "$as_me: failed program was:" >&5
15338 sed 's/^/| /' conftest.$ac_ext >&5
15343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15344 conftest$ac_exeext conftest.$ac_ext
15345 LIBS=$ac_check_soname_save_LIBS
15347 if test "x$ac_cv_lib_soname_jack" = "x"; then
15348 { echo "$as_me:$LINENO: result: not found" >&5
15349 echo "${ECHO_T}not found" >&6; }
15351 else
15352 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15353 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15355 cat >>confdefs.h <<_ACEOF
15356 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15357 _ACEOF
15364 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15365 then
15366 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15367 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15368 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15369 echo $ECHO_N "(cached) $ECHO_C" >&6
15370 else
15371 ac_check_soname_save_LIBS=$LIBS
15372 LIBS="-lfontconfig $LIBS"
15373 cat >conftest.$ac_ext <<_ACEOF
15374 /* confdefs.h. */
15375 _ACEOF
15376 cat confdefs.h >>conftest.$ac_ext
15377 cat >>conftest.$ac_ext <<_ACEOF
15378 /* end confdefs.h. */
15380 /* Override any GCC internal prototype to avoid an error.
15381 Use char because int might match the return type of a GCC
15382 builtin and then its argument prototype would still apply. */
15383 #ifdef __cplusplus
15384 extern "C"
15385 #endif
15386 char FcInit ();
15388 main ()
15390 return FcInit ();
15392 return 0;
15394 _ACEOF
15395 rm -f conftest.$ac_objext conftest$ac_exeext
15396 if { (ac_try="$ac_link"
15397 case "(($ac_try" in
15398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15399 *) ac_try_echo=$ac_try;;
15400 esac
15401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15402 (eval "$ac_link") 2>conftest.er1
15403 ac_status=$?
15404 grep -v '^ *+' conftest.er1 >conftest.err
15405 rm -f conftest.er1
15406 cat conftest.err >&5
15407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15408 (exit $ac_status); } && {
15409 test -z "$ac_c_werror_flag" ||
15410 test ! -s conftest.err
15411 } && test -s conftest$ac_exeext &&
15412 $as_test_x conftest$ac_exeext; then
15413 case "$LIBEXT" in
15414 dll) ;;
15415 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'` ;;
15416 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15417 esac
15418 else
15419 echo "$as_me: failed program was:" >&5
15420 sed 's/^/| /' conftest.$ac_ext >&5
15425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15426 conftest$ac_exeext conftest.$ac_ext
15427 LIBS=$ac_check_soname_save_LIBS
15429 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15430 { echo "$as_me:$LINENO: result: not found" >&5
15431 echo "${ECHO_T}not found" >&6; }
15433 else
15434 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15435 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15437 cat >>confdefs.h <<_ACEOF
15438 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15439 _ACEOF
15444 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15445 then
15446 ac_save_CPPFLAGS="$CPPFLAGS"
15447 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15448 $as_unset ac_cv_header_fontconfig_fontconfig_h
15450 for ac_header in fontconfig/fontconfig.h
15452 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15453 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15454 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15456 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15457 echo $ECHO_N "(cached) $ECHO_C" >&6
15459 ac_res=`eval echo '${'$as_ac_Header'}'`
15460 { echo "$as_me:$LINENO: result: $ac_res" >&5
15461 echo "${ECHO_T}$ac_res" >&6; }
15462 else
15463 # Is the header compilable?
15464 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15465 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15466 cat >conftest.$ac_ext <<_ACEOF
15467 /* confdefs.h. */
15468 _ACEOF
15469 cat confdefs.h >>conftest.$ac_ext
15470 cat >>conftest.$ac_ext <<_ACEOF
15471 /* end confdefs.h. */
15472 $ac_includes_default
15473 #include <$ac_header>
15474 _ACEOF
15475 rm -f conftest.$ac_objext
15476 if { (ac_try="$ac_compile"
15477 case "(($ac_try" in
15478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15479 *) ac_try_echo=$ac_try;;
15480 esac
15481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15482 (eval "$ac_compile") 2>conftest.er1
15483 ac_status=$?
15484 grep -v '^ *+' conftest.er1 >conftest.err
15485 rm -f conftest.er1
15486 cat conftest.err >&5
15487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15488 (exit $ac_status); } && {
15489 test -z "$ac_c_werror_flag" ||
15490 test ! -s conftest.err
15491 } && test -s conftest.$ac_objext; then
15492 ac_header_compiler=yes
15493 else
15494 echo "$as_me: failed program was:" >&5
15495 sed 's/^/| /' conftest.$ac_ext >&5
15497 ac_header_compiler=no
15500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15501 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15502 echo "${ECHO_T}$ac_header_compiler" >&6; }
15504 # Is the header present?
15505 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15506 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15507 cat >conftest.$ac_ext <<_ACEOF
15508 /* confdefs.h. */
15509 _ACEOF
15510 cat confdefs.h >>conftest.$ac_ext
15511 cat >>conftest.$ac_ext <<_ACEOF
15512 /* end confdefs.h. */
15513 #include <$ac_header>
15514 _ACEOF
15515 if { (ac_try="$ac_cpp conftest.$ac_ext"
15516 case "(($ac_try" in
15517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15518 *) ac_try_echo=$ac_try;;
15519 esac
15520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15521 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15522 ac_status=$?
15523 grep -v '^ *+' conftest.er1 >conftest.err
15524 rm -f conftest.er1
15525 cat conftest.err >&5
15526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15527 (exit $ac_status); } >/dev/null && {
15528 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15529 test ! -s conftest.err
15530 }; then
15531 ac_header_preproc=yes
15532 else
15533 echo "$as_me: failed program was:" >&5
15534 sed 's/^/| /' conftest.$ac_ext >&5
15536 ac_header_preproc=no
15539 rm -f conftest.err conftest.$ac_ext
15540 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15541 echo "${ECHO_T}$ac_header_preproc" >&6; }
15543 # So? What about this header?
15544 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15545 yes:no: )
15546 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15547 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15549 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15550 ac_header_preproc=yes
15552 no:yes:* )
15553 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15554 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15555 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15556 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15557 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15558 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15559 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15560 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15561 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15562 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15563 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15564 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15565 ( cat <<\_ASBOX
15566 ## ------------------------------------ ##
15567 ## Report this to wine-devel@winehq.org ##
15568 ## ------------------------------------ ##
15569 _ASBOX
15570 ) | sed "s/^/$as_me: WARNING: /" >&2
15572 esac
15573 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15574 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15575 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15576 echo $ECHO_N "(cached) $ECHO_C" >&6
15577 else
15578 eval "$as_ac_Header=\$ac_header_preproc"
15580 ac_res=`eval echo '${'$as_ac_Header'}'`
15581 { echo "$as_me:$LINENO: result: $ac_res" >&5
15582 echo "${ECHO_T}$ac_res" >&6; }
15585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15586 cat >>confdefs.h <<_ACEOF
15587 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15588 _ACEOF
15592 done
15594 CPPFLAGS="$ac_save_CPPFLAGS"
15595 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15596 then
15597 FONTCONFIGINCL="$X_CFLAGS"
15599 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15600 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15601 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15602 echo $ECHO_N "(cached) $ECHO_C" >&6
15603 else
15604 ac_check_soname_save_LIBS=$LIBS
15605 LIBS="-lfontconfig $X_LIBS $LIBS"
15606 cat >conftest.$ac_ext <<_ACEOF
15607 /* confdefs.h. */
15608 _ACEOF
15609 cat confdefs.h >>conftest.$ac_ext
15610 cat >>conftest.$ac_ext <<_ACEOF
15611 /* end confdefs.h. */
15613 /* Override any GCC internal prototype to avoid an error.
15614 Use char because int might match the return type of a GCC
15615 builtin and then its argument prototype would still apply. */
15616 #ifdef __cplusplus
15617 extern "C"
15618 #endif
15619 char FcInit ();
15621 main ()
15623 return FcInit ();
15625 return 0;
15627 _ACEOF
15628 rm -f conftest.$ac_objext conftest$ac_exeext
15629 if { (ac_try="$ac_link"
15630 case "(($ac_try" in
15631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15632 *) ac_try_echo=$ac_try;;
15633 esac
15634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15635 (eval "$ac_link") 2>conftest.er1
15636 ac_status=$?
15637 grep -v '^ *+' conftest.er1 >conftest.err
15638 rm -f conftest.er1
15639 cat conftest.err >&5
15640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15641 (exit $ac_status); } && {
15642 test -z "$ac_c_werror_flag" ||
15643 test ! -s conftest.err
15644 } && test -s conftest$ac_exeext &&
15645 $as_test_x conftest$ac_exeext; then
15646 case "$LIBEXT" in
15647 dll) ;;
15648 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'` ;;
15649 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15650 esac
15651 else
15652 echo "$as_me: failed program was:" >&5
15653 sed 's/^/| /' conftest.$ac_ext >&5
15658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15659 conftest$ac_exeext conftest.$ac_ext
15660 LIBS=$ac_check_soname_save_LIBS
15662 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15663 { echo "$as_me:$LINENO: result: not found" >&5
15664 echo "${ECHO_T}not found" >&6; }
15666 else
15667 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15668 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15670 cat >>confdefs.h <<_ACEOF
15671 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15672 _ACEOF
15679 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15680 case "x$with_fontconfig" in
15681 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15682 xno) ;;
15683 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15684 This is an error since --with-fontconfig was requested." >&5
15685 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15686 This is an error since --with-fontconfig was requested." >&2;}
15687 { (exit 1); exit 1; }; } ;;
15688 esac
15692 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15693 then
15694 { echo "$as_me:$LINENO: checking for -lssl" >&5
15695 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15696 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15697 echo $ECHO_N "(cached) $ECHO_C" >&6
15698 else
15699 ac_check_soname_save_LIBS=$LIBS
15700 LIBS="-lssl $LIBS"
15701 cat >conftest.$ac_ext <<_ACEOF
15702 /* confdefs.h. */
15703 _ACEOF
15704 cat confdefs.h >>conftest.$ac_ext
15705 cat >>conftest.$ac_ext <<_ACEOF
15706 /* end confdefs.h. */
15708 /* Override any GCC internal prototype to avoid an error.
15709 Use char because int might match the return type of a GCC
15710 builtin and then its argument prototype would still apply. */
15711 #ifdef __cplusplus
15712 extern "C"
15713 #endif
15714 char SSL_library_init ();
15716 main ()
15718 return SSL_library_init ();
15720 return 0;
15722 _ACEOF
15723 rm -f conftest.$ac_objext conftest$ac_exeext
15724 if { (ac_try="$ac_link"
15725 case "(($ac_try" in
15726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15727 *) ac_try_echo=$ac_try;;
15728 esac
15729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15730 (eval "$ac_link") 2>conftest.er1
15731 ac_status=$?
15732 grep -v '^ *+' conftest.er1 >conftest.err
15733 rm -f conftest.er1
15734 cat conftest.err >&5
15735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736 (exit $ac_status); } && {
15737 test -z "$ac_c_werror_flag" ||
15738 test ! -s conftest.err
15739 } && test -s conftest$ac_exeext &&
15740 $as_test_x conftest$ac_exeext; then
15741 case "$LIBEXT" in
15742 dll) ;;
15743 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'` ;;
15744 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15745 esac
15746 else
15747 echo "$as_me: failed program was:" >&5
15748 sed 's/^/| /' conftest.$ac_ext >&5
15753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15754 conftest$ac_exeext conftest.$ac_ext
15755 LIBS=$ac_check_soname_save_LIBS
15757 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15758 { echo "$as_me:$LINENO: result: not found" >&5
15759 echo "${ECHO_T}not found" >&6; }
15761 else
15762 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15763 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15765 cat >>confdefs.h <<_ACEOF
15766 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15767 _ACEOF
15772 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15773 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15774 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15775 echo $ECHO_N "(cached) $ECHO_C" >&6
15776 else
15777 ac_check_soname_save_LIBS=$LIBS
15778 LIBS="-lcrypto $LIBS"
15779 cat >conftest.$ac_ext <<_ACEOF
15780 /* confdefs.h. */
15781 _ACEOF
15782 cat confdefs.h >>conftest.$ac_ext
15783 cat >>conftest.$ac_ext <<_ACEOF
15784 /* end confdefs.h. */
15786 /* Override any GCC internal prototype to avoid an error.
15787 Use char because int might match the return type of a GCC
15788 builtin and then its argument prototype would still apply. */
15789 #ifdef __cplusplus
15790 extern "C"
15791 #endif
15792 char BIO_new_socket ();
15794 main ()
15796 return BIO_new_socket ();
15798 return 0;
15800 _ACEOF
15801 rm -f conftest.$ac_objext conftest$ac_exeext
15802 if { (ac_try="$ac_link"
15803 case "(($ac_try" in
15804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15805 *) ac_try_echo=$ac_try;;
15806 esac
15807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15808 (eval "$ac_link") 2>conftest.er1
15809 ac_status=$?
15810 grep -v '^ *+' conftest.er1 >conftest.err
15811 rm -f conftest.er1
15812 cat conftest.err >&5
15813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); } && {
15815 test -z "$ac_c_werror_flag" ||
15816 test ! -s conftest.err
15817 } && test -s conftest$ac_exeext &&
15818 $as_test_x conftest$ac_exeext; then
15819 case "$LIBEXT" in
15820 dll) ;;
15821 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'` ;;
15822 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15823 esac
15824 else
15825 echo "$as_me: failed program was:" >&5
15826 sed 's/^/| /' conftest.$ac_ext >&5
15831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15832 conftest$ac_exeext conftest.$ac_ext
15833 LIBS=$ac_check_soname_save_LIBS
15835 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15836 { echo "$as_me:$LINENO: result: not found" >&5
15837 echo "${ECHO_T}not found" >&6; }
15839 else
15840 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15841 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15843 cat >>confdefs.h <<_ACEOF
15844 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15845 _ACEOF
15851 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15852 case "x$with_openssl" in
15853 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15854 xno) ;;
15855 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15856 This is an error since --with-openssl was requested." >&5
15857 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15858 This is an error since --with-openssl was requested." >&2;}
15859 { (exit 1); exit 1; }; } ;;
15860 esac
15864 if test "$ac_cv_header_jpeglib_h" = "yes"
15865 then
15866 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15867 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15868 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15869 echo $ECHO_N "(cached) $ECHO_C" >&6
15870 else
15871 ac_check_soname_save_LIBS=$LIBS
15872 LIBS="-ljpeg $LIBS"
15873 cat >conftest.$ac_ext <<_ACEOF
15874 /* confdefs.h. */
15875 _ACEOF
15876 cat confdefs.h >>conftest.$ac_ext
15877 cat >>conftest.$ac_ext <<_ACEOF
15878 /* end confdefs.h. */
15880 /* Override any GCC internal prototype to avoid an error.
15881 Use char because int might match the return type of a GCC
15882 builtin and then its argument prototype would still apply. */
15883 #ifdef __cplusplus
15884 extern "C"
15885 #endif
15886 char jpeg_start_decompress ();
15888 main ()
15890 return jpeg_start_decompress ();
15892 return 0;
15894 _ACEOF
15895 rm -f conftest.$ac_objext conftest$ac_exeext
15896 if { (ac_try="$ac_link"
15897 case "(($ac_try" in
15898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15899 *) ac_try_echo=$ac_try;;
15900 esac
15901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15902 (eval "$ac_link") 2>conftest.er1
15903 ac_status=$?
15904 grep -v '^ *+' conftest.er1 >conftest.err
15905 rm -f conftest.er1
15906 cat conftest.err >&5
15907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); } && {
15909 test -z "$ac_c_werror_flag" ||
15910 test ! -s conftest.err
15911 } && test -s conftest$ac_exeext &&
15912 $as_test_x conftest$ac_exeext; then
15913 case "$LIBEXT" in
15914 dll) ;;
15915 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'` ;;
15916 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15917 esac
15918 else
15919 echo "$as_me: failed program was:" >&5
15920 sed 's/^/| /' conftest.$ac_ext >&5
15925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15926 conftest$ac_exeext conftest.$ac_ext
15927 LIBS=$ac_check_soname_save_LIBS
15929 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15930 { echo "$as_me:$LINENO: result: not found" >&5
15931 echo "${ECHO_T}not found" >&6; }
15933 else
15934 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15935 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15937 cat >>confdefs.h <<_ACEOF
15938 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15939 _ACEOF
15945 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15946 case "x$with_jpeg" in
15947 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15948 xno) ;;
15949 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15950 This is an error since --with-jpeg was requested." >&5
15951 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15952 This is an error since --with-jpeg was requested." >&2;}
15953 { (exit 1); exit 1; }; } ;;
15954 esac
15958 if test "$ac_cv_header_png_h" = "yes"
15959 then
15960 { echo "$as_me:$LINENO: checking for -lpng" >&5
15961 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15962 if test "${ac_cv_lib_soname_png+set}" = set; then
15963 echo $ECHO_N "(cached) $ECHO_C" >&6
15964 else
15965 ac_check_soname_save_LIBS=$LIBS
15966 LIBS="-lpng -lm $LIBS"
15967 cat >conftest.$ac_ext <<_ACEOF
15968 /* confdefs.h. */
15969 _ACEOF
15970 cat confdefs.h >>conftest.$ac_ext
15971 cat >>conftest.$ac_ext <<_ACEOF
15972 /* end confdefs.h. */
15974 /* Override any GCC internal prototype to avoid an error.
15975 Use char because int might match the return type of a GCC
15976 builtin and then its argument prototype would still apply. */
15977 #ifdef __cplusplus
15978 extern "C"
15979 #endif
15980 char png_create_read_struct ();
15982 main ()
15984 return png_create_read_struct ();
15986 return 0;
15988 _ACEOF
15989 rm -f conftest.$ac_objext conftest$ac_exeext
15990 if { (ac_try="$ac_link"
15991 case "(($ac_try" in
15992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15993 *) ac_try_echo=$ac_try;;
15994 esac
15995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15996 (eval "$ac_link") 2>conftest.er1
15997 ac_status=$?
15998 grep -v '^ *+' conftest.er1 >conftest.err
15999 rm -f conftest.er1
16000 cat conftest.err >&5
16001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16002 (exit $ac_status); } && {
16003 test -z "$ac_c_werror_flag" ||
16004 test ! -s conftest.err
16005 } && test -s conftest$ac_exeext &&
16006 $as_test_x conftest$ac_exeext; then
16007 case "$LIBEXT" in
16008 dll) ;;
16009 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'` ;;
16010 *) 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'` ;;
16011 esac
16012 else
16013 echo "$as_me: failed program was:" >&5
16014 sed 's/^/| /' conftest.$ac_ext >&5
16019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16020 conftest$ac_exeext conftest.$ac_ext
16021 LIBS=$ac_check_soname_save_LIBS
16023 if test "x$ac_cv_lib_soname_png" = "x"; then
16024 { echo "$as_me:$LINENO: result: not found" >&5
16025 echo "${ECHO_T}not found" >&6; }
16027 else
16028 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16029 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16031 cat >>confdefs.h <<_ACEOF
16032 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16033 _ACEOF
16039 if test "x$ac_cv_lib_soname_png" = "x"; then
16040 case "x$with_png" in
16041 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16042 xno) ;;
16043 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16044 This is an error since --with-png was requested." >&5
16045 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16046 This is an error since --with-png was requested." >&2;}
16047 { (exit 1); exit 1; }; } ;;
16048 esac
16052 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16053 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16054 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16055 echo $ECHO_N "(cached) $ECHO_C" >&6
16056 else
16057 ac_check_soname_save_LIBS=$LIBS
16058 LIBS="-lodbc $LIBS"
16059 cat >conftest.$ac_ext <<_ACEOF
16060 /* confdefs.h. */
16061 _ACEOF
16062 cat confdefs.h >>conftest.$ac_ext
16063 cat >>conftest.$ac_ext <<_ACEOF
16064 /* end confdefs.h. */
16066 /* Override any GCC internal prototype to avoid an error.
16067 Use char because int might match the return type of a GCC
16068 builtin and then its argument prototype would still apply. */
16069 #ifdef __cplusplus
16070 extern "C"
16071 #endif
16072 char SQLConnect ();
16074 main ()
16076 return SQLConnect ();
16078 return 0;
16080 _ACEOF
16081 rm -f conftest.$ac_objext conftest$ac_exeext
16082 if { (ac_try="$ac_link"
16083 case "(($ac_try" in
16084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16085 *) ac_try_echo=$ac_try;;
16086 esac
16087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16088 (eval "$ac_link") 2>conftest.er1
16089 ac_status=$?
16090 grep -v '^ *+' conftest.er1 >conftest.err
16091 rm -f conftest.er1
16092 cat conftest.err >&5
16093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16094 (exit $ac_status); } && {
16095 test -z "$ac_c_werror_flag" ||
16096 test ! -s conftest.err
16097 } && test -s conftest$ac_exeext &&
16098 $as_test_x conftest$ac_exeext; then
16099 case "$LIBEXT" in
16100 dll) ;;
16101 dylib) ac_cv_lib_soname_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'` ;;
16102 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16103 esac
16104 else
16105 echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16112 conftest$ac_exeext conftest.$ac_ext
16113 LIBS=$ac_check_soname_save_LIBS
16115 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16116 { echo "$as_me:$LINENO: result: not found" >&5
16117 echo "${ECHO_T}not found" >&6; }
16118 cat >>confdefs.h <<_ACEOF
16119 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16120 _ACEOF
16122 else
16123 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16124 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16126 cat >>confdefs.h <<_ACEOF
16127 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16128 _ACEOF
16134 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16135 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16136 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16137 "$ac_cv_header_soundcard_h" != "yes" -a \
16138 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16139 then
16140 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16144 EXTRACFLAGS=""
16146 if test "x${GCC}" = "xyes"
16147 then
16148 EXTRACFLAGS="-Wall -pipe"
16150 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16151 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16152 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16153 echo $ECHO_N "(cached) $ECHO_C" >&6
16154 else
16155 if test "$cross_compiling" = yes; then
16156 ac_cv_c_gcc_strength_bug="yes"
16157 else
16158 cat >conftest.$ac_ext <<_ACEOF
16159 /* confdefs.h. */
16160 _ACEOF
16161 cat confdefs.h >>conftest.$ac_ext
16162 cat >>conftest.$ac_ext <<_ACEOF
16163 /* end confdefs.h. */
16164 int L[4] = {0,1,2,3};
16166 main ()
16168 static int Array[3];
16169 unsigned int B = 3;
16170 int i;
16171 for(i=0; i<B; i++) Array[i] = i - 3;
16172 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16173 L[i] = 4;
16174 exit( Array[1] != -2 || L[2] != 3)
16176 return 0;
16178 _ACEOF
16179 rm -f conftest$ac_exeext
16180 if { (ac_try="$ac_link"
16181 case "(($ac_try" in
16182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16183 *) ac_try_echo=$ac_try;;
16184 esac
16185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16186 (eval "$ac_link") 2>&5
16187 ac_status=$?
16188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16189 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16190 { (case "(($ac_try" in
16191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16192 *) ac_try_echo=$ac_try;;
16193 esac
16194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16195 (eval "$ac_try") 2>&5
16196 ac_status=$?
16197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16198 (exit $ac_status); }; }; then
16199 ac_cv_c_gcc_strength_bug="no"
16200 else
16201 echo "$as_me: program exited with status $ac_status" >&5
16202 echo "$as_me: failed program was:" >&5
16203 sed 's/^/| /' conftest.$ac_ext >&5
16205 ( exit $ac_status )
16206 ac_cv_c_gcc_strength_bug="yes"
16208 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16213 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16214 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16215 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16216 then
16217 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16221 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16222 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16223 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16224 echo $ECHO_N "(cached) $ECHO_C" >&6
16225 else
16226 ac_wine_try_cflags_saved=$CFLAGS
16227 CFLAGS="$CFLAGS -fshort-wchar"
16228 cat >conftest.$ac_ext <<_ACEOF
16229 /* confdefs.h. */
16230 _ACEOF
16231 cat confdefs.h >>conftest.$ac_ext
16232 cat >>conftest.$ac_ext <<_ACEOF
16233 /* end confdefs.h. */
16236 main ()
16240 return 0;
16242 _ACEOF
16243 rm -f conftest.$ac_objext conftest$ac_exeext
16244 if { (ac_try="$ac_link"
16245 case "(($ac_try" in
16246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16247 *) ac_try_echo=$ac_try;;
16248 esac
16249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16250 (eval "$ac_link") 2>conftest.er1
16251 ac_status=$?
16252 grep -v '^ *+' conftest.er1 >conftest.err
16253 rm -f conftest.er1
16254 cat conftest.err >&5
16255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16256 (exit $ac_status); } && {
16257 test -z "$ac_c_werror_flag" ||
16258 test ! -s conftest.err
16259 } && test -s conftest$ac_exeext &&
16260 $as_test_x conftest$ac_exeext; then
16261 ac_cv_cflags__fshort_wchar=yes
16262 else
16263 echo "$as_me: failed program was:" >&5
16264 sed 's/^/| /' conftest.$ac_ext >&5
16266 ac_cv_cflags__fshort_wchar=no
16269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16270 conftest$ac_exeext conftest.$ac_ext
16271 CFLAGS=$ac_wine_try_cflags_saved
16273 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16274 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16275 if test $ac_cv_cflags__fshort_wchar = yes; then
16277 cat >>confdefs.h <<\_ACEOF
16278 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16279 _ACEOF
16283 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16284 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16285 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16286 echo $ECHO_N "(cached) $ECHO_C" >&6
16287 else
16288 ac_wine_try_cflags_saved=$CFLAGS
16289 CFLAGS="$CFLAGS -fno-strict-aliasing"
16290 cat >conftest.$ac_ext <<_ACEOF
16291 /* confdefs.h. */
16292 _ACEOF
16293 cat confdefs.h >>conftest.$ac_ext
16294 cat >>conftest.$ac_ext <<_ACEOF
16295 /* end confdefs.h. */
16298 main ()
16302 return 0;
16304 _ACEOF
16305 rm -f conftest.$ac_objext conftest$ac_exeext
16306 if { (ac_try="$ac_link"
16307 case "(($ac_try" in
16308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16309 *) ac_try_echo=$ac_try;;
16310 esac
16311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16312 (eval "$ac_link") 2>conftest.er1
16313 ac_status=$?
16314 grep -v '^ *+' conftest.er1 >conftest.err
16315 rm -f conftest.er1
16316 cat conftest.err >&5
16317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16318 (exit $ac_status); } && {
16319 test -z "$ac_c_werror_flag" ||
16320 test ! -s conftest.err
16321 } && test -s conftest$ac_exeext &&
16322 $as_test_x conftest$ac_exeext; then
16323 ac_cv_cflags__fno_strict_aliasing=yes
16324 else
16325 echo "$as_me: failed program was:" >&5
16326 sed 's/^/| /' conftest.$ac_ext >&5
16328 ac_cv_cflags__fno_strict_aliasing=no
16331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16332 conftest$ac_exeext conftest.$ac_ext
16333 CFLAGS=$ac_wine_try_cflags_saved
16335 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16336 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16337 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16338 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16341 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16342 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16343 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16344 echo $ECHO_N "(cached) $ECHO_C" >&6
16345 else
16346 ac_wine_try_cflags_saved=$CFLAGS
16347 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16348 cat >conftest.$ac_ext <<_ACEOF
16349 /* confdefs.h. */
16350 _ACEOF
16351 cat confdefs.h >>conftest.$ac_ext
16352 cat >>conftest.$ac_ext <<_ACEOF
16353 /* end confdefs.h. */
16356 main ()
16360 return 0;
16362 _ACEOF
16363 rm -f conftest.$ac_objext conftest$ac_exeext
16364 if { (ac_try="$ac_link"
16365 case "(($ac_try" in
16366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16367 *) ac_try_echo=$ac_try;;
16368 esac
16369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16370 (eval "$ac_link") 2>conftest.er1
16371 ac_status=$?
16372 grep -v '^ *+' conftest.er1 >conftest.err
16373 rm -f conftest.er1
16374 cat conftest.err >&5
16375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16376 (exit $ac_status); } && {
16377 test -z "$ac_c_werror_flag" ||
16378 test ! -s conftest.err
16379 } && test -s conftest$ac_exeext &&
16380 $as_test_x conftest$ac_exeext; then
16381 ac_cv_cflags__Wdeclaration_after_statement=yes
16382 else
16383 echo "$as_me: failed program was:" >&5
16384 sed 's/^/| /' conftest.$ac_ext >&5
16386 ac_cv_cflags__Wdeclaration_after_statement=no
16389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16390 conftest$ac_exeext conftest.$ac_ext
16391 CFLAGS=$ac_wine_try_cflags_saved
16393 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16394 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16395 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16396 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16399 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16400 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16401 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16402 echo $ECHO_N "(cached) $ECHO_C" >&6
16403 else
16404 ac_wine_try_cflags_saved=$CFLAGS
16405 CFLAGS="$CFLAGS -Wwrite-strings"
16406 cat >conftest.$ac_ext <<_ACEOF
16407 /* confdefs.h. */
16408 _ACEOF
16409 cat confdefs.h >>conftest.$ac_ext
16410 cat >>conftest.$ac_ext <<_ACEOF
16411 /* end confdefs.h. */
16414 main ()
16418 return 0;
16420 _ACEOF
16421 rm -f conftest.$ac_objext conftest$ac_exeext
16422 if { (ac_try="$ac_link"
16423 case "(($ac_try" in
16424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16425 *) ac_try_echo=$ac_try;;
16426 esac
16427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16428 (eval "$ac_link") 2>conftest.er1
16429 ac_status=$?
16430 grep -v '^ *+' conftest.er1 >conftest.err
16431 rm -f conftest.er1
16432 cat conftest.err >&5
16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434 (exit $ac_status); } && {
16435 test -z "$ac_c_werror_flag" ||
16436 test ! -s conftest.err
16437 } && test -s conftest$ac_exeext &&
16438 $as_test_x conftest$ac_exeext; then
16439 ac_cv_cflags__Wwrite_strings=yes
16440 else
16441 echo "$as_me: failed program was:" >&5
16442 sed 's/^/| /' conftest.$ac_ext >&5
16444 ac_cv_cflags__Wwrite_strings=no
16447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16448 conftest$ac_exeext conftest.$ac_ext
16449 CFLAGS=$ac_wine_try_cflags_saved
16451 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16452 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16453 if test $ac_cv_cflags__Wwrite_strings = yes; then
16454 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16457 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16458 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16459 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16460 echo $ECHO_N "(cached) $ECHO_C" >&6
16461 else
16462 ac_wine_try_cflags_saved=$CFLAGS
16463 CFLAGS="$CFLAGS -Wtype-limits"
16464 cat >conftest.$ac_ext <<_ACEOF
16465 /* confdefs.h. */
16466 _ACEOF
16467 cat confdefs.h >>conftest.$ac_ext
16468 cat >>conftest.$ac_ext <<_ACEOF
16469 /* end confdefs.h. */
16472 main ()
16476 return 0;
16478 _ACEOF
16479 rm -f conftest.$ac_objext conftest$ac_exeext
16480 if { (ac_try="$ac_link"
16481 case "(($ac_try" in
16482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16483 *) ac_try_echo=$ac_try;;
16484 esac
16485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16486 (eval "$ac_link") 2>conftest.er1
16487 ac_status=$?
16488 grep -v '^ *+' conftest.er1 >conftest.err
16489 rm -f conftest.er1
16490 cat conftest.err >&5
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && {
16493 test -z "$ac_c_werror_flag" ||
16494 test ! -s conftest.err
16495 } && test -s conftest$ac_exeext &&
16496 $as_test_x conftest$ac_exeext; then
16497 ac_cv_cflags__Wtype_limits=yes
16498 else
16499 echo "$as_me: failed program was:" >&5
16500 sed 's/^/| /' conftest.$ac_ext >&5
16502 ac_cv_cflags__Wtype_limits=no
16505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16506 conftest$ac_exeext conftest.$ac_ext
16507 CFLAGS=$ac_wine_try_cflags_saved
16509 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16510 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16511 if test $ac_cv_cflags__Wtype_limits = yes; then
16512 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16516 saved_CFLAGS="$CFLAGS"
16517 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16518 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16519 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16520 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16521 echo $ECHO_N "(cached) $ECHO_C" >&6
16522 else
16523 cat >conftest.$ac_ext <<_ACEOF
16524 /* confdefs.h. */
16525 _ACEOF
16526 cat confdefs.h >>conftest.$ac_ext
16527 cat >>conftest.$ac_ext <<_ACEOF
16528 /* end confdefs.h. */
16529 #include <string.h>
16531 main ()
16535 return 0;
16537 _ACEOF
16538 rm -f conftest.$ac_objext
16539 if { (ac_try="$ac_compile"
16540 case "(($ac_try" in
16541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16542 *) ac_try_echo=$ac_try;;
16543 esac
16544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16545 (eval "$ac_compile") 2>conftest.er1
16546 ac_status=$?
16547 grep -v '^ *+' conftest.er1 >conftest.err
16548 rm -f conftest.er1
16549 cat conftest.err >&5
16550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16551 (exit $ac_status); } && {
16552 test -z "$ac_c_werror_flag" ||
16553 test ! -s conftest.err
16554 } && test -s conftest.$ac_objext; then
16555 ac_cv_c_string_h_warnings=no
16556 else
16557 echo "$as_me: failed program was:" >&5
16558 sed 's/^/| /' conftest.$ac_ext >&5
16560 ac_cv_c_string_h_warnings=yes
16563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16565 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16566 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16567 CFLAGS="$saved_CFLAGS"
16568 if test "$ac_cv_c_string_h_warnings" = "no"
16569 then
16570 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16573 BUILTINFLAG=""
16575 saved_CFLAGS="$CFLAGS"
16576 CFLAGS="$CFLAGS -Werror"
16577 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16578 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16579 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16580 echo $ECHO_N "(cached) $ECHO_C" >&6
16581 else
16582 cat >conftest.$ac_ext <<_ACEOF
16583 /* confdefs.h. */
16584 _ACEOF
16585 cat confdefs.h >>conftest.$ac_ext
16586 cat >>conftest.$ac_ext <<_ACEOF
16587 /* end confdefs.h. */
16590 main ()
16592 int iswlower(unsigned short);
16594 return 0;
16596 _ACEOF
16597 rm -f conftest.$ac_objext
16598 if { (ac_try="$ac_compile"
16599 case "(($ac_try" in
16600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16601 *) ac_try_echo=$ac_try;;
16602 esac
16603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16604 (eval "$ac_compile") 2>conftest.er1
16605 ac_status=$?
16606 grep -v '^ *+' conftest.er1 >conftest.err
16607 rm -f conftest.er1
16608 cat conftest.err >&5
16609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16610 (exit $ac_status); } && {
16611 test -z "$ac_c_werror_flag" ||
16612 test ! -s conftest.err
16613 } && test -s conftest.$ac_objext; then
16614 ac_cv_c_builtin_wchar_ctype=no
16615 else
16616 echo "$as_me: failed program was:" >&5
16617 sed 's/^/| /' conftest.$ac_ext >&5
16619 ac_cv_c_builtin_wchar_ctype=yes
16622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16624 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16625 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16626 CFLAGS="$saved_CFLAGS"
16627 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16628 then
16629 BUILTINFLAG="-fno-builtin"
16634 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16635 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16636 if test "${ac_cv_asm_func_def+set}" = set; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16638 else
16639 cat >conftest.$ac_ext <<_ACEOF
16640 /* confdefs.h. */
16641 _ACEOF
16642 cat confdefs.h >>conftest.$ac_ext
16643 cat >>conftest.$ac_ext <<_ACEOF
16644 /* end confdefs.h. */
16647 main ()
16649 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16651 return 0;
16653 _ACEOF
16654 rm -f conftest.$ac_objext conftest$ac_exeext
16655 if { (ac_try="$ac_link"
16656 case "(($ac_try" in
16657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16658 *) ac_try_echo=$ac_try;;
16659 esac
16660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16661 (eval "$ac_link") 2>conftest.er1
16662 ac_status=$?
16663 grep -v '^ *+' conftest.er1 >conftest.err
16664 rm -f conftest.er1
16665 cat conftest.err >&5
16666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667 (exit $ac_status); } && {
16668 test -z "$ac_c_werror_flag" ||
16669 test ! -s conftest.err
16670 } && test -s conftest$ac_exeext &&
16671 $as_test_x conftest$ac_exeext; then
16672 ac_cv_asm_func_def=".def"
16673 else
16674 echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.$ac_ext >&5
16677 cat >conftest.$ac_ext <<_ACEOF
16678 /* confdefs.h. */
16679 _ACEOF
16680 cat confdefs.h >>conftest.$ac_ext
16681 cat >>conftest.$ac_ext <<_ACEOF
16682 /* end confdefs.h. */
16685 main ()
16687 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16689 return 0;
16691 _ACEOF
16692 rm -f conftest.$ac_objext conftest$ac_exeext
16693 if { (ac_try="$ac_link"
16694 case "(($ac_try" in
16695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16696 *) ac_try_echo=$ac_try;;
16697 esac
16698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16699 (eval "$ac_link") 2>conftest.er1
16700 ac_status=$?
16701 grep -v '^ *+' conftest.er1 >conftest.err
16702 rm -f conftest.er1
16703 cat conftest.err >&5
16704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16705 (exit $ac_status); } && {
16706 test -z "$ac_c_werror_flag" ||
16707 test ! -s conftest.err
16708 } && test -s conftest$ac_exeext &&
16709 $as_test_x conftest$ac_exeext; then
16710 ac_cv_asm_func_def=".type @function"
16711 else
16712 echo "$as_me: failed program was:" >&5
16713 sed 's/^/| /' conftest.$ac_ext >&5
16715 cat >conftest.$ac_ext <<_ACEOF
16716 /* confdefs.h. */
16717 _ACEOF
16718 cat confdefs.h >>conftest.$ac_ext
16719 cat >>conftest.$ac_ext <<_ACEOF
16720 /* end confdefs.h. */
16723 main ()
16725 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16727 return 0;
16729 _ACEOF
16730 rm -f conftest.$ac_objext conftest$ac_exeext
16731 if { (ac_try="$ac_link"
16732 case "(($ac_try" in
16733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16734 *) ac_try_echo=$ac_try;;
16735 esac
16736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16737 (eval "$ac_link") 2>conftest.er1
16738 ac_status=$?
16739 grep -v '^ *+' conftest.er1 >conftest.err
16740 rm -f conftest.er1
16741 cat conftest.err >&5
16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743 (exit $ac_status); } && {
16744 test -z "$ac_c_werror_flag" ||
16745 test ! -s conftest.err
16746 } && test -s conftest$ac_exeext &&
16747 $as_test_x conftest$ac_exeext; then
16748 ac_cv_asm_func_def=".type 2"
16749 else
16750 echo "$as_me: failed program was:" >&5
16751 sed 's/^/| /' conftest.$ac_ext >&5
16753 ac_cv_asm_func_def="unknown"
16756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16757 conftest$ac_exeext conftest.$ac_ext
16760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16761 conftest$ac_exeext conftest.$ac_ext
16764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16765 conftest$ac_exeext conftest.$ac_ext
16767 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16768 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16772 case "$ac_cv_asm_func_def" in
16773 ".def")
16774 cat >>confdefs.h <<\_ACEOF
16775 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16776 _ACEOF
16778 ".type @function")
16779 cat >>confdefs.h <<\_ACEOF
16780 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16781 _ACEOF
16783 ".type 2")
16784 cat >>confdefs.h <<\_ACEOF
16785 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16786 _ACEOF
16789 cat >>confdefs.h <<\_ACEOF
16790 #define __ASM_FUNC(name) ""
16791 _ACEOF
16793 esac
16796 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16797 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16798 if test "${ac_cv_c_extern_prefix+set}" = set; then
16799 echo $ECHO_N "(cached) $ECHO_C" >&6
16800 else
16801 cat >conftest.$ac_ext <<_ACEOF
16802 /* confdefs.h. */
16803 _ACEOF
16804 cat confdefs.h >>conftest.$ac_ext
16805 cat >>conftest.$ac_ext <<_ACEOF
16806 /* end confdefs.h. */
16807 extern int ac_test;
16809 main ()
16811 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16813 return 0;
16815 _ACEOF
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16820 *) ac_try_echo=$ac_try;;
16821 esac
16822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16823 (eval "$ac_link") 2>conftest.er1
16824 ac_status=$?
16825 grep -v '^ *+' conftest.er1 >conftest.err
16826 rm -f conftest.er1
16827 cat conftest.err >&5
16828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16829 (exit $ac_status); } && {
16830 test -z "$ac_c_werror_flag" ||
16831 test ! -s conftest.err
16832 } && test -s conftest$ac_exeext &&
16833 $as_test_x conftest$ac_exeext; then
16834 ac_cv_c_extern_prefix="yes"
16835 else
16836 echo "$as_me: failed program was:" >&5
16837 sed 's/^/| /' conftest.$ac_ext >&5
16839 ac_cv_c_extern_prefix="no"
16842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16843 conftest$ac_exeext conftest.$ac_ext
16845 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16846 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16850 if test "$ac_cv_c_extern_prefix" = "yes"
16851 then
16852 cat >>confdefs.h <<\_ACEOF
16853 #define __ASM_NAME(name) "_" name
16854 _ACEOF
16856 else
16857 cat >>confdefs.h <<\_ACEOF
16858 #define __ASM_NAME(name) name
16859 _ACEOF
16864 LDPATH=""
16866 case $build_os in
16867 cygwin*|mingw32*)
16868 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16870 darwin*|macosx*)
16872 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16873 then
16874 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16878 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16880 esac
16882 case $host_os in
16883 mingw32*)
16884 CRTLIBS="-lmsvcrt"
16886 SOCKETLIBS="-lws2_32"
16889 esac
16891 MAIN_BINARY="wine-pthread"
16892 case $host_cpu in
16893 *i[3456789]86*)
16894 case $host_os in
16895 linux* | k*bsd*-gnu)
16896 MAIN_BINARY="wine-glibc"
16898 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16900 freebsd*)
16901 MAIN_BINARY="wine-freebsd"
16903 EXTRA_BINARIES="wine-pthread"
16905 esac
16907 esac
16979 for ac_func in \
16980 _pclose \
16981 _popen \
16982 _snprintf \
16983 _spawnvp \
16984 _strdup \
16985 _stricmp \
16986 _strnicmp \
16987 _strtoi64 \
16988 _strtoui64 \
16989 _vsnprintf \
16990 asctime_r \
16991 chsize \
16992 clone \
16993 dlopen \
16994 epoll_create \
16995 ffs \
16996 finite \
16997 fork \
16998 fpclass \
16999 fstatfs \
17000 fstatvfs \
17001 ftruncate \
17002 futimes \
17003 futimesat \
17004 getdirentries \
17005 getopt_long \
17006 getpagesize \
17007 getpwuid \
17008 gettid \
17009 gettimeofday \
17010 getuid \
17011 inet_pton \
17012 kqueue \
17013 lstat \
17014 memmove \
17015 mmap \
17016 pclose \
17017 poll \
17018 popen \
17019 prctl \
17020 pread \
17021 pwrite \
17022 readlink \
17023 rfork \
17024 sched_yield \
17025 select \
17026 setproctitle \
17027 setrlimit \
17028 settimeofday \
17029 sigaltstack \
17030 sigprocmask \
17031 snprintf \
17032 spawnvp \
17033 statfs \
17034 statvfs \
17035 strcasecmp \
17036 strdup \
17037 strerror \
17038 strncasecmp \
17039 strtold \
17040 strtoll \
17041 strtoull \
17042 tcgetattr \
17043 thr_kill2 \
17044 timegm \
17045 usleep \
17046 vsnprintf \
17047 wait4 \
17048 waitpid \
17051 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17052 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17053 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17054 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17055 echo $ECHO_N "(cached) $ECHO_C" >&6
17056 else
17057 cat >conftest.$ac_ext <<_ACEOF
17058 /* confdefs.h. */
17059 _ACEOF
17060 cat confdefs.h >>conftest.$ac_ext
17061 cat >>conftest.$ac_ext <<_ACEOF
17062 /* end confdefs.h. */
17063 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17064 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17065 #define $ac_func innocuous_$ac_func
17067 /* System header to define __stub macros and hopefully few prototypes,
17068 which can conflict with char $ac_func (); below.
17069 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17070 <limits.h> exists even on freestanding compilers. */
17072 #ifdef __STDC__
17073 # include <limits.h>
17074 #else
17075 # include <assert.h>
17076 #endif
17078 #undef $ac_func
17080 /* Override any GCC internal prototype to avoid an error.
17081 Use char because int might match the return type of a GCC
17082 builtin and then its argument prototype would still apply. */
17083 #ifdef __cplusplus
17084 extern "C"
17085 #endif
17086 char $ac_func ();
17087 /* The GNU C library defines this for functions which it implements
17088 to always fail with ENOSYS. Some functions are actually named
17089 something starting with __ and the normal name is an alias. */
17090 #if defined __stub_$ac_func || defined __stub___$ac_func
17091 choke me
17092 #endif
17095 main ()
17097 return $ac_func ();
17099 return 0;
17101 _ACEOF
17102 rm -f conftest.$ac_objext conftest$ac_exeext
17103 if { (ac_try="$ac_link"
17104 case "(($ac_try" in
17105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17106 *) ac_try_echo=$ac_try;;
17107 esac
17108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17109 (eval "$ac_link") 2>conftest.er1
17110 ac_status=$?
17111 grep -v '^ *+' conftest.er1 >conftest.err
17112 rm -f conftest.er1
17113 cat conftest.err >&5
17114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17115 (exit $ac_status); } && {
17116 test -z "$ac_c_werror_flag" ||
17117 test ! -s conftest.err
17118 } && test -s conftest$ac_exeext &&
17119 $as_test_x conftest$ac_exeext; then
17120 eval "$as_ac_var=yes"
17121 else
17122 echo "$as_me: failed program was:" >&5
17123 sed 's/^/| /' conftest.$ac_ext >&5
17125 eval "$as_ac_var=no"
17128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17129 conftest$ac_exeext conftest.$ac_ext
17131 ac_res=`eval echo '${'$as_ac_var'}'`
17132 { echo "$as_me:$LINENO: result: $ac_res" >&5
17133 echo "${ECHO_T}$ac_res" >&6; }
17134 if test `eval echo '${'$as_ac_var'}'` = yes; then
17135 cat >>confdefs.h <<_ACEOF
17136 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17137 _ACEOF
17140 done
17143 if test "$ac_cv_func_dlopen" = no
17144 then
17145 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17146 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17147 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17148 echo $ECHO_N "(cached) $ECHO_C" >&6
17149 else
17150 ac_check_lib_save_LIBS=$LIBS
17151 LIBS="-ldl $LIBS"
17152 cat >conftest.$ac_ext <<_ACEOF
17153 /* confdefs.h. */
17154 _ACEOF
17155 cat confdefs.h >>conftest.$ac_ext
17156 cat >>conftest.$ac_ext <<_ACEOF
17157 /* end confdefs.h. */
17159 /* Override any GCC internal prototype to avoid an error.
17160 Use char because int might match the return type of a GCC
17161 builtin and then its argument prototype would still apply. */
17162 #ifdef __cplusplus
17163 extern "C"
17164 #endif
17165 char dlopen ();
17167 main ()
17169 return dlopen ();
17171 return 0;
17173 _ACEOF
17174 rm -f conftest.$ac_objext conftest$ac_exeext
17175 if { (ac_try="$ac_link"
17176 case "(($ac_try" in
17177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17178 *) ac_try_echo=$ac_try;;
17179 esac
17180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17181 (eval "$ac_link") 2>conftest.er1
17182 ac_status=$?
17183 grep -v '^ *+' conftest.er1 >conftest.err
17184 rm -f conftest.er1
17185 cat conftest.err >&5
17186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17187 (exit $ac_status); } && {
17188 test -z "$ac_c_werror_flag" ||
17189 test ! -s conftest.err
17190 } && test -s conftest$ac_exeext &&
17191 $as_test_x conftest$ac_exeext; then
17192 ac_cv_lib_dl_dlopen=yes
17193 else
17194 echo "$as_me: failed program was:" >&5
17195 sed 's/^/| /' conftest.$ac_ext >&5
17197 ac_cv_lib_dl_dlopen=no
17200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17201 conftest$ac_exeext conftest.$ac_ext
17202 LIBS=$ac_check_lib_save_LIBS
17204 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17205 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17206 if test $ac_cv_lib_dl_dlopen = yes; then
17207 cat >>confdefs.h <<\_ACEOF
17208 #define HAVE_DLOPEN 1
17209 _ACEOF
17210 LIBDL="-ldl"
17215 ac_wine_check_funcs_save_LIBS="$LIBS"
17216 LIBS="$LIBS $LIBDL"
17218 for ac_func in dladdr
17220 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17221 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17222 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17223 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17224 echo $ECHO_N "(cached) $ECHO_C" >&6
17225 else
17226 cat >conftest.$ac_ext <<_ACEOF
17227 /* confdefs.h. */
17228 _ACEOF
17229 cat confdefs.h >>conftest.$ac_ext
17230 cat >>conftest.$ac_ext <<_ACEOF
17231 /* end confdefs.h. */
17232 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17233 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17234 #define $ac_func innocuous_$ac_func
17236 /* System header to define __stub macros and hopefully few prototypes,
17237 which can conflict with char $ac_func (); below.
17238 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17239 <limits.h> exists even on freestanding compilers. */
17241 #ifdef __STDC__
17242 # include <limits.h>
17243 #else
17244 # include <assert.h>
17245 #endif
17247 #undef $ac_func
17249 /* Override any GCC internal prototype to avoid an error.
17250 Use char because int might match the return type of a GCC
17251 builtin and then its argument prototype would still apply. */
17252 #ifdef __cplusplus
17253 extern "C"
17254 #endif
17255 char $ac_func ();
17256 /* The GNU C library defines this for functions which it implements
17257 to always fail with ENOSYS. Some functions are actually named
17258 something starting with __ and the normal name is an alias. */
17259 #if defined __stub_$ac_func || defined __stub___$ac_func
17260 choke me
17261 #endif
17264 main ()
17266 return $ac_func ();
17268 return 0;
17270 _ACEOF
17271 rm -f conftest.$ac_objext conftest$ac_exeext
17272 if { (ac_try="$ac_link"
17273 case "(($ac_try" in
17274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17275 *) ac_try_echo=$ac_try;;
17276 esac
17277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17278 (eval "$ac_link") 2>conftest.er1
17279 ac_status=$?
17280 grep -v '^ *+' conftest.er1 >conftest.err
17281 rm -f conftest.er1
17282 cat conftest.err >&5
17283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17284 (exit $ac_status); } && {
17285 test -z "$ac_c_werror_flag" ||
17286 test ! -s conftest.err
17287 } && test -s conftest$ac_exeext &&
17288 $as_test_x conftest$ac_exeext; then
17289 eval "$as_ac_var=yes"
17290 else
17291 echo "$as_me: failed program was:" >&5
17292 sed 's/^/| /' conftest.$ac_ext >&5
17294 eval "$as_ac_var=no"
17297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17298 conftest$ac_exeext conftest.$ac_ext
17300 ac_res=`eval echo '${'$as_ac_var'}'`
17301 { echo "$as_me:$LINENO: result: $ac_res" >&5
17302 echo "${ECHO_T}$ac_res" >&6; }
17303 if test `eval echo '${'$as_ac_var'}'` = yes; then
17304 cat >>confdefs.h <<_ACEOF
17305 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17306 _ACEOF
17309 done
17311 LIBS="$ac_wine_check_funcs_save_LIBS"
17313 if test "$ac_cv_func_poll" = no
17314 then
17315 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17316 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17317 if test "${ac_cv_lib_poll_poll+set}" = set; then
17318 echo $ECHO_N "(cached) $ECHO_C" >&6
17319 else
17320 ac_check_lib_save_LIBS=$LIBS
17321 LIBS="-lpoll $LIBS"
17322 cat >conftest.$ac_ext <<_ACEOF
17323 /* confdefs.h. */
17324 _ACEOF
17325 cat confdefs.h >>conftest.$ac_ext
17326 cat >>conftest.$ac_ext <<_ACEOF
17327 /* end confdefs.h. */
17329 /* Override any GCC internal prototype to avoid an error.
17330 Use char because int might match the return type of a GCC
17331 builtin and then its argument prototype would still apply. */
17332 #ifdef __cplusplus
17333 extern "C"
17334 #endif
17335 char poll ();
17337 main ()
17339 return poll ();
17341 return 0;
17343 _ACEOF
17344 rm -f conftest.$ac_objext conftest$ac_exeext
17345 if { (ac_try="$ac_link"
17346 case "(($ac_try" in
17347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17348 *) ac_try_echo=$ac_try;;
17349 esac
17350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17351 (eval "$ac_link") 2>conftest.er1
17352 ac_status=$?
17353 grep -v '^ *+' conftest.er1 >conftest.err
17354 rm -f conftest.er1
17355 cat conftest.err >&5
17356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17357 (exit $ac_status); } && {
17358 test -z "$ac_c_werror_flag" ||
17359 test ! -s conftest.err
17360 } && test -s conftest$ac_exeext &&
17361 $as_test_x conftest$ac_exeext; then
17362 ac_cv_lib_poll_poll=yes
17363 else
17364 echo "$as_me: failed program was:" >&5
17365 sed 's/^/| /' conftest.$ac_ext >&5
17367 ac_cv_lib_poll_poll=no
17370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17371 conftest$ac_exeext conftest.$ac_ext
17372 LIBS=$ac_check_lib_save_LIBS
17374 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17375 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17376 if test $ac_cv_lib_poll_poll = yes; then
17377 cat >>confdefs.h <<\_ACEOF
17378 #define HAVE_POLL 1
17379 _ACEOF
17380 LIBPOLL="-lpoll"
17386 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17387 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17388 if test "${ac_cv_search_gethostbyname+set}" = set; then
17389 echo $ECHO_N "(cached) $ECHO_C" >&6
17390 else
17391 ac_func_search_save_LIBS=$LIBS
17392 cat >conftest.$ac_ext <<_ACEOF
17393 /* confdefs.h. */
17394 _ACEOF
17395 cat confdefs.h >>conftest.$ac_ext
17396 cat >>conftest.$ac_ext <<_ACEOF
17397 /* end confdefs.h. */
17399 /* Override any GCC internal prototype to avoid an error.
17400 Use char because int might match the return type of a GCC
17401 builtin and then its argument prototype would still apply. */
17402 #ifdef __cplusplus
17403 extern "C"
17404 #endif
17405 char gethostbyname ();
17407 main ()
17409 return gethostbyname ();
17411 return 0;
17413 _ACEOF
17414 for ac_lib in '' nsl; do
17415 if test -z "$ac_lib"; then
17416 ac_res="none required"
17417 else
17418 ac_res=-l$ac_lib
17419 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17421 rm -f conftest.$ac_objext conftest$ac_exeext
17422 if { (ac_try="$ac_link"
17423 case "(($ac_try" in
17424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17425 *) ac_try_echo=$ac_try;;
17426 esac
17427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17428 (eval "$ac_link") 2>conftest.er1
17429 ac_status=$?
17430 grep -v '^ *+' conftest.er1 >conftest.err
17431 rm -f conftest.er1
17432 cat conftest.err >&5
17433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17434 (exit $ac_status); } && {
17435 test -z "$ac_c_werror_flag" ||
17436 test ! -s conftest.err
17437 } && test -s conftest$ac_exeext &&
17438 $as_test_x conftest$ac_exeext; then
17439 ac_cv_search_gethostbyname=$ac_res
17440 else
17441 echo "$as_me: failed program was:" >&5
17442 sed 's/^/| /' conftest.$ac_ext >&5
17447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17448 conftest$ac_exeext
17449 if test "${ac_cv_search_gethostbyname+set}" = set; then
17450 break
17452 done
17453 if test "${ac_cv_search_gethostbyname+set}" = set; then
17455 else
17456 ac_cv_search_gethostbyname=no
17458 rm conftest.$ac_ext
17459 LIBS=$ac_func_search_save_LIBS
17461 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17462 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17463 ac_res=$ac_cv_search_gethostbyname
17464 if test "$ac_res" != no; then
17465 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17470 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17471 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17472 if test "${ac_cv_search_connect+set}" = set; then
17473 echo $ECHO_N "(cached) $ECHO_C" >&6
17474 else
17475 ac_func_search_save_LIBS=$LIBS
17476 cat >conftest.$ac_ext <<_ACEOF
17477 /* confdefs.h. */
17478 _ACEOF
17479 cat confdefs.h >>conftest.$ac_ext
17480 cat >>conftest.$ac_ext <<_ACEOF
17481 /* end confdefs.h. */
17483 /* Override any GCC internal prototype to avoid an error.
17484 Use char because int might match the return type of a GCC
17485 builtin and then its argument prototype would still apply. */
17486 #ifdef __cplusplus
17487 extern "C"
17488 #endif
17489 char connect ();
17491 main ()
17493 return connect ();
17495 return 0;
17497 _ACEOF
17498 for ac_lib in '' socket; do
17499 if test -z "$ac_lib"; then
17500 ac_res="none required"
17501 else
17502 ac_res=-l$ac_lib
17503 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17505 rm -f conftest.$ac_objext conftest$ac_exeext
17506 if { (ac_try="$ac_link"
17507 case "(($ac_try" in
17508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17509 *) ac_try_echo=$ac_try;;
17510 esac
17511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17512 (eval "$ac_link") 2>conftest.er1
17513 ac_status=$?
17514 grep -v '^ *+' conftest.er1 >conftest.err
17515 rm -f conftest.er1
17516 cat conftest.err >&5
17517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17518 (exit $ac_status); } && {
17519 test -z "$ac_c_werror_flag" ||
17520 test ! -s conftest.err
17521 } && test -s conftest$ac_exeext &&
17522 $as_test_x conftest$ac_exeext; then
17523 ac_cv_search_connect=$ac_res
17524 else
17525 echo "$as_me: failed program was:" >&5
17526 sed 's/^/| /' conftest.$ac_ext >&5
17531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17532 conftest$ac_exeext
17533 if test "${ac_cv_search_connect+set}" = set; then
17534 break
17536 done
17537 if test "${ac_cv_search_connect+set}" = set; then
17539 else
17540 ac_cv_search_connect=no
17542 rm conftest.$ac_ext
17543 LIBS=$ac_func_search_save_LIBS
17545 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17546 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17547 ac_res=$ac_cv_search_connect
17548 if test "$ac_res" != no; then
17549 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17554 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17555 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17556 if test "${ac_cv_search_inet_aton+set}" = set; then
17557 echo $ECHO_N "(cached) $ECHO_C" >&6
17558 else
17559 ac_func_search_save_LIBS=$LIBS
17560 cat >conftest.$ac_ext <<_ACEOF
17561 /* confdefs.h. */
17562 _ACEOF
17563 cat confdefs.h >>conftest.$ac_ext
17564 cat >>conftest.$ac_ext <<_ACEOF
17565 /* end confdefs.h. */
17567 /* Override any GCC internal prototype to avoid an error.
17568 Use char because int might match the return type of a GCC
17569 builtin and then its argument prototype would still apply. */
17570 #ifdef __cplusplus
17571 extern "C"
17572 #endif
17573 char inet_aton ();
17575 main ()
17577 return inet_aton ();
17579 return 0;
17581 _ACEOF
17582 for ac_lib in '' resolv; do
17583 if test -z "$ac_lib"; then
17584 ac_res="none required"
17585 else
17586 ac_res=-l$ac_lib
17587 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17589 rm -f conftest.$ac_objext conftest$ac_exeext
17590 if { (ac_try="$ac_link"
17591 case "(($ac_try" in
17592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17593 *) ac_try_echo=$ac_try;;
17594 esac
17595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17596 (eval "$ac_link") 2>conftest.er1
17597 ac_status=$?
17598 grep -v '^ *+' conftest.er1 >conftest.err
17599 rm -f conftest.er1
17600 cat conftest.err >&5
17601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17602 (exit $ac_status); } && {
17603 test -z "$ac_c_werror_flag" ||
17604 test ! -s conftest.err
17605 } && test -s conftest$ac_exeext &&
17606 $as_test_x conftest$ac_exeext; then
17607 ac_cv_search_inet_aton=$ac_res
17608 else
17609 echo "$as_me: failed program was:" >&5
17610 sed 's/^/| /' conftest.$ac_ext >&5
17615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17616 conftest$ac_exeext
17617 if test "${ac_cv_search_inet_aton+set}" = set; then
17618 break
17620 done
17621 if test "${ac_cv_search_inet_aton+set}" = set; then
17623 else
17624 ac_cv_search_inet_aton=no
17626 rm conftest.$ac_ext
17627 LIBS=$ac_func_search_save_LIBS
17629 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17630 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17631 ac_res=$ac_cv_search_inet_aton
17632 if test "$ac_res" != no; then
17633 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17646 for ac_func in \
17647 getaddrinfo \
17648 getnameinfo \
17649 getnetbyname \
17650 getprotobyname \
17651 getprotobynumber \
17652 getservbyport \
17653 inet_network \
17654 sendmsg \
17657 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17658 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17659 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17660 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17661 echo $ECHO_N "(cached) $ECHO_C" >&6
17662 else
17663 cat >conftest.$ac_ext <<_ACEOF
17664 /* confdefs.h. */
17665 _ACEOF
17666 cat confdefs.h >>conftest.$ac_ext
17667 cat >>conftest.$ac_ext <<_ACEOF
17668 /* end confdefs.h. */
17669 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17670 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17671 #define $ac_func innocuous_$ac_func
17673 /* System header to define __stub macros and hopefully few prototypes,
17674 which can conflict with char $ac_func (); below.
17675 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17676 <limits.h> exists even on freestanding compilers. */
17678 #ifdef __STDC__
17679 # include <limits.h>
17680 #else
17681 # include <assert.h>
17682 #endif
17684 #undef $ac_func
17686 /* Override any GCC internal prototype to avoid an error.
17687 Use char because int might match the return type of a GCC
17688 builtin and then its argument prototype would still apply. */
17689 #ifdef __cplusplus
17690 extern "C"
17691 #endif
17692 char $ac_func ();
17693 /* The GNU C library defines this for functions which it implements
17694 to always fail with ENOSYS. Some functions are actually named
17695 something starting with __ and the normal name is an alias. */
17696 #if defined __stub_$ac_func || defined __stub___$ac_func
17697 choke me
17698 #endif
17701 main ()
17703 return $ac_func ();
17705 return 0;
17707 _ACEOF
17708 rm -f conftest.$ac_objext conftest$ac_exeext
17709 if { (ac_try="$ac_link"
17710 case "(($ac_try" in
17711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17712 *) ac_try_echo=$ac_try;;
17713 esac
17714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17715 (eval "$ac_link") 2>conftest.er1
17716 ac_status=$?
17717 grep -v '^ *+' conftest.er1 >conftest.err
17718 rm -f conftest.er1
17719 cat conftest.err >&5
17720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17721 (exit $ac_status); } && {
17722 test -z "$ac_c_werror_flag" ||
17723 test ! -s conftest.err
17724 } && test -s conftest$ac_exeext &&
17725 $as_test_x conftest$ac_exeext; then
17726 eval "$as_ac_var=yes"
17727 else
17728 echo "$as_me: failed program was:" >&5
17729 sed 's/^/| /' conftest.$ac_ext >&5
17731 eval "$as_ac_var=no"
17734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17735 conftest$ac_exeext conftest.$ac_ext
17737 ac_res=`eval echo '${'$as_ac_var'}'`
17738 { echo "$as_me:$LINENO: result: $ac_res" >&5
17739 echo "${ECHO_T}$ac_res" >&6; }
17740 if test `eval echo '${'$as_ac_var'}'` = yes; then
17741 cat >>confdefs.h <<_ACEOF
17742 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17743 _ACEOF
17746 done
17749 LDAPLIBS=""
17751 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17752 then
17753 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17754 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17755 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17756 echo $ECHO_N "(cached) $ECHO_C" >&6
17757 else
17758 cat >conftest.$ac_ext <<_ACEOF
17759 /* confdefs.h. */
17760 _ACEOF
17761 cat confdefs.h >>conftest.$ac_ext
17762 cat >>conftest.$ac_ext <<_ACEOF
17763 /* end confdefs.h. */
17764 #include <ldap.h>
17766 typedef LDAPSortKey ac__type_new_;
17768 main ()
17770 if ((ac__type_new_ *) 0)
17771 return 0;
17772 if (sizeof (ac__type_new_))
17773 return 0;
17775 return 0;
17777 _ACEOF
17778 rm -f conftest.$ac_objext
17779 if { (ac_try="$ac_compile"
17780 case "(($ac_try" in
17781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17782 *) ac_try_echo=$ac_try;;
17783 esac
17784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17785 (eval "$ac_compile") 2>conftest.er1
17786 ac_status=$?
17787 grep -v '^ *+' conftest.er1 >conftest.err
17788 rm -f conftest.er1
17789 cat conftest.err >&5
17790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17791 (exit $ac_status); } && {
17792 test -z "$ac_c_werror_flag" ||
17793 test ! -s conftest.err
17794 } && test -s conftest.$ac_objext; then
17795 ac_cv_type_LDAPSortKey=yes
17796 else
17797 echo "$as_me: failed program was:" >&5
17798 sed 's/^/| /' conftest.$ac_ext >&5
17800 ac_cv_type_LDAPSortKey=no
17803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17805 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17806 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17807 if test $ac_cv_type_LDAPSortKey = yes; then
17808 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17809 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17810 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17811 echo $ECHO_N "(cached) $ECHO_C" >&6
17812 else
17813 ac_check_lib_save_LIBS=$LIBS
17814 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17815 cat >conftest.$ac_ext <<_ACEOF
17816 /* confdefs.h. */
17817 _ACEOF
17818 cat confdefs.h >>conftest.$ac_ext
17819 cat >>conftest.$ac_ext <<_ACEOF
17820 /* end confdefs.h. */
17822 /* Override any GCC internal prototype to avoid an error.
17823 Use char because int might match the return type of a GCC
17824 builtin and then its argument prototype would still apply. */
17825 #ifdef __cplusplus
17826 extern "C"
17827 #endif
17828 char ldap_initialize ();
17830 main ()
17832 return ldap_initialize ();
17834 return 0;
17836 _ACEOF
17837 rm -f conftest.$ac_objext conftest$ac_exeext
17838 if { (ac_try="$ac_link"
17839 case "(($ac_try" in
17840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17841 *) ac_try_echo=$ac_try;;
17842 esac
17843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17844 (eval "$ac_link") 2>conftest.er1
17845 ac_status=$?
17846 grep -v '^ *+' conftest.er1 >conftest.err
17847 rm -f conftest.er1
17848 cat conftest.err >&5
17849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17850 (exit $ac_status); } && {
17851 test -z "$ac_c_werror_flag" ||
17852 test ! -s conftest.err
17853 } && test -s conftest$ac_exeext &&
17854 $as_test_x conftest$ac_exeext; then
17855 ac_cv_lib_ldap_r_ldap_initialize=yes
17856 else
17857 echo "$as_me: failed program was:" >&5
17858 sed 's/^/| /' conftest.$ac_ext >&5
17860 ac_cv_lib_ldap_r_ldap_initialize=no
17863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17864 conftest$ac_exeext conftest.$ac_ext
17865 LIBS=$ac_check_lib_save_LIBS
17867 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17868 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17869 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17870 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17871 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17872 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17873 echo $ECHO_N "(cached) $ECHO_C" >&6
17874 else
17875 ac_check_lib_save_LIBS=$LIBS
17876 LIBS="-llber $LIBPTHREAD $LIBS"
17877 cat >conftest.$ac_ext <<_ACEOF
17878 /* confdefs.h. */
17879 _ACEOF
17880 cat confdefs.h >>conftest.$ac_ext
17881 cat >>conftest.$ac_ext <<_ACEOF
17882 /* end confdefs.h. */
17884 /* Override any GCC internal prototype to avoid an error.
17885 Use char because int might match the return type of a GCC
17886 builtin and then its argument prototype would still apply. */
17887 #ifdef __cplusplus
17888 extern "C"
17889 #endif
17890 char ber_init ();
17892 main ()
17894 return ber_init ();
17896 return 0;
17898 _ACEOF
17899 rm -f conftest.$ac_objext conftest$ac_exeext
17900 if { (ac_try="$ac_link"
17901 case "(($ac_try" in
17902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17903 *) ac_try_echo=$ac_try;;
17904 esac
17905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17906 (eval "$ac_link") 2>conftest.er1
17907 ac_status=$?
17908 grep -v '^ *+' conftest.er1 >conftest.err
17909 rm -f conftest.er1
17910 cat conftest.err >&5
17911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17912 (exit $ac_status); } && {
17913 test -z "$ac_c_werror_flag" ||
17914 test ! -s conftest.err
17915 } && test -s conftest$ac_exeext &&
17916 $as_test_x conftest$ac_exeext; then
17917 ac_cv_lib_lber_ber_init=yes
17918 else
17919 echo "$as_me: failed program was:" >&5
17920 sed 's/^/| /' conftest.$ac_ext >&5
17922 ac_cv_lib_lber_ber_init=no
17925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17926 conftest$ac_exeext conftest.$ac_ext
17927 LIBS=$ac_check_lib_save_LIBS
17929 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17930 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17931 if test $ac_cv_lib_lber_ber_init = yes; then
17933 cat >>confdefs.h <<\_ACEOF
17934 #define HAVE_LDAP 1
17935 _ACEOF
17937 LDAPLIBS="-lldap_r -llber"
17944 ac_wine_check_funcs_save_LIBS="$LIBS"
17945 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17954 for ac_func in \
17955 ldap_count_references \
17956 ldap_first_reference \
17957 ldap_next_reference \
17958 ldap_parse_reference \
17959 ldap_parse_sort_control \
17960 ldap_parse_sortresponse_control \
17961 ldap_parse_vlv_control \
17962 ldap_parse_vlvresponse_control
17964 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17965 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17966 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17967 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17968 echo $ECHO_N "(cached) $ECHO_C" >&6
17969 else
17970 cat >conftest.$ac_ext <<_ACEOF
17971 /* confdefs.h. */
17972 _ACEOF
17973 cat confdefs.h >>conftest.$ac_ext
17974 cat >>conftest.$ac_ext <<_ACEOF
17975 /* end confdefs.h. */
17976 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17977 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17978 #define $ac_func innocuous_$ac_func
17980 /* System header to define __stub macros and hopefully few prototypes,
17981 which can conflict with char $ac_func (); below.
17982 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17983 <limits.h> exists even on freestanding compilers. */
17985 #ifdef __STDC__
17986 # include <limits.h>
17987 #else
17988 # include <assert.h>
17989 #endif
17991 #undef $ac_func
17993 /* Override any GCC internal prototype to avoid an error.
17994 Use char because int might match the return type of a GCC
17995 builtin and then its argument prototype would still apply. */
17996 #ifdef __cplusplus
17997 extern "C"
17998 #endif
17999 char $ac_func ();
18000 /* The GNU C library defines this for functions which it implements
18001 to always fail with ENOSYS. Some functions are actually named
18002 something starting with __ and the normal name is an alias. */
18003 #if defined __stub_$ac_func || defined __stub___$ac_func
18004 choke me
18005 #endif
18008 main ()
18010 return $ac_func ();
18012 return 0;
18014 _ACEOF
18015 rm -f conftest.$ac_objext conftest$ac_exeext
18016 if { (ac_try="$ac_link"
18017 case "(($ac_try" in
18018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18019 *) ac_try_echo=$ac_try;;
18020 esac
18021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18022 (eval "$ac_link") 2>conftest.er1
18023 ac_status=$?
18024 grep -v '^ *+' conftest.er1 >conftest.err
18025 rm -f conftest.er1
18026 cat conftest.err >&5
18027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028 (exit $ac_status); } && {
18029 test -z "$ac_c_werror_flag" ||
18030 test ! -s conftest.err
18031 } && test -s conftest$ac_exeext &&
18032 $as_test_x conftest$ac_exeext; then
18033 eval "$as_ac_var=yes"
18034 else
18035 echo "$as_me: failed program was:" >&5
18036 sed 's/^/| /' conftest.$ac_ext >&5
18038 eval "$as_ac_var=no"
18041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18042 conftest$ac_exeext conftest.$ac_ext
18044 ac_res=`eval echo '${'$as_ac_var'}'`
18045 { echo "$as_me:$LINENO: result: $ac_res" >&5
18046 echo "${ECHO_T}$ac_res" >&6; }
18047 if test `eval echo '${'$as_ac_var'}'` = yes; then
18048 cat >>confdefs.h <<_ACEOF
18049 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18050 _ACEOF
18053 done
18055 LIBS="$ac_wine_check_funcs_save_LIBS"
18057 if test "x$LDAPLIBS" = "x"; then
18058 case "x$with_ldap" in
18059 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18060 xno) ;;
18061 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18062 This is an error since --with-ldap was requested." >&5
18063 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18064 This is an error since --with-ldap was requested." >&2;}
18065 { (exit 1); exit 1; }; } ;;
18066 esac
18071 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18072 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18073 if test "${ac_cv_c_const+set}" = set; then
18074 echo $ECHO_N "(cached) $ECHO_C" >&6
18075 else
18076 cat >conftest.$ac_ext <<_ACEOF
18077 /* confdefs.h. */
18078 _ACEOF
18079 cat confdefs.h >>conftest.$ac_ext
18080 cat >>conftest.$ac_ext <<_ACEOF
18081 /* end confdefs.h. */
18084 main ()
18086 /* FIXME: Include the comments suggested by Paul. */
18087 #ifndef __cplusplus
18088 /* Ultrix mips cc rejects this. */
18089 typedef int charset[2];
18090 const charset cs;
18091 /* SunOS 4.1.1 cc rejects this. */
18092 char const *const *pcpcc;
18093 char **ppc;
18094 /* NEC SVR4.0.2 mips cc rejects this. */
18095 struct point {int x, y;};
18096 static struct point const zero = {0,0};
18097 /* AIX XL C 1.02.0.0 rejects this.
18098 It does not let you subtract one const X* pointer from another in
18099 an arm of an if-expression whose if-part is not a constant
18100 expression */
18101 const char *g = "string";
18102 pcpcc = &g + (g ? g-g : 0);
18103 /* HPUX 7.0 cc rejects these. */
18104 ++pcpcc;
18105 ppc = (char**) pcpcc;
18106 pcpcc = (char const *const *) ppc;
18107 { /* SCO 3.2v4 cc rejects this. */
18108 char *t;
18109 char const *s = 0 ? (char *) 0 : (char const *) 0;
18111 *t++ = 0;
18112 if (s) return 0;
18114 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18115 int x[] = {25, 17};
18116 const int *foo = &x[0];
18117 ++foo;
18119 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18120 typedef const int *iptr;
18121 iptr p = 0;
18122 ++p;
18124 { /* AIX XL C 1.02.0.0 rejects this saying
18125 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18126 struct s { int j; const int *ap[3]; };
18127 struct s *b; b->j = 5;
18129 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18130 const int foo = 10;
18131 if (!foo) return 0;
18133 return !cs[0] && !zero.x;
18134 #endif
18137 return 0;
18139 _ACEOF
18140 rm -f conftest.$ac_objext
18141 if { (ac_try="$ac_compile"
18142 case "(($ac_try" in
18143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18144 *) ac_try_echo=$ac_try;;
18145 esac
18146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18147 (eval "$ac_compile") 2>conftest.er1
18148 ac_status=$?
18149 grep -v '^ *+' conftest.er1 >conftest.err
18150 rm -f conftest.er1
18151 cat conftest.err >&5
18152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18153 (exit $ac_status); } && {
18154 test -z "$ac_c_werror_flag" ||
18155 test ! -s conftest.err
18156 } && test -s conftest.$ac_objext; then
18157 ac_cv_c_const=yes
18158 else
18159 echo "$as_me: failed program was:" >&5
18160 sed 's/^/| /' conftest.$ac_ext >&5
18162 ac_cv_c_const=no
18165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18167 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18168 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18169 if test $ac_cv_c_const = no; then
18171 cat >>confdefs.h <<\_ACEOF
18172 #define const
18173 _ACEOF
18177 { echo "$as_me:$LINENO: checking for inline" >&5
18178 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18179 if test "${ac_cv_c_inline+set}" = set; then
18180 echo $ECHO_N "(cached) $ECHO_C" >&6
18181 else
18182 ac_cv_c_inline=no
18183 for ac_kw in inline __inline__ __inline; do
18184 cat >conftest.$ac_ext <<_ACEOF
18185 /* confdefs.h. */
18186 _ACEOF
18187 cat confdefs.h >>conftest.$ac_ext
18188 cat >>conftest.$ac_ext <<_ACEOF
18189 /* end confdefs.h. */
18190 #ifndef __cplusplus
18191 typedef int foo_t;
18192 static $ac_kw foo_t static_foo () {return 0; }
18193 $ac_kw foo_t foo () {return 0; }
18194 #endif
18196 _ACEOF
18197 rm -f conftest.$ac_objext
18198 if { (ac_try="$ac_compile"
18199 case "(($ac_try" in
18200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18201 *) ac_try_echo=$ac_try;;
18202 esac
18203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18204 (eval "$ac_compile") 2>conftest.er1
18205 ac_status=$?
18206 grep -v '^ *+' conftest.er1 >conftest.err
18207 rm -f conftest.er1
18208 cat conftest.err >&5
18209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18210 (exit $ac_status); } && {
18211 test -z "$ac_c_werror_flag" ||
18212 test ! -s conftest.err
18213 } && test -s conftest.$ac_objext; then
18214 ac_cv_c_inline=$ac_kw
18215 else
18216 echo "$as_me: failed program was:" >&5
18217 sed 's/^/| /' conftest.$ac_ext >&5
18222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18223 test "$ac_cv_c_inline" != no && break
18224 done
18227 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18228 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18231 case $ac_cv_c_inline in
18232 inline | yes) ;;
18234 case $ac_cv_c_inline in
18235 no) ac_val=;;
18236 *) ac_val=$ac_cv_c_inline;;
18237 esac
18238 cat >>confdefs.h <<_ACEOF
18239 #ifndef __cplusplus
18240 #define inline $ac_val
18241 #endif
18242 _ACEOF
18244 esac
18246 { echo "$as_me:$LINENO: checking for mode_t" >&5
18247 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18248 if test "${ac_cv_type_mode_t+set}" = set; then
18249 echo $ECHO_N "(cached) $ECHO_C" >&6
18250 else
18251 cat >conftest.$ac_ext <<_ACEOF
18252 /* confdefs.h. */
18253 _ACEOF
18254 cat confdefs.h >>conftest.$ac_ext
18255 cat >>conftest.$ac_ext <<_ACEOF
18256 /* end confdefs.h. */
18257 $ac_includes_default
18258 typedef mode_t ac__type_new_;
18260 main ()
18262 if ((ac__type_new_ *) 0)
18263 return 0;
18264 if (sizeof (ac__type_new_))
18265 return 0;
18267 return 0;
18269 _ACEOF
18270 rm -f conftest.$ac_objext
18271 if { (ac_try="$ac_compile"
18272 case "(($ac_try" in
18273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18274 *) ac_try_echo=$ac_try;;
18275 esac
18276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18277 (eval "$ac_compile") 2>conftest.er1
18278 ac_status=$?
18279 grep -v '^ *+' conftest.er1 >conftest.err
18280 rm -f conftest.er1
18281 cat conftest.err >&5
18282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18283 (exit $ac_status); } && {
18284 test -z "$ac_c_werror_flag" ||
18285 test ! -s conftest.err
18286 } && test -s conftest.$ac_objext; then
18287 ac_cv_type_mode_t=yes
18288 else
18289 echo "$as_me: failed program was:" >&5
18290 sed 's/^/| /' conftest.$ac_ext >&5
18292 ac_cv_type_mode_t=no
18295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18297 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18298 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18299 if test $ac_cv_type_mode_t = yes; then
18301 cat >>confdefs.h <<_ACEOF
18302 #define HAVE_MODE_T 1
18303 _ACEOF
18307 { echo "$as_me:$LINENO: checking for off_t" >&5
18308 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18309 if test "${ac_cv_type_off_t+set}" = set; then
18310 echo $ECHO_N "(cached) $ECHO_C" >&6
18311 else
18312 cat >conftest.$ac_ext <<_ACEOF
18313 /* confdefs.h. */
18314 _ACEOF
18315 cat confdefs.h >>conftest.$ac_ext
18316 cat >>conftest.$ac_ext <<_ACEOF
18317 /* end confdefs.h. */
18318 $ac_includes_default
18319 typedef off_t ac__type_new_;
18321 main ()
18323 if ((ac__type_new_ *) 0)
18324 return 0;
18325 if (sizeof (ac__type_new_))
18326 return 0;
18328 return 0;
18330 _ACEOF
18331 rm -f conftest.$ac_objext
18332 if { (ac_try="$ac_compile"
18333 case "(($ac_try" in
18334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18335 *) ac_try_echo=$ac_try;;
18336 esac
18337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18338 (eval "$ac_compile") 2>conftest.er1
18339 ac_status=$?
18340 grep -v '^ *+' conftest.er1 >conftest.err
18341 rm -f conftest.er1
18342 cat conftest.err >&5
18343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18344 (exit $ac_status); } && {
18345 test -z "$ac_c_werror_flag" ||
18346 test ! -s conftest.err
18347 } && test -s conftest.$ac_objext; then
18348 ac_cv_type_off_t=yes
18349 else
18350 echo "$as_me: failed program was:" >&5
18351 sed 's/^/| /' conftest.$ac_ext >&5
18353 ac_cv_type_off_t=no
18356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18358 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18359 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18360 if test $ac_cv_type_off_t = yes; then
18362 cat >>confdefs.h <<_ACEOF
18363 #define HAVE_OFF_T 1
18364 _ACEOF
18368 { echo "$as_me:$LINENO: checking for pid_t" >&5
18369 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18370 if test "${ac_cv_type_pid_t+set}" = set; then
18371 echo $ECHO_N "(cached) $ECHO_C" >&6
18372 else
18373 cat >conftest.$ac_ext <<_ACEOF
18374 /* confdefs.h. */
18375 _ACEOF
18376 cat confdefs.h >>conftest.$ac_ext
18377 cat >>conftest.$ac_ext <<_ACEOF
18378 /* end confdefs.h. */
18379 $ac_includes_default
18380 typedef pid_t ac__type_new_;
18382 main ()
18384 if ((ac__type_new_ *) 0)
18385 return 0;
18386 if (sizeof (ac__type_new_))
18387 return 0;
18389 return 0;
18391 _ACEOF
18392 rm -f conftest.$ac_objext
18393 if { (ac_try="$ac_compile"
18394 case "(($ac_try" in
18395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18396 *) ac_try_echo=$ac_try;;
18397 esac
18398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18399 (eval "$ac_compile") 2>conftest.er1
18400 ac_status=$?
18401 grep -v '^ *+' conftest.er1 >conftest.err
18402 rm -f conftest.er1
18403 cat conftest.err >&5
18404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18405 (exit $ac_status); } && {
18406 test -z "$ac_c_werror_flag" ||
18407 test ! -s conftest.err
18408 } && test -s conftest.$ac_objext; then
18409 ac_cv_type_pid_t=yes
18410 else
18411 echo "$as_me: failed program was:" >&5
18412 sed 's/^/| /' conftest.$ac_ext >&5
18414 ac_cv_type_pid_t=no
18417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18419 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18420 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18421 if test $ac_cv_type_pid_t = yes; then
18423 cat >>confdefs.h <<_ACEOF
18424 #define HAVE_PID_T 1
18425 _ACEOF
18429 { echo "$as_me:$LINENO: checking for size_t" >&5
18430 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18431 if test "${ac_cv_type_size_t+set}" = set; then
18432 echo $ECHO_N "(cached) $ECHO_C" >&6
18433 else
18434 cat >conftest.$ac_ext <<_ACEOF
18435 /* confdefs.h. */
18436 _ACEOF
18437 cat confdefs.h >>conftest.$ac_ext
18438 cat >>conftest.$ac_ext <<_ACEOF
18439 /* end confdefs.h. */
18440 $ac_includes_default
18441 typedef size_t ac__type_new_;
18443 main ()
18445 if ((ac__type_new_ *) 0)
18446 return 0;
18447 if (sizeof (ac__type_new_))
18448 return 0;
18450 return 0;
18452 _ACEOF
18453 rm -f conftest.$ac_objext
18454 if { (ac_try="$ac_compile"
18455 case "(($ac_try" in
18456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18457 *) ac_try_echo=$ac_try;;
18458 esac
18459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18460 (eval "$ac_compile") 2>conftest.er1
18461 ac_status=$?
18462 grep -v '^ *+' conftest.er1 >conftest.err
18463 rm -f conftest.er1
18464 cat conftest.err >&5
18465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18466 (exit $ac_status); } && {
18467 test -z "$ac_c_werror_flag" ||
18468 test ! -s conftest.err
18469 } && test -s conftest.$ac_objext; then
18470 ac_cv_type_size_t=yes
18471 else
18472 echo "$as_me: failed program was:" >&5
18473 sed 's/^/| /' conftest.$ac_ext >&5
18475 ac_cv_type_size_t=no
18478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18480 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18481 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18482 if test $ac_cv_type_size_t = yes; then
18484 cat >>confdefs.h <<_ACEOF
18485 #define HAVE_SIZE_T 1
18486 _ACEOF
18490 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18491 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18492 if test "${ac_cv_type_ssize_t+set}" = set; then
18493 echo $ECHO_N "(cached) $ECHO_C" >&6
18494 else
18495 cat >conftest.$ac_ext <<_ACEOF
18496 /* confdefs.h. */
18497 _ACEOF
18498 cat confdefs.h >>conftest.$ac_ext
18499 cat >>conftest.$ac_ext <<_ACEOF
18500 /* end confdefs.h. */
18501 $ac_includes_default
18502 typedef ssize_t ac__type_new_;
18504 main ()
18506 if ((ac__type_new_ *) 0)
18507 return 0;
18508 if (sizeof (ac__type_new_))
18509 return 0;
18511 return 0;
18513 _ACEOF
18514 rm -f conftest.$ac_objext
18515 if { (ac_try="$ac_compile"
18516 case "(($ac_try" in
18517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18518 *) ac_try_echo=$ac_try;;
18519 esac
18520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18521 (eval "$ac_compile") 2>conftest.er1
18522 ac_status=$?
18523 grep -v '^ *+' conftest.er1 >conftest.err
18524 rm -f conftest.er1
18525 cat conftest.err >&5
18526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18527 (exit $ac_status); } && {
18528 test -z "$ac_c_werror_flag" ||
18529 test ! -s conftest.err
18530 } && test -s conftest.$ac_objext; then
18531 ac_cv_type_ssize_t=yes
18532 else
18533 echo "$as_me: failed program was:" >&5
18534 sed 's/^/| /' conftest.$ac_ext >&5
18536 ac_cv_type_ssize_t=no
18539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18541 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18542 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18543 if test $ac_cv_type_ssize_t = yes; then
18545 cat >>confdefs.h <<_ACEOF
18546 #define HAVE_SSIZE_T 1
18547 _ACEOF
18551 { echo "$as_me:$LINENO: checking for long long" >&5
18552 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18553 if test "${ac_cv_type_long_long+set}" = set; then
18554 echo $ECHO_N "(cached) $ECHO_C" >&6
18555 else
18556 cat >conftest.$ac_ext <<_ACEOF
18557 /* confdefs.h. */
18558 _ACEOF
18559 cat confdefs.h >>conftest.$ac_ext
18560 cat >>conftest.$ac_ext <<_ACEOF
18561 /* end confdefs.h. */
18562 $ac_includes_default
18563 typedef long long ac__type_new_;
18565 main ()
18567 if ((ac__type_new_ *) 0)
18568 return 0;
18569 if (sizeof (ac__type_new_))
18570 return 0;
18572 return 0;
18574 _ACEOF
18575 rm -f conftest.$ac_objext
18576 if { (ac_try="$ac_compile"
18577 case "(($ac_try" in
18578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18579 *) ac_try_echo=$ac_try;;
18580 esac
18581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18582 (eval "$ac_compile") 2>conftest.er1
18583 ac_status=$?
18584 grep -v '^ *+' conftest.er1 >conftest.err
18585 rm -f conftest.er1
18586 cat conftest.err >&5
18587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18588 (exit $ac_status); } && {
18589 test -z "$ac_c_werror_flag" ||
18590 test ! -s conftest.err
18591 } && test -s conftest.$ac_objext; then
18592 ac_cv_type_long_long=yes
18593 else
18594 echo "$as_me: failed program was:" >&5
18595 sed 's/^/| /' conftest.$ac_ext >&5
18597 ac_cv_type_long_long=no
18600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18602 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18603 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18604 if test $ac_cv_type_long_long = yes; then
18606 cat >>confdefs.h <<_ACEOF
18607 #define HAVE_LONG_LONG 1
18608 _ACEOF
18612 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18613 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18614 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18615 echo $ECHO_N "(cached) $ECHO_C" >&6
18616 else
18617 cat >conftest.$ac_ext <<_ACEOF
18618 /* confdefs.h. */
18619 _ACEOF
18620 cat confdefs.h >>conftest.$ac_ext
18621 cat >>conftest.$ac_ext <<_ACEOF
18622 /* end confdefs.h. */
18623 $ac_includes_default
18624 typedef fsblkcnt_t ac__type_new_;
18626 main ()
18628 if ((ac__type_new_ *) 0)
18629 return 0;
18630 if (sizeof (ac__type_new_))
18631 return 0;
18633 return 0;
18635 _ACEOF
18636 rm -f conftest.$ac_objext
18637 if { (ac_try="$ac_compile"
18638 case "(($ac_try" in
18639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18640 *) ac_try_echo=$ac_try;;
18641 esac
18642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18643 (eval "$ac_compile") 2>conftest.er1
18644 ac_status=$?
18645 grep -v '^ *+' conftest.er1 >conftest.err
18646 rm -f conftest.er1
18647 cat conftest.err >&5
18648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18649 (exit $ac_status); } && {
18650 test -z "$ac_c_werror_flag" ||
18651 test ! -s conftest.err
18652 } && test -s conftest.$ac_objext; then
18653 ac_cv_type_fsblkcnt_t=yes
18654 else
18655 echo "$as_me: failed program was:" >&5
18656 sed 's/^/| /' conftest.$ac_ext >&5
18658 ac_cv_type_fsblkcnt_t=no
18661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18663 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18664 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18665 if test $ac_cv_type_fsblkcnt_t = yes; then
18667 cat >>confdefs.h <<_ACEOF
18668 #define HAVE_FSBLKCNT_T 1
18669 _ACEOF
18673 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18674 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18675 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18676 echo $ECHO_N "(cached) $ECHO_C" >&6
18677 else
18678 cat >conftest.$ac_ext <<_ACEOF
18679 /* confdefs.h. */
18680 _ACEOF
18681 cat confdefs.h >>conftest.$ac_ext
18682 cat >>conftest.$ac_ext <<_ACEOF
18683 /* end confdefs.h. */
18684 $ac_includes_default
18685 typedef fsfilcnt_t ac__type_new_;
18687 main ()
18689 if ((ac__type_new_ *) 0)
18690 return 0;
18691 if (sizeof (ac__type_new_))
18692 return 0;
18694 return 0;
18696 _ACEOF
18697 rm -f conftest.$ac_objext
18698 if { (ac_try="$ac_compile"
18699 case "(($ac_try" in
18700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18701 *) ac_try_echo=$ac_try;;
18702 esac
18703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18704 (eval "$ac_compile") 2>conftest.er1
18705 ac_status=$?
18706 grep -v '^ *+' conftest.er1 >conftest.err
18707 rm -f conftest.er1
18708 cat conftest.err >&5
18709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18710 (exit $ac_status); } && {
18711 test -z "$ac_c_werror_flag" ||
18712 test ! -s conftest.err
18713 } && test -s conftest.$ac_objext; then
18714 ac_cv_type_fsfilcnt_t=yes
18715 else
18716 echo "$as_me: failed program was:" >&5
18717 sed 's/^/| /' conftest.$ac_ext >&5
18719 ac_cv_type_fsfilcnt_t=no
18722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18724 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18725 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18726 if test $ac_cv_type_fsfilcnt_t = yes; then
18728 cat >>confdefs.h <<_ACEOF
18729 #define HAVE_FSFILCNT_T 1
18730 _ACEOF
18735 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18736 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18737 if test "${ac_cv_type_sigset_t+set}" = set; then
18738 echo $ECHO_N "(cached) $ECHO_C" >&6
18739 else
18740 cat >conftest.$ac_ext <<_ACEOF
18741 /* confdefs.h. */
18742 _ACEOF
18743 cat confdefs.h >>conftest.$ac_ext
18744 cat >>conftest.$ac_ext <<_ACEOF
18745 /* end confdefs.h. */
18746 #include <signal.h>
18748 typedef sigset_t ac__type_new_;
18750 main ()
18752 if ((ac__type_new_ *) 0)
18753 return 0;
18754 if (sizeof (ac__type_new_))
18755 return 0;
18757 return 0;
18759 _ACEOF
18760 rm -f conftest.$ac_objext
18761 if { (ac_try="$ac_compile"
18762 case "(($ac_try" in
18763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18764 *) ac_try_echo=$ac_try;;
18765 esac
18766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18767 (eval "$ac_compile") 2>conftest.er1
18768 ac_status=$?
18769 grep -v '^ *+' conftest.er1 >conftest.err
18770 rm -f conftest.er1
18771 cat conftest.err >&5
18772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18773 (exit $ac_status); } && {
18774 test -z "$ac_c_werror_flag" ||
18775 test ! -s conftest.err
18776 } && test -s conftest.$ac_objext; then
18777 ac_cv_type_sigset_t=yes
18778 else
18779 echo "$as_me: failed program was:" >&5
18780 sed 's/^/| /' conftest.$ac_ext >&5
18782 ac_cv_type_sigset_t=no
18785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18787 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18788 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18789 if test $ac_cv_type_sigset_t = yes; then
18791 cat >>confdefs.h <<_ACEOF
18792 #define HAVE_SIGSET_T 1
18793 _ACEOF
18798 { echo "$as_me:$LINENO: checking for request_sense" >&5
18799 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18800 if test "${ac_cv_type_request_sense+set}" = set; then
18801 echo $ECHO_N "(cached) $ECHO_C" >&6
18802 else
18803 cat >conftest.$ac_ext <<_ACEOF
18804 /* confdefs.h. */
18805 _ACEOF
18806 cat confdefs.h >>conftest.$ac_ext
18807 cat >>conftest.$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18809 #include <linux/cdrom.h>
18811 typedef request_sense ac__type_new_;
18813 main ()
18815 if ((ac__type_new_ *) 0)
18816 return 0;
18817 if (sizeof (ac__type_new_))
18818 return 0;
18820 return 0;
18822 _ACEOF
18823 rm -f conftest.$ac_objext
18824 if { (ac_try="$ac_compile"
18825 case "(($ac_try" in
18826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18827 *) ac_try_echo=$ac_try;;
18828 esac
18829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18830 (eval "$ac_compile") 2>conftest.er1
18831 ac_status=$?
18832 grep -v '^ *+' conftest.er1 >conftest.err
18833 rm -f conftest.er1
18834 cat conftest.err >&5
18835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18836 (exit $ac_status); } && {
18837 test -z "$ac_c_werror_flag" ||
18838 test ! -s conftest.err
18839 } && test -s conftest.$ac_objext; then
18840 ac_cv_type_request_sense=yes
18841 else
18842 echo "$as_me: failed program was:" >&5
18843 sed 's/^/| /' conftest.$ac_ext >&5
18845 ac_cv_type_request_sense=no
18848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18850 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18851 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18852 if test $ac_cv_type_request_sense = yes; then
18854 cat >>confdefs.h <<_ACEOF
18855 #define HAVE_REQUEST_SENSE 1
18856 _ACEOF
18862 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18863 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18864 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18865 echo $ECHO_N "(cached) $ECHO_C" >&6
18866 else
18867 cat >conftest.$ac_ext <<_ACEOF
18868 /* confdefs.h. */
18869 _ACEOF
18870 cat confdefs.h >>conftest.$ac_ext
18871 cat >>conftest.$ac_ext <<_ACEOF
18872 /* end confdefs.h. */
18873 #ifdef HAVE_LINUX_INPUT_H
18874 #include <linux/input.h>
18875 #endif
18878 main ()
18880 static struct ff_effect ac_aggr;
18881 if (ac_aggr.direction)
18882 return 0;
18884 return 0;
18886 _ACEOF
18887 rm -f conftest.$ac_objext
18888 if { (ac_try="$ac_compile"
18889 case "(($ac_try" in
18890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18891 *) ac_try_echo=$ac_try;;
18892 esac
18893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18894 (eval "$ac_compile") 2>conftest.er1
18895 ac_status=$?
18896 grep -v '^ *+' conftest.er1 >conftest.err
18897 rm -f conftest.er1
18898 cat conftest.err >&5
18899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18900 (exit $ac_status); } && {
18901 test -z "$ac_c_werror_flag" ||
18902 test ! -s conftest.err
18903 } && test -s conftest.$ac_objext; then
18904 ac_cv_member_struct_ff_effect_direction=yes
18905 else
18906 echo "$as_me: failed program was:" >&5
18907 sed 's/^/| /' conftest.$ac_ext >&5
18909 cat >conftest.$ac_ext <<_ACEOF
18910 /* confdefs.h. */
18911 _ACEOF
18912 cat confdefs.h >>conftest.$ac_ext
18913 cat >>conftest.$ac_ext <<_ACEOF
18914 /* end confdefs.h. */
18915 #ifdef HAVE_LINUX_INPUT_H
18916 #include <linux/input.h>
18917 #endif
18920 main ()
18922 static struct ff_effect ac_aggr;
18923 if (sizeof ac_aggr.direction)
18924 return 0;
18926 return 0;
18928 _ACEOF
18929 rm -f conftest.$ac_objext
18930 if { (ac_try="$ac_compile"
18931 case "(($ac_try" in
18932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18933 *) ac_try_echo=$ac_try;;
18934 esac
18935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18936 (eval "$ac_compile") 2>conftest.er1
18937 ac_status=$?
18938 grep -v '^ *+' conftest.er1 >conftest.err
18939 rm -f conftest.er1
18940 cat conftest.err >&5
18941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18942 (exit $ac_status); } && {
18943 test -z "$ac_c_werror_flag" ||
18944 test ! -s conftest.err
18945 } && test -s conftest.$ac_objext; then
18946 ac_cv_member_struct_ff_effect_direction=yes
18947 else
18948 echo "$as_me: failed program was:" >&5
18949 sed 's/^/| /' conftest.$ac_ext >&5
18951 ac_cv_member_struct_ff_effect_direction=no
18954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18959 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18960 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18961 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18963 cat >>confdefs.h <<_ACEOF
18964 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18965 _ACEOF
18971 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18972 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18973 if test "${wine_cv_have_sigaddset+set}" = set; then
18974 echo $ECHO_N "(cached) $ECHO_C" >&6
18975 else
18976 cat >conftest.$ac_ext <<_ACEOF
18977 /* confdefs.h. */
18978 _ACEOF
18979 cat confdefs.h >>conftest.$ac_ext
18980 cat >>conftest.$ac_ext <<_ACEOF
18981 /* end confdefs.h. */
18982 #include <signal.h>
18984 main ()
18986 sigset_t set; sigaddset(&set,SIGTERM);
18988 return 0;
18990 _ACEOF
18991 rm -f conftest.$ac_objext conftest$ac_exeext
18992 if { (ac_try="$ac_link"
18993 case "(($ac_try" in
18994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18995 *) ac_try_echo=$ac_try;;
18996 esac
18997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18998 (eval "$ac_link") 2>conftest.er1
18999 ac_status=$?
19000 grep -v '^ *+' conftest.er1 >conftest.err
19001 rm -f conftest.er1
19002 cat conftest.err >&5
19003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19004 (exit $ac_status); } && {
19005 test -z "$ac_c_werror_flag" ||
19006 test ! -s conftest.err
19007 } && test -s conftest$ac_exeext &&
19008 $as_test_x conftest$ac_exeext; then
19009 wine_cv_have_sigaddset=yes
19010 else
19011 echo "$as_me: failed program was:" >&5
19012 sed 's/^/| /' conftest.$ac_ext >&5
19014 wine_cv_have_sigaddset=no
19017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19018 conftest$ac_exeext conftest.$ac_ext
19020 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19021 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19022 if test "$wine_cv_have_sigaddset" = "yes"
19023 then
19025 cat >>confdefs.h <<\_ACEOF
19026 #define HAVE_SIGADDSET 1
19027 _ACEOF
19032 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19033 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19034 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19035 echo $ECHO_N "(cached) $ECHO_C" >&6
19036 else
19037 cat >conftest.$ac_ext <<_ACEOF
19038 /* confdefs.h. */
19039 _ACEOF
19040 cat confdefs.h >>conftest.$ac_ext
19041 cat >>conftest.$ac_ext <<_ACEOF
19042 /* end confdefs.h. */
19043 #include <netdb.h>
19045 main ()
19048 char *name=0;
19049 struct hostent he;
19050 struct hostent *result;
19051 char *buf=0;
19052 int bufsize=0;
19053 int res,errnr;
19054 char *addr=0;
19055 int addrlen=0;
19056 int addrtype=0;
19057 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19058 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19061 return 0;
19063 _ACEOF
19064 rm -f conftest.$ac_objext conftest$ac_exeext
19065 if { (ac_try="$ac_link"
19066 case "(($ac_try" in
19067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19068 *) ac_try_echo=$ac_try;;
19069 esac
19070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19071 (eval "$ac_link") 2>conftest.er1
19072 ac_status=$?
19073 grep -v '^ *+' conftest.er1 >conftest.err
19074 rm -f conftest.er1
19075 cat conftest.err >&5
19076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19077 (exit $ac_status); } && {
19078 test -z "$ac_c_werror_flag" ||
19079 test ! -s conftest.err
19080 } && test -s conftest$ac_exeext &&
19081 $as_test_x conftest$ac_exeext; then
19082 wine_cv_linux_gethostbyname_r_6=yes
19083 else
19084 echo "$as_me: failed program was:" >&5
19085 sed 's/^/| /' conftest.$ac_ext >&5
19087 wine_cv_linux_gethostbyname_r_6=no
19091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19092 conftest$ac_exeext conftest.$ac_ext
19095 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19096 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19097 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19098 then
19100 cat >>confdefs.h <<\_ACEOF
19101 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19102 _ACEOF
19106 if test "$ac_cv_header_linux_joystick_h" = "yes"
19107 then
19108 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19109 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19110 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19111 echo $ECHO_N "(cached) $ECHO_C" >&6
19112 else
19113 cat >conftest.$ac_ext <<_ACEOF
19114 /* confdefs.h. */
19115 _ACEOF
19116 cat confdefs.h >>conftest.$ac_ext
19117 cat >>conftest.$ac_ext <<_ACEOF
19118 /* end confdefs.h. */
19120 #include <sys/ioctl.h>
19121 #include <sys/types.h>
19122 #include <linux/joystick.h>
19124 struct js_event blub;
19125 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19126 #error "no 2.2 header"
19127 #endif
19130 main ()
19132 /*empty*/
19134 return 0;
19136 _ACEOF
19137 rm -f conftest.$ac_objext
19138 if { (ac_try="$ac_compile"
19139 case "(($ac_try" in
19140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19141 *) ac_try_echo=$ac_try;;
19142 esac
19143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19144 (eval "$ac_compile") 2>conftest.er1
19145 ac_status=$?
19146 grep -v '^ *+' conftest.er1 >conftest.err
19147 rm -f conftest.er1
19148 cat conftest.err >&5
19149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19150 (exit $ac_status); } && {
19151 test -z "$ac_c_werror_flag" ||
19152 test ! -s conftest.err
19153 } && test -s conftest.$ac_objext; then
19154 wine_cv_linux_joystick_22_api=yes
19155 else
19156 echo "$as_me: failed program was:" >&5
19157 sed 's/^/| /' conftest.$ac_ext >&5
19159 wine_cv_linux_joystick_22_api=no
19162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19165 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19166 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19167 if test "$wine_cv_linux_joystick_22_api" = "yes"
19168 then
19170 cat >>confdefs.h <<\_ACEOF
19171 #define HAVE_LINUX_22_JOYSTICK_API 1
19172 _ACEOF
19178 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19179 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19180 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19181 echo $ECHO_N "(cached) $ECHO_C" >&6
19182 else
19183 cat >conftest.$ac_ext <<_ACEOF
19184 /* confdefs.h. */
19185 _ACEOF
19186 cat confdefs.h >>conftest.$ac_ext
19187 cat >>conftest.$ac_ext <<_ACEOF
19188 /* end confdefs.h. */
19189 #include <sys/types.h>
19190 #ifdef HAVE_SYS_PARAM_H
19191 # include <sys/param.h>
19192 #endif
19193 #ifdef HAVE_SYS_MOUNT_H
19194 # include <sys/mount.h>
19195 #endif
19196 #ifdef HAVE_SYS_VFS_H
19197 # include <sys/vfs.h>
19198 #endif
19199 #ifdef HAVE_SYS_STATFS_H
19200 # include <sys/statfs.h>
19201 #endif
19204 main ()
19206 static struct statfs ac_aggr;
19207 if (ac_aggr.f_bfree)
19208 return 0;
19210 return 0;
19212 _ACEOF
19213 rm -f conftest.$ac_objext
19214 if { (ac_try="$ac_compile"
19215 case "(($ac_try" in
19216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19217 *) ac_try_echo=$ac_try;;
19218 esac
19219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19220 (eval "$ac_compile") 2>conftest.er1
19221 ac_status=$?
19222 grep -v '^ *+' conftest.er1 >conftest.err
19223 rm -f conftest.er1
19224 cat conftest.err >&5
19225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); } && {
19227 test -z "$ac_c_werror_flag" ||
19228 test ! -s conftest.err
19229 } && test -s conftest.$ac_objext; then
19230 ac_cv_member_struct_statfs_f_bfree=yes
19231 else
19232 echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 cat >conftest.$ac_ext <<_ACEOF
19236 /* confdefs.h. */
19237 _ACEOF
19238 cat confdefs.h >>conftest.$ac_ext
19239 cat >>conftest.$ac_ext <<_ACEOF
19240 /* end confdefs.h. */
19241 #include <sys/types.h>
19242 #ifdef HAVE_SYS_PARAM_H
19243 # include <sys/param.h>
19244 #endif
19245 #ifdef HAVE_SYS_MOUNT_H
19246 # include <sys/mount.h>
19247 #endif
19248 #ifdef HAVE_SYS_VFS_H
19249 # include <sys/vfs.h>
19250 #endif
19251 #ifdef HAVE_SYS_STATFS_H
19252 # include <sys/statfs.h>
19253 #endif
19256 main ()
19258 static struct statfs ac_aggr;
19259 if (sizeof ac_aggr.f_bfree)
19260 return 0;
19262 return 0;
19264 _ACEOF
19265 rm -f conftest.$ac_objext
19266 if { (ac_try="$ac_compile"
19267 case "(($ac_try" in
19268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19269 *) ac_try_echo=$ac_try;;
19270 esac
19271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19272 (eval "$ac_compile") 2>conftest.er1
19273 ac_status=$?
19274 grep -v '^ *+' conftest.er1 >conftest.err
19275 rm -f conftest.er1
19276 cat conftest.err >&5
19277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19278 (exit $ac_status); } && {
19279 test -z "$ac_c_werror_flag" ||
19280 test ! -s conftest.err
19281 } && test -s conftest.$ac_objext; then
19282 ac_cv_member_struct_statfs_f_bfree=yes
19283 else
19284 echo "$as_me: failed program was:" >&5
19285 sed 's/^/| /' conftest.$ac_ext >&5
19287 ac_cv_member_struct_statfs_f_bfree=no
19290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19295 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19296 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19297 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19299 cat >>confdefs.h <<_ACEOF
19300 #define HAVE_STRUCT_STATFS_F_BFREE 1
19301 _ACEOF
19305 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19306 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19307 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19308 echo $ECHO_N "(cached) $ECHO_C" >&6
19309 else
19310 cat >conftest.$ac_ext <<_ACEOF
19311 /* confdefs.h. */
19312 _ACEOF
19313 cat confdefs.h >>conftest.$ac_ext
19314 cat >>conftest.$ac_ext <<_ACEOF
19315 /* end confdefs.h. */
19316 #include <sys/types.h>
19317 #ifdef HAVE_SYS_PARAM_H
19318 # include <sys/param.h>
19319 #endif
19320 #ifdef HAVE_SYS_MOUNT_H
19321 # include <sys/mount.h>
19322 #endif
19323 #ifdef HAVE_SYS_VFS_H
19324 # include <sys/vfs.h>
19325 #endif
19326 #ifdef HAVE_SYS_STATFS_H
19327 # include <sys/statfs.h>
19328 #endif
19331 main ()
19333 static struct statfs ac_aggr;
19334 if (ac_aggr.f_bavail)
19335 return 0;
19337 return 0;
19339 _ACEOF
19340 rm -f conftest.$ac_objext
19341 if { (ac_try="$ac_compile"
19342 case "(($ac_try" in
19343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19344 *) ac_try_echo=$ac_try;;
19345 esac
19346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19347 (eval "$ac_compile") 2>conftest.er1
19348 ac_status=$?
19349 grep -v '^ *+' conftest.er1 >conftest.err
19350 rm -f conftest.er1
19351 cat conftest.err >&5
19352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19353 (exit $ac_status); } && {
19354 test -z "$ac_c_werror_flag" ||
19355 test ! -s conftest.err
19356 } && test -s conftest.$ac_objext; then
19357 ac_cv_member_struct_statfs_f_bavail=yes
19358 else
19359 echo "$as_me: failed program was:" >&5
19360 sed 's/^/| /' conftest.$ac_ext >&5
19362 cat >conftest.$ac_ext <<_ACEOF
19363 /* confdefs.h. */
19364 _ACEOF
19365 cat confdefs.h >>conftest.$ac_ext
19366 cat >>conftest.$ac_ext <<_ACEOF
19367 /* end confdefs.h. */
19368 #include <sys/types.h>
19369 #ifdef HAVE_SYS_PARAM_H
19370 # include <sys/param.h>
19371 #endif
19372 #ifdef HAVE_SYS_MOUNT_H
19373 # include <sys/mount.h>
19374 #endif
19375 #ifdef HAVE_SYS_VFS_H
19376 # include <sys/vfs.h>
19377 #endif
19378 #ifdef HAVE_SYS_STATFS_H
19379 # include <sys/statfs.h>
19380 #endif
19383 main ()
19385 static struct statfs ac_aggr;
19386 if (sizeof ac_aggr.f_bavail)
19387 return 0;
19389 return 0;
19391 _ACEOF
19392 rm -f conftest.$ac_objext
19393 if { (ac_try="$ac_compile"
19394 case "(($ac_try" in
19395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19396 *) ac_try_echo=$ac_try;;
19397 esac
19398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19399 (eval "$ac_compile") 2>conftest.er1
19400 ac_status=$?
19401 grep -v '^ *+' conftest.er1 >conftest.err
19402 rm -f conftest.er1
19403 cat conftest.err >&5
19404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19405 (exit $ac_status); } && {
19406 test -z "$ac_c_werror_flag" ||
19407 test ! -s conftest.err
19408 } && test -s conftest.$ac_objext; then
19409 ac_cv_member_struct_statfs_f_bavail=yes
19410 else
19411 echo "$as_me: failed program was:" >&5
19412 sed 's/^/| /' conftest.$ac_ext >&5
19414 ac_cv_member_struct_statfs_f_bavail=no
19417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19422 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19423 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19424 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19426 cat >>confdefs.h <<_ACEOF
19427 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19428 _ACEOF
19432 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19433 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19434 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19435 echo $ECHO_N "(cached) $ECHO_C" >&6
19436 else
19437 cat >conftest.$ac_ext <<_ACEOF
19438 /* confdefs.h. */
19439 _ACEOF
19440 cat confdefs.h >>conftest.$ac_ext
19441 cat >>conftest.$ac_ext <<_ACEOF
19442 /* end confdefs.h. */
19443 #include <sys/types.h>
19444 #ifdef HAVE_SYS_PARAM_H
19445 # include <sys/param.h>
19446 #endif
19447 #ifdef HAVE_SYS_MOUNT_H
19448 # include <sys/mount.h>
19449 #endif
19450 #ifdef HAVE_SYS_VFS_H
19451 # include <sys/vfs.h>
19452 #endif
19453 #ifdef HAVE_SYS_STATFS_H
19454 # include <sys/statfs.h>
19455 #endif
19458 main ()
19460 static struct statfs ac_aggr;
19461 if (ac_aggr.f_frsize)
19462 return 0;
19464 return 0;
19466 _ACEOF
19467 rm -f conftest.$ac_objext
19468 if { (ac_try="$ac_compile"
19469 case "(($ac_try" in
19470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19471 *) ac_try_echo=$ac_try;;
19472 esac
19473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19474 (eval "$ac_compile") 2>conftest.er1
19475 ac_status=$?
19476 grep -v '^ *+' conftest.er1 >conftest.err
19477 rm -f conftest.er1
19478 cat conftest.err >&5
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); } && {
19481 test -z "$ac_c_werror_flag" ||
19482 test ! -s conftest.err
19483 } && test -s conftest.$ac_objext; then
19484 ac_cv_member_struct_statfs_f_frsize=yes
19485 else
19486 echo "$as_me: failed program was:" >&5
19487 sed 's/^/| /' conftest.$ac_ext >&5
19489 cat >conftest.$ac_ext <<_ACEOF
19490 /* confdefs.h. */
19491 _ACEOF
19492 cat confdefs.h >>conftest.$ac_ext
19493 cat >>conftest.$ac_ext <<_ACEOF
19494 /* end confdefs.h. */
19495 #include <sys/types.h>
19496 #ifdef HAVE_SYS_PARAM_H
19497 # include <sys/param.h>
19498 #endif
19499 #ifdef HAVE_SYS_MOUNT_H
19500 # include <sys/mount.h>
19501 #endif
19502 #ifdef HAVE_SYS_VFS_H
19503 # include <sys/vfs.h>
19504 #endif
19505 #ifdef HAVE_SYS_STATFS_H
19506 # include <sys/statfs.h>
19507 #endif
19510 main ()
19512 static struct statfs ac_aggr;
19513 if (sizeof ac_aggr.f_frsize)
19514 return 0;
19516 return 0;
19518 _ACEOF
19519 rm -f conftest.$ac_objext
19520 if { (ac_try="$ac_compile"
19521 case "(($ac_try" in
19522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19523 *) ac_try_echo=$ac_try;;
19524 esac
19525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19526 (eval "$ac_compile") 2>conftest.er1
19527 ac_status=$?
19528 grep -v '^ *+' conftest.er1 >conftest.err
19529 rm -f conftest.er1
19530 cat conftest.err >&5
19531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19532 (exit $ac_status); } && {
19533 test -z "$ac_c_werror_flag" ||
19534 test ! -s conftest.err
19535 } && test -s conftest.$ac_objext; then
19536 ac_cv_member_struct_statfs_f_frsize=yes
19537 else
19538 echo "$as_me: failed program was:" >&5
19539 sed 's/^/| /' conftest.$ac_ext >&5
19541 ac_cv_member_struct_statfs_f_frsize=no
19544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19549 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19550 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19551 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19553 cat >>confdefs.h <<_ACEOF
19554 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19555 _ACEOF
19559 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19560 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19561 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19562 echo $ECHO_N "(cached) $ECHO_C" >&6
19563 else
19564 cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h. */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h. */
19570 #include <sys/types.h>
19571 #ifdef HAVE_SYS_PARAM_H
19572 # include <sys/param.h>
19573 #endif
19574 #ifdef HAVE_SYS_MOUNT_H
19575 # include <sys/mount.h>
19576 #endif
19577 #ifdef HAVE_SYS_VFS_H
19578 # include <sys/vfs.h>
19579 #endif
19580 #ifdef HAVE_SYS_STATFS_H
19581 # include <sys/statfs.h>
19582 #endif
19585 main ()
19587 static struct statfs ac_aggr;
19588 if (ac_aggr.f_ffree)
19589 return 0;
19591 return 0;
19593 _ACEOF
19594 rm -f conftest.$ac_objext
19595 if { (ac_try="$ac_compile"
19596 case "(($ac_try" in
19597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19598 *) ac_try_echo=$ac_try;;
19599 esac
19600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19601 (eval "$ac_compile") 2>conftest.er1
19602 ac_status=$?
19603 grep -v '^ *+' conftest.er1 >conftest.err
19604 rm -f conftest.er1
19605 cat conftest.err >&5
19606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19607 (exit $ac_status); } && {
19608 test -z "$ac_c_werror_flag" ||
19609 test ! -s conftest.err
19610 } && test -s conftest.$ac_objext; then
19611 ac_cv_member_struct_statfs_f_ffree=yes
19612 else
19613 echo "$as_me: failed program was:" >&5
19614 sed 's/^/| /' conftest.$ac_ext >&5
19616 cat >conftest.$ac_ext <<_ACEOF
19617 /* confdefs.h. */
19618 _ACEOF
19619 cat confdefs.h >>conftest.$ac_ext
19620 cat >>conftest.$ac_ext <<_ACEOF
19621 /* end confdefs.h. */
19622 #include <sys/types.h>
19623 #ifdef HAVE_SYS_PARAM_H
19624 # include <sys/param.h>
19625 #endif
19626 #ifdef HAVE_SYS_MOUNT_H
19627 # include <sys/mount.h>
19628 #endif
19629 #ifdef HAVE_SYS_VFS_H
19630 # include <sys/vfs.h>
19631 #endif
19632 #ifdef HAVE_SYS_STATFS_H
19633 # include <sys/statfs.h>
19634 #endif
19637 main ()
19639 static struct statfs ac_aggr;
19640 if (sizeof ac_aggr.f_ffree)
19641 return 0;
19643 return 0;
19645 _ACEOF
19646 rm -f conftest.$ac_objext
19647 if { (ac_try="$ac_compile"
19648 case "(($ac_try" in
19649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19650 *) ac_try_echo=$ac_try;;
19651 esac
19652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19653 (eval "$ac_compile") 2>conftest.er1
19654 ac_status=$?
19655 grep -v '^ *+' conftest.er1 >conftest.err
19656 rm -f conftest.er1
19657 cat conftest.err >&5
19658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19659 (exit $ac_status); } && {
19660 test -z "$ac_c_werror_flag" ||
19661 test ! -s conftest.err
19662 } && test -s conftest.$ac_objext; then
19663 ac_cv_member_struct_statfs_f_ffree=yes
19664 else
19665 echo "$as_me: failed program was:" >&5
19666 sed 's/^/| /' conftest.$ac_ext >&5
19668 ac_cv_member_struct_statfs_f_ffree=no
19671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19676 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19677 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19678 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19680 cat >>confdefs.h <<_ACEOF
19681 #define HAVE_STRUCT_STATFS_F_FFREE 1
19682 _ACEOF
19686 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19687 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19688 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19689 echo $ECHO_N "(cached) $ECHO_C" >&6
19690 else
19691 cat >conftest.$ac_ext <<_ACEOF
19692 /* confdefs.h. */
19693 _ACEOF
19694 cat confdefs.h >>conftest.$ac_ext
19695 cat >>conftest.$ac_ext <<_ACEOF
19696 /* end confdefs.h. */
19697 #include <sys/types.h>
19698 #ifdef HAVE_SYS_PARAM_H
19699 # include <sys/param.h>
19700 #endif
19701 #ifdef HAVE_SYS_MOUNT_H
19702 # include <sys/mount.h>
19703 #endif
19704 #ifdef HAVE_SYS_VFS_H
19705 # include <sys/vfs.h>
19706 #endif
19707 #ifdef HAVE_SYS_STATFS_H
19708 # include <sys/statfs.h>
19709 #endif
19712 main ()
19714 static struct statfs ac_aggr;
19715 if (ac_aggr.f_favail)
19716 return 0;
19718 return 0;
19720 _ACEOF
19721 rm -f conftest.$ac_objext
19722 if { (ac_try="$ac_compile"
19723 case "(($ac_try" in
19724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19725 *) ac_try_echo=$ac_try;;
19726 esac
19727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19728 (eval "$ac_compile") 2>conftest.er1
19729 ac_status=$?
19730 grep -v '^ *+' conftest.er1 >conftest.err
19731 rm -f conftest.er1
19732 cat conftest.err >&5
19733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19734 (exit $ac_status); } && {
19735 test -z "$ac_c_werror_flag" ||
19736 test ! -s conftest.err
19737 } && test -s conftest.$ac_objext; then
19738 ac_cv_member_struct_statfs_f_favail=yes
19739 else
19740 echo "$as_me: failed program was:" >&5
19741 sed 's/^/| /' conftest.$ac_ext >&5
19743 cat >conftest.$ac_ext <<_ACEOF
19744 /* confdefs.h. */
19745 _ACEOF
19746 cat confdefs.h >>conftest.$ac_ext
19747 cat >>conftest.$ac_ext <<_ACEOF
19748 /* end confdefs.h. */
19749 #include <sys/types.h>
19750 #ifdef HAVE_SYS_PARAM_H
19751 # include <sys/param.h>
19752 #endif
19753 #ifdef HAVE_SYS_MOUNT_H
19754 # include <sys/mount.h>
19755 #endif
19756 #ifdef HAVE_SYS_VFS_H
19757 # include <sys/vfs.h>
19758 #endif
19759 #ifdef HAVE_SYS_STATFS_H
19760 # include <sys/statfs.h>
19761 #endif
19764 main ()
19766 static struct statfs ac_aggr;
19767 if (sizeof ac_aggr.f_favail)
19768 return 0;
19770 return 0;
19772 _ACEOF
19773 rm -f conftest.$ac_objext
19774 if { (ac_try="$ac_compile"
19775 case "(($ac_try" in
19776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19777 *) ac_try_echo=$ac_try;;
19778 esac
19779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19780 (eval "$ac_compile") 2>conftest.er1
19781 ac_status=$?
19782 grep -v '^ *+' conftest.er1 >conftest.err
19783 rm -f conftest.er1
19784 cat conftest.err >&5
19785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19786 (exit $ac_status); } && {
19787 test -z "$ac_c_werror_flag" ||
19788 test ! -s conftest.err
19789 } && test -s conftest.$ac_objext; then
19790 ac_cv_member_struct_statfs_f_favail=yes
19791 else
19792 echo "$as_me: failed program was:" >&5
19793 sed 's/^/| /' conftest.$ac_ext >&5
19795 ac_cv_member_struct_statfs_f_favail=no
19798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19803 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19804 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19805 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19807 cat >>confdefs.h <<_ACEOF
19808 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19809 _ACEOF
19813 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19814 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19815 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19816 echo $ECHO_N "(cached) $ECHO_C" >&6
19817 else
19818 cat >conftest.$ac_ext <<_ACEOF
19819 /* confdefs.h. */
19820 _ACEOF
19821 cat confdefs.h >>conftest.$ac_ext
19822 cat >>conftest.$ac_ext <<_ACEOF
19823 /* end confdefs.h. */
19824 #include <sys/types.h>
19825 #ifdef HAVE_SYS_PARAM_H
19826 # include <sys/param.h>
19827 #endif
19828 #ifdef HAVE_SYS_MOUNT_H
19829 # include <sys/mount.h>
19830 #endif
19831 #ifdef HAVE_SYS_VFS_H
19832 # include <sys/vfs.h>
19833 #endif
19834 #ifdef HAVE_SYS_STATFS_H
19835 # include <sys/statfs.h>
19836 #endif
19839 main ()
19841 static struct statfs ac_aggr;
19842 if (ac_aggr.f_namelen)
19843 return 0;
19845 return 0;
19847 _ACEOF
19848 rm -f conftest.$ac_objext
19849 if { (ac_try="$ac_compile"
19850 case "(($ac_try" in
19851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19852 *) ac_try_echo=$ac_try;;
19853 esac
19854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19855 (eval "$ac_compile") 2>conftest.er1
19856 ac_status=$?
19857 grep -v '^ *+' conftest.er1 >conftest.err
19858 rm -f conftest.er1
19859 cat conftest.err >&5
19860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19861 (exit $ac_status); } && {
19862 test -z "$ac_c_werror_flag" ||
19863 test ! -s conftest.err
19864 } && test -s conftest.$ac_objext; then
19865 ac_cv_member_struct_statfs_f_namelen=yes
19866 else
19867 echo "$as_me: failed program was:" >&5
19868 sed 's/^/| /' conftest.$ac_ext >&5
19870 cat >conftest.$ac_ext <<_ACEOF
19871 /* confdefs.h. */
19872 _ACEOF
19873 cat confdefs.h >>conftest.$ac_ext
19874 cat >>conftest.$ac_ext <<_ACEOF
19875 /* end confdefs.h. */
19876 #include <sys/types.h>
19877 #ifdef HAVE_SYS_PARAM_H
19878 # include <sys/param.h>
19879 #endif
19880 #ifdef HAVE_SYS_MOUNT_H
19881 # include <sys/mount.h>
19882 #endif
19883 #ifdef HAVE_SYS_VFS_H
19884 # include <sys/vfs.h>
19885 #endif
19886 #ifdef HAVE_SYS_STATFS_H
19887 # include <sys/statfs.h>
19888 #endif
19891 main ()
19893 static struct statfs ac_aggr;
19894 if (sizeof ac_aggr.f_namelen)
19895 return 0;
19897 return 0;
19899 _ACEOF
19900 rm -f conftest.$ac_objext
19901 if { (ac_try="$ac_compile"
19902 case "(($ac_try" in
19903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19904 *) ac_try_echo=$ac_try;;
19905 esac
19906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19907 (eval "$ac_compile") 2>conftest.er1
19908 ac_status=$?
19909 grep -v '^ *+' conftest.er1 >conftest.err
19910 rm -f conftest.er1
19911 cat conftest.err >&5
19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913 (exit $ac_status); } && {
19914 test -z "$ac_c_werror_flag" ||
19915 test ! -s conftest.err
19916 } && test -s conftest.$ac_objext; then
19917 ac_cv_member_struct_statfs_f_namelen=yes
19918 else
19919 echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19922 ac_cv_member_struct_statfs_f_namelen=no
19925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19930 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19931 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19932 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19934 cat >>confdefs.h <<_ACEOF
19935 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19936 _ACEOF
19942 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19943 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19944 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19945 echo $ECHO_N "(cached) $ECHO_C" >&6
19946 else
19947 cat >conftest.$ac_ext <<_ACEOF
19948 /* confdefs.h. */
19949 _ACEOF
19950 cat confdefs.h >>conftest.$ac_ext
19951 cat >>conftest.$ac_ext <<_ACEOF
19952 /* end confdefs.h. */
19953 #ifdef HAVE_SYS_STATVFS_H
19954 #include <sys/statvfs.h>
19955 #endif
19958 main ()
19960 static struct statvfs ac_aggr;
19961 if (ac_aggr.f_blocks)
19962 return 0;
19964 return 0;
19966 _ACEOF
19967 rm -f conftest.$ac_objext
19968 if { (ac_try="$ac_compile"
19969 case "(($ac_try" in
19970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19971 *) ac_try_echo=$ac_try;;
19972 esac
19973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19974 (eval "$ac_compile") 2>conftest.er1
19975 ac_status=$?
19976 grep -v '^ *+' conftest.er1 >conftest.err
19977 rm -f conftest.er1
19978 cat conftest.err >&5
19979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19980 (exit $ac_status); } && {
19981 test -z "$ac_c_werror_flag" ||
19982 test ! -s conftest.err
19983 } && test -s conftest.$ac_objext; then
19984 ac_cv_member_struct_statvfs_f_blocks=yes
19985 else
19986 echo "$as_me: failed program was:" >&5
19987 sed 's/^/| /' conftest.$ac_ext >&5
19989 cat >conftest.$ac_ext <<_ACEOF
19990 /* confdefs.h. */
19991 _ACEOF
19992 cat confdefs.h >>conftest.$ac_ext
19993 cat >>conftest.$ac_ext <<_ACEOF
19994 /* end confdefs.h. */
19995 #ifdef HAVE_SYS_STATVFS_H
19996 #include <sys/statvfs.h>
19997 #endif
20000 main ()
20002 static struct statvfs ac_aggr;
20003 if (sizeof ac_aggr.f_blocks)
20004 return 0;
20006 return 0;
20008 _ACEOF
20009 rm -f conftest.$ac_objext
20010 if { (ac_try="$ac_compile"
20011 case "(($ac_try" in
20012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20013 *) ac_try_echo=$ac_try;;
20014 esac
20015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20016 (eval "$ac_compile") 2>conftest.er1
20017 ac_status=$?
20018 grep -v '^ *+' conftest.er1 >conftest.err
20019 rm -f conftest.er1
20020 cat conftest.err >&5
20021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20022 (exit $ac_status); } && {
20023 test -z "$ac_c_werror_flag" ||
20024 test ! -s conftest.err
20025 } && test -s conftest.$ac_objext; then
20026 ac_cv_member_struct_statvfs_f_blocks=yes
20027 else
20028 echo "$as_me: failed program was:" >&5
20029 sed 's/^/| /' conftest.$ac_ext >&5
20031 ac_cv_member_struct_statvfs_f_blocks=no
20034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20039 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20040 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20041 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20043 cat >>confdefs.h <<_ACEOF
20044 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20045 _ACEOF
20051 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20052 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20053 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20054 echo $ECHO_N "(cached) $ECHO_C" >&6
20055 else
20056 cat >conftest.$ac_ext <<_ACEOF
20057 /* confdefs.h. */
20058 _ACEOF
20059 cat confdefs.h >>conftest.$ac_ext
20060 cat >>conftest.$ac_ext <<_ACEOF
20061 /* end confdefs.h. */
20062 #include <sys/types.h>
20063 #ifdef HAVE_SYS_SOCKET_H
20064 # include <sys/socket.h>
20065 #endif
20066 #ifdef HAVE_SYS_UN_H
20067 # include <sys/un.h>
20068 #endif
20071 main ()
20073 static struct msghdr ac_aggr;
20074 if (ac_aggr.msg_accrights)
20075 return 0;
20077 return 0;
20079 _ACEOF
20080 rm -f conftest.$ac_objext
20081 if { (ac_try="$ac_compile"
20082 case "(($ac_try" in
20083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20084 *) ac_try_echo=$ac_try;;
20085 esac
20086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20087 (eval "$ac_compile") 2>conftest.er1
20088 ac_status=$?
20089 grep -v '^ *+' conftest.er1 >conftest.err
20090 rm -f conftest.er1
20091 cat conftest.err >&5
20092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20093 (exit $ac_status); } && {
20094 test -z "$ac_c_werror_flag" ||
20095 test ! -s conftest.err
20096 } && test -s conftest.$ac_objext; then
20097 ac_cv_member_struct_msghdr_msg_accrights=yes
20098 else
20099 echo "$as_me: failed program was:" >&5
20100 sed 's/^/| /' conftest.$ac_ext >&5
20102 cat >conftest.$ac_ext <<_ACEOF
20103 /* confdefs.h. */
20104 _ACEOF
20105 cat confdefs.h >>conftest.$ac_ext
20106 cat >>conftest.$ac_ext <<_ACEOF
20107 /* end confdefs.h. */
20108 #include <sys/types.h>
20109 #ifdef HAVE_SYS_SOCKET_H
20110 # include <sys/socket.h>
20111 #endif
20112 #ifdef HAVE_SYS_UN_H
20113 # include <sys/un.h>
20114 #endif
20117 main ()
20119 static struct msghdr ac_aggr;
20120 if (sizeof ac_aggr.msg_accrights)
20121 return 0;
20123 return 0;
20125 _ACEOF
20126 rm -f conftest.$ac_objext
20127 if { (ac_try="$ac_compile"
20128 case "(($ac_try" in
20129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20130 *) ac_try_echo=$ac_try;;
20131 esac
20132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20133 (eval "$ac_compile") 2>conftest.er1
20134 ac_status=$?
20135 grep -v '^ *+' conftest.er1 >conftest.err
20136 rm -f conftest.er1
20137 cat conftest.err >&5
20138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139 (exit $ac_status); } && {
20140 test -z "$ac_c_werror_flag" ||
20141 test ! -s conftest.err
20142 } && test -s conftest.$ac_objext; then
20143 ac_cv_member_struct_msghdr_msg_accrights=yes
20144 else
20145 echo "$as_me: failed program was:" >&5
20146 sed 's/^/| /' conftest.$ac_ext >&5
20148 ac_cv_member_struct_msghdr_msg_accrights=no
20151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20156 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20157 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20158 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20160 cat >>confdefs.h <<_ACEOF
20161 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20162 _ACEOF
20166 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20167 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20168 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20169 echo $ECHO_N "(cached) $ECHO_C" >&6
20170 else
20171 cat >conftest.$ac_ext <<_ACEOF
20172 /* confdefs.h. */
20173 _ACEOF
20174 cat confdefs.h >>conftest.$ac_ext
20175 cat >>conftest.$ac_ext <<_ACEOF
20176 /* end confdefs.h. */
20177 #include <sys/types.h>
20178 #ifdef HAVE_SYS_SOCKET_H
20179 # include <sys/socket.h>
20180 #endif
20181 #ifdef HAVE_SYS_UN_H
20182 # include <sys/un.h>
20183 #endif
20186 main ()
20188 static struct sockaddr ac_aggr;
20189 if (ac_aggr.sa_len)
20190 return 0;
20192 return 0;
20194 _ACEOF
20195 rm -f conftest.$ac_objext
20196 if { (ac_try="$ac_compile"
20197 case "(($ac_try" in
20198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20199 *) ac_try_echo=$ac_try;;
20200 esac
20201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20202 (eval "$ac_compile") 2>conftest.er1
20203 ac_status=$?
20204 grep -v '^ *+' conftest.er1 >conftest.err
20205 rm -f conftest.er1
20206 cat conftest.err >&5
20207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208 (exit $ac_status); } && {
20209 test -z "$ac_c_werror_flag" ||
20210 test ! -s conftest.err
20211 } && test -s conftest.$ac_objext; then
20212 ac_cv_member_struct_sockaddr_sa_len=yes
20213 else
20214 echo "$as_me: failed program was:" >&5
20215 sed 's/^/| /' conftest.$ac_ext >&5
20217 cat >conftest.$ac_ext <<_ACEOF
20218 /* confdefs.h. */
20219 _ACEOF
20220 cat confdefs.h >>conftest.$ac_ext
20221 cat >>conftest.$ac_ext <<_ACEOF
20222 /* end confdefs.h. */
20223 #include <sys/types.h>
20224 #ifdef HAVE_SYS_SOCKET_H
20225 # include <sys/socket.h>
20226 #endif
20227 #ifdef HAVE_SYS_UN_H
20228 # include <sys/un.h>
20229 #endif
20232 main ()
20234 static struct sockaddr ac_aggr;
20235 if (sizeof ac_aggr.sa_len)
20236 return 0;
20238 return 0;
20240 _ACEOF
20241 rm -f conftest.$ac_objext
20242 if { (ac_try="$ac_compile"
20243 case "(($ac_try" in
20244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20245 *) ac_try_echo=$ac_try;;
20246 esac
20247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20248 (eval "$ac_compile") 2>conftest.er1
20249 ac_status=$?
20250 grep -v '^ *+' conftest.er1 >conftest.err
20251 rm -f conftest.er1
20252 cat conftest.err >&5
20253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); } && {
20255 test -z "$ac_c_werror_flag" ||
20256 test ! -s conftest.err
20257 } && test -s conftest.$ac_objext; then
20258 ac_cv_member_struct_sockaddr_sa_len=yes
20259 else
20260 echo "$as_me: failed program was:" >&5
20261 sed 's/^/| /' conftest.$ac_ext >&5
20263 ac_cv_member_struct_sockaddr_sa_len=no
20266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20271 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20272 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20273 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20275 cat >>confdefs.h <<_ACEOF
20276 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20277 _ACEOF
20281 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20282 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20283 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20284 echo $ECHO_N "(cached) $ECHO_C" >&6
20285 else
20286 cat >conftest.$ac_ext <<_ACEOF
20287 /* confdefs.h. */
20288 _ACEOF
20289 cat confdefs.h >>conftest.$ac_ext
20290 cat >>conftest.$ac_ext <<_ACEOF
20291 /* end confdefs.h. */
20292 #include <sys/types.h>
20293 #ifdef HAVE_SYS_SOCKET_H
20294 # include <sys/socket.h>
20295 #endif
20296 #ifdef HAVE_SYS_UN_H
20297 # include <sys/un.h>
20298 #endif
20301 main ()
20303 static struct sockaddr_un ac_aggr;
20304 if (ac_aggr.sun_len)
20305 return 0;
20307 return 0;
20309 _ACEOF
20310 rm -f conftest.$ac_objext
20311 if { (ac_try="$ac_compile"
20312 case "(($ac_try" in
20313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20314 *) ac_try_echo=$ac_try;;
20315 esac
20316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20317 (eval "$ac_compile") 2>conftest.er1
20318 ac_status=$?
20319 grep -v '^ *+' conftest.er1 >conftest.err
20320 rm -f conftest.er1
20321 cat conftest.err >&5
20322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20323 (exit $ac_status); } && {
20324 test -z "$ac_c_werror_flag" ||
20325 test ! -s conftest.err
20326 } && test -s conftest.$ac_objext; then
20327 ac_cv_member_struct_sockaddr_un_sun_len=yes
20328 else
20329 echo "$as_me: failed program was:" >&5
20330 sed 's/^/| /' conftest.$ac_ext >&5
20332 cat >conftest.$ac_ext <<_ACEOF
20333 /* confdefs.h. */
20334 _ACEOF
20335 cat confdefs.h >>conftest.$ac_ext
20336 cat >>conftest.$ac_ext <<_ACEOF
20337 /* end confdefs.h. */
20338 #include <sys/types.h>
20339 #ifdef HAVE_SYS_SOCKET_H
20340 # include <sys/socket.h>
20341 #endif
20342 #ifdef HAVE_SYS_UN_H
20343 # include <sys/un.h>
20344 #endif
20347 main ()
20349 static struct sockaddr_un ac_aggr;
20350 if (sizeof ac_aggr.sun_len)
20351 return 0;
20353 return 0;
20355 _ACEOF
20356 rm -f conftest.$ac_objext
20357 if { (ac_try="$ac_compile"
20358 case "(($ac_try" in
20359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20360 *) ac_try_echo=$ac_try;;
20361 esac
20362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20363 (eval "$ac_compile") 2>conftest.er1
20364 ac_status=$?
20365 grep -v '^ *+' conftest.er1 >conftest.err
20366 rm -f conftest.er1
20367 cat conftest.err >&5
20368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20369 (exit $ac_status); } && {
20370 test -z "$ac_c_werror_flag" ||
20371 test ! -s conftest.err
20372 } && test -s conftest.$ac_objext; then
20373 ac_cv_member_struct_sockaddr_un_sun_len=yes
20374 else
20375 echo "$as_me: failed program was:" >&5
20376 sed 's/^/| /' conftest.$ac_ext >&5
20378 ac_cv_member_struct_sockaddr_un_sun_len=no
20381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20386 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20387 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20388 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20390 cat >>confdefs.h <<_ACEOF
20391 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20392 _ACEOF
20398 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20399 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20400 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20401 echo $ECHO_N "(cached) $ECHO_C" >&6
20402 else
20403 cat >conftest.$ac_ext <<_ACEOF
20404 /* confdefs.h. */
20405 _ACEOF
20406 cat confdefs.h >>conftest.$ac_ext
20407 cat >>conftest.$ac_ext <<_ACEOF
20408 /* end confdefs.h. */
20409 #include <sys/types.h>
20410 #ifdef HAVE_SCSI_SG_H
20411 #include <scsi/sg.h>
20412 #endif
20415 main ()
20417 static scsireq_t ac_aggr;
20418 if (ac_aggr.cmd)
20419 return 0;
20421 return 0;
20423 _ACEOF
20424 rm -f conftest.$ac_objext
20425 if { (ac_try="$ac_compile"
20426 case "(($ac_try" in
20427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20428 *) ac_try_echo=$ac_try;;
20429 esac
20430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20431 (eval "$ac_compile") 2>conftest.er1
20432 ac_status=$?
20433 grep -v '^ *+' conftest.er1 >conftest.err
20434 rm -f conftest.er1
20435 cat conftest.err >&5
20436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20437 (exit $ac_status); } && {
20438 test -z "$ac_c_werror_flag" ||
20439 test ! -s conftest.err
20440 } && test -s conftest.$ac_objext; then
20441 ac_cv_member_scsireq_t_cmd=yes
20442 else
20443 echo "$as_me: failed program was:" >&5
20444 sed 's/^/| /' conftest.$ac_ext >&5
20446 cat >conftest.$ac_ext <<_ACEOF
20447 /* confdefs.h. */
20448 _ACEOF
20449 cat confdefs.h >>conftest.$ac_ext
20450 cat >>conftest.$ac_ext <<_ACEOF
20451 /* end confdefs.h. */
20452 #include <sys/types.h>
20453 #ifdef HAVE_SCSI_SG_H
20454 #include <scsi/sg.h>
20455 #endif
20458 main ()
20460 static scsireq_t ac_aggr;
20461 if (sizeof ac_aggr.cmd)
20462 return 0;
20464 return 0;
20466 _ACEOF
20467 rm -f conftest.$ac_objext
20468 if { (ac_try="$ac_compile"
20469 case "(($ac_try" in
20470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20471 *) ac_try_echo=$ac_try;;
20472 esac
20473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20474 (eval "$ac_compile") 2>conftest.er1
20475 ac_status=$?
20476 grep -v '^ *+' conftest.er1 >conftest.err
20477 rm -f conftest.er1
20478 cat conftest.err >&5
20479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20480 (exit $ac_status); } && {
20481 test -z "$ac_c_werror_flag" ||
20482 test ! -s conftest.err
20483 } && test -s conftest.$ac_objext; then
20484 ac_cv_member_scsireq_t_cmd=yes
20485 else
20486 echo "$as_me: failed program was:" >&5
20487 sed 's/^/| /' conftest.$ac_ext >&5
20489 ac_cv_member_scsireq_t_cmd=no
20492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20497 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20498 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20499 if test $ac_cv_member_scsireq_t_cmd = yes; then
20501 cat >>confdefs.h <<_ACEOF
20502 #define HAVE_SCSIREQ_T_CMD 1
20503 _ACEOF
20507 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20508 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20509 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20510 echo $ECHO_N "(cached) $ECHO_C" >&6
20511 else
20512 cat >conftest.$ac_ext <<_ACEOF
20513 /* confdefs.h. */
20514 _ACEOF
20515 cat confdefs.h >>conftest.$ac_ext
20516 cat >>conftest.$ac_ext <<_ACEOF
20517 /* end confdefs.h. */
20518 #include <sys/types.h>
20519 #ifdef HAVE_SCSI_SG_H
20520 #include <scsi/sg.h>
20521 #endif
20524 main ()
20526 static sg_io_hdr_t ac_aggr;
20527 if (ac_aggr.interface_id)
20528 return 0;
20530 return 0;
20532 _ACEOF
20533 rm -f conftest.$ac_objext
20534 if { (ac_try="$ac_compile"
20535 case "(($ac_try" in
20536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20537 *) ac_try_echo=$ac_try;;
20538 esac
20539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20540 (eval "$ac_compile") 2>conftest.er1
20541 ac_status=$?
20542 grep -v '^ *+' conftest.er1 >conftest.err
20543 rm -f conftest.er1
20544 cat conftest.err >&5
20545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20546 (exit $ac_status); } && {
20547 test -z "$ac_c_werror_flag" ||
20548 test ! -s conftest.err
20549 } && test -s conftest.$ac_objext; then
20550 ac_cv_member_sg_io_hdr_t_interface_id=yes
20551 else
20552 echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5
20555 cat >conftest.$ac_ext <<_ACEOF
20556 /* confdefs.h. */
20557 _ACEOF
20558 cat confdefs.h >>conftest.$ac_ext
20559 cat >>conftest.$ac_ext <<_ACEOF
20560 /* end confdefs.h. */
20561 #include <sys/types.h>
20562 #ifdef HAVE_SCSI_SG_H
20563 #include <scsi/sg.h>
20564 #endif
20567 main ()
20569 static sg_io_hdr_t ac_aggr;
20570 if (sizeof ac_aggr.interface_id)
20571 return 0;
20573 return 0;
20575 _ACEOF
20576 rm -f conftest.$ac_objext
20577 if { (ac_try="$ac_compile"
20578 case "(($ac_try" in
20579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20580 *) ac_try_echo=$ac_try;;
20581 esac
20582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20583 (eval "$ac_compile") 2>conftest.er1
20584 ac_status=$?
20585 grep -v '^ *+' conftest.er1 >conftest.err
20586 rm -f conftest.er1
20587 cat conftest.err >&5
20588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20589 (exit $ac_status); } && {
20590 test -z "$ac_c_werror_flag" ||
20591 test ! -s conftest.err
20592 } && test -s conftest.$ac_objext; then
20593 ac_cv_member_sg_io_hdr_t_interface_id=yes
20594 else
20595 echo "$as_me: failed program was:" >&5
20596 sed 's/^/| /' conftest.$ac_ext >&5
20598 ac_cv_member_sg_io_hdr_t_interface_id=no
20601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20606 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20607 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20608 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20610 cat >>confdefs.h <<_ACEOF
20611 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20612 _ACEOF
20618 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20619 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20620 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20621 echo $ECHO_N "(cached) $ECHO_C" >&6
20622 else
20623 cat >conftest.$ac_ext <<_ACEOF
20624 /* confdefs.h. */
20625 _ACEOF
20626 cat confdefs.h >>conftest.$ac_ext
20627 cat >>conftest.$ac_ext <<_ACEOF
20628 /* end confdefs.h. */
20629 #include <signal.h>
20632 main ()
20634 static siginfo_t ac_aggr;
20635 if (ac_aggr.si_fd)
20636 return 0;
20638 return 0;
20640 _ACEOF
20641 rm -f conftest.$ac_objext
20642 if { (ac_try="$ac_compile"
20643 case "(($ac_try" in
20644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20645 *) ac_try_echo=$ac_try;;
20646 esac
20647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20648 (eval "$ac_compile") 2>conftest.er1
20649 ac_status=$?
20650 grep -v '^ *+' conftest.er1 >conftest.err
20651 rm -f conftest.er1
20652 cat conftest.err >&5
20653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20654 (exit $ac_status); } && {
20655 test -z "$ac_c_werror_flag" ||
20656 test ! -s conftest.err
20657 } && test -s conftest.$ac_objext; then
20658 ac_cv_member_siginfo_t_si_fd=yes
20659 else
20660 echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.$ac_ext >&5
20663 cat >conftest.$ac_ext <<_ACEOF
20664 /* confdefs.h. */
20665 _ACEOF
20666 cat confdefs.h >>conftest.$ac_ext
20667 cat >>conftest.$ac_ext <<_ACEOF
20668 /* end confdefs.h. */
20669 #include <signal.h>
20672 main ()
20674 static siginfo_t ac_aggr;
20675 if (sizeof ac_aggr.si_fd)
20676 return 0;
20678 return 0;
20680 _ACEOF
20681 rm -f conftest.$ac_objext
20682 if { (ac_try="$ac_compile"
20683 case "(($ac_try" in
20684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20685 *) ac_try_echo=$ac_try;;
20686 esac
20687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20688 (eval "$ac_compile") 2>conftest.er1
20689 ac_status=$?
20690 grep -v '^ *+' conftest.er1 >conftest.err
20691 rm -f conftest.er1
20692 cat conftest.err >&5
20693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20694 (exit $ac_status); } && {
20695 test -z "$ac_c_werror_flag" ||
20696 test ! -s conftest.err
20697 } && test -s conftest.$ac_objext; then
20698 ac_cv_member_siginfo_t_si_fd=yes
20699 else
20700 echo "$as_me: failed program was:" >&5
20701 sed 's/^/| /' conftest.$ac_ext >&5
20703 ac_cv_member_siginfo_t_si_fd=no
20706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20711 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20712 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20713 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20715 cat >>confdefs.h <<_ACEOF
20716 #define HAVE_SIGINFO_T_SI_FD 1
20717 _ACEOF
20723 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20724 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20725 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20726 echo $ECHO_N "(cached) $ECHO_C" >&6
20727 else
20728 cat >conftest.$ac_ext <<_ACEOF
20729 /* confdefs.h. */
20730 _ACEOF
20731 cat confdefs.h >>conftest.$ac_ext
20732 cat >>conftest.$ac_ext <<_ACEOF
20733 /* end confdefs.h. */
20734 #include <sys/types.h>
20735 #ifdef HAVE_SYS_MTIO_H
20736 #include <sys/mtio.h>
20737 #endif
20740 main ()
20742 static struct mtget ac_aggr;
20743 if (ac_aggr.mt_blksiz)
20744 return 0;
20746 return 0;
20748 _ACEOF
20749 rm -f conftest.$ac_objext
20750 if { (ac_try="$ac_compile"
20751 case "(($ac_try" in
20752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20753 *) ac_try_echo=$ac_try;;
20754 esac
20755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20756 (eval "$ac_compile") 2>conftest.er1
20757 ac_status=$?
20758 grep -v '^ *+' conftest.er1 >conftest.err
20759 rm -f conftest.er1
20760 cat conftest.err >&5
20761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20762 (exit $ac_status); } && {
20763 test -z "$ac_c_werror_flag" ||
20764 test ! -s conftest.err
20765 } && test -s conftest.$ac_objext; then
20766 ac_cv_member_struct_mtget_mt_blksiz=yes
20767 else
20768 echo "$as_me: failed program was:" >&5
20769 sed 's/^/| /' conftest.$ac_ext >&5
20771 cat >conftest.$ac_ext <<_ACEOF
20772 /* confdefs.h. */
20773 _ACEOF
20774 cat confdefs.h >>conftest.$ac_ext
20775 cat >>conftest.$ac_ext <<_ACEOF
20776 /* end confdefs.h. */
20777 #include <sys/types.h>
20778 #ifdef HAVE_SYS_MTIO_H
20779 #include <sys/mtio.h>
20780 #endif
20783 main ()
20785 static struct mtget ac_aggr;
20786 if (sizeof ac_aggr.mt_blksiz)
20787 return 0;
20789 return 0;
20791 _ACEOF
20792 rm -f conftest.$ac_objext
20793 if { (ac_try="$ac_compile"
20794 case "(($ac_try" in
20795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20796 *) ac_try_echo=$ac_try;;
20797 esac
20798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20799 (eval "$ac_compile") 2>conftest.er1
20800 ac_status=$?
20801 grep -v '^ *+' conftest.er1 >conftest.err
20802 rm -f conftest.er1
20803 cat conftest.err >&5
20804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20805 (exit $ac_status); } && {
20806 test -z "$ac_c_werror_flag" ||
20807 test ! -s conftest.err
20808 } && test -s conftest.$ac_objext; then
20809 ac_cv_member_struct_mtget_mt_blksiz=yes
20810 else
20811 echo "$as_me: failed program was:" >&5
20812 sed 's/^/| /' conftest.$ac_ext >&5
20814 ac_cv_member_struct_mtget_mt_blksiz=no
20817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20822 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20823 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20824 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20826 cat >>confdefs.h <<_ACEOF
20827 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20828 _ACEOF
20832 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20833 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20834 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20835 echo $ECHO_N "(cached) $ECHO_C" >&6
20836 else
20837 cat >conftest.$ac_ext <<_ACEOF
20838 /* confdefs.h. */
20839 _ACEOF
20840 cat confdefs.h >>conftest.$ac_ext
20841 cat >>conftest.$ac_ext <<_ACEOF
20842 /* end confdefs.h. */
20843 #include <sys/types.h>
20844 #ifdef HAVE_SYS_MTIO_H
20845 #include <sys/mtio.h>
20846 #endif
20849 main ()
20851 static struct mtget ac_aggr;
20852 if (ac_aggr.mt_gstat)
20853 return 0;
20855 return 0;
20857 _ACEOF
20858 rm -f conftest.$ac_objext
20859 if { (ac_try="$ac_compile"
20860 case "(($ac_try" in
20861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20862 *) ac_try_echo=$ac_try;;
20863 esac
20864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20865 (eval "$ac_compile") 2>conftest.er1
20866 ac_status=$?
20867 grep -v '^ *+' conftest.er1 >conftest.err
20868 rm -f conftest.er1
20869 cat conftest.err >&5
20870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); } && {
20872 test -z "$ac_c_werror_flag" ||
20873 test ! -s conftest.err
20874 } && test -s conftest.$ac_objext; then
20875 ac_cv_member_struct_mtget_mt_gstat=yes
20876 else
20877 echo "$as_me: failed program was:" >&5
20878 sed 's/^/| /' conftest.$ac_ext >&5
20880 cat >conftest.$ac_ext <<_ACEOF
20881 /* confdefs.h. */
20882 _ACEOF
20883 cat confdefs.h >>conftest.$ac_ext
20884 cat >>conftest.$ac_ext <<_ACEOF
20885 /* end confdefs.h. */
20886 #include <sys/types.h>
20887 #ifdef HAVE_SYS_MTIO_H
20888 #include <sys/mtio.h>
20889 #endif
20892 main ()
20894 static struct mtget ac_aggr;
20895 if (sizeof ac_aggr.mt_gstat)
20896 return 0;
20898 return 0;
20900 _ACEOF
20901 rm -f conftest.$ac_objext
20902 if { (ac_try="$ac_compile"
20903 case "(($ac_try" in
20904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20905 *) ac_try_echo=$ac_try;;
20906 esac
20907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20908 (eval "$ac_compile") 2>conftest.er1
20909 ac_status=$?
20910 grep -v '^ *+' conftest.er1 >conftest.err
20911 rm -f conftest.er1
20912 cat conftest.err >&5
20913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20914 (exit $ac_status); } && {
20915 test -z "$ac_c_werror_flag" ||
20916 test ! -s conftest.err
20917 } && test -s conftest.$ac_objext; then
20918 ac_cv_member_struct_mtget_mt_gstat=yes
20919 else
20920 echo "$as_me: failed program was:" >&5
20921 sed 's/^/| /' conftest.$ac_ext >&5
20923 ac_cv_member_struct_mtget_mt_gstat=no
20926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20931 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20932 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20933 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20935 cat >>confdefs.h <<_ACEOF
20936 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20937 _ACEOF
20941 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20942 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20943 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20944 echo $ECHO_N "(cached) $ECHO_C" >&6
20945 else
20946 cat >conftest.$ac_ext <<_ACEOF
20947 /* confdefs.h. */
20948 _ACEOF
20949 cat confdefs.h >>conftest.$ac_ext
20950 cat >>conftest.$ac_ext <<_ACEOF
20951 /* end confdefs.h. */
20952 #include <sys/types.h>
20953 #ifdef HAVE_SYS_MTIO_H
20954 #include <sys/mtio.h>
20955 #endif
20958 main ()
20960 static struct mtget ac_aggr;
20961 if (ac_aggr.mt_blkno)
20962 return 0;
20964 return 0;
20966 _ACEOF
20967 rm -f conftest.$ac_objext
20968 if { (ac_try="$ac_compile"
20969 case "(($ac_try" in
20970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20971 *) ac_try_echo=$ac_try;;
20972 esac
20973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20974 (eval "$ac_compile") 2>conftest.er1
20975 ac_status=$?
20976 grep -v '^ *+' conftest.er1 >conftest.err
20977 rm -f conftest.er1
20978 cat conftest.err >&5
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } && {
20981 test -z "$ac_c_werror_flag" ||
20982 test ! -s conftest.err
20983 } && test -s conftest.$ac_objext; then
20984 ac_cv_member_struct_mtget_mt_blkno=yes
20985 else
20986 echo "$as_me: failed program was:" >&5
20987 sed 's/^/| /' conftest.$ac_ext >&5
20989 cat >conftest.$ac_ext <<_ACEOF
20990 /* confdefs.h. */
20991 _ACEOF
20992 cat confdefs.h >>conftest.$ac_ext
20993 cat >>conftest.$ac_ext <<_ACEOF
20994 /* end confdefs.h. */
20995 #include <sys/types.h>
20996 #ifdef HAVE_SYS_MTIO_H
20997 #include <sys/mtio.h>
20998 #endif
21001 main ()
21003 static struct mtget ac_aggr;
21004 if (sizeof ac_aggr.mt_blkno)
21005 return 0;
21007 return 0;
21009 _ACEOF
21010 rm -f conftest.$ac_objext
21011 if { (ac_try="$ac_compile"
21012 case "(($ac_try" in
21013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21014 *) ac_try_echo=$ac_try;;
21015 esac
21016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21017 (eval "$ac_compile") 2>conftest.er1
21018 ac_status=$?
21019 grep -v '^ *+' conftest.er1 >conftest.err
21020 rm -f conftest.er1
21021 cat conftest.err >&5
21022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21023 (exit $ac_status); } && {
21024 test -z "$ac_c_werror_flag" ||
21025 test ! -s conftest.err
21026 } && test -s conftest.$ac_objext; then
21027 ac_cv_member_struct_mtget_mt_blkno=yes
21028 else
21029 echo "$as_me: failed program was:" >&5
21030 sed 's/^/| /' conftest.$ac_ext >&5
21032 ac_cv_member_struct_mtget_mt_blkno=no
21035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21040 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21041 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21042 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21044 cat >>confdefs.h <<_ACEOF
21045 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21046 _ACEOF
21052 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21053 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21054 if test "${ac_cv_member_struct_option_name+set}" = set; then
21055 echo $ECHO_N "(cached) $ECHO_C" >&6
21056 else
21057 cat >conftest.$ac_ext <<_ACEOF
21058 /* confdefs.h. */
21059 _ACEOF
21060 cat confdefs.h >>conftest.$ac_ext
21061 cat >>conftest.$ac_ext <<_ACEOF
21062 /* end confdefs.h. */
21063 #ifdef HAVE_GETOPT_H
21064 #include <getopt.h>
21065 #endif
21068 main ()
21070 static struct option ac_aggr;
21071 if (ac_aggr.name)
21072 return 0;
21074 return 0;
21076 _ACEOF
21077 rm -f conftest.$ac_objext
21078 if { (ac_try="$ac_compile"
21079 case "(($ac_try" in
21080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21081 *) ac_try_echo=$ac_try;;
21082 esac
21083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21084 (eval "$ac_compile") 2>conftest.er1
21085 ac_status=$?
21086 grep -v '^ *+' conftest.er1 >conftest.err
21087 rm -f conftest.er1
21088 cat conftest.err >&5
21089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21090 (exit $ac_status); } && {
21091 test -z "$ac_c_werror_flag" ||
21092 test ! -s conftest.err
21093 } && test -s conftest.$ac_objext; then
21094 ac_cv_member_struct_option_name=yes
21095 else
21096 echo "$as_me: failed program was:" >&5
21097 sed 's/^/| /' conftest.$ac_ext >&5
21099 cat >conftest.$ac_ext <<_ACEOF
21100 /* confdefs.h. */
21101 _ACEOF
21102 cat confdefs.h >>conftest.$ac_ext
21103 cat >>conftest.$ac_ext <<_ACEOF
21104 /* end confdefs.h. */
21105 #ifdef HAVE_GETOPT_H
21106 #include <getopt.h>
21107 #endif
21110 main ()
21112 static struct option ac_aggr;
21113 if (sizeof ac_aggr.name)
21114 return 0;
21116 return 0;
21118 _ACEOF
21119 rm -f conftest.$ac_objext
21120 if { (ac_try="$ac_compile"
21121 case "(($ac_try" in
21122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21123 *) ac_try_echo=$ac_try;;
21124 esac
21125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21126 (eval "$ac_compile") 2>conftest.er1
21127 ac_status=$?
21128 grep -v '^ *+' conftest.er1 >conftest.err
21129 rm -f conftest.er1
21130 cat conftest.err >&5
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); } && {
21133 test -z "$ac_c_werror_flag" ||
21134 test ! -s conftest.err
21135 } && test -s conftest.$ac_objext; then
21136 ac_cv_member_struct_option_name=yes
21137 else
21138 echo "$as_me: failed program was:" >&5
21139 sed 's/^/| /' conftest.$ac_ext >&5
21141 ac_cv_member_struct_option_name=no
21144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21149 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21150 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21151 if test $ac_cv_member_struct_option_name = yes; then
21153 cat >>confdefs.h <<_ACEOF
21154 #define HAVE_STRUCT_OPTION_NAME 1
21155 _ACEOF
21161 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21162 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21163 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21164 echo $ECHO_N "(cached) $ECHO_C" >&6
21165 else
21166 cat >conftest.$ac_ext <<_ACEOF
21167 /* confdefs.h. */
21168 _ACEOF
21169 cat confdefs.h >>conftest.$ac_ext
21170 cat >>conftest.$ac_ext <<_ACEOF
21171 /* end confdefs.h. */
21172 $ac_includes_default
21174 main ()
21176 static struct stat ac_aggr;
21177 if (ac_aggr.st_blocks)
21178 return 0;
21180 return 0;
21182 _ACEOF
21183 rm -f conftest.$ac_objext
21184 if { (ac_try="$ac_compile"
21185 case "(($ac_try" in
21186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21187 *) ac_try_echo=$ac_try;;
21188 esac
21189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21190 (eval "$ac_compile") 2>conftest.er1
21191 ac_status=$?
21192 grep -v '^ *+' conftest.er1 >conftest.err
21193 rm -f conftest.er1
21194 cat conftest.err >&5
21195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21196 (exit $ac_status); } && {
21197 test -z "$ac_c_werror_flag" ||
21198 test ! -s conftest.err
21199 } && test -s conftest.$ac_objext; then
21200 ac_cv_member_struct_stat_st_blocks=yes
21201 else
21202 echo "$as_me: failed program was:" >&5
21203 sed 's/^/| /' conftest.$ac_ext >&5
21205 cat >conftest.$ac_ext <<_ACEOF
21206 /* confdefs.h. */
21207 _ACEOF
21208 cat confdefs.h >>conftest.$ac_ext
21209 cat >>conftest.$ac_ext <<_ACEOF
21210 /* end confdefs.h. */
21211 $ac_includes_default
21213 main ()
21215 static struct stat ac_aggr;
21216 if (sizeof ac_aggr.st_blocks)
21217 return 0;
21219 return 0;
21221 _ACEOF
21222 rm -f conftest.$ac_objext
21223 if { (ac_try="$ac_compile"
21224 case "(($ac_try" in
21225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21226 *) ac_try_echo=$ac_try;;
21227 esac
21228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21229 (eval "$ac_compile") 2>conftest.er1
21230 ac_status=$?
21231 grep -v '^ *+' conftest.er1 >conftest.err
21232 rm -f conftest.er1
21233 cat conftest.err >&5
21234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235 (exit $ac_status); } && {
21236 test -z "$ac_c_werror_flag" ||
21237 test ! -s conftest.err
21238 } && test -s conftest.$ac_objext; then
21239 ac_cv_member_struct_stat_st_blocks=yes
21240 else
21241 echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.$ac_ext >&5
21244 ac_cv_member_struct_stat_st_blocks=no
21247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21252 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21253 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21254 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21256 cat >>confdefs.h <<_ACEOF
21257 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21258 _ACEOF
21262 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21263 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21264 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21265 echo $ECHO_N "(cached) $ECHO_C" >&6
21266 else
21267 cat >conftest.$ac_ext <<_ACEOF
21268 /* confdefs.h. */
21269 _ACEOF
21270 cat confdefs.h >>conftest.$ac_ext
21271 cat >>conftest.$ac_ext <<_ACEOF
21272 /* end confdefs.h. */
21273 $ac_includes_default
21275 main ()
21277 static struct stat ac_aggr;
21278 if (ac_aggr.st_mtim)
21279 return 0;
21281 return 0;
21283 _ACEOF
21284 rm -f conftest.$ac_objext
21285 if { (ac_try="$ac_compile"
21286 case "(($ac_try" in
21287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21288 *) ac_try_echo=$ac_try;;
21289 esac
21290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21291 (eval "$ac_compile") 2>conftest.er1
21292 ac_status=$?
21293 grep -v '^ *+' conftest.er1 >conftest.err
21294 rm -f conftest.er1
21295 cat conftest.err >&5
21296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21297 (exit $ac_status); } && {
21298 test -z "$ac_c_werror_flag" ||
21299 test ! -s conftest.err
21300 } && test -s conftest.$ac_objext; then
21301 ac_cv_member_struct_stat_st_mtim=yes
21302 else
21303 echo "$as_me: failed program was:" >&5
21304 sed 's/^/| /' conftest.$ac_ext >&5
21306 cat >conftest.$ac_ext <<_ACEOF
21307 /* confdefs.h. */
21308 _ACEOF
21309 cat confdefs.h >>conftest.$ac_ext
21310 cat >>conftest.$ac_ext <<_ACEOF
21311 /* end confdefs.h. */
21312 $ac_includes_default
21314 main ()
21316 static struct stat ac_aggr;
21317 if (sizeof ac_aggr.st_mtim)
21318 return 0;
21320 return 0;
21322 _ACEOF
21323 rm -f conftest.$ac_objext
21324 if { (ac_try="$ac_compile"
21325 case "(($ac_try" in
21326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21327 *) ac_try_echo=$ac_try;;
21328 esac
21329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21330 (eval "$ac_compile") 2>conftest.er1
21331 ac_status=$?
21332 grep -v '^ *+' conftest.er1 >conftest.err
21333 rm -f conftest.er1
21334 cat conftest.err >&5
21335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21336 (exit $ac_status); } && {
21337 test -z "$ac_c_werror_flag" ||
21338 test ! -s conftest.err
21339 } && test -s conftest.$ac_objext; then
21340 ac_cv_member_struct_stat_st_mtim=yes
21341 else
21342 echo "$as_me: failed program was:" >&5
21343 sed 's/^/| /' conftest.$ac_ext >&5
21345 ac_cv_member_struct_stat_st_mtim=no
21348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21353 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21354 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21355 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21357 cat >>confdefs.h <<_ACEOF
21358 #define HAVE_STRUCT_STAT_ST_MTIM 1
21359 _ACEOF
21363 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21364 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21365 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21366 echo $ECHO_N "(cached) $ECHO_C" >&6
21367 else
21368 cat >conftest.$ac_ext <<_ACEOF
21369 /* confdefs.h. */
21370 _ACEOF
21371 cat confdefs.h >>conftest.$ac_ext
21372 cat >>conftest.$ac_ext <<_ACEOF
21373 /* end confdefs.h. */
21374 $ac_includes_default
21376 main ()
21378 static struct stat ac_aggr;
21379 if (ac_aggr.st_ctim)
21380 return 0;
21382 return 0;
21384 _ACEOF
21385 rm -f conftest.$ac_objext
21386 if { (ac_try="$ac_compile"
21387 case "(($ac_try" in
21388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21389 *) ac_try_echo=$ac_try;;
21390 esac
21391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21392 (eval "$ac_compile") 2>conftest.er1
21393 ac_status=$?
21394 grep -v '^ *+' conftest.er1 >conftest.err
21395 rm -f conftest.er1
21396 cat conftest.err >&5
21397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21398 (exit $ac_status); } && {
21399 test -z "$ac_c_werror_flag" ||
21400 test ! -s conftest.err
21401 } && test -s conftest.$ac_objext; then
21402 ac_cv_member_struct_stat_st_ctim=yes
21403 else
21404 echo "$as_me: failed program was:" >&5
21405 sed 's/^/| /' conftest.$ac_ext >&5
21407 cat >conftest.$ac_ext <<_ACEOF
21408 /* confdefs.h. */
21409 _ACEOF
21410 cat confdefs.h >>conftest.$ac_ext
21411 cat >>conftest.$ac_ext <<_ACEOF
21412 /* end confdefs.h. */
21413 $ac_includes_default
21415 main ()
21417 static struct stat ac_aggr;
21418 if (sizeof ac_aggr.st_ctim)
21419 return 0;
21421 return 0;
21423 _ACEOF
21424 rm -f conftest.$ac_objext
21425 if { (ac_try="$ac_compile"
21426 case "(($ac_try" in
21427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21428 *) ac_try_echo=$ac_try;;
21429 esac
21430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21431 (eval "$ac_compile") 2>conftest.er1
21432 ac_status=$?
21433 grep -v '^ *+' conftest.er1 >conftest.err
21434 rm -f conftest.er1
21435 cat conftest.err >&5
21436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21437 (exit $ac_status); } && {
21438 test -z "$ac_c_werror_flag" ||
21439 test ! -s conftest.err
21440 } && test -s conftest.$ac_objext; then
21441 ac_cv_member_struct_stat_st_ctim=yes
21442 else
21443 echo "$as_me: failed program was:" >&5
21444 sed 's/^/| /' conftest.$ac_ext >&5
21446 ac_cv_member_struct_stat_st_ctim=no
21449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21454 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21455 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21456 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21458 cat >>confdefs.h <<_ACEOF
21459 #define HAVE_STRUCT_STAT_ST_CTIM 1
21460 _ACEOF
21464 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21465 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21466 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21467 echo $ECHO_N "(cached) $ECHO_C" >&6
21468 else
21469 cat >conftest.$ac_ext <<_ACEOF
21470 /* confdefs.h. */
21471 _ACEOF
21472 cat confdefs.h >>conftest.$ac_ext
21473 cat >>conftest.$ac_ext <<_ACEOF
21474 /* end confdefs.h. */
21475 $ac_includes_default
21477 main ()
21479 static struct stat ac_aggr;
21480 if (ac_aggr.st_atim)
21481 return 0;
21483 return 0;
21485 _ACEOF
21486 rm -f conftest.$ac_objext
21487 if { (ac_try="$ac_compile"
21488 case "(($ac_try" in
21489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21490 *) ac_try_echo=$ac_try;;
21491 esac
21492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21493 (eval "$ac_compile") 2>conftest.er1
21494 ac_status=$?
21495 grep -v '^ *+' conftest.er1 >conftest.err
21496 rm -f conftest.er1
21497 cat conftest.err >&5
21498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21499 (exit $ac_status); } && {
21500 test -z "$ac_c_werror_flag" ||
21501 test ! -s conftest.err
21502 } && test -s conftest.$ac_objext; then
21503 ac_cv_member_struct_stat_st_atim=yes
21504 else
21505 echo "$as_me: failed program was:" >&5
21506 sed 's/^/| /' conftest.$ac_ext >&5
21508 cat >conftest.$ac_ext <<_ACEOF
21509 /* confdefs.h. */
21510 _ACEOF
21511 cat confdefs.h >>conftest.$ac_ext
21512 cat >>conftest.$ac_ext <<_ACEOF
21513 /* end confdefs.h. */
21514 $ac_includes_default
21516 main ()
21518 static struct stat ac_aggr;
21519 if (sizeof ac_aggr.st_atim)
21520 return 0;
21522 return 0;
21524 _ACEOF
21525 rm -f conftest.$ac_objext
21526 if { (ac_try="$ac_compile"
21527 case "(($ac_try" in
21528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21529 *) ac_try_echo=$ac_try;;
21530 esac
21531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21532 (eval "$ac_compile") 2>conftest.er1
21533 ac_status=$?
21534 grep -v '^ *+' conftest.er1 >conftest.err
21535 rm -f conftest.er1
21536 cat conftest.err >&5
21537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538 (exit $ac_status); } && {
21539 test -z "$ac_c_werror_flag" ||
21540 test ! -s conftest.err
21541 } && test -s conftest.$ac_objext; then
21542 ac_cv_member_struct_stat_st_atim=yes
21543 else
21544 echo "$as_me: failed program was:" >&5
21545 sed 's/^/| /' conftest.$ac_ext >&5
21547 ac_cv_member_struct_stat_st_atim=no
21550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21555 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21556 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21557 if test $ac_cv_member_struct_stat_st_atim = yes; then
21559 cat >>confdefs.h <<_ACEOF
21560 #define HAVE_STRUCT_STAT_ST_ATIM 1
21561 _ACEOF
21567 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21568 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21569 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21570 echo $ECHO_N "(cached) $ECHO_C" >&6
21571 else
21572 cat >conftest.$ac_ext <<_ACEOF
21573 /* confdefs.h. */
21574 _ACEOF
21575 cat confdefs.h >>conftest.$ac_ext
21576 cat >>conftest.$ac_ext <<_ACEOF
21577 /* end confdefs.h. */
21578 #ifdef HAVE_SYS_TYPES_H
21579 #include <sys/types.h>
21580 #endif
21581 #ifdef HAVE_NETINET_IN_H
21582 #include <netinet/in.h>
21583 #endif
21586 main ()
21588 static struct sockaddr_in6 ac_aggr;
21589 if (ac_aggr.sin6_scope_id)
21590 return 0;
21592 return 0;
21594 _ACEOF
21595 rm -f conftest.$ac_objext
21596 if { (ac_try="$ac_compile"
21597 case "(($ac_try" in
21598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21599 *) ac_try_echo=$ac_try;;
21600 esac
21601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21602 (eval "$ac_compile") 2>conftest.er1
21603 ac_status=$?
21604 grep -v '^ *+' conftest.er1 >conftest.err
21605 rm -f conftest.er1
21606 cat conftest.err >&5
21607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21608 (exit $ac_status); } && {
21609 test -z "$ac_c_werror_flag" ||
21610 test ! -s conftest.err
21611 } && test -s conftest.$ac_objext; then
21612 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21613 else
21614 echo "$as_me: failed program was:" >&5
21615 sed 's/^/| /' conftest.$ac_ext >&5
21617 cat >conftest.$ac_ext <<_ACEOF
21618 /* confdefs.h. */
21619 _ACEOF
21620 cat confdefs.h >>conftest.$ac_ext
21621 cat >>conftest.$ac_ext <<_ACEOF
21622 /* end confdefs.h. */
21623 #ifdef HAVE_SYS_TYPES_H
21624 #include <sys/types.h>
21625 #endif
21626 #ifdef HAVE_NETINET_IN_H
21627 #include <netinet/in.h>
21628 #endif
21631 main ()
21633 static struct sockaddr_in6 ac_aggr;
21634 if (sizeof ac_aggr.sin6_scope_id)
21635 return 0;
21637 return 0;
21639 _ACEOF
21640 rm -f conftest.$ac_objext
21641 if { (ac_try="$ac_compile"
21642 case "(($ac_try" in
21643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644 *) ac_try_echo=$ac_try;;
21645 esac
21646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21647 (eval "$ac_compile") 2>conftest.er1
21648 ac_status=$?
21649 grep -v '^ *+' conftest.er1 >conftest.err
21650 rm -f conftest.er1
21651 cat conftest.err >&5
21652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21653 (exit $ac_status); } && {
21654 test -z "$ac_c_werror_flag" ||
21655 test ! -s conftest.err
21656 } && test -s conftest.$ac_objext; then
21657 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21658 else
21659 echo "$as_me: failed program was:" >&5
21660 sed 's/^/| /' conftest.$ac_ext >&5
21662 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21670 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21671 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21672 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21674 cat >>confdefs.h <<_ACEOF
21675 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21676 _ACEOF
21682 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21683 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21684 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21685 echo $ECHO_N "(cached) $ECHO_C" >&6
21686 else
21687 cat >conftest.$ac_ext <<_ACEOF
21688 /* confdefs.h. */
21689 _ACEOF
21690 cat confdefs.h >>conftest.$ac_ext
21691 cat >>conftest.$ac_ext <<_ACEOF
21692 /* end confdefs.h. */
21693 #ifdef HAVE_SYS_TYPES_H
21694 #include <sys/types.h>
21695 #endif
21696 #ifdef HAVE_NETINET_IN_H
21697 # include <netinet/in.h>
21698 #endif
21699 #ifdef HAVE_ARPA_NAMESER_H
21700 # include <arpa/nameser.h>
21701 #endif
21704 main ()
21706 static ns_msg ac_aggr;
21707 if (ac_aggr._msg_ptr)
21708 return 0;
21710 return 0;
21712 _ACEOF
21713 rm -f conftest.$ac_objext
21714 if { (ac_try="$ac_compile"
21715 case "(($ac_try" in
21716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21717 *) ac_try_echo=$ac_try;;
21718 esac
21719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21720 (eval "$ac_compile") 2>conftest.er1
21721 ac_status=$?
21722 grep -v '^ *+' conftest.er1 >conftest.err
21723 rm -f conftest.er1
21724 cat conftest.err >&5
21725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21726 (exit $ac_status); } && {
21727 test -z "$ac_c_werror_flag" ||
21728 test ! -s conftest.err
21729 } && test -s conftest.$ac_objext; then
21730 ac_cv_member_ns_msg__msg_ptr=yes
21731 else
21732 echo "$as_me: failed program was:" >&5
21733 sed 's/^/| /' conftest.$ac_ext >&5
21735 cat >conftest.$ac_ext <<_ACEOF
21736 /* confdefs.h. */
21737 _ACEOF
21738 cat confdefs.h >>conftest.$ac_ext
21739 cat >>conftest.$ac_ext <<_ACEOF
21740 /* end confdefs.h. */
21741 #ifdef HAVE_SYS_TYPES_H
21742 #include <sys/types.h>
21743 #endif
21744 #ifdef HAVE_NETINET_IN_H
21745 # include <netinet/in.h>
21746 #endif
21747 #ifdef HAVE_ARPA_NAMESER_H
21748 # include <arpa/nameser.h>
21749 #endif
21752 main ()
21754 static ns_msg ac_aggr;
21755 if (sizeof ac_aggr._msg_ptr)
21756 return 0;
21758 return 0;
21760 _ACEOF
21761 rm -f conftest.$ac_objext
21762 if { (ac_try="$ac_compile"
21763 case "(($ac_try" in
21764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21765 *) ac_try_echo=$ac_try;;
21766 esac
21767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21768 (eval "$ac_compile") 2>conftest.er1
21769 ac_status=$?
21770 grep -v '^ *+' conftest.er1 >conftest.err
21771 rm -f conftest.er1
21772 cat conftest.err >&5
21773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21774 (exit $ac_status); } && {
21775 test -z "$ac_c_werror_flag" ||
21776 test ! -s conftest.err
21777 } && test -s conftest.$ac_objext; then
21778 ac_cv_member_ns_msg__msg_ptr=yes
21779 else
21780 echo "$as_me: failed program was:" >&5
21781 sed 's/^/| /' conftest.$ac_ext >&5
21783 ac_cv_member_ns_msg__msg_ptr=no
21786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21791 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21792 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21793 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21795 cat >>confdefs.h <<_ACEOF
21796 #define HAVE_NS_MSG__MSG_PTR 1
21797 _ACEOF
21803 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21804 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21805 if test "${ac_cv_have_timezone+set}" = set; then
21806 echo $ECHO_N "(cached) $ECHO_C" >&6
21807 else
21808 cat >conftest.$ac_ext <<_ACEOF
21809 /* confdefs.h. */
21810 _ACEOF
21811 cat confdefs.h >>conftest.$ac_ext
21812 cat >>conftest.$ac_ext <<_ACEOF
21813 /* end confdefs.h. */
21814 #include <time.h>
21816 main ()
21818 timezone = 1
21820 return 0;
21822 _ACEOF
21823 rm -f conftest.$ac_objext conftest$ac_exeext
21824 if { (ac_try="$ac_link"
21825 case "(($ac_try" in
21826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21827 *) ac_try_echo=$ac_try;;
21828 esac
21829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21830 (eval "$ac_link") 2>conftest.er1
21831 ac_status=$?
21832 grep -v '^ *+' conftest.er1 >conftest.err
21833 rm -f conftest.er1
21834 cat conftest.err >&5
21835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21836 (exit $ac_status); } && {
21837 test -z "$ac_c_werror_flag" ||
21838 test ! -s conftest.err
21839 } && test -s conftest$ac_exeext &&
21840 $as_test_x conftest$ac_exeext; then
21841 ac_cv_have_timezone="yes"
21842 else
21843 echo "$as_me: failed program was:" >&5
21844 sed 's/^/| /' conftest.$ac_ext >&5
21846 ac_cv_have_timezone="no"
21849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21850 conftest$ac_exeext conftest.$ac_ext
21852 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21853 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21854 if test "$ac_cv_have_timezone" = "yes"
21855 then
21857 cat >>confdefs.h <<\_ACEOF
21858 #define HAVE_TIMEZONE 1
21859 _ACEOF
21862 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21863 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21864 if test "${ac_cv_have_daylight+set}" = set; then
21865 echo $ECHO_N "(cached) $ECHO_C" >&6
21866 else
21867 cat >conftest.$ac_ext <<_ACEOF
21868 /* confdefs.h. */
21869 _ACEOF
21870 cat confdefs.h >>conftest.$ac_ext
21871 cat >>conftest.$ac_ext <<_ACEOF
21872 /* end confdefs.h. */
21873 #include <time.h>
21875 main ()
21877 daylight = 1
21879 return 0;
21881 _ACEOF
21882 rm -f conftest.$ac_objext conftest$ac_exeext
21883 if { (ac_try="$ac_link"
21884 case "(($ac_try" in
21885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21886 *) ac_try_echo=$ac_try;;
21887 esac
21888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21889 (eval "$ac_link") 2>conftest.er1
21890 ac_status=$?
21891 grep -v '^ *+' conftest.er1 >conftest.err
21892 rm -f conftest.er1
21893 cat conftest.err >&5
21894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21895 (exit $ac_status); } && {
21896 test -z "$ac_c_werror_flag" ||
21897 test ! -s conftest.err
21898 } && test -s conftest$ac_exeext &&
21899 $as_test_x conftest$ac_exeext; then
21900 ac_cv_have_daylight="yes"
21901 else
21902 echo "$as_me: failed program was:" >&5
21903 sed 's/^/| /' conftest.$ac_ext >&5
21905 ac_cv_have_daylight="no"
21908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21909 conftest$ac_exeext conftest.$ac_ext
21911 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21912 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21913 if test "$ac_cv_have_daylight" = "yes"
21914 then
21916 cat >>confdefs.h <<\_ACEOF
21917 #define HAVE_DAYLIGHT 1
21918 _ACEOF
21922 { echo "$as_me:$LINENO: checking for isinf" >&5
21923 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21924 if test "${ac_cv_have_isinf+set}" = set; then
21925 echo $ECHO_N "(cached) $ECHO_C" >&6
21926 else
21927 cat >conftest.$ac_ext <<_ACEOF
21928 /* confdefs.h. */
21929 _ACEOF
21930 cat confdefs.h >>conftest.$ac_ext
21931 cat >>conftest.$ac_ext <<_ACEOF
21932 /* end confdefs.h. */
21933 #include <math.h>
21935 main ()
21937 float f = 0.0; int i=isinf(f)
21939 return 0;
21941 _ACEOF
21942 rm -f conftest.$ac_objext conftest$ac_exeext
21943 if { (ac_try="$ac_link"
21944 case "(($ac_try" in
21945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21946 *) ac_try_echo=$ac_try;;
21947 esac
21948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21949 (eval "$ac_link") 2>conftest.er1
21950 ac_status=$?
21951 grep -v '^ *+' conftest.er1 >conftest.err
21952 rm -f conftest.er1
21953 cat conftest.err >&5
21954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21955 (exit $ac_status); } && {
21956 test -z "$ac_c_werror_flag" ||
21957 test ! -s conftest.err
21958 } && test -s conftest$ac_exeext &&
21959 $as_test_x conftest$ac_exeext; then
21960 ac_cv_have_isinf="yes"
21961 else
21962 echo "$as_me: failed program was:" >&5
21963 sed 's/^/| /' conftest.$ac_ext >&5
21965 ac_cv_have_isinf="no"
21968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21969 conftest$ac_exeext conftest.$ac_ext
21971 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21972 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21973 if test "$ac_cv_have_isinf" = "yes"
21974 then
21976 cat >>confdefs.h <<\_ACEOF
21977 #define HAVE_ISINF 1
21978 _ACEOF
21983 case $host_cpu in
21984 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21985 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21986 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21987 echo $ECHO_N "(cached) $ECHO_C" >&6
21988 else
21989 cat >conftest.$ac_ext <<_ACEOF
21990 /* confdefs.h. */
21991 _ACEOF
21992 cat confdefs.h >>conftest.$ac_ext
21993 cat >>conftest.$ac_ext <<_ACEOF
21994 /* end confdefs.h. */
21995 #ifndef __i386__
21997 #endif
21998 _ACEOF
21999 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22000 $EGREP "yes" >/dev/null 2>&1; then
22001 ac_cv_cpp_def___i386__=yes
22002 else
22003 ac_cv_cpp_def___i386__=no
22005 rm -f conftest*
22008 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22009 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22010 if test $ac_cv_cpp_def___i386__ = yes; then
22011 CFLAGS="$CFLAGS -D__i386__"
22012 LINTFLAGS="$LINTFLAGS -D__i386__"
22015 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22016 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22017 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22018 echo $ECHO_N "(cached) $ECHO_C" >&6
22019 else
22020 cat >conftest.$ac_ext <<_ACEOF
22021 /* confdefs.h. */
22022 _ACEOF
22023 cat confdefs.h >>conftest.$ac_ext
22024 cat >>conftest.$ac_ext <<_ACEOF
22025 /* end confdefs.h. */
22026 #ifndef __x86_64__
22028 #endif
22029 _ACEOF
22030 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22031 $EGREP "yes" >/dev/null 2>&1; then
22032 ac_cv_cpp_def___x86_64__=yes
22033 else
22034 ac_cv_cpp_def___x86_64__=no
22036 rm -f conftest*
22039 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22040 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22041 if test $ac_cv_cpp_def___x86_64__ = yes; then
22042 CFLAGS="$CFLAGS -D__x86_64__"
22043 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22046 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22047 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22048 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22049 echo $ECHO_N "(cached) $ECHO_C" >&6
22050 else
22051 cat >conftest.$ac_ext <<_ACEOF
22052 /* confdefs.h. */
22053 _ACEOF
22054 cat confdefs.h >>conftest.$ac_ext
22055 cat >>conftest.$ac_ext <<_ACEOF
22056 /* end confdefs.h. */
22057 #ifndef __ALPHA__
22059 #endif
22060 _ACEOF
22061 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22062 $EGREP "yes" >/dev/null 2>&1; then
22063 ac_cv_cpp_def___ALPHA__=yes
22064 else
22065 ac_cv_cpp_def___ALPHA__=no
22067 rm -f conftest*
22070 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22071 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22072 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22073 CFLAGS="$CFLAGS -D__ALPHA__"
22074 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22077 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22078 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22079 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22080 echo $ECHO_N "(cached) $ECHO_C" >&6
22081 else
22082 cat >conftest.$ac_ext <<_ACEOF
22083 /* confdefs.h. */
22084 _ACEOF
22085 cat confdefs.h >>conftest.$ac_ext
22086 cat >>conftest.$ac_ext <<_ACEOF
22087 /* end confdefs.h. */
22088 #ifndef __sparc__
22090 #endif
22091 _ACEOF
22092 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22093 $EGREP "yes" >/dev/null 2>&1; then
22094 ac_cv_cpp_def___sparc__=yes
22095 else
22096 ac_cv_cpp_def___sparc__=no
22098 rm -f conftest*
22101 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22102 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22103 if test $ac_cv_cpp_def___sparc__ = yes; then
22104 CFLAGS="$CFLAGS -D__sparc__"
22105 LINTFLAGS="$LINTFLAGS -D__sparc__"
22108 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22109 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22110 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22111 echo $ECHO_N "(cached) $ECHO_C" >&6
22112 else
22113 cat >conftest.$ac_ext <<_ACEOF
22114 /* confdefs.h. */
22115 _ACEOF
22116 cat confdefs.h >>conftest.$ac_ext
22117 cat >>conftest.$ac_ext <<_ACEOF
22118 /* end confdefs.h. */
22119 #ifndef __powerpc__
22121 #endif
22122 _ACEOF
22123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22124 $EGREP "yes" >/dev/null 2>&1; then
22125 ac_cv_cpp_def___powerpc__=yes
22126 else
22127 ac_cv_cpp_def___powerpc__=no
22129 rm -f conftest*
22132 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22133 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22134 if test $ac_cv_cpp_def___powerpc__ = yes; then
22135 CFLAGS="$CFLAGS -D__powerpc__"
22136 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22139 esac
22141 case $host_vendor in
22142 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22143 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22144 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22145 echo $ECHO_N "(cached) $ECHO_C" >&6
22146 else
22147 cat >conftest.$ac_ext <<_ACEOF
22148 /* confdefs.h. */
22149 _ACEOF
22150 cat confdefs.h >>conftest.$ac_ext
22151 cat >>conftest.$ac_ext <<_ACEOF
22152 /* end confdefs.h. */
22153 #ifndef __sun__
22155 #endif
22156 _ACEOF
22157 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22158 $EGREP "yes" >/dev/null 2>&1; then
22159 ac_cv_cpp_def___sun__=yes
22160 else
22161 ac_cv_cpp_def___sun__=no
22163 rm -f conftest*
22166 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22167 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22168 if test $ac_cv_cpp_def___sun__ = yes; then
22169 CFLAGS="$CFLAGS -D__sun__"
22170 LINTFLAGS="$LINTFLAGS -D__sun__"
22173 esac
22176 DEPENDENCIES="### Dependencies:
22178 .INIT: Makefile
22179 .BEGIN: Makefile
22180 Makefile: dummy
22181 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22183 \$(OBJS): \$(IDL_GEN_HEADERS)
22184 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22185 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22186 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22187 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22190 ALL_MAKERULES=""
22192 ALL_MAKEFILES=""
22194 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22197 ALL_DLL_DIRS=""
22199 ALL_IMPLIB_DIRS=""
22201 ALL_TEST_DIRS=""
22203 ALL_PROGRAM_DIRS=""
22205 ALL_PROGRAM_INSTALL_DIRS=""
22207 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22213 ac_config_commands="$ac_config_commands include/stamp-h"
22216 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22218 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22220 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22222 ac_config_commands="$ac_config_commands dlls/user32/resources"
22224 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22226 ac_config_commands="$ac_config_commands include/wine"
22229 ALL_MAKERULES="$ALL_MAKERULES \\
22230 Make.rules"
22231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22232 Make.rules: Make.rules.in"
22233 MAKE_RULES=Make.rules
22234 ac_config_files="$ac_config_files Make.rules"
22236 ALL_MAKERULES="$ALL_MAKERULES \\
22237 dlls/Makedll.rules"
22238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22239 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22240 MAKE_DLL_RULES=dlls/Makedll.rules
22241 ac_config_files="$ac_config_files dlls/Makedll.rules"
22243 ALL_MAKERULES="$ALL_MAKERULES \\
22244 dlls/Makeimplib.rules"
22245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22246 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22247 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22248 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22250 ALL_MAKERULES="$ALL_MAKERULES \\
22251 dlls/Maketest.rules"
22252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22253 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22254 MAKE_TEST_RULES=dlls/Maketest.rules
22255 ac_config_files="$ac_config_files dlls/Maketest.rules"
22257 ALL_MAKERULES="$ALL_MAKERULES \\
22258 programs/Makeprog.rules"
22259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22260 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22261 MAKE_PROG_RULES=programs/Makeprog.rules
22262 ac_config_files="$ac_config_files programs/Makeprog.rules"
22267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22268 Makefile: Makefile.in Make.rules"
22269 ac_config_files="$ac_config_files Makefile"
22271 ALL_MAKEFILES="$ALL_MAKEFILES \\
22272 dlls/Makefile"
22274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22275 dlls/Makefile: dlls/Makefile.in Make.rules"
22276 ac_config_files="$ac_config_files dlls/Makefile"
22278 ALL_MAKEFILES="$ALL_MAKEFILES \\
22279 dlls/acledit/Makefile"
22280 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22281 acledit"
22282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22283 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22284 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22286 ALL_MAKEFILES="$ALL_MAKEFILES \\
22287 dlls/activeds/Makefile"
22288 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22289 activeds"
22290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22291 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22292 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22294 ALL_MAKEFILES="$ALL_MAKEFILES \\
22295 dlls/actxprxy/Makefile"
22296 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22297 actxprxy"
22298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22299 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22300 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22302 ALL_MAKEFILES="$ALL_MAKEFILES \\
22303 dlls/adsiid/Makefile"
22304 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22305 adsiid"
22306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22307 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22308 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22310 ALL_MAKEFILES="$ALL_MAKEFILES \\
22311 dlls/advapi32/Makefile"
22312 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22313 advapi32"
22314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22315 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22316 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22318 ALL_MAKEFILES="$ALL_MAKEFILES \\
22319 dlls/advapi32/tests/Makefile"
22320 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22321 advapi32/tests"
22322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22323 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22324 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22326 ALL_MAKEFILES="$ALL_MAKEFILES \\
22327 dlls/advpack/Makefile"
22328 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22329 advpack"
22330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22331 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22332 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22334 ALL_MAKEFILES="$ALL_MAKEFILES \\
22335 dlls/advpack/tests/Makefile"
22336 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22337 advpack/tests"
22338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22339 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22340 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22342 ALL_MAKEFILES="$ALL_MAKEFILES \\
22343 dlls/amstream/Makefile"
22344 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22345 amstream"
22346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22347 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22348 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22350 ALL_MAKEFILES="$ALL_MAKEFILES \\
22351 dlls/appwiz.cpl/Makefile"
22352 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22353 appwiz.cpl"
22354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22355 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22356 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22358 ALL_MAKEFILES="$ALL_MAKEFILES \\
22359 dlls/atl/Makefile"
22360 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22361 atl"
22362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22363 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22364 ac_config_files="$ac_config_files dlls/atl/Makefile"
22366 ALL_MAKEFILES="$ALL_MAKEFILES \\
22367 dlls/avicap32/Makefile"
22368 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22369 avicap32"
22370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22371 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22372 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22374 ALL_MAKEFILES="$ALL_MAKEFILES \\
22375 dlls/avifil32/Makefile"
22376 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22377 avifil32"
22378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22379 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22380 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22382 ALL_MAKEFILES="$ALL_MAKEFILES \\
22383 dlls/browseui/Makefile"
22384 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22385 browseui"
22386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22387 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22388 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22390 ALL_MAKEFILES="$ALL_MAKEFILES \\
22391 dlls/browseui/tests/Makefile"
22392 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22393 browseui/tests"
22394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22395 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22396 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22398 ALL_MAKEFILES="$ALL_MAKEFILES \\
22399 dlls/cabinet/Makefile"
22400 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22401 cabinet"
22402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22403 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22404 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22406 ALL_MAKEFILES="$ALL_MAKEFILES \\
22407 dlls/cabinet/tests/Makefile"
22408 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22409 cabinet/tests"
22410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22411 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22412 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22414 ALL_MAKEFILES="$ALL_MAKEFILES \\
22415 dlls/capi2032/Makefile"
22416 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22417 capi2032"
22418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22419 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22420 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22422 ALL_MAKEFILES="$ALL_MAKEFILES \\
22423 dlls/cards/Makefile"
22424 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22425 cards"
22426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22427 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22428 ac_config_files="$ac_config_files dlls/cards/Makefile"
22430 ALL_MAKEFILES="$ALL_MAKEFILES \\
22431 dlls/cfgmgr32/Makefile"
22432 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22433 cfgmgr32"
22434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22435 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22436 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22438 ALL_MAKEFILES="$ALL_MAKEFILES \\
22439 dlls/clusapi/Makefile"
22440 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22441 clusapi"
22442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22443 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22444 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22446 ALL_MAKEFILES="$ALL_MAKEFILES \\
22447 dlls/comcat/Makefile"
22448 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22449 comcat"
22450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22451 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22452 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22454 ALL_MAKEFILES="$ALL_MAKEFILES \\
22455 dlls/comcat/tests/Makefile"
22456 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22457 comcat/tests"
22458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22459 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22460 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22462 ALL_MAKEFILES="$ALL_MAKEFILES \\
22463 dlls/comctl32/Makefile"
22464 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22465 comctl32"
22466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22467 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22468 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22470 ALL_MAKEFILES="$ALL_MAKEFILES \\
22471 dlls/comctl32/tests/Makefile"
22472 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22473 comctl32/tests"
22474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22475 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22476 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22478 ALL_MAKEFILES="$ALL_MAKEFILES \\
22479 dlls/comdlg32/Makefile"
22480 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22481 comdlg32"
22482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22483 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22484 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22486 ALL_MAKEFILES="$ALL_MAKEFILES \\
22487 dlls/comdlg32/tests/Makefile"
22488 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22489 comdlg32/tests"
22490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22491 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22492 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22494 ALL_MAKEFILES="$ALL_MAKEFILES \\
22495 dlls/compstui/Makefile"
22496 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22497 compstui"
22498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22499 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22500 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22502 ALL_MAKEFILES="$ALL_MAKEFILES \\
22503 dlls/credui/Makefile"
22504 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22505 credui"
22506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22507 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22508 ac_config_files="$ac_config_files dlls/credui/Makefile"
22510 ALL_MAKEFILES="$ALL_MAKEFILES \\
22511 dlls/credui/tests/Makefile"
22512 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22513 credui/tests"
22514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22515 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22516 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22518 ALL_MAKEFILES="$ALL_MAKEFILES \\
22519 dlls/crtdll/Makefile"
22520 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22521 crtdll"
22522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22523 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22524 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22526 ALL_MAKEFILES="$ALL_MAKEFILES \\
22527 dlls/crypt32/Makefile"
22528 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22529 crypt32"
22530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22531 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22532 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22534 ALL_MAKEFILES="$ALL_MAKEFILES \\
22535 dlls/crypt32/tests/Makefile"
22536 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22537 crypt32/tests"
22538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22539 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22540 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22542 ALL_MAKEFILES="$ALL_MAKEFILES \\
22543 dlls/cryptdlg/Makefile"
22544 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22545 cryptdlg"
22546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22547 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22548 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22550 ALL_MAKEFILES="$ALL_MAKEFILES \\
22551 dlls/cryptdll/Makefile"
22552 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22553 cryptdll"
22554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22555 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22556 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22558 ALL_MAKEFILES="$ALL_MAKEFILES \\
22559 dlls/cryptnet/Makefile"
22560 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22561 cryptnet"
22562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22563 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22564 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22566 ALL_MAKEFILES="$ALL_MAKEFILES \\
22567 dlls/cryptnet/tests/Makefile"
22568 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22569 cryptnet/tests"
22570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22571 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22572 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22574 ALL_MAKEFILES="$ALL_MAKEFILES \\
22575 dlls/cryptui/Makefile"
22576 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22577 cryptui"
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22580 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22582 ALL_MAKEFILES="$ALL_MAKEFILES \\
22583 dlls/ctapi32/Makefile"
22584 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22585 ctapi32"
22586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22587 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22588 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22590 ALL_MAKEFILES="$ALL_MAKEFILES \\
22591 dlls/ctl3d32/Makefile"
22592 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22593 ctl3d32"
22594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22595 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22596 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22598 ALL_MAKEFILES="$ALL_MAKEFILES \\
22599 dlls/d3d10/Makefile"
22600 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22601 d3d10"
22602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22603 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22604 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22606 ALL_MAKEFILES="$ALL_MAKEFILES \\
22607 dlls/d3d8/Makefile"
22608 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22609 d3d8"
22610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22611 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22612 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22614 ALL_MAKEFILES="$ALL_MAKEFILES \\
22615 dlls/d3d8/tests/Makefile"
22616 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22617 d3d8/tests"
22618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22619 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22620 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22622 ALL_MAKEFILES="$ALL_MAKEFILES \\
22623 dlls/d3d9/Makefile"
22624 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22625 d3d9"
22626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22627 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22628 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22630 ALL_MAKEFILES="$ALL_MAKEFILES \\
22631 dlls/d3d9/tests/Makefile"
22632 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22633 d3d9/tests"
22634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22635 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22636 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22638 ALL_MAKEFILES="$ALL_MAKEFILES \\
22639 dlls/d3dim/Makefile"
22640 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22641 d3dim"
22642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22643 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22644 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22646 ALL_MAKEFILES="$ALL_MAKEFILES \\
22647 dlls/d3drm/Makefile"
22648 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22649 d3drm"
22650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22651 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22652 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22654 ALL_MAKEFILES="$ALL_MAKEFILES \\
22655 dlls/d3drm/tests/Makefile"
22656 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22657 d3drm/tests"
22658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22659 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22660 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22662 ALL_MAKEFILES="$ALL_MAKEFILES \\
22663 dlls/d3dx8/Makefile"
22664 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22665 d3dx8"
22666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22667 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22668 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22670 ALL_MAKEFILES="$ALL_MAKEFILES \\
22671 dlls/d3dx8/tests/Makefile"
22672 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22673 d3dx8/tests"
22674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22675 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22676 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22678 ALL_MAKEFILES="$ALL_MAKEFILES \\
22679 dlls/d3dx9_24/Makefile"
22680 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22681 d3dx9_24"
22682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22683 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22684 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22686 ALL_MAKEFILES="$ALL_MAKEFILES \\
22687 dlls/d3dx9_25/Makefile"
22688 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22689 d3dx9_25"
22690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22691 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22692 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22694 ALL_MAKEFILES="$ALL_MAKEFILES \\
22695 dlls/d3dx9_26/Makefile"
22696 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22697 d3dx9_26"
22698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22699 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22700 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22702 ALL_MAKEFILES="$ALL_MAKEFILES \\
22703 dlls/d3dx9_27/Makefile"
22704 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22705 d3dx9_27"
22706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22707 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22708 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22710 ALL_MAKEFILES="$ALL_MAKEFILES \\
22711 dlls/d3dx9_28/Makefile"
22712 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22713 d3dx9_28"
22714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22715 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22716 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22718 ALL_MAKEFILES="$ALL_MAKEFILES \\
22719 dlls/d3dx9_29/Makefile"
22720 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22721 d3dx9_29"
22722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22723 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22724 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22726 ALL_MAKEFILES="$ALL_MAKEFILES \\
22727 dlls/d3dx9_30/Makefile"
22728 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22729 d3dx9_30"
22730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22731 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22732 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22734 ALL_MAKEFILES="$ALL_MAKEFILES \\
22735 dlls/d3dx9_31/Makefile"
22736 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22737 d3dx9_31"
22738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22739 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22740 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22742 ALL_MAKEFILES="$ALL_MAKEFILES \\
22743 dlls/d3dx9_32/Makefile"
22744 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22745 d3dx9_32"
22746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22747 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22748 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22750 ALL_MAKEFILES="$ALL_MAKEFILES \\
22751 dlls/d3dx9_33/Makefile"
22752 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22753 d3dx9_33"
22754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22755 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22756 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22758 ALL_MAKEFILES="$ALL_MAKEFILES \\
22759 dlls/d3dx9_34/Makefile"
22760 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22761 d3dx9_34"
22762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22763 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22764 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22766 ALL_MAKEFILES="$ALL_MAKEFILES \\
22767 dlls/d3dx9_35/Makefile"
22768 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22769 d3dx9_35"
22770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22771 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22772 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22774 ALL_MAKEFILES="$ALL_MAKEFILES \\
22775 dlls/d3dx9_36/Makefile"
22776 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22777 d3dx9_36"
22778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22779 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22780 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22782 ALL_MAKEFILES="$ALL_MAKEFILES \\
22783 dlls/d3dx9_36/tests/Makefile"
22784 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22785 d3dx9_36/tests"
22786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22787 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22788 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22790 ALL_MAKEFILES="$ALL_MAKEFILES \\
22791 dlls/d3dx9_37/Makefile"
22792 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22793 d3dx9_37"
22794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22795 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22796 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22798 ALL_MAKEFILES="$ALL_MAKEFILES \\
22799 dlls/d3dxof/Makefile"
22800 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22801 d3dxof"
22802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22803 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22804 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22806 ALL_MAKEFILES="$ALL_MAKEFILES \\
22807 dlls/d3dxof/tests/Makefile"
22808 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22809 d3dxof/tests"
22810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22811 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22812 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22814 ALL_MAKEFILES="$ALL_MAKEFILES \\
22815 dlls/dbghelp/Makefile"
22816 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22817 dbghelp"
22818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22819 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22820 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22822 ALL_MAKEFILES="$ALL_MAKEFILES \\
22823 dlls/dciman32/Makefile"
22824 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22825 dciman32"
22826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22827 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22828 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22830 ALL_MAKEFILES="$ALL_MAKEFILES \\
22831 dlls/ddraw/Makefile"
22832 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22833 ddraw"
22834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22835 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22836 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22838 ALL_MAKEFILES="$ALL_MAKEFILES \\
22839 dlls/ddraw/tests/Makefile"
22840 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22841 ddraw/tests"
22842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22843 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22844 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22846 ALL_MAKEFILES="$ALL_MAKEFILES \\
22847 dlls/ddrawex/Makefile"
22848 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22849 ddrawex"
22850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22851 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22852 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22854 ALL_MAKEFILES="$ALL_MAKEFILES \\
22855 dlls/devenum/Makefile"
22856 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22857 devenum"
22858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22859 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22860 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22862 ALL_MAKEFILES="$ALL_MAKEFILES \\
22863 dlls/dinput/Makefile"
22864 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22865 dinput"
22866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22867 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22868 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22870 ALL_MAKEFILES="$ALL_MAKEFILES \\
22871 dlls/dinput/tests/Makefile"
22872 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22873 dinput/tests"
22874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22875 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22876 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22878 ALL_MAKEFILES="$ALL_MAKEFILES \\
22879 dlls/dinput8/Makefile"
22880 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22881 dinput8"
22882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22883 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22884 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22886 ALL_MAKEFILES="$ALL_MAKEFILES \\
22887 dlls/dmband/Makefile"
22888 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22889 dmband"
22890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22891 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22892 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22894 ALL_MAKEFILES="$ALL_MAKEFILES \\
22895 dlls/dmcompos/Makefile"
22896 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22897 dmcompos"
22898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22899 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22900 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22902 ALL_MAKEFILES="$ALL_MAKEFILES \\
22903 dlls/dmime/Makefile"
22904 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22905 dmime"
22906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22907 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22908 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22910 ALL_MAKEFILES="$ALL_MAKEFILES \\
22911 dlls/dmloader/Makefile"
22912 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22913 dmloader"
22914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22915 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22916 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22918 ALL_MAKEFILES="$ALL_MAKEFILES \\
22919 dlls/dmscript/Makefile"
22920 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22921 dmscript"
22922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22923 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22924 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22926 ALL_MAKEFILES="$ALL_MAKEFILES \\
22927 dlls/dmstyle/Makefile"
22928 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22929 dmstyle"
22930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22931 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22932 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22934 ALL_MAKEFILES="$ALL_MAKEFILES \\
22935 dlls/dmsynth/Makefile"
22936 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22937 dmsynth"
22938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22939 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22940 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22942 ALL_MAKEFILES="$ALL_MAKEFILES \\
22943 dlls/dmusic/Makefile"
22944 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22945 dmusic"
22946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22947 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22948 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22950 ALL_MAKEFILES="$ALL_MAKEFILES \\
22951 dlls/dmusic32/Makefile"
22952 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22953 dmusic32"
22954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22955 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22956 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22958 ALL_MAKEFILES="$ALL_MAKEFILES \\
22959 dlls/dnsapi/Makefile"
22960 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22961 dnsapi"
22962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22963 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22964 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22966 ALL_MAKEFILES="$ALL_MAKEFILES \\
22967 dlls/dnsapi/tests/Makefile"
22968 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22969 dnsapi/tests"
22970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22971 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22972 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22974 ALL_MAKEFILES="$ALL_MAKEFILES \\
22975 dlls/dplay/Makefile"
22976 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22977 dplay"
22978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22979 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22980 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22982 ALL_MAKEFILES="$ALL_MAKEFILES \\
22983 dlls/dplayx/Makefile"
22984 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22985 dplayx"
22986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22987 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22988 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22990 ALL_MAKEFILES="$ALL_MAKEFILES \\
22991 dlls/dplayx/tests/Makefile"
22992 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22993 dplayx/tests"
22994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22995 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22996 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22998 ALL_MAKEFILES="$ALL_MAKEFILES \\
22999 dlls/dpnaddr/Makefile"
23000 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23001 dpnaddr"
23002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23003 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23004 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23006 ALL_MAKEFILES="$ALL_MAKEFILES \\
23007 dlls/dpnet/Makefile"
23008 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23009 dpnet"
23010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23011 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23012 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23014 ALL_MAKEFILES="$ALL_MAKEFILES \\
23015 dlls/dpnhpast/Makefile"
23016 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23017 dpnhpast"
23018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23019 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23020 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23022 ALL_MAKEFILES="$ALL_MAKEFILES \\
23023 dlls/dpnlobby/Makefile"
23024 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23025 dpnlobby"
23026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23027 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23028 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23030 ALL_MAKEFILES="$ALL_MAKEFILES \\
23031 dlls/dpwsockx/Makefile"
23032 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23033 dpwsockx"
23034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23035 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23036 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23038 ALL_MAKEFILES="$ALL_MAKEFILES \\
23039 dlls/dsound/Makefile"
23040 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23041 dsound"
23042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23043 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23044 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23046 ALL_MAKEFILES="$ALL_MAKEFILES \\
23047 dlls/dsound/tests/Makefile"
23048 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23049 dsound/tests"
23050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23051 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23052 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23054 ALL_MAKEFILES="$ALL_MAKEFILES \\
23055 dlls/dssenh/Makefile"
23056 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23057 dssenh"
23058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23059 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23060 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23062 ALL_MAKEFILES="$ALL_MAKEFILES \\
23063 dlls/dswave/Makefile"
23064 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23065 dswave"
23066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23067 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23068 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23070 ALL_MAKEFILES="$ALL_MAKEFILES \\
23071 dlls/dwmapi/Makefile"
23072 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23073 dwmapi"
23074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23075 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23076 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23078 ALL_MAKEFILES="$ALL_MAKEFILES \\
23079 dlls/dxdiagn/Makefile"
23080 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23081 dxdiagn"
23082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23083 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23084 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23086 ALL_MAKEFILES="$ALL_MAKEFILES \\
23087 dlls/dxerr8/Makefile"
23088 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23089 dxerr8"
23090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23091 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23092 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23094 ALL_MAKEFILES="$ALL_MAKEFILES \\
23095 dlls/dxerr9/Makefile"
23096 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23097 dxerr9"
23098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23099 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23100 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23102 ALL_MAKEFILES="$ALL_MAKEFILES \\
23103 dlls/dxguid/Makefile"
23104 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23105 dxguid"
23106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23107 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23108 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23110 ALL_MAKEFILES="$ALL_MAKEFILES \\
23111 dlls/faultrep/Makefile"
23112 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23113 faultrep"
23114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23115 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23116 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23118 ALL_MAKEFILES="$ALL_MAKEFILES \\
23119 dlls/fusion/Makefile"
23120 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23121 fusion"
23122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23123 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23124 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23126 ALL_MAKEFILES="$ALL_MAKEFILES \\
23127 dlls/fusion/tests/Makefile"
23128 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23129 fusion/tests"
23130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23131 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23132 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23134 ALL_MAKEFILES="$ALL_MAKEFILES \\
23135 dlls/gdi32/Makefile"
23136 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23137 gdi32"
23138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23139 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23140 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23142 ALL_MAKEFILES="$ALL_MAKEFILES \\
23143 dlls/gdi32/tests/Makefile"
23144 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23145 gdi32/tests"
23146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23147 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23148 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23150 ALL_MAKEFILES="$ALL_MAKEFILES \\
23151 dlls/gdiplus/Makefile"
23152 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23153 gdiplus"
23154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23155 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23156 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23158 ALL_MAKEFILES="$ALL_MAKEFILES \\
23159 dlls/gdiplus/tests/Makefile"
23160 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23161 gdiplus/tests"
23162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23163 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23164 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23166 ALL_MAKEFILES="$ALL_MAKEFILES \\
23167 dlls/glu32/Makefile"
23168 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23169 glu32"
23170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23171 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23172 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23174 ALL_MAKEFILES="$ALL_MAKEFILES \\
23175 dlls/gphoto2.ds/Makefile"
23176 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23177 gphoto2.ds"
23178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23179 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23180 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23182 ALL_MAKEFILES="$ALL_MAKEFILES \\
23183 dlls/gpkcsp/Makefile"
23184 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23185 gpkcsp"
23186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23187 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23188 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23190 ALL_MAKEFILES="$ALL_MAKEFILES \\
23191 dlls/hal/Makefile"
23192 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23193 hal"
23194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23195 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23196 ac_config_files="$ac_config_files dlls/hal/Makefile"
23198 ALL_MAKEFILES="$ALL_MAKEFILES \\
23199 dlls/hhctrl.ocx/Makefile"
23200 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23201 hhctrl.ocx"
23202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23203 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23204 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23206 ALL_MAKEFILES="$ALL_MAKEFILES \\
23207 dlls/hid/Makefile"
23208 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23209 hid"
23210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23211 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23212 ac_config_files="$ac_config_files dlls/hid/Makefile"
23214 ALL_MAKEFILES="$ALL_MAKEFILES \\
23215 dlls/hlink/Makefile"
23216 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23217 hlink"
23218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23219 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23220 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23222 ALL_MAKEFILES="$ALL_MAKEFILES \\
23223 dlls/hlink/tests/Makefile"
23224 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23225 hlink/tests"
23226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23227 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23228 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23230 ALL_MAKEFILES="$ALL_MAKEFILES \\
23231 dlls/hnetcfg/Makefile"
23232 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23233 hnetcfg"
23234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23235 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23236 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23238 ALL_MAKEFILES="$ALL_MAKEFILES \\
23239 dlls/iccvid/Makefile"
23240 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23241 iccvid"
23242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23243 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23244 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23246 ALL_MAKEFILES="$ALL_MAKEFILES \\
23247 dlls/icmp/Makefile"
23248 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23249 icmp"
23250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23251 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23252 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23254 ALL_MAKEFILES="$ALL_MAKEFILES \\
23255 dlls/ifsmgr.vxd/Makefile"
23256 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23257 ifsmgr.vxd"
23258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23259 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23260 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23262 ALL_MAKEFILES="$ALL_MAKEFILES \\
23263 dlls/imaadp32.acm/Makefile"
23264 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23265 imaadp32.acm"
23266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23267 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23268 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23270 ALL_MAKEFILES="$ALL_MAKEFILES \\
23271 dlls/imagehlp/Makefile"
23272 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23273 imagehlp"
23274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23275 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23276 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23278 ALL_MAKEFILES="$ALL_MAKEFILES \\
23279 dlls/imm32/Makefile"
23280 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23281 imm32"
23282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23283 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23284 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23286 ALL_MAKEFILES="$ALL_MAKEFILES \\
23287 dlls/imm32/tests/Makefile"
23288 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23289 imm32/tests"
23290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23291 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23292 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23294 ALL_MAKEFILES="$ALL_MAKEFILES \\
23295 dlls/inetcomm/Makefile"
23296 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23297 inetcomm"
23298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23299 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23300 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23302 ALL_MAKEFILES="$ALL_MAKEFILES \\
23303 dlls/inetcomm/tests/Makefile"
23304 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23305 inetcomm/tests"
23306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23307 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23308 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23310 ALL_MAKEFILES="$ALL_MAKEFILES \\
23311 dlls/inetmib1/Makefile"
23312 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23313 inetmib1"
23314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23315 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23316 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23318 ALL_MAKEFILES="$ALL_MAKEFILES \\
23319 dlls/inetmib1/tests/Makefile"
23320 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23321 inetmib1/tests"
23322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23323 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23324 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23326 ALL_MAKEFILES="$ALL_MAKEFILES \\
23327 dlls/infosoft/Makefile"
23328 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23329 infosoft"
23330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23331 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23332 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23334 ALL_MAKEFILES="$ALL_MAKEFILES \\
23335 dlls/infosoft/tests/Makefile"
23336 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23337 infosoft/tests"
23338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23339 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23340 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23342 ALL_MAKEFILES="$ALL_MAKEFILES \\
23343 dlls/initpki/Makefile"
23344 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23345 initpki"
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23348 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23350 ALL_MAKEFILES="$ALL_MAKEFILES \\
23351 dlls/inkobj/Makefile"
23352 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23353 inkobj"
23354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23355 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23356 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23358 ALL_MAKEFILES="$ALL_MAKEFILES \\
23359 dlls/inseng/Makefile"
23360 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23361 inseng"
23362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23363 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23364 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23366 ALL_MAKEFILES="$ALL_MAKEFILES \\
23367 dlls/iphlpapi/Makefile"
23368 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23369 iphlpapi"
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23372 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/iphlpapi/tests/Makefile"
23376 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23377 iphlpapi/tests"
23378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23379 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23380 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23382 ALL_MAKEFILES="$ALL_MAKEFILES \\
23383 dlls/itircl/Makefile"
23384 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23385 itircl"
23386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23387 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23388 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23390 ALL_MAKEFILES="$ALL_MAKEFILES \\
23391 dlls/itss/Makefile"
23392 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23393 itss"
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23396 ac_config_files="$ac_config_files dlls/itss/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/itss/tests/Makefile"
23400 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23401 itss/tests"
23402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23403 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23404 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23406 ALL_MAKEFILES="$ALL_MAKEFILES \\
23407 dlls/jscript/Makefile"
23408 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23409 jscript"
23410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23411 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23412 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23414 ALL_MAKEFILES="$ALL_MAKEFILES \\
23415 dlls/jscript/tests/Makefile"
23416 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23417 jscript/tests"
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23420 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/kernel32/Makefile"
23424 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23425 kernel32"
23426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23427 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23428 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23430 ALL_MAKEFILES="$ALL_MAKEFILES \\
23431 dlls/kernel32/tests/Makefile"
23432 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23433 kernel32/tests"
23434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23435 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23436 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23438 ALL_MAKEFILES="$ALL_MAKEFILES \\
23439 dlls/localspl/Makefile"
23440 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23441 localspl"
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23447 dlls/localspl/tests/Makefile"
23448 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23449 localspl/tests"
23450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23451 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23452 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23454 ALL_MAKEFILES="$ALL_MAKEFILES \\
23455 dlls/localui/Makefile"
23456 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23457 localui"
23458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23459 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23460 ac_config_files="$ac_config_files dlls/localui/Makefile"
23462 ALL_MAKEFILES="$ALL_MAKEFILES \\
23463 dlls/localui/tests/Makefile"
23464 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23465 localui/tests"
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23468 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/lz32/Makefile"
23472 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23473 lz32"
23474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23475 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23476 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23478 ALL_MAKEFILES="$ALL_MAKEFILES \\
23479 dlls/lz32/tests/Makefile"
23480 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23481 lz32/tests"
23482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23483 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23484 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23486 ALL_MAKEFILES="$ALL_MAKEFILES \\
23487 dlls/mapi32/Makefile"
23488 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23489 mapi32"
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/mapi32/tests/Makefile"
23496 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23497 mapi32/tests"
23498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23499 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23500 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23502 ALL_MAKEFILES="$ALL_MAKEFILES \\
23503 dlls/mciavi32/Makefile"
23504 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23505 mciavi32"
23506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23507 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23508 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23510 ALL_MAKEFILES="$ALL_MAKEFILES \\
23511 dlls/mcicda/Makefile"
23512 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23513 mcicda"
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23516 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/mciseq/Makefile"
23520 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23521 mciseq"
23522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23523 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23524 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23526 ALL_MAKEFILES="$ALL_MAKEFILES \\
23527 dlls/mciwave/Makefile"
23528 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23529 mciwave"
23530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23531 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23532 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23534 ALL_MAKEFILES="$ALL_MAKEFILES \\
23535 dlls/midimap/Makefile"
23536 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23537 midimap"
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23540 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/mlang/Makefile"
23544 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23545 mlang"
23546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23547 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23548 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23550 ALL_MAKEFILES="$ALL_MAKEFILES \\
23551 dlls/mlang/tests/Makefile"
23552 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23553 mlang/tests"
23554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23555 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23556 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23558 ALL_MAKEFILES="$ALL_MAKEFILES \\
23559 dlls/mmdevldr.vxd/Makefile"
23560 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23561 mmdevldr.vxd"
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23564 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/monodebg.vxd/Makefile"
23568 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23569 monodebg.vxd"
23570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23571 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23572 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23574 ALL_MAKEFILES="$ALL_MAKEFILES \\
23575 dlls/mountmgr.sys/Makefile"
23576 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23577 mountmgr.sys"
23578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23579 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23580 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23582 ALL_MAKEFILES="$ALL_MAKEFILES \\
23583 dlls/mpr/Makefile"
23584 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23585 mpr"
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23588 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/mprapi/Makefile"
23592 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23593 mprapi"
23594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23595 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23596 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23598 ALL_MAKEFILES="$ALL_MAKEFILES \\
23599 dlls/msacm32.drv/Makefile"
23600 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23601 msacm32.drv"
23602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23603 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23604 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23606 ALL_MAKEFILES="$ALL_MAKEFILES \\
23607 dlls/msacm32/Makefile"
23608 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23609 msacm32"
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23612 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/msacm32/tests/Makefile"
23616 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23617 msacm32/tests"
23618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23619 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23620 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23622 ALL_MAKEFILES="$ALL_MAKEFILES \\
23623 dlls/msadp32.acm/Makefile"
23624 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23625 msadp32.acm"
23626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23627 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23628 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23630 ALL_MAKEFILES="$ALL_MAKEFILES \\
23631 dlls/mscat32/Makefile"
23632 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23633 mscat32"
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23636 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/mscms/Makefile"
23640 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23641 mscms"
23642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23643 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23644 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23646 ALL_MAKEFILES="$ALL_MAKEFILES \\
23647 dlls/mscms/tests/Makefile"
23648 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23649 mscms/tests"
23650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23651 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23652 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23654 ALL_MAKEFILES="$ALL_MAKEFILES \\
23655 dlls/mscoree/Makefile"
23656 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23657 mscoree"
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23660 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/msdmo/Makefile"
23664 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23665 msdmo"
23666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23667 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23668 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23670 ALL_MAKEFILES="$ALL_MAKEFILES \\
23671 dlls/msftedit/Makefile"
23672 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23673 msftedit"
23674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23675 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23676 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23678 ALL_MAKEFILES="$ALL_MAKEFILES \\
23679 dlls/msg711.acm/Makefile"
23680 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23681 msg711.acm"
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23684 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/mshtml.tlb/Makefile"
23688 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23689 mshtml.tlb"
23690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23691 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23692 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23694 ALL_MAKEFILES="$ALL_MAKEFILES \\
23695 dlls/mshtml/Makefile"
23696 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23697 mshtml"
23698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23699 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23700 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23702 ALL_MAKEFILES="$ALL_MAKEFILES \\
23703 dlls/mshtml/tests/Makefile"
23704 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23705 mshtml/tests"
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23708 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/msi/Makefile"
23712 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23713 msi"
23714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23715 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23716 ac_config_files="$ac_config_files dlls/msi/Makefile"
23718 ALL_MAKEFILES="$ALL_MAKEFILES \\
23719 dlls/msi/tests/Makefile"
23720 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23721 msi/tests"
23722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23723 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23724 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23726 ALL_MAKEFILES="$ALL_MAKEFILES \\
23727 dlls/msimg32/Makefile"
23728 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23729 msimg32"
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23732 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/msimtf/Makefile"
23736 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23737 msimtf"
23738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23739 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23740 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23742 ALL_MAKEFILES="$ALL_MAKEFILES \\
23743 dlls/msisip/Makefile"
23744 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23745 msisip"
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23748 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23750 ALL_MAKEFILES="$ALL_MAKEFILES \\
23751 dlls/msisys.ocx/Makefile"
23752 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23753 msisys.ocx"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23756 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/msnet32/Makefile"
23760 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23761 msnet32"
23762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23763 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23764 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23766 ALL_MAKEFILES="$ALL_MAKEFILES \\
23767 dlls/msrle32/Makefile"
23768 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23769 msrle32"
23770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23771 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23772 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23774 ALL_MAKEFILES="$ALL_MAKEFILES \\
23775 dlls/mssip32/Makefile"
23776 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23777 mssip32"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23780 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/mstask/Makefile"
23784 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23785 mstask"
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23788 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/mstask/tests/Makefile"
23792 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23793 mstask/tests"
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23796 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/msvcirt/Makefile"
23800 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23801 msvcirt"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/msvcr71/Makefile"
23808 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23809 msvcr71"
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23812 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/msvcrt/Makefile"
23816 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23817 msvcrt"
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23823 dlls/msvcrt/tests/Makefile"
23824 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23825 msvcrt/tests"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23828 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/msvcrt20/Makefile"
23832 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23833 msvcrt20"
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/msvcrt40/Makefile"
23840 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23841 msvcrt40"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23844 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/msvcrtd/Makefile"
23848 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23849 msvcrtd"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23852 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/msvcrtd/tests/Makefile"
23856 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23857 msvcrtd/tests"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23860 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/msvfw32/Makefile"
23864 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 msvfw32"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/msvidc32/Makefile"
23872 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23873 msvidc32"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/mswsock/Makefile"
23880 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23881 mswsock"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/msxml3/Makefile"
23888 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23889 msxml3"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23892 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/msxml3/tests/Makefile"
23896 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23897 msxml3/tests"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23900 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/nddeapi/Makefile"
23904 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23905 nddeapi"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23908 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/netapi32/Makefile"
23912 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23913 netapi32"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/netapi32/tests/Makefile"
23920 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23921 netapi32/tests"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23924 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/newdev/Makefile"
23928 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23929 newdev"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23932 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/ntdll/Makefile"
23936 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23937 ntdll"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23940 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/ntdll/tests/Makefile"
23944 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23945 ntdll/tests"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23948 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/ntdsapi/Makefile"
23952 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23953 ntdsapi"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/ntdsapi/tests/Makefile"
23960 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23961 ntdsapi/tests"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23964 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/ntoskrnl.exe/Makefile"
23968 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23969 ntoskrnl.exe"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/ntprint/Makefile"
23976 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23977 ntprint"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23980 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/ntprint/tests/Makefile"
23984 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23985 ntprint/tests"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23988 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/objsel/Makefile"
23992 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23993 objsel"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23996 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/odbc32/Makefile"
24000 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 odbc32"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/odbccp32/Makefile"
24008 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24009 odbccp32"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24012 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/odbccp32/tests/Makefile"
24016 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24017 odbccp32/tests"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24020 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/ole32/Makefile"
24024 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24025 ole32"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/ole32/tests/Makefile"
24032 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24033 ole32/tests"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24036 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/oleacc/Makefile"
24040 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24041 oleacc"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/oleaut32/Makefile"
24048 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 oleaut32"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/oleaut32/tests/Makefile"
24056 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24057 oleaut32/tests"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24060 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/olecli32/Makefile"
24064 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 olecli32"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/oledlg/Makefile"
24072 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24073 oledlg"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24076 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/olepro32/Makefile"
24080 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24081 olepro32"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/olesvr32/Makefile"
24088 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24089 olesvr32"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/olethk32/Makefile"
24096 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24097 olethk32"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24100 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/opengl32/Makefile"
24104 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24105 opengl32"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/opengl32/tests/Makefile"
24112 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24113 opengl32/tests"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24116 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/pdh/Makefile"
24120 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24121 pdh"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24124 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/pdh/tests/Makefile"
24128 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24129 pdh/tests"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24132 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/powrprof/Makefile"
24136 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24137 powrprof"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24140 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/printui/Makefile"
24144 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24145 printui"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/printui/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/propsys/Makefile"
24152 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24153 propsys"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24156 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/psapi/Makefile"
24160 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 psapi"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/psapi/tests/Makefile"
24168 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24169 psapi/tests"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24172 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/pstorec/Makefile"
24176 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 pstorec"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/qcap/Makefile"
24184 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 qcap"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/qedit/Makefile"
24192 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 qedit"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/qedit/tests/Makefile"
24200 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24201 qedit/tests"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24204 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/qmgr/Makefile"
24208 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24209 qmgr"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/qmgr/tests/Makefile"
24216 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24217 qmgr/tests"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24220 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/qmgrprxy/Makefile"
24224 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 qmgrprxy"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/quartz/Makefile"
24232 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24233 quartz"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/quartz/tests/Makefile"
24240 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24241 quartz/tests"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24244 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/query/Makefile"
24248 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24249 query"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24252 ac_config_files="$ac_config_files dlls/query/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/rasapi32/Makefile"
24256 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 rasapi32"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/rasapi32/tests/Makefile"
24264 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24265 rasapi32/tests"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24268 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/resutils/Makefile"
24272 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24273 resutils"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24276 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/riched20/Makefile"
24280 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 riched20"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/riched20/tests/Makefile"
24288 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24289 riched20/tests"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24292 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/riched32/Makefile"
24296 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 riched32"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/riched32/tests/Makefile"
24304 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24305 riched32/tests"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24308 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/rpcrt4/Makefile"
24312 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 rpcrt4"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/rpcrt4/tests/Makefile"
24320 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24321 rpcrt4/tests"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24324 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/rsabase/Makefile"
24328 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 rsabase"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/rsaenh/Makefile"
24336 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 rsaenh"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/rsaenh/tests/Makefile"
24344 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24345 rsaenh/tests"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24348 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/sane.ds/Makefile"
24352 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 sane.ds"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/sccbase/Makefile"
24360 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24361 sccbase"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/schannel/Makefile"
24368 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 schannel"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/schannel/tests/Makefile"
24376 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24377 schannel/tests"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24380 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/secur32/Makefile"
24384 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 secur32"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/secur32/tests/Makefile"
24392 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24393 secur32/tests"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24396 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/security/Makefile"
24400 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24401 security"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/security/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/sensapi/Makefile"
24408 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 sensapi"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/serialui/Makefile"
24416 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 serialui"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/serialui/tests/Makefile"
24424 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24425 serialui/tests"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24428 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/setupapi/Makefile"
24432 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 setupapi"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/setupapi/tests/Makefile"
24440 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24441 setupapi/tests"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24444 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/sfc/Makefile"
24448 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 sfc"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/sfc_os/Makefile"
24456 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 sfc_os"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/shdoclc/Makefile"
24464 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 shdoclc"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/shdocvw/Makefile"
24472 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24473 shdocvw"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24476 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/shdocvw/tests/Makefile"
24480 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24481 shdocvw/tests"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24484 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/shell32/Makefile"
24488 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 shell32"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/shell32/tests/Makefile"
24496 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24497 shell32/tests"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24500 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/shfolder/Makefile"
24504 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 shfolder"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/shlwapi/Makefile"
24512 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 shlwapi"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/shlwapi/tests/Makefile"
24520 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24521 shlwapi/tests"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24524 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/slbcsp/Makefile"
24528 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 slbcsp"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/slc/Makefile"
24536 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 slc"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/slc/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/snmpapi/Makefile"
24544 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 snmpapi"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/snmpapi/tests/Makefile"
24552 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24553 snmpapi/tests"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24556 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/softpub/Makefile"
24560 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 softpub"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/spoolss/Makefile"
24568 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 spoolss"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/spoolss/tests/Makefile"
24576 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24577 spoolss/tests"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24580 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/stdole2.tlb/Makefile"
24584 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 stdole2.tlb"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/stdole32.tlb/Makefile"
24592 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 stdole32.tlb"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/sti/Makefile"
24600 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24601 sti"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/sti/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/strmiids/Makefile"
24608 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24609 strmiids"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24612 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/svrapi/Makefile"
24616 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617 svrapi"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/sxs/Makefile"
24624 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 sxs"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/tapi32/Makefile"
24632 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 tapi32"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/twain_32/Makefile"
24640 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641 twain_32"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/unicows/Makefile"
24648 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 unicows"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/url/Makefile"
24656 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 url"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/url/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/urlmon/Makefile"
24664 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665 urlmon"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/urlmon/tests/Makefile"
24672 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24673 urlmon/tests"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24676 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/user32/Makefile"
24680 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 user32"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/user32/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/user32/tests/Makefile"
24688 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24689 user32/tests"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24692 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/userenv/Makefile"
24696 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 userenv"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/userenv/tests/Makefile"
24704 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24705 userenv/tests"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24708 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/usp10/Makefile"
24712 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24713 usp10"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/usp10/tests/Makefile"
24720 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24721 usp10/tests"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24724 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/uuid/Makefile"
24728 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24729 uuid"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24732 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/uxtheme/Makefile"
24736 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 uxtheme"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/uxtheme/tests/Makefile"
24744 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24745 uxtheme/tests"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24748 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/vdhcp.vxd/Makefile"
24752 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 vdhcp.vxd"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/vdmdbg/Makefile"
24760 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 vdmdbg"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/version/Makefile"
24768 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 version"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/version/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/version/tests/Makefile"
24776 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24777 version/tests"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24780 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/vmm.vxd/Makefile"
24784 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 vmm.vxd"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/vnbt.vxd/Makefile"
24792 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 vnbt.vxd"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/vnetbios.vxd/Makefile"
24800 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 vnetbios.vxd"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/vtdapi.vxd/Makefile"
24808 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 vtdapi.vxd"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/vwin32.vxd/Makefile"
24816 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 vwin32.vxd"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/w32skrnl/Makefile"
24824 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 w32skrnl"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/winealsa.drv/Makefile"
24832 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 winealsa.drv"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/wineaudioio.drv/Makefile"
24840 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 wineaudioio.drv"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/winecoreaudio.drv/Makefile"
24848 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 winecoreaudio.drv"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/winecrt0/Makefile"
24856 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24857 winecrt0"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24860 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/wined3d/Makefile"
24864 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865 wined3d"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/winedos/Makefile"
24872 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 winedos"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/wineesd.drv/Makefile"
24880 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 wineesd.drv"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/winejack.drv/Makefile"
24888 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 winejack.drv"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/winejoystick.drv/Makefile"
24896 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 winejoystick.drv"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/winemp3.acm/Makefile"
24904 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 winemp3.acm"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/winenas.drv/Makefile"
24912 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 winenas.drv"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/wineoss.drv/Makefile"
24920 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 wineoss.drv"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/wineps.drv/Makefile"
24928 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 wineps.drv"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/winequartz.drv/Makefile"
24936 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 winequartz.drv"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/winex11.drv/Makefile"
24944 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 winex11.drv"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/wing32/Makefile"
24952 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 wing32"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/winhttp/Makefile"
24960 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 winhttp"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/winhttp/tests/Makefile"
24968 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24969 winhttp/tests"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24972 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/wininet/Makefile"
24976 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24977 wininet"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/wininet/tests/Makefile"
24984 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24985 wininet/tests"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24988 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/winmm/Makefile"
24992 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 winmm"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/winmm/tests/Makefile"
25000 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25001 winmm/tests"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25004 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/winnls32/Makefile"
25008 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 winnls32"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/winscard/Makefile"
25016 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 winscard"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/winspool.drv/Makefile"
25024 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 winspool.drv"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/winspool.drv/tests/Makefile"
25032 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25033 winspool.drv/tests"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25036 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/wintab32/Makefile"
25040 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 wintab32"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/wintrust/Makefile"
25048 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049 wintrust"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/wintrust/tests/Makefile"
25056 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25057 wintrust/tests"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25060 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/wldap32/Makefile"
25064 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065 wldap32"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/wmi/Makefile"
25072 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 wmi"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/wnaspi32/Makefile"
25080 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 wnaspi32"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/wow32/Makefile"
25088 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 wow32"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/ws2_32/Makefile"
25096 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 ws2_32"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/ws2_32/tests/Makefile"
25104 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25105 ws2_32/tests"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25108 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/wsock32/Makefile"
25112 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 wsock32"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/wtsapi32/Makefile"
25120 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 wtsapi32"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 documentation/Makefile"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 documentation/Makefile: documentation/Makefile.in Make.rules"
25131 ac_config_files="$ac_config_files documentation/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 fonts/Makefile"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 fonts/Makefile: fonts/Makefile.in Make.rules"
25138 ac_config_files="$ac_config_files fonts/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 include/Makefile"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 include/Makefile: include/Makefile.in Make.rules"
25145 ac_config_files="$ac_config_files include/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 libs/Makefile"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 libs/Makefile: libs/Makefile.in Make.rules"
25152 ac_config_files="$ac_config_files libs/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 libs/port/Makefile"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25159 ac_config_files="$ac_config_files libs/port/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 libs/wine/Makefile"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25166 ac_config_files="$ac_config_files libs/wine/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 libs/wpp/Makefile"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25173 ac_config_files="$ac_config_files libs/wpp/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 loader/Makefile"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 loader/Makefile: loader/Makefile.in Make.rules"
25180 ac_config_files="$ac_config_files loader/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 programs/Makefile"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 programs/Makefile: programs/Makefile.in Make.rules"
25187 ac_config_files="$ac_config_files programs/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 programs/clock/Makefile"
25191 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25192 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25193 clock"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25196 ac_config_files="$ac_config_files programs/clock/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 programs/cmd/Makefile"
25200 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25201 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25202 cmd"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25205 ac_config_files="$ac_config_files programs/cmd/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 programs/cmdlgtst/Makefile"
25209 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25210 cmdlgtst"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25213 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 programs/control/Makefile"
25217 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25218 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25219 control"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25222 ac_config_files="$ac_config_files programs/control/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 programs/eject/Makefile"
25226 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25227 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25228 eject"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25231 ac_config_files="$ac_config_files programs/eject/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 programs/expand/Makefile"
25235 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25236 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25237 expand"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25240 ac_config_files="$ac_config_files programs/expand/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 programs/explorer/Makefile"
25244 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25245 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25246 explorer"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25249 ac_config_files="$ac_config_files programs/explorer/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 programs/hh/Makefile"
25253 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25254 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25258 ac_config_files="$ac_config_files programs/hh/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 programs/icinfo/Makefile"
25262 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25263 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25264 icinfo"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25267 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 programs/iexplore/Makefile"
25271 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25272 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25273 iexplore"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25276 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 programs/msiexec/Makefile"
25280 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25281 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25282 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25283 msiexec"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25286 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 programs/net/Makefile"
25290 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25291 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25292 net"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25295 ac_config_files="$ac_config_files programs/net/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 programs/notepad/Makefile"
25299 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25300 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25301 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25302 notepad"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25305 ac_config_files="$ac_config_files programs/notepad/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 programs/oleview/Makefile"
25309 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25310 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25311 oleview"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25314 ac_config_files="$ac_config_files programs/oleview/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 programs/progman/Makefile"
25318 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25319 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25320 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25321 progman"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25324 ac_config_files="$ac_config_files programs/progman/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 programs/reg/Makefile"
25328 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25329 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25330 reg"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25333 ac_config_files="$ac_config_files programs/reg/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 programs/regedit/Makefile"
25337 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25338 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25339 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25340 regedit"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25343 ac_config_files="$ac_config_files programs/regedit/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 programs/regsvr32/Makefile"
25347 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25348 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25349 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25350 regsvr32"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25353 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 programs/rpcss/Makefile"
25357 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25358 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25359 rpcss"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25362 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 programs/rundll32/Makefile"
25366 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25367 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25368 rundll32"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25371 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 programs/secedit/Makefile"
25375 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25376 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25377 secedit"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25380 ac_config_files="$ac_config_files programs/secedit/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 programs/services/Makefile"
25384 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25385 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25386 services"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25389 ac_config_files="$ac_config_files programs/services/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 programs/spoolsv/Makefile"
25393 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25394 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25395 spoolsv"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25398 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 programs/start/Makefile"
25402 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25403 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25404 start"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25407 ac_config_files="$ac_config_files programs/start/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 programs/svchost/Makefile"
25411 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25412 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25413 svchost"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25416 ac_config_files="$ac_config_files programs/svchost/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 programs/taskmgr/Makefile"
25420 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25421 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25422 taskmgr"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25425 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 programs/uninstaller/Makefile"
25429 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25430 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25431 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25432 uninstaller"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25435 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 programs/view/Makefile"
25439 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25440 view"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25443 ac_config_files="$ac_config_files programs/view/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 programs/wineboot/Makefile"
25447 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25448 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25449 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25450 wineboot"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25453 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 programs/winebrowser/Makefile"
25457 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25458 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25459 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25460 winebrowser"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25463 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 programs/winecfg/Makefile"
25467 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25468 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25469 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25470 winecfg"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25473 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 programs/wineconsole/Makefile"
25477 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25478 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25479 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25480 wineconsole"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25483 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 programs/winedbg/Makefile"
25487 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25488 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25489 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25490 winedbg"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25493 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 programs/winedevice/Makefile"
25497 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25498 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25499 winedevice"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25502 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 programs/winefile/Makefile"
25506 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25507 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25508 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25509 winefile"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25512 ac_config_files="$ac_config_files programs/winefile/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 programs/winemenubuilder/Makefile"
25516 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25517 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25518 winemenubuilder"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25521 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 programs/winemine/Makefile"
25525 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25526 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25527 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25528 winemine"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25531 ac_config_files="$ac_config_files programs/winemine/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 programs/winepath/Makefile"
25535 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25536 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25537 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25538 winepath"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25541 ac_config_files="$ac_config_files programs/winepath/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 programs/winetest/Makefile"
25545 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25546 winetest"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25549 ac_config_files="$ac_config_files programs/winetest/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 programs/winevdm/Makefile"
25553 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25554 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25555 winevdm"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25558 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 programs/winhlp32/Makefile"
25562 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25563 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25564 winhlp32"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25567 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 programs/winver/Makefile"
25571 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25572 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25573 winver"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25576 ac_config_files="$ac_config_files programs/winver/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 programs/wordpad/Makefile"
25580 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25581 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25582 wordpad"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25585 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 programs/write/Makefile"
25589 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25590 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25591 write"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25594 ac_config_files="$ac_config_files programs/write/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 programs/xcopy/Makefile"
25598 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25599 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25600 xcopy"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25603 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 server/Makefile"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 server/Makefile: server/Makefile.in Make.rules"
25610 ac_config_files="$ac_config_files server/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 tools/Makefile"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 tools/Makefile: tools/Makefile.in Make.rules"
25617 ac_config_files="$ac_config_files tools/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 tools/widl/Makefile"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25624 ac_config_files="$ac_config_files tools/widl/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 tools/winebuild/Makefile"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25631 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 tools/winedump/Makefile"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25638 ac_config_files="$ac_config_files tools/winedump/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 tools/winegcc/Makefile"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25645 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 tools/wmc/Makefile"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25652 ac_config_files="$ac_config_files tools/wmc/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 tools/wrc/Makefile"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25659 ac_config_files="$ac_config_files tools/wrc/Makefile"
25662 cat >confcache <<\_ACEOF
25663 # This file is a shell script that caches the results of configure
25664 # tests run on this system so they can be shared between configure
25665 # scripts and configure runs, see configure's option --config-cache.
25666 # It is not useful on other systems. If it contains results you don't
25667 # want to keep, you may remove or edit it.
25669 # config.status only pays attention to the cache file if you give it
25670 # the --recheck option to rerun configure.
25672 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25673 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25674 # following values.
25676 _ACEOF
25678 # The following way of writing the cache mishandles newlines in values,
25679 # but we know of no workaround that is simple, portable, and efficient.
25680 # So, we kill variables containing newlines.
25681 # Ultrix sh set writes to stderr and can't be redirected directly,
25682 # and sets the high bit in the cache file unless we assign to the vars.
25684 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25685 eval ac_val=\$$ac_var
25686 case $ac_val in #(
25687 *${as_nl}*)
25688 case $ac_var in #(
25689 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25690 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25691 esac
25692 case $ac_var in #(
25693 _ | IFS | as_nl) ;; #(
25694 *) $as_unset $ac_var ;;
25695 esac ;;
25696 esac
25697 done
25699 (set) 2>&1 |
25700 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25701 *${as_nl}ac_space=\ *)
25702 # `set' does not quote correctly, so add quotes (double-quote
25703 # substitution turns \\\\ into \\, and sed turns \\ into \).
25704 sed -n \
25705 "s/'/'\\\\''/g;
25706 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25707 ;; #(
25709 # `set' quotes correctly as required by POSIX, so do not add quotes.
25710 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25712 esac |
25713 sort
25715 sed '
25716 /^ac_cv_env_/b end
25717 t clear
25718 :clear
25719 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25720 t end
25721 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25722 :end' >>confcache
25723 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25724 if test -w "$cache_file"; then
25725 test "x$cache_file" != "x/dev/null" &&
25726 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25727 echo "$as_me: updating cache $cache_file" >&6;}
25728 cat confcache >$cache_file
25729 else
25730 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25731 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25734 rm -f confcache
25736 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25737 # Let make expand exec_prefix.
25738 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25740 DEFS=-DHAVE_CONFIG_H
25742 ac_libobjs=
25743 ac_ltlibobjs=
25744 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25745 # 1. Remove the extension, and $U if already installed.
25746 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25747 ac_i=`echo "$ac_i" | sed "$ac_script"`
25748 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25749 # will be set to the directory where LIBOBJS objects are built.
25750 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25751 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25752 done
25753 LIBOBJS=$ac_libobjs
25755 LTLIBOBJS=$ac_ltlibobjs
25759 : ${CONFIG_STATUS=./config.status}
25760 ac_clean_files_save=$ac_clean_files
25761 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25762 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25763 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25764 cat >$CONFIG_STATUS <<_ACEOF
25765 #! $SHELL
25766 # Generated by $as_me.
25767 # Run this file to recreate the current configuration.
25768 # Compiler output produced by configure, useful for debugging
25769 # configure, is in config.log if it exists.
25771 debug=false
25772 ac_cs_recheck=false
25773 ac_cs_silent=false
25774 SHELL=\${CONFIG_SHELL-$SHELL}
25775 _ACEOF
25777 cat >>$CONFIG_STATUS <<\_ACEOF
25778 ## --------------------- ##
25779 ## M4sh Initialization. ##
25780 ## --------------------- ##
25782 # Be more Bourne compatible
25783 DUALCASE=1; export DUALCASE # for MKS sh
25784 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25785 emulate sh
25786 NULLCMD=:
25787 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25788 # is contrary to our usage. Disable this feature.
25789 alias -g '${1+"$@"}'='"$@"'
25790 setopt NO_GLOB_SUBST
25791 else
25792 case `(set -o) 2>/dev/null` in
25793 *posix*) set -o posix ;;
25794 esac
25801 # PATH needs CR
25802 # Avoid depending upon Character Ranges.
25803 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25804 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25805 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25806 as_cr_digits='0123456789'
25807 as_cr_alnum=$as_cr_Letters$as_cr_digits
25809 # The user is always right.
25810 if test "${PATH_SEPARATOR+set}" != set; then
25811 echo "#! /bin/sh" >conf$$.sh
25812 echo "exit 0" >>conf$$.sh
25813 chmod +x conf$$.sh
25814 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25815 PATH_SEPARATOR=';'
25816 else
25817 PATH_SEPARATOR=:
25819 rm -f conf$$.sh
25822 # Support unset when possible.
25823 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25824 as_unset=unset
25825 else
25826 as_unset=false
25830 # IFS
25831 # We need space, tab and new line, in precisely that order. Quoting is
25832 # there to prevent editors from complaining about space-tab.
25833 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25834 # splitting by setting IFS to empty value.)
25835 as_nl='
25837 IFS=" "" $as_nl"
25839 # Find who we are. Look in the path if we contain no directory separator.
25840 case $0 in
25841 *[\\/]* ) as_myself=$0 ;;
25842 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25843 for as_dir in $PATH
25845 IFS=$as_save_IFS
25846 test -z "$as_dir" && as_dir=.
25847 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25848 done
25849 IFS=$as_save_IFS
25852 esac
25853 # We did not find ourselves, most probably we were run as `sh COMMAND'
25854 # in which case we are not to be found in the path.
25855 if test "x$as_myself" = x; then
25856 as_myself=$0
25858 if test ! -f "$as_myself"; then
25859 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25860 { (exit 1); exit 1; }
25863 # Work around bugs in pre-3.0 UWIN ksh.
25864 for as_var in ENV MAIL MAILPATH
25865 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25866 done
25867 PS1='$ '
25868 PS2='> '
25869 PS4='+ '
25871 # NLS nuisances.
25872 for as_var in \
25873 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25874 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25875 LC_TELEPHONE LC_TIME
25877 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25878 eval $as_var=C; export $as_var
25879 else
25880 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25882 done
25884 # Required to use basename.
25885 if expr a : '\(a\)' >/dev/null 2>&1 &&
25886 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25887 as_expr=expr
25888 else
25889 as_expr=false
25892 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25893 as_basename=basename
25894 else
25895 as_basename=false
25899 # Name of the executable.
25900 as_me=`$as_basename -- "$0" ||
25901 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25902 X"$0" : 'X\(//\)$' \| \
25903 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25904 echo X/"$0" |
25905 sed '/^.*\/\([^/][^/]*\)\/*$/{
25906 s//\1/
25909 /^X\/\(\/\/\)$/{
25910 s//\1/
25913 /^X\/\(\/\).*/{
25914 s//\1/
25917 s/.*/./; q'`
25919 # CDPATH.
25920 $as_unset CDPATH
25924 as_lineno_1=$LINENO
25925 as_lineno_2=$LINENO
25926 test "x$as_lineno_1" != "x$as_lineno_2" &&
25927 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25929 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25930 # uniformly replaced by the line number. The first 'sed' inserts a
25931 # line-number line after each line using $LINENO; the second 'sed'
25932 # does the real work. The second script uses 'N' to pair each
25933 # line-number line with the line containing $LINENO, and appends
25934 # trailing '-' during substitution so that $LINENO is not a special
25935 # case at line end.
25936 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25937 # scripts with optimization help from Paolo Bonzini. Blame Lee
25938 # E. McMahon (1931-1989) for sed's syntax. :-)
25939 sed -n '
25941 /[$]LINENO/=
25942 ' <$as_myself |
25943 sed '
25944 s/[$]LINENO.*/&-/
25945 t lineno
25947 :lineno
25949 :loop
25950 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25951 t loop
25952 s/-\n.*//
25953 ' >$as_me.lineno &&
25954 chmod +x "$as_me.lineno" ||
25955 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25956 { (exit 1); exit 1; }; }
25958 # Don't try to exec as it changes $[0], causing all sort of problems
25959 # (the dirname of $[0] is not the place where we might find the
25960 # original and so on. Autoconf is especially sensitive to this).
25961 . "./$as_me.lineno"
25962 # Exit status is that of the last command.
25963 exit
25967 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25968 as_dirname=dirname
25969 else
25970 as_dirname=false
25973 ECHO_C= ECHO_N= ECHO_T=
25974 case `echo -n x` in
25975 -n*)
25976 case `echo 'x\c'` in
25977 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25978 *) ECHO_C='\c';;
25979 esac;;
25981 ECHO_N='-n';;
25982 esac
25984 if expr a : '\(a\)' >/dev/null 2>&1 &&
25985 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25986 as_expr=expr
25987 else
25988 as_expr=false
25991 rm -f conf$$ conf$$.exe conf$$.file
25992 if test -d conf$$.dir; then
25993 rm -f conf$$.dir/conf$$.file
25994 else
25995 rm -f conf$$.dir
25996 mkdir conf$$.dir
25998 echo >conf$$.file
25999 if ln -s conf$$.file conf$$ 2>/dev/null; then
26000 as_ln_s='ln -s'
26001 # ... but there are two gotchas:
26002 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26003 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26004 # In both cases, we have to default to `cp -p'.
26005 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26006 as_ln_s='cp -p'
26007 elif ln conf$$.file conf$$ 2>/dev/null; then
26008 as_ln_s=ln
26009 else
26010 as_ln_s='cp -p'
26012 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26013 rmdir conf$$.dir 2>/dev/null
26015 if mkdir -p . 2>/dev/null; then
26016 as_mkdir_p=:
26017 else
26018 test -d ./-p && rmdir ./-p
26019 as_mkdir_p=false
26022 if test -x / >/dev/null 2>&1; then
26023 as_test_x='test -x'
26024 else
26025 if ls -dL / >/dev/null 2>&1; then
26026 as_ls_L_option=L
26027 else
26028 as_ls_L_option=
26030 as_test_x='
26031 eval sh -c '\''
26032 if test -d "$1"; then
26033 test -d "$1/.";
26034 else
26035 case $1 in
26036 -*)set "./$1";;
26037 esac;
26038 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26039 ???[sx]*):;;*)false;;esac;fi
26040 '\'' sh
26043 as_executable_p=$as_test_x
26045 # Sed expression to map a string onto a valid CPP name.
26046 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26048 # Sed expression to map a string onto a valid variable name.
26049 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26052 exec 6>&1
26054 # Save the log message, to keep $[0] and so on meaningful, and to
26055 # report actual input values of CONFIG_FILES etc. instead of their
26056 # values after options handling.
26057 ac_log="
26058 This file was extended by Wine $as_me 1.1.3, which was
26059 generated by GNU Autoconf 2.61. Invocation command line was
26061 CONFIG_FILES = $CONFIG_FILES
26062 CONFIG_HEADERS = $CONFIG_HEADERS
26063 CONFIG_LINKS = $CONFIG_LINKS
26064 CONFIG_COMMANDS = $CONFIG_COMMANDS
26065 $ $0 $@
26067 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26070 _ACEOF
26072 cat >>$CONFIG_STATUS <<_ACEOF
26073 # Files that config.status was made for.
26074 config_files="$ac_config_files"
26075 config_headers="$ac_config_headers"
26076 config_commands="$ac_config_commands"
26078 _ACEOF
26080 cat >>$CONFIG_STATUS <<\_ACEOF
26081 ac_cs_usage="\
26082 \`$as_me' instantiates files from templates according to the
26083 current configuration.
26085 Usage: $0 [OPTIONS] [FILE]...
26087 -h, --help print this help, then exit
26088 -V, --version print version number and configuration settings, then exit
26089 -q, --quiet do not print progress messages
26090 -d, --debug don't remove temporary files
26091 --recheck update $as_me by reconfiguring in the same conditions
26092 --file=FILE[:TEMPLATE]
26093 instantiate the configuration file FILE
26094 --header=FILE[:TEMPLATE]
26095 instantiate the configuration header FILE
26097 Configuration files:
26098 $config_files
26100 Configuration headers:
26101 $config_headers
26103 Configuration commands:
26104 $config_commands
26106 Report bugs to <bug-autoconf@gnu.org>."
26108 _ACEOF
26109 cat >>$CONFIG_STATUS <<_ACEOF
26110 ac_cs_version="\\
26111 Wine config.status 1.1.3
26112 configured by $0, generated by GNU Autoconf 2.61,
26113 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26115 Copyright (C) 2006 Free Software Foundation, Inc.
26116 This config.status script is free software; the Free Software Foundation
26117 gives unlimited permission to copy, distribute and modify it."
26119 ac_pwd='$ac_pwd'
26120 srcdir='$srcdir'
26121 INSTALL='$INSTALL'
26122 _ACEOF
26124 cat >>$CONFIG_STATUS <<\_ACEOF
26125 # If no file are specified by the user, then we need to provide default
26126 # value. By we need to know if files were specified by the user.
26127 ac_need_defaults=:
26128 while test $# != 0
26130 case $1 in
26131 --*=*)
26132 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26133 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26134 ac_shift=:
26137 ac_option=$1
26138 ac_optarg=$2
26139 ac_shift=shift
26141 esac
26143 case $ac_option in
26144 # Handling of the options.
26145 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26146 ac_cs_recheck=: ;;
26147 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26148 echo "$ac_cs_version"; exit ;;
26149 --debug | --debu | --deb | --de | --d | -d )
26150 debug=: ;;
26151 --file | --fil | --fi | --f )
26152 $ac_shift
26153 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26154 ac_need_defaults=false;;
26155 --header | --heade | --head | --hea )
26156 $ac_shift
26157 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26158 ac_need_defaults=false;;
26159 --he | --h)
26160 # Conflict between --help and --header
26161 { echo "$as_me: error: ambiguous option: $1
26162 Try \`$0 --help' for more information." >&2
26163 { (exit 1); exit 1; }; };;
26164 --help | --hel | -h )
26165 echo "$ac_cs_usage"; exit ;;
26166 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26167 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26168 ac_cs_silent=: ;;
26170 # This is an error.
26171 -*) { echo "$as_me: error: unrecognized option: $1
26172 Try \`$0 --help' for more information." >&2
26173 { (exit 1); exit 1; }; } ;;
26175 *) ac_config_targets="$ac_config_targets $1"
26176 ac_need_defaults=false ;;
26178 esac
26179 shift
26180 done
26182 ac_configure_extra_args=
26184 if $ac_cs_silent; then
26185 exec 6>/dev/null
26186 ac_configure_extra_args="$ac_configure_extra_args --silent"
26189 _ACEOF
26190 cat >>$CONFIG_STATUS <<_ACEOF
26191 if \$ac_cs_recheck; then
26192 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26193 CONFIG_SHELL=$SHELL
26194 export CONFIG_SHELL
26195 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26198 _ACEOF
26199 cat >>$CONFIG_STATUS <<\_ACEOF
26200 exec 5>>config.log
26202 echo
26203 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26204 ## Running $as_me. ##
26205 _ASBOX
26206 echo "$ac_log"
26207 } >&5
26209 _ACEOF
26210 cat >>$CONFIG_STATUS <<_ACEOF
26211 _ACEOF
26213 cat >>$CONFIG_STATUS <<\_ACEOF
26215 # Handling of arguments.
26216 for ac_config_target in $ac_config_targets
26218 case $ac_config_target in
26219 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26220 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26221 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26222 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26223 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26224 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26225 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26226 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26227 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26228 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26229 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26230 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26231 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26232 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26233 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26234 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26235 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26236 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26237 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26238 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26239 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26240 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26241 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26242 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26243 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26244 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26245 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26246 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26247 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26248 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26249 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26250 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26251 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26252 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26253 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26254 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26255 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26256 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26257 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26258 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26259 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26260 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26261 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26262 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26263 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26264 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26265 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26266 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26267 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26268 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26269 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26270 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26271 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26272 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26273 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26274 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26275 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26276 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26277 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26278 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26279 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26280 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26281 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26282 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26283 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26284 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26285 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26286 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26287 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26288 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26289 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26290 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26291 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26292 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26293 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26294 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26295 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26296 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26297 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26298 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26299 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26300 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26301 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26302 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26303 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26304 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26305 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26306 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26307 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26308 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26309 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26310 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26311 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26312 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26313 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26314 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26315 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26316 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26317 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26318 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26319 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26320 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26321 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26322 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26323 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26324 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26325 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26326 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26327 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26328 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26329 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26330 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26331 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26332 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26333 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26334 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26335 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26336 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26337 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26338 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26339 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26340 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26341 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26342 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26343 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26344 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26345 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26346 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26347 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26348 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26349 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26350 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26351 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26352 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26353 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26354 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26355 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26356 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26357 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26358 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26359 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26360 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26361 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26362 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26363 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26364 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26365 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26366 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26367 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26368 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26369 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26370 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26371 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26372 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26373 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26374 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26375 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26376 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26377 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26378 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26379 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26380 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26381 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26382 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26383 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26384 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26385 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26386 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26387 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26388 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26389 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26390 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26391 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26392 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26393 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26394 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26395 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26396 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26397 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26398 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26399 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26400 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26401 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26402 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26403 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26404 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26405 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26406 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26407 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26408 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26409 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26410 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26411 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26412 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26413 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26414 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26415 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26416 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26417 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26418 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26419 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26420 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26421 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26422 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26423 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26424 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26425 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26426 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26427 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26428 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26429 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26430 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26431 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26432 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26433 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26434 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26435 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26436 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26437 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26438 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26439 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26440 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26441 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26442 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26443 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26444 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26445 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26446 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26447 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26448 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26449 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26450 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26451 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26452 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26453 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26454 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26455 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26456 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26457 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26458 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26459 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26460 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26461 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26462 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26463 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26464 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26465 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26466 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26467 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26468 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26469 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26470 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26471 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26472 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26473 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26474 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26475 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26476 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26477 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26478 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26479 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26480 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26481 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26482 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26483 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26484 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26485 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26486 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26487 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26488 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26489 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26490 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26491 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26492 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26493 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26494 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26495 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26496 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26497 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26498 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26499 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26500 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26501 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26502 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26503 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26504 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26505 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26506 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26507 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26508 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26509 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26510 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26511 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26512 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26513 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26514 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26515 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26516 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26517 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26518 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26519 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26520 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26521 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26522 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26523 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26524 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26525 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26526 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26527 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26528 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26529 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26530 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26531 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26532 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26533 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26534 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26535 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26536 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26537 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26538 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26539 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26540 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26541 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26542 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26543 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26544 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26545 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26546 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26547 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26548 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26549 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26550 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26551 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26552 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26553 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26554 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26555 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26556 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26557 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26558 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26559 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26560 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26561 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26562 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26563 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26564 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26565 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26566 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26567 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26568 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26569 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26570 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26571 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26572 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26573 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26574 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26575 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26576 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26577 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26578 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26579 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26580 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26581 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26582 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26583 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26584 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26585 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26586 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26587 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26588 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26589 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26590 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26591 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26592 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26593 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26594 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26595 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26596 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26597 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26598 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26599 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26600 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26601 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26602 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26603 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26604 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26605 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26606 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26607 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26608 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26609 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26610 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26611 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26612 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26613 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26614 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26615 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26616 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26617 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26618 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26619 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26620 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26621 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26622 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26623 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26624 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26625 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26626 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26627 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26628 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26629 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26630 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26631 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26632 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26633 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26634 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26635 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26636 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26637 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26638 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26639 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26640 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26641 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26642 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26643 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26644 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26645 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26646 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26647 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26648 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26649 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26650 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26651 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26653 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26654 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26655 { (exit 1); exit 1; }; };;
26656 esac
26657 done
26660 # If the user did not use the arguments to specify the items to instantiate,
26661 # then the envvar interface is used. Set only those that are not.
26662 # We use the long form for the default assignment because of an extremely
26663 # bizarre bug on SunOS 4.1.3.
26664 if $ac_need_defaults; then
26665 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26666 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26667 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26670 # Have a temporary directory for convenience. Make it in the build tree
26671 # simply because there is no reason against having it here, and in addition,
26672 # creating and moving files from /tmp can sometimes cause problems.
26673 # Hook for its removal unless debugging.
26674 # Note that there is a small window in which the directory will not be cleaned:
26675 # after its creation but before its name has been assigned to `$tmp'.
26676 $debug ||
26678 tmp=
26679 trap 'exit_status=$?
26680 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26682 trap '{ (exit 1); exit 1; }' 1 2 13 15
26684 # Create a (secure) tmp directory for tmp files.
26687 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26688 test -n "$tmp" && test -d "$tmp"
26689 } ||
26691 tmp=./conf$$-$RANDOM
26692 (umask 077 && mkdir "$tmp")
26693 } ||
26695 echo "$me: cannot create a temporary directory in ." >&2
26696 { (exit 1); exit 1; }
26700 # Set up the sed scripts for CONFIG_FILES section.
26703 # No need to generate the scripts if there are no CONFIG_FILES.
26704 # This happens for instance when ./config.status config.h
26705 if test -n "$CONFIG_FILES"; then
26707 _ACEOF
26709 # Create sed commands to just substitute file output variables.
26711 # Remaining file output variables are in a fragment that also has non-file
26712 # output varibles.
26716 ac_delim='%!_!# '
26717 for ac_last_try in false false false false false :; do
26718 cat >conf$$subs.sed <<_ACEOF
26719 SHELL!$SHELL$ac_delim
26720 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26721 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26722 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26723 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26724 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26725 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26726 exec_prefix!$exec_prefix$ac_delim
26727 prefix!$prefix$ac_delim
26728 program_transform_name!$program_transform_name$ac_delim
26729 bindir!$bindir$ac_delim
26730 sbindir!$sbindir$ac_delim
26731 libexecdir!$libexecdir$ac_delim
26732 datarootdir!$datarootdir$ac_delim
26733 datadir!$datadir$ac_delim
26734 sysconfdir!$sysconfdir$ac_delim
26735 sharedstatedir!$sharedstatedir$ac_delim
26736 localstatedir!$localstatedir$ac_delim
26737 includedir!$includedir$ac_delim
26738 oldincludedir!$oldincludedir$ac_delim
26739 docdir!$docdir$ac_delim
26740 infodir!$infodir$ac_delim
26741 htmldir!$htmldir$ac_delim
26742 dvidir!$dvidir$ac_delim
26743 pdfdir!$pdfdir$ac_delim
26744 psdir!$psdir$ac_delim
26745 libdir!$libdir$ac_delim
26746 localedir!$localedir$ac_delim
26747 mandir!$mandir$ac_delim
26748 DEFS!$DEFS$ac_delim
26749 ECHO_C!$ECHO_C$ac_delim
26750 ECHO_N!$ECHO_N$ac_delim
26751 ECHO_T!$ECHO_T$ac_delim
26752 LIBS!$LIBS$ac_delim
26753 build_alias!$build_alias$ac_delim
26754 host_alias!$host_alias$ac_delim
26755 target_alias!$target_alias$ac_delim
26756 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26757 build!$build$ac_delim
26758 build_cpu!$build_cpu$ac_delim
26759 build_vendor!$build_vendor$ac_delim
26760 build_os!$build_os$ac_delim
26761 host!$host$ac_delim
26762 host_cpu!$host_cpu$ac_delim
26763 host_vendor!$host_vendor$ac_delim
26764 host_os!$host_os$ac_delim
26765 WIN16_FILES!$WIN16_FILES$ac_delim
26766 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26767 TESTSUBDIRS!$TESTSUBDIRS$ac_delim
26768 WINETEST!$WINETEST$ac_delim
26769 SET_MAKE!$SET_MAKE$ac_delim
26770 CC!$CC$ac_delim
26771 CFLAGS!$CFLAGS$ac_delim
26772 LDFLAGS!$LDFLAGS$ac_delim
26773 CPPFLAGS!$CPPFLAGS$ac_delim
26774 ac_ct_CC!$ac_ct_CC$ac_delim
26775 EXEEXT!$EXEEXT$ac_delim
26776 OBJEXT!$OBJEXT$ac_delim
26777 CXX!$CXX$ac_delim
26778 CXXFLAGS!$CXXFLAGS$ac_delim
26779 ac_ct_CXX!$ac_ct_CXX$ac_delim
26780 CPPBIN!$CPPBIN$ac_delim
26781 TOOLSDIR!$TOOLSDIR$ac_delim
26782 XMKMF!$XMKMF$ac_delim
26783 CPP!$CPP$ac_delim
26784 X_CFLAGS!$X_CFLAGS$ac_delim
26785 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26786 X_LIBS!$X_LIBS$ac_delim
26787 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26788 FLEX!$FLEX$ac_delim
26789 BISON!$BISON$ac_delim
26790 AS!$AS$ac_delim
26791 ac_ct_AS!$ac_ct_AS$ac_delim
26792 LD!$LD$ac_delim
26793 ac_ct_LD!$ac_ct_LD$ac_delim
26794 NM!$NM$ac_delim
26795 ac_ct_NM!$ac_ct_NM$ac_delim
26796 AR!$AR$ac_delim
26797 ac_ct_AR!$ac_ct_AR$ac_delim
26798 ARFLAGS!$ARFLAGS$ac_delim
26799 RANLIB!$RANLIB$ac_delim
26800 STRIP!$STRIP$ac_delim
26801 _ACEOF
26803 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26804 break
26805 elif $ac_last_try; then
26806 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26807 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26808 { (exit 1); exit 1; }; }
26809 else
26810 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26812 done
26814 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26815 if test -n "$ac_eof"; then
26816 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26817 ac_eof=`expr $ac_eof + 1`
26820 cat >>$CONFIG_STATUS <<_ACEOF
26821 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26822 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26823 /^[ ]*@MAKE_RULES@[ ]*$/{
26824 r $MAKE_RULES
26827 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26828 r $MAKE_DLL_RULES
26831 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26832 r $MAKE_IMPLIB_RULES
26835 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26836 r $MAKE_TEST_RULES
26839 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26840 r $MAKE_PROG_RULES
26843 _ACEOF
26844 sed '
26845 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26846 s/^/s,@/; s/!/@,|#_!!_#|/
26849 s/'"$ac_delim"'$/,g/; t
26850 s/$/\\/; p
26851 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26852 ' >>$CONFIG_STATUS <conf$$subs.sed
26853 rm -f conf$$subs.sed
26854 cat >>$CONFIG_STATUS <<_ACEOF
26855 CEOF$ac_eof
26856 _ACEOF
26859 ac_delim='%!_!# '
26860 for ac_last_try in false false false false false :; do
26861 cat >conf$$subs.sed <<_ACEOF
26862 WINDRES!$WINDRES$ac_delim
26863 LN_S!$LN_S$ac_delim
26864 LN!$LN$ac_delim
26865 GREP!$GREP$ac_delim
26866 EGREP!$EGREP$ac_delim
26867 LDCONFIG!$LDCONFIG$ac_delim
26868 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26869 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26870 INSTALL_DATA!$INSTALL_DATA$ac_delim
26871 LINT!$LINT$ac_delim
26872 LINTFLAGS!$LINTFLAGS$ac_delim
26873 FONTFORGE!$FONTFORGE$ac_delim
26874 PKG_CONFIG!$PKG_CONFIG$ac_delim
26875 RSVG!$RSVG$ac_delim
26876 ICOTOOL!$ICOTOOL$ac_delim
26877 PRELINK!$PRELINK$ac_delim
26878 LIBPTHREAD!$LIBPTHREAD$ac_delim
26879 XLIB!$XLIB$ac_delim
26880 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26881 DLLEXT!$DLLEXT$ac_delim
26882 DLLFLAGS!$DLLFLAGS$ac_delim
26883 LDSHARED!$LDSHARED$ac_delim
26884 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26885 LIBEXT!$LIBEXT$ac_delim
26886 IMPLIBEXT!$IMPLIBEXT$ac_delim
26887 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26888 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26889 LDD!$LDD$ac_delim
26890 DLLTOOL!$DLLTOOL$ac_delim
26891 DLLWRAP!$DLLWRAP$ac_delim
26892 MINGWAR!$MINGWAR$ac_delim
26893 SECURITYLIB!$SECURITYLIB$ac_delim
26894 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26895 IOKITLIB!$IOKITLIB$ac_delim
26896 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26897 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26898 COREAUDIO!$COREAUDIO$ac_delim
26899 CARBONLIB!$CARBONLIB$ac_delim
26900 CROSSTEST!$CROSSTEST$ac_delim
26901 CROSSCC!$CROSSCC$ac_delim
26902 CROSSWINDRES!$CROSSWINDRES$ac_delim
26903 NASLIBS!$NASLIBS$ac_delim
26904 XML2LIBS!$XML2LIBS$ac_delim
26905 XML2INCL!$XML2INCL$ac_delim
26906 XSLTLIBS!$XSLTLIBS$ac_delim
26907 XSLTINCL!$XSLTINCL$ac_delim
26908 HALINCL!$HALINCL$ac_delim
26909 sane_devel!$sane_devel$ac_delim
26910 SANEINCL!$SANEINCL$ac_delim
26911 gphoto2_devel!$gphoto2_devel$ac_delim
26912 gphoto2port_devel!$gphoto2port_devel$ac_delim
26913 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26914 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26915 RESOLVLIBS!$RESOLVLIBS$ac_delim
26916 LCMSLIBS!$LCMSLIBS$ac_delim
26917 ft_devel!$ft_devel$ac_delim
26918 FREETYPELIBS!$FREETYPELIBS$ac_delim
26919 FREETYPEINCL!$FREETYPEINCL$ac_delim
26920 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26921 ESDCONFIG!$ESDCONFIG$ac_delim
26922 ESDINCL!$ESDINCL$ac_delim
26923 ESDLIBS!$ESDLIBS$ac_delim
26924 ALSALIBS!$ALSALIBS$ac_delim
26925 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26926 CUPSINCL!$CUPSINCL$ac_delim
26927 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26928 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26929 BUILTINFLAG!$BUILTINFLAG$ac_delim
26930 LDPATH!$LDPATH$ac_delim
26931 CRTLIBS!$CRTLIBS$ac_delim
26932 SOCKETLIBS!$SOCKETLIBS$ac_delim
26933 MAIN_BINARY!$MAIN_BINARY$ac_delim
26934 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26935 LIBDL!$LIBDL$ac_delim
26936 LIBPOLL!$LIBPOLL$ac_delim
26937 LDAPLIBS!$LDAPLIBS$ac_delim
26938 DEPENDENCIES!$DEPENDENCIES$ac_delim
26939 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26940 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26941 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26942 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26943 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26944 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26945 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26946 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26947 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26948 LIBOBJS!$LIBOBJS$ac_delim
26949 LTLIBOBJS!$LTLIBOBJS$ac_delim
26950 _ACEOF
26952 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
26953 break
26954 elif $ac_last_try; then
26955 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26956 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26957 { (exit 1); exit 1; }; }
26958 else
26959 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26961 done
26963 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26964 if test -n "$ac_eof"; then
26965 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26966 ac_eof=`expr $ac_eof + 1`
26969 cat >>$CONFIG_STATUS <<_ACEOF
26970 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26971 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26972 _ACEOF
26973 sed '
26974 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26975 s/^/s,@/; s/!/@,|#_!!_#|/
26978 s/'"$ac_delim"'$/,g/; t
26979 s/$/\\/; p
26980 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26981 ' >>$CONFIG_STATUS <conf$$subs.sed
26982 rm -f conf$$subs.sed
26983 cat >>$CONFIG_STATUS <<_ACEOF
26984 :end
26985 s/|#_!!_#|//g
26986 CEOF$ac_eof
26987 _ACEOF
26990 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26991 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26992 # trailing colons and then remove the whole line if VPATH becomes empty
26993 # (actually we leave an empty line to preserve line numbers).
26994 if test "x$srcdir" = x.; then
26995 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26996 s/:*\$(srcdir):*/:/
26997 s/:*\${srcdir}:*/:/
26998 s/:*@srcdir@:*/:/
26999 s/^\([^=]*=[ ]*\):*/\1/
27000 s/:*$//
27001 s/^[^=]*=[ ]*$//
27005 cat >>$CONFIG_STATUS <<\_ACEOF
27006 fi # test -n "$CONFIG_FILES"
27009 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27011 case $ac_tag in
27012 :[FHLC]) ac_mode=$ac_tag; continue;;
27013 esac
27014 case $ac_mode$ac_tag in
27015 :[FHL]*:*);;
27016 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27017 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27018 { (exit 1); exit 1; }; };;
27019 :[FH]-) ac_tag=-:-;;
27020 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27021 esac
27022 ac_save_IFS=$IFS
27023 IFS=:
27024 set x $ac_tag
27025 IFS=$ac_save_IFS
27026 shift
27027 ac_file=$1
27028 shift
27030 case $ac_mode in
27031 :L) ac_source=$1;;
27032 :[FH])
27033 ac_file_inputs=
27034 for ac_f
27036 case $ac_f in
27037 -) ac_f="$tmp/stdin";;
27038 *) # Look for the file first in the build tree, then in the source tree
27039 # (if the path is not absolute). The absolute path cannot be DOS-style,
27040 # because $ac_f cannot contain `:'.
27041 test -f "$ac_f" ||
27042 case $ac_f in
27043 [\\/$]*) false;;
27044 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27045 esac ||
27046 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27047 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27048 { (exit 1); exit 1; }; };;
27049 esac
27050 ac_file_inputs="$ac_file_inputs $ac_f"
27051 done
27053 # Let's still pretend it is `configure' which instantiates (i.e., don't
27054 # use $as_me), people would be surprised to read:
27055 # /* config.h. Generated by config.status. */
27056 configure_input="Generated from "`IFS=:
27057 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27058 if test x"$ac_file" != x-; then
27059 configure_input="$ac_file. $configure_input"
27060 { echo "$as_me:$LINENO: creating $ac_file" >&5
27061 echo "$as_me: creating $ac_file" >&6;}
27064 case $ac_tag in
27065 *:-:* | *:-) cat >"$tmp/stdin";;
27066 esac
27068 esac
27070 ac_dir=`$as_dirname -- "$ac_file" ||
27071 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27072 X"$ac_file" : 'X\(//\)[^/]' \| \
27073 X"$ac_file" : 'X\(//\)$' \| \
27074 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27075 echo X"$ac_file" |
27076 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27077 s//\1/
27080 /^X\(\/\/\)[^/].*/{
27081 s//\1/
27084 /^X\(\/\/\)$/{
27085 s//\1/
27088 /^X\(\/\).*/{
27089 s//\1/
27092 s/.*/./; q'`
27093 { as_dir="$ac_dir"
27094 case $as_dir in #(
27095 -*) as_dir=./$as_dir;;
27096 esac
27097 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27098 as_dirs=
27099 while :; do
27100 case $as_dir in #(
27101 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27102 *) as_qdir=$as_dir;;
27103 esac
27104 as_dirs="'$as_qdir' $as_dirs"
27105 as_dir=`$as_dirname -- "$as_dir" ||
27106 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27107 X"$as_dir" : 'X\(//\)[^/]' \| \
27108 X"$as_dir" : 'X\(//\)$' \| \
27109 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27110 echo X"$as_dir" |
27111 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27112 s//\1/
27115 /^X\(\/\/\)[^/].*/{
27116 s//\1/
27119 /^X\(\/\/\)$/{
27120 s//\1/
27123 /^X\(\/\).*/{
27124 s//\1/
27127 s/.*/./; q'`
27128 test -d "$as_dir" && break
27129 done
27130 test -z "$as_dirs" || eval "mkdir $as_dirs"
27131 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27132 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27133 { (exit 1); exit 1; }; }; }
27134 ac_builddir=.
27136 case "$ac_dir" in
27137 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27139 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27140 # A ".." for each directory in $ac_dir_suffix.
27141 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27142 case $ac_top_builddir_sub in
27143 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27144 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27145 esac ;;
27146 esac
27147 ac_abs_top_builddir=$ac_pwd
27148 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27149 # for backward compatibility:
27150 ac_top_builddir=$ac_top_build_prefix
27152 case $srcdir in
27153 .) # We are building in place.
27154 ac_srcdir=.
27155 ac_top_srcdir=$ac_top_builddir_sub
27156 ac_abs_top_srcdir=$ac_pwd ;;
27157 [\\/]* | ?:[\\/]* ) # Absolute name.
27158 ac_srcdir=$srcdir$ac_dir_suffix;
27159 ac_top_srcdir=$srcdir
27160 ac_abs_top_srcdir=$srcdir ;;
27161 *) # Relative name.
27162 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27163 ac_top_srcdir=$ac_top_build_prefix$srcdir
27164 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27165 esac
27166 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27169 case $ac_mode in
27172 # CONFIG_FILE
27175 case $INSTALL in
27176 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27177 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27178 esac
27179 _ACEOF
27181 cat >>$CONFIG_STATUS <<\_ACEOF
27182 # If the template does not know about datarootdir, expand it.
27183 # FIXME: This hack should be removed a few years after 2.60.
27184 ac_datarootdir_hack=; ac_datarootdir_seen=
27186 case `sed -n '/datarootdir/ {
27190 /@datadir@/p
27191 /@docdir@/p
27192 /@infodir@/p
27193 /@localedir@/p
27194 /@mandir@/p
27195 ' $ac_file_inputs` in
27196 *datarootdir*) ac_datarootdir_seen=yes;;
27197 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27198 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27199 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27200 _ACEOF
27201 cat >>$CONFIG_STATUS <<_ACEOF
27202 ac_datarootdir_hack='
27203 s&@datadir@&$datadir&g
27204 s&@docdir@&$docdir&g
27205 s&@infodir@&$infodir&g
27206 s&@localedir@&$localedir&g
27207 s&@mandir@&$mandir&g
27208 s&\\\${datarootdir}&$datarootdir&g' ;;
27209 esac
27210 _ACEOF
27212 # Neutralize VPATH when `$srcdir' = `.'.
27213 # Shell code in configure.ac might set extrasub.
27214 # FIXME: do we really want to maintain this feature?
27215 cat >>$CONFIG_STATUS <<_ACEOF
27216 sed "$ac_vpsub
27217 $extrasub
27218 _ACEOF
27219 cat >>$CONFIG_STATUS <<\_ACEOF
27221 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27222 s&@configure_input@&$configure_input&;t t
27223 s&@top_builddir@&$ac_top_builddir_sub&;t t
27224 s&@srcdir@&$ac_srcdir&;t t
27225 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27226 s&@top_srcdir@&$ac_top_srcdir&;t t
27227 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27228 s&@builddir@&$ac_builddir&;t t
27229 s&@abs_builddir@&$ac_abs_builddir&;t t
27230 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27231 s&@INSTALL@&$ac_INSTALL&;t t
27232 $ac_datarootdir_hack
27233 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27235 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27236 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27237 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27238 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27239 which seems to be undefined. Please make sure it is defined." >&5
27240 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27241 which seems to be undefined. Please make sure it is defined." >&2;}
27243 rm -f "$tmp/stdin"
27244 case $ac_file in
27245 -) cat "$tmp/out"; rm -f "$tmp/out";;
27246 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27247 esac
27251 # CONFIG_HEADER
27253 _ACEOF
27255 # Transform confdefs.h into a sed script `conftest.defines', that
27256 # substitutes the proper values into config.h.in to produce config.h.
27257 rm -f conftest.defines conftest.tail
27258 # First, append a space to every undef/define line, to ease matching.
27259 echo 's/$/ /' >conftest.defines
27260 # Then, protect against being on the right side of a sed subst, or in
27261 # an unquoted here document, in config.status. If some macros were
27262 # called several times there might be several #defines for the same
27263 # symbol, which is useless. But do not sort them, since the last
27264 # AC_DEFINE must be honored.
27265 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27266 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27267 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27268 # PARAMS is the parameter list in the macro definition--in most cases, it's
27269 # just an empty string.
27270 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27271 ac_dB='\\)[ (].*,\\1define\\2'
27272 ac_dC=' '
27273 ac_dD=' ,'
27275 uniq confdefs.h |
27276 sed -n '
27277 t rset
27278 :rset
27279 s/^[ ]*#[ ]*define[ ][ ]*//
27280 t ok
27283 s/[\\&,]/\\&/g
27284 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27285 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27286 ' >>conftest.defines
27288 # Remove the space that was appended to ease matching.
27289 # Then replace #undef with comments. This is necessary, for
27290 # example, in the case of _POSIX_SOURCE, which is predefined and required
27291 # on some systems where configure will not decide to define it.
27292 # (The regexp can be short, since the line contains either #define or #undef.)
27293 echo 's/ $//
27294 s,^[ #]*u.*,/* & */,' >>conftest.defines
27296 # Break up conftest.defines:
27297 ac_max_sed_lines=50
27299 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27300 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27301 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27302 # et cetera.
27303 ac_in='$ac_file_inputs'
27304 ac_out='"$tmp/out1"'
27305 ac_nxt='"$tmp/out2"'
27307 while :
27309 # Write a here document:
27310 cat >>$CONFIG_STATUS <<_ACEOF
27311 # First, check the format of the line:
27312 cat >"\$tmp/defines.sed" <<\\CEOF
27313 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27314 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27316 :def
27317 _ACEOF
27318 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27319 echo 'CEOF
27320 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27321 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27322 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27323 grep . conftest.tail >/dev/null || break
27324 rm -f conftest.defines
27325 mv conftest.tail conftest.defines
27326 done
27327 rm -f conftest.defines conftest.tail
27329 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27330 cat >>$CONFIG_STATUS <<\_ACEOF
27331 if test x"$ac_file" != x-; then
27332 echo "/* $configure_input */" >"$tmp/config.h"
27333 cat "$ac_result" >>"$tmp/config.h"
27334 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27335 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27336 echo "$as_me: $ac_file is unchanged" >&6;}
27337 else
27338 rm -f $ac_file
27339 mv "$tmp/config.h" $ac_file
27341 else
27342 echo "/* $configure_input */"
27343 cat "$ac_result"
27345 rm -f "$tmp/out12"
27348 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27349 echo "$as_me: executing $ac_file commands" >&6;}
27351 esac
27354 case $ac_file$ac_mode in
27355 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27356 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27357 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27358 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27359 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27360 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27361 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27362 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27363 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27364 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27365 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27366 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27367 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27369 esac
27370 done # for ac_tag
27373 { (exit 0); exit 0; }
27374 _ACEOF
27375 chmod +x $CONFIG_STATUS
27376 ac_clean_files=$ac_clean_files_save
27379 # configure is writing to config.log, and then calls config.status.
27380 # config.status does its own redirection, appending to config.log.
27381 # Unfortunately, on DOS this fails, as config.log is still kept open
27382 # by configure, so config.status won't be able to write to it; its
27383 # output is simply discarded. So we exec the FD to /dev/null,
27384 # effectively closing config.log, so it can be properly (re)opened and
27385 # appended to by config.status. When coming back to configure, we
27386 # need to make the FD available again.
27387 if test "$no_create" != yes; then
27388 ac_cs_success=:
27389 ac_config_status_args=
27390 test "$silent" = yes &&
27391 ac_config_status_args="$ac_config_status_args --quiet"
27392 exec 5>/dev/null
27393 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27394 exec 5>>config.log
27395 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27396 # would make configure fail if this is the last instruction.
27397 $ac_cs_success || { (exit 1); exit 1; }
27401 if test "$no_create" = "yes"
27402 then
27403 exit 0
27406 ac_save_IFS="$IFS"
27407 IFS="|"
27408 if test "x$wine_notices != "x; then
27409 echo >&6
27410 for msg in $wine_notices; do
27411 if test -n "$msg"; then
27412 { echo "$as_me:$LINENO: $msg" >&5
27413 echo "$as_me: $msg" >&6;}
27415 done
27417 for msg in $wine_warnings; do
27418 if test -n "$msg"; then
27419 echo >&2
27420 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27421 echo "$as_me: WARNING: $msg" >&2;}
27423 done
27424 IFS="$ac_save_IFS"
27426 echo "
27427 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27428 " >&6