winhttp: Implement WinHttpQueryAuthSchemes.
[wine/multimedia.git] / configure
blobb8bffa4cb6ccbc55fec5ee40bde125921bfe0de8
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 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 sane_devel
746 SANEINCL
747 gphoto2_devel
748 gphoto2port_devel
749 GPHOTO2LIBS
750 GPHOTO2INCL
751 RESOLVLIBS
752 LCMSLIBS
753 ft_devel
754 FREETYPELIBS
755 FREETYPEINCL
756 ESDCONFIG
757 ESDINCL
758 ESDLIBS
759 ALSALIBS
760 AUDIOIOLIBS
761 CUPSINCL
762 FONTCONFIGINCL
763 EXTRACFLAGS
764 BUILTINFLAG
765 LDPATH
766 CRTLIBS
767 SOCKETLIBS
768 MAIN_BINARY
769 EXTRA_BINARIES
770 LIBDL
771 LIBPOLL
772 LDAPLIBS
773 DEPENDENCIES
774 ALL_MAKERULES
775 ALL_MAKEFILES
776 ALL_MAKEFILE_DEPENDS
777 ALL_TOP_DIRS
778 ALL_DLL_DIRS
779 ALL_IMPLIB_DIRS
780 ALL_TEST_DIRS
781 ALL_PROGRAM_DIRS
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
784 LIBOBJS
785 LTLIBOBJS'
786 ac_subst_files='MAKE_RULES
787 MAKE_DLL_RULES
788 MAKE_IMPLIB_RULES
789 MAKE_TEST_RULES
790 MAKE_PROG_RULES'
791 ac_precious_vars='build_alias
792 host_alias
793 target_alias
795 CFLAGS
796 LDFLAGS
797 LIBS
798 CPPFLAGS
800 CXXFLAGS
802 XMKMF
803 CPP'
806 # Initialize some variables set by options.
807 ac_init_help=
808 ac_init_version=false
809 # The variables have the same names as the options, with
810 # dashes changed to underlines.
811 cache_file=/dev/null
812 exec_prefix=NONE
813 no_create=
814 no_recursion=
815 prefix=NONE
816 program_prefix=NONE
817 program_suffix=NONE
818 program_transform_name=s,x,x,
819 silent=
820 site=
821 srcdir=
822 verbose=
823 x_includes=NONE
824 x_libraries=NONE
826 # Installation directory options.
827 # These are left unexpanded so users can "make install exec_prefix=/foo"
828 # and all the variables that are supposed to be based on exec_prefix
829 # by default will actually change.
830 # Use braces instead of parens because sh, perl, etc. also accept them.
831 # (The list follows the same order as the GNU Coding Standards.)
832 bindir='${exec_prefix}/bin'
833 sbindir='${exec_prefix}/sbin'
834 libexecdir='${exec_prefix}/libexec'
835 datarootdir='${prefix}/share'
836 datadir='${datarootdir}'
837 sysconfdir='${prefix}/etc'
838 sharedstatedir='${prefix}/com'
839 localstatedir='${prefix}/var'
840 includedir='${prefix}/include'
841 oldincludedir='/usr/include'
842 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
843 infodir='${datarootdir}/info'
844 htmldir='${docdir}'
845 dvidir='${docdir}'
846 pdfdir='${docdir}'
847 psdir='${docdir}'
848 libdir='${exec_prefix}/lib'
849 localedir='${datarootdir}/locale'
850 mandir='${datarootdir}/man'
852 ac_prev=
853 ac_dashdash=
854 for ac_option
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
858 eval $ac_prev=\$ac_option
859 ac_prev=
860 continue
863 case $ac_option in
864 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
865 *) ac_optarg=yes ;;
866 esac
868 # Accept the important Cygnus configure options, so we can diagnose typos.
870 case $ac_dashdash$ac_option in
872 ac_dashdash=yes ;;
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
877 bindir=$ac_optarg ;;
879 -build | --build | --buil | --bui | --bu)
880 ac_prev=build_alias ;;
881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
882 build_alias=$ac_optarg ;;
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
889 cache_file=$ac_optarg ;;
891 --config-cache | -C)
892 cache_file=config.cache ;;
894 -datadir | --datadir | --datadi | --datad)
895 ac_prev=datadir ;;
896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
897 datadir=$ac_optarg ;;
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
906 -disable-* | --disable-*)
907 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
911 { (exit 1); exit 1; }; }
912 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
913 eval enable_$ac_feature=no ;;
915 -docdir | --docdir | --docdi | --doc | --do)
916 ac_prev=docdir ;;
917 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
918 docdir=$ac_optarg ;;
920 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
921 ac_prev=dvidir ;;
922 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
923 dvidir=$ac_optarg ;;
925 -enable-* | --enable-*)
926 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
930 { (exit 1); exit 1; }; }
931 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
932 eval enable_$ac_feature=\$ac_optarg ;;
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
941 exec_prefix=$ac_optarg ;;
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
954 -host | --host | --hos | --ho)
955 ac_prev=host_alias ;;
956 -host=* | --host=* | --hos=* | --ho=*)
957 host_alias=$ac_optarg ;;
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
970 includedir=$ac_optarg ;;
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
975 infodir=$ac_optarg ;;
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
980 libdir=$ac_optarg ;;
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
987 libexecdir=$ac_optarg ;;
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
994 -localstatedir | --localstatedir | --localstatedi | --localstated \
995 | --localstate | --localstat | --localsta | --localst | --locals)
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
999 localstatedir=$ac_optarg ;;
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 mandir=$ac_optarg ;;
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n)
1012 no_create=yes ;;
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1025 oldincludedir=$ac_optarg ;;
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1030 prefix=$ac_optarg ;;
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1037 program_prefix=$ac_optarg ;;
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1044 program_suffix=$ac_optarg ;;
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
1061 program_transform_name=$ac_optarg ;;
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
1081 sbindir=$ac_optarg ;;
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
1092 sharedstatedir=$ac_optarg ;;
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
1097 site=$ac_optarg ;;
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1102 srcdir=$ac_optarg ;;
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1109 sysconfdir=$ac_optarg ;;
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1112 ac_prev=target_alias ;;
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1114 target_alias=$ac_optarg ;;
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
1122 -with-* | --with-*)
1123 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1124 # Reject names that are not valid shell variable names.
1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1126 { echo "$as_me: error: invalid package name: $ac_package" >&2
1127 { (exit 1); exit 1; }; }
1128 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1129 eval with_$ac_package=\$ac_optarg ;;
1131 -without-* | --without-*)
1132 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1135 { echo "$as_me: error: invalid package name: $ac_package" >&2
1136 { (exit 1); exit 1; }; }
1137 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1138 eval with_$ac_package=no ;;
1140 --x)
1141 # Obsolete; use --with-x.
1142 with_x=yes ;;
1144 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1145 | --x-incl | --x-inc | --x-in | --x-i)
1146 ac_prev=x_includes ;;
1147 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1148 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1149 x_includes=$ac_optarg ;;
1151 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1152 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1153 ac_prev=x_libraries ;;
1154 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1155 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1156 x_libraries=$ac_optarg ;;
1158 -*) { echo "$as_me: error: unrecognized option: $ac_option
1159 Try \`$0 --help' for more information." >&2
1160 { (exit 1); exit 1; }; }
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1167 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1168 { (exit 1); exit 1; }; }
1169 eval $ac_envvar=\$ac_optarg
1170 export $ac_envvar ;;
1173 # FIXME: should be removed in autoconf 3.0.
1174 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1176 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1177 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1180 esac
1181 done
1183 if test -n "$ac_prev"; then
1184 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1185 { echo "$as_me: error: missing argument to $ac_option" >&2
1186 { (exit 1); exit 1; }; }
1189 # Be sure to have absolute directory names.
1190 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1191 datadir sysconfdir sharedstatedir localstatedir includedir \
1192 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1193 libdir localedir mandir
1195 eval ac_val=\$$ac_var
1196 case $ac_val in
1197 [\\/$]* | ?:[\\/]* ) continue;;
1198 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1199 esac
1200 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1201 { (exit 1); exit 1; }; }
1202 done
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1207 build=$build_alias
1208 host=$host_alias
1209 target=$target_alias
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1218 cross_compiling=yes
1222 ac_tool_prefix=
1223 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1225 test "$silent" = yes && exec 6>/dev/null
1228 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di=`ls -di .` &&
1230 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1231 { echo "$as_me: error: Working directory cannot be determined" >&2
1232 { (exit 1); exit 1; }; }
1233 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1234 { echo "$as_me: error: pwd does not report name of working directory" >&2
1235 { (exit 1); exit 1; }; }
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$0" ||
1243 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$0" : 'X\(//\)[^/]' \| \
1245 X"$0" : 'X\(//\)$' \| \
1246 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1247 echo X"$0" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1256 /^X\(\/\/\)$/{
1257 s//\1/
1260 /^X\(\/\).*/{
1261 s//\1/
1264 s/.*/./; q'`
1265 srcdir=$ac_confdir
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 srcdir=..
1269 else
1270 ac_srcdir_defaulted=no
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1275 { (exit 1); exit 1; }; }
1277 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278 ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1280 { (exit 1); exit 1; }; }
1281 pwd)`
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1284 srcdir=.
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1289 case $srcdir in
1290 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1291 esac
1292 for ac_var in $ac_precious_vars; do
1293 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_${ac_var}_value=\$${ac_var}
1295 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1297 done
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1305 cat <<_ACEOF
1306 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1315 Configuration:
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1330 [PREFIX]
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1355 --htmldir=DIR html documentation [DOCDIR]
1356 --dvidir=DIR dvi documentation [DOCDIR]
1357 --pdfdir=DIR pdf documentation [DOCDIR]
1358 --psdir=DIR ps documentation [DOCDIR]
1359 _ACEOF
1361 cat <<\_ACEOF
1363 X features:
1364 --x-includes=DIR X include files are in DIR
1365 --x-libraries=DIR X library files are in DIR
1367 System types:
1368 --build=BUILD configure for building on BUILD [guessed]
1369 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1370 _ACEOF
1373 if test -n "$ac_init_help"; then
1374 case $ac_init_help in
1375 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1376 esac
1377 cat <<\_ACEOF
1379 Optional Features:
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1382 --disable-win16 do not include Win16 support
1383 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1384 binaries)
1385 --enable-maintainer-mode
1386 enable maintainer-specific build rules
1388 Optional Packages:
1389 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1390 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1391 --without-alsa do not use the Alsa sound support
1392 --without-audioio do not use the AudioIO sound support
1393 --without-capi do not use CAPI (ISDN support)
1394 --without-cms do not use CMS (color management support)
1395 --without-coreaudio do not use the CoreAudio sound support
1396 --without-cups do not use CUPS
1397 --without-curses do not use (n)curses
1398 --without-esd do not use the EsounD sound support
1399 --without-fontconfig do not use fontconfig
1400 --without-freetype do not use the FreeType library
1401 --without-gphoto do not use gphoto (Digital Camera support)
1402 --without-glu do not use the GLU library
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-sane do not use SANE (scanner support)
1413 --without-xcomposite do not use the Xcomposite extension
1414 --without-xcursor do not use the Xcursor extension
1415 --without-xinerama do not use Xinerama (multi-monitor support)
1416 --without-xinput do not use the Xinput extension
1417 --without-xml do not use XML
1418 --without-xrandr do not use Xrandr (resolution changes)
1419 --without-xrender do not use the Xrender extension
1420 --without-xshape do not use the Xshape extension
1421 --without-xshm do not use XShm (shared memory extension)
1422 --without-xslt do not use XSLT
1423 --without-xxf86vm do not use XFree video mode extension
1424 --with-wine-tools=DIR use Wine tools from directory DIR
1425 --with-x use the X Window System
1427 Some influential environment variables:
1428 CC C compiler command
1429 CFLAGS C compiler flags
1430 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1431 nonstandard directory <lib dir>
1432 LIBS libraries to pass to the linker, e.g. -l<library>
1433 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1434 you have headers in a nonstandard directory <include dir>
1435 CXX C++ compiler command
1436 CXXFLAGS C++ compiler flags
1437 XMKMF Path to xmkmf, Makefile generator for X Window System
1438 CPP C preprocessor
1440 Use these variables to override the choices made by `configure' or to help
1441 it to find libraries and programs with nonstandard names/locations.
1443 Report bugs to <wine-devel@winehq.org>.
1444 _ACEOF
1445 ac_status=$?
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1451 test -d "$ac_dir" || continue
1452 ac_builddir=.
1454 case "$ac_dir" in
1455 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1463 esac ;;
1464 esac
1465 ac_abs_top_builddir=$ac_pwd
1466 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467 # for backward compatibility:
1468 ac_top_builddir=$ac_top_build_prefix
1470 case $srcdir in
1471 .) # We are building in place.
1472 ac_srcdir=.
1473 ac_top_srcdir=$ac_top_builddir_sub
1474 ac_abs_top_srcdir=$ac_pwd ;;
1475 [\\/]* | ?:[\\/]* ) # Absolute name.
1476 ac_srcdir=$srcdir$ac_dir_suffix;
1477 ac_top_srcdir=$srcdir
1478 ac_abs_top_srcdir=$srcdir ;;
1479 *) # Relative name.
1480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1483 esac
1484 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486 cd "$ac_dir" || { ac_status=$?; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1489 echo &&
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure" --help=recursive
1494 else
1495 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1496 fi || ac_status=$?
1497 cd "$ac_pwd" || { ac_status=$?; break; }
1498 done
1501 test -n "$ac_init_help" && exit $ac_status
1502 if $ac_init_version; then
1503 cat <<\_ACEOF
1504 Wine configure 1.1.3
1505 generated by GNU Autoconf 2.61
1507 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1508 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1509 This configure script is free software; the Free Software Foundation
1510 gives unlimited permission to copy, distribute and modify it.
1511 _ACEOF
1512 exit
1514 cat >config.log <<_ACEOF
1515 This file contains any messages produced by compilers while
1516 running configure, to aid debugging if configure makes a mistake.
1518 It was created by Wine $as_me 1.1.3, which was
1519 generated by GNU Autoconf 2.61. Invocation command line was
1521 $ $0 $@
1523 _ACEOF
1524 exec 5>>config.log
1526 cat <<_ASUNAME
1527 ## --------- ##
1528 ## Platform. ##
1529 ## --------- ##
1531 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1532 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1533 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1534 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1535 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1537 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1538 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1540 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1541 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1542 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1543 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1544 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1545 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1546 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1548 _ASUNAME
1550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1551 for as_dir in $PATH
1553 IFS=$as_save_IFS
1554 test -z "$as_dir" && as_dir=.
1555 echo "PATH: $as_dir"
1556 done
1557 IFS=$as_save_IFS
1559 } >&5
1561 cat >&5 <<_ACEOF
1564 ## ----------- ##
1565 ## Core tests. ##
1566 ## ----------- ##
1568 _ACEOF
1571 # Keep a trace of the command line.
1572 # Strip out --no-create and --no-recursion so they do not pile up.
1573 # Strip out --silent because we don't want to record it for future runs.
1574 # Also quote any args containing shell meta-characters.
1575 # Make two passes to allow for proper duplicate-argument suppression.
1576 ac_configure_args=
1577 ac_configure_args0=
1578 ac_configure_args1=
1579 ac_must_keep_next=false
1580 for ac_pass in 1 2
1582 for ac_arg
1584 case $ac_arg in
1585 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1586 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1587 | -silent | --silent | --silen | --sile | --sil)
1588 continue ;;
1589 *\'*)
1590 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1591 esac
1592 case $ac_pass in
1593 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1595 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1596 if test $ac_must_keep_next = true; then
1597 ac_must_keep_next=false # Got value, back to normal.
1598 else
1599 case $ac_arg in
1600 *=* | --config-cache | -C | -disable-* | --disable-* \
1601 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1602 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1603 | -with-* | --with-* | -without-* | --without-* | --x)
1604 case "$ac_configure_args0 " in
1605 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1606 esac
1608 -* ) ac_must_keep_next=true ;;
1609 esac
1611 ac_configure_args="$ac_configure_args '$ac_arg'"
1613 esac
1614 done
1615 done
1616 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1617 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1619 # When interrupted or exit'd, cleanup temporary files, and complete
1620 # config.log. We remove comments because anyway the quotes in there
1621 # would cause problems or look ugly.
1622 # WARNING: Use '\'' to represent an apostrophe within the trap.
1623 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1624 trap 'exit_status=$?
1625 # Save into config.log some information that might help in debugging.
1627 echo
1629 cat <<\_ASBOX
1630 ## ---------------- ##
1631 ## Cache variables. ##
1632 ## ---------------- ##
1633 _ASBOX
1634 echo
1635 # The following way of writing the cache mishandles newlines in values,
1637 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1638 eval ac_val=\$$ac_var
1639 case $ac_val in #(
1640 *${as_nl}*)
1641 case $ac_var in #(
1642 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1643 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1644 esac
1645 case $ac_var in #(
1646 _ | IFS | as_nl) ;; #(
1647 *) $as_unset $ac_var ;;
1648 esac ;;
1649 esac
1650 done
1651 (set) 2>&1 |
1652 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1653 *${as_nl}ac_space=\ *)
1654 sed -n \
1655 "s/'\''/'\''\\\\'\'''\''/g;
1656 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1657 ;; #(
1659 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1661 esac |
1662 sort
1664 echo
1666 cat <<\_ASBOX
1667 ## ----------------- ##
1668 ## Output variables. ##
1669 ## ----------------- ##
1670 _ASBOX
1671 echo
1672 for ac_var in $ac_subst_vars
1674 eval ac_val=\$$ac_var
1675 case $ac_val in
1676 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1677 esac
1678 echo "$ac_var='\''$ac_val'\''"
1679 done | sort
1680 echo
1682 if test -n "$ac_subst_files"; then
1683 cat <<\_ASBOX
1684 ## ------------------- ##
1685 ## File substitutions. ##
1686 ## ------------------- ##
1687 _ASBOX
1688 echo
1689 for ac_var in $ac_subst_files
1691 eval ac_val=\$$ac_var
1692 case $ac_val in
1693 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1694 esac
1695 echo "$ac_var='\''$ac_val'\''"
1696 done | sort
1697 echo
1700 if test -s confdefs.h; then
1701 cat <<\_ASBOX
1702 ## ----------- ##
1703 ## confdefs.h. ##
1704 ## ----------- ##
1705 _ASBOX
1706 echo
1707 cat confdefs.h
1708 echo
1710 test "$ac_signal" != 0 &&
1711 echo "$as_me: caught signal $ac_signal"
1712 echo "$as_me: exit $exit_status"
1713 } >&5
1714 rm -f core *.core core.conftest.* &&
1715 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1716 exit $exit_status
1718 for ac_signal in 1 2 13 15; do
1719 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1720 done
1721 ac_signal=0
1723 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1724 rm -f -r conftest* confdefs.h
1726 # Predefined preprocessor variables.
1728 cat >>confdefs.h <<_ACEOF
1729 #define PACKAGE_NAME "$PACKAGE_NAME"
1730 _ACEOF
1733 cat >>confdefs.h <<_ACEOF
1734 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1735 _ACEOF
1738 cat >>confdefs.h <<_ACEOF
1739 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1740 _ACEOF
1743 cat >>confdefs.h <<_ACEOF
1744 #define PACKAGE_STRING "$PACKAGE_STRING"
1745 _ACEOF
1748 cat >>confdefs.h <<_ACEOF
1749 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1750 _ACEOF
1753 # Let the site file select an alternate cache file if it wants to.
1754 # Prefer explicitly selected file to automatically selected ones.
1755 if test -n "$CONFIG_SITE"; then
1756 set x "$CONFIG_SITE"
1757 elif test "x$prefix" != xNONE; then
1758 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1759 else
1760 set x "$ac_default_prefix/share/config.site" \
1761 "$ac_default_prefix/etc/config.site"
1763 shift
1764 for ac_site_file
1766 if test -r "$ac_site_file"; then
1767 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1768 echo "$as_me: loading site script $ac_site_file" >&6;}
1769 sed 's/^/| /' "$ac_site_file" >&5
1770 . "$ac_site_file"
1772 done
1774 if test -r "$cache_file"; then
1775 # Some versions of bash will fail to source /dev/null (special
1776 # files actually), so we avoid doing that.
1777 if test -f "$cache_file"; then
1778 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1779 echo "$as_me: loading cache $cache_file" >&6;}
1780 case $cache_file in
1781 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1782 *) . "./$cache_file";;
1783 esac
1785 else
1786 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1787 echo "$as_me: creating cache $cache_file" >&6;}
1788 >$cache_file
1791 # Check that the precious variables saved in the cache have kept the same
1792 # value.
1793 ac_cache_corrupted=false
1794 for ac_var in $ac_precious_vars; do
1795 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1796 eval ac_new_set=\$ac_env_${ac_var}_set
1797 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1798 eval ac_new_val=\$ac_env_${ac_var}_value
1799 case $ac_old_set,$ac_new_set in
1800 set,)
1801 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1802 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1803 ac_cache_corrupted=: ;;
1804 ,set)
1805 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1806 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1807 ac_cache_corrupted=: ;;
1808 ,);;
1810 if test "x$ac_old_val" != "x$ac_new_val"; then
1811 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1812 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1813 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1814 echo "$as_me: former value: $ac_old_val" >&2;}
1815 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1816 echo "$as_me: current value: $ac_new_val" >&2;}
1817 ac_cache_corrupted=:
1818 fi;;
1819 esac
1820 # Pass precious variables to config.status.
1821 if test "$ac_new_set" = set; then
1822 case $ac_new_val in
1823 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1824 *) ac_arg=$ac_var=$ac_new_val ;;
1825 esac
1826 case " $ac_configure_args " in
1827 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1828 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1829 esac
1831 done
1832 if $ac_cache_corrupted; then
1833 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1834 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1835 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1836 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1837 { (exit 1); exit 1; }; }
1864 ac_ext=c
1865 ac_cpp='$CPP $CPPFLAGS'
1866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1872 ac_config_headers="$ac_config_headers include/config.h"
1874 ac_aux_dir=
1875 for ac_dir in tools "$srcdir"/tools; do
1876 if test -f "$ac_dir/install-sh"; then
1877 ac_aux_dir=$ac_dir
1878 ac_install_sh="$ac_aux_dir/install-sh -c"
1879 break
1880 elif test -f "$ac_dir/install.sh"; then
1881 ac_aux_dir=$ac_dir
1882 ac_install_sh="$ac_aux_dir/install.sh -c"
1883 break
1884 elif test -f "$ac_dir/shtool"; then
1885 ac_aux_dir=$ac_dir
1886 ac_install_sh="$ac_aux_dir/shtool install -c"
1887 break
1889 done
1890 if test -z "$ac_aux_dir"; then
1891 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1892 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1893 { (exit 1); exit 1; }; }
1896 # These three variables are undocumented and unsupported,
1897 # and are intended to be withdrawn in a future Autoconf release.
1898 # They can cause serious problems if a builder's source tree is in a directory
1899 # whose full name contains unusual characters.
1900 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1901 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1902 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1907 # Check whether --enable-win16 was given.
1908 if test "${enable_win16+set}" = set; then
1909 enableval=$enable_win16;
1912 # Check whether --enable-win64 was given.
1913 if test "${enable_win64+set}" = set; then
1914 enableval=$enable_win64;
1917 # Check whether --enable-maintainer-mode was given.
1918 if test "${enable_maintainer_mode+set}" = set; then
1919 enableval=$enable_maintainer_mode;
1920 else
1921 MAINTAINER_MODE=\#
1927 # Check whether --with-alsa was given.
1928 if test "${with_alsa+set}" = set; then
1929 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1933 # Check whether --with-audioio was given.
1934 if test "${with_audioio+set}" = set; then
1935 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1939 # Check whether --with-capi was given.
1940 if test "${with_capi+set}" = set; then
1941 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1945 # Check whether --with-cms was given.
1946 if test "${with_cms+set}" = set; then
1947 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1951 # Check whether --with-coreaudio was given.
1952 if test "${with_coreaudio+set}" = set; then
1953 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1957 # Check whether --with-cups was given.
1958 if test "${with_cups+set}" = set; then
1959 withval=$with_cups;
1963 # Check whether --with-curses was given.
1964 if test "${with_curses+set}" = set; then
1965 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1969 # Check whether --with-esd was given.
1970 if test "${with_esd+set}" = set; then
1971 withval=$with_esd;
1975 # Check whether --with-fontconfig was given.
1976 if test "${with_fontconfig+set}" = set; then
1977 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1981 # Check whether --with-freetype was given.
1982 if test "${with_freetype+set}" = set; then
1983 withval=$with_freetype;
1987 # Check whether --with-gphoto was given.
1988 if test "${with_gphoto+set}" = set; then
1989 withval=$with_gphoto;
1993 # Check whether --with-glu was given.
1994 if test "${with_glu+set}" = set; then
1995 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1999 # Check whether --with-hal was given.
2000 if test "${with_hal+set}" = set; then
2001 withval=$with_hal;
2005 # Check whether --with-jack was given.
2006 if test "${with_jack+set}" = set; then
2007 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2011 # Check whether --with-jpeg was given.
2012 if test "${with_jpeg+set}" = set; then
2013 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2017 # Check whether --with-ldap was given.
2018 if test "${with_ldap+set}" = set; then
2019 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2023 # Check whether --with-nas was given.
2024 if test "${with_nas+set}" = set; then
2025 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2029 # Check whether --with-opengl was given.
2030 if test "${with_opengl+set}" = set; then
2031 withval=$with_opengl;
2035 # Check whether --with-openssl was given.
2036 if test "${with_openssl+set}" = set; then
2037 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2041 # Check whether --with-oss was given.
2042 if test "${with_oss+set}" = set; then
2043 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
2047 # Check whether --with-png was given.
2048 if test "${with_png+set}" = set; then
2049 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2053 # Check whether --with-sane was given.
2054 if test "${with_sane+set}" = set; then
2055 withval=$with_sane;
2059 # Check whether --with-xcomposite was given.
2060 if test "${with_xcomposite+set}" = set; then
2061 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2065 # Check whether --with-xcursor was given.
2066 if test "${with_xcursor+set}" = set; then
2067 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2071 # Check whether --with-xinerama was given.
2072 if test "${with_xinerama+set}" = set; then
2073 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2077 # Check whether --with-xinput was given.
2078 if test "${with_xinput+set}" = set; then
2079 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2083 # Check whether --with-xml was given.
2084 if test "${with_xml+set}" = set; then
2085 withval=$with_xml;
2089 # Check whether --with-xrandr was given.
2090 if test "${with_xrandr+set}" = set; then
2091 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2095 # Check whether --with-xrender was given.
2096 if test "${with_xrender+set}" = set; then
2097 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2101 # Check whether --with-xshape was given.
2102 if test "${with_xshape+set}" = set; then
2103 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2107 # Check whether --with-xshm was given.
2108 if test "${with_xshm+set}" = set; then
2109 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2113 # Check whether --with-xslt was given.
2114 if test "${with_xslt+set}" = set; then
2115 withval=$with_xslt;
2119 # Check whether --with-xxf86vm was given.
2120 if test "${with_xxf86vm+set}" = set; then
2121 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2126 # Check whether --with-wine-tools was given.
2127 if test "${with_wine_tools+set}" = set; then
2128 withval=$with_wine_tools;
2132 # Make sure we can run config.sub.
2133 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2134 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2135 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2136 { (exit 1); exit 1; }; }
2138 { echo "$as_me:$LINENO: checking build system type" >&5
2139 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2140 if test "${ac_cv_build+set}" = set; then
2141 echo $ECHO_N "(cached) $ECHO_C" >&6
2142 else
2143 ac_build_alias=$build_alias
2144 test "x$ac_build_alias" = x &&
2145 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2146 test "x$ac_build_alias" = x &&
2147 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2148 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2149 { (exit 1); exit 1; }; }
2150 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2151 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2152 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2153 { (exit 1); exit 1; }; }
2156 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2157 echo "${ECHO_T}$ac_cv_build" >&6; }
2158 case $ac_cv_build in
2159 *-*-*) ;;
2160 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2161 echo "$as_me: error: invalid value of canonical build" >&2;}
2162 { (exit 1); exit 1; }; };;
2163 esac
2164 build=$ac_cv_build
2165 ac_save_IFS=$IFS; IFS='-'
2166 set x $ac_cv_build
2167 shift
2168 build_cpu=$1
2169 build_vendor=$2
2170 shift; shift
2171 # Remember, the first character of IFS is used to create $*,
2172 # except with old shells:
2173 build_os=$*
2174 IFS=$ac_save_IFS
2175 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2178 { echo "$as_me:$LINENO: checking host system type" >&5
2179 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2180 if test "${ac_cv_host+set}" = set; then
2181 echo $ECHO_N "(cached) $ECHO_C" >&6
2182 else
2183 if test "x$host_alias" = x; then
2184 ac_cv_host=$ac_cv_build
2185 else
2186 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2187 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2188 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2189 { (exit 1); exit 1; }; }
2193 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2194 echo "${ECHO_T}$ac_cv_host" >&6; }
2195 case $ac_cv_host in
2196 *-*-*) ;;
2197 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2198 echo "$as_me: error: invalid value of canonical host" >&2;}
2199 { (exit 1); exit 1; }; };;
2200 esac
2201 host=$ac_cv_host
2202 ac_save_IFS=$IFS; IFS='-'
2203 set x $ac_cv_host
2204 shift
2205 host_cpu=$1
2206 host_vendor=$2
2207 shift; shift
2208 # Remember, the first character of IFS is used to create $*,
2209 # except with old shells:
2210 host_os=$*
2211 IFS=$ac_save_IFS
2212 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2215 case $host in
2216 x86_64*linux*)
2217 if test "x$enable_win64" != "xyes"
2218 then
2219 test -n "$CC" || CC="gcc -m32"
2220 test -n "$CXX"|| CXX="g++ -m32"
2221 test -n "$LD" || LD="ld -m elf_i386"
2222 test -n "$AS" || AS="as --32"
2223 host_cpu="i386"
2226 esac
2228 case $host_cpu in
2229 *i[3456789]86*)
2230 if test "x$enable_win16" != "xno"
2231 then
2232 enable_win16="yes"
2235 esac
2237 WIN16_FILES="\$(WIN16_FILES)"
2239 WIN16_INSTALL="\$(WIN16_INSTALL)"
2241 if test "x$enable_win16" != "xyes"
2242 then
2243 WIN16_FILES=""
2244 WIN16_INSTALL=""
2247 case "$srcdir" in
2248 .) ;;
2249 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2250 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&5
2252 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2253 You need to run 'make distclean' in the source tree first." >&2;}
2254 { (exit 1); exit 1; }; }
2255 fi ;;
2256 esac
2259 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2260 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2261 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2262 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 else
2265 cat >conftest.make <<\_ACEOF
2266 SHELL = /bin/sh
2267 all:
2268 @echo '@@@%%%=$(MAKE)=@@@%%%'
2269 _ACEOF
2270 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2271 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2272 *@@@%%%=?*=@@@%%%*)
2273 eval ac_cv_prog_make_${ac_make}_set=yes;;
2275 eval ac_cv_prog_make_${ac_make}_set=no;;
2276 esac
2277 rm -f conftest.make
2279 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2280 { echo "$as_me:$LINENO: result: yes" >&5
2281 echo "${ECHO_T}yes" >&6; }
2282 SET_MAKE=
2283 else
2284 { echo "$as_me:$LINENO: result: no" >&5
2285 echo "${ECHO_T}no" >&6; }
2286 SET_MAKE="MAKE=${MAKE-make}"
2289 ac_ext=c
2290 ac_cpp='$CPP $CPPFLAGS'
2291 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2292 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2293 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2294 if test -n "$ac_tool_prefix"; then
2295 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2296 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2299 if test "${ac_cv_prog_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 else
2302 if test -n "$CC"; then
2303 ac_cv_prog_CC="$CC" # Let the user override the test.
2304 else
2305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2306 for as_dir in $PATH
2308 IFS=$as_save_IFS
2309 test -z "$as_dir" && as_dir=.
2310 for ac_exec_ext in '' $ac_executable_extensions; do
2311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2312 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2314 break 2
2316 done
2317 done
2318 IFS=$as_save_IFS
2322 CC=$ac_cv_prog_CC
2323 if test -n "$CC"; then
2324 { echo "$as_me:$LINENO: result: $CC" >&5
2325 echo "${ECHO_T}$CC" >&6; }
2326 else
2327 { echo "$as_me:$LINENO: result: no" >&5
2328 echo "${ECHO_T}no" >&6; }
2333 if test -z "$ac_cv_prog_CC"; then
2334 ac_ct_CC=$CC
2335 # Extract the first word of "gcc", so it can be a program name with args.
2336 set dummy gcc; ac_word=$2
2337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2340 echo $ECHO_N "(cached) $ECHO_C" >&6
2341 else
2342 if test -n "$ac_ct_CC"; then
2343 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2344 else
2345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 for as_dir in $PATH
2348 IFS=$as_save_IFS
2349 test -z "$as_dir" && as_dir=.
2350 for ac_exec_ext in '' $ac_executable_extensions; do
2351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352 ac_cv_prog_ac_ct_CC="gcc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2354 break 2
2356 done
2357 done
2358 IFS=$as_save_IFS
2362 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2363 if test -n "$ac_ct_CC"; then
2364 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2365 echo "${ECHO_T}$ac_ct_CC" >&6; }
2366 else
2367 { echo "$as_me:$LINENO: result: no" >&5
2368 echo "${ECHO_T}no" >&6; }
2371 if test "x$ac_ct_CC" = x; then
2372 CC=""
2373 else
2374 case $cross_compiling:$ac_tool_warned in
2375 yes:)
2376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2377 whose name does not start with the host triplet. If you think this
2378 configuration is useful to you, please write to autoconf@gnu.org." >&5
2379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2380 whose name does not start with the host triplet. If you think this
2381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2382 ac_tool_warned=yes ;;
2383 esac
2384 CC=$ac_ct_CC
2386 else
2387 CC="$ac_cv_prog_CC"
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2393 set dummy ${ac_tool_prefix}cc; ac_word=$2
2394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then
2397 echo $ECHO_N "(cached) $ECHO_C" >&6
2398 else
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC="$CC" # Let the user override the test.
2401 else
2402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2403 for as_dir in $PATH
2405 IFS=$as_save_IFS
2406 test -z "$as_dir" && as_dir=.
2407 for ac_exec_ext in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC="${ac_tool_prefix}cc"
2410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2411 break 2
2413 done
2414 done
2415 IFS=$as_save_IFS
2419 CC=$ac_cv_prog_CC
2420 if test -n "$CC"; then
2421 { echo "$as_me:$LINENO: result: $CC" >&5
2422 echo "${ECHO_T}$CC" >&6; }
2423 else
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2431 if test -z "$CC"; then
2432 # Extract the first word of "cc", so it can be a program name with args.
2433 set dummy cc; ac_word=$2
2434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2436 if test "${ac_cv_prog_CC+set}" = set; then
2437 echo $ECHO_N "(cached) $ECHO_C" >&6
2438 else
2439 if test -n "$CC"; then
2440 ac_cv_prog_CC="$CC" # Let the user override the test.
2441 else
2442 ac_prog_rejected=no
2443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2444 for as_dir in $PATH
2446 IFS=$as_save_IFS
2447 test -z "$as_dir" && as_dir=.
2448 for ac_exec_ext in '' $ac_executable_extensions; do
2449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2451 ac_prog_rejected=yes
2452 continue
2454 ac_cv_prog_CC="cc"
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2456 break 2
2458 done
2459 done
2460 IFS=$as_save_IFS
2462 if test $ac_prog_rejected = yes; then
2463 # We found a bogon in the path, so make sure we never use it.
2464 set dummy $ac_cv_prog_CC
2465 shift
2466 if test $# != 0; then
2467 # We chose a different compiler from the bogus one.
2468 # However, it has the same basename, so the bogon will be chosen
2469 # first if we set CC to just the basename; use the full file name.
2470 shift
2471 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2476 CC=$ac_cv_prog_CC
2477 if test -n "$CC"; then
2478 { echo "$as_me:$LINENO: result: $CC" >&5
2479 echo "${ECHO_T}$CC" >&6; }
2480 else
2481 { echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6; }
2487 if test -z "$CC"; then
2488 if test -n "$ac_tool_prefix"; then
2489 for ac_prog in cl.exe
2491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2497 else
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC="$CC" # Let the user override the test.
2500 else
2501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2502 for as_dir in $PATH
2504 IFS=$as_save_IFS
2505 test -z "$as_dir" && as_dir=.
2506 for ac_exec_ext in '' $ac_executable_extensions; do
2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2508 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 break 2
2512 done
2513 done
2514 IFS=$as_save_IFS
2518 CC=$ac_cv_prog_CC
2519 if test -n "$CC"; then
2520 { echo "$as_me:$LINENO: result: $CC" >&5
2521 echo "${ECHO_T}$CC" >&6; }
2522 else
2523 { echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6; }
2528 test -n "$CC" && break
2529 done
2531 if test -z "$CC"; then
2532 ac_ct_CC=$CC
2533 for ac_prog in cl.exe
2535 # Extract the first word of "$ac_prog", so it can be a program name with args.
2536 set dummy $ac_prog; ac_word=$2
2537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2539 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2540 echo $ECHO_N "(cached) $ECHO_C" >&6
2541 else
2542 if test -n "$ac_ct_CC"; then
2543 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2544 else
2545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546 for as_dir in $PATH
2548 IFS=$as_save_IFS
2549 test -z "$as_dir" && as_dir=.
2550 for ac_exec_ext in '' $ac_executable_extensions; do
2551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552 ac_cv_prog_ac_ct_CC="$ac_prog"
2553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2554 break 2
2556 done
2557 done
2558 IFS=$as_save_IFS
2562 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2563 if test -n "$ac_ct_CC"; then
2564 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2565 echo "${ECHO_T}$ac_ct_CC" >&6; }
2566 else
2567 { echo "$as_me:$LINENO: result: no" >&5
2568 echo "${ECHO_T}no" >&6; }
2572 test -n "$ac_ct_CC" && break
2573 done
2575 if test "x$ac_ct_CC" = x; then
2576 CC=""
2577 else
2578 case $cross_compiling:$ac_tool_warned in
2579 yes:)
2580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2581 whose name does not start with the host triplet. If you think this
2582 configuration is useful to you, please write to autoconf@gnu.org." >&5
2583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2584 whose name does not start with the host triplet. If you think this
2585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2586 ac_tool_warned=yes ;;
2587 esac
2588 CC=$ac_ct_CC
2595 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&5
2597 echo "$as_me: error: no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details." >&2;}
2599 { (exit 1); exit 1; }; }
2601 # Provide some information about the compiler.
2602 echo "$as_me:$LINENO: checking for C compiler version" >&5
2603 ac_compiler=`set X $ac_compile; echo $2`
2604 { (ac_try="$ac_compiler --version >&5"
2605 case "(($ac_try" in
2606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2608 esac
2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610 (eval "$ac_compiler --version >&5") 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }
2614 { (ac_try="$ac_compiler -v >&5"
2615 case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler -v >&5") 2>&5
2621 ac_status=$?
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try="$ac_compiler -V >&5"
2625 case "(($ac_try" in
2626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -V >&5") 2>&5
2631 ac_status=$?
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2635 cat >conftest.$ac_ext <<_ACEOF
2636 /* confdefs.h. */
2637 _ACEOF
2638 cat confdefs.h >>conftest.$ac_ext
2639 cat >>conftest.$ac_ext <<_ACEOF
2640 /* end confdefs.h. */
2643 main ()
2647 return 0;
2649 _ACEOF
2650 ac_clean_files_save=$ac_clean_files
2651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2652 # Try to create an executable without -o first, disregard a.out.
2653 # It will help us diagnose broken compilers, and finding out an intuition
2654 # of exeext.
2655 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2657 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2659 # List of possible output files, starting from the most likely.
2660 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2661 # only as a last resort. b.out is created by i960 compilers.
2662 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2664 # The IRIX 6 linker writes into existing files which may not be
2665 # executable, retaining their permissions. Remove them first so a
2666 # subsequent execution test works.
2667 ac_rmfiles=
2668 for ac_file in $ac_files
2670 case $ac_file in
2671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2672 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2673 esac
2674 done
2675 rm -f $ac_rmfiles
2677 if { (ac_try="$ac_link_default"
2678 case "(($ac_try" in
2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2681 esac
2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2683 (eval "$ac_link_default") 2>&5
2684 ac_status=$?
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); }; then
2687 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2688 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2689 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2690 # so that the user can short-circuit this test for compilers unknown to
2691 # Autoconf.
2692 for ac_file in $ac_files ''
2694 test -f "$ac_file" || continue
2695 case $ac_file in
2696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2698 [ab].out )
2699 # We found the default executable, but exeext='' is most
2700 # certainly right.
2701 break;;
2702 *.* )
2703 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2704 then :; else
2705 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707 # We set ac_cv_exeext here because the later test for it is not
2708 # safe: cross compilers may not add the suffix if given an `-o'
2709 # argument, so we may need to know it at that point already.
2710 # Even if this section looks crufty: it has the advantage of
2711 # actually working.
2712 break;;
2714 break;;
2715 esac
2716 done
2717 test "$ac_cv_exeext" = no && ac_cv_exeext=
2719 else
2720 ac_file=''
2723 { echo "$as_me:$LINENO: result: $ac_file" >&5
2724 echo "${ECHO_T}$ac_file" >&6; }
2725 if test -z "$ac_file"; then
2726 echo "$as_me: failed program was:" >&5
2727 sed 's/^/| /' conftest.$ac_ext >&5
2729 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&5
2731 echo "$as_me: error: C compiler cannot create executables
2732 See \`config.log' for more details." >&2;}
2733 { (exit 77); exit 77; }; }
2736 ac_exeext=$ac_cv_exeext
2738 # Check that the compiler produces executables we can run. If not, either
2739 # the compiler is broken, or we cross compile.
2740 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2743 # If not cross compiling, check that we can run a simple program.
2744 if test "$cross_compiling" != yes; then
2745 if { ac_try='./$ac_file'
2746 { (case "(($ac_try" in
2747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2749 esac
2750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2751 (eval "$ac_try") 2>&5
2752 ac_status=$?
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; }; then
2755 cross_compiling=no
2756 else
2757 if test "$cross_compiling" = maybe; then
2758 cross_compiling=yes
2759 else
2760 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details." >&5
2763 echo "$as_me: error: cannot run C compiled programs.
2764 If you meant to cross compile, use \`--host'.
2765 See \`config.log' for more details." >&2;}
2766 { (exit 1); exit 1; }; }
2770 { echo "$as_me:$LINENO: result: yes" >&5
2771 echo "${ECHO_T}yes" >&6; }
2773 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2778 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2779 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2780 echo "${ECHO_T}$cross_compiling" >&6; }
2782 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2783 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2784 if { (ac_try="$ac_link"
2785 case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788 esac
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_link") 2>&5
2791 ac_status=$?
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; then
2794 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2795 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2796 # work properly (i.e., refer to `conftest.exe'), while it won't with
2797 # `rm'.
2798 for ac_file in conftest.exe conftest conftest.*; do
2799 test -f "$ac_file" || continue
2800 case $ac_file in
2801 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2802 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2803 break;;
2804 * ) break;;
2805 esac
2806 done
2807 else
2808 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&5
2810 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2811 See \`config.log' for more details." >&2;}
2812 { (exit 1); exit 1; }; }
2815 rm -f conftest$ac_cv_exeext
2816 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2817 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819 rm -f conftest.$ac_ext
2820 EXEEXT=$ac_cv_exeext
2821 ac_exeext=$EXEEXT
2822 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2823 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2824 if test "${ac_cv_objext+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2826 else
2827 cat >conftest.$ac_ext <<_ACEOF
2828 /* confdefs.h. */
2829 _ACEOF
2830 cat confdefs.h >>conftest.$ac_ext
2831 cat >>conftest.$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2835 main ()
2839 return 0;
2841 _ACEOF
2842 rm -f conftest.o conftest.obj
2843 if { (ac_try="$ac_compile"
2844 case "(($ac_try" in
2845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2847 esac
2848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2849 (eval "$ac_compile") 2>&5
2850 ac_status=$?
2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852 (exit $ac_status); }; then
2853 for ac_file in conftest.o conftest.obj conftest.*; do
2854 test -f "$ac_file" || continue;
2855 case $ac_file in
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2857 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2858 break;;
2859 esac
2860 done
2861 else
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2865 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log' for more details." >&5
2867 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2868 See \`config.log' for more details." >&2;}
2869 { (exit 1); exit 1; }; }
2872 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2875 echo "${ECHO_T}$ac_cv_objext" >&6; }
2876 OBJEXT=$ac_cv_objext
2877 ac_objext=$OBJEXT
2878 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2879 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2880 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2881 echo $ECHO_N "(cached) $ECHO_C" >&6
2882 else
2883 cat >conftest.$ac_ext <<_ACEOF
2884 /* confdefs.h. */
2885 _ACEOF
2886 cat confdefs.h >>conftest.$ac_ext
2887 cat >>conftest.$ac_ext <<_ACEOF
2888 /* end confdefs.h. */
2891 main ()
2893 #ifndef __GNUC__
2894 choke me
2895 #endif
2898 return 0;
2900 _ACEOF
2901 rm -f conftest.$ac_objext
2902 if { (ac_try="$ac_compile"
2903 case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2908 (eval "$ac_compile") 2>conftest.er1
2909 ac_status=$?
2910 grep -v '^ *+' conftest.er1 >conftest.err
2911 rm -f conftest.er1
2912 cat conftest.err >&5
2913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); } && {
2915 test -z "$ac_c_werror_flag" ||
2916 test ! -s conftest.err
2917 } && test -s conftest.$ac_objext; then
2918 ac_compiler_gnu=yes
2919 else
2920 echo "$as_me: failed program was:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2923 ac_compiler_gnu=no
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2927 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2930 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2931 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2932 GCC=`test $ac_compiler_gnu = yes && echo yes`
2933 ac_test_CFLAGS=${CFLAGS+set}
2934 ac_save_CFLAGS=$CFLAGS
2935 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2936 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2937 if test "${ac_cv_prog_cc_g+set}" = set; then
2938 echo $ECHO_N "(cached) $ECHO_C" >&6
2939 else
2940 ac_save_c_werror_flag=$ac_c_werror_flag
2941 ac_c_werror_flag=yes
2942 ac_cv_prog_cc_g=no
2943 CFLAGS="-g"
2944 cat >conftest.$ac_ext <<_ACEOF
2945 /* confdefs.h. */
2946 _ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2952 main ()
2956 return 0;
2958 _ACEOF
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2961 case "(($ac_try" in
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2964 esac
2965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2967 ac_status=$?
2968 grep -v '^ *+' conftest.er1 >conftest.err
2969 rm -f conftest.er1
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972 (exit $ac_status); } && {
2973 test -z "$ac_c_werror_flag" ||
2974 test ! -s conftest.err
2975 } && test -s conftest.$ac_objext; then
2976 ac_cv_prog_cc_g=yes
2977 else
2978 echo "$as_me: failed program was:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2981 CFLAGS=""
2982 cat >conftest.$ac_ext <<_ACEOF
2983 /* confdefs.h. */
2984 _ACEOF
2985 cat confdefs.h >>conftest.$ac_ext
2986 cat >>conftest.$ac_ext <<_ACEOF
2987 /* end confdefs.h. */
2990 main ()
2994 return 0;
2996 _ACEOF
2997 rm -f conftest.$ac_objext
2998 if { (ac_try="$ac_compile"
2999 case "(($ac_try" in
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3002 esac
3003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compile") 2>conftest.er1
3005 ac_status=$?
3006 grep -v '^ *+' conftest.er1 >conftest.err
3007 rm -f conftest.er1
3008 cat conftest.err >&5
3009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010 (exit $ac_status); } && {
3011 test -z "$ac_c_werror_flag" ||
3012 test ! -s conftest.err
3013 } && test -s conftest.$ac_objext; then
3015 else
3016 echo "$as_me: failed program was:" >&5
3017 sed 's/^/| /' conftest.$ac_ext >&5
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3020 CFLAGS="-g"
3021 cat >conftest.$ac_ext <<_ACEOF
3022 /* confdefs.h. */
3023 _ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3029 main ()
3033 return 0;
3035 _ACEOF
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3038 case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3044 ac_status=$?
3045 grep -v '^ *+' conftest.er1 >conftest.err
3046 rm -f conftest.er1
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3053 ac_cv_prog_cc_g=yes
3054 else
3055 echo "$as_me: failed program was:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 ac_c_werror_flag=$ac_save_c_werror_flag
3070 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3071 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3072 if test "$ac_test_CFLAGS" = set; then
3073 CFLAGS=$ac_save_CFLAGS
3074 elif test $ac_cv_prog_cc_g = yes; then
3075 if test "$GCC" = yes; then
3076 CFLAGS="-g -O2"
3077 else
3078 CFLAGS="-g"
3080 else
3081 if test "$GCC" = yes; then
3082 CFLAGS="-O2"
3083 else
3084 CFLAGS=
3087 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3088 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3089 if test "${ac_cv_prog_cc_c89+set}" = set; then
3090 echo $ECHO_N "(cached) $ECHO_C" >&6
3091 else
3092 ac_cv_prog_cc_c89=no
3093 ac_save_CC=$CC
3094 cat >conftest.$ac_ext <<_ACEOF
3095 /* confdefs.h. */
3096 _ACEOF
3097 cat confdefs.h >>conftest.$ac_ext
3098 cat >>conftest.$ac_ext <<_ACEOF
3099 /* end confdefs.h. */
3100 #include <stdarg.h>
3101 #include <stdio.h>
3102 #include <sys/types.h>
3103 #include <sys/stat.h>
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3108 char **p;
3109 int i;
3111 return p[i];
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3115 char *s;
3116 va_list v;
3117 va_start (v,p);
3118 s = g (p, va_arg (v,int));
3119 va_end (v);
3120 return s;
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3134 #define FOO(x) 'x'
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3141 int argc;
3142 char **argv;
3144 main ()
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3148 return 0;
3150 _ACEOF
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 rm -f conftest.$ac_objext
3156 if { (ac_try="$ac_compile"
3157 case "(($ac_try" in
3158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3159 *) ac_try_echo=$ac_try;;
3160 esac
3161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3162 (eval "$ac_compile") 2>conftest.er1
3163 ac_status=$?
3164 grep -v '^ *+' conftest.er1 >conftest.err
3165 rm -f conftest.er1
3166 cat conftest.err >&5
3167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 (exit $ac_status); } && {
3169 test -z "$ac_c_werror_flag" ||
3170 test ! -s conftest.err
3171 } && test -s conftest.$ac_objext; then
3172 ac_cv_prog_cc_c89=$ac_arg
3173 else
3174 echo "$as_me: failed program was:" >&5
3175 sed 's/^/| /' conftest.$ac_ext >&5
3180 rm -f core conftest.err conftest.$ac_objext
3181 test "x$ac_cv_prog_cc_c89" != "xno" && break
3182 done
3183 rm -f conftest.$ac_ext
3184 CC=$ac_save_CC
3187 # AC_CACHE_VAL
3188 case "x$ac_cv_prog_cc_c89" in
3190 { echo "$as_me:$LINENO: result: none needed" >&5
3191 echo "${ECHO_T}none needed" >&6; } ;;
3192 xno)
3193 { echo "$as_me:$LINENO: result: unsupported" >&5
3194 echo "${ECHO_T}unsupported" >&6; } ;;
3196 CC="$CC $ac_cv_prog_cc_c89"
3197 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3198 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3199 esac
3202 ac_ext=c
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208 ac_ext=cpp
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213 if test -z "$CXX"; then
3214 if test -n "$CCC"; then
3215 CXX=$CCC
3216 else
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3222 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3224 if test "${ac_cv_prog_CXX+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 else
3227 if test -n "$CXX"; then
3228 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3229 else
3230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3231 for as_dir in $PATH
3233 IFS=$as_save_IFS
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3239 break 2
3241 done
3242 done
3243 IFS=$as_save_IFS
3247 CXX=$ac_cv_prog_CXX
3248 if test -n "$CXX"; then
3249 { echo "$as_me:$LINENO: result: $CXX" >&5
3250 echo "${ECHO_T}$CXX" >&6; }
3251 else
3252 { echo "$as_me:$LINENO: result: no" >&5
3253 echo "${ECHO_T}no" >&6; }
3257 test -n "$CXX" && break
3258 done
3260 if test -z "$CXX"; then
3261 ac_ct_CXX=$CXX
3262 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265 set dummy $ac_prog; ac_word=$2
3266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3268 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3269 echo $ECHO_N "(cached) $ECHO_C" >&6
3270 else
3271 if test -n "$ac_ct_CXX"; then
3272 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3273 else
3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275 for as_dir in $PATH
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CXX="$ac_prog"
3282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3283 break 2
3285 done
3286 done
3287 IFS=$as_save_IFS
3291 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3292 if test -n "$ac_ct_CXX"; then
3293 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3294 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3295 else
3296 { echo "$as_me:$LINENO: result: no" >&5
3297 echo "${ECHO_T}no" >&6; }
3301 test -n "$ac_ct_CXX" && break
3302 done
3304 if test "x$ac_ct_CXX" = x; then
3305 CXX="g++"
3306 else
3307 case $cross_compiling:$ac_tool_warned in
3308 yes:)
3309 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3310 whose name does not start with the host triplet. If you think this
3311 configuration is useful to you, please write to autoconf@gnu.org." >&5
3312 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3313 whose name does not start with the host triplet. If you think this
3314 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3315 ac_tool_warned=yes ;;
3316 esac
3317 CXX=$ac_ct_CXX
3323 # Provide some information about the compiler.
3324 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3325 ac_compiler=`set X $ac_compile; echo $2`
3326 { (ac_try="$ac_compiler --version >&5"
3327 case "(($ac_try" in
3328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3329 *) ac_try_echo=$ac_try;;
3330 esac
3331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3332 (eval "$ac_compiler --version >&5") 2>&5
3333 ac_status=$?
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); }
3336 { (ac_try="$ac_compiler -v >&5"
3337 case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler -v >&5") 2>&5
3343 ac_status=$?
3344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -V >&5"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -V >&5") 2>&5
3353 ac_status=$?
3354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355 (exit $ac_status); }
3357 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3358 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3359 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3360 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 else
3362 cat >conftest.$ac_ext <<_ACEOF
3363 /* confdefs.h. */
3364 _ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3370 main ()
3372 #ifndef __GNUC__
3373 choke me
3374 #endif
3377 return 0;
3379 _ACEOF
3380 rm -f conftest.$ac_objext
3381 if { (ac_try="$ac_compile"
3382 case "(($ac_try" in
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3385 esac
3386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compile") 2>conftest.er1
3388 ac_status=$?
3389 grep -v '^ *+' conftest.er1 >conftest.err
3390 rm -f conftest.er1
3391 cat conftest.err >&5
3392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3393 (exit $ac_status); } && {
3394 test -z "$ac_cxx_werror_flag" ||
3395 test ! -s conftest.err
3396 } && test -s conftest.$ac_objext; then
3397 ac_compiler_gnu=yes
3398 else
3399 echo "$as_me: failed program was:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3402 ac_compiler_gnu=no
3405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3406 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3409 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3410 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3411 GXX=`test $ac_compiler_gnu = yes && echo yes`
3412 ac_test_CXXFLAGS=${CXXFLAGS+set}
3413 ac_save_CXXFLAGS=$CXXFLAGS
3414 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3415 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3416 if test "${ac_cv_prog_cxx_g+set}" = set; then
3417 echo $ECHO_N "(cached) $ECHO_C" >&6
3418 else
3419 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3420 ac_cxx_werror_flag=yes
3421 ac_cv_prog_cxx_g=no
3422 CXXFLAGS="-g"
3423 cat >conftest.$ac_ext <<_ACEOF
3424 /* confdefs.h. */
3425 _ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3431 main ()
3435 return 0;
3437 _ACEOF
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3440 case "(($ac_try" in
3441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442 *) ac_try_echo=$ac_try;;
3443 esac
3444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3445 (eval "$ac_compile") 2>conftest.er1
3446 ac_status=$?
3447 grep -v '^ *+' conftest.er1 >conftest.err
3448 rm -f conftest.er1
3449 cat conftest.err >&5
3450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3451 (exit $ac_status); } && {
3452 test -z "$ac_cxx_werror_flag" ||
3453 test ! -s conftest.err
3454 } && test -s conftest.$ac_objext; then
3455 ac_cv_prog_cxx_g=yes
3456 else
3457 echo "$as_me: failed program was:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3460 CXXFLAGS=""
3461 cat >conftest.$ac_ext <<_ACEOF
3462 /* confdefs.h. */
3463 _ACEOF
3464 cat confdefs.h >>conftest.$ac_ext
3465 cat >>conftest.$ac_ext <<_ACEOF
3466 /* end confdefs.h. */
3469 main ()
3473 return 0;
3475 _ACEOF
3476 rm -f conftest.$ac_objext
3477 if { (ac_try="$ac_compile"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3483 (eval "$ac_compile") 2>conftest.er1
3484 ac_status=$?
3485 grep -v '^ *+' conftest.er1 >conftest.err
3486 rm -f conftest.er1
3487 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 (exit $ac_status); } && {
3490 test -z "$ac_cxx_werror_flag" ||
3491 test ! -s conftest.err
3492 } && test -s conftest.$ac_objext; then
3494 else
3495 echo "$as_me: failed program was:" >&5
3496 sed 's/^/| /' conftest.$ac_ext >&5
3498 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3499 CXXFLAGS="-g"
3500 cat >conftest.$ac_ext <<_ACEOF
3501 /* confdefs.h. */
3502 _ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3523 ac_status=$?
3524 grep -v '^ *+' conftest.er1 >conftest.err
3525 rm -f conftest.er1
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3532 ac_cv_prog_cxx_g=yes
3533 else
3534 echo "$as_me: failed program was:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3550 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3551 if test "$ac_test_CXXFLAGS" = set; then
3552 CXXFLAGS=$ac_save_CXXFLAGS
3553 elif test $ac_cv_prog_cxx_g = yes; then
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-g -O2"
3556 else
3557 CXXFLAGS="-g"
3559 else
3560 if test "$GXX" = yes; then
3561 CXXFLAGS="-O2"
3562 else
3563 CXXFLAGS=
3566 ac_ext=c
3567 ac_cpp='$CPP $CPPFLAGS'
3568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572 if test -n "$ac_tool_prefix"; then
3573 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3574 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3577 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3578 echo $ECHO_N "(cached) $ECHO_C" >&6
3579 else
3580 if test -n "$CPPBIN"; then
3581 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3582 else
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3584 for as_dir in $PATH
3586 IFS=$as_save_IFS
3587 test -z "$as_dir" && as_dir=.
3588 for ac_exec_ext in '' $ac_executable_extensions; do
3589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3590 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3592 break 2
3594 done
3595 done
3596 IFS=$as_save_IFS
3600 CPPBIN=$ac_cv_prog_CPPBIN
3601 if test -n "$CPPBIN"; then
3602 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3603 echo "${ECHO_T}$CPPBIN" >&6; }
3604 else
3605 { echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6; }
3611 if test -z "$ac_cv_prog_CPPBIN"; then
3612 ac_ct_CPPBIN=$CPPBIN
3613 # Extract the first word of "cpp", so it can be a program name with args.
3614 set dummy cpp; ac_word=$2
3615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3617 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3618 echo $ECHO_N "(cached) $ECHO_C" >&6
3619 else
3620 if test -n "$ac_ct_CPPBIN"; then
3621 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3622 else
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624 for as_dir in $PATH
3626 IFS=$as_save_IFS
3627 test -z "$as_dir" && as_dir=.
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630 ac_cv_prog_ac_ct_CPPBIN="cpp"
3631 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3632 break 2
3634 done
3635 done
3636 IFS=$as_save_IFS
3640 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3641 if test -n "$ac_ct_CPPBIN"; then
3642 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3643 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3644 else
3645 { echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6; }
3649 if test "x$ac_ct_CPPBIN" = x; then
3650 CPPBIN="cpp"
3651 else
3652 case $cross_compiling:$ac_tool_warned in
3653 yes:)
3654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3655 whose name does not start with the host triplet. If you think this
3656 configuration is useful to you, please write to autoconf@gnu.org." >&5
3657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3658 whose name does not start with the host triplet. If you think this
3659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3660 ac_tool_warned=yes ;;
3661 esac
3662 CPPBIN=$ac_ct_CPPBIN
3664 else
3665 CPPBIN="$ac_cv_prog_CPPBIN"
3669 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3670 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3671 if test "${wine_cv_toolsdir+set}" = set; then
3672 echo $ECHO_N "(cached) $ECHO_C" >&6
3673 else
3674 if test -z "$with_wine_tools"; then
3675 if test "$cross_compiling" = "yes"; then
3676 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3677 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3678 { (exit 1); exit 1; }; }
3679 else
3680 wine_cv_toolsdir="\$(TOPOBJDIR)"
3682 elif test -d "$with_wine_tools/tools/winebuild"; then
3683 case $with_wine_tools in
3684 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3685 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3686 esac
3687 else
3688 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3689 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3690 { (exit 1); exit 1; }; }
3693 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3694 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3695 TOOLSDIR=$wine_cv_toolsdir
3699 ac_ext=c
3700 ac_cpp='$CPP $CPPFLAGS'
3701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3704 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3705 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3706 # On Suns, sometimes $CPP names a directory.
3707 if test -n "$CPP" && test -d "$CPP"; then
3708 CPP=
3710 if test -z "$CPP"; then
3711 if test "${ac_cv_prog_CPP+set}" = set; then
3712 echo $ECHO_N "(cached) $ECHO_C" >&6
3713 else
3714 # Double quotes because CPP needs to be expanded
3715 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3717 ac_preproc_ok=false
3718 for ac_c_preproc_warn_flag in '' yes
3720 # Use a header file that comes with gcc, so configuring glibc
3721 # with a fresh cross-compiler works.
3722 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3723 # <limits.h> exists even on freestanding compilers.
3724 # On the NeXT, cc -E runs the code through the compiler's parser,
3725 # not just through cpp. "Syntax error" is here to catch this case.
3726 cat >conftest.$ac_ext <<_ACEOF
3727 /* confdefs.h. */
3728 _ACEOF
3729 cat confdefs.h >>conftest.$ac_ext
3730 cat >>conftest.$ac_ext <<_ACEOF
3731 /* end confdefs.h. */
3732 #ifdef __STDC__
3733 # include <limits.h>
3734 #else
3735 # include <assert.h>
3736 #endif
3737 Syntax error
3738 _ACEOF
3739 if { (ac_try="$ac_cpp conftest.$ac_ext"
3740 case "(($ac_try" in
3741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742 *) ac_try_echo=$ac_try;;
3743 esac
3744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3745 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3746 ac_status=$?
3747 grep -v '^ *+' conftest.er1 >conftest.err
3748 rm -f conftest.er1
3749 cat conftest.err >&5
3750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3751 (exit $ac_status); } >/dev/null && {
3752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3753 test ! -s conftest.err
3754 }; then
3756 else
3757 echo "$as_me: failed program was:" >&5
3758 sed 's/^/| /' conftest.$ac_ext >&5
3760 # Broken: fails on valid input.
3761 continue
3764 rm -f conftest.err conftest.$ac_ext
3766 # OK, works on sane cases. Now check whether nonexistent headers
3767 # can be detected and how.
3768 cat >conftest.$ac_ext <<_ACEOF
3769 /* confdefs.h. */
3770 _ACEOF
3771 cat confdefs.h >>conftest.$ac_ext
3772 cat >>conftest.$ac_ext <<_ACEOF
3773 /* end confdefs.h. */
3774 #include <ac_nonexistent.h>
3775 _ACEOF
3776 if { (ac_try="$ac_cpp conftest.$ac_ext"
3777 case "(($ac_try" in
3778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779 *) ac_try_echo=$ac_try;;
3780 esac
3781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3782 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3783 ac_status=$?
3784 grep -v '^ *+' conftest.er1 >conftest.err
3785 rm -f conftest.er1
3786 cat conftest.err >&5
3787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3788 (exit $ac_status); } >/dev/null && {
3789 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3790 test ! -s conftest.err
3791 }; then
3792 # Broken: success on invalid input.
3793 continue
3794 else
3795 echo "$as_me: failed program was:" >&5
3796 sed 's/^/| /' conftest.$ac_ext >&5
3798 # Passes both tests.
3799 ac_preproc_ok=:
3800 break
3803 rm -f conftest.err conftest.$ac_ext
3805 done
3806 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3807 rm -f conftest.err conftest.$ac_ext
3808 if $ac_preproc_ok; then
3809 break
3812 done
3813 ac_cv_prog_CPP=$CPP
3816 CPP=$ac_cv_prog_CPP
3817 else
3818 ac_cv_prog_CPP=$CPP
3820 { echo "$as_me:$LINENO: result: $CPP" >&5
3821 echo "${ECHO_T}$CPP" >&6; }
3822 ac_preproc_ok=false
3823 for ac_c_preproc_warn_flag in '' yes
3825 # Use a header file that comes with gcc, so configuring glibc
3826 # with a fresh cross-compiler works.
3827 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3828 # <limits.h> exists even on freestanding compilers.
3829 # On the NeXT, cc -E runs the code through the compiler's parser,
3830 # not just through cpp. "Syntax error" is here to catch this case.
3831 cat >conftest.$ac_ext <<_ACEOF
3832 /* confdefs.h. */
3833 _ACEOF
3834 cat confdefs.h >>conftest.$ac_ext
3835 cat >>conftest.$ac_ext <<_ACEOF
3836 /* end confdefs.h. */
3837 #ifdef __STDC__
3838 # include <limits.h>
3839 #else
3840 # include <assert.h>
3841 #endif
3842 Syntax error
3843 _ACEOF
3844 if { (ac_try="$ac_cpp conftest.$ac_ext"
3845 case "(($ac_try" in
3846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3847 *) ac_try_echo=$ac_try;;
3848 esac
3849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3850 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3851 ac_status=$?
3852 grep -v '^ *+' conftest.er1 >conftest.err
3853 rm -f conftest.er1
3854 cat conftest.err >&5
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); } >/dev/null && {
3857 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3858 test ! -s conftest.err
3859 }; then
3861 else
3862 echo "$as_me: failed program was:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3865 # Broken: fails on valid input.
3866 continue
3869 rm -f conftest.err conftest.$ac_ext
3871 # OK, works on sane cases. Now check whether nonexistent headers
3872 # can be detected and how.
3873 cat >conftest.$ac_ext <<_ACEOF
3874 /* confdefs.h. */
3875 _ACEOF
3876 cat confdefs.h >>conftest.$ac_ext
3877 cat >>conftest.$ac_ext <<_ACEOF
3878 /* end confdefs.h. */
3879 #include <ac_nonexistent.h>
3880 _ACEOF
3881 if { (ac_try="$ac_cpp conftest.$ac_ext"
3882 case "(($ac_try" in
3883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3884 *) ac_try_echo=$ac_try;;
3885 esac
3886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3887 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3888 ac_status=$?
3889 grep -v '^ *+' conftest.er1 >conftest.err
3890 rm -f conftest.er1
3891 cat conftest.err >&5
3892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3893 (exit $ac_status); } >/dev/null && {
3894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3895 test ! -s conftest.err
3896 }; then
3897 # Broken: success on invalid input.
3898 continue
3899 else
3900 echo "$as_me: failed program was:" >&5
3901 sed 's/^/| /' conftest.$ac_ext >&5
3903 # Passes both tests.
3904 ac_preproc_ok=:
3905 break
3908 rm -f conftest.err conftest.$ac_ext
3910 done
3911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3912 rm -f conftest.err conftest.$ac_ext
3913 if $ac_preproc_ok; then
3915 else
3916 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3917 See \`config.log' for more details." >&5
3918 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3919 See \`config.log' for more details." >&2;}
3920 { (exit 1); exit 1; }; }
3923 ac_ext=c
3924 ac_cpp='$CPP $CPPFLAGS'
3925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3926 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3930 { echo "$as_me:$LINENO: checking for X" >&5
3931 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3934 # Check whether --with-x was given.
3935 if test "${with_x+set}" = set; then
3936 withval=$with_x;
3939 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3940 if test "x$with_x" = xno; then
3941 # The user explicitly disabled X.
3942 have_x=disabled
3943 else
3944 case $x_includes,$x_libraries in #(
3945 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3946 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3947 { (exit 1); exit 1; }; };; #(
3948 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3949 echo $ECHO_N "(cached) $ECHO_C" >&6
3950 else
3951 # One or both of the vars are not set, and there is no cached value.
3952 ac_x_includes=no ac_x_libraries=no
3953 rm -f -r conftest.dir
3954 if mkdir conftest.dir; then
3955 cd conftest.dir
3956 cat >Imakefile <<'_ACEOF'
3957 incroot:
3958 @echo incroot='${INCROOT}'
3959 usrlibdir:
3960 @echo usrlibdir='${USRLIBDIR}'
3961 libdir:
3962 @echo libdir='${LIBDIR}'
3963 _ACEOF
3964 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3965 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3966 for ac_var in incroot usrlibdir libdir; do
3967 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3968 done
3969 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3970 for ac_extension in a so sl; do
3971 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3972 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3973 ac_im_usrlibdir=$ac_im_libdir; break
3975 done
3976 # Screen out bogus values from the imake configuration. They are
3977 # bogus both because they are the default anyway, and because
3978 # using them would break gcc on systems where it needs fixed includes.
3979 case $ac_im_incroot in
3980 /usr/include) ac_x_includes= ;;
3981 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3982 esac
3983 case $ac_im_usrlibdir in
3984 /usr/lib | /lib) ;;
3985 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3986 esac
3988 cd ..
3989 rm -f -r conftest.dir
3992 # Standard set of common directories for X headers.
3993 # Check X11 before X11Rn because it is often a symlink to the current release.
3994 ac_x_header_dirs='
3995 /usr/X11/include
3996 /usr/X11R6/include
3997 /usr/X11R5/include
3998 /usr/X11R4/include
4000 /usr/include/X11
4001 /usr/include/X11R6
4002 /usr/include/X11R5
4003 /usr/include/X11R4
4005 /usr/local/X11/include
4006 /usr/local/X11R6/include
4007 /usr/local/X11R5/include
4008 /usr/local/X11R4/include
4010 /usr/local/include/X11
4011 /usr/local/include/X11R6
4012 /usr/local/include/X11R5
4013 /usr/local/include/X11R4
4015 /usr/X386/include
4016 /usr/x386/include
4017 /usr/XFree86/include/X11
4019 /usr/include
4020 /usr/local/include
4021 /usr/unsupported/include
4022 /usr/athena/include
4023 /usr/local/x11r5/include
4024 /usr/lpp/Xamples/include
4026 /usr/openwin/include
4027 /usr/openwin/share/include'
4029 if test "$ac_x_includes" = no; then
4030 # Guess where to find include files, by looking for Xlib.h.
4031 # First, try using that file with no special directory specified.
4032 cat >conftest.$ac_ext <<_ACEOF
4033 /* confdefs.h. */
4034 _ACEOF
4035 cat confdefs.h >>conftest.$ac_ext
4036 cat >>conftest.$ac_ext <<_ACEOF
4037 /* end confdefs.h. */
4038 #include <X11/Xlib.h>
4039 _ACEOF
4040 if { (ac_try="$ac_cpp conftest.$ac_ext"
4041 case "(($ac_try" in
4042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4043 *) ac_try_echo=$ac_try;;
4044 esac
4045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4046 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4047 ac_status=$?
4048 grep -v '^ *+' conftest.er1 >conftest.err
4049 rm -f conftest.er1
4050 cat conftest.err >&5
4051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4052 (exit $ac_status); } >/dev/null && {
4053 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4054 test ! -s conftest.err
4055 }; then
4056 # We can compile using X headers with no special include directory.
4057 ac_x_includes=
4058 else
4059 echo "$as_me: failed program was:" >&5
4060 sed 's/^/| /' conftest.$ac_ext >&5
4062 for ac_dir in $ac_x_header_dirs; do
4063 if test -r "$ac_dir/X11/Xlib.h"; then
4064 ac_x_includes=$ac_dir
4065 break
4067 done
4070 rm -f conftest.err conftest.$ac_ext
4071 fi # $ac_x_includes = no
4073 if test "$ac_x_libraries" = no; then
4074 # Check for the libraries.
4075 # See if we find them without any special options.
4076 # Don't add to $LIBS permanently.
4077 ac_save_LIBS=$LIBS
4078 LIBS="-lX11 $LIBS"
4079 cat >conftest.$ac_ext <<_ACEOF
4080 /* confdefs.h. */
4081 _ACEOF
4082 cat confdefs.h >>conftest.$ac_ext
4083 cat >>conftest.$ac_ext <<_ACEOF
4084 /* end confdefs.h. */
4085 #include <X11/Xlib.h>
4087 main ()
4089 XrmInitialize ()
4091 return 0;
4093 _ACEOF
4094 rm -f conftest.$ac_objext conftest$ac_exeext
4095 if { (ac_try="$ac_link"
4096 case "(($ac_try" in
4097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4098 *) ac_try_echo=$ac_try;;
4099 esac
4100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4101 (eval "$ac_link") 2>conftest.er1
4102 ac_status=$?
4103 grep -v '^ *+' conftest.er1 >conftest.err
4104 rm -f conftest.er1
4105 cat conftest.err >&5
4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 (exit $ac_status); } && {
4108 test -z "$ac_c_werror_flag" ||
4109 test ! -s conftest.err
4110 } && test -s conftest$ac_exeext &&
4111 $as_test_x conftest$ac_exeext; then
4112 LIBS=$ac_save_LIBS
4113 # We can link X programs with no special library path.
4114 ac_x_libraries=
4115 else
4116 echo "$as_me: failed program was:" >&5
4117 sed 's/^/| /' conftest.$ac_ext >&5
4119 LIBS=$ac_save_LIBS
4120 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4122 # Don't even attempt the hair of trying to link an X program!
4123 for ac_extension in a so sl; do
4124 if test -r "$ac_dir/libX11.$ac_extension"; then
4125 ac_x_libraries=$ac_dir
4126 break 2
4128 done
4129 done
4132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4133 conftest$ac_exeext conftest.$ac_ext
4134 fi # $ac_x_libraries = no
4136 case $ac_x_includes,$ac_x_libraries in #(
4137 no,* | *,no | *\'*)
4138 # Didn't find X, or a directory has "'" in its name.
4139 ac_cv_have_x="have_x=no";; #(
4141 # Record where we found X for the cache.
4142 ac_cv_have_x="have_x=yes\
4143 ac_x_includes='$ac_x_includes'\
4144 ac_x_libraries='$ac_x_libraries'"
4145 esac
4147 ;; #(
4148 *) have_x=yes;;
4149 esac
4150 eval "$ac_cv_have_x"
4151 fi # $with_x != no
4153 if test "$have_x" != yes; then
4154 { echo "$as_me:$LINENO: result: $have_x" >&5
4155 echo "${ECHO_T}$have_x" >&6; }
4156 no_x=yes
4157 else
4158 # If each of the values was on the command line, it overrides each guess.
4159 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4160 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4161 # Update the cache value to reflect the command line values.
4162 ac_cv_have_x="have_x=yes\
4163 ac_x_includes='$x_includes'\
4164 ac_x_libraries='$x_libraries'"
4165 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4166 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4169 if test "$no_x" = yes; then
4170 # Not all programs may use this symbol, but it does not hurt to define it.
4172 cat >>confdefs.h <<\_ACEOF
4173 #define X_DISPLAY_MISSING 1
4174 _ACEOF
4176 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4177 else
4178 if test -n "$x_includes"; then
4179 X_CFLAGS="$X_CFLAGS -I$x_includes"
4182 # It would also be nice to do this for all -L options, not just this one.
4183 if test -n "$x_libraries"; then
4184 X_LIBS="$X_LIBS -L$x_libraries"
4185 # For Solaris; some versions of Sun CC require a space after -R and
4186 # others require no space. Words are not sufficient . . . .
4187 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4188 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4189 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4190 ac_xsave_c_werror_flag=$ac_c_werror_flag
4191 ac_c_werror_flag=yes
4192 cat >conftest.$ac_ext <<_ACEOF
4193 /* confdefs.h. */
4194 _ACEOF
4195 cat confdefs.h >>conftest.$ac_ext
4196 cat >>conftest.$ac_ext <<_ACEOF
4197 /* end confdefs.h. */
4200 main ()
4204 return 0;
4206 _ACEOF
4207 rm -f conftest.$ac_objext conftest$ac_exeext
4208 if { (ac_try="$ac_link"
4209 case "(($ac_try" in
4210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4211 *) ac_try_echo=$ac_try;;
4212 esac
4213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4214 (eval "$ac_link") 2>conftest.er1
4215 ac_status=$?
4216 grep -v '^ *+' conftest.er1 >conftest.err
4217 rm -f conftest.er1
4218 cat conftest.err >&5
4219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4220 (exit $ac_status); } && {
4221 test -z "$ac_c_werror_flag" ||
4222 test ! -s conftest.err
4223 } && test -s conftest$ac_exeext &&
4224 $as_test_x conftest$ac_exeext; then
4225 { echo "$as_me:$LINENO: result: no" >&5
4226 echo "${ECHO_T}no" >&6; }
4227 X_LIBS="$X_LIBS -R$x_libraries"
4228 else
4229 echo "$as_me: failed program was:" >&5
4230 sed 's/^/| /' conftest.$ac_ext >&5
4232 LIBS="$ac_xsave_LIBS -R $x_libraries"
4233 cat >conftest.$ac_ext <<_ACEOF
4234 /* confdefs.h. */
4235 _ACEOF
4236 cat confdefs.h >>conftest.$ac_ext
4237 cat >>conftest.$ac_ext <<_ACEOF
4238 /* end confdefs.h. */
4241 main ()
4245 return 0;
4247 _ACEOF
4248 rm -f conftest.$ac_objext conftest$ac_exeext
4249 if { (ac_try="$ac_link"
4250 case "(($ac_try" in
4251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4253 esac
4254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4255 (eval "$ac_link") 2>conftest.er1
4256 ac_status=$?
4257 grep -v '^ *+' conftest.er1 >conftest.err
4258 rm -f conftest.er1
4259 cat conftest.err >&5
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } && {
4262 test -z "$ac_c_werror_flag" ||
4263 test ! -s conftest.err
4264 } && test -s conftest$ac_exeext &&
4265 $as_test_x conftest$ac_exeext; then
4266 { echo "$as_me:$LINENO: result: yes" >&5
4267 echo "${ECHO_T}yes" >&6; }
4268 X_LIBS="$X_LIBS -R $x_libraries"
4269 else
4270 echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { echo "$as_me:$LINENO: result: neither works" >&5
4274 echo "${ECHO_T}neither works" >&6; }
4277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4278 conftest$ac_exeext conftest.$ac_ext
4281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4282 conftest$ac_exeext conftest.$ac_ext
4283 ac_c_werror_flag=$ac_xsave_c_werror_flag
4284 LIBS=$ac_xsave_LIBS
4287 # Check for system-dependent libraries X programs must link with.
4288 # Do this before checking for the system-independent R6 libraries
4289 # (-lICE), since we may need -lsocket or whatever for X linking.
4291 if test "$ISC" = yes; then
4292 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4293 else
4294 # Martyn Johnson says this is needed for Ultrix, if the X
4295 # libraries were built with DECnet support. And Karl Berry says
4296 # the Alpha needs dnet_stub (dnet does not exist).
4297 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4298 cat >conftest.$ac_ext <<_ACEOF
4299 /* confdefs.h. */
4300 _ACEOF
4301 cat confdefs.h >>conftest.$ac_ext
4302 cat >>conftest.$ac_ext <<_ACEOF
4303 /* end confdefs.h. */
4305 /* Override any GCC internal prototype to avoid an error.
4306 Use char because int might match the return type of a GCC
4307 builtin and then its argument prototype would still apply. */
4308 #ifdef __cplusplus
4309 extern "C"
4310 #endif
4311 char XOpenDisplay ();
4313 main ()
4315 return XOpenDisplay ();
4317 return 0;
4319 _ACEOF
4320 rm -f conftest.$ac_objext conftest$ac_exeext
4321 if { (ac_try="$ac_link"
4322 case "(($ac_try" in
4323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4324 *) ac_try_echo=$ac_try;;
4325 esac
4326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4327 (eval "$ac_link") 2>conftest.er1
4328 ac_status=$?
4329 grep -v '^ *+' conftest.er1 >conftest.err
4330 rm -f conftest.er1
4331 cat conftest.err >&5
4332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333 (exit $ac_status); } && {
4334 test -z "$ac_c_werror_flag" ||
4335 test ! -s conftest.err
4336 } && test -s conftest$ac_exeext &&
4337 $as_test_x conftest$ac_exeext; then
4339 else
4340 echo "$as_me: failed program was:" >&5
4341 sed 's/^/| /' conftest.$ac_ext >&5
4343 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4344 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4345 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4346 echo $ECHO_N "(cached) $ECHO_C" >&6
4347 else
4348 ac_check_lib_save_LIBS=$LIBS
4349 LIBS="-ldnet $LIBS"
4350 cat >conftest.$ac_ext <<_ACEOF
4351 /* confdefs.h. */
4352 _ACEOF
4353 cat confdefs.h >>conftest.$ac_ext
4354 cat >>conftest.$ac_ext <<_ACEOF
4355 /* end confdefs.h. */
4357 /* Override any GCC internal prototype to avoid an error.
4358 Use char because int might match the return type of a GCC
4359 builtin and then its argument prototype would still apply. */
4360 #ifdef __cplusplus
4361 extern "C"
4362 #endif
4363 char dnet_ntoa ();
4365 main ()
4367 return dnet_ntoa ();
4369 return 0;
4371 _ACEOF
4372 rm -f conftest.$ac_objext conftest$ac_exeext
4373 if { (ac_try="$ac_link"
4374 case "(($ac_try" in
4375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4376 *) ac_try_echo=$ac_try;;
4377 esac
4378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4379 (eval "$ac_link") 2>conftest.er1
4380 ac_status=$?
4381 grep -v '^ *+' conftest.er1 >conftest.err
4382 rm -f conftest.er1
4383 cat conftest.err >&5
4384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385 (exit $ac_status); } && {
4386 test -z "$ac_c_werror_flag" ||
4387 test ! -s conftest.err
4388 } && test -s conftest$ac_exeext &&
4389 $as_test_x conftest$ac_exeext; then
4390 ac_cv_lib_dnet_dnet_ntoa=yes
4391 else
4392 echo "$as_me: failed program was:" >&5
4393 sed 's/^/| /' conftest.$ac_ext >&5
4395 ac_cv_lib_dnet_dnet_ntoa=no
4398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4399 conftest$ac_exeext conftest.$ac_ext
4400 LIBS=$ac_check_lib_save_LIBS
4402 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4403 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4404 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4405 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4408 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4409 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4410 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4411 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4412 echo $ECHO_N "(cached) $ECHO_C" >&6
4413 else
4414 ac_check_lib_save_LIBS=$LIBS
4415 LIBS="-ldnet_stub $LIBS"
4416 cat >conftest.$ac_ext <<_ACEOF
4417 /* confdefs.h. */
4418 _ACEOF
4419 cat confdefs.h >>conftest.$ac_ext
4420 cat >>conftest.$ac_ext <<_ACEOF
4421 /* end confdefs.h. */
4423 /* Override any GCC internal prototype to avoid an error.
4424 Use char because int might match the return type of a GCC
4425 builtin and then its argument prototype would still apply. */
4426 #ifdef __cplusplus
4427 extern "C"
4428 #endif
4429 char dnet_ntoa ();
4431 main ()
4433 return dnet_ntoa ();
4435 return 0;
4437 _ACEOF
4438 rm -f conftest.$ac_objext conftest$ac_exeext
4439 if { (ac_try="$ac_link"
4440 case "(($ac_try" in
4441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4442 *) ac_try_echo=$ac_try;;
4443 esac
4444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4445 (eval "$ac_link") 2>conftest.er1
4446 ac_status=$?
4447 grep -v '^ *+' conftest.er1 >conftest.err
4448 rm -f conftest.er1
4449 cat conftest.err >&5
4450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 (exit $ac_status); } && {
4452 test -z "$ac_c_werror_flag" ||
4453 test ! -s conftest.err
4454 } && test -s conftest$ac_exeext &&
4455 $as_test_x conftest$ac_exeext; then
4456 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4457 else
4458 echo "$as_me: failed program was:" >&5
4459 sed 's/^/| /' conftest.$ac_ext >&5
4461 ac_cv_lib_dnet_stub_dnet_ntoa=no
4464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4465 conftest$ac_exeext conftest.$ac_ext
4466 LIBS=$ac_check_lib_save_LIBS
4468 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4469 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4470 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4471 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4478 conftest$ac_exeext conftest.$ac_ext
4479 LIBS="$ac_xsave_LIBS"
4481 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4482 # to get the SysV transport functions.
4483 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4484 # needs -lnsl.
4485 # The nsl library prevents programs from opening the X display
4486 # on Irix 5.2, according to T.E. Dickey.
4487 # The functions gethostbyname, getservbyname, and inet_addr are
4488 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4489 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4490 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4491 if test "${ac_cv_func_gethostbyname+set}" = set; then
4492 echo $ECHO_N "(cached) $ECHO_C" >&6
4493 else
4494 cat >conftest.$ac_ext <<_ACEOF
4495 /* confdefs.h. */
4496 _ACEOF
4497 cat confdefs.h >>conftest.$ac_ext
4498 cat >>conftest.$ac_ext <<_ACEOF
4499 /* end confdefs.h. */
4500 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4501 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4502 #define gethostbyname innocuous_gethostbyname
4504 /* System header to define __stub macros and hopefully few prototypes,
4505 which can conflict with char gethostbyname (); below.
4506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4507 <limits.h> exists even on freestanding compilers. */
4509 #ifdef __STDC__
4510 # include <limits.h>
4511 #else
4512 # include <assert.h>
4513 #endif
4515 #undef gethostbyname
4517 /* Override any GCC internal prototype to avoid an error.
4518 Use char because int might match the return type of a GCC
4519 builtin and then its argument prototype would still apply. */
4520 #ifdef __cplusplus
4521 extern "C"
4522 #endif
4523 char gethostbyname ();
4524 /* The GNU C library defines this for functions which it implements
4525 to always fail with ENOSYS. Some functions are actually named
4526 something starting with __ and the normal name is an alias. */
4527 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4528 choke me
4529 #endif
4532 main ()
4534 return gethostbyname ();
4536 return 0;
4538 _ACEOF
4539 rm -f conftest.$ac_objext conftest$ac_exeext
4540 if { (ac_try="$ac_link"
4541 case "(($ac_try" in
4542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4543 *) ac_try_echo=$ac_try;;
4544 esac
4545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4546 (eval "$ac_link") 2>conftest.er1
4547 ac_status=$?
4548 grep -v '^ *+' conftest.er1 >conftest.err
4549 rm -f conftest.er1
4550 cat conftest.err >&5
4551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4552 (exit $ac_status); } && {
4553 test -z "$ac_c_werror_flag" ||
4554 test ! -s conftest.err
4555 } && test -s conftest$ac_exeext &&
4556 $as_test_x conftest$ac_exeext; then
4557 ac_cv_func_gethostbyname=yes
4558 else
4559 echo "$as_me: failed program was:" >&5
4560 sed 's/^/| /' conftest.$ac_ext >&5
4562 ac_cv_func_gethostbyname=no
4565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4566 conftest$ac_exeext conftest.$ac_ext
4568 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4569 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4571 if test $ac_cv_func_gethostbyname = no; then
4572 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4573 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4574 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4575 echo $ECHO_N "(cached) $ECHO_C" >&6
4576 else
4577 ac_check_lib_save_LIBS=$LIBS
4578 LIBS="-lnsl $LIBS"
4579 cat >conftest.$ac_ext <<_ACEOF
4580 /* confdefs.h. */
4581 _ACEOF
4582 cat confdefs.h >>conftest.$ac_ext
4583 cat >>conftest.$ac_ext <<_ACEOF
4584 /* end confdefs.h. */
4586 /* Override any GCC internal prototype to avoid an error.
4587 Use char because int might match the return type of a GCC
4588 builtin and then its argument prototype would still apply. */
4589 #ifdef __cplusplus
4590 extern "C"
4591 #endif
4592 char gethostbyname ();
4594 main ()
4596 return gethostbyname ();
4598 return 0;
4600 _ACEOF
4601 rm -f conftest.$ac_objext conftest$ac_exeext
4602 if { (ac_try="$ac_link"
4603 case "(($ac_try" in
4604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4605 *) ac_try_echo=$ac_try;;
4606 esac
4607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4608 (eval "$ac_link") 2>conftest.er1
4609 ac_status=$?
4610 grep -v '^ *+' conftest.er1 >conftest.err
4611 rm -f conftest.er1
4612 cat conftest.err >&5
4613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614 (exit $ac_status); } && {
4615 test -z "$ac_c_werror_flag" ||
4616 test ! -s conftest.err
4617 } && test -s conftest$ac_exeext &&
4618 $as_test_x conftest$ac_exeext; then
4619 ac_cv_lib_nsl_gethostbyname=yes
4620 else
4621 echo "$as_me: failed program was:" >&5
4622 sed 's/^/| /' conftest.$ac_ext >&5
4624 ac_cv_lib_nsl_gethostbyname=no
4627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4628 conftest$ac_exeext conftest.$ac_ext
4629 LIBS=$ac_check_lib_save_LIBS
4631 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4632 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4633 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4634 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4637 if test $ac_cv_lib_nsl_gethostbyname = no; then
4638 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4639 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4640 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4642 else
4643 ac_check_lib_save_LIBS=$LIBS
4644 LIBS="-lbsd $LIBS"
4645 cat >conftest.$ac_ext <<_ACEOF
4646 /* confdefs.h. */
4647 _ACEOF
4648 cat confdefs.h >>conftest.$ac_ext
4649 cat >>conftest.$ac_ext <<_ACEOF
4650 /* end confdefs.h. */
4652 /* Override any GCC internal prototype to avoid an error.
4653 Use char because int might match the return type of a GCC
4654 builtin and then its argument prototype would still apply. */
4655 #ifdef __cplusplus
4656 extern "C"
4657 #endif
4658 char gethostbyname ();
4660 main ()
4662 return gethostbyname ();
4664 return 0;
4666 _ACEOF
4667 rm -f conftest.$ac_objext conftest$ac_exeext
4668 if { (ac_try="$ac_link"
4669 case "(($ac_try" in
4670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4672 esac
4673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4674 (eval "$ac_link") 2>conftest.er1
4675 ac_status=$?
4676 grep -v '^ *+' conftest.er1 >conftest.err
4677 rm -f conftest.er1
4678 cat conftest.err >&5
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); } && {
4681 test -z "$ac_c_werror_flag" ||
4682 test ! -s conftest.err
4683 } && test -s conftest$ac_exeext &&
4684 $as_test_x conftest$ac_exeext; then
4685 ac_cv_lib_bsd_gethostbyname=yes
4686 else
4687 echo "$as_me: failed program was:" >&5
4688 sed 's/^/| /' conftest.$ac_ext >&5
4690 ac_cv_lib_bsd_gethostbyname=no
4693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4694 conftest$ac_exeext conftest.$ac_ext
4695 LIBS=$ac_check_lib_save_LIBS
4697 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4698 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4699 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4700 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4706 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4707 # socket/setsockopt and other routines are undefined under SCO ODT
4708 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4709 # on later versions), says Simon Leinen: it contains gethostby*
4710 # variants that don't use the name server (or something). -lsocket
4711 # must be given before -lnsl if both are needed. We assume that
4712 # if connect needs -lnsl, so does gethostbyname.
4713 { echo "$as_me:$LINENO: checking for connect" >&5
4714 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4715 if test "${ac_cv_func_connect+set}" = set; then
4716 echo $ECHO_N "(cached) $ECHO_C" >&6
4717 else
4718 cat >conftest.$ac_ext <<_ACEOF
4719 /* confdefs.h. */
4720 _ACEOF
4721 cat confdefs.h >>conftest.$ac_ext
4722 cat >>conftest.$ac_ext <<_ACEOF
4723 /* end confdefs.h. */
4724 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4726 #define connect innocuous_connect
4728 /* System header to define __stub macros and hopefully few prototypes,
4729 which can conflict with char connect (); below.
4730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4731 <limits.h> exists even on freestanding compilers. */
4733 #ifdef __STDC__
4734 # include <limits.h>
4735 #else
4736 # include <assert.h>
4737 #endif
4739 #undef connect
4741 /* Override any GCC internal prototype to avoid an error.
4742 Use char because int might match the return type of a GCC
4743 builtin and then its argument prototype would still apply. */
4744 #ifdef __cplusplus
4745 extern "C"
4746 #endif
4747 char connect ();
4748 /* The GNU C library defines this for functions which it implements
4749 to always fail with ENOSYS. Some functions are actually named
4750 something starting with __ and the normal name is an alias. */
4751 #if defined __stub_connect || defined __stub___connect
4752 choke me
4753 #endif
4756 main ()
4758 return connect ();
4760 return 0;
4762 _ACEOF
4763 rm -f conftest.$ac_objext conftest$ac_exeext
4764 if { (ac_try="$ac_link"
4765 case "(($ac_try" in
4766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4767 *) ac_try_echo=$ac_try;;
4768 esac
4769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4770 (eval "$ac_link") 2>conftest.er1
4771 ac_status=$?
4772 grep -v '^ *+' conftest.er1 >conftest.err
4773 rm -f conftest.er1
4774 cat conftest.err >&5
4775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4776 (exit $ac_status); } && {
4777 test -z "$ac_c_werror_flag" ||
4778 test ! -s conftest.err
4779 } && test -s conftest$ac_exeext &&
4780 $as_test_x conftest$ac_exeext; then
4781 ac_cv_func_connect=yes
4782 else
4783 echo "$as_me: failed program was:" >&5
4784 sed 's/^/| /' conftest.$ac_ext >&5
4786 ac_cv_func_connect=no
4789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4790 conftest$ac_exeext conftest.$ac_ext
4792 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4793 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4795 if test $ac_cv_func_connect = no; then
4796 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4797 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4798 if test "${ac_cv_lib_socket_connect+set}" = set; then
4799 echo $ECHO_N "(cached) $ECHO_C" >&6
4800 else
4801 ac_check_lib_save_LIBS=$LIBS
4802 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4803 cat >conftest.$ac_ext <<_ACEOF
4804 /* confdefs.h. */
4805 _ACEOF
4806 cat confdefs.h >>conftest.$ac_ext
4807 cat >>conftest.$ac_ext <<_ACEOF
4808 /* end confdefs.h. */
4810 /* Override any GCC internal prototype to avoid an error.
4811 Use char because int might match the return type of a GCC
4812 builtin and then its argument prototype would still apply. */
4813 #ifdef __cplusplus
4814 extern "C"
4815 #endif
4816 char connect ();
4818 main ()
4820 return connect ();
4822 return 0;
4824 _ACEOF
4825 rm -f conftest.$ac_objext conftest$ac_exeext
4826 if { (ac_try="$ac_link"
4827 case "(($ac_try" in
4828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4829 *) ac_try_echo=$ac_try;;
4830 esac
4831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4832 (eval "$ac_link") 2>conftest.er1
4833 ac_status=$?
4834 grep -v '^ *+' conftest.er1 >conftest.err
4835 rm -f conftest.er1
4836 cat conftest.err >&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } && {
4839 test -z "$ac_c_werror_flag" ||
4840 test ! -s conftest.err
4841 } && test -s conftest$ac_exeext &&
4842 $as_test_x conftest$ac_exeext; then
4843 ac_cv_lib_socket_connect=yes
4844 else
4845 echo "$as_me: failed program was:" >&5
4846 sed 's/^/| /' conftest.$ac_ext >&5
4848 ac_cv_lib_socket_connect=no
4851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4852 conftest$ac_exeext conftest.$ac_ext
4853 LIBS=$ac_check_lib_save_LIBS
4855 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4856 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4857 if test $ac_cv_lib_socket_connect = yes; then
4858 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4863 # Guillermo Gomez says -lposix is necessary on A/UX.
4864 { echo "$as_me:$LINENO: checking for remove" >&5
4865 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4866 if test "${ac_cv_func_remove+set}" = set; then
4867 echo $ECHO_N "(cached) $ECHO_C" >&6
4868 else
4869 cat >conftest.$ac_ext <<_ACEOF
4870 /* confdefs.h. */
4871 _ACEOF
4872 cat confdefs.h >>conftest.$ac_ext
4873 cat >>conftest.$ac_ext <<_ACEOF
4874 /* end confdefs.h. */
4875 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4876 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4877 #define remove innocuous_remove
4879 /* System header to define __stub macros and hopefully few prototypes,
4880 which can conflict with char remove (); below.
4881 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4882 <limits.h> exists even on freestanding compilers. */
4884 #ifdef __STDC__
4885 # include <limits.h>
4886 #else
4887 # include <assert.h>
4888 #endif
4890 #undef remove
4892 /* Override any GCC internal prototype to avoid an error.
4893 Use char because int might match the return type of a GCC
4894 builtin and then its argument prototype would still apply. */
4895 #ifdef __cplusplus
4896 extern "C"
4897 #endif
4898 char remove ();
4899 /* The GNU C library defines this for functions which it implements
4900 to always fail with ENOSYS. Some functions are actually named
4901 something starting with __ and the normal name is an alias. */
4902 #if defined __stub_remove || defined __stub___remove
4903 choke me
4904 #endif
4907 main ()
4909 return remove ();
4911 return 0;
4913 _ACEOF
4914 rm -f conftest.$ac_objext conftest$ac_exeext
4915 if { (ac_try="$ac_link"
4916 case "(($ac_try" in
4917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4918 *) ac_try_echo=$ac_try;;
4919 esac
4920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4921 (eval "$ac_link") 2>conftest.er1
4922 ac_status=$?
4923 grep -v '^ *+' conftest.er1 >conftest.err
4924 rm -f conftest.er1
4925 cat conftest.err >&5
4926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927 (exit $ac_status); } && {
4928 test -z "$ac_c_werror_flag" ||
4929 test ! -s conftest.err
4930 } && test -s conftest$ac_exeext &&
4931 $as_test_x conftest$ac_exeext; then
4932 ac_cv_func_remove=yes
4933 else
4934 echo "$as_me: failed program was:" >&5
4935 sed 's/^/| /' conftest.$ac_ext >&5
4937 ac_cv_func_remove=no
4940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4941 conftest$ac_exeext conftest.$ac_ext
4943 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4944 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4946 if test $ac_cv_func_remove = no; then
4947 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4948 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4949 if test "${ac_cv_lib_posix_remove+set}" = set; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6
4951 else
4952 ac_check_lib_save_LIBS=$LIBS
4953 LIBS="-lposix $LIBS"
4954 cat >conftest.$ac_ext <<_ACEOF
4955 /* confdefs.h. */
4956 _ACEOF
4957 cat confdefs.h >>conftest.$ac_ext
4958 cat >>conftest.$ac_ext <<_ACEOF
4959 /* end confdefs.h. */
4961 /* Override any GCC internal prototype to avoid an error.
4962 Use char because int might match the return type of a GCC
4963 builtin and then its argument prototype would still apply. */
4964 #ifdef __cplusplus
4965 extern "C"
4966 #endif
4967 char remove ();
4969 main ()
4971 return remove ();
4973 return 0;
4975 _ACEOF
4976 rm -f conftest.$ac_objext conftest$ac_exeext
4977 if { (ac_try="$ac_link"
4978 case "(($ac_try" in
4979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4980 *) ac_try_echo=$ac_try;;
4981 esac
4982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4983 (eval "$ac_link") 2>conftest.er1
4984 ac_status=$?
4985 grep -v '^ *+' conftest.er1 >conftest.err
4986 rm -f conftest.er1
4987 cat conftest.err >&5
4988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4989 (exit $ac_status); } && {
4990 test -z "$ac_c_werror_flag" ||
4991 test ! -s conftest.err
4992 } && test -s conftest$ac_exeext &&
4993 $as_test_x conftest$ac_exeext; then
4994 ac_cv_lib_posix_remove=yes
4995 else
4996 echo "$as_me: failed program was:" >&5
4997 sed 's/^/| /' conftest.$ac_ext >&5
4999 ac_cv_lib_posix_remove=no
5002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5003 conftest$ac_exeext conftest.$ac_ext
5004 LIBS=$ac_check_lib_save_LIBS
5006 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5007 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5008 if test $ac_cv_lib_posix_remove = yes; then
5009 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5014 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5015 { echo "$as_me:$LINENO: checking for shmat" >&5
5016 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5017 if test "${ac_cv_func_shmat+set}" = set; then
5018 echo $ECHO_N "(cached) $ECHO_C" >&6
5019 else
5020 cat >conftest.$ac_ext <<_ACEOF
5021 /* confdefs.h. */
5022 _ACEOF
5023 cat confdefs.h >>conftest.$ac_ext
5024 cat >>conftest.$ac_ext <<_ACEOF
5025 /* end confdefs.h. */
5026 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5027 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5028 #define shmat innocuous_shmat
5030 /* System header to define __stub macros and hopefully few prototypes,
5031 which can conflict with char shmat (); below.
5032 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5033 <limits.h> exists even on freestanding compilers. */
5035 #ifdef __STDC__
5036 # include <limits.h>
5037 #else
5038 # include <assert.h>
5039 #endif
5041 #undef shmat
5043 /* Override any GCC internal prototype to avoid an error.
5044 Use char because int might match the return type of a GCC
5045 builtin and then its argument prototype would still apply. */
5046 #ifdef __cplusplus
5047 extern "C"
5048 #endif
5049 char shmat ();
5050 /* The GNU C library defines this for functions which it implements
5051 to always fail with ENOSYS. Some functions are actually named
5052 something starting with __ and the normal name is an alias. */
5053 #if defined __stub_shmat || defined __stub___shmat
5054 choke me
5055 #endif
5058 main ()
5060 return shmat ();
5062 return 0;
5064 _ACEOF
5065 rm -f conftest.$ac_objext conftest$ac_exeext
5066 if { (ac_try="$ac_link"
5067 case "(($ac_try" in
5068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5069 *) ac_try_echo=$ac_try;;
5070 esac
5071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5072 (eval "$ac_link") 2>conftest.er1
5073 ac_status=$?
5074 grep -v '^ *+' conftest.er1 >conftest.err
5075 rm -f conftest.er1
5076 cat conftest.err >&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } && {
5079 test -z "$ac_c_werror_flag" ||
5080 test ! -s conftest.err
5081 } && test -s conftest$ac_exeext &&
5082 $as_test_x conftest$ac_exeext; then
5083 ac_cv_func_shmat=yes
5084 else
5085 echo "$as_me: failed program was:" >&5
5086 sed 's/^/| /' conftest.$ac_ext >&5
5088 ac_cv_func_shmat=no
5091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5092 conftest$ac_exeext conftest.$ac_ext
5094 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5095 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5097 if test $ac_cv_func_shmat = no; then
5098 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5099 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5100 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5101 echo $ECHO_N "(cached) $ECHO_C" >&6
5102 else
5103 ac_check_lib_save_LIBS=$LIBS
5104 LIBS="-lipc $LIBS"
5105 cat >conftest.$ac_ext <<_ACEOF
5106 /* confdefs.h. */
5107 _ACEOF
5108 cat confdefs.h >>conftest.$ac_ext
5109 cat >>conftest.$ac_ext <<_ACEOF
5110 /* end confdefs.h. */
5112 /* Override any GCC internal prototype to avoid an error.
5113 Use char because int might match the return type of a GCC
5114 builtin and then its argument prototype would still apply. */
5115 #ifdef __cplusplus
5116 extern "C"
5117 #endif
5118 char shmat ();
5120 main ()
5122 return shmat ();
5124 return 0;
5126 _ACEOF
5127 rm -f conftest.$ac_objext conftest$ac_exeext
5128 if { (ac_try="$ac_link"
5129 case "(($ac_try" in
5130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5131 *) ac_try_echo=$ac_try;;
5132 esac
5133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5134 (eval "$ac_link") 2>conftest.er1
5135 ac_status=$?
5136 grep -v '^ *+' conftest.er1 >conftest.err
5137 rm -f conftest.er1
5138 cat conftest.err >&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140 (exit $ac_status); } && {
5141 test -z "$ac_c_werror_flag" ||
5142 test ! -s conftest.err
5143 } && test -s conftest$ac_exeext &&
5144 $as_test_x conftest$ac_exeext; then
5145 ac_cv_lib_ipc_shmat=yes
5146 else
5147 echo "$as_me: failed program was:" >&5
5148 sed 's/^/| /' conftest.$ac_ext >&5
5150 ac_cv_lib_ipc_shmat=no
5153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5154 conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5157 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5158 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5159 if test $ac_cv_lib_ipc_shmat = yes; then
5160 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5166 # Check for libraries that X11R6 Xt/Xaw programs need.
5167 ac_save_LDFLAGS=$LDFLAGS
5168 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5169 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5170 # check for ICE first), but we must link in the order -lSM -lICE or
5171 # we get undefined symbols. So assume we have SM if we have ICE.
5172 # These have to be linked with before -lX11, unlike the other
5173 # libraries we check for below, so use a different variable.
5174 # John Interrante, Karl Berry
5175 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5176 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5177 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5178 echo $ECHO_N "(cached) $ECHO_C" >&6
5179 else
5180 ac_check_lib_save_LIBS=$LIBS
5181 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5182 cat >conftest.$ac_ext <<_ACEOF
5183 /* confdefs.h. */
5184 _ACEOF
5185 cat confdefs.h >>conftest.$ac_ext
5186 cat >>conftest.$ac_ext <<_ACEOF
5187 /* end confdefs.h. */
5189 /* Override any GCC internal prototype to avoid an error.
5190 Use char because int might match the return type of a GCC
5191 builtin and then its argument prototype would still apply. */
5192 #ifdef __cplusplus
5193 extern "C"
5194 #endif
5195 char IceConnectionNumber ();
5197 main ()
5199 return IceConnectionNumber ();
5201 return 0;
5203 _ACEOF
5204 rm -f conftest.$ac_objext conftest$ac_exeext
5205 if { (ac_try="$ac_link"
5206 case "(($ac_try" in
5207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5208 *) ac_try_echo=$ac_try;;
5209 esac
5210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5211 (eval "$ac_link") 2>conftest.er1
5212 ac_status=$?
5213 grep -v '^ *+' conftest.er1 >conftest.err
5214 rm -f conftest.er1
5215 cat conftest.err >&5
5216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217 (exit $ac_status); } && {
5218 test -z "$ac_c_werror_flag" ||
5219 test ! -s conftest.err
5220 } && test -s conftest$ac_exeext &&
5221 $as_test_x conftest$ac_exeext; then
5222 ac_cv_lib_ICE_IceConnectionNumber=yes
5223 else
5224 echo "$as_me: failed program was:" >&5
5225 sed 's/^/| /' conftest.$ac_ext >&5
5227 ac_cv_lib_ICE_IceConnectionNumber=no
5230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5231 conftest$ac_exeext conftest.$ac_ext
5232 LIBS=$ac_check_lib_save_LIBS
5234 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5235 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5236 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5237 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5240 LDFLAGS=$ac_save_LDFLAGS
5245 for ac_prog in flex
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy $ac_prog; ac_word=$2
5249 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5251 if test "${ac_cv_prog_FLEX+set}" = set; then
5252 echo $ECHO_N "(cached) $ECHO_C" >&6
5253 else
5254 if test -n "$FLEX"; then
5255 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5256 else
5257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5258 for as_dir in $PATH
5260 IFS=$as_save_IFS
5261 test -z "$as_dir" && as_dir=.
5262 for ac_exec_ext in '' $ac_executable_extensions; do
5263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5264 ac_cv_prog_FLEX="$ac_prog"
5265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5266 break 2
5268 done
5269 done
5270 IFS=$as_save_IFS
5274 FLEX=$ac_cv_prog_FLEX
5275 if test -n "$FLEX"; then
5276 { echo "$as_me:$LINENO: result: $FLEX" >&5
5277 echo "${ECHO_T}$FLEX" >&6; }
5278 else
5279 { echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6; }
5284 test -n "$FLEX" && break
5285 done
5286 test -n "$FLEX" || FLEX="none"
5288 if test "$FLEX" = "none"
5289 then
5290 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5291 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5292 { (exit 1); exit 1; }; }
5295 for ac_prog in bison
5297 # Extract the first word of "$ac_prog", so it can be a program name with args.
5298 set dummy $ac_prog; ac_word=$2
5299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5301 if test "${ac_cv_prog_BISON+set}" = set; then
5302 echo $ECHO_N "(cached) $ECHO_C" >&6
5303 else
5304 if test -n "$BISON"; then
5305 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5306 else
5307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5308 for as_dir in $PATH
5310 IFS=$as_save_IFS
5311 test -z "$as_dir" && as_dir=.
5312 for ac_exec_ext in '' $ac_executable_extensions; do
5313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5314 ac_cv_prog_BISON="$ac_prog"
5315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5316 break 2
5318 done
5319 done
5320 IFS=$as_save_IFS
5324 BISON=$ac_cv_prog_BISON
5325 if test -n "$BISON"; then
5326 { echo "$as_me:$LINENO: result: $BISON" >&5
5327 echo "${ECHO_T}$BISON" >&6; }
5328 else
5329 { echo "$as_me:$LINENO: result: no" >&5
5330 echo "${ECHO_T}no" >&6; }
5334 test -n "$BISON" && break
5335 done
5336 test -n "$BISON" || BISON="none"
5338 if test "$BISON" = "none"
5339 then
5340 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5341 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5342 { (exit 1); exit 1; }; }
5345 if test -n "$ac_tool_prefix"; then
5346 for ac_prog in gas as
5348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5349 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5350 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5352 if test "${ac_cv_prog_AS+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5354 else
5355 if test -n "$AS"; then
5356 ac_cv_prog_AS="$AS" # Let the user override the test.
5357 else
5358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5359 for as_dir in $PATH
5361 IFS=$as_save_IFS
5362 test -z "$as_dir" && as_dir=.
5363 for ac_exec_ext in '' $ac_executable_extensions; do
5364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5365 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5367 break 2
5369 done
5370 done
5371 IFS=$as_save_IFS
5375 AS=$ac_cv_prog_AS
5376 if test -n "$AS"; then
5377 { echo "$as_me:$LINENO: result: $AS" >&5
5378 echo "${ECHO_T}$AS" >&6; }
5379 else
5380 { echo "$as_me:$LINENO: result: no" >&5
5381 echo "${ECHO_T}no" >&6; }
5385 test -n "$AS" && break
5386 done
5388 if test -z "$AS"; then
5389 ac_ct_AS=$AS
5390 for ac_prog in gas as
5392 # Extract the first word of "$ac_prog", so it can be a program name with args.
5393 set dummy $ac_prog; ac_word=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5397 echo $ECHO_N "(cached) $ECHO_C" >&6
5398 else
5399 if test -n "$ac_ct_AS"; then
5400 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5405 IFS=$as_save_IFS
5406 test -z "$as_dir" && as_dir=.
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_ac_ct_AS="$ac_prog"
5410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5411 break 2
5413 done
5414 done
5415 IFS=$as_save_IFS
5419 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5420 if test -n "$ac_ct_AS"; then
5421 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5422 echo "${ECHO_T}$ac_ct_AS" >&6; }
5423 else
5424 { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5429 test -n "$ac_ct_AS" && break
5430 done
5432 if test "x$ac_ct_AS" = x; then
5433 AS="as"
5434 else
5435 case $cross_compiling:$ac_tool_warned in
5436 yes:)
5437 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5438 whose name does not start with the host triplet. If you think this
5439 configuration is useful to you, please write to autoconf@gnu.org." >&5
5440 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5441 whose name does not start with the host triplet. If you think this
5442 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5443 ac_tool_warned=yes ;;
5444 esac
5445 AS=$ac_ct_AS
5449 if test -n "$ac_tool_prefix"; then
5450 for ac_prog in ld gld
5452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5453 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5456 if test "${ac_cv_prog_LD+set}" = set; then
5457 echo $ECHO_N "(cached) $ECHO_C" >&6
5458 else
5459 if test -n "$LD"; then
5460 ac_cv_prog_LD="$LD" # Let the user override the test.
5461 else
5462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5463 for as_dir in $PATH
5465 IFS=$as_save_IFS
5466 test -z "$as_dir" && as_dir=.
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5469 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5471 break 2
5473 done
5474 done
5475 IFS=$as_save_IFS
5479 LD=$ac_cv_prog_LD
5480 if test -n "$LD"; then
5481 { echo "$as_me:$LINENO: result: $LD" >&5
5482 echo "${ECHO_T}$LD" >&6; }
5483 else
5484 { echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6; }
5489 test -n "$LD" && break
5490 done
5492 if test -z "$LD"; then
5493 ac_ct_LD=$LD
5494 for ac_prog in ld gld
5496 # Extract the first word of "$ac_prog", so it can be a program name with args.
5497 set dummy $ac_prog; ac_word=$2
5498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5500 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5501 echo $ECHO_N "(cached) $ECHO_C" >&6
5502 else
5503 if test -n "$ac_ct_LD"; then
5504 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5505 else
5506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5507 for as_dir in $PATH
5509 IFS=$as_save_IFS
5510 test -z "$as_dir" && as_dir=.
5511 for ac_exec_ext in '' $ac_executable_extensions; do
5512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5513 ac_cv_prog_ac_ct_LD="$ac_prog"
5514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5515 break 2
5517 done
5518 done
5519 IFS=$as_save_IFS
5523 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5524 if test -n "$ac_ct_LD"; then
5525 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5526 echo "${ECHO_T}$ac_ct_LD" >&6; }
5527 else
5528 { echo "$as_me:$LINENO: result: no" >&5
5529 echo "${ECHO_T}no" >&6; }
5533 test -n "$ac_ct_LD" && break
5534 done
5536 if test "x$ac_ct_LD" = x; then
5537 LD="ld"
5538 else
5539 case $cross_compiling:$ac_tool_warned in
5540 yes:)
5541 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5542 whose name does not start with the host triplet. If you think this
5543 configuration is useful to you, please write to autoconf@gnu.org." >&5
5544 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5545 whose name does not start with the host triplet. If you think this
5546 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5547 ac_tool_warned=yes ;;
5548 esac
5549 LD=$ac_ct_LD
5553 if test -n "$ac_tool_prefix"; then
5554 for ac_prog in nm gnm
5556 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5557 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5560 if test "${ac_cv_prog_NM+set}" = set; then
5561 echo $ECHO_N "(cached) $ECHO_C" >&6
5562 else
5563 if test -n "$NM"; then
5564 ac_cv_prog_NM="$NM" # Let the user override the test.
5565 else
5566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5567 for as_dir in $PATH
5569 IFS=$as_save_IFS
5570 test -z "$as_dir" && as_dir=.
5571 for ac_exec_ext in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5575 break 2
5577 done
5578 done
5579 IFS=$as_save_IFS
5583 NM=$ac_cv_prog_NM
5584 if test -n "$NM"; then
5585 { echo "$as_me:$LINENO: result: $NM" >&5
5586 echo "${ECHO_T}$NM" >&6; }
5587 else
5588 { echo "$as_me:$LINENO: result: no" >&5
5589 echo "${ECHO_T}no" >&6; }
5593 test -n "$NM" && break
5594 done
5596 if test -z "$NM"; then
5597 ac_ct_NM=$NM
5598 for ac_prog in nm gnm
5600 # Extract the first word of "$ac_prog", so it can be a program name with args.
5601 set dummy $ac_prog; ac_word=$2
5602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5604 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5605 echo $ECHO_N "(cached) $ECHO_C" >&6
5606 else
5607 if test -n "$ac_ct_NM"; then
5608 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5609 else
5610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5611 for as_dir in $PATH
5613 IFS=$as_save_IFS
5614 test -z "$as_dir" && as_dir=.
5615 for ac_exec_ext in '' $ac_executable_extensions; do
5616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5617 ac_cv_prog_ac_ct_NM="$ac_prog"
5618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5619 break 2
5621 done
5622 done
5623 IFS=$as_save_IFS
5627 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5628 if test -n "$ac_ct_NM"; then
5629 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5630 echo "${ECHO_T}$ac_ct_NM" >&6; }
5631 else
5632 { echo "$as_me:$LINENO: result: no" >&5
5633 echo "${ECHO_T}no" >&6; }
5637 test -n "$ac_ct_NM" && break
5638 done
5640 if test "x$ac_ct_NM" = x; then
5641 NM="nm"
5642 else
5643 case $cross_compiling:$ac_tool_warned in
5644 yes:)
5645 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5646 whose name does not start with the host triplet. If you think this
5647 configuration is useful to you, please write to autoconf@gnu.org." >&5
5648 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5649 whose name does not start with the host triplet. If you think this
5650 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5651 ac_tool_warned=yes ;;
5652 esac
5653 NM=$ac_ct_NM
5657 if test -n "$ac_tool_prefix"; then
5658 for ac_prog in ar gar
5660 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5661 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5664 if test "${ac_cv_prog_AR+set}" = set; then
5665 echo $ECHO_N "(cached) $ECHO_C" >&6
5666 else
5667 if test -n "$AR"; then
5668 ac_cv_prog_AR="$AR" # Let the user override the test.
5669 else
5670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5671 for as_dir in $PATH
5673 IFS=$as_save_IFS
5674 test -z "$as_dir" && as_dir=.
5675 for ac_exec_ext in '' $ac_executable_extensions; do
5676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5677 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5679 break 2
5681 done
5682 done
5683 IFS=$as_save_IFS
5687 AR=$ac_cv_prog_AR
5688 if test -n "$AR"; then
5689 { echo "$as_me:$LINENO: result: $AR" >&5
5690 echo "${ECHO_T}$AR" >&6; }
5691 else
5692 { echo "$as_me:$LINENO: result: no" >&5
5693 echo "${ECHO_T}no" >&6; }
5697 test -n "$AR" && break
5698 done
5700 if test -z "$AR"; then
5701 ac_ct_AR=$AR
5702 for ac_prog in ar gar
5704 # Extract the first word of "$ac_prog", so it can be a program name with args.
5705 set dummy $ac_prog; ac_word=$2
5706 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5708 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5709 echo $ECHO_N "(cached) $ECHO_C" >&6
5710 else
5711 if test -n "$ac_ct_AR"; then
5712 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5713 else
5714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5715 for as_dir in $PATH
5717 IFS=$as_save_IFS
5718 test -z "$as_dir" && as_dir=.
5719 for ac_exec_ext in '' $ac_executable_extensions; do
5720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5721 ac_cv_prog_ac_ct_AR="$ac_prog"
5722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 2
5725 done
5726 done
5727 IFS=$as_save_IFS
5731 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5732 if test -n "$ac_ct_AR"; then
5733 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5734 echo "${ECHO_T}$ac_ct_AR" >&6; }
5735 else
5736 { echo "$as_me:$LINENO: result: no" >&5
5737 echo "${ECHO_T}no" >&6; }
5741 test -n "$ac_ct_AR" && break
5742 done
5744 if test "x$ac_ct_AR" = x; then
5745 AR="ar"
5746 else
5747 case $cross_compiling:$ac_tool_warned in
5748 yes:)
5749 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5750 whose name does not start with the host triplet. If you think this
5751 configuration is useful to you, please write to autoconf@gnu.org." >&5
5752 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5753 whose name does not start with the host triplet. If you think this
5754 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757 AR=$ac_ct_AR
5761 ARFLAGS=rc
5763 if test -n "$ac_tool_prefix"; then
5764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5765 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5766 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5768 if test "${ac_cv_prog_RANLIB+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6
5770 else
5771 if test -n "$RANLIB"; then
5772 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5777 IFS=$as_save_IFS
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783 break 2
5785 done
5786 done
5787 IFS=$as_save_IFS
5791 RANLIB=$ac_cv_prog_RANLIB
5792 if test -n "$RANLIB"; then
5793 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5794 echo "${ECHO_T}$RANLIB" >&6; }
5795 else
5796 { echo "$as_me:$LINENO: result: no" >&5
5797 echo "${ECHO_T}no" >&6; }
5802 if test -z "$ac_cv_prog_RANLIB"; then
5803 ac_ct_RANLIB=$RANLIB
5804 # Extract the first word of "ranlib", so it can be a program name with args.
5805 set dummy ranlib; ac_word=$2
5806 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5808 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5809 echo $ECHO_N "(cached) $ECHO_C" >&6
5810 else
5811 if test -n "$ac_ct_RANLIB"; then
5812 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5813 else
5814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5815 for as_dir in $PATH
5817 IFS=$as_save_IFS
5818 test -z "$as_dir" && as_dir=.
5819 for ac_exec_ext in '' $ac_executable_extensions; do
5820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5821 ac_cv_prog_ac_ct_RANLIB="ranlib"
5822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5823 break 2
5825 done
5826 done
5827 IFS=$as_save_IFS
5831 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5832 if test -n "$ac_ct_RANLIB"; then
5833 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5834 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5835 else
5836 { echo "$as_me:$LINENO: result: no" >&5
5837 echo "${ECHO_T}no" >&6; }
5840 if test "x$ac_ct_RANLIB" = x; then
5841 RANLIB=":"
5842 else
5843 case $cross_compiling:$ac_tool_warned in
5844 yes:)
5845 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5846 whose name does not start with the host triplet. If you think this
5847 configuration is useful to you, please write to autoconf@gnu.org." >&5
5848 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5849 whose name does not start with the host triplet. If you think this
5850 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5851 ac_tool_warned=yes ;;
5852 esac
5853 RANLIB=$ac_ct_RANLIB
5855 else
5856 RANLIB="$ac_cv_prog_RANLIB"
5859 if test -n "$ac_tool_prefix"; then
5860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5861 set dummy ${ac_tool_prefix}strip; ac_word=$2
5862 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5863 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5864 if test "${ac_cv_prog_STRIP+set}" = set; then
5865 echo $ECHO_N "(cached) $ECHO_C" >&6
5866 else
5867 if test -n "$STRIP"; then
5868 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5869 else
5870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871 for as_dir in $PATH
5873 IFS=$as_save_IFS
5874 test -z "$as_dir" && as_dir=.
5875 for ac_exec_ext in '' $ac_executable_extensions; do
5876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5877 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5879 break 2
5881 done
5882 done
5883 IFS=$as_save_IFS
5887 STRIP=$ac_cv_prog_STRIP
5888 if test -n "$STRIP"; then
5889 { echo "$as_me:$LINENO: result: $STRIP" >&5
5890 echo "${ECHO_T}$STRIP" >&6; }
5891 else
5892 { echo "$as_me:$LINENO: result: no" >&5
5893 echo "${ECHO_T}no" >&6; }
5898 if test -z "$ac_cv_prog_STRIP"; then
5899 ac_ct_STRIP=$STRIP
5900 # Extract the first word of "strip", so it can be a program name with args.
5901 set dummy strip; ac_word=$2
5902 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5904 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5905 echo $ECHO_N "(cached) $ECHO_C" >&6
5906 else
5907 if test -n "$ac_ct_STRIP"; then
5908 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5909 else
5910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911 for as_dir in $PATH
5913 IFS=$as_save_IFS
5914 test -z "$as_dir" && as_dir=.
5915 for ac_exec_ext in '' $ac_executable_extensions; do
5916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5917 ac_cv_prog_ac_ct_STRIP="strip"
5918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 break 2
5921 done
5922 done
5923 IFS=$as_save_IFS
5927 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5928 if test -n "$ac_ct_STRIP"; then
5929 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5930 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5931 else
5932 { echo "$as_me:$LINENO: result: no" >&5
5933 echo "${ECHO_T}no" >&6; }
5936 if test "x$ac_ct_STRIP" = x; then
5937 STRIP="strip"
5938 else
5939 case $cross_compiling:$ac_tool_warned in
5940 yes:)
5941 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5942 whose name does not start with the host triplet. If you think this
5943 configuration is useful to you, please write to autoconf@gnu.org." >&5
5944 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5945 whose name does not start with the host triplet. If you think this
5946 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5947 ac_tool_warned=yes ;;
5948 esac
5949 STRIP=$ac_ct_STRIP
5951 else
5952 STRIP="$ac_cv_prog_STRIP"
5955 if test -n "$ac_tool_prefix"; then
5956 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5957 set dummy ${ac_tool_prefix}windres; ac_word=$2
5958 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5960 if test "${ac_cv_prog_WINDRES+set}" = set; then
5961 echo $ECHO_N "(cached) $ECHO_C" >&6
5962 else
5963 if test -n "$WINDRES"; then
5964 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5965 else
5966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5967 for as_dir in $PATH
5969 IFS=$as_save_IFS
5970 test -z "$as_dir" && as_dir=.
5971 for ac_exec_ext in '' $ac_executable_extensions; do
5972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5973 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5975 break 2
5977 done
5978 done
5979 IFS=$as_save_IFS
5983 WINDRES=$ac_cv_prog_WINDRES
5984 if test -n "$WINDRES"; then
5985 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5986 echo "${ECHO_T}$WINDRES" >&6; }
5987 else
5988 { echo "$as_me:$LINENO: result: no" >&5
5989 echo "${ECHO_T}no" >&6; }
5994 if test -z "$ac_cv_prog_WINDRES"; then
5995 ac_ct_WINDRES=$WINDRES
5996 # Extract the first word of "windres", so it can be a program name with args.
5997 set dummy windres; ac_word=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6001 echo $ECHO_N "(cached) $ECHO_C" >&6
6002 else
6003 if test -n "$ac_ct_WINDRES"; then
6004 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6005 else
6006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007 for as_dir in $PATH
6009 IFS=$as_save_IFS
6010 test -z "$as_dir" && as_dir=.
6011 for ac_exec_ext in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_ac_ct_WINDRES="windres"
6014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6015 break 2
6017 done
6018 done
6019 IFS=$as_save_IFS
6023 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6024 if test -n "$ac_ct_WINDRES"; then
6025 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6026 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6027 else
6028 { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6032 if test "x$ac_ct_WINDRES" = x; then
6033 WINDRES="false"
6034 else
6035 case $cross_compiling:$ac_tool_warned in
6036 yes:)
6037 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6038 whose name does not start with the host triplet. If you think this
6039 configuration is useful to you, please write to autoconf@gnu.org." >&5
6040 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6041 whose name does not start with the host triplet. If you think this
6042 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6043 ac_tool_warned=yes ;;
6044 esac
6045 WINDRES=$ac_ct_WINDRES
6047 else
6048 WINDRES="$ac_cv_prog_WINDRES"
6051 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6052 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6053 LN_S=$as_ln_s
6054 if test "$LN_S" = "ln -s"; then
6055 { echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6; }
6057 else
6058 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6059 echo "${ECHO_T}no, using $LN_S" >&6; }
6062 { echo "$as_me:$LINENO: checking whether ln works" >&5
6063 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6064 rm -f conf$$ conf$$.file
6065 echo >conf$$.file
6066 if ln conf$$.file conf$$ 2>/dev/null; then
6067 LN=ln
6069 { echo "$as_me:$LINENO: result: yes" >&5
6070 echo "${ECHO_T}yes" >&6; }
6071 else
6072 LN="cp -p"
6074 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6075 echo "${ECHO_T}no, using $LN" >&6; }
6077 rm -f conf$$ conf$$.file
6078 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6079 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6080 if test "${ac_cv_path_GREP+set}" = set; then
6081 echo $ECHO_N "(cached) $ECHO_C" >&6
6082 else
6083 # Extract the first word of "grep ggrep" to use in msg output
6084 if test -z "$GREP"; then
6085 set dummy grep ggrep; ac_prog_name=$2
6086 if test "${ac_cv_path_GREP+set}" = set; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6088 else
6089 ac_path_GREP_found=false
6090 # Loop through the user's path and test for each of PROGNAME-LIST
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6092 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6094 IFS=$as_save_IFS
6095 test -z "$as_dir" && as_dir=.
6096 for ac_prog in grep ggrep; do
6097 for ac_exec_ext in '' $ac_executable_extensions; do
6098 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6099 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6100 # Check for GNU ac_path_GREP and select it if it is found.
6101 # Check for GNU $ac_path_GREP
6102 case `"$ac_path_GREP" --version 2>&1` in
6103 *GNU*)
6104 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6106 ac_count=0
6107 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6108 while :
6110 cat "conftest.in" "conftest.in" >"conftest.tmp"
6111 mv "conftest.tmp" "conftest.in"
6112 cp "conftest.in" "conftest.nl"
6113 echo 'GREP' >> "conftest.nl"
6114 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6116 ac_count=`expr $ac_count + 1`
6117 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6118 # Best one so far, save it but keep looking for a better one
6119 ac_cv_path_GREP="$ac_path_GREP"
6120 ac_path_GREP_max=$ac_count
6122 # 10*(2^10) chars as input seems more than enough
6123 test $ac_count -gt 10 && break
6124 done
6125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6126 esac
6129 $ac_path_GREP_found && break 3
6130 done
6131 done
6133 done
6134 IFS=$as_save_IFS
6139 GREP="$ac_cv_path_GREP"
6140 if test -z "$GREP"; then
6141 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6142 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6143 { (exit 1); exit 1; }; }
6146 else
6147 ac_cv_path_GREP=$GREP
6152 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6153 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6154 GREP="$ac_cv_path_GREP"
6157 { echo "$as_me:$LINENO: checking for egrep" >&5
6158 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6159 if test "${ac_cv_path_EGREP+set}" = set; then
6160 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 else
6162 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6163 then ac_cv_path_EGREP="$GREP -E"
6164 else
6165 # Extract the first word of "egrep" to use in msg output
6166 if test -z "$EGREP"; then
6167 set dummy egrep; ac_prog_name=$2
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 else
6171 ac_path_EGREP_found=false
6172 # Loop through the user's path and test for each of PROGNAME-LIST
6173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6174 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6176 IFS=$as_save_IFS
6177 test -z "$as_dir" && as_dir=.
6178 for ac_prog in egrep; do
6179 for ac_exec_ext in '' $ac_executable_extensions; do
6180 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6181 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6182 # Check for GNU ac_path_EGREP and select it if it is found.
6183 # Check for GNU $ac_path_EGREP
6184 case `"$ac_path_EGREP" --version 2>&1` in
6185 *GNU*)
6186 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6188 ac_count=0
6189 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6190 while :
6192 cat "conftest.in" "conftest.in" >"conftest.tmp"
6193 mv "conftest.tmp" "conftest.in"
6194 cp "conftest.in" "conftest.nl"
6195 echo 'EGREP' >> "conftest.nl"
6196 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6197 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6198 ac_count=`expr $ac_count + 1`
6199 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6200 # Best one so far, save it but keep looking for a better one
6201 ac_cv_path_EGREP="$ac_path_EGREP"
6202 ac_path_EGREP_max=$ac_count
6204 # 10*(2^10) chars as input seems more than enough
6205 test $ac_count -gt 10 && break
6206 done
6207 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6208 esac
6211 $ac_path_EGREP_found && break 3
6212 done
6213 done
6215 done
6216 IFS=$as_save_IFS
6221 EGREP="$ac_cv_path_EGREP"
6222 if test -z "$EGREP"; then
6223 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6224 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6225 { (exit 1); exit 1; }; }
6228 else
6229 ac_cv_path_EGREP=$EGREP
6235 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6236 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6237 EGREP="$ac_cv_path_EGREP"
6240 # Extract the first word of "ldconfig", so it can be a program name with args.
6241 set dummy ldconfig; ac_word=$2
6242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6244 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6245 echo $ECHO_N "(cached) $ECHO_C" >&6
6246 else
6247 case $LDCONFIG in
6248 [\\/]* | ?:[\\/]*)
6249 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253 for as_dir in /sbin /usr/sbin $PATH
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 break 2
6263 done
6264 done
6265 IFS=$as_save_IFS
6267 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6269 esac
6271 LDCONFIG=$ac_cv_path_LDCONFIG
6272 if test -n "$LDCONFIG"; then
6273 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6274 echo "${ECHO_T}$LDCONFIG" >&6; }
6275 else
6276 { echo "$as_me:$LINENO: result: no" >&5
6277 echo "${ECHO_T}no" >&6; }
6281 # Find a good install program. We prefer a C program (faster),
6282 # so one script is as good as another. But avoid the broken or
6283 # incompatible versions:
6284 # SysV /etc/install, /usr/sbin/install
6285 # SunOS /usr/etc/install
6286 # IRIX /sbin/install
6287 # AIX /bin/install
6288 # AmigaOS /C/install, which installs bootblocks on floppy discs
6289 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6290 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6291 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6292 # OS/2's system install, which has a completely different semantic
6293 # ./install, which can be erroneously created by make from ./install.sh.
6294 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6295 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6296 if test -z "$INSTALL"; then
6297 if test "${ac_cv_path_install+set}" = set; then
6298 echo $ECHO_N "(cached) $ECHO_C" >&6
6299 else
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6301 for as_dir in $PATH
6303 IFS=$as_save_IFS
6304 test -z "$as_dir" && as_dir=.
6305 # Account for people who put trailing slashes in PATH elements.
6306 case $as_dir/ in
6307 ./ | .// | /cC/* | \
6308 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6309 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6310 /usr/ucb/* ) ;;
6312 # OSF1 and SCO ODT 3.0 have their own names for install.
6313 # Don't use installbsd from OSF since it installs stuff as root
6314 # by default.
6315 for ac_prog in ginstall scoinst install; do
6316 for ac_exec_ext in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6318 if test $ac_prog = install &&
6319 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6320 # AIX install. It has an incompatible calling convention.
6322 elif test $ac_prog = install &&
6323 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6324 # program-specific install script used by HP pwplus--don't use.
6326 else
6327 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6328 break 3
6331 done
6332 done
6334 esac
6335 done
6336 IFS=$as_save_IFS
6340 if test "${ac_cv_path_install+set}" = set; then
6341 INSTALL=$ac_cv_path_install
6342 else
6343 # As a last resort, use the slow shell script. Don't cache a
6344 # value for INSTALL within a source directory, because that will
6345 # break other packages using the cache if that directory is
6346 # removed, or if the value is a relative name.
6347 INSTALL=$ac_install_sh
6350 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6351 echo "${ECHO_T}$INSTALL" >&6; }
6353 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6354 # It thinks the first close brace ends the variable substitution.
6355 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6357 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6359 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6361 case "$INSTALL" in
6362 [\\/$]* | ?:[\\/]* ) ;;
6363 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6364 esac
6366 for ac_prog in lclint lint
6368 # Extract the first word of "$ac_prog", so it can be a program name with args.
6369 set dummy $ac_prog; ac_word=$2
6370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6372 if test "${ac_cv_prog_LINT+set}" = set; then
6373 echo $ECHO_N "(cached) $ECHO_C" >&6
6374 else
6375 if test -n "$LINT"; then
6376 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6377 else
6378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6379 for as_dir in $PATH
6381 IFS=$as_save_IFS
6382 test -z "$as_dir" && as_dir=.
6383 for ac_exec_ext in '' $ac_executable_extensions; do
6384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6385 ac_cv_prog_LINT="$ac_prog"
6386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6387 break 2
6389 done
6390 done
6391 IFS=$as_save_IFS
6395 LINT=$ac_cv_prog_LINT
6396 if test -n "$LINT"; then
6397 { echo "$as_me:$LINENO: result: $LINT" >&5
6398 echo "${ECHO_T}$LINT" >&6; }
6399 else
6400 { echo "$as_me:$LINENO: result: no" >&5
6401 echo "${ECHO_T}no" >&6; }
6405 test -n "$LINT" && break
6406 done
6408 if test "$LINT" = "lint"
6409 then
6410 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6415 for ac_prog in fontforge
6417 # Extract the first word of "$ac_prog", so it can be a program name with args.
6418 set dummy $ac_prog; ac_word=$2
6419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6421 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6422 echo $ECHO_N "(cached) $ECHO_C" >&6
6423 else
6424 if test -n "$FONTFORGE"; then
6425 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6426 else
6427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 for as_dir in $PATH
6430 IFS=$as_save_IFS
6431 test -z "$as_dir" && as_dir=.
6432 for ac_exec_ext in '' $ac_executable_extensions; do
6433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434 ac_cv_prog_FONTFORGE="$ac_prog"
6435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6436 break 2
6438 done
6439 done
6440 IFS=$as_save_IFS
6444 FONTFORGE=$ac_cv_prog_FONTFORGE
6445 if test -n "$FONTFORGE"; then
6446 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6447 echo "${ECHO_T}$FONTFORGE" >&6; }
6448 else
6449 { echo "$as_me:$LINENO: result: no" >&5
6450 echo "${ECHO_T}no" >&6; }
6454 test -n "$FONTFORGE" && break
6455 done
6456 test -n "$FONTFORGE" || FONTFORGE="false"
6458 for ac_prog in pkg-config
6460 # Extract the first word of "$ac_prog", so it can be a program name with args.
6461 set dummy $ac_prog; ac_word=$2
6462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6464 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6466 else
6467 if test -n "$PKG_CONFIG"; then
6468 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6469 else
6470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6471 for as_dir in $PATH
6473 IFS=$as_save_IFS
6474 test -z "$as_dir" && as_dir=.
6475 for ac_exec_ext in '' $ac_executable_extensions; do
6476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6477 ac_cv_prog_PKG_CONFIG="$ac_prog"
6478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6479 break 2
6481 done
6482 done
6483 IFS=$as_save_IFS
6487 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6488 if test -n "$PKG_CONFIG"; then
6489 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6490 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6491 else
6492 { echo "$as_me:$LINENO: result: no" >&5
6493 echo "${ECHO_T}no" >&6; }
6497 test -n "$PKG_CONFIG" && break
6498 done
6499 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6501 for ac_prog in rsvg
6503 # Extract the first word of "$ac_prog", so it can be a program name with args.
6504 set dummy $ac_prog; ac_word=$2
6505 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6507 if test "${ac_cv_prog_RSVG+set}" = set; then
6508 echo $ECHO_N "(cached) $ECHO_C" >&6
6509 else
6510 if test -n "$RSVG"; then
6511 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6512 else
6513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6514 for as_dir in $PATH
6516 IFS=$as_save_IFS
6517 test -z "$as_dir" && as_dir=.
6518 for ac_exec_ext in '' $ac_executable_extensions; do
6519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6520 ac_cv_prog_RSVG="$ac_prog"
6521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6522 break 2
6524 done
6525 done
6526 IFS=$as_save_IFS
6530 RSVG=$ac_cv_prog_RSVG
6531 if test -n "$RSVG"; then
6532 { echo "$as_me:$LINENO: result: $RSVG" >&5
6533 echo "${ECHO_T}$RSVG" >&6; }
6534 else
6535 { echo "$as_me:$LINENO: result: no" >&5
6536 echo "${ECHO_T}no" >&6; }
6540 test -n "$RSVG" && break
6541 done
6542 test -n "$RSVG" || RSVG="false"
6544 for ac_prog in icotool
6546 # Extract the first word of "$ac_prog", so it can be a program name with args.
6547 set dummy $ac_prog; ac_word=$2
6548 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6550 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6551 echo $ECHO_N "(cached) $ECHO_C" >&6
6552 else
6553 if test -n "$ICOTOOL"; then
6554 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6555 else
6556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6557 for as_dir in $PATH
6559 IFS=$as_save_IFS
6560 test -z "$as_dir" && as_dir=.
6561 for ac_exec_ext in '' $ac_executable_extensions; do
6562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6563 ac_cv_prog_ICOTOOL="$ac_prog"
6564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6565 break 2
6567 done
6568 done
6569 IFS=$as_save_IFS
6573 ICOTOOL=$ac_cv_prog_ICOTOOL
6574 if test -n "$ICOTOOL"; then
6575 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6576 echo "${ECHO_T}$ICOTOOL" >&6; }
6577 else
6578 { echo "$as_me:$LINENO: result: no" >&5
6579 echo "${ECHO_T}no" >&6; }
6583 test -n "$ICOTOOL" && break
6584 done
6585 test -n "$ICOTOOL" || ICOTOOL="false"
6588 if test "${enable_maintainer_mode+set}" = set
6589 then
6590 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6591 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6592 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6595 case $host_cpu in
6596 *i[3456789]86*)
6597 # Extract the first word of "prelink", so it can be a program name with args.
6598 set dummy prelink; ac_word=$2
6599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6601 if test "${ac_cv_path_PRELINK+set}" = set; then
6602 echo $ECHO_N "(cached) $ECHO_C" >&6
6603 else
6604 case $PRELINK in
6605 [\\/]* | ?:[\\/]*)
6606 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6610 for as_dir in /sbin /usr/sbin $PATH
6612 IFS=$as_save_IFS
6613 test -z "$as_dir" && as_dir=.
6614 for ac_exec_ext in '' $ac_executable_extensions; do
6615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6616 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6618 break 2
6620 done
6621 done
6622 IFS=$as_save_IFS
6624 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6626 esac
6628 PRELINK=$ac_cv_path_PRELINK
6629 if test -n "$PRELINK"; then
6630 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6631 echo "${ECHO_T}$PRELINK" >&6; }
6632 else
6633 { echo "$as_me:$LINENO: result: no" >&5
6634 echo "${ECHO_T}no" >&6; }
6639 esac
6643 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6644 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6645 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6646 echo $ECHO_N "(cached) $ECHO_C" >&6
6647 else
6648 ac_check_lib_save_LIBS=$LIBS
6649 LIBS="-li386 $LIBS"
6650 cat >conftest.$ac_ext <<_ACEOF
6651 /* confdefs.h. */
6652 _ACEOF
6653 cat confdefs.h >>conftest.$ac_ext
6654 cat >>conftest.$ac_ext <<_ACEOF
6655 /* end confdefs.h. */
6657 /* Override any GCC internal prototype to avoid an error.
6658 Use char because int might match the return type of a GCC
6659 builtin and then its argument prototype would still apply. */
6660 #ifdef __cplusplus
6661 extern "C"
6662 #endif
6663 char i386_set_ldt ();
6665 main ()
6667 return i386_set_ldt ();
6669 return 0;
6671 _ACEOF
6672 rm -f conftest.$ac_objext conftest$ac_exeext
6673 if { (ac_try="$ac_link"
6674 case "(($ac_try" in
6675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6676 *) ac_try_echo=$ac_try;;
6677 esac
6678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6679 (eval "$ac_link") 2>conftest.er1
6680 ac_status=$?
6681 grep -v '^ *+' conftest.er1 >conftest.err
6682 rm -f conftest.er1
6683 cat conftest.err >&5
6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685 (exit $ac_status); } && {
6686 test -z "$ac_c_werror_flag" ||
6687 test ! -s conftest.err
6688 } && test -s conftest$ac_exeext &&
6689 $as_test_x conftest$ac_exeext; then
6690 ac_cv_lib_i386_i386_set_ldt=yes
6691 else
6692 echo "$as_me: failed program was:" >&5
6693 sed 's/^/| /' conftest.$ac_ext >&5
6695 ac_cv_lib_i386_i386_set_ldt=no
6698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6699 conftest$ac_exeext conftest.$ac_ext
6700 LIBS=$ac_check_lib_save_LIBS
6702 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6703 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6704 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6705 cat >>confdefs.h <<_ACEOF
6706 #define HAVE_LIBI386 1
6707 _ACEOF
6709 LIBS="-li386 $LIBS"
6714 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6715 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6716 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6717 echo $ECHO_N "(cached) $ECHO_C" >&6
6718 else
6719 ac_check_lib_save_LIBS=$LIBS
6720 LIBS="-lossaudio $LIBS"
6721 cat >conftest.$ac_ext <<_ACEOF
6722 /* confdefs.h. */
6723 _ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6728 /* Override any GCC internal prototype to avoid an error.
6729 Use char because int might match the return type of a GCC
6730 builtin and then its argument prototype would still apply. */
6731 #ifdef __cplusplus
6732 extern "C"
6733 #endif
6734 char _oss_ioctl ();
6736 main ()
6738 return _oss_ioctl ();
6740 return 0;
6742 _ACEOF
6743 rm -f conftest.$ac_objext conftest$ac_exeext
6744 if { (ac_try="$ac_link"
6745 case "(($ac_try" in
6746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6747 *) ac_try_echo=$ac_try;;
6748 esac
6749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6750 (eval "$ac_link") 2>conftest.er1
6751 ac_status=$?
6752 grep -v '^ *+' conftest.er1 >conftest.err
6753 rm -f conftest.er1
6754 cat conftest.err >&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } && {
6757 test -z "$ac_c_werror_flag" ||
6758 test ! -s conftest.err
6759 } && test -s conftest$ac_exeext &&
6760 $as_test_x conftest$ac_exeext; then
6761 ac_cv_lib_ossaudio__oss_ioctl=yes
6762 else
6763 echo "$as_me: failed program was:" >&5
6764 sed 's/^/| /' conftest.$ac_ext >&5
6766 ac_cv_lib_ossaudio__oss_ioctl=no
6769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6770 conftest$ac_exeext conftest.$ac_ext
6771 LIBS=$ac_check_lib_save_LIBS
6773 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6774 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6775 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6776 cat >>confdefs.h <<_ACEOF
6777 #define HAVE_LIBOSSAUDIO 1
6778 _ACEOF
6780 LIBS="-lossaudio $LIBS"
6784 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6785 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6786 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6787 echo $ECHO_N "(cached) $ECHO_C" >&6
6788 else
6789 ac_check_lib_save_LIBS=$LIBS
6790 LIBS="-lpthread $LIBS"
6791 cat >conftest.$ac_ext <<_ACEOF
6792 /* confdefs.h. */
6793 _ACEOF
6794 cat confdefs.h >>conftest.$ac_ext
6795 cat >>conftest.$ac_ext <<_ACEOF
6796 /* end confdefs.h. */
6798 /* Override any GCC internal prototype to avoid an error.
6799 Use char because int might match the return type of a GCC
6800 builtin and then its argument prototype would still apply. */
6801 #ifdef __cplusplus
6802 extern "C"
6803 #endif
6804 char pthread_create ();
6806 main ()
6808 return pthread_create ();
6810 return 0;
6812 _ACEOF
6813 rm -f conftest.$ac_objext conftest$ac_exeext
6814 if { (ac_try="$ac_link"
6815 case "(($ac_try" in
6816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6817 *) ac_try_echo=$ac_try;;
6818 esac
6819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6820 (eval "$ac_link") 2>conftest.er1
6821 ac_status=$?
6822 grep -v '^ *+' conftest.er1 >conftest.err
6823 rm -f conftest.er1
6824 cat conftest.err >&5
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); } && {
6827 test -z "$ac_c_werror_flag" ||
6828 test ! -s conftest.err
6829 } && test -s conftest$ac_exeext &&
6830 $as_test_x conftest$ac_exeext; then
6831 ac_cv_lib_pthread_pthread_create=yes
6832 else
6833 echo "$as_me: failed program was:" >&5
6834 sed 's/^/| /' conftest.$ac_ext >&5
6836 ac_cv_lib_pthread_pthread_create=no
6839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6840 conftest$ac_exeext conftest.$ac_ext
6841 LIBS=$ac_check_lib_save_LIBS
6843 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6844 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6845 if test $ac_cv_lib_pthread_pthread_create = yes; then
6846 LIBPTHREAD="-lpthread"
6851 XLIB=""
6853 OPENGL_LIBS=""
6857 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6858 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6859 if test "${ac_cv_header_stdc+set}" = set; then
6860 echo $ECHO_N "(cached) $ECHO_C" >&6
6861 else
6862 cat >conftest.$ac_ext <<_ACEOF
6863 /* confdefs.h. */
6864 _ACEOF
6865 cat confdefs.h >>conftest.$ac_ext
6866 cat >>conftest.$ac_ext <<_ACEOF
6867 /* end confdefs.h. */
6868 #include <stdlib.h>
6869 #include <stdarg.h>
6870 #include <string.h>
6871 #include <float.h>
6874 main ()
6878 return 0;
6880 _ACEOF
6881 rm -f conftest.$ac_objext
6882 if { (ac_try="$ac_compile"
6883 case "(($ac_try" in
6884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6885 *) ac_try_echo=$ac_try;;
6886 esac
6887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6888 (eval "$ac_compile") 2>conftest.er1
6889 ac_status=$?
6890 grep -v '^ *+' conftest.er1 >conftest.err
6891 rm -f conftest.er1
6892 cat conftest.err >&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } && {
6895 test -z "$ac_c_werror_flag" ||
6896 test ! -s conftest.err
6897 } && test -s conftest.$ac_objext; then
6898 ac_cv_header_stdc=yes
6899 else
6900 echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.$ac_ext >&5
6903 ac_cv_header_stdc=no
6906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6908 if test $ac_cv_header_stdc = yes; then
6909 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6910 cat >conftest.$ac_ext <<_ACEOF
6911 /* confdefs.h. */
6912 _ACEOF
6913 cat confdefs.h >>conftest.$ac_ext
6914 cat >>conftest.$ac_ext <<_ACEOF
6915 /* end confdefs.h. */
6916 #include <string.h>
6918 _ACEOF
6919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6920 $EGREP "memchr" >/dev/null 2>&1; then
6922 else
6923 ac_cv_header_stdc=no
6925 rm -f conftest*
6929 if test $ac_cv_header_stdc = yes; then
6930 # ISC 2.0.2 stdlib.h does not declare free, 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 <stdlib.h>
6939 _ACEOF
6940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6941 $EGREP "free" >/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 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6952 if test "$cross_compiling" = yes; then
6954 else
6955 cat >conftest.$ac_ext <<_ACEOF
6956 /* confdefs.h. */
6957 _ACEOF
6958 cat confdefs.h >>conftest.$ac_ext
6959 cat >>conftest.$ac_ext <<_ACEOF
6960 /* end confdefs.h. */
6961 #include <ctype.h>
6962 #include <stdlib.h>
6963 #if ((' ' & 0x0FF) == 0x020)
6964 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6965 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6966 #else
6967 # define ISLOWER(c) \
6968 (('a' <= (c) && (c) <= 'i') \
6969 || ('j' <= (c) && (c) <= 'r') \
6970 || ('s' <= (c) && (c) <= 'z'))
6971 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6972 #endif
6974 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6976 main ()
6978 int i;
6979 for (i = 0; i < 256; i++)
6980 if (XOR (islower (i), ISLOWER (i))
6981 || toupper (i) != TOUPPER (i))
6982 return 2;
6983 return 0;
6985 _ACEOF
6986 rm -f conftest$ac_exeext
6987 if { (ac_try="$ac_link"
6988 case "(($ac_try" in
6989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6990 *) ac_try_echo=$ac_try;;
6991 esac
6992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6993 (eval "$ac_link") 2>&5
6994 ac_status=$?
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6997 { (case "(($ac_try" in
6998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7000 esac
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_try") 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; }; then
7007 else
7008 echo "$as_me: program exited with status $ac_status" >&5
7009 echo "$as_me: failed program was:" >&5
7010 sed 's/^/| /' conftest.$ac_ext >&5
7012 ( exit $ac_status )
7013 ac_cv_header_stdc=no
7015 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7021 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7022 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7023 if test $ac_cv_header_stdc = yes; then
7025 cat >>confdefs.h <<\_ACEOF
7026 #define STDC_HEADERS 1
7027 _ACEOF
7031 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7041 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7042 inttypes.h stdint.h unistd.h
7044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7048 echo $ECHO_N "(cached) $ECHO_C" >&6
7049 else
7050 cat >conftest.$ac_ext <<_ACEOF
7051 /* confdefs.h. */
7052 _ACEOF
7053 cat confdefs.h >>conftest.$ac_ext
7054 cat >>conftest.$ac_ext <<_ACEOF
7055 /* end confdefs.h. */
7056 $ac_includes_default
7058 #include <$ac_header>
7059 _ACEOF
7060 rm -f conftest.$ac_objext
7061 if { (ac_try="$ac_compile"
7062 case "(($ac_try" in
7063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7065 esac
7066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 (eval "$ac_compile") 2>conftest.er1
7068 ac_status=$?
7069 grep -v '^ *+' conftest.er1 >conftest.err
7070 rm -f conftest.er1
7071 cat conftest.err >&5
7072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7073 (exit $ac_status); } && {
7074 test -z "$ac_c_werror_flag" ||
7075 test ! -s conftest.err
7076 } && test -s conftest.$ac_objext; then
7077 eval "$as_ac_Header=yes"
7078 else
7079 echo "$as_me: failed program was:" >&5
7080 sed 's/^/| /' conftest.$ac_ext >&5
7082 eval "$as_ac_Header=no"
7085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7087 ac_res=`eval echo '${'$as_ac_Header'}'`
7088 { echo "$as_me:$LINENO: result: $ac_res" >&5
7089 echo "${ECHO_T}$ac_res" >&6; }
7090 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7091 cat >>confdefs.h <<_ACEOF
7092 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7093 _ACEOF
7097 done
7211 for ac_header in \
7212 AudioUnit/AudioUnit.h \
7213 Carbon/Carbon.h \
7214 CoreAudio/CoreAudio.h \
7215 DiskArbitration/DiskArbitration.h \
7216 IOKit/IOKitLib.h \
7217 alias.h \
7218 alsa/asoundlib.h \
7219 arpa/inet.h \
7220 arpa/nameser.h \
7221 asm/types.h \
7222 capi20.h \
7223 curses.h \
7224 direct.h \
7225 dlfcn.h \
7226 elf.h \
7227 float.h \
7228 fontconfig/fontconfig.h \
7229 getopt.h \
7230 ieeefp.h \
7231 io.h \
7232 jack/jack.h \
7233 jpeglib.h \
7234 lber.h \
7235 lcms.h \
7236 lcms/lcms.h \
7237 ldap.h \
7238 libaudioio.h \
7239 link.h \
7240 linux/cdrom.h \
7241 linux/compiler.h \
7242 linux/hdreg.h \
7243 linux/input.h \
7244 linux/ioctl.h \
7245 linux/joystick.h \
7246 linux/major.h \
7247 linux/param.h \
7248 linux/serial.h \
7249 linux/ucdrom.h \
7250 mach/mach.h \
7251 mach/machine.h \
7252 machine/cpu.h \
7253 machine/limits.h \
7254 machine/soundcard.h \
7255 mntent.h \
7256 ncurses.h \
7257 netdb.h \
7258 netinet/in.h \
7259 netinet/in_systm.h \
7260 netinet/tcp.h \
7261 netinet/tcp_fsm.h \
7262 openssl/err.h \
7263 openssl/ssl.h \
7264 png.h \
7265 poll.h \
7266 process.h \
7267 pthread.h \
7268 pwd.h \
7269 regex.h \
7270 sched.h \
7271 scsi/scsi.h \
7272 scsi/scsi_ioctl.h \
7273 scsi/sg.h \
7274 soundcard.h \
7275 stdint.h \
7276 strings.h \
7277 sys/asoundlib.h \
7278 sys/cdio.h \
7279 sys/elf32.h \
7280 sys/epoll.h \
7281 sys/errno.h \
7282 sys/event.h \
7283 sys/exec_elf.h \
7284 sys/filio.h \
7285 sys/ioctl.h \
7286 sys/ipc.h \
7287 sys/limits.h \
7288 sys/link.h \
7289 sys/lwp.h \
7290 sys/mman.h \
7291 sys/modem.h \
7292 sys/msg.h \
7293 sys/mtio.h \
7294 sys/param.h \
7295 sys/poll.h \
7296 sys/prctl.h \
7297 sys/ptrace.h \
7298 sys/reg.h \
7299 sys/resource.h \
7300 sys/scsiio.h \
7301 sys/shm.h \
7302 sys/signal.h \
7303 sys/socket.h \
7304 sys/socketvar.h \
7305 sys/sockio.h \
7306 sys/soundcard.h \
7307 sys/statvfs.h \
7308 sys/strtio.h \
7309 sys/syscall.h \
7310 sys/sysctl.h \
7311 sys/time.h \
7312 sys/times.h \
7313 sys/uio.h \
7314 sys/un.h \
7315 sys/vm86.h \
7316 sys/wait.h \
7317 syscall.h \
7318 termios.h \
7319 unistd.h \
7320 utime.h \
7321 valgrind/memcheck.h \
7322 valgrind/valgrind.h
7325 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7327 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7332 ac_res=`eval echo '${'$as_ac_Header'}'`
7333 { echo "$as_me:$LINENO: result: $ac_res" >&5
7334 echo "${ECHO_T}$ac_res" >&6; }
7335 else
7336 # Is the header compilable?
7337 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7338 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7339 cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h. */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7346 #include <$ac_header>
7347 _ACEOF
7348 rm -f conftest.$ac_objext
7349 if { (ac_try="$ac_compile"
7350 case "(($ac_try" in
7351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7352 *) ac_try_echo=$ac_try;;
7353 esac
7354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 (eval "$ac_compile") 2>conftest.er1
7356 ac_status=$?
7357 grep -v '^ *+' conftest.er1 >conftest.err
7358 rm -f conftest.er1
7359 cat conftest.err >&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } && {
7362 test -z "$ac_c_werror_flag" ||
7363 test ! -s conftest.err
7364 } && test -s conftest.$ac_objext; then
7365 ac_header_compiler=yes
7366 else
7367 echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.$ac_ext >&5
7370 ac_header_compiler=no
7373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7374 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7375 echo "${ECHO_T}$ac_header_compiler" >&6; }
7377 # Is the header present?
7378 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7379 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7380 cat >conftest.$ac_ext <<_ACEOF
7381 /* confdefs.h. */
7382 _ACEOF
7383 cat confdefs.h >>conftest.$ac_ext
7384 cat >>conftest.$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 #include <$ac_header>
7387 _ACEOF
7388 if { (ac_try="$ac_cpp conftest.$ac_ext"
7389 case "(($ac_try" in
7390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7391 *) ac_try_echo=$ac_try;;
7392 esac
7393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7394 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7395 ac_status=$?
7396 grep -v '^ *+' conftest.er1 >conftest.err
7397 rm -f conftest.er1
7398 cat conftest.err >&5
7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7400 (exit $ac_status); } >/dev/null && {
7401 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7402 test ! -s conftest.err
7403 }; then
7404 ac_header_preproc=yes
7405 else
7406 echo "$as_me: failed program was:" >&5
7407 sed 's/^/| /' conftest.$ac_ext >&5
7409 ac_header_preproc=no
7412 rm -f conftest.err conftest.$ac_ext
7413 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7414 echo "${ECHO_T}$ac_header_preproc" >&6; }
7416 # So? What about this header?
7417 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7418 yes:no: )
7419 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7420 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7421 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7422 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7423 ac_header_preproc=yes
7425 no:yes:* )
7426 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7427 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7429 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7431 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7433 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7434 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7435 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7437 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7438 ( cat <<\_ASBOX
7439 ## ------------------------------------ ##
7440 ## Report this to wine-devel@winehq.org ##
7441 ## ------------------------------------ ##
7442 _ASBOX
7443 ) | sed "s/^/$as_me: WARNING: /" >&2
7445 esac
7446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7449 echo $ECHO_N "(cached) $ECHO_C" >&6
7450 else
7451 eval "$as_ac_Header=\$ac_header_preproc"
7453 ac_res=`eval echo '${'$as_ac_Header'}'`
7454 { echo "$as_me:$LINENO: result: $ac_res" >&5
7455 echo "${ECHO_T}$ac_res" >&6; }
7458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7459 cat >>confdefs.h <<_ACEOF
7460 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7461 _ACEOF
7465 done
7467 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7468 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7469 if test "${ac_cv_header_stat_broken+set}" = set; then
7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7471 else
7472 cat >conftest.$ac_ext <<_ACEOF
7473 /* confdefs.h. */
7474 _ACEOF
7475 cat confdefs.h >>conftest.$ac_ext
7476 cat >>conftest.$ac_ext <<_ACEOF
7477 /* end confdefs.h. */
7478 #include <sys/types.h>
7479 #include <sys/stat.h>
7481 #if defined S_ISBLK && defined S_IFDIR
7482 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7483 #endif
7485 #if defined S_ISBLK && defined S_IFCHR
7486 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7487 #endif
7489 #if defined S_ISLNK && defined S_IFREG
7490 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7491 #endif
7493 #if defined S_ISSOCK && defined S_IFREG
7494 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7495 #endif
7497 _ACEOF
7498 rm -f conftest.$ac_objext
7499 if { (ac_try="$ac_compile"
7500 case "(($ac_try" in
7501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7502 *) ac_try_echo=$ac_try;;
7503 esac
7504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7505 (eval "$ac_compile") 2>conftest.er1
7506 ac_status=$?
7507 grep -v '^ *+' conftest.er1 >conftest.err
7508 rm -f conftest.er1
7509 cat conftest.err >&5
7510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7511 (exit $ac_status); } && {
7512 test -z "$ac_c_werror_flag" ||
7513 test ! -s conftest.err
7514 } && test -s conftest.$ac_objext; then
7515 ac_cv_header_stat_broken=no
7516 else
7517 echo "$as_me: failed program was:" >&5
7518 sed 's/^/| /' conftest.$ac_ext >&5
7520 ac_cv_header_stat_broken=yes
7523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7525 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7526 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7527 if test $ac_cv_header_stat_broken = yes; then
7529 cat >>confdefs.h <<\_ACEOF
7530 #define STAT_MACROS_BROKEN 1
7531 _ACEOF
7541 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7543 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7547 echo $ECHO_N "(cached) $ECHO_C" >&6
7548 else
7549 cat >conftest.$ac_ext <<_ACEOF
7550 /* confdefs.h. */
7551 _ACEOF
7552 cat confdefs.h >>conftest.$ac_ext
7553 cat >>conftest.$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7555 #include <sys/types.h>
7556 #ifdef HAVE_SYS_PARAM_H
7557 # include <sys/param.h>
7558 #endif
7560 #include <$ac_header>
7561 _ACEOF
7562 rm -f conftest.$ac_objext
7563 if { (ac_try="$ac_compile"
7564 case "(($ac_try" in
7565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7566 *) ac_try_echo=$ac_try;;
7567 esac
7568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7569 (eval "$ac_compile") 2>conftest.er1
7570 ac_status=$?
7571 grep -v '^ *+' conftest.er1 >conftest.err
7572 rm -f conftest.er1
7573 cat conftest.err >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } && {
7576 test -z "$ac_c_werror_flag" ||
7577 test ! -s conftest.err
7578 } && test -s conftest.$ac_objext; then
7579 eval "$as_ac_Header=yes"
7580 else
7581 echo "$as_me: failed program was:" >&5
7582 sed 's/^/| /' conftest.$ac_ext >&5
7584 eval "$as_ac_Header=no"
7587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7589 ac_res=`eval echo '${'$as_ac_Header'}'`
7590 { echo "$as_me:$LINENO: result: $ac_res" >&5
7591 echo "${ECHO_T}$ac_res" >&6; }
7592 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7593 cat >>confdefs.h <<_ACEOF
7594 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7595 _ACEOF
7599 done
7614 for ac_header in \
7615 netinet/ip.h \
7616 net/if.h \
7617 net/if_arp.h \
7618 net/if_dl.h \
7619 net/if_types.h \
7620 net/route.h \
7621 netinet/if_ether.h \
7622 netinet/in_pcb.h \
7623 netinet/ip_icmp.h \
7624 netinet/ip_var.h \
7625 netinet/udp.h \
7626 netipx/ipx.h \
7629 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7630 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 echo $ECHO_N "(cached) $ECHO_C" >&6
7634 else
7635 cat >conftest.$ac_ext <<_ACEOF
7636 /* confdefs.h. */
7637 _ACEOF
7638 cat confdefs.h >>conftest.$ac_ext
7639 cat >>conftest.$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7641 #include <sys/types.h>
7642 #ifdef HAVE_SYS_SOCKET_H
7643 # include <sys/socket.h>
7644 #endif
7645 #ifdef HAVE_SYS_SOCKETVAR_H
7646 # include <sys/socketvar.h>
7647 #endif
7648 #ifdef HAVE_NETINET_IN_H
7649 # include <netinet/in.h>
7650 #endif
7651 #ifdef HAVE_NETINET_IP_H
7652 # include <netinet/ip.h>
7653 #endif
7655 #include <$ac_header>
7656 _ACEOF
7657 rm -f conftest.$ac_objext
7658 if { (ac_try="$ac_compile"
7659 case "(($ac_try" in
7660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7661 *) ac_try_echo=$ac_try;;
7662 esac
7663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7664 (eval "$ac_compile") 2>conftest.er1
7665 ac_status=$?
7666 grep -v '^ *+' conftest.er1 >conftest.err
7667 rm -f conftest.er1
7668 cat conftest.err >&5
7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7670 (exit $ac_status); } && {
7671 test -z "$ac_c_werror_flag" ||
7672 test ! -s conftest.err
7673 } && test -s conftest.$ac_objext; then
7674 eval "$as_ac_Header=yes"
7675 else
7676 echo "$as_me: failed program was:" >&5
7677 sed 's/^/| /' conftest.$ac_ext >&5
7679 eval "$as_ac_Header=no"
7682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7684 ac_res=`eval echo '${'$as_ac_Header'}'`
7685 { echo "$as_me:$LINENO: result: $ac_res" >&5
7686 echo "${ECHO_T}$ac_res" >&6; }
7687 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7688 cat >>confdefs.h <<_ACEOF
7689 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7690 _ACEOF
7694 done
7701 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7703 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7704 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7705 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7706 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7707 echo $ECHO_N "(cached) $ECHO_C" >&6
7708 else
7709 cat >conftest.$ac_ext <<_ACEOF
7710 /* confdefs.h. */
7711 _ACEOF
7712 cat confdefs.h >>conftest.$ac_ext
7713 cat >>conftest.$ac_ext <<_ACEOF
7714 /* end confdefs.h. */
7715 #include <sys/types.h>
7716 #ifdef HAVE_ALIAS_H
7717 # include <alias.h>
7718 #endif
7719 #ifdef HAVE_SYS_SOCKET_H
7720 # include <sys/socket.h>
7721 #endif
7722 #ifdef HAVE_SYS_SOCKETVAR_H
7723 # include <sys/socketvar.h>
7724 #endif
7725 #ifdef HAVE_NETINET_IN_H
7726 # include <netinet/in.h>
7727 #endif
7728 #ifdef HAVE_NETINET_IP_H
7729 # include <netinet/ip.h>
7730 #endif
7731 #ifdef HAVE_NETINET_IP_VAR_H
7732 # include <netinet/ip_var.h>
7733 #endif
7734 #ifdef HAVE_NETINET_IP_ICMP_H
7735 # include <netinet/ip_icmp.h>
7736 #endif
7737 #ifdef HAVE_NETINET_UDP_H
7738 # include <netinet/udp.h>
7739 #endif
7740 #ifdef HAVE_NETINET_TCP_H
7741 # include <netinet/tcp.h>
7742 #endif
7744 #include <$ac_header>
7745 _ACEOF
7746 rm -f conftest.$ac_objext
7747 if { (ac_try="$ac_compile"
7748 case "(($ac_try" in
7749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7750 *) ac_try_echo=$ac_try;;
7751 esac
7752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7753 (eval "$ac_compile") 2>conftest.er1
7754 ac_status=$?
7755 grep -v '^ *+' conftest.er1 >conftest.err
7756 rm -f conftest.er1
7757 cat conftest.err >&5
7758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759 (exit $ac_status); } && {
7760 test -z "$ac_c_werror_flag" ||
7761 test ! -s conftest.err
7762 } && test -s conftest.$ac_objext; then
7763 eval "$as_ac_Header=yes"
7764 else
7765 echo "$as_me: failed program was:" >&5
7766 sed 's/^/| /' conftest.$ac_ext >&5
7768 eval "$as_ac_Header=no"
7771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7773 ac_res=`eval echo '${'$as_ac_Header'}'`
7774 { echo "$as_me:$LINENO: result: $ac_res" >&5
7775 echo "${ECHO_T}$ac_res" >&6; }
7776 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7777 cat >>confdefs.h <<_ACEOF
7778 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7779 _ACEOF
7783 done
7787 for ac_header in linux/ipx.h
7789 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7790 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7793 echo $ECHO_N "(cached) $ECHO_C" >&6
7794 else
7795 cat >conftest.$ac_ext <<_ACEOF
7796 /* confdefs.h. */
7797 _ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7801 #include <sys/types.h>
7802 #ifdef HAVE_ASM_TYPES_H
7803 # include <asm/types.h>
7804 #endif
7805 #ifdef HAVE_SYS_SOCKET_H
7806 # include <sys/socket.h>
7807 #endif
7809 #include <$ac_header>
7810 _ACEOF
7811 rm -f conftest.$ac_objext
7812 if { (ac_try="$ac_compile"
7813 case "(($ac_try" in
7814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7815 *) ac_try_echo=$ac_try;;
7816 esac
7817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7818 (eval "$ac_compile") 2>conftest.er1
7819 ac_status=$?
7820 grep -v '^ *+' conftest.er1 >conftest.err
7821 rm -f conftest.er1
7822 cat conftest.err >&5
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest.$ac_objext; then
7828 eval "$as_ac_Header=yes"
7829 else
7830 echo "$as_me: failed program was:" >&5
7831 sed 's/^/| /' conftest.$ac_ext >&5
7833 eval "$as_ac_Header=no"
7836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7838 ac_res=`eval echo '${'$as_ac_Header'}'`
7839 { echo "$as_me:$LINENO: result: $ac_res" >&5
7840 echo "${ECHO_T}$ac_res" >&6; }
7841 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7842 cat >>confdefs.h <<_ACEOF
7843 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7844 _ACEOF
7848 done
7852 for ac_header in resolv.h
7854 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 echo $ECHO_N "(cached) $ECHO_C" >&6
7859 else
7860 cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h. */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_SOCKET_H
7868 # include <sys/socket.h>
7869 #endif
7870 #ifdef HAVE_NETINET_IN_H
7871 # include <netinet/in.h>
7872 #endif
7873 #ifdef HAVE_ARPA_NAMESER_H
7874 # include <arpa/nameser.h>
7875 #endif
7877 #include <$ac_header>
7878 _ACEOF
7879 rm -f conftest.$ac_objext
7880 if { (ac_try="$ac_compile"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_compile") 2>conftest.er1
7887 ac_status=$?
7888 grep -v '^ *+' conftest.er1 >conftest.err
7889 rm -f conftest.er1
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest.$ac_objext; then
7896 eval "$as_ac_Header=yes"
7897 else
7898 echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7901 eval "$as_ac_Header=no"
7904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 ac_res=`eval echo '${'$as_ac_Header'}'`
7907 { echo "$as_me:$LINENO: result: $ac_res" >&5
7908 echo "${ECHO_T}$ac_res" >&6; }
7909 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7910 cat >>confdefs.h <<_ACEOF
7911 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7912 _ACEOF
7916 done
7920 for ac_header in ucontext.h
7922 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7926 echo $ECHO_N "(cached) $ECHO_C" >&6
7927 else
7928 cat >conftest.$ac_ext <<_ACEOF
7929 /* confdefs.h. */
7930 _ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7934 #include <signal.h>
7936 #include <$ac_header>
7937 _ACEOF
7938 rm -f conftest.$ac_objext
7939 if { (ac_try="$ac_compile"
7940 case "(($ac_try" in
7941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7942 *) ac_try_echo=$ac_try;;
7943 esac
7944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7945 (eval "$ac_compile") 2>conftest.er1
7946 ac_status=$?
7947 grep -v '^ *+' conftest.er1 >conftest.err
7948 rm -f conftest.er1
7949 cat conftest.err >&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err
7954 } && test -s conftest.$ac_objext; then
7955 eval "$as_ac_Header=yes"
7956 else
7957 echo "$as_me: failed program was:" >&5
7958 sed 's/^/| /' conftest.$ac_ext >&5
7960 eval "$as_ac_Header=no"
7963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7965 ac_res=`eval echo '${'$as_ac_Header'}'`
7966 { echo "$as_me:$LINENO: result: $ac_res" >&5
7967 echo "${ECHO_T}$ac_res" >&6; }
7968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7969 cat >>confdefs.h <<_ACEOF
7970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7971 _ACEOF
7975 done
7979 for ac_header in sys/thr.h
7981 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7982 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7984 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7985 echo $ECHO_N "(cached) $ECHO_C" >&6
7986 else
7987 cat >conftest.$ac_ext <<_ACEOF
7988 /* confdefs.h. */
7989 _ACEOF
7990 cat confdefs.h >>conftest.$ac_ext
7991 cat >>conftest.$ac_ext <<_ACEOF
7992 /* end confdefs.h. */
7993 #include <sys/types.h>
7994 #ifdef HAVE_UCONTEXT_H
7995 #include <ucontext.h>
7996 #endif
7998 #include <$ac_header>
7999 _ACEOF
8000 rm -f conftest.$ac_objext
8001 if { (ac_try="$ac_compile"
8002 case "(($ac_try" in
8003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8005 esac
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_compile") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest.$ac_objext; then
8017 eval "$as_ac_Header=yes"
8018 else
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8022 eval "$as_ac_Header=no"
8025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8027 ac_res=`eval echo '${'$as_ac_Header'}'`
8028 { echo "$as_me:$LINENO: result: $ac_res" >&5
8029 echo "${ECHO_T}$ac_res" >&6; }
8030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8031 cat >>confdefs.h <<_ACEOF
8032 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8033 _ACEOF
8037 done
8041 for ac_header in pthread_np.h
8043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8047 echo $ECHO_N "(cached) $ECHO_C" >&6
8048 else
8049 cat >conftest.$ac_ext <<_ACEOF
8050 /* confdefs.h. */
8051 _ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8055 #ifdef HAVE_PTHREAD_H
8056 #include <pthread.h>
8057 #endif
8059 #include <$ac_header>
8060 _ACEOF
8061 rm -f conftest.$ac_objext
8062 if { (ac_try="$ac_compile"
8063 case "(($ac_try" in
8064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8065 *) ac_try_echo=$ac_try;;
8066 esac
8067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8068 (eval "$ac_compile") 2>conftest.er1
8069 ac_status=$?
8070 grep -v '^ *+' conftest.er1 >conftest.err
8071 rm -f conftest.er1
8072 cat conftest.err >&5
8073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8074 (exit $ac_status); } && {
8075 test -z "$ac_c_werror_flag" ||
8076 test ! -s conftest.err
8077 } && test -s conftest.$ac_objext; then
8078 eval "$as_ac_Header=yes"
8079 else
8080 echo "$as_me: failed program was:" >&5
8081 sed 's/^/| /' conftest.$ac_ext >&5
8083 eval "$as_ac_Header=no"
8086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8088 ac_res=`eval echo '${'$as_ac_Header'}'`
8089 { echo "$as_me:$LINENO: result: $ac_res" >&5
8090 echo "${ECHO_T}$ac_res" >&6; }
8091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8092 cat >>confdefs.h <<_ACEOF
8093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8094 _ACEOF
8098 done
8102 for ac_header in linux/videodev.h
8104 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8105 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8107 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8108 echo $ECHO_N "(cached) $ECHO_C" >&6
8109 else
8110 cat >conftest.$ac_ext <<_ACEOF
8111 /* confdefs.h. */
8112 _ACEOF
8113 cat confdefs.h >>conftest.$ac_ext
8114 cat >>conftest.$ac_ext <<_ACEOF
8115 /* end confdefs.h. */
8116 #ifdef HAVE_SYS_TIME_H
8117 #include <sys/time.h>
8118 #endif
8119 #include <sys/types.h>
8120 #ifdef HAVE_ASM_TYPES_H
8121 #include <asm/types.h>
8122 #endif
8124 #include <$ac_header>
8125 _ACEOF
8126 rm -f conftest.$ac_objext
8127 if { (ac_try="$ac_compile"
8128 case "(($ac_try" in
8129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8130 *) ac_try_echo=$ac_try;;
8131 esac
8132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8133 (eval "$ac_compile") 2>conftest.er1
8134 ac_status=$?
8135 grep -v '^ *+' conftest.er1 >conftest.err
8136 rm -f conftest.er1
8137 cat conftest.err >&5
8138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8139 (exit $ac_status); } && {
8140 test -z "$ac_c_werror_flag" ||
8141 test ! -s conftest.err
8142 } && test -s conftest.$ac_objext; then
8143 eval "$as_ac_Header=yes"
8144 else
8145 echo "$as_me: failed program was:" >&5
8146 sed 's/^/| /' conftest.$ac_ext >&5
8148 eval "$as_ac_Header=no"
8151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8153 ac_res=`eval echo '${'$as_ac_Header'}'`
8154 { echo "$as_me:$LINENO: result: $ac_res" >&5
8155 echo "${ECHO_T}$ac_res" >&6; }
8156 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8157 cat >>confdefs.h <<_ACEOF
8158 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8159 _ACEOF
8163 done
8167 for ac_header in linux/capi.h
8169 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8170 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8171 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8173 echo $ECHO_N "(cached) $ECHO_C" >&6
8174 else
8175 cat >conftest.$ac_ext <<_ACEOF
8176 /* confdefs.h. */
8177 _ACEOF
8178 cat confdefs.h >>conftest.$ac_ext
8179 cat >>conftest.$ac_ext <<_ACEOF
8180 /* end confdefs.h. */
8181 #define __user
8183 #include <$ac_header>
8184 _ACEOF
8185 rm -f conftest.$ac_objext
8186 if { (ac_try="$ac_compile"
8187 case "(($ac_try" in
8188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8189 *) ac_try_echo=$ac_try;;
8190 esac
8191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8192 (eval "$ac_compile") 2>conftest.er1
8193 ac_status=$?
8194 grep -v '^ *+' conftest.er1 >conftest.err
8195 rm -f conftest.er1
8196 cat conftest.err >&5
8197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198 (exit $ac_status); } && {
8199 test -z "$ac_c_werror_flag" ||
8200 test ! -s conftest.err
8201 } && test -s conftest.$ac_objext; then
8202 eval "$as_ac_Header=yes"
8203 else
8204 echo "$as_me: failed program was:" >&5
8205 sed 's/^/| /' conftest.$ac_ext >&5
8207 eval "$as_ac_Header=no"
8210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8212 ac_res=`eval echo '${'$as_ac_Header'}'`
8213 { echo "$as_me:$LINENO: result: $ac_res" >&5
8214 echo "${ECHO_T}$ac_res" >&6; }
8215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8216 cat >>confdefs.h <<_ACEOF
8217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8218 _ACEOF
8222 done
8226 DLLEXT=""
8228 DLLFLAGS="-D_REENTRANT"
8230 LDSHARED=""
8232 LDDLLFLAGS=""
8234 LIBEXT="so"
8236 IMPLIBEXT="def"
8238 LDRPATH_INSTALL=""
8240 LDRPATH_LOCAL=""
8242 # Extract the first word of "ldd", so it can be a program name with args.
8243 set dummy ldd; ac_word=$2
8244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8246 if test "${ac_cv_path_LDD+set}" = set; then
8247 echo $ECHO_N "(cached) $ECHO_C" >&6
8248 else
8249 case $LDD in
8250 [\\/]* | ?:[\\/]*)
8251 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255 as_dummy="/sbin:/usr/sbin:$PATH"
8256 for as_dir in $as_dummy
8258 IFS=$as_save_IFS
8259 test -z "$as_dir" && as_dir=.
8260 for ac_exec_ext in '' $ac_executable_extensions; do
8261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8262 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8264 break 2
8266 done
8267 done
8268 IFS=$as_save_IFS
8270 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8272 esac
8274 LDD=$ac_cv_path_LDD
8275 if test -n "$LDD"; then
8276 { echo "$as_me:$LINENO: result: $LDD" >&5
8277 echo "${ECHO_T}$LDD" >&6; }
8278 else
8279 { echo "$as_me:$LINENO: result: no" >&5
8280 echo "${ECHO_T}no" >&6; }
8285 case $host_os in
8286 cygwin*|mingw32*)
8287 if test -n "$ac_tool_prefix"; then
8288 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8289 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8292 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8293 echo $ECHO_N "(cached) $ECHO_C" >&6
8294 else
8295 if test -n "$DLLTOOL"; then
8296 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8297 else
8298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8299 for as_dir in $PATH
8301 IFS=$as_save_IFS
8302 test -z "$as_dir" && as_dir=.
8303 for ac_exec_ext in '' $ac_executable_extensions; do
8304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8305 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8307 break 2
8309 done
8310 done
8311 IFS=$as_save_IFS
8315 DLLTOOL=$ac_cv_prog_DLLTOOL
8316 if test -n "$DLLTOOL"; then
8317 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8318 echo "${ECHO_T}$DLLTOOL" >&6; }
8319 else
8320 { echo "$as_me:$LINENO: result: no" >&5
8321 echo "${ECHO_T}no" >&6; }
8326 if test -z "$ac_cv_prog_DLLTOOL"; then
8327 ac_ct_DLLTOOL=$DLLTOOL
8328 # Extract the first word of "dlltool", so it can be a program name with args.
8329 set dummy dlltool; ac_word=$2
8330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8332 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8334 else
8335 if test -n "$ac_ct_DLLTOOL"; then
8336 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8337 else
8338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8339 for as_dir in $PATH
8341 IFS=$as_save_IFS
8342 test -z "$as_dir" && as_dir=.
8343 for ac_exec_ext in '' $ac_executable_extensions; do
8344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8345 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8347 break 2
8349 done
8350 done
8351 IFS=$as_save_IFS
8355 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8356 if test -n "$ac_ct_DLLTOOL"; then
8357 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8358 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8359 else
8360 { echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6; }
8364 if test "x$ac_ct_DLLTOOL" = x; then
8365 DLLTOOL="false"
8366 else
8367 case $cross_compiling:$ac_tool_warned in
8368 yes:)
8369 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8370 whose name does not start with the host triplet. If you think this
8371 configuration is useful to you, please write to autoconf@gnu.org." >&5
8372 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8373 whose name does not start with the host triplet. If you think this
8374 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8375 ac_tool_warned=yes ;;
8376 esac
8377 DLLTOOL=$ac_ct_DLLTOOL
8379 else
8380 DLLTOOL="$ac_cv_prog_DLLTOOL"
8383 if test -n "$ac_tool_prefix"; then
8384 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8385 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8388 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8389 echo $ECHO_N "(cached) $ECHO_C" >&6
8390 else
8391 if test -n "$DLLWRAP"; then
8392 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8393 else
8394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8395 for as_dir in $PATH
8397 IFS=$as_save_IFS
8398 test -z "$as_dir" && as_dir=.
8399 for ac_exec_ext in '' $ac_executable_extensions; do
8400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8401 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8403 break 2
8405 done
8406 done
8407 IFS=$as_save_IFS
8411 DLLWRAP=$ac_cv_prog_DLLWRAP
8412 if test -n "$DLLWRAP"; then
8413 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8414 echo "${ECHO_T}$DLLWRAP" >&6; }
8415 else
8416 { echo "$as_me:$LINENO: result: no" >&5
8417 echo "${ECHO_T}no" >&6; }
8422 if test -z "$ac_cv_prog_DLLWRAP"; then
8423 ac_ct_DLLWRAP=$DLLWRAP
8424 # Extract the first word of "dllwrap", so it can be a program name with args.
8425 set dummy dllwrap; ac_word=$2
8426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8428 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8429 echo $ECHO_N "(cached) $ECHO_C" >&6
8430 else
8431 if test -n "$ac_ct_DLLWRAP"; then
8432 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8433 else
8434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8435 for as_dir in $PATH
8437 IFS=$as_save_IFS
8438 test -z "$as_dir" && as_dir=.
8439 for ac_exec_ext in '' $ac_executable_extensions; do
8440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8441 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8443 break 2
8445 done
8446 done
8447 IFS=$as_save_IFS
8451 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8452 if test -n "$ac_ct_DLLWRAP"; then
8453 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8454 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8455 else
8456 { echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6; }
8460 if test "x$ac_ct_DLLWRAP" = x; then
8461 DLLWRAP="false"
8462 else
8463 case $cross_compiling:$ac_tool_warned in
8464 yes:)
8465 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8466 whose name does not start with the host triplet. If you think this
8467 configuration is useful to you, please write to autoconf@gnu.org." >&5
8468 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8469 whose name does not start with the host triplet. If you think this
8470 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8471 ac_tool_warned=yes ;;
8472 esac
8473 DLLWRAP=$ac_ct_DLLWRAP
8475 else
8476 DLLWRAP="$ac_cv_prog_DLLWRAP"
8479 if test -n "$ac_tool_prefix"; then
8480 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8481 set dummy ${ac_tool_prefix}ar; ac_word=$2
8482 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8484 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8485 echo $ECHO_N "(cached) $ECHO_C" >&6
8486 else
8487 if test -n "$MINGWAR"; then
8488 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8489 else
8490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8491 for as_dir in $PATH
8493 IFS=$as_save_IFS
8494 test -z "$as_dir" && as_dir=.
8495 for ac_exec_ext in '' $ac_executable_extensions; do
8496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8497 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8499 break 2
8501 done
8502 done
8503 IFS=$as_save_IFS
8507 MINGWAR=$ac_cv_prog_MINGWAR
8508 if test -n "$MINGWAR"; then
8509 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8510 echo "${ECHO_T}$MINGWAR" >&6; }
8511 else
8512 { echo "$as_me:$LINENO: result: no" >&5
8513 echo "${ECHO_T}no" >&6; }
8518 if test -z "$ac_cv_prog_MINGWAR"; then
8519 ac_ct_MINGWAR=$MINGWAR
8520 # Extract the first word of "ar", so it can be a program name with args.
8521 set dummy ar; ac_word=$2
8522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8524 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8525 echo $ECHO_N "(cached) $ECHO_C" >&6
8526 else
8527 if test -n "$ac_ct_MINGWAR"; then
8528 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8529 else
8530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8531 for as_dir in $PATH
8533 IFS=$as_save_IFS
8534 test -z "$as_dir" && as_dir=.
8535 for ac_exec_ext in '' $ac_executable_extensions; do
8536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8537 ac_cv_prog_ac_ct_MINGWAR="ar"
8538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8539 break 2
8541 done
8542 done
8543 IFS=$as_save_IFS
8547 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8548 if test -n "$ac_ct_MINGWAR"; then
8549 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8550 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8551 else
8552 { echo "$as_me:$LINENO: result: no" >&5
8553 echo "${ECHO_T}no" >&6; }
8556 if test "x$ac_ct_MINGWAR" = x; then
8557 MINGWAR="false"
8558 else
8559 case $cross_compiling:$ac_tool_warned in
8560 yes:)
8561 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8562 whose name does not start with the host triplet. If you think this
8563 configuration is useful to you, please write to autoconf@gnu.org." >&5
8564 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8565 whose name does not start with the host triplet. If you think this
8566 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8567 ac_tool_warned=yes ;;
8568 esac
8569 MINGWAR=$ac_ct_MINGWAR
8571 else
8572 MINGWAR="$ac_cv_prog_MINGWAR"
8575 if test "$DLLWRAP" = "false"; then
8576 LIBEXT="a"
8577 else
8578 LIBEXT="dll"
8580 IMPLIBEXT="a"
8581 WIN16_FILES=""
8582 WIN16_INSTALL=""
8584 darwin*|macosx*)
8585 DLLEXT=".so"
8586 LIBEXT="dylib"
8587 DLLFLAGS="$DLLFLAGS -fPIC"
8588 LDDLLFLAGS="-bundle -multiply_defined suppress"
8589 LIBWINE_LDFLAGS="-multiply_defined suppress"
8590 LDSHARED="\$(CC) -dynamiclib"
8591 STRIP="$STRIP -x"
8592 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8593 SECURITYLIB="-framework Security -framework CoreFoundation"
8595 COREFOUNDATIONLIB="-framework CoreFoundation"
8597 IOKITLIB="-framework IOKit -framework CoreFoundation"
8599 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8601 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8602 then
8603 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8606 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8607 then
8608 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8611 case $host_cpu in
8612 *powerpc*)
8613 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8614 esac
8615 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8616 then
8617 CARBONLIB="-framework Carbon"
8619 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8623 DLLFLAGS="$DLLFLAGS -fPIC"
8624 DLLEXT=".so"
8625 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8626 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8627 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8629 else
8630 ac_wine_try_cflags_saved=$CFLAGS
8631 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8632 cat >conftest.$ac_ext <<_ACEOF
8633 void myfunc() {}
8634 _ACEOF
8635 rm -f conftest.$ac_objext conftest$ac_exeext
8636 if { (ac_try="$ac_link"
8637 case "(($ac_try" in
8638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8639 *) ac_try_echo=$ac_try;;
8640 esac
8641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8642 (eval "$ac_link") 2>conftest.er1
8643 ac_status=$?
8644 grep -v '^ *+' conftest.er1 >conftest.err
8645 rm -f conftest.er1
8646 cat conftest.err >&5
8647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8648 (exit $ac_status); } && {
8649 test -z "$ac_c_werror_flag" ||
8650 test ! -s conftest.err
8651 } && test -s conftest$ac_exeext &&
8652 $as_test_x conftest$ac_exeext; then
8653 ac_cv_c_dll_gnuelf="yes"
8654 else
8655 echo "$as_me: failed program was:" >&5
8656 sed 's/^/| /' conftest.$ac_ext >&5
8658 ac_cv_c_dll_gnuelf="no"
8661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8662 conftest$ac_exeext conftest.$ac_ext
8663 CFLAGS=$ac_wine_try_cflags_saved
8665 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8666 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8667 if test "$ac_cv_c_dll_gnuelf" = "yes"
8668 then
8669 LDSHARED="\$(CC) -shared"
8670 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8671 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8672 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8673 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8674 echo $ECHO_N "(cached) $ECHO_C" >&6
8675 else
8676 ac_wine_try_cflags_saved=$CFLAGS
8677 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8678 cat >conftest.$ac_ext <<_ACEOF
8679 /* confdefs.h. */
8680 _ACEOF
8681 cat confdefs.h >>conftest.$ac_ext
8682 cat >>conftest.$ac_ext <<_ACEOF
8683 /* end confdefs.h. */
8686 main ()
8690 return 0;
8692 _ACEOF
8693 rm -f conftest.$ac_objext conftest$ac_exeext
8694 if { (ac_try="$ac_link"
8695 case "(($ac_try" in
8696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8697 *) ac_try_echo=$ac_try;;
8698 esac
8699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8700 (eval "$ac_link") 2>conftest.er1
8701 ac_status=$?
8702 grep -v '^ *+' conftest.er1 >conftest.err
8703 rm -f conftest.er1
8704 cat conftest.err >&5
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 (exit $ac_status); } && {
8707 test -z "$ac_c_werror_flag" ||
8708 test ! -s conftest.err
8709 } && test -s conftest$ac_exeext &&
8710 $as_test_x conftest$ac_exeext; then
8711 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8712 else
8713 echo "$as_me: failed program was:" >&5
8714 sed 's/^/| /' conftest.$ac_ext >&5
8716 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8720 conftest$ac_exeext conftest.$ac_ext
8721 CFLAGS=$ac_wine_try_cflags_saved
8723 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8724 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8725 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8726 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8727 else
8728 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8729 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8730 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8731 echo $ECHO_N "(cached) $ECHO_C" >&6
8732 else
8733 ac_wine_try_cflags_saved=$CFLAGS
8734 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8735 cat >conftest.$ac_ext <<_ACEOF
8736 /* confdefs.h. */
8737 _ACEOF
8738 cat confdefs.h >>conftest.$ac_ext
8739 cat >>conftest.$ac_ext <<_ACEOF
8740 /* end confdefs.h. */
8743 main ()
8747 return 0;
8749 _ACEOF
8750 rm -f conftest.$ac_objext conftest$ac_exeext
8751 if { (ac_try="$ac_link"
8752 case "(($ac_try" in
8753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8754 *) ac_try_echo=$ac_try;;
8755 esac
8756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8757 (eval "$ac_link") 2>conftest.er1
8758 ac_status=$?
8759 grep -v '^ *+' conftest.er1 >conftest.err
8760 rm -f conftest.er1
8761 cat conftest.err >&5
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); } && {
8764 test -z "$ac_c_werror_flag" ||
8765 test ! -s conftest.err
8766 } && test -s conftest$ac_exeext &&
8767 $as_test_x conftest$ac_exeext; then
8768 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8769 else
8770 echo "$as_me: failed program was:" >&5
8771 sed 's/^/| /' conftest.$ac_ext >&5
8773 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8777 conftest$ac_exeext conftest.$ac_ext
8778 CFLAGS=$ac_wine_try_cflags_saved
8780 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8781 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8782 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8783 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8789 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8790 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8791 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8792 echo $ECHO_N "(cached) $ECHO_C" >&6
8793 else
8794 ac_wine_try_cflags_saved=$CFLAGS
8795 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8796 cat >conftest.$ac_ext <<_ACEOF
8797 /* confdefs.h. */
8798 _ACEOF
8799 cat confdefs.h >>conftest.$ac_ext
8800 cat >>conftest.$ac_ext <<_ACEOF
8801 /* end confdefs.h. */
8804 main ()
8808 return 0;
8810 _ACEOF
8811 rm -f conftest.$ac_objext conftest$ac_exeext
8812 if { (ac_try="$ac_link"
8813 case "(($ac_try" in
8814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8815 *) ac_try_echo=$ac_try;;
8816 esac
8817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8818 (eval "$ac_link") 2>conftest.er1
8819 ac_status=$?
8820 grep -v '^ *+' conftest.er1 >conftest.err
8821 rm -f conftest.er1
8822 cat conftest.err >&5
8823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824 (exit $ac_status); } && {
8825 test -z "$ac_c_werror_flag" ||
8826 test ! -s conftest.err
8827 } && test -s conftest$ac_exeext &&
8828 $as_test_x conftest$ac_exeext; then
8829 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8830 else
8831 echo "$as_me: failed program was:" >&5
8832 sed 's/^/| /' conftest.$ac_ext >&5
8834 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8838 conftest$ac_exeext conftest.$ac_ext
8839 CFLAGS=$ac_wine_try_cflags_saved
8841 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8842 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8843 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8844 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8849 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8850 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8851 echo $ECHO_N "(cached) $ECHO_C" >&6
8852 else
8853 ac_wine_try_cflags_saved=$CFLAGS
8854 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8855 cat >conftest.$ac_ext <<_ACEOF
8856 /* confdefs.h. */
8857 _ACEOF
8858 cat confdefs.h >>conftest.$ac_ext
8859 cat >>conftest.$ac_ext <<_ACEOF
8860 /* end confdefs.h. */
8863 main ()
8867 return 0;
8869 _ACEOF
8870 rm -f conftest.$ac_objext conftest$ac_exeext
8871 if { (ac_try="$ac_link"
8872 case "(($ac_try" in
8873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8874 *) ac_try_echo=$ac_try;;
8875 esac
8876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8877 (eval "$ac_link") 2>conftest.er1
8878 ac_status=$?
8879 grep -v '^ *+' conftest.er1 >conftest.err
8880 rm -f conftest.er1
8881 cat conftest.err >&5
8882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } && {
8884 test -z "$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 } && test -s conftest$ac_exeext &&
8887 $as_test_x conftest$ac_exeext; then
8888 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8889 else
8890 echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8897 conftest$ac_exeext conftest.$ac_ext
8898 CFLAGS=$ac_wine_try_cflags_saved
8900 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8901 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8902 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8903 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8907 echo '{ global: *; };' >conftest.map
8908 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8909 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8910 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8911 echo $ECHO_N "(cached) $ECHO_C" >&6
8912 else
8913 ac_wine_try_cflags_saved=$CFLAGS
8914 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8915 cat >conftest.$ac_ext <<_ACEOF
8916 /* confdefs.h. */
8917 _ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8923 main ()
8927 return 0;
8929 _ACEOF
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8932 case "(($ac_try" in
8933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8934 *) ac_try_echo=$ac_try;;
8935 esac
8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8937 (eval "$ac_link") 2>conftest.er1
8938 ac_status=$?
8939 grep -v '^ *+' conftest.er1 >conftest.err
8940 rm -f conftest.er1
8941 cat conftest.err >&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); } && {
8944 test -z "$ac_c_werror_flag" ||
8945 test ! -s conftest.err
8946 } && test -s conftest$ac_exeext &&
8947 $as_test_x conftest$ac_exeext; then
8948 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8949 else
8950 echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.$ac_ext >&5
8953 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8957 conftest$ac_exeext conftest.$ac_ext
8958 CFLAGS=$ac_wine_try_cflags_saved
8960 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8961 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8962 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8963 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8966 rm -f conftest.map
8968 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8969 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8970 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8971 echo $ECHO_N "(cached) $ECHO_C" >&6
8972 else
8973 ac_wine_try_cflags_saved=$CFLAGS
8974 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8975 cat >conftest.$ac_ext <<_ACEOF
8976 /* confdefs.h. */
8977 _ACEOF
8978 cat confdefs.h >>conftest.$ac_ext
8979 cat >>conftest.$ac_ext <<_ACEOF
8980 /* end confdefs.h. */
8983 main ()
8987 return 0;
8989 _ACEOF
8990 rm -f conftest.$ac_objext conftest$ac_exeext
8991 if { (ac_try="$ac_link"
8992 case "(($ac_try" in
8993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8994 *) ac_try_echo=$ac_try;;
8995 esac
8996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8997 (eval "$ac_link") 2>conftest.er1
8998 ac_status=$?
8999 grep -v '^ *+' conftest.er1 >conftest.err
9000 rm -f conftest.er1
9001 cat conftest.err >&5
9002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext &&
9007 $as_test_x conftest$ac_exeext; then
9008 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9009 else
9010 echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9013 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 CFLAGS=$ac_wine_try_cflags_saved
9020 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9021 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9022 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9023 LDEXECFLAGS="-Wl,--export-dynamic"
9028 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9029 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9030 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9031 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9032 echo $ECHO_N "(cached) $ECHO_C" >&6
9033 else
9034 ac_wine_try_cflags_saved=$CFLAGS
9035 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9036 cat >conftest.$ac_ext <<_ACEOF
9037 /* confdefs.h. */
9038 _ACEOF
9039 cat confdefs.h >>conftest.$ac_ext
9040 cat >>conftest.$ac_ext <<_ACEOF
9041 /* end confdefs.h. */
9044 main ()
9048 return 0;
9050 _ACEOF
9051 rm -f conftest.$ac_objext conftest$ac_exeext
9052 if { (ac_try="$ac_link"
9053 case "(($ac_try" in
9054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9055 *) ac_try_echo=$ac_try;;
9056 esac
9057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9058 (eval "$ac_link") 2>conftest.er1
9059 ac_status=$?
9060 grep -v '^ *+' conftest.er1 >conftest.err
9061 rm -f conftest.er1
9062 cat conftest.err >&5
9063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9064 (exit $ac_status); } && {
9065 test -z "$ac_c_werror_flag" ||
9066 test ! -s conftest.err
9067 } && test -s conftest$ac_exeext &&
9068 $as_test_x conftest$ac_exeext; then
9069 eval "$as_ac_var=yes"
9070 else
9071 echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.$ac_ext >&5
9074 eval "$as_ac_var=no"
9077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9078 conftest$ac_exeext conftest.$ac_ext
9079 CFLAGS=$ac_wine_try_cflags_saved
9081 ac_res=`eval echo '${'$as_ac_var'}'`
9082 { echo "$as_me:$LINENO: result: $ac_res" >&5
9083 echo "${ECHO_T}$ac_res" >&6; }
9084 if test `eval echo '${'$as_ac_var'}'` = yes; then
9085 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9086 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9087 else
9088 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9089 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9090 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9091 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9093 else
9094 ac_wine_try_cflags_saved=$CFLAGS
9095 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9096 cat >conftest.$ac_ext <<_ACEOF
9097 /* confdefs.h. */
9098 _ACEOF
9099 cat confdefs.h >>conftest.$ac_ext
9100 cat >>conftest.$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9104 main ()
9108 return 0;
9110 _ACEOF
9111 rm -f conftest.$ac_objext conftest$ac_exeext
9112 if { (ac_try="$ac_link"
9113 case "(($ac_try" in
9114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9116 esac
9117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9118 (eval "$ac_link") 2>conftest.er1
9119 ac_status=$?
9120 grep -v '^ *+' conftest.er1 >conftest.err
9121 rm -f conftest.er1
9122 cat conftest.err >&5
9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); } && {
9125 test -z "$ac_c_werror_flag" ||
9126 test ! -s conftest.err
9127 } && test -s conftest$ac_exeext &&
9128 $as_test_x conftest$ac_exeext; then
9129 eval "$as_ac_var=yes"
9130 else
9131 echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9134 eval "$as_ac_var=no"
9137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9138 conftest$ac_exeext conftest.$ac_ext
9139 CFLAGS=$ac_wine_try_cflags_saved
9141 ac_res=`eval echo '${'$as_ac_var'}'`
9142 { echo "$as_me:$LINENO: result: $ac_res" >&5
9143 echo "${ECHO_T}$ac_res" >&6; }
9144 if test `eval echo '${'$as_ac_var'}'` = yes; then
9145 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9146 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9152 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9153 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9154 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9155 echo $ECHO_N "(cached) $ECHO_C" >&6
9156 else
9157 ac_wine_try_cflags_saved=$CFLAGS
9158 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9159 cat >conftest.$ac_ext <<_ACEOF
9160 /* confdefs.h. */
9161 _ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9167 main ()
9171 return 0;
9173 _ACEOF
9174 rm -f conftest.$ac_objext conftest$ac_exeext
9175 if { (ac_try="$ac_link"
9176 case "(($ac_try" in
9177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9178 *) ac_try_echo=$ac_try;;
9179 esac
9180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9181 (eval "$ac_link") 2>conftest.er1
9182 ac_status=$?
9183 grep -v '^ *+' conftest.er1 >conftest.err
9184 rm -f conftest.er1
9185 cat conftest.err >&5
9186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187 (exit $ac_status); } && {
9188 test -z "$ac_c_werror_flag" ||
9189 test ! -s conftest.err
9190 } && test -s conftest$ac_exeext &&
9191 $as_test_x conftest$ac_exeext; then
9192 ac_cv_cflags__Wl___enable_new_dtags=yes
9193 else
9194 echo "$as_me: failed program was:" >&5
9195 sed 's/^/| /' conftest.$ac_ext >&5
9197 ac_cv_cflags__Wl___enable_new_dtags=no
9200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9201 conftest$ac_exeext conftest.$ac_ext
9202 CFLAGS=$ac_wine_try_cflags_saved
9204 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9205 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9206 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9207 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9211 case $host_cpu in
9212 *i[3456789]86* | x86_64)
9213 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9214 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9215 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9216 echo $ECHO_N "(cached) $ECHO_C" >&6
9217 else
9218 ac_wine_try_cflags_saved=$CFLAGS
9219 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9220 cat >conftest.$ac_ext <<_ACEOF
9221 /* confdefs.h. */
9222 _ACEOF
9223 cat confdefs.h >>conftest.$ac_ext
9224 cat >>conftest.$ac_ext <<_ACEOF
9225 /* end confdefs.h. */
9228 main ()
9232 return 0;
9234 _ACEOF
9235 rm -f conftest.$ac_objext conftest$ac_exeext
9236 if { (ac_try="$ac_link"
9237 case "(($ac_try" in
9238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9239 *) ac_try_echo=$ac_try;;
9240 esac
9241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9242 (eval "$ac_link") 2>conftest.er1
9243 ac_status=$?
9244 grep -v '^ *+' conftest.er1 >conftest.err
9245 rm -f conftest.er1
9246 cat conftest.err >&5
9247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248 (exit $ac_status); } && {
9249 test -z "$ac_c_werror_flag" ||
9250 test ! -s conftest.err
9251 } && test -s conftest$ac_exeext &&
9252 $as_test_x conftest$ac_exeext; then
9253 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9254 else
9255 echo "$as_me: failed program was:" >&5
9256 sed 's/^/| /' conftest.$ac_ext >&5
9258 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9262 conftest$ac_exeext conftest.$ac_ext
9263 CFLAGS=$ac_wine_try_cflags_saved
9265 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9266 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9267 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9268 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9272 esac
9274 else
9275 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9276 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9277 if test "${ac_cv_c_dll_unixware+set}" = set; then
9278 echo $ECHO_N "(cached) $ECHO_C" >&6
9279 else
9280 ac_wine_try_cflags_saved=$CFLAGS
9281 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9282 cat >conftest.$ac_ext <<_ACEOF
9283 void myfunc() {}
9284 _ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9287 case "(($ac_try" in
9288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9289 *) ac_try_echo=$ac_try;;
9290 esac
9291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9292 (eval "$ac_link") 2>conftest.er1
9293 ac_status=$?
9294 grep -v '^ *+' conftest.er1 >conftest.err
9295 rm -f conftest.er1
9296 cat conftest.err >&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && {
9299 test -z "$ac_c_werror_flag" ||
9300 test ! -s conftest.err
9301 } && test -s conftest$ac_exeext &&
9302 $as_test_x conftest$ac_exeext; then
9303 ac_cv_c_dll_unixware="yes"
9304 else
9305 echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9308 ac_cv_c_dll_unixware="no"
9311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9312 conftest$ac_exeext conftest.$ac_ext
9313 CFLAGS=$ac_wine_try_cflags_saved
9315 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9316 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9317 if test "$ac_cv_c_dll_unixware" = "yes"
9318 then
9319 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9320 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9322 else
9323 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9324 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9325 if test "${ac_cv_c_dll_hpux+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9327 else
9328 ac_wine_try_cflags_saved=$CFLAGS
9329 CFLAGS="$CFLAGS -shared"
9330 cat >conftest.$ac_ext <<_ACEOF
9331 void myfunc() {}
9332 _ACEOF
9333 rm -f conftest.$ac_objext conftest$ac_exeext
9334 if { (ac_try="$ac_link"
9335 case "(($ac_try" in
9336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9338 esac
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9341 ac_status=$?
9342 grep -v '^ *+' conftest.er1 >conftest.err
9343 rm -f conftest.er1
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_c_dll_hpux="yes"
9352 else
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_c_dll_hpux="no"
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 CFLAGS=$ac_wine_try_cflags_saved
9363 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9364 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9365 if test "$ac_cv_c_dll_hpux" = "yes"
9366 then
9367 LIBEXT="sl"
9368 DLLEXT=".sl"
9369 LDDLLFLAGS="-shared -fPIC"
9370 LDSHARED="\$(CC) -shared"
9375 CROSSTEST=""
9377 if test "$cross_compiling" = "no"
9378 then
9379 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9381 # Extract the first word of "$ac_prog", so it can be a program name with args.
9382 set dummy $ac_prog; ac_word=$2
9383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9385 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9386 echo $ECHO_N "(cached) $ECHO_C" >&6
9387 else
9388 if test -n "$CROSSCC"; then
9389 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9390 else
9391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9392 for as_dir in $PATH
9394 IFS=$as_save_IFS
9395 test -z "$as_dir" && as_dir=.
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9398 ac_cv_prog_CROSSCC="$ac_prog"
9399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9400 break 2
9402 done
9403 done
9404 IFS=$as_save_IFS
9408 CROSSCC=$ac_cv_prog_CROSSCC
9409 if test -n "$CROSSCC"; then
9410 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9411 echo "${ECHO_T}$CROSSCC" >&6; }
9412 else
9413 { echo "$as_me:$LINENO: result: no" >&5
9414 echo "${ECHO_T}no" >&6; }
9418 test -n "$CROSSCC" && break
9419 done
9420 test -n "$CROSSCC" || CROSSCC="false"
9422 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9424 # Extract the first word of "$ac_prog", so it can be a program name with args.
9425 set dummy $ac_prog; ac_word=$2
9426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9428 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9429 echo $ECHO_N "(cached) $ECHO_C" >&6
9430 else
9431 if test -n "$DLLTOOL"; then
9432 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9433 else
9434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9435 for as_dir in $PATH
9437 IFS=$as_save_IFS
9438 test -z "$as_dir" && as_dir=.
9439 for ac_exec_ext in '' $ac_executable_extensions; do
9440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9441 ac_cv_prog_DLLTOOL="$ac_prog"
9442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9443 break 2
9445 done
9446 done
9447 IFS=$as_save_IFS
9451 DLLTOOL=$ac_cv_prog_DLLTOOL
9452 if test -n "$DLLTOOL"; then
9453 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9454 echo "${ECHO_T}$DLLTOOL" >&6; }
9455 else
9456 { echo "$as_me:$LINENO: result: no" >&5
9457 echo "${ECHO_T}no" >&6; }
9461 test -n "$DLLTOOL" && break
9462 done
9463 test -n "$DLLTOOL" || DLLTOOL="false"
9465 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9467 # Extract the first word of "$ac_prog", so it can be a program name with args.
9468 set dummy $ac_prog; ac_word=$2
9469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9471 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9472 echo $ECHO_N "(cached) $ECHO_C" >&6
9473 else
9474 if test -n "$CROSSWINDRES"; then
9475 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9476 else
9477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9478 for as_dir in $PATH
9480 IFS=$as_save_IFS
9481 test -z "$as_dir" && as_dir=.
9482 for ac_exec_ext in '' $ac_executable_extensions; do
9483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9484 ac_cv_prog_CROSSWINDRES="$ac_prog"
9485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9486 break 2
9488 done
9489 done
9490 IFS=$as_save_IFS
9494 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9495 if test -n "$CROSSWINDRES"; then
9496 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9497 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9498 else
9499 { echo "$as_me:$LINENO: result: no" >&5
9500 echo "${ECHO_T}no" >&6; }
9504 test -n "$CROSSWINDRES" && break
9505 done
9506 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9508 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9510 # Extract the first word of "$ac_prog", so it can be a program name with args.
9511 set dummy $ac_prog; ac_word=$2
9512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9514 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6
9516 else
9517 if test -n "$MINGWAR"; then
9518 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9519 else
9520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9521 for as_dir in $PATH
9523 IFS=$as_save_IFS
9524 test -z "$as_dir" && as_dir=.
9525 for ac_exec_ext in '' $ac_executable_extensions; do
9526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9527 ac_cv_prog_MINGWAR="$ac_prog"
9528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9529 break 2
9531 done
9532 done
9533 IFS=$as_save_IFS
9537 MINGWAR=$ac_cv_prog_MINGWAR
9538 if test -n "$MINGWAR"; then
9539 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9540 echo "${ECHO_T}$MINGWAR" >&6; }
9541 else
9542 { echo "$as_me:$LINENO: result: no" >&5
9543 echo "${ECHO_T}no" >&6; }
9547 test -n "$MINGWAR" && break
9548 done
9549 test -n "$MINGWAR" || MINGWAR="false"
9551 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9554 esac
9556 enable_winequartz_drv=${enable_winequartz_drv:-no}
9558 if test "$LIBEXT" = "a"; then
9559 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9560 It is currently not possible to build Wine without shared library
9561 (.so) support to allow transparent switch between .so and .dll files.
9562 If you are using Linux, you will need a newer binutils.
9563 " >&5
9564 echo "$as_me: error: could not find a way to build shared libraries.
9565 It is currently not possible to build Wine without shared library
9566 (.so) support to allow transparent switch between .so and .dll files.
9567 If you are using Linux, you will need a newer binutils.
9568 " >&2;}
9569 { (exit 1); exit 1; }; }
9573 if test "$have_x" = "yes"
9574 then
9575 XLIB="-lXext -lX11"
9576 ac_save_CPPFLAGS="$CPPFLAGS"
9577 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9579 { echo "$as_me:$LINENO: checking for -lX11" >&5
9580 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9581 if test "${ac_cv_lib_soname_X11+set}" = set; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9583 else
9584 ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9586 cat >conftest.$ac_ext <<_ACEOF
9587 /* confdefs.h. */
9588 _ACEOF
9589 cat confdefs.h >>conftest.$ac_ext
9590 cat >>conftest.$ac_ext <<_ACEOF
9591 /* end confdefs.h. */
9593 /* Override any GCC internal prototype to avoid an error.
9594 Use char because int might match the return type of a GCC
9595 builtin and then its argument prototype would still apply. */
9596 #ifdef __cplusplus
9597 extern "C"
9598 #endif
9599 char XCreateWindow ();
9601 main ()
9603 return XCreateWindow ();
9605 return 0;
9607 _ACEOF
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9610 case "(($ac_try" in
9611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9612 *) ac_try_echo=$ac_try;;
9613 esac
9614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9615 (eval "$ac_link") 2>conftest.er1
9616 ac_status=$?
9617 grep -v '^ *+' conftest.er1 >conftest.err
9618 rm -f conftest.er1
9619 cat conftest.err >&5
9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621 (exit $ac_status); } && {
9622 test -z "$ac_c_werror_flag" ||
9623 test ! -s conftest.err
9624 } && test -s conftest$ac_exeext &&
9625 $as_test_x conftest$ac_exeext; then
9626 case "$LIBEXT" in
9627 dll) ;;
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9630 esac
9631 else
9632 echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.$ac_ext >&5
9638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9639 conftest$ac_exeext conftest.$ac_ext
9640 LIBS=$ac_check_soname_save_LIBS
9642 if test "x$ac_cv_lib_soname_X11" = "x"; then
9643 { echo "$as_me:$LINENO: result: not found" >&5
9644 echo "${ECHO_T}not found" >&6; }
9646 else
9647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9648 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9650 cat >>confdefs.h <<_ACEOF
9651 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9652 _ACEOF
9657 { echo "$as_me:$LINENO: checking for -lXext" >&5
9658 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9659 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9660 echo $ECHO_N "(cached) $ECHO_C" >&6
9661 else
9662 ac_check_soname_save_LIBS=$LIBS
9663 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9664 cat >conftest.$ac_ext <<_ACEOF
9665 /* confdefs.h. */
9666 _ACEOF
9667 cat confdefs.h >>conftest.$ac_ext
9668 cat >>conftest.$ac_ext <<_ACEOF
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9674 #ifdef __cplusplus
9675 extern "C"
9676 #endif
9677 char XextCreateExtension ();
9679 main ()
9681 return XextCreateExtension ();
9683 return 0;
9685 _ACEOF
9686 rm -f conftest.$ac_objext conftest$ac_exeext
9687 if { (ac_try="$ac_link"
9688 case "(($ac_try" in
9689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9690 *) ac_try_echo=$ac_try;;
9691 esac
9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9693 (eval "$ac_link") 2>conftest.er1
9694 ac_status=$?
9695 grep -v '^ *+' conftest.er1 >conftest.err
9696 rm -f conftest.er1
9697 cat conftest.err >&5
9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 (exit $ac_status); } && {
9700 test -z "$ac_c_werror_flag" ||
9701 test ! -s conftest.err
9702 } && test -s conftest$ac_exeext &&
9703 $as_test_x conftest$ac_exeext; then
9704 case "$LIBEXT" in
9705 dll) ;;
9706 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'` ;;
9707 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9708 esac
9709 else
9710 echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LIBS=$ac_check_soname_save_LIBS
9720 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9721 { echo "$as_me:$LINENO: result: not found" >&5
9722 echo "${ECHO_T}not found" >&6; }
9724 else
9725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9726 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9728 cat >>confdefs.h <<_ACEOF
9729 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9730 _ACEOF
9748 for ac_header in X11/Xlib.h \
9749 X11/XKBlib.h \
9750 X11/Xutil.h \
9751 X11/Xcursor/Xcursor.h \
9752 X11/extensions/shape.h \
9753 X11/extensions/XInput.h \
9754 X11/extensions/XShm.h \
9755 X11/extensions/Xcomposite.h \
9756 X11/extensions/Xinerama.h \
9757 X11/extensions/Xrandr.h \
9758 X11/extensions/Xrender.h \
9759 X11/extensions/xf86vmode.h
9761 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9765 echo $ECHO_N "(cached) $ECHO_C" >&6
9766 else
9767 cat >conftest.$ac_ext <<_ACEOF
9768 /* confdefs.h. */
9769 _ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h. */
9773 #ifdef HAVE_X11_XLIB_H
9774 # include <X11/Xlib.h>
9775 #endif
9776 #ifdef HAVE_X11_XUTIL_H
9777 # include <X11/Xutil.h>
9778 #endif
9780 #include <$ac_header>
9781 _ACEOF
9782 rm -f conftest.$ac_objext
9783 if { (ac_try="$ac_compile"
9784 case "(($ac_try" in
9785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9786 *) ac_try_echo=$ac_try;;
9787 esac
9788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9789 (eval "$ac_compile") 2>conftest.er1
9790 ac_status=$?
9791 grep -v '^ *+' conftest.er1 >conftest.err
9792 rm -f conftest.er1
9793 cat conftest.err >&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); } && {
9796 test -z "$ac_c_werror_flag" ||
9797 test ! -s conftest.err
9798 } && test -s conftest.$ac_objext; then
9799 eval "$as_ac_Header=yes"
9800 else
9801 echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.$ac_ext >&5
9804 eval "$as_ac_Header=no"
9807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9809 ac_res=`eval echo '${'$as_ac_Header'}'`
9810 { echo "$as_me:$LINENO: result: $ac_res" >&5
9811 echo "${ECHO_T}$ac_res" >&6; }
9812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9813 cat >>confdefs.h <<_ACEOF
9814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9815 _ACEOF
9819 done
9822 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9823 then
9824 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9825 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9828 else
9829 ac_check_lib_save_LIBS=$LIBS
9830 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.$ac_ext <<_ACEOF
9832 /* confdefs.h. */
9833 _ACEOF
9834 cat confdefs.h >>conftest.$ac_ext
9835 cat >>conftest.$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9841 #ifdef __cplusplus
9842 extern "C"
9843 #endif
9844 char XkbQueryExtension ();
9846 main ()
9848 return XkbQueryExtension ();
9850 return 0;
9852 _ACEOF
9853 rm -f conftest.$ac_objext conftest$ac_exeext
9854 if { (ac_try="$ac_link"
9855 case "(($ac_try" in
9856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9858 esac
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860 (eval "$ac_link") 2>conftest.er1
9861 ac_status=$?
9862 grep -v '^ *+' conftest.er1 >conftest.err
9863 rm -f conftest.er1
9864 cat conftest.err >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); } && {
9867 test -z "$ac_c_werror_flag" ||
9868 test ! -s conftest.err
9869 } && test -s conftest$ac_exeext &&
9870 $as_test_x conftest$ac_exeext; then
9871 ac_cv_lib_X11_XkbQueryExtension=yes
9872 else
9873 echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9876 ac_cv_lib_X11_XkbQueryExtension=no
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880 conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9883 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9884 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9885 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9887 cat >>confdefs.h <<\_ACEOF
9888 #define HAVE_XKB 1
9889 _ACEOF
9895 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9896 then
9897 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9898 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9900 echo $ECHO_N "(cached) $ECHO_C" >&6
9901 else
9902 ac_check_soname_save_LIBS=$LIBS
9903 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9904 cat >conftest.$ac_ext <<_ACEOF
9905 /* confdefs.h. */
9906 _ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9914 #ifdef __cplusplus
9915 extern "C"
9916 #endif
9917 char XcursorImageLoadCursor ();
9919 main ()
9921 return XcursorImageLoadCursor ();
9923 return 0;
9925 _ACEOF
9926 rm -f conftest.$ac_objext conftest$ac_exeext
9927 if { (ac_try="$ac_link"
9928 case "(($ac_try" in
9929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9930 *) ac_try_echo=$ac_try;;
9931 esac
9932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9933 (eval "$ac_link") 2>conftest.er1
9934 ac_status=$?
9935 grep -v '^ *+' conftest.er1 >conftest.err
9936 rm -f conftest.er1
9937 cat conftest.err >&5
9938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); } && {
9940 test -z "$ac_c_werror_flag" ||
9941 test ! -s conftest.err
9942 } && test -s conftest$ac_exeext &&
9943 $as_test_x conftest$ac_exeext; then
9944 case "$LIBEXT" in
9945 dll) ;;
9946 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'` ;;
9947 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9948 esac
9949 else
9950 echo "$as_me: failed program was:" >&5
9951 sed 's/^/| /' conftest.$ac_ext >&5
9956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9957 conftest$ac_exeext conftest.$ac_ext
9958 LIBS=$ac_check_soname_save_LIBS
9960 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9961 { echo "$as_me:$LINENO: result: not found" >&5
9962 echo "${ECHO_T}not found" >&6; }
9964 else
9965 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9966 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9968 cat >>confdefs.h <<_ACEOF
9969 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9970 _ACEOF
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 case "x$with_xcursor" in
9978 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9979 xno) ;;
9980 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9981 This is an error since --with-xcursor was requested." >&5
9982 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9983 This is an error since --with-xcursor was requested." >&2;}
9984 { (exit 1); exit 1; }; } ;;
9985 esac
9989 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9990 then
9991 { echo "$as_me:$LINENO: checking for -lXi" >&5
9992 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9995 else
9996 ac_check_soname_save_LIBS=$LIBS
9997 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998 cat >conftest.$ac_ext <<_ACEOF
9999 /* confdefs.h. */
10000 _ACEOF
10001 cat confdefs.h >>conftest.$ac_ext
10002 cat >>conftest.$ac_ext <<_ACEOF
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10008 #ifdef __cplusplus
10009 extern "C"
10010 #endif
10011 char XOpenDevice ();
10013 main ()
10015 return XOpenDevice ();
10017 return 0;
10019 _ACEOF
10020 rm -f conftest.$ac_objext conftest$ac_exeext
10021 if { (ac_try="$ac_link"
10022 case "(($ac_try" in
10023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10024 *) ac_try_echo=$ac_try;;
10025 esac
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027 (eval "$ac_link") 2>conftest.er1
10028 ac_status=$?
10029 grep -v '^ *+' conftest.er1 >conftest.err
10030 rm -f conftest.er1
10031 cat conftest.err >&5
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext &&
10037 $as_test_x conftest$ac_exeext; then
10038 case "$LIBEXT" in
10039 dll) ;;
10040 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'` ;;
10041 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10042 esac
10043 else
10044 echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_soname_save_LIBS
10054 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10055 { echo "$as_me:$LINENO: result: not found" >&5
10056 echo "${ECHO_T}not found" >&6; }
10058 else
10059 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10060 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10062 cat >>confdefs.h <<_ACEOF
10063 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10064 _ACEOF
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 case "x$with_xinput" in
10072 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10073 xno) ;;
10074 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10075 This is an error since --with-xinput was requested." >&5
10076 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10077 This is an error since --with-xinput was requested." >&2;}
10078 { (exit 1); exit 1; }; } ;;
10079 esac
10083 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10084 then
10085 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10086 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10087 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10088 echo $ECHO_N "(cached) $ECHO_C" >&6
10089 else
10090 ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10093 /* confdefs.h. */
10094 _ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10102 #ifdef __cplusplus
10103 extern "C"
10104 #endif
10105 char XShmQueryExtension ();
10107 main ()
10109 return XShmQueryExtension ();
10111 return 0;
10113 _ACEOF
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10118 *) ac_try_echo=$ac_try;;
10119 esac
10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121 (eval "$ac_link") 2>conftest.er1
10122 ac_status=$?
10123 grep -v '^ *+' conftest.er1 >conftest.err
10124 rm -f conftest.er1
10125 cat conftest.err >&5
10126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127 (exit $ac_status); } && {
10128 test -z "$ac_c_werror_flag" ||
10129 test ! -s conftest.err
10130 } && test -s conftest$ac_exeext &&
10131 $as_test_x conftest$ac_exeext; then
10132 ac_cv_lib_Xext_XShmQueryExtension=yes
10133 else
10134 echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.$ac_ext >&5
10137 ac_cv_lib_Xext_XShmQueryExtension=no
10140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10141 conftest$ac_exeext conftest.$ac_ext
10142 LIBS=$ac_check_lib_save_LIBS
10144 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10145 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10146 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10148 cat >>confdefs.h <<\_ACEOF
10149 #define HAVE_LIBXXSHM 1
10150 _ACEOF
10155 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10156 case "x$with_xshm" in
10157 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10158 xno) ;;
10159 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10160 This is an error since --with-xshm was requested." >&5
10161 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10162 This is an error since --with-xshm was requested." >&2;}
10163 { (exit 1); exit 1; }; } ;;
10164 esac
10168 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10169 then
10170 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10171 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10172 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10173 echo $ECHO_N "(cached) $ECHO_C" >&6
10174 else
10175 ac_check_lib_save_LIBS=$LIBS
10176 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10177 cat >conftest.$ac_ext <<_ACEOF
10178 /* confdefs.h. */
10179 _ACEOF
10180 cat confdefs.h >>conftest.$ac_ext
10181 cat >>conftest.$ac_ext <<_ACEOF
10182 /* end confdefs.h. */
10184 /* Override any GCC internal prototype to avoid an error.
10185 Use char because int might match the return type of a GCC
10186 builtin and then its argument prototype would still apply. */
10187 #ifdef __cplusplus
10188 extern "C"
10189 #endif
10190 char XShapeQueryExtension ();
10192 main ()
10194 return XShapeQueryExtension ();
10196 return 0;
10198 _ACEOF
10199 rm -f conftest.$ac_objext conftest$ac_exeext
10200 if { (ac_try="$ac_link"
10201 case "(($ac_try" in
10202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10203 *) ac_try_echo=$ac_try;;
10204 esac
10205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10206 (eval "$ac_link") 2>conftest.er1
10207 ac_status=$?
10208 grep -v '^ *+' conftest.er1 >conftest.err
10209 rm -f conftest.er1
10210 cat conftest.err >&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } && {
10213 test -z "$ac_c_werror_flag" ||
10214 test ! -s conftest.err
10215 } && test -s conftest$ac_exeext &&
10216 $as_test_x conftest$ac_exeext; then
10217 ac_cv_lib_Xext_XShapeQueryExtension=yes
10218 else
10219 echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 ac_cv_lib_Xext_XShapeQueryExtension=no
10225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10226 conftest$ac_exeext conftest.$ac_ext
10227 LIBS=$ac_check_lib_save_LIBS
10229 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10230 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10231 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10233 cat >>confdefs.h <<\_ACEOF
10234 #define HAVE_LIBXSHAPE 1
10235 _ACEOF
10240 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10241 case "x$with_xshape" in
10242 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10243 xno) ;;
10244 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10245 This is an error since --with-xshape was requested." >&5
10246 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10247 This is an error since --with-xshape was requested." >&2;}
10248 { (exit 1); exit 1; }; } ;;
10249 esac
10253 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10254 then
10255 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10256 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10257 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10258 echo $ECHO_N "(cached) $ECHO_C" >&6
10259 else
10260 ac_check_soname_save_LIBS=$LIBS
10261 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10262 cat >conftest.$ac_ext <<_ACEOF
10263 /* confdefs.h. */
10264 _ACEOF
10265 cat confdefs.h >>conftest.$ac_ext
10266 cat >>conftest.$ac_ext <<_ACEOF
10267 /* end confdefs.h. */
10269 /* Override any GCC internal prototype to avoid an error.
10270 Use char because int might match the return type of a GCC
10271 builtin and then its argument prototype would still apply. */
10272 #ifdef __cplusplus
10273 extern "C"
10274 #endif
10275 char XF86VidModeQueryExtension ();
10277 main ()
10279 return XF86VidModeQueryExtension ();
10281 return 0;
10283 _ACEOF
10284 rm -f conftest.$ac_objext conftest$ac_exeext
10285 if { (ac_try="$ac_link"
10286 case "(($ac_try" in
10287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10288 *) ac_try_echo=$ac_try;;
10289 esac
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291 (eval "$ac_link") 2>conftest.er1
10292 ac_status=$?
10293 grep -v '^ *+' conftest.er1 >conftest.err
10294 rm -f conftest.er1
10295 cat conftest.err >&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); } && {
10298 test -z "$ac_c_werror_flag" ||
10299 test ! -s conftest.err
10300 } && test -s conftest$ac_exeext &&
10301 $as_test_x conftest$ac_exeext; then
10302 case "$LIBEXT" in
10303 dll) ;;
10304 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'` ;;
10305 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10306 esac
10307 else
10308 echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.$ac_ext >&5
10314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10315 conftest$ac_exeext conftest.$ac_ext
10316 LIBS=$ac_check_soname_save_LIBS
10318 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10319 { echo "$as_me:$LINENO: result: not found" >&5
10320 echo "${ECHO_T}not found" >&6; }
10322 else
10323 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10324 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10326 cat >>confdefs.h <<_ACEOF
10327 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10328 _ACEOF
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 case "x$with_xxf86vm" in
10336 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10337 xno) ;;
10338 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10339 This is an error since --with-xxf86vm was requested." >&5
10340 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10341 This is an error since --with-xxf86vm was requested." >&2;}
10342 { (exit 1); exit 1; }; } ;;
10343 esac
10347 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"
10348 then
10349 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10350 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10351 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10352 echo $ECHO_N "(cached) $ECHO_C" >&6
10353 else
10354 ac_check_soname_save_LIBS=$LIBS
10355 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10356 cat >conftest.$ac_ext <<_ACEOF
10357 /* confdefs.h. */
10358 _ACEOF
10359 cat confdefs.h >>conftest.$ac_ext
10360 cat >>conftest.$ac_ext <<_ACEOF
10361 /* end confdefs.h. */
10363 /* Override any GCC internal prototype to avoid an error.
10364 Use char because int might match the return type of a GCC
10365 builtin and then its argument prototype would still apply. */
10366 #ifdef __cplusplus
10367 extern "C"
10368 #endif
10369 char XRenderQueryExtension ();
10371 main ()
10373 return XRenderQueryExtension ();
10375 return 0;
10377 _ACEOF
10378 rm -f conftest.$ac_objext conftest$ac_exeext
10379 if { (ac_try="$ac_link"
10380 case "(($ac_try" in
10381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10382 *) ac_try_echo=$ac_try;;
10383 esac
10384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10385 (eval "$ac_link") 2>conftest.er1
10386 ac_status=$?
10387 grep -v '^ *+' conftest.er1 >conftest.err
10388 rm -f conftest.er1
10389 cat conftest.err >&5
10390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext &&
10395 $as_test_x conftest$ac_exeext; then
10396 case "$LIBEXT" in
10397 dll) ;;
10398 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'` ;;
10399 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10400 esac
10401 else
10402 echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_soname_save_LIBS
10412 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10413 { echo "$as_me:$LINENO: result: not found" >&5
10414 echo "${ECHO_T}not found" >&6; }
10416 else
10417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10418 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10420 cat >>confdefs.h <<_ACEOF
10421 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10422 _ACEOF
10424 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10425 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10426 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10427 echo $ECHO_N "(cached) $ECHO_C" >&6
10428 else
10429 ac_check_lib_save_LIBS=$LIBS
10430 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10431 cat >conftest.$ac_ext <<_ACEOF
10432 /* confdefs.h. */
10433 _ACEOF
10434 cat confdefs.h >>conftest.$ac_ext
10435 cat >>conftest.$ac_ext <<_ACEOF
10436 /* end confdefs.h. */
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10441 #ifdef __cplusplus
10442 extern "C"
10443 #endif
10444 char XRenderSetPictureTransform ();
10446 main ()
10448 return XRenderSetPictureTransform ();
10450 return 0;
10452 _ACEOF
10453 rm -f conftest.$ac_objext conftest$ac_exeext
10454 if { (ac_try="$ac_link"
10455 case "(($ac_try" in
10456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10457 *) ac_try_echo=$ac_try;;
10458 esac
10459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10460 (eval "$ac_link") 2>conftest.er1
10461 ac_status=$?
10462 grep -v '^ *+' conftest.er1 >conftest.err
10463 rm -f conftest.er1
10464 cat conftest.err >&5
10465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10466 (exit $ac_status); } && {
10467 test -z "$ac_c_werror_flag" ||
10468 test ! -s conftest.err
10469 } && test -s conftest$ac_exeext &&
10470 $as_test_x conftest$ac_exeext; then
10471 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10472 else
10473 echo "$as_me: failed program was:" >&5
10474 sed 's/^/| /' conftest.$ac_ext >&5
10476 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10480 conftest$ac_exeext conftest.$ac_ext
10481 LIBS=$ac_check_lib_save_LIBS
10483 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10484 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10485 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10487 cat >>confdefs.h <<\_ACEOF
10488 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10489 _ACEOF
10497 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10498 case "x$with_xrender" in
10499 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10500 xno) ;;
10501 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10502 This is an error since --with-xrender was requested." >&5
10503 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10504 This is an error since --with-xrender was requested." >&2;}
10505 { (exit 1); exit 1; }; } ;;
10506 esac
10510 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10511 then
10512 cat >conftest.$ac_ext <<_ACEOF
10513 /* confdefs.h. */
10514 _ACEOF
10515 cat confdefs.h >>conftest.$ac_ext
10516 cat >>conftest.$ac_ext <<_ACEOF
10517 /* end confdefs.h. */
10518 #include <X11/Xlib.h>
10519 #include <X11/extensions/Xrandr.h>
10521 main ()
10523 static typeof(XRRSetScreenConfigAndRate) * func;
10525 return 0;
10527 _ACEOF
10528 rm -f conftest.$ac_objext
10529 if { (ac_try="$ac_compile"
10530 case "(($ac_try" in
10531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10533 esac
10534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10535 (eval "$ac_compile") 2>conftest.er1
10536 ac_status=$?
10537 grep -v '^ *+' conftest.er1 >conftest.err
10538 rm -f conftest.er1
10539 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest.$ac_objext; then
10545 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10546 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10547 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10549 else
10550 ac_check_soname_save_LIBS=$LIBS
10551 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10552 cat >conftest.$ac_ext <<_ACEOF
10553 /* confdefs.h. */
10554 _ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10562 #ifdef __cplusplus
10563 extern "C"
10564 #endif
10565 char XRRQueryExtension ();
10567 main ()
10569 return XRRQueryExtension ();
10571 return 0;
10573 _ACEOF
10574 rm -f conftest.$ac_objext conftest$ac_exeext
10575 if { (ac_try="$ac_link"
10576 case "(($ac_try" in
10577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10578 *) ac_try_echo=$ac_try;;
10579 esac
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_link") 2>conftest.er1
10582 ac_status=$?
10583 grep -v '^ *+' conftest.er1 >conftest.err
10584 rm -f conftest.er1
10585 cat conftest.err >&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest$ac_exeext &&
10591 $as_test_x conftest$ac_exeext; then
10592 case "$LIBEXT" in
10593 dll) ;;
10594 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'` ;;
10595 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10596 esac
10597 else
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.$ac_ext >&5
10604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10605 conftest$ac_exeext conftest.$ac_ext
10606 LIBS=$ac_check_soname_save_LIBS
10608 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10609 { echo "$as_me:$LINENO: result: not found" >&5
10610 echo "${ECHO_T}not found" >&6; }
10612 else
10613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10614 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10616 cat >>confdefs.h <<_ACEOF
10617 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10618 _ACEOF
10623 else
10624 echo "$as_me: failed program was:" >&5
10625 sed 's/^/| /' conftest.$ac_ext >&5
10630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 case "x$with_xrandr" in
10634 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10635 xno) ;;
10636 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10637 This is an error since --with-xrandr was requested." >&5
10638 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10639 This is an error since --with-xrandr was requested." >&2;}
10640 { (exit 1); exit 1; }; } ;;
10641 esac
10645 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10646 then
10647 cat >conftest.$ac_ext <<_ACEOF
10648 /* confdefs.h. */
10649 _ACEOF
10650 cat confdefs.h >>conftest.$ac_ext
10651 cat >>conftest.$ac_ext <<_ACEOF
10652 /* end confdefs.h. */
10653 #include <X11/Xlib.h>
10654 #include <X11/extensions/Xinerama.h>
10656 main ()
10658 static typeof(XineramaQueryScreens) * func;
10660 return 0;
10662 _ACEOF
10663 rm -f conftest.$ac_objext
10664 if { (ac_try="$ac_compile"
10665 case "(($ac_try" in
10666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10667 *) ac_try_echo=$ac_try;;
10668 esac
10669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10670 (eval "$ac_compile") 2>conftest.er1
10671 ac_status=$?
10672 grep -v '^ *+' conftest.er1 >conftest.err
10673 rm -f conftest.er1
10674 cat conftest.err >&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); } && {
10677 test -z "$ac_c_werror_flag" ||
10678 test ! -s conftest.err
10679 } && test -s conftest.$ac_objext; then
10680 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10681 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10682 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10683 echo $ECHO_N "(cached) $ECHO_C" >&6
10684 else
10685 ac_check_soname_save_LIBS=$LIBS
10686 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10687 cat >conftest.$ac_ext <<_ACEOF
10688 /* confdefs.h. */
10689 _ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10694 /* Override any GCC internal prototype to avoid an error.
10695 Use char because int might match the return type of a GCC
10696 builtin and then its argument prototype would still apply. */
10697 #ifdef __cplusplus
10698 extern "C"
10699 #endif
10700 char XineramaQueryScreens ();
10702 main ()
10704 return XineramaQueryScreens ();
10706 return 0;
10708 _ACEOF
10709 rm -f conftest.$ac_objext conftest$ac_exeext
10710 if { (ac_try="$ac_link"
10711 case "(($ac_try" in
10712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10713 *) ac_try_echo=$ac_try;;
10714 esac
10715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10716 (eval "$ac_link") 2>conftest.er1
10717 ac_status=$?
10718 grep -v '^ *+' conftest.er1 >conftest.err
10719 rm -f conftest.er1
10720 cat conftest.err >&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } && {
10723 test -z "$ac_c_werror_flag" ||
10724 test ! -s conftest.err
10725 } && test -s conftest$ac_exeext &&
10726 $as_test_x conftest$ac_exeext; then
10727 case "$LIBEXT" in
10728 dll) ;;
10729 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'` ;;
10730 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10731 esac
10732 else
10733 echo "$as_me: failed program was:" >&5
10734 sed 's/^/| /' conftest.$ac_ext >&5
10739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10740 conftest$ac_exeext conftest.$ac_ext
10741 LIBS=$ac_check_soname_save_LIBS
10743 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10744 { echo "$as_me:$LINENO: result: not found" >&5
10745 echo "${ECHO_T}not found" >&6; }
10747 else
10748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10749 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10751 cat >>confdefs.h <<_ACEOF
10752 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10753 _ACEOF
10758 else
10759 echo "$as_me: failed program was:" >&5
10760 sed 's/^/| /' conftest.$ac_ext >&5
10765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 case "x$with_xinerama" in
10769 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10770 xno) ;;
10771 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10772 This is an error since --with-xinerama was requested." >&5
10773 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10774 This is an error since --with-xinerama was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10776 esac
10780 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10781 then
10782 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10783 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10784 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10786 else
10787 ac_check_soname_save_LIBS=$LIBS
10788 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10789 cat >conftest.$ac_ext <<_ACEOF
10790 /* confdefs.h. */
10791 _ACEOF
10792 cat confdefs.h >>conftest.$ac_ext
10793 cat >>conftest.$ac_ext <<_ACEOF
10794 /* end confdefs.h. */
10796 /* Override any GCC internal prototype to avoid an error.
10797 Use char because int might match the return type of a GCC
10798 builtin and then its argument prototype would still apply. */
10799 #ifdef __cplusplus
10800 extern "C"
10801 #endif
10802 char XCompositeRedirectWindow ();
10804 main ()
10806 return XCompositeRedirectWindow ();
10808 return 0;
10810 _ACEOF
10811 rm -f conftest.$ac_objext conftest$ac_exeext
10812 if { (ac_try="$ac_link"
10813 case "(($ac_try" in
10814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10815 *) ac_try_echo=$ac_try;;
10816 esac
10817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10818 (eval "$ac_link") 2>conftest.er1
10819 ac_status=$?
10820 grep -v '^ *+' conftest.er1 >conftest.err
10821 rm -f conftest.er1
10822 cat conftest.err >&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext &&
10828 $as_test_x conftest$ac_exeext; then
10829 case "$LIBEXT" in
10830 dll) ;;
10831 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'` ;;
10832 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10833 esac
10834 else
10835 echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_soname_save_LIBS
10845 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10846 { echo "$as_me:$LINENO: result: not found" >&5
10847 echo "${ECHO_T}not found" >&6; }
10849 else
10850 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10851 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10853 cat >>confdefs.h <<_ACEOF
10854 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10855 _ACEOF
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 case "x$with_xcomposite" in
10863 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10864 xno) ;;
10865 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10866 This is an error since --with-xcomposite was requested." >&5
10867 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10868 This is an error since --with-xcomposite was requested." >&2;}
10869 { (exit 1); exit 1; }; } ;;
10870 esac
10874 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10875 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10876 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10877 echo $ECHO_N "(cached) $ECHO_C" >&6
10878 else
10879 cat >conftest.$ac_ext <<_ACEOF
10880 /* confdefs.h. */
10881 _ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10885 #ifdef HAVE_X11_XLIB_H
10886 #include <X11/Xlib.h>
10887 #endif
10890 main ()
10892 static XICCallback ac_aggr;
10893 if (ac_aggr.callback)
10894 return 0;
10896 return 0;
10898 _ACEOF
10899 rm -f conftest.$ac_objext
10900 if { (ac_try="$ac_compile"
10901 case "(($ac_try" in
10902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10903 *) ac_try_echo=$ac_try;;
10904 esac
10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10906 (eval "$ac_compile") 2>conftest.er1
10907 ac_status=$?
10908 grep -v '^ *+' conftest.er1 >conftest.err
10909 rm -f conftest.er1
10910 cat conftest.err >&5
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest.$ac_objext; then
10916 ac_cv_member_XICCallback_callback=yes
10917 else
10918 echo "$as_me: failed program was:" >&5
10919 sed 's/^/| /' conftest.$ac_ext >&5
10921 cat >conftest.$ac_ext <<_ACEOF
10922 /* confdefs.h. */
10923 _ACEOF
10924 cat confdefs.h >>conftest.$ac_ext
10925 cat >>conftest.$ac_ext <<_ACEOF
10926 /* end confdefs.h. */
10927 #ifdef HAVE_X11_XLIB_H
10928 #include <X11/Xlib.h>
10929 #endif
10932 main ()
10934 static XICCallback ac_aggr;
10935 if (sizeof ac_aggr.callback)
10936 return 0;
10938 return 0;
10940 _ACEOF
10941 rm -f conftest.$ac_objext
10942 if { (ac_try="$ac_compile"
10943 case "(($ac_try" in
10944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10945 *) ac_try_echo=$ac_try;;
10946 esac
10947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10948 (eval "$ac_compile") 2>conftest.er1
10949 ac_status=$?
10950 grep -v '^ *+' conftest.er1 >conftest.err
10951 rm -f conftest.er1
10952 cat conftest.err >&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); } && {
10955 test -z "$ac_c_werror_flag" ||
10956 test ! -s conftest.err
10957 } && test -s conftest.$ac_objext; then
10958 ac_cv_member_XICCallback_callback=yes
10959 else
10960 echo "$as_me: failed program was:" >&5
10961 sed 's/^/| /' conftest.$ac_ext >&5
10963 ac_cv_member_XICCallback_callback=no
10966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10972 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10973 if test $ac_cv_member_XICCallback_callback = yes; then
10975 cat >>confdefs.h <<_ACEOF
10976 #define HAVE_XICCALLBACK_CALLBACK 1
10977 _ACEOF
10984 opengl_msg=""
10985 if test "x$with_opengl" != "xno"
10986 then
10991 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10997 echo $ECHO_N "(cached) $ECHO_C" >&6
10998 else
10999 cat >conftest.$ac_ext <<_ACEOF
11000 /* confdefs.h. */
11001 _ACEOF
11002 cat confdefs.h >>conftest.$ac_ext
11003 cat >>conftest.$ac_ext <<_ACEOF
11004 /* end confdefs.h. */
11005 #ifdef HAVE_GL_GLX_H
11006 # include <GL/glx.h>
11007 #endif
11009 #include <$ac_header>
11010 _ACEOF
11011 rm -f conftest.$ac_objext
11012 if { (ac_try="$ac_compile"
11013 case "(($ac_try" in
11014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11015 *) ac_try_echo=$ac_try;;
11016 esac
11017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11018 (eval "$ac_compile") 2>conftest.er1
11019 ac_status=$?
11020 grep -v '^ *+' conftest.er1 >conftest.err
11021 rm -f conftest.er1
11022 cat conftest.err >&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } && {
11025 test -z "$ac_c_werror_flag" ||
11026 test ! -s conftest.err
11027 } && test -s conftest.$ac_objext; then
11028 eval "$as_ac_Header=yes"
11029 else
11030 echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.$ac_ext >&5
11033 eval "$as_ac_Header=no"
11036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11038 ac_res=`eval echo '${'$as_ac_Header'}'`
11039 { echo "$as_me:$LINENO: result: $ac_res" >&5
11040 echo "${ECHO_T}$ac_res" >&6; }
11041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11042 cat >>confdefs.h <<_ACEOF
11043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11044 _ACEOF
11048 done
11050 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11051 then
11052 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11053 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11054 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11055 echo $ECHO_N "(cached) $ECHO_C" >&6
11056 else
11057 cat >conftest.$ac_ext <<_ACEOF
11058 /* confdefs.h. */
11059 _ACEOF
11060 cat confdefs.h >>conftest.$ac_ext
11061 cat >>conftest.$ac_ext <<_ACEOF
11062 /* end confdefs.h. */
11063 #include <GL/gl.h>
11065 main ()
11067 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11069 return 0;
11071 _ACEOF
11072 rm -f conftest.$ac_objext
11073 if { (ac_try="$ac_compile"
11074 case "(($ac_try" in
11075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11076 *) ac_try_echo=$ac_try;;
11077 esac
11078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11079 (eval "$ac_compile") 2>conftest.er1
11080 ac_status=$?
11081 grep -v '^ *+' conftest.er1 >conftest.err
11082 rm -f conftest.er1
11083 cat conftest.err >&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } && {
11086 test -z "$ac_c_werror_flag" ||
11087 test ! -s conftest.err
11088 } && test -s conftest.$ac_objext; then
11089 wine_cv_opengl_header_version_OK="yes"
11090 else
11091 echo "$as_me: failed program was:" >&5
11092 sed 's/^/| /' conftest.$ac_ext >&5
11094 wine_cv_opengl_header_version_OK="no"
11097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11099 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11100 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11102 if test "$wine_cv_opengl_header_version_OK" = "yes"
11103 then
11104 { echo "$as_me:$LINENO: checking for -lGL" >&5
11105 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11106 if test "${ac_cv_lib_soname_GL+set}" = set; then
11107 echo $ECHO_N "(cached) $ECHO_C" >&6
11108 else
11109 ac_check_soname_save_LIBS=$LIBS
11110 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11111 cat >conftest.$ac_ext <<_ACEOF
11112 /* confdefs.h. */
11113 _ACEOF
11114 cat confdefs.h >>conftest.$ac_ext
11115 cat >>conftest.$ac_ext <<_ACEOF
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11121 #ifdef __cplusplus
11122 extern "C"
11123 #endif
11124 char glXCreateContext ();
11126 main ()
11128 return glXCreateContext ();
11130 return 0;
11132 _ACEOF
11133 rm -f conftest.$ac_objext conftest$ac_exeext
11134 if { (ac_try="$ac_link"
11135 case "(($ac_try" in
11136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11137 *) ac_try_echo=$ac_try;;
11138 esac
11139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11140 (eval "$ac_link") 2>conftest.er1
11141 ac_status=$?
11142 grep -v '^ *+' conftest.er1 >conftest.err
11143 rm -f conftest.er1
11144 cat conftest.err >&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); } && {
11147 test -z "$ac_c_werror_flag" ||
11148 test ! -s conftest.err
11149 } && test -s conftest$ac_exeext &&
11150 $as_test_x conftest$ac_exeext; then
11151 case "$LIBEXT" in
11152 dll) ;;
11153 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'` ;;
11154 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11155 esac
11156 else
11157 echo "$as_me: failed program was:" >&5
11158 sed 's/^/| /' conftest.$ac_ext >&5
11163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11164 conftest$ac_exeext conftest.$ac_ext
11165 LIBS=$ac_check_soname_save_LIBS
11167 if test "x$ac_cv_lib_soname_GL" = "x"; then
11168 { echo "$as_me:$LINENO: result: not found" >&5
11169 echo "${ECHO_T}not found" >&6; }
11170 { echo "$as_me:$LINENO: checking for -lGL" >&5
11171 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11172 if test "${ac_cv_lib_soname_GL+set}" = set; then
11173 echo $ECHO_N "(cached) $ECHO_C" >&6
11174 else
11175 ac_check_soname_save_LIBS=$LIBS
11176 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"
11177 cat >conftest.$ac_ext <<_ACEOF
11178 /* confdefs.h. */
11179 _ACEOF
11180 cat confdefs.h >>conftest.$ac_ext
11181 cat >>conftest.$ac_ext <<_ACEOF
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11187 #ifdef __cplusplus
11188 extern "C"
11189 #endif
11190 char glXCreateContext ();
11192 main ()
11194 return glXCreateContext ();
11196 return 0;
11198 _ACEOF
11199 rm -f conftest.$ac_objext conftest$ac_exeext
11200 if { (ac_try="$ac_link"
11201 case "(($ac_try" in
11202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11203 *) ac_try_echo=$ac_try;;
11204 esac
11205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11206 (eval "$ac_link") 2>conftest.er1
11207 ac_status=$?
11208 grep -v '^ *+' conftest.er1 >conftest.err
11209 rm -f conftest.er1
11210 cat conftest.err >&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } && {
11213 test -z "$ac_c_werror_flag" ||
11214 test ! -s conftest.err
11215 } && test -s conftest$ac_exeext &&
11216 $as_test_x conftest$ac_exeext; then
11217 case "$LIBEXT" in
11218 dll) ;;
11219 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'` ;;
11220 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11221 esac
11222 else
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_soname_save_LIBS
11233 if test "x$ac_cv_lib_soname_GL" = "x"; then
11234 { echo "$as_me:$LINENO: result: not found" >&5
11235 echo "${ECHO_T}not found" >&6; }
11236 if test -f /usr/X11R6/lib/libGL.a
11237 then
11238 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11239 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11240 else
11241 opengl_msg="No OpenGL library found on this system."
11243 else
11244 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11245 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11247 cat >>confdefs.h <<_ACEOF
11248 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11249 _ACEOF
11251 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"
11253 cat >>confdefs.h <<\_ACEOF
11254 #define HAVE_OPENGL 1
11255 _ACEOF
11259 else
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11265 _ACEOF
11267 OPENGL_LIBS="-lGL"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11271 _ACEOF
11275 if test "$ac_cv_header_GL_glu_h" = "yes"
11276 then
11277 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11278 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11279 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11281 else
11282 ac_check_soname_save_LIBS=$LIBS
11283 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11284 cat >conftest.$ac_ext <<_ACEOF
11285 /* confdefs.h. */
11286 _ACEOF
11287 cat confdefs.h >>conftest.$ac_ext
11288 cat >>conftest.$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11291 /* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11294 #ifdef __cplusplus
11295 extern "C"
11296 #endif
11297 char gluLookAt ();
11299 main ()
11301 return gluLookAt ();
11303 return 0;
11305 _ACEOF
11306 rm -f conftest.$ac_objext conftest$ac_exeext
11307 if { (ac_try="$ac_link"
11308 case "(($ac_try" in
11309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11310 *) ac_try_echo=$ac_try;;
11311 esac
11312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11313 (eval "$ac_link") 2>conftest.er1
11314 ac_status=$?
11315 grep -v '^ *+' conftest.er1 >conftest.err
11316 rm -f conftest.er1
11317 cat conftest.err >&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } && {
11320 test -z "$ac_c_werror_flag" ||
11321 test ! -s conftest.err
11322 } && test -s conftest$ac_exeext &&
11323 $as_test_x conftest$ac_exeext; then
11324 case "$LIBEXT" in
11325 dll) ;;
11326 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'` ;;
11327 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11328 esac
11329 else
11330 echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.$ac_ext >&5
11336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11337 conftest$ac_exeext conftest.$ac_ext
11338 LIBS=$ac_check_soname_save_LIBS
11340 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11341 { echo "$as_me:$LINENO: result: not found" >&5
11342 echo "${ECHO_T}not found" >&6; }
11344 else
11345 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11346 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11348 cat >>confdefs.h <<_ACEOF
11349 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11350 _ACEOF
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 case "x$with_glu" in
11358 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11359 xno) ;;
11360 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11361 This is an error since --with-glu was requested." >&5
11362 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11363 This is an error since --with-glu was requested." >&2;}
11364 { (exit 1); exit 1; }; } ;;
11365 esac
11368 else
11369 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11371 else
11372 opengl_msg="OpenGL development headers not found."
11375 if test -n "$opengl_msg"; then
11376 case "x$with_opengl" in
11377 x) wine_warnings="$wine_warnings|$opengl_msg
11378 OpenGL and Direct3D won't be supported." ;;
11379 xno) ;;
11380 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11381 OpenGL and Direct3D won't be supported.
11382 This is an error since --with-opengl was requested." >&5
11383 echo "$as_me: error: $opengl_msg
11384 OpenGL and Direct3D won't be supported.
11385 This is an error since --with-opengl was requested." >&2;}
11386 { (exit 1); exit 1; }; } ;;
11387 esac
11391 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11392 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11394 NASLIBS=""
11397 for ac_header in audio/audiolib.h
11399 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11401 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11403 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11406 ac_res=`eval echo '${'$as_ac_Header'}'`
11407 { echo "$as_me:$LINENO: result: $ac_res" >&5
11408 echo "${ECHO_T}$ac_res" >&6; }
11409 else
11410 # Is the header compilable?
11411 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11412 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11413 cat >conftest.$ac_ext <<_ACEOF
11414 /* confdefs.h. */
11415 _ACEOF
11416 cat confdefs.h >>conftest.$ac_ext
11417 cat >>conftest.$ac_ext <<_ACEOF
11418 /* end confdefs.h. */
11419 $ac_includes_default
11420 #include <$ac_header>
11421 _ACEOF
11422 rm -f conftest.$ac_objext
11423 if { (ac_try="$ac_compile"
11424 case "(($ac_try" in
11425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11426 *) ac_try_echo=$ac_try;;
11427 esac
11428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11429 (eval "$ac_compile") 2>conftest.er1
11430 ac_status=$?
11431 grep -v '^ *+' conftest.er1 >conftest.err
11432 rm -f conftest.er1
11433 cat conftest.err >&5
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); } && {
11436 test -z "$ac_c_werror_flag" ||
11437 test ! -s conftest.err
11438 } && test -s conftest.$ac_objext; then
11439 ac_header_compiler=yes
11440 else
11441 echo "$as_me: failed program was:" >&5
11442 sed 's/^/| /' conftest.$ac_ext >&5
11444 ac_header_compiler=no
11447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11448 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11449 echo "${ECHO_T}$ac_header_compiler" >&6; }
11451 # Is the header present?
11452 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11453 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11454 cat >conftest.$ac_ext <<_ACEOF
11455 /* confdefs.h. */
11456 _ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h. */
11460 #include <$ac_header>
11461 _ACEOF
11462 if { (ac_try="$ac_cpp conftest.$ac_ext"
11463 case "(($ac_try" in
11464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11465 *) ac_try_echo=$ac_try;;
11466 esac
11467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11469 ac_status=$?
11470 grep -v '^ *+' conftest.er1 >conftest.err
11471 rm -f conftest.er1
11472 cat conftest.err >&5
11473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474 (exit $ac_status); } >/dev/null && {
11475 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11476 test ! -s conftest.err
11477 }; then
11478 ac_header_preproc=yes
11479 else
11480 echo "$as_me: failed program was:" >&5
11481 sed 's/^/| /' conftest.$ac_ext >&5
11483 ac_header_preproc=no
11486 rm -f conftest.err conftest.$ac_ext
11487 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11488 echo "${ECHO_T}$ac_header_preproc" >&6; }
11490 # So? What about this header?
11491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11492 yes:no: )
11493 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11494 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11495 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11496 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11497 ac_header_preproc=yes
11499 no:yes:* )
11500 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11501 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11502 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11503 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11504 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11505 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11506 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11507 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11509 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11511 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11512 ( cat <<\_ASBOX
11513 ## ------------------------------------ ##
11514 ## Report this to wine-devel@winehq.org ##
11515 ## ------------------------------------ ##
11516 _ASBOX
11517 ) | sed "s/^/$as_me: WARNING: /" >&2
11519 esac
11520 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11521 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11522 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11524 else
11525 eval "$as_ac_Header=\$ac_header_preproc"
11527 ac_res=`eval echo '${'$as_ac_Header'}'`
11528 { echo "$as_me:$LINENO: result: $ac_res" >&5
11529 echo "${ECHO_T}$ac_res" >&6; }
11532 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11533 cat >>confdefs.h <<_ACEOF
11534 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11535 _ACEOF
11537 for ac_header in audio/soundlib.h
11539 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 echo $ECHO_N "(cached) $ECHO_C" >&6
11544 else
11545 cat >conftest.$ac_ext <<_ACEOF
11546 /* confdefs.h. */
11547 _ACEOF
11548 cat confdefs.h >>conftest.$ac_ext
11549 cat >>conftest.$ac_ext <<_ACEOF
11550 /* end confdefs.h. */
11551 #include <audio/audiolib.h>
11553 #include <$ac_header>
11554 _ACEOF
11555 rm -f conftest.$ac_objext
11556 if { (ac_try="$ac_compile"
11557 case "(($ac_try" in
11558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11559 *) ac_try_echo=$ac_try;;
11560 esac
11561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11562 (eval "$ac_compile") 2>conftest.er1
11563 ac_status=$?
11564 grep -v '^ *+' conftest.er1 >conftest.err
11565 rm -f conftest.er1
11566 cat conftest.err >&5
11567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11568 (exit $ac_status); } && {
11569 test -z "$ac_c_werror_flag" ||
11570 test ! -s conftest.err
11571 } && test -s conftest.$ac_objext; then
11572 eval "$as_ac_Header=yes"
11573 else
11574 echo "$as_me: failed program was:" >&5
11575 sed 's/^/| /' conftest.$ac_ext >&5
11577 eval "$as_ac_Header=no"
11580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 ac_res=`eval echo '${'$as_ac_Header'}'`
11583 { echo "$as_me:$LINENO: result: $ac_res" >&5
11584 echo "${ECHO_T}$ac_res" >&6; }
11585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11586 cat >>confdefs.h <<_ACEOF
11587 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11588 _ACEOF
11592 done
11594 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11595 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11596 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11597 echo $ECHO_N "(cached) $ECHO_C" >&6
11598 else
11599 ac_check_lib_save_LIBS=$LIBS
11600 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11601 cat >conftest.$ac_ext <<_ACEOF
11602 /* confdefs.h. */
11603 _ACEOF
11604 cat confdefs.h >>conftest.$ac_ext
11605 cat >>conftest.$ac_ext <<_ACEOF
11606 /* end confdefs.h. */
11608 /* Override any GCC internal prototype to avoid an error.
11609 Use char because int might match the return type of a GCC
11610 builtin and then its argument prototype would still apply. */
11611 #ifdef __cplusplus
11612 extern "C"
11613 #endif
11614 char AuCreateFlow ();
11616 main ()
11618 return AuCreateFlow ();
11620 return 0;
11622 _ACEOF
11623 rm -f conftest.$ac_objext conftest$ac_exeext
11624 if { (ac_try="$ac_link"
11625 case "(($ac_try" in
11626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11627 *) ac_try_echo=$ac_try;;
11628 esac
11629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11630 (eval "$ac_link") 2>conftest.er1
11631 ac_status=$?
11632 grep -v '^ *+' conftest.er1 >conftest.err
11633 rm -f conftest.er1
11634 cat conftest.err >&5
11635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636 (exit $ac_status); } && {
11637 test -z "$ac_c_werror_flag" ||
11638 test ! -s conftest.err
11639 } && test -s conftest$ac_exeext &&
11640 $as_test_x conftest$ac_exeext; then
11641 ac_cv_lib_audio_AuCreateFlow=yes
11642 else
11643 echo "$as_me: failed program was:" >&5
11644 sed 's/^/| /' conftest.$ac_ext >&5
11646 ac_cv_lib_audio_AuCreateFlow=no
11649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11650 conftest$ac_exeext conftest.$ac_ext
11651 LIBS=$ac_check_lib_save_LIBS
11653 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11654 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11655 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11657 cat >>confdefs.h <<\_ACEOF
11658 #define HAVE_NAS 1
11659 _ACEOF
11661 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11662 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11663 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11664 echo $ECHO_N "(cached) $ECHO_C" >&6
11665 else
11666 ac_check_lib_save_LIBS=$LIBS
11667 LIBS="-lXau $X_LIBS $LIBS"
11668 cat >conftest.$ac_ext <<_ACEOF
11669 /* confdefs.h. */
11670 _ACEOF
11671 cat confdefs.h >>conftest.$ac_ext
11672 cat >>conftest.$ac_ext <<_ACEOF
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11678 #ifdef __cplusplus
11679 extern "C"
11680 #endif
11681 char XauGetBestAuthByAddr ();
11683 main ()
11685 return XauGetBestAuthByAddr ();
11687 return 0;
11689 _ACEOF
11690 rm -f conftest.$ac_objext conftest$ac_exeext
11691 if { (ac_try="$ac_link"
11692 case "(($ac_try" in
11693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11695 esac
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_link") 2>conftest.er1
11698 ac_status=$?
11699 grep -v '^ *+' conftest.er1 >conftest.err
11700 rm -f conftest.er1
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } && {
11704 test -z "$ac_c_werror_flag" ||
11705 test ! -s conftest.err
11706 } && test -s conftest$ac_exeext &&
11707 $as_test_x conftest$ac_exeext; then
11708 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11709 else
11710 echo "$as_me: failed program was:" >&5
11711 sed 's/^/| /' conftest.$ac_ext >&5
11713 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11717 conftest$ac_exeext conftest.$ac_ext
11718 LIBS=$ac_check_lib_save_LIBS
11720 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11721 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11722 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11723 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11724 else
11725 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11733 done
11736 CPPFLAGS="$ac_save_CPPFLAGS"
11737 else
11738 XLIB=""
11739 X_CFLAGS=""
11740 X_LIBS=""
11741 enable_winex11_drv=${enable_winex11_drv:-no}
11742 enable_opengl32=${enable_opengl32:-no}
11743 enable_glu32=${enable_glu32:-no}
11745 if test "x$XLIB" = "x"; then
11746 case "x$with_x" in
11747 xno) ;;
11748 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11749 without X support, which probably isn't what you want. You will need to install
11750 development packages of Xlib/Xfree86 at the very least.
11751 Use the --without-x option if you really want this." >&5
11752 echo "$as_me: error: X development files not found. Wine will be built
11753 without X support, which probably isn't what you want. You will need to install
11754 development packages of Xlib/Xfree86 at the very least.
11755 Use the --without-x option if you really want this." >&2;}
11756 { (exit 1); exit 1; }; } ;;
11757 esac
11762 XML2LIBS=""
11764 XML2INCL=""
11766 XSLTLIBS=""
11768 XSLTINCL=""
11770 if test "x$with_xml" != "xno"
11771 then
11772 ac_save_CPPFLAGS="$CPPFLAGS"
11773 if test "$PKG_CONFIG" != "false"
11774 then
11775 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11776 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11777 else
11778 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11779 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11781 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11783 for ac_header in libxml/parser.h
11785 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11787 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11790 echo $ECHO_N "(cached) $ECHO_C" >&6
11792 ac_res=`eval echo '${'$as_ac_Header'}'`
11793 { echo "$as_me:$LINENO: result: $ac_res" >&5
11794 echo "${ECHO_T}$ac_res" >&6; }
11795 else
11796 # Is the header compilable?
11797 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11798 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11799 cat >conftest.$ac_ext <<_ACEOF
11800 /* confdefs.h. */
11801 _ACEOF
11802 cat confdefs.h >>conftest.$ac_ext
11803 cat >>conftest.$ac_ext <<_ACEOF
11804 /* end confdefs.h. */
11805 $ac_includes_default
11806 #include <$ac_header>
11807 _ACEOF
11808 rm -f conftest.$ac_objext
11809 if { (ac_try="$ac_compile"
11810 case "(($ac_try" in
11811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11812 *) ac_try_echo=$ac_try;;
11813 esac
11814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11815 (eval "$ac_compile") 2>conftest.er1
11816 ac_status=$?
11817 grep -v '^ *+' conftest.er1 >conftest.err
11818 rm -f conftest.er1
11819 cat conftest.err >&5
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); } && {
11822 test -z "$ac_c_werror_flag" ||
11823 test ! -s conftest.err
11824 } && test -s conftest.$ac_objext; then
11825 ac_header_compiler=yes
11826 else
11827 echo "$as_me: failed program was:" >&5
11828 sed 's/^/| /' conftest.$ac_ext >&5
11830 ac_header_compiler=no
11833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11834 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11835 echo "${ECHO_T}$ac_header_compiler" >&6; }
11837 # Is the header present?
11838 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11839 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11840 cat >conftest.$ac_ext <<_ACEOF
11841 /* confdefs.h. */
11842 _ACEOF
11843 cat confdefs.h >>conftest.$ac_ext
11844 cat >>conftest.$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11846 #include <$ac_header>
11847 _ACEOF
11848 if { (ac_try="$ac_cpp conftest.$ac_ext"
11849 case "(($ac_try" in
11850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11851 *) ac_try_echo=$ac_try;;
11852 esac
11853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11855 ac_status=$?
11856 grep -v '^ *+' conftest.er1 >conftest.err
11857 rm -f conftest.er1
11858 cat conftest.err >&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); } >/dev/null && {
11861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11862 test ! -s conftest.err
11863 }; then
11864 ac_header_preproc=yes
11865 else
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11869 ac_header_preproc=no
11872 rm -f conftest.err conftest.$ac_ext
11873 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11874 echo "${ECHO_T}$ac_header_preproc" >&6; }
11876 # So? What about this header?
11877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11878 yes:no: )
11879 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11880 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11881 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11882 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11883 ac_header_preproc=yes
11885 no:yes:* )
11886 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11887 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11888 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11889 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11890 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11891 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11892 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11893 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11895 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11897 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11898 ( cat <<\_ASBOX
11899 ## ------------------------------------ ##
11900 ## Report this to wine-devel@winehq.org ##
11901 ## ------------------------------------ ##
11902 _ASBOX
11903 ) | sed "s/^/$as_me: WARNING: /" >&2
11905 esac
11906 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11907 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11909 echo $ECHO_N "(cached) $ECHO_C" >&6
11910 else
11911 eval "$as_ac_Header=\$ac_header_preproc"
11913 ac_res=`eval echo '${'$as_ac_Header'}'`
11914 { echo "$as_me:$LINENO: result: $ac_res" >&5
11915 echo "${ECHO_T}$ac_res" >&6; }
11918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11919 cat >>confdefs.h <<_ACEOF
11920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11921 _ACEOF
11922 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11923 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11924 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11926 else
11927 ac_check_lib_save_LIBS=$LIBS
11928 LIBS="-lxml2 $ac_xml_libs $LIBS"
11929 cat >conftest.$ac_ext <<_ACEOF
11930 /* confdefs.h. */
11931 _ACEOF
11932 cat confdefs.h >>conftest.$ac_ext
11933 cat >>conftest.$ac_ext <<_ACEOF
11934 /* end confdefs.h. */
11936 /* Override any GCC internal prototype to avoid an error.
11937 Use char because int might match the return type of a GCC
11938 builtin and then its argument prototype would still apply. */
11939 #ifdef __cplusplus
11940 extern "C"
11941 #endif
11942 char xmlParseMemory ();
11944 main ()
11946 return xmlParseMemory ();
11948 return 0;
11950 _ACEOF
11951 rm -f conftest.$ac_objext conftest$ac_exeext
11952 if { (ac_try="$ac_link"
11953 case "(($ac_try" in
11954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11955 *) ac_try_echo=$ac_try;;
11956 esac
11957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11958 (eval "$ac_link") 2>conftest.er1
11959 ac_status=$?
11960 grep -v '^ *+' conftest.er1 >conftest.err
11961 rm -f conftest.er1
11962 cat conftest.err >&5
11963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964 (exit $ac_status); } && {
11965 test -z "$ac_c_werror_flag" ||
11966 test ! -s conftest.err
11967 } && test -s conftest$ac_exeext &&
11968 $as_test_x conftest$ac_exeext; then
11969 ac_cv_lib_xml2_xmlParseMemory=yes
11970 else
11971 echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.$ac_ext >&5
11974 ac_cv_lib_xml2_xmlParseMemory=no
11977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11978 conftest$ac_exeext conftest.$ac_ext
11979 LIBS=$ac_check_lib_save_LIBS
11981 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11982 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11983 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11985 cat >>confdefs.h <<\_ACEOF
11986 #define HAVE_LIBXML2 1
11987 _ACEOF
11989 XML2LIBS="$ac_xml_libs"
11990 XML2INCL="$ac_xml_cflags"
11993 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11994 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11995 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11996 echo $ECHO_N "(cached) $ECHO_C" >&6
11997 else
11998 ac_check_lib_save_LIBS=$LIBS
11999 LIBS="-lxml2 $ac_xml_libs $LIBS"
12000 cat >conftest.$ac_ext <<_ACEOF
12001 /* confdefs.h. */
12002 _ACEOF
12003 cat confdefs.h >>conftest.$ac_ext
12004 cat >>conftest.$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12007 /* Override any GCC internal prototype to avoid an error.
12008 Use char because int might match the return type of a GCC
12009 builtin and then its argument prototype would still apply. */
12010 #ifdef __cplusplus
12011 extern "C"
12012 #endif
12013 char xmlReadMemory ();
12015 main ()
12017 return xmlReadMemory ();
12019 return 0;
12021 _ACEOF
12022 rm -f conftest.$ac_objext conftest$ac_exeext
12023 if { (ac_try="$ac_link"
12024 case "(($ac_try" in
12025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12026 *) ac_try_echo=$ac_try;;
12027 esac
12028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12029 (eval "$ac_link") 2>conftest.er1
12030 ac_status=$?
12031 grep -v '^ *+' conftest.er1 >conftest.err
12032 rm -f conftest.er1
12033 cat conftest.err >&5
12034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12035 (exit $ac_status); } && {
12036 test -z "$ac_c_werror_flag" ||
12037 test ! -s conftest.err
12038 } && test -s conftest$ac_exeext &&
12039 $as_test_x conftest$ac_exeext; then
12040 ac_cv_lib_xml2_xmlReadMemory=yes
12041 else
12042 echo "$as_me: failed program was:" >&5
12043 sed 's/^/| /' conftest.$ac_ext >&5
12045 ac_cv_lib_xml2_xmlReadMemory=no
12048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12049 conftest$ac_exeext conftest.$ac_ext
12050 LIBS=$ac_check_lib_save_LIBS
12052 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12053 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12054 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12056 cat >>confdefs.h <<\_ACEOF
12057 #define HAVE_XMLREADMEMORY 1
12058 _ACEOF
12062 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12063 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12064 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12066 else
12067 ac_check_lib_save_LIBS=$LIBS
12068 LIBS="-lxml2 $ac_xml_libs $LIBS"
12069 cat >conftest.$ac_ext <<_ACEOF
12070 /* confdefs.h. */
12071 _ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12076 /* Override any GCC internal prototype to avoid an error.
12077 Use char because int might match the return type of a GCC
12078 builtin and then its argument prototype would still apply. */
12079 #ifdef __cplusplus
12080 extern "C"
12081 #endif
12082 char xmlNewDocPI ();
12084 main ()
12086 return xmlNewDocPI ();
12088 return 0;
12090 _ACEOF
12091 rm -f conftest.$ac_objext conftest$ac_exeext
12092 if { (ac_try="$ac_link"
12093 case "(($ac_try" in
12094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12095 *) ac_try_echo=$ac_try;;
12096 esac
12097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12098 (eval "$ac_link") 2>conftest.er1
12099 ac_status=$?
12100 grep -v '^ *+' conftest.er1 >conftest.err
12101 rm -f conftest.er1
12102 cat conftest.err >&5
12103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12104 (exit $ac_status); } && {
12105 test -z "$ac_c_werror_flag" ||
12106 test ! -s conftest.err
12107 } && test -s conftest$ac_exeext &&
12108 $as_test_x conftest$ac_exeext; then
12109 ac_cv_lib_xml2_xmlNewDocPI=yes
12110 else
12111 echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.$ac_ext >&5
12114 ac_cv_lib_xml2_xmlNewDocPI=no
12117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12118 conftest$ac_exeext conftest.$ac_ext
12119 LIBS=$ac_check_lib_save_LIBS
12121 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12122 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12123 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12125 cat >>confdefs.h <<\_ACEOF
12126 #define HAVE_XMLNEWDOCPI 1
12127 _ACEOF
12134 done
12136 CPPFLAGS="$ac_save_CPPFLAGS"
12138 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12139 case "x$with_xml" in
12140 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12141 xno) ;;
12142 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12143 This is an error since --with-xml was requested." >&5
12144 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12145 This is an error since --with-xml was requested." >&2;}
12146 { (exit 1); exit 1; }; } ;;
12147 esac
12151 if test "x$with_xslt" != "xno"
12152 then
12153 if test "$PKG_CONFIG" != "false"
12154 then
12155 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12156 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12157 else
12158 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12159 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12161 ac_save_CPPFLAGS="$CPPFLAGS"
12162 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12165 for ac_header in libxslt/pattern.h libxslt/transform.h
12167 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12168 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12171 echo $ECHO_N "(cached) $ECHO_C" >&6
12172 else
12173 cat >conftest.$ac_ext <<_ACEOF
12174 /* confdefs.h. */
12175 _ACEOF
12176 cat confdefs.h >>conftest.$ac_ext
12177 cat >>conftest.$ac_ext <<_ACEOF
12178 /* end confdefs.h. */
12179 #ifdef HAVE_LIBXSLT_PATTERN_H
12180 # include <libxslt/pattern.h>
12181 #endif
12183 #include <$ac_header>
12184 _ACEOF
12185 rm -f conftest.$ac_objext
12186 if { (ac_try="$ac_compile"
12187 case "(($ac_try" in
12188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12189 *) ac_try_echo=$ac_try;;
12190 esac
12191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12192 (eval "$ac_compile") 2>conftest.er1
12193 ac_status=$?
12194 grep -v '^ *+' conftest.er1 >conftest.err
12195 rm -f conftest.er1
12196 cat conftest.err >&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); } && {
12199 test -z "$ac_c_werror_flag" ||
12200 test ! -s conftest.err
12201 } && test -s conftest.$ac_objext; then
12202 eval "$as_ac_Header=yes"
12203 else
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12207 eval "$as_ac_Header=no"
12210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 ac_res=`eval echo '${'$as_ac_Header'}'`
12213 { echo "$as_me:$LINENO: result: $ac_res" >&5
12214 echo "${ECHO_T}$ac_res" >&6; }
12215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12216 cat >>confdefs.h <<_ACEOF
12217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12218 _ACEOF
12222 done
12224 CPPFLAGS="$ac_save_CPPFLAGS"
12225 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12226 then
12227 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12228 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12229 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6
12231 else
12232 ac_check_lib_save_LIBS=$LIBS
12233 LIBS="-lxslt $ac_xslt_libs $LIBS"
12234 cat >conftest.$ac_ext <<_ACEOF
12235 /* confdefs.h. */
12236 _ACEOF
12237 cat confdefs.h >>conftest.$ac_ext
12238 cat >>conftest.$ac_ext <<_ACEOF
12239 /* end confdefs.h. */
12241 /* Override any GCC internal prototype to avoid an error.
12242 Use char because int might match the return type of a GCC
12243 builtin and then its argument prototype would still apply. */
12244 #ifdef __cplusplus
12245 extern "C"
12246 #endif
12247 char xsltCompilePattern ();
12249 main ()
12251 return xsltCompilePattern ();
12253 return 0;
12255 _ACEOF
12256 rm -f conftest.$ac_objext conftest$ac_exeext
12257 if { (ac_try="$ac_link"
12258 case "(($ac_try" in
12259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12260 *) ac_try_echo=$ac_try;;
12261 esac
12262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12263 (eval "$ac_link") 2>conftest.er1
12264 ac_status=$?
12265 grep -v '^ *+' conftest.er1 >conftest.err
12266 rm -f conftest.er1
12267 cat conftest.err >&5
12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12269 (exit $ac_status); } && {
12270 test -z "$ac_c_werror_flag" ||
12271 test ! -s conftest.err
12272 } && test -s conftest$ac_exeext &&
12273 $as_test_x conftest$ac_exeext; then
12274 ac_cv_lib_xslt_xsltCompilePattern=yes
12275 else
12276 echo "$as_me: failed program was:" >&5
12277 sed 's/^/| /' conftest.$ac_ext >&5
12279 ac_cv_lib_xslt_xsltCompilePattern=no
12282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12283 conftest$ac_exeext conftest.$ac_ext
12284 LIBS=$ac_check_lib_save_LIBS
12286 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12287 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12288 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12290 cat >>confdefs.h <<\_ACEOF
12291 #define HAVE_LIBXSLT 1
12292 _ACEOF
12294 XSLTLIBS="$ac_xslt_libs"
12295 XSLTINCL="$ac_xslt_cflags"
12296 ac_save_LIBS="$LIBS"
12297 LIBS="$LIBS $ac_xslt_libs"
12299 for ac_func in xsltInit
12301 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12302 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12304 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306 else
12307 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h. */
12309 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF
12312 /* end confdefs.h. */
12313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12315 #define $ac_func innocuous_$ac_func
12317 /* System header to define __stub macros and hopefully few prototypes,
12318 which can conflict with char $ac_func (); below.
12319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12320 <limits.h> exists even on freestanding compilers. */
12322 #ifdef __STDC__
12323 # include <limits.h>
12324 #else
12325 # include <assert.h>
12326 #endif
12328 #undef $ac_func
12330 /* Override any GCC internal prototype to avoid an error.
12331 Use char because int might match the return type of a GCC
12332 builtin and then its argument prototype would still apply. */
12333 #ifdef __cplusplus
12334 extern "C"
12335 #endif
12336 char $ac_func ();
12337 /* The GNU C library defines this for functions which it implements
12338 to always fail with ENOSYS. Some functions are actually named
12339 something starting with __ and the normal name is an alias. */
12340 #if defined __stub_$ac_func || defined __stub___$ac_func
12341 choke me
12342 #endif
12345 main ()
12347 return $ac_func ();
12349 return 0;
12351 _ACEOF
12352 rm -f conftest.$ac_objext conftest$ac_exeext
12353 if { (ac_try="$ac_link"
12354 case "(($ac_try" in
12355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12356 *) ac_try_echo=$ac_try;;
12357 esac
12358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12359 (eval "$ac_link") 2>conftest.er1
12360 ac_status=$?
12361 grep -v '^ *+' conftest.er1 >conftest.err
12362 rm -f conftest.er1
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && {
12366 test -z "$ac_c_werror_flag" ||
12367 test ! -s conftest.err
12368 } && test -s conftest$ac_exeext &&
12369 $as_test_x conftest$ac_exeext; then
12370 eval "$as_ac_var=yes"
12371 else
12372 echo "$as_me: failed program was:" >&5
12373 sed 's/^/| /' conftest.$ac_ext >&5
12375 eval "$as_ac_var=no"
12378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12379 conftest$ac_exeext conftest.$ac_ext
12381 ac_res=`eval echo '${'$as_ac_var'}'`
12382 { echo "$as_me:$LINENO: result: $ac_res" >&5
12383 echo "${ECHO_T}$ac_res" >&6; }
12384 if test `eval echo '${'$as_ac_var'}'` = yes; then
12385 cat >>confdefs.h <<_ACEOF
12386 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12387 _ACEOF
12390 done
12392 LIBS="$ac_save_LIBS"
12397 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12398 case "x$with_xslt" in
12399 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12400 xno) ;;
12401 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12402 This is an error since --with-xslt was requested." >&5
12403 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12404 This is an error since --with-xslt was requested." >&2;}
12405 { (exit 1); exit 1; }; } ;;
12406 esac
12410 HALINCL=""
12412 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12413 then
12414 ac_save_CPPFLAGS="$CPPFLAGS"
12415 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12416 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12417 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12420 for ac_header in dbus/dbus.h hal/libhal.h
12422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12427 echo $ECHO_N "(cached) $ECHO_C" >&6
12429 ac_res=`eval echo '${'$as_ac_Header'}'`
12430 { echo "$as_me:$LINENO: result: $ac_res" >&5
12431 echo "${ECHO_T}$ac_res" >&6; }
12432 else
12433 # Is the header compilable?
12434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12436 cat >conftest.$ac_ext <<_ACEOF
12437 /* confdefs.h. */
12438 _ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 $ac_includes_default
12443 #include <$ac_header>
12444 _ACEOF
12445 rm -f conftest.$ac_objext
12446 if { (ac_try="$ac_compile"
12447 case "(($ac_try" in
12448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12449 *) ac_try_echo=$ac_try;;
12450 esac
12451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12452 (eval "$ac_compile") 2>conftest.er1
12453 ac_status=$?
12454 grep -v '^ *+' conftest.er1 >conftest.err
12455 rm -f conftest.er1
12456 cat conftest.err >&5
12457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12458 (exit $ac_status); } && {
12459 test -z "$ac_c_werror_flag" ||
12460 test ! -s conftest.err
12461 } && test -s conftest.$ac_objext; then
12462 ac_header_compiler=yes
12463 else
12464 echo "$as_me: failed program was:" >&5
12465 sed 's/^/| /' conftest.$ac_ext >&5
12467 ac_header_compiler=no
12470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12472 echo "${ECHO_T}$ac_header_compiler" >&6; }
12474 # Is the header present?
12475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12477 cat >conftest.$ac_ext <<_ACEOF
12478 /* confdefs.h. */
12479 _ACEOF
12480 cat confdefs.h >>conftest.$ac_ext
12481 cat >>conftest.$ac_ext <<_ACEOF
12482 /* end confdefs.h. */
12483 #include <$ac_header>
12484 _ACEOF
12485 if { (ac_try="$ac_cpp conftest.$ac_ext"
12486 case "(($ac_try" in
12487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12488 *) ac_try_echo=$ac_try;;
12489 esac
12490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12492 ac_status=$?
12493 grep -v '^ *+' conftest.er1 >conftest.err
12494 rm -f conftest.er1
12495 cat conftest.err >&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } >/dev/null && {
12498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12499 test ! -s conftest.err
12500 }; then
12501 ac_header_preproc=yes
12502 else
12503 echo "$as_me: failed program was:" >&5
12504 sed 's/^/| /' conftest.$ac_ext >&5
12506 ac_header_preproc=no
12509 rm -f conftest.err conftest.$ac_ext
12510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12511 echo "${ECHO_T}$ac_header_preproc" >&6; }
12513 # So? What about this header?
12514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12515 yes:no: )
12516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12520 ac_header_preproc=yes
12522 no:yes:* )
12523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12535 ( cat <<\_ASBOX
12536 ## ------------------------------------ ##
12537 ## Report this to wine-devel@winehq.org ##
12538 ## ------------------------------------ ##
12539 _ASBOX
12540 ) | sed "s/^/$as_me: WARNING: /" >&2
12542 esac
12543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12546 echo $ECHO_N "(cached) $ECHO_C" >&6
12547 else
12548 eval "$as_ac_Header=\$ac_header_preproc"
12550 ac_res=`eval echo '${'$as_ac_Header'}'`
12551 { echo "$as_me:$LINENO: result: $ac_res" >&5
12552 echo "${ECHO_T}$ac_res" >&6; }
12555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12556 cat >>confdefs.h <<_ACEOF
12557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12558 _ACEOF
12562 done
12564 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12565 then
12566 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12567 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12568 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12570 else
12571 ac_check_lib_save_LIBS=$LIBS
12572 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12573 cat >conftest.$ac_ext <<_ACEOF
12574 /* confdefs.h. */
12575 _ACEOF
12576 cat confdefs.h >>conftest.$ac_ext
12577 cat >>conftest.$ac_ext <<_ACEOF
12578 /* end confdefs.h. */
12580 /* Override any GCC internal prototype to avoid an error.
12581 Use char because int might match the return type of a GCC
12582 builtin and then its argument prototype would still apply. */
12583 #ifdef __cplusplus
12584 extern "C"
12585 #endif
12586 char dbus_connection_close ();
12588 main ()
12590 return dbus_connection_close ();
12592 return 0;
12594 _ACEOF
12595 rm -f conftest.$ac_objext conftest$ac_exeext
12596 if { (ac_try="$ac_link"
12597 case "(($ac_try" in
12598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12599 *) ac_try_echo=$ac_try;;
12600 esac
12601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12602 (eval "$ac_link") 2>conftest.er1
12603 ac_status=$?
12604 grep -v '^ *+' conftest.er1 >conftest.err
12605 rm -f conftest.er1
12606 cat conftest.err >&5
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); } && {
12609 test -z "$ac_c_werror_flag" ||
12610 test ! -s conftest.err
12611 } && test -s conftest$ac_exeext &&
12612 $as_test_x conftest$ac_exeext; then
12613 ac_cv_lib_dbus_1_dbus_connection_close=yes
12614 else
12615 echo "$as_me: failed program was:" >&5
12616 sed 's/^/| /' conftest.$ac_ext >&5
12618 ac_cv_lib_dbus_1_dbus_connection_close=no
12621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12622 conftest$ac_exeext conftest.$ac_ext
12623 LIBS=$ac_check_lib_save_LIBS
12625 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12626 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12627 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12628 { echo "$as_me:$LINENO: checking for -lhal" >&5
12629 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12630 if test "${ac_cv_lib_soname_hal+set}" = set; then
12631 echo $ECHO_N "(cached) $ECHO_C" >&6
12632 else
12633 ac_check_soname_save_LIBS=$LIBS
12634 LIBS="-lhal $ac_hal_libs $LIBS"
12635 cat >conftest.$ac_ext <<_ACEOF
12636 /* confdefs.h. */
12637 _ACEOF
12638 cat confdefs.h >>conftest.$ac_ext
12639 cat >>conftest.$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12645 #ifdef __cplusplus
12646 extern "C"
12647 #endif
12648 char libhal_ctx_new ();
12650 main ()
12652 return libhal_ctx_new ();
12654 return 0;
12656 _ACEOF
12657 rm -f conftest.$ac_objext conftest$ac_exeext
12658 if { (ac_try="$ac_link"
12659 case "(($ac_try" in
12660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12662 esac
12663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12664 (eval "$ac_link") 2>conftest.er1
12665 ac_status=$?
12666 grep -v '^ *+' conftest.er1 >conftest.err
12667 rm -f conftest.er1
12668 cat conftest.err >&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } && {
12671 test -z "$ac_c_werror_flag" ||
12672 test ! -s conftest.err
12673 } && test -s conftest$ac_exeext &&
12674 $as_test_x conftest$ac_exeext; then
12675 case "$LIBEXT" in
12676 dll) ;;
12677 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'` ;;
12678 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12679 esac
12680 else
12681 echo "$as_me: failed program was:" >&5
12682 sed 's/^/| /' conftest.$ac_ext >&5
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_soname_save_LIBS
12691 if test "x$ac_cv_lib_soname_hal" = "x"; then
12692 { echo "$as_me:$LINENO: result: not found" >&5
12693 echo "${ECHO_T}not found" >&6; }
12695 else
12696 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12697 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12699 cat >>confdefs.h <<_ACEOF
12700 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12701 _ACEOF
12703 HALINCL="$ac_hal_cflags"
12709 CPPFLAGS="$ac_save_CPPFLAGS"
12711 if test "x$ac_cv_lib_soname_hal" = "x"; then
12712 case "x$with_hal" in
12713 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12714 xno) ;;
12715 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12716 This is an error since --with-hal was requested." >&5
12717 echo "$as_me: error: libhal development files not found, no dynamic device support.
12718 This is an error since --with-hal was requested." >&2;}
12719 { (exit 1); exit 1; }; } ;;
12720 esac
12724 CURSESLIBS=""
12725 if test "$ac_cv_header_ncurses_h" = "yes"
12726 then
12727 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12728 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12729 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12730 echo $ECHO_N "(cached) $ECHO_C" >&6
12731 else
12732 ac_check_soname_save_LIBS=$LIBS
12733 LIBS="-lncurses $LIBS"
12734 cat >conftest.$ac_ext <<_ACEOF
12735 /* confdefs.h. */
12736 _ACEOF
12737 cat confdefs.h >>conftest.$ac_ext
12738 cat >>conftest.$ac_ext <<_ACEOF
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12744 #ifdef __cplusplus
12745 extern "C"
12746 #endif
12747 char waddch ();
12749 main ()
12751 return waddch ();
12753 return 0;
12755 _ACEOF
12756 rm -f conftest.$ac_objext conftest$ac_exeext
12757 if { (ac_try="$ac_link"
12758 case "(($ac_try" in
12759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12760 *) ac_try_echo=$ac_try;;
12761 esac
12762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12763 (eval "$ac_link") 2>conftest.er1
12764 ac_status=$?
12765 grep -v '^ *+' conftest.er1 >conftest.err
12766 rm -f conftest.er1
12767 cat conftest.err >&5
12768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); } && {
12770 test -z "$ac_c_werror_flag" ||
12771 test ! -s conftest.err
12772 } && test -s conftest$ac_exeext &&
12773 $as_test_x conftest$ac_exeext; then
12774 case "$LIBEXT" in
12775 dll) ;;
12776 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'` ;;
12777 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12778 esac
12779 else
12780 echo "$as_me: failed program was:" >&5
12781 sed 's/^/| /' conftest.$ac_ext >&5
12786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12787 conftest$ac_exeext conftest.$ac_ext
12788 LIBS=$ac_check_soname_save_LIBS
12790 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12791 { echo "$as_me:$LINENO: result: not found" >&5
12792 echo "${ECHO_T}not found" >&6; }
12794 else
12795 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12796 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12798 cat >>confdefs.h <<_ACEOF
12799 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12800 _ACEOF
12802 CURSESLIBS="-lncurses"
12805 elif test "$ac_cv_header_curses_h" = "yes"
12806 then
12807 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12808 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12809 if test "${ac_cv_lib_soname_curses+set}" = set; then
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12811 else
12812 ac_check_soname_save_LIBS=$LIBS
12813 LIBS="-lcurses $LIBS"
12814 cat >conftest.$ac_ext <<_ACEOF
12815 /* confdefs.h. */
12816 _ACEOF
12817 cat confdefs.h >>conftest.$ac_ext
12818 cat >>conftest.$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12824 #ifdef __cplusplus
12825 extern "C"
12826 #endif
12827 char waddch ();
12829 main ()
12831 return waddch ();
12833 return 0;
12835 _ACEOF
12836 rm -f conftest.$ac_objext conftest$ac_exeext
12837 if { (ac_try="$ac_link"
12838 case "(($ac_try" in
12839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12841 esac
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_link") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest$ac_exeext &&
12853 $as_test_x conftest$ac_exeext; then
12854 case "$LIBEXT" in
12855 dll) ;;
12856 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'` ;;
12857 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12858 esac
12859 else
12860 echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_soname_save_LIBS
12870 if test "x$ac_cv_lib_soname_curses" = "x"; then
12871 { echo "$as_me:$LINENO: result: not found" >&5
12872 echo "${ECHO_T}not found" >&6; }
12874 else
12875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12876 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12878 cat >>confdefs.h <<_ACEOF
12879 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12880 _ACEOF
12882 CURSESLIBS="-lcurses"
12886 ac_save_LIBS="$LIBS"
12887 LIBS="$LIBS $CURSESLIBS"
12889 for ac_func in mousemask
12891 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12894 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12895 echo $ECHO_N "(cached) $ECHO_C" >&6
12896 else
12897 cat >conftest.$ac_ext <<_ACEOF
12898 /* confdefs.h. */
12899 _ACEOF
12900 cat confdefs.h >>conftest.$ac_ext
12901 cat >>conftest.$ac_ext <<_ACEOF
12902 /* end confdefs.h. */
12903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12905 #define $ac_func innocuous_$ac_func
12907 /* System header to define __stub macros and hopefully few prototypes,
12908 which can conflict with char $ac_func (); below.
12909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12910 <limits.h> exists even on freestanding compilers. */
12912 #ifdef __STDC__
12913 # include <limits.h>
12914 #else
12915 # include <assert.h>
12916 #endif
12918 #undef $ac_func
12920 /* Override any GCC internal prototype to avoid an error.
12921 Use char because int might match the return type of a GCC
12922 builtin and then its argument prototype would still apply. */
12923 #ifdef __cplusplus
12924 extern "C"
12925 #endif
12926 char $ac_func ();
12927 /* The GNU C library defines this for functions which it implements
12928 to always fail with ENOSYS. Some functions are actually named
12929 something starting with __ and the normal name is an alias. */
12930 #if defined __stub_$ac_func || defined __stub___$ac_func
12931 choke me
12932 #endif
12935 main ()
12937 return $ac_func ();
12939 return 0;
12941 _ACEOF
12942 rm -f conftest.$ac_objext conftest$ac_exeext
12943 if { (ac_try="$ac_link"
12944 case "(($ac_try" in
12945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12946 *) ac_try_echo=$ac_try;;
12947 esac
12948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12949 (eval "$ac_link") 2>conftest.er1
12950 ac_status=$?
12951 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1
12953 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && {
12956 test -z "$ac_c_werror_flag" ||
12957 test ! -s conftest.err
12958 } && test -s conftest$ac_exeext &&
12959 $as_test_x conftest$ac_exeext; then
12960 eval "$as_ac_var=yes"
12961 else
12962 echo "$as_me: failed program was:" >&5
12963 sed 's/^/| /' conftest.$ac_ext >&5
12965 eval "$as_ac_var=no"
12968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12969 conftest$ac_exeext conftest.$ac_ext
12971 ac_res=`eval echo '${'$as_ac_var'}'`
12972 { echo "$as_me:$LINENO: result: $ac_res" >&5
12973 echo "${ECHO_T}$ac_res" >&6; }
12974 if test `eval echo '${'$as_ac_var'}'` = yes; then
12975 cat >>confdefs.h <<_ACEOF
12976 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12977 _ACEOF
12980 done
12982 LIBS="$ac_save_LIBS"
12983 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12984 case "x$with_curses" in
12985 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12986 xno) ;;
12987 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12988 This is an error since --with-curses was requested." >&5
12989 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12990 This is an error since --with-curses was requested." >&2;}
12991 { (exit 1); exit 1; }; } ;;
12992 esac
12996 # Extract the first word of "sane-config", so it can be a program name with args.
12997 set dummy sane-config; ac_word=$2
12998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13000 if test "${ac_cv_prog_sane_devel+set}" = set; then
13001 echo $ECHO_N "(cached) $ECHO_C" >&6
13002 else
13003 if test -n "$sane_devel"; then
13004 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13005 else
13006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13007 for as_dir in $PATH
13009 IFS=$as_save_IFS
13010 test -z "$as_dir" && as_dir=.
13011 for ac_exec_ext in '' $ac_executable_extensions; do
13012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13013 ac_cv_prog_sane_devel="sane-config"
13014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13015 break 2
13017 done
13018 done
13019 IFS=$as_save_IFS
13021 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13024 sane_devel=$ac_cv_prog_sane_devel
13025 if test -n "$sane_devel"; then
13026 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13027 echo "${ECHO_T}$sane_devel" >&6; }
13028 else
13029 { echo "$as_me:$LINENO: result: no" >&5
13030 echo "${ECHO_T}no" >&6; }
13034 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13035 then
13036 ac_sane_incl="`$sane_devel --cflags`"
13037 ac_sane_libs="`$sane_devel --ldflags`"
13038 ac_save_CPPFLAGS="$CPPFLAGS"
13039 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13040 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13041 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13042 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13043 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13044 echo $ECHO_N "(cached) $ECHO_C" >&6
13046 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13047 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13048 else
13049 # Is the header compilable?
13050 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13051 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13052 cat >conftest.$ac_ext <<_ACEOF
13053 /* confdefs.h. */
13054 _ACEOF
13055 cat confdefs.h >>conftest.$ac_ext
13056 cat >>conftest.$ac_ext <<_ACEOF
13057 /* end confdefs.h. */
13058 $ac_includes_default
13059 #include <sane/sane.h>
13060 _ACEOF
13061 rm -f conftest.$ac_objext
13062 if { (ac_try="$ac_compile"
13063 case "(($ac_try" in
13064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13065 *) ac_try_echo=$ac_try;;
13066 esac
13067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13068 (eval "$ac_compile") 2>conftest.er1
13069 ac_status=$?
13070 grep -v '^ *+' conftest.er1 >conftest.err
13071 rm -f conftest.er1
13072 cat conftest.err >&5
13073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13074 (exit $ac_status); } && {
13075 test -z "$ac_c_werror_flag" ||
13076 test ! -s conftest.err
13077 } && test -s conftest.$ac_objext; then
13078 ac_header_compiler=yes
13079 else
13080 echo "$as_me: failed program was:" >&5
13081 sed 's/^/| /' conftest.$ac_ext >&5
13083 ac_header_compiler=no
13086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13087 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13088 echo "${ECHO_T}$ac_header_compiler" >&6; }
13090 # Is the header present?
13091 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13092 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13093 cat >conftest.$ac_ext <<_ACEOF
13094 /* confdefs.h. */
13095 _ACEOF
13096 cat confdefs.h >>conftest.$ac_ext
13097 cat >>conftest.$ac_ext <<_ACEOF
13098 /* end confdefs.h. */
13099 #include <sane/sane.h>
13100 _ACEOF
13101 if { (ac_try="$ac_cpp conftest.$ac_ext"
13102 case "(($ac_try" in
13103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13104 *) ac_try_echo=$ac_try;;
13105 esac
13106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13107 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13108 ac_status=$?
13109 grep -v '^ *+' conftest.er1 >conftest.err
13110 rm -f conftest.er1
13111 cat conftest.err >&5
13112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113 (exit $ac_status); } >/dev/null && {
13114 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13115 test ! -s conftest.err
13116 }; then
13117 ac_header_preproc=yes
13118 else
13119 echo "$as_me: failed program was:" >&5
13120 sed 's/^/| /' conftest.$ac_ext >&5
13122 ac_header_preproc=no
13125 rm -f conftest.err conftest.$ac_ext
13126 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13127 echo "${ECHO_T}$ac_header_preproc" >&6; }
13129 # So? What about this header?
13130 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13131 yes:no: )
13132 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13133 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13134 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13135 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13136 ac_header_preproc=yes
13138 no:yes:* )
13139 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13140 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13141 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13142 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13143 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13144 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13145 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13146 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13148 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13150 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13151 ( cat <<\_ASBOX
13152 ## ------------------------------------ ##
13153 ## Report this to wine-devel@winehq.org ##
13154 ## ------------------------------------ ##
13155 _ASBOX
13156 ) | sed "s/^/$as_me: WARNING: /" >&2
13158 esac
13159 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13160 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13161 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13162 echo $ECHO_N "(cached) $ECHO_C" >&6
13163 else
13164 ac_cv_header_sane_sane_h=$ac_header_preproc
13166 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13167 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13170 if test $ac_cv_header_sane_sane_h = yes; then
13171 { echo "$as_me:$LINENO: checking for -lsane" >&5
13172 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13173 if test "${ac_cv_lib_soname_sane+set}" = set; then
13174 echo $ECHO_N "(cached) $ECHO_C" >&6
13175 else
13176 ac_check_soname_save_LIBS=$LIBS
13177 LIBS="-lsane $ac_sane_libs $LIBS"
13178 cat >conftest.$ac_ext <<_ACEOF
13179 /* confdefs.h. */
13180 _ACEOF
13181 cat confdefs.h >>conftest.$ac_ext
13182 cat >>conftest.$ac_ext <<_ACEOF
13183 /* end confdefs.h. */
13185 /* Override any GCC internal prototype to avoid an error.
13186 Use char because int might match the return type of a GCC
13187 builtin and then its argument prototype would still apply. */
13188 #ifdef __cplusplus
13189 extern "C"
13190 #endif
13191 char sane_init ();
13193 main ()
13195 return sane_init ();
13197 return 0;
13199 _ACEOF
13200 rm -f conftest.$ac_objext conftest$ac_exeext
13201 if { (ac_try="$ac_link"
13202 case "(($ac_try" in
13203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13205 esac
13206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13207 (eval "$ac_link") 2>conftest.er1
13208 ac_status=$?
13209 grep -v '^ *+' conftest.er1 >conftest.err
13210 rm -f conftest.er1
13211 cat conftest.err >&5
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } && {
13214 test -z "$ac_c_werror_flag" ||
13215 test ! -s conftest.err
13216 } && test -s conftest$ac_exeext &&
13217 $as_test_x conftest$ac_exeext; then
13218 case "$LIBEXT" in
13219 dll) ;;
13220 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'` ;;
13221 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13222 esac
13223 else
13224 echo "$as_me: failed program was:" >&5
13225 sed 's/^/| /' conftest.$ac_ext >&5
13230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13231 conftest$ac_exeext conftest.$ac_ext
13232 LIBS=$ac_check_soname_save_LIBS
13234 if test "x$ac_cv_lib_soname_sane" = "x"; then
13235 { echo "$as_me:$LINENO: result: not found" >&5
13236 echo "${ECHO_T}not found" >&6; }
13238 else
13239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13240 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13242 cat >>confdefs.h <<_ACEOF
13243 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13244 _ACEOF
13246 SANEINCL="$ac_sane_incl"
13253 CPPFLAGS="$ac_save_CPPFLAGS"
13255 if test "x$ac_cv_lib_soname_sane" = "x"; then
13256 case "x$with_sane" in
13257 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13258 xno) ;;
13259 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13260 This is an error since --with-sane was requested." >&5
13261 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13262 This is an error since --with-sane was requested." >&2;}
13263 { (exit 1); exit 1; }; } ;;
13264 esac
13268 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13269 set dummy gphoto2-config; ac_word=$2
13270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13272 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13273 echo $ECHO_N "(cached) $ECHO_C" >&6
13274 else
13275 if test -n "$gphoto2_devel"; then
13276 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13277 else
13278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13279 for as_dir in $PATH
13281 IFS=$as_save_IFS
13282 test -z "$as_dir" && as_dir=.
13283 for ac_exec_ext in '' $ac_executable_extensions; do
13284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13285 ac_cv_prog_gphoto2_devel="gphoto2-config"
13286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13287 break 2
13289 done
13290 done
13291 IFS=$as_save_IFS
13293 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13296 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13297 if test -n "$gphoto2_devel"; then
13298 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13299 echo "${ECHO_T}$gphoto2_devel" >&6; }
13300 else
13301 { echo "$as_me:$LINENO: result: no" >&5
13302 echo "${ECHO_T}no" >&6; }
13306 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13307 set dummy gphoto2-port-config; ac_word=$2
13308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13310 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13311 echo $ECHO_N "(cached) $ECHO_C" >&6
13312 else
13313 if test -n "$gphoto2port_devel"; then
13314 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13315 else
13316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317 for as_dir in $PATH
13319 IFS=$as_save_IFS
13320 test -z "$as_dir" && as_dir=.
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13323 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13325 break 2
13327 done
13328 done
13329 IFS=$as_save_IFS
13331 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13334 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13335 if test -n "$gphoto2port_devel"; then
13336 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13337 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13338 else
13339 { echo "$as_me:$LINENO: result: no" >&5
13340 echo "${ECHO_T}no" >&6; }
13344 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13345 then
13346 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13347 ac_gphoto2_libs=""
13348 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13350 case "$i" in
13351 -L/usr/lib|-L/usr/lib64) ;;
13352 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13353 esac
13354 done
13355 ac_save_CPPFLAGS="$CPPFLAGS"
13356 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13357 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13358 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13359 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13360 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13361 echo $ECHO_N "(cached) $ECHO_C" >&6
13363 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13364 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13365 else
13366 # Is the header compilable?
13367 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13368 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13369 cat >conftest.$ac_ext <<_ACEOF
13370 /* confdefs.h. */
13371 _ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 $ac_includes_default
13376 #include <gphoto2-camera.h>
13377 _ACEOF
13378 rm -f conftest.$ac_objext
13379 if { (ac_try="$ac_compile"
13380 case "(($ac_try" in
13381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13382 *) ac_try_echo=$ac_try;;
13383 esac
13384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13385 (eval "$ac_compile") 2>conftest.er1
13386 ac_status=$?
13387 grep -v '^ *+' conftest.er1 >conftest.err
13388 rm -f conftest.er1
13389 cat conftest.err >&5
13390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13391 (exit $ac_status); } && {
13392 test -z "$ac_c_werror_flag" ||
13393 test ! -s conftest.err
13394 } && test -s conftest.$ac_objext; then
13395 ac_header_compiler=yes
13396 else
13397 echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.$ac_ext >&5
13400 ac_header_compiler=no
13403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13404 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13405 echo "${ECHO_T}$ac_header_compiler" >&6; }
13407 # Is the header present?
13408 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13409 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13410 cat >conftest.$ac_ext <<_ACEOF
13411 /* confdefs.h. */
13412 _ACEOF
13413 cat confdefs.h >>conftest.$ac_ext
13414 cat >>conftest.$ac_ext <<_ACEOF
13415 /* end confdefs.h. */
13416 #include <gphoto2-camera.h>
13417 _ACEOF
13418 if { (ac_try="$ac_cpp conftest.$ac_ext"
13419 case "(($ac_try" in
13420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13421 *) ac_try_echo=$ac_try;;
13422 esac
13423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13424 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13425 ac_status=$?
13426 grep -v '^ *+' conftest.er1 >conftest.err
13427 rm -f conftest.er1
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } >/dev/null && {
13431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13432 test ! -s conftest.err
13433 }; then
13434 ac_header_preproc=yes
13435 else
13436 echo "$as_me: failed program was:" >&5
13437 sed 's/^/| /' conftest.$ac_ext >&5
13439 ac_header_preproc=no
13442 rm -f conftest.err conftest.$ac_ext
13443 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13444 echo "${ECHO_T}$ac_header_preproc" >&6; }
13446 # So? What about this header?
13447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13448 yes:no: )
13449 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13450 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13451 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13452 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13453 ac_header_preproc=yes
13455 no:yes:* )
13456 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13457 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13458 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13459 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13460 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13461 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13463 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13468 ( cat <<\_ASBOX
13469 ## ------------------------------------ ##
13470 ## Report this to wine-devel@winehq.org ##
13471 ## ------------------------------------ ##
13472 _ASBOX
13473 ) | sed "s/^/$as_me: WARNING: /" >&2
13475 esac
13476 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13477 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13478 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13479 echo $ECHO_N "(cached) $ECHO_C" >&6
13480 else
13481 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13483 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13484 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13487 if test $ac_cv_header_gphoto2_camera_h = yes; then
13488 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13489 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13490 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13491 echo $ECHO_N "(cached) $ECHO_C" >&6
13492 else
13493 ac_check_lib_save_LIBS=$LIBS
13494 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13495 cat >conftest.$ac_ext <<_ACEOF
13496 /* confdefs.h. */
13497 _ACEOF
13498 cat confdefs.h >>conftest.$ac_ext
13499 cat >>conftest.$ac_ext <<_ACEOF
13500 /* end confdefs.h. */
13502 /* Override any GCC internal prototype to avoid an error.
13503 Use char because int might match the return type of a GCC
13504 builtin and then its argument prototype would still apply. */
13505 #ifdef __cplusplus
13506 extern "C"
13507 #endif
13508 char gp_camera_new ();
13510 main ()
13512 return gp_camera_new ();
13514 return 0;
13516 _ACEOF
13517 rm -f conftest.$ac_objext conftest$ac_exeext
13518 if { (ac_try="$ac_link"
13519 case "(($ac_try" in
13520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13521 *) ac_try_echo=$ac_try;;
13522 esac
13523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13524 (eval "$ac_link") 2>conftest.er1
13525 ac_status=$?
13526 grep -v '^ *+' conftest.er1 >conftest.err
13527 rm -f conftest.er1
13528 cat conftest.err >&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); } && {
13531 test -z "$ac_c_werror_flag" ||
13532 test ! -s conftest.err
13533 } && test -s conftest$ac_exeext &&
13534 $as_test_x conftest$ac_exeext; then
13535 ac_cv_lib_gphoto2_gp_camera_new=yes
13536 else
13537 echo "$as_me: failed program was:" >&5
13538 sed 's/^/| /' conftest.$ac_ext >&5
13540 ac_cv_lib_gphoto2_gp_camera_new=no
13543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13544 conftest$ac_exeext conftest.$ac_ext
13545 LIBS=$ac_check_lib_save_LIBS
13547 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13548 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13549 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13551 cat >>confdefs.h <<\_ACEOF
13552 #define HAVE_GPHOTO2 1
13553 _ACEOF
13555 GPHOTO2LIBS="$ac_gphoto2_libs"
13557 GPHOTO2INCL="$ac_gphoto2_incl"
13564 CPPFLAGS="$ac_save_CPPFLAGS"
13566 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13567 case "x$with_gphoto" in
13568 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13569 xno) ;;
13570 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13571 This is an error since --with-gphoto was requested." >&5
13572 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13573 This is an error since --with-gphoto was requested." >&2;}
13574 { (exit 1); exit 1; }; } ;;
13575 esac
13580 RESOLVLIBS=""
13582 if test "$ac_cv_header_resolv_h" = "yes"
13583 then
13584 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13585 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13586 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13587 echo $ECHO_N "(cached) $ECHO_C" >&6
13588 else
13589 ac_check_lib_save_LIBS=$LIBS
13590 LIBS="-lresolv $LIBS"
13591 cat >conftest.$ac_ext <<_ACEOF
13592 /* confdefs.h. */
13593 _ACEOF
13594 cat confdefs.h >>conftest.$ac_ext
13595 cat >>conftest.$ac_ext <<_ACEOF
13596 /* end confdefs.h. */
13598 /* Override any GCC internal prototype to avoid an error.
13599 Use char because int might match the return type of a GCC
13600 builtin and then its argument prototype would still apply. */
13601 #ifdef __cplusplus
13602 extern "C"
13603 #endif
13604 char res_query ();
13606 main ()
13608 return res_query ();
13610 return 0;
13612 _ACEOF
13613 rm -f conftest.$ac_objext conftest$ac_exeext
13614 if { (ac_try="$ac_link"
13615 case "(($ac_try" in
13616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13617 *) ac_try_echo=$ac_try;;
13618 esac
13619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13620 (eval "$ac_link") 2>conftest.er1
13621 ac_status=$?
13622 grep -v '^ *+' conftest.er1 >conftest.err
13623 rm -f conftest.er1
13624 cat conftest.err >&5
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); } && {
13627 test -z "$ac_c_werror_flag" ||
13628 test ! -s conftest.err
13629 } && test -s conftest$ac_exeext &&
13630 $as_test_x conftest$ac_exeext; then
13631 ac_cv_lib_resolv_res_query=yes
13632 else
13633 echo "$as_me: failed program was:" >&5
13634 sed 's/^/| /' conftest.$ac_ext >&5
13636 ac_cv_lib_resolv_res_query=no
13639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13640 conftest$ac_exeext conftest.$ac_ext
13641 LIBS=$ac_check_lib_save_LIBS
13643 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13644 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13645 if test $ac_cv_lib_resolv_res_query = yes; then
13647 cat >>confdefs.h <<\_ACEOF
13648 #define HAVE_RESOLV 1
13649 _ACEOF
13651 RESOLVLIBS="-lresolv"
13656 LCMSLIBS=""
13658 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13659 then
13660 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13661 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13662 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13663 echo $ECHO_N "(cached) $ECHO_C" >&6
13664 else
13665 ac_check_lib_save_LIBS=$LIBS
13666 LIBS="-llcms $LIBS"
13667 cat >conftest.$ac_ext <<_ACEOF
13668 /* confdefs.h. */
13669 _ACEOF
13670 cat confdefs.h >>conftest.$ac_ext
13671 cat >>conftest.$ac_ext <<_ACEOF
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13677 #ifdef __cplusplus
13678 extern "C"
13679 #endif
13680 char cmsOpenProfileFromFile ();
13682 main ()
13684 return cmsOpenProfileFromFile ();
13686 return 0;
13688 _ACEOF
13689 rm -f conftest.$ac_objext conftest$ac_exeext
13690 if { (ac_try="$ac_link"
13691 case "(($ac_try" in
13692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13693 *) ac_try_echo=$ac_try;;
13694 esac
13695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13696 (eval "$ac_link") 2>conftest.er1
13697 ac_status=$?
13698 grep -v '^ *+' conftest.er1 >conftest.err
13699 rm -f conftest.er1
13700 cat conftest.err >&5
13701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702 (exit $ac_status); } && {
13703 test -z "$ac_c_werror_flag" ||
13704 test ! -s conftest.err
13705 } && test -s conftest$ac_exeext &&
13706 $as_test_x conftest$ac_exeext; then
13707 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13708 else
13709 echo "$as_me: failed program was:" >&5
13710 sed 's/^/| /' conftest.$ac_ext >&5
13712 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13716 conftest$ac_exeext conftest.$ac_ext
13717 LIBS=$ac_check_lib_save_LIBS
13719 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13720 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13721 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13723 cat >>confdefs.h <<\_ACEOF
13724 #define HAVE_LCMS 1
13725 _ACEOF
13727 LCMSLIBS="-llcms"
13731 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13732 case "x$with_cms" in
13733 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13734 xno) ;;
13735 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13736 This is an error since --with-cms was requested." >&5
13737 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13738 This is an error since --with-cms was requested." >&2;}
13739 { (exit 1); exit 1; }; } ;;
13740 esac
13744 for ac_prog in freetype-config freetype2-config
13746 # Extract the first word of "$ac_prog", so it can be a program name with args.
13747 set dummy $ac_prog; ac_word=$2
13748 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13750 if test "${ac_cv_prog_ft_devel+set}" = set; then
13751 echo $ECHO_N "(cached) $ECHO_C" >&6
13752 else
13753 if test -n "$ft_devel"; then
13754 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13755 else
13756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13757 for as_dir in $PATH
13759 IFS=$as_save_IFS
13760 test -z "$as_dir" && as_dir=.
13761 for ac_exec_ext in '' $ac_executable_extensions; do
13762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13763 ac_cv_prog_ft_devel="$ac_prog"
13764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13765 break 2
13767 done
13768 done
13769 IFS=$as_save_IFS
13773 ft_devel=$ac_cv_prog_ft_devel
13774 if test -n "$ft_devel"; then
13775 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13776 echo "${ECHO_T}$ft_devel" >&6; }
13777 else
13778 { echo "$as_me:$LINENO: result: no" >&5
13779 echo "${ECHO_T}no" >&6; }
13783 test -n "$ft_devel" && break
13784 done
13785 test -n "$ft_devel" || ft_devel="false"
13787 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13788 then
13789 ac_freetype_libs=`$ft_devel --libs`
13790 ac_freetype_incl=`$ft_devel --cflags`
13791 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13792 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13793 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13794 echo $ECHO_N "(cached) $ECHO_C" >&6
13795 else
13796 ac_check_soname_save_LIBS=$LIBS
13797 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13798 cat >conftest.$ac_ext <<_ACEOF
13799 /* confdefs.h. */
13800 _ACEOF
13801 cat confdefs.h >>conftest.$ac_ext
13802 cat >>conftest.$ac_ext <<_ACEOF
13803 /* end confdefs.h. */
13805 /* Override any GCC internal prototype to avoid an error.
13806 Use char because int might match the return type of a GCC
13807 builtin and then its argument prototype would still apply. */
13808 #ifdef __cplusplus
13809 extern "C"
13810 #endif
13811 char FT_Init_FreeType ();
13813 main ()
13815 return FT_Init_FreeType ();
13817 return 0;
13819 _ACEOF
13820 rm -f conftest.$ac_objext conftest$ac_exeext
13821 if { (ac_try="$ac_link"
13822 case "(($ac_try" in
13823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13824 *) ac_try_echo=$ac_try;;
13825 esac
13826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 (eval "$ac_link") 2>conftest.er1
13828 ac_status=$?
13829 grep -v '^ *+' conftest.er1 >conftest.err
13830 rm -f conftest.er1
13831 cat conftest.err >&5
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } && {
13834 test -z "$ac_c_werror_flag" ||
13835 test ! -s conftest.err
13836 } && test -s conftest$ac_exeext &&
13837 $as_test_x conftest$ac_exeext; then
13838 case "$LIBEXT" in
13839 dll) ;;
13840 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'` ;;
13841 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13842 esac
13843 else
13844 echo "$as_me: failed program was:" >&5
13845 sed 's/^/| /' conftest.$ac_ext >&5
13850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13851 conftest$ac_exeext conftest.$ac_ext
13852 LIBS=$ac_check_soname_save_LIBS
13854 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13855 { echo "$as_me:$LINENO: result: not found" >&5
13856 echo "${ECHO_T}not found" >&6; }
13857 ft_lib=no
13858 else
13859 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13860 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13862 cat >>confdefs.h <<_ACEOF
13863 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13864 _ACEOF
13866 ft_lib=yes
13869 if test "$ft_lib" = "yes"
13870 then
13871 ac_save_CPPFLAGS="$CPPFLAGS"
13872 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13885 for ac_header in ft2build.h \
13886 freetype/freetype.h \
13887 freetype/ftglyph.h \
13888 freetype/fttypes.h \
13889 freetype/tttables.h \
13890 freetype/ftnames.h \
13891 freetype/ftsnames.h \
13892 freetype/ttnameid.h \
13893 freetype/ftoutln.h \
13894 freetype/ftwinfnt.h \
13895 freetype/ftmodapi.h \
13896 freetype/internal/sfnt.h
13898 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13899 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13900 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13902 echo $ECHO_N "(cached) $ECHO_C" >&6
13903 else
13904 cat >conftest.$ac_ext <<_ACEOF
13905 /* confdefs.h. */
13906 _ACEOF
13907 cat confdefs.h >>conftest.$ac_ext
13908 cat >>conftest.$ac_ext <<_ACEOF
13909 /* end confdefs.h. */
13910 #ifdef HAVE_FT2BUILD_H
13911 # include <ft2build.h>
13912 #endif
13914 #include <$ac_header>
13915 _ACEOF
13916 rm -f conftest.$ac_objext
13917 if { (ac_try="$ac_compile"
13918 case "(($ac_try" in
13919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13920 *) ac_try_echo=$ac_try;;
13921 esac
13922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13923 (eval "$ac_compile") 2>conftest.er1
13924 ac_status=$?
13925 grep -v '^ *+' conftest.er1 >conftest.err
13926 rm -f conftest.er1
13927 cat conftest.err >&5
13928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13929 (exit $ac_status); } && {
13930 test -z "$ac_c_werror_flag" ||
13931 test ! -s conftest.err
13932 } && test -s conftest.$ac_objext; then
13933 eval "$as_ac_Header=yes"
13934 else
13935 echo "$as_me: failed program was:" >&5
13936 sed 's/^/| /' conftest.$ac_ext >&5
13938 eval "$as_ac_Header=no"
13941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13943 ac_res=`eval echo '${'$as_ac_Header'}'`
13944 { echo "$as_me:$LINENO: result: $ac_res" >&5
13945 echo "${ECHO_T}$ac_res" >&6; }
13946 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13947 cat >>confdefs.h <<_ACEOF
13948 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13949 _ACEOF
13953 done
13955 cat >conftest.$ac_ext <<_ACEOF
13956 /* confdefs.h. */
13957 _ACEOF
13958 cat confdefs.h >>conftest.$ac_ext
13959 cat >>conftest.$ac_ext <<_ACEOF
13960 /* end confdefs.h. */
13961 #include <ft2build.h>
13962 #include <freetype/fttrigon.h>
13963 _ACEOF
13964 if { (ac_try="$ac_cpp conftest.$ac_ext"
13965 case "(($ac_try" in
13966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13967 *) ac_try_echo=$ac_try;;
13968 esac
13969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13970 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13971 ac_status=$?
13972 grep -v '^ *+' conftest.er1 >conftest.err
13973 rm -f conftest.er1
13974 cat conftest.err >&5
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); } >/dev/null && {
13977 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13978 test ! -s conftest.err
13979 }; then
13981 cat >>confdefs.h <<\_ACEOF
13982 #define HAVE_FREETYPE_FTTRIGON_H 1
13983 _ACEOF
13985 wine_cv_fttrigon=yes
13986 else
13987 echo "$as_me: failed program was:" >&5
13988 sed 's/^/| /' conftest.$ac_ext >&5
13990 wine_cv_fttrigon=no
13993 rm -f conftest.err conftest.$ac_ext
13994 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13995 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13996 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13997 echo $ECHO_N "(cached) $ECHO_C" >&6
13998 else
13999 cat >conftest.$ac_ext <<_ACEOF
14000 /* confdefs.h. */
14001 _ACEOF
14002 cat confdefs.h >>conftest.$ac_ext
14003 cat >>conftest.$ac_ext <<_ACEOF
14004 /* end confdefs.h. */
14005 #include <freetype/ftmodapi.h>
14007 typedef FT_TrueTypeEngineType ac__type_new_;
14009 main ()
14011 if ((ac__type_new_ *) 0)
14012 return 0;
14013 if (sizeof (ac__type_new_))
14014 return 0;
14016 return 0;
14018 _ACEOF
14019 rm -f conftest.$ac_objext
14020 if { (ac_try="$ac_compile"
14021 case "(($ac_try" in
14022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14023 *) ac_try_echo=$ac_try;;
14024 esac
14025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14026 (eval "$ac_compile") 2>conftest.er1
14027 ac_status=$?
14028 grep -v '^ *+' conftest.er1 >conftest.err
14029 rm -f conftest.er1
14030 cat conftest.err >&5
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } && {
14033 test -z "$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 } && test -s conftest.$ac_objext; then
14036 ac_cv_type_FT_TrueTypeEngineType=yes
14037 else
14038 echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.$ac_ext >&5
14041 ac_cv_type_FT_TrueTypeEngineType=no
14044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14046 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14047 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14048 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14050 cat >>confdefs.h <<_ACEOF
14051 #define HAVE_FT_TRUETYPEENGINETYPE 1
14052 _ACEOF
14057 ac_save_CFLAGS="$CFLAGS"
14058 CFLAGS="$CFLAGS $ac_freetype_libs"
14060 for ac_func in FT_Load_Sfnt_Table
14062 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14063 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14065 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14066 echo $ECHO_N "(cached) $ECHO_C" >&6
14067 else
14068 cat >conftest.$ac_ext <<_ACEOF
14069 /* confdefs.h. */
14070 _ACEOF
14071 cat confdefs.h >>conftest.$ac_ext
14072 cat >>conftest.$ac_ext <<_ACEOF
14073 /* end confdefs.h. */
14074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14076 #define $ac_func innocuous_$ac_func
14078 /* System header to define __stub macros and hopefully few prototypes,
14079 which can conflict with char $ac_func (); below.
14080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14081 <limits.h> exists even on freestanding compilers. */
14083 #ifdef __STDC__
14084 # include <limits.h>
14085 #else
14086 # include <assert.h>
14087 #endif
14089 #undef $ac_func
14091 /* Override any GCC internal prototype to avoid an error.
14092 Use char because int might match the return type of a GCC
14093 builtin and then its argument prototype would still apply. */
14094 #ifdef __cplusplus
14095 extern "C"
14096 #endif
14097 char $ac_func ();
14098 /* The GNU C library defines this for functions which it implements
14099 to always fail with ENOSYS. Some functions are actually named
14100 something starting with __ and the normal name is an alias. */
14101 #if defined __stub_$ac_func || defined __stub___$ac_func
14102 choke me
14103 #endif
14106 main ()
14108 return $ac_func ();
14110 return 0;
14112 _ACEOF
14113 rm -f conftest.$ac_objext conftest$ac_exeext
14114 if { (ac_try="$ac_link"
14115 case "(($ac_try" in
14116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14117 *) ac_try_echo=$ac_try;;
14118 esac
14119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14120 (eval "$ac_link") 2>conftest.er1
14121 ac_status=$?
14122 grep -v '^ *+' conftest.er1 >conftest.err
14123 rm -f conftest.er1
14124 cat conftest.err >&5
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); } && {
14127 test -z "$ac_c_werror_flag" ||
14128 test ! -s conftest.err
14129 } && test -s conftest$ac_exeext &&
14130 $as_test_x conftest$ac_exeext; then
14131 eval "$as_ac_var=yes"
14132 else
14133 echo "$as_me: failed program was:" >&5
14134 sed 's/^/| /' conftest.$ac_ext >&5
14136 eval "$as_ac_var=no"
14139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14140 conftest$ac_exeext conftest.$ac_ext
14142 ac_res=`eval echo '${'$as_ac_var'}'`
14143 { echo "$as_me:$LINENO: result: $ac_res" >&5
14144 echo "${ECHO_T}$ac_res" >&6; }
14145 if test `eval echo '${'$as_ac_var'}'` = yes; then
14146 cat >>confdefs.h <<_ACEOF
14147 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14148 _ACEOF
14151 done
14153 CFLAGS="$ac_save_CFLAGS"
14154 CPPFLAGS="$ac_save_CPPFLAGS"
14155 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14156 then
14158 cat >>confdefs.h <<\_ACEOF
14159 #define HAVE_FREETYPE 1
14160 _ACEOF
14162 FREETYPELIBS="$ac_freetype_libs"
14164 FREETYPEINCL="$ac_freetype_incl"
14169 if test "x$FREETYPELIBS" = "x"; then
14170 case "x$with_freetype" in
14171 xno) ;;
14172 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14173 Fonts will not be built. Dialog text may be invisible or unaligned.
14174 Use the --without-freetype option if you really want this." >&5
14175 echo "$as_me: error: FreeType development files not found.
14176 Fonts will not be built. Dialog text may be invisible or unaligned.
14177 Use the --without-freetype option if you really want this." >&2;}
14178 { (exit 1); exit 1; }; } ;;
14179 esac
14182 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14184 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14185 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14186 if test "${ac_cv_c_ppdev+set}" = set; then
14187 echo $ECHO_N "(cached) $ECHO_C" >&6
14188 else
14189 cat >conftest.$ac_ext <<_ACEOF
14190 /* confdefs.h. */
14191 _ACEOF
14192 cat confdefs.h >>conftest.$ac_ext
14193 cat >>conftest.$ac_ext <<_ACEOF
14194 /* end confdefs.h. */
14195 #include <linux/ppdev.h>
14197 main ()
14199 ioctl (1,PPCLAIM,0)
14201 return 0;
14203 _ACEOF
14204 rm -f conftest.$ac_objext
14205 if { (ac_try="$ac_compile"
14206 case "(($ac_try" in
14207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14208 *) ac_try_echo=$ac_try;;
14209 esac
14210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14211 (eval "$ac_compile") 2>conftest.er1
14212 ac_status=$?
14213 grep -v '^ *+' conftest.er1 >conftest.err
14214 rm -f conftest.er1
14215 cat conftest.err >&5
14216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14217 (exit $ac_status); } && {
14218 test -z "$ac_c_werror_flag" ||
14219 test ! -s conftest.err
14220 } && test -s conftest.$ac_objext; then
14221 ac_cv_c_ppdev="yes"
14222 else
14223 echo "$as_me: failed program was:" >&5
14224 sed 's/^/| /' conftest.$ac_ext >&5
14226 ac_cv_c_ppdev="no"
14229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14231 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14232 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14233 if test "$ac_cv_c_ppdev" = "yes"
14234 then
14236 cat >>confdefs.h <<\_ACEOF
14237 #define HAVE_PPDEV 1
14238 _ACEOF
14242 { echo "$as_me:$LINENO: checking for va_copy" >&5
14243 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14244 if test "${ac_cv_c_va_copy+set}" = set; then
14245 echo $ECHO_N "(cached) $ECHO_C" >&6
14246 else
14247 cat >conftest.$ac_ext <<_ACEOF
14248 /* confdefs.h. */
14249 _ACEOF
14250 cat confdefs.h >>conftest.$ac_ext
14251 cat >>conftest.$ac_ext <<_ACEOF
14252 /* end confdefs.h. */
14253 #include <stdarg.h>
14255 main ()
14257 va_list ap1, ap2; va_copy(ap1,ap2);
14259 return 0;
14261 _ACEOF
14262 rm -f conftest.$ac_objext conftest$ac_exeext
14263 if { (ac_try="$ac_link"
14264 case "(($ac_try" in
14265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14266 *) ac_try_echo=$ac_try;;
14267 esac
14268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14269 (eval "$ac_link") 2>conftest.er1
14270 ac_status=$?
14271 grep -v '^ *+' conftest.er1 >conftest.err
14272 rm -f conftest.er1
14273 cat conftest.err >&5
14274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14275 (exit $ac_status); } && {
14276 test -z "$ac_c_werror_flag" ||
14277 test ! -s conftest.err
14278 } && test -s conftest$ac_exeext &&
14279 $as_test_x conftest$ac_exeext; then
14280 ac_cv_c_va_copy="yes"
14281 else
14282 echo "$as_me: failed program was:" >&5
14283 sed 's/^/| /' conftest.$ac_ext >&5
14285 ac_cv_c_va_copy="no"
14288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14289 conftest$ac_exeext conftest.$ac_ext
14292 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14293 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14294 if test "$ac_cv_c_va_copy" = "yes"
14295 then
14297 cat >>confdefs.h <<\_ACEOF
14298 #define HAVE_VA_COPY 1
14299 _ACEOF
14302 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14303 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14304 if test "${ac_cv_c___va_copy+set}" = set; then
14305 echo $ECHO_N "(cached) $ECHO_C" >&6
14306 else
14307 cat >conftest.$ac_ext <<_ACEOF
14308 /* confdefs.h. */
14309 _ACEOF
14310 cat confdefs.h >>conftest.$ac_ext
14311 cat >>conftest.$ac_ext <<_ACEOF
14312 /* end confdefs.h. */
14313 #include <stdarg.h>
14315 main ()
14317 va_list ap1, ap2; __va_copy(ap1,ap2);
14319 return 0;
14321 _ACEOF
14322 rm -f conftest.$ac_objext conftest$ac_exeext
14323 if { (ac_try="$ac_link"
14324 case "(($ac_try" in
14325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14326 *) ac_try_echo=$ac_try;;
14327 esac
14328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14329 (eval "$ac_link") 2>conftest.er1
14330 ac_status=$?
14331 grep -v '^ *+' conftest.er1 >conftest.err
14332 rm -f conftest.er1
14333 cat conftest.err >&5
14334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14335 (exit $ac_status); } && {
14336 test -z "$ac_c_werror_flag" ||
14337 test ! -s conftest.err
14338 } && test -s conftest$ac_exeext &&
14339 $as_test_x conftest$ac_exeext; then
14340 ac_cv_c___va_copy="yes"
14341 else
14342 echo "$as_me: failed program was:" >&5
14343 sed 's/^/| /' conftest.$ac_ext >&5
14345 ac_cv_c___va_copy="no"
14348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14349 conftest$ac_exeext conftest.$ac_ext
14352 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14353 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14354 if test "$ac_cv_c___va_copy" = "yes"
14355 then
14357 cat >>confdefs.h <<\_ACEOF
14358 #define HAVE___VA_COPY 1
14359 _ACEOF
14363 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14364 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14365 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14366 echo $ECHO_N "(cached) $ECHO_C" >&6
14367 else
14368 cat >conftest.$ac_ext <<_ACEOF
14369 /* confdefs.h. */
14370 _ACEOF
14371 cat confdefs.h >>conftest.$ac_ext
14372 cat >>conftest.$ac_ext <<_ACEOF
14373 /* end confdefs.h. */
14374 #define _GNU_SOURCE
14375 #include <pthread.h>
14377 typedef pthread_rwlock_t ac__type_new_;
14379 main ()
14381 if ((ac__type_new_ *) 0)
14382 return 0;
14383 if (sizeof (ac__type_new_))
14384 return 0;
14386 return 0;
14388 _ACEOF
14389 rm -f conftest.$ac_objext
14390 if { (ac_try="$ac_compile"
14391 case "(($ac_try" in
14392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14393 *) ac_try_echo=$ac_try;;
14394 esac
14395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14396 (eval "$ac_compile") 2>conftest.er1
14397 ac_status=$?
14398 grep -v '^ *+' conftest.er1 >conftest.err
14399 rm -f conftest.er1
14400 cat conftest.err >&5
14401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14402 (exit $ac_status); } && {
14403 test -z "$ac_c_werror_flag" ||
14404 test ! -s conftest.err
14405 } && test -s conftest.$ac_objext; then
14406 ac_cv_type_pthread_rwlock_t=yes
14407 else
14408 echo "$as_me: failed program was:" >&5
14409 sed 's/^/| /' conftest.$ac_ext >&5
14411 ac_cv_type_pthread_rwlock_t=no
14414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14416 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14417 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14418 if test $ac_cv_type_pthread_rwlock_t = yes; then
14420 cat >>confdefs.h <<_ACEOF
14421 #define HAVE_PTHREAD_RWLOCK_T 1
14422 _ACEOF
14426 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14427 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14428 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14429 echo $ECHO_N "(cached) $ECHO_C" >&6
14430 else
14431 cat >conftest.$ac_ext <<_ACEOF
14432 /* confdefs.h. */
14433 _ACEOF
14434 cat confdefs.h >>conftest.$ac_ext
14435 cat >>conftest.$ac_ext <<_ACEOF
14436 /* end confdefs.h. */
14437 #define _GNU_SOURCE
14438 #include <pthread.h>
14440 typedef pthread_rwlockattr_t ac__type_new_;
14442 main ()
14444 if ((ac__type_new_ *) 0)
14445 return 0;
14446 if (sizeof (ac__type_new_))
14447 return 0;
14449 return 0;
14451 _ACEOF
14452 rm -f conftest.$ac_objext
14453 if { (ac_try="$ac_compile"
14454 case "(($ac_try" in
14455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14456 *) ac_try_echo=$ac_try;;
14457 esac
14458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14459 (eval "$ac_compile") 2>conftest.er1
14460 ac_status=$?
14461 grep -v '^ *+' conftest.er1 >conftest.err
14462 rm -f conftest.er1
14463 cat conftest.err >&5
14464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14465 (exit $ac_status); } && {
14466 test -z "$ac_c_werror_flag" ||
14467 test ! -s conftest.err
14468 } && test -s conftest.$ac_objext; then
14469 ac_cv_type_pthread_rwlockattr_t=yes
14470 else
14471 echo "$as_me: failed program was:" >&5
14472 sed 's/^/| /' conftest.$ac_ext >&5
14474 ac_cv_type_pthread_rwlockattr_t=no
14477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14479 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14480 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14481 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14483 cat >>confdefs.h <<_ACEOF
14484 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14485 _ACEOF
14491 ac_wine_check_funcs_save_LIBS="$LIBS"
14492 LIBS="$LIBS $LIBPTHREAD"
14497 for ac_func in \
14498 pthread_attr_get_np \
14499 pthread_getattr_np \
14500 pthread_get_stackaddr_np \
14501 pthread_get_stacksize_np
14503 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14504 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14505 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14506 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14507 echo $ECHO_N "(cached) $ECHO_C" >&6
14508 else
14509 cat >conftest.$ac_ext <<_ACEOF
14510 /* confdefs.h. */
14511 _ACEOF
14512 cat confdefs.h >>conftest.$ac_ext
14513 cat >>conftest.$ac_ext <<_ACEOF
14514 /* end confdefs.h. */
14515 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14516 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14517 #define $ac_func innocuous_$ac_func
14519 /* System header to define __stub macros and hopefully few prototypes,
14520 which can conflict with char $ac_func (); below.
14521 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14522 <limits.h> exists even on freestanding compilers. */
14524 #ifdef __STDC__
14525 # include <limits.h>
14526 #else
14527 # include <assert.h>
14528 #endif
14530 #undef $ac_func
14532 /* Override any GCC internal prototype to avoid an error.
14533 Use char because int might match the return type of a GCC
14534 builtin and then its argument prototype would still apply. */
14535 #ifdef __cplusplus
14536 extern "C"
14537 #endif
14538 char $ac_func ();
14539 /* The GNU C library defines this for functions which it implements
14540 to always fail with ENOSYS. Some functions are actually named
14541 something starting with __ and the normal name is an alias. */
14542 #if defined __stub_$ac_func || defined __stub___$ac_func
14543 choke me
14544 #endif
14547 main ()
14549 return $ac_func ();
14551 return 0;
14553 _ACEOF
14554 rm -f conftest.$ac_objext conftest$ac_exeext
14555 if { (ac_try="$ac_link"
14556 case "(($ac_try" in
14557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14558 *) ac_try_echo=$ac_try;;
14559 esac
14560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14561 (eval "$ac_link") 2>conftest.er1
14562 ac_status=$?
14563 grep -v '^ *+' conftest.er1 >conftest.err
14564 rm -f conftest.er1
14565 cat conftest.err >&5
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); } && {
14568 test -z "$ac_c_werror_flag" ||
14569 test ! -s conftest.err
14570 } && test -s conftest$ac_exeext &&
14571 $as_test_x conftest$ac_exeext; then
14572 eval "$as_ac_var=yes"
14573 else
14574 echo "$as_me: failed program was:" >&5
14575 sed 's/^/| /' conftest.$ac_ext >&5
14577 eval "$as_ac_var=no"
14580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14581 conftest$ac_exeext conftest.$ac_ext
14583 ac_res=`eval echo '${'$as_ac_var'}'`
14584 { echo "$as_me:$LINENO: result: $ac_res" >&5
14585 echo "${ECHO_T}$ac_res" >&6; }
14586 if test `eval echo '${'$as_ac_var'}'` = yes; then
14587 cat >>confdefs.h <<_ACEOF
14588 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14589 _ACEOF
14592 done
14594 LIBS="$ac_wine_check_funcs_save_LIBS"
14596 # Extract the first word of "esd-config", so it can be a program name with args.
14597 set dummy esd-config; ac_word=$2
14598 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14600 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14601 echo $ECHO_N "(cached) $ECHO_C" >&6
14602 else
14603 case $ESDCONFIG in
14604 [\\/]* | ?:[\\/]*)
14605 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14609 for as_dir in $PATH
14611 IFS=$as_save_IFS
14612 test -z "$as_dir" && as_dir=.
14613 for ac_exec_ext in '' $ac_executable_extensions; do
14614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14615 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14617 break 2
14619 done
14620 done
14621 IFS=$as_save_IFS
14624 esac
14626 ESDCONFIG=$ac_cv_path_ESDCONFIG
14627 if test -n "$ESDCONFIG"; then
14628 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14629 echo "${ECHO_T}$ESDCONFIG" >&6; }
14630 else
14631 { echo "$as_me:$LINENO: result: no" >&5
14632 echo "${ECHO_T}no" >&6; }
14636 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14637 then
14638 ac_esd_incl=""
14639 for i in `$ESDCONFIG --cflags`
14641 case "$i" in
14642 -I*) ac_esd_incl="$ac_esd_incl $i";;
14643 esac
14644 done
14645 ac_esd_libs=`$ESDCONFIG --libs`
14646 save_CFLAGS="$CFLAGS"
14647 CFLAGS="$CFLAGS $ac_esd_incl"
14648 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14649 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14650 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14651 echo $ECHO_N "(cached) $ECHO_C" >&6
14652 else
14653 ac_check_lib_save_LIBS=$LIBS
14654 LIBS="-lesd $ac_esd_libs $LIBS"
14655 cat >conftest.$ac_ext <<_ACEOF
14656 /* confdefs.h. */
14657 _ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14662 /* Override any GCC internal prototype to avoid an error.
14663 Use char because int might match the return type of a GCC
14664 builtin and then its argument prototype would still apply. */
14665 #ifdef __cplusplus
14666 extern "C"
14667 #endif
14668 char esd_open_sound ();
14670 main ()
14672 return esd_open_sound ();
14674 return 0;
14676 _ACEOF
14677 rm -f conftest.$ac_objext conftest$ac_exeext
14678 if { (ac_try="$ac_link"
14679 case "(($ac_try" in
14680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14681 *) ac_try_echo=$ac_try;;
14682 esac
14683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14684 (eval "$ac_link") 2>conftest.er1
14685 ac_status=$?
14686 grep -v '^ *+' conftest.er1 >conftest.err
14687 rm -f conftest.er1
14688 cat conftest.err >&5
14689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14690 (exit $ac_status); } && {
14691 test -z "$ac_c_werror_flag" ||
14692 test ! -s conftest.err
14693 } && test -s conftest$ac_exeext &&
14694 $as_test_x conftest$ac_exeext; then
14695 ac_cv_lib_esd_esd_open_sound=yes
14696 else
14697 echo "$as_me: failed program was:" >&5
14698 sed 's/^/| /' conftest.$ac_ext >&5
14700 ac_cv_lib_esd_esd_open_sound=no
14703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14704 conftest$ac_exeext conftest.$ac_ext
14705 LIBS=$ac_check_lib_save_LIBS
14707 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14708 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14709 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14710 ESDINCL="$ac_esd_incl"
14712 ESDLIBS="$ac_esd_libs"
14715 cat >>confdefs.h <<\_ACEOF
14716 #define HAVE_ESD 1
14717 _ACEOF
14721 CFLAGS="$save_CFLAGS"
14724 ALSALIBS=""
14726 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14727 then
14728 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14729 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14730 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14731 echo $ECHO_N "(cached) $ECHO_C" >&6
14732 else
14733 ac_check_lib_save_LIBS=$LIBS
14734 LIBS="-lasound $LIBS"
14735 cat >conftest.$ac_ext <<_ACEOF
14736 /* confdefs.h. */
14737 _ACEOF
14738 cat confdefs.h >>conftest.$ac_ext
14739 cat >>conftest.$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14742 /* Override any GCC internal prototype to avoid an error.
14743 Use char because int might match the return type of a GCC
14744 builtin and then its argument prototype would still apply. */
14745 #ifdef __cplusplus
14746 extern "C"
14747 #endif
14748 char snd_pcm_hw_params_get_access ();
14750 main ()
14752 return snd_pcm_hw_params_get_access ();
14754 return 0;
14756 _ACEOF
14757 rm -f conftest.$ac_objext conftest$ac_exeext
14758 if { (ac_try="$ac_link"
14759 case "(($ac_try" in
14760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14761 *) ac_try_echo=$ac_try;;
14762 esac
14763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14764 (eval "$ac_link") 2>conftest.er1
14765 ac_status=$?
14766 grep -v '^ *+' conftest.er1 >conftest.err
14767 rm -f conftest.er1
14768 cat conftest.err >&5
14769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14770 (exit $ac_status); } && {
14771 test -z "$ac_c_werror_flag" ||
14772 test ! -s conftest.err
14773 } && test -s conftest$ac_exeext &&
14774 $as_test_x conftest$ac_exeext; then
14775 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14776 else
14777 echo "$as_me: failed program was:" >&5
14778 sed 's/^/| /' conftest.$ac_ext >&5
14780 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14784 conftest$ac_exeext conftest.$ac_ext
14785 LIBS=$ac_check_lib_save_LIBS
14787 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14788 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14789 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14790 cat >conftest.$ac_ext <<_ACEOF
14791 /* confdefs.h. */
14792 _ACEOF
14793 cat confdefs.h >>conftest.$ac_ext
14794 cat >>conftest.$ac_ext <<_ACEOF
14795 /* end confdefs.h. */
14796 #ifdef HAVE_ALSA_ASOUNDLIB_H
14797 #include <alsa/asoundlib.h>
14798 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14799 #include <sys/asoundlib.h>
14800 #endif
14802 main ()
14804 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14806 return 0;
14808 _ACEOF
14809 rm -f conftest.$ac_objext
14810 if { (ac_try="$ac_compile"
14811 case "(($ac_try" in
14812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14813 *) ac_try_echo=$ac_try;;
14814 esac
14815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14816 (eval "$ac_compile") 2>conftest.er1
14817 ac_status=$?
14818 grep -v '^ *+' conftest.er1 >conftest.err
14819 rm -f conftest.er1
14820 cat conftest.err >&5
14821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14822 (exit $ac_status); } && {
14823 test -z "$ac_c_werror_flag" ||
14824 test ! -s conftest.err
14825 } && test -s conftest.$ac_objext; then
14827 cat >>confdefs.h <<\_ACEOF
14828 #define HAVE_ALSA 1
14829 _ACEOF
14831 ALSALIBS="-lasound"
14832 else
14833 echo "$as_me: failed program was:" >&5
14834 sed 's/^/| /' conftest.$ac_ext >&5
14839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14844 AUDIOIOLIBS=""
14846 if test "$ac_cv_header_libaudioio_h" = "yes"
14847 then
14848 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14849 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14850 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14852 else
14853 ac_check_lib_save_LIBS=$LIBS
14854 LIBS="-laudioio $LIBS"
14855 cat >conftest.$ac_ext <<_ACEOF
14856 /* confdefs.h. */
14857 _ACEOF
14858 cat confdefs.h >>conftest.$ac_ext
14859 cat >>conftest.$ac_ext <<_ACEOF
14860 /* end confdefs.h. */
14862 /* Override any GCC internal prototype to avoid an error.
14863 Use char because int might match the return type of a GCC
14864 builtin and then its argument prototype would still apply. */
14865 #ifdef __cplusplus
14866 extern "C"
14867 #endif
14868 char AudioIOGetVersion ();
14870 main ()
14872 return AudioIOGetVersion ();
14874 return 0;
14876 _ACEOF
14877 rm -f conftest.$ac_objext conftest$ac_exeext
14878 if { (ac_try="$ac_link"
14879 case "(($ac_try" in
14880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14881 *) ac_try_echo=$ac_try;;
14882 esac
14883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14884 (eval "$ac_link") 2>conftest.er1
14885 ac_status=$?
14886 grep -v '^ *+' conftest.er1 >conftest.err
14887 rm -f conftest.er1
14888 cat conftest.err >&5
14889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } && {
14891 test -z "$ac_c_werror_flag" ||
14892 test ! -s conftest.err
14893 } && test -s conftest$ac_exeext &&
14894 $as_test_x conftest$ac_exeext; then
14895 ac_cv_lib_audioio_AudioIOGetVersion=yes
14896 else
14897 echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.$ac_ext >&5
14900 ac_cv_lib_audioio_AudioIOGetVersion=no
14903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14904 conftest$ac_exeext conftest.$ac_ext
14905 LIBS=$ac_check_lib_save_LIBS
14907 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14908 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14909 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14910 AUDIOIOLIBS="-laudioio"
14912 cat >>confdefs.h <<\_ACEOF
14913 #define HAVE_LIBAUDIOIO 1
14914 _ACEOF
14921 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14922 then
14923 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14924 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14925 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14926 echo $ECHO_N "(cached) $ECHO_C" >&6
14927 else
14928 ac_check_soname_save_LIBS=$LIBS
14929 LIBS="-lcapi20 $LIBS"
14930 cat >conftest.$ac_ext <<_ACEOF
14931 /* confdefs.h. */
14932 _ACEOF
14933 cat confdefs.h >>conftest.$ac_ext
14934 cat >>conftest.$ac_ext <<_ACEOF
14935 /* end confdefs.h. */
14937 /* Override any GCC internal prototype to avoid an error.
14938 Use char because int might match the return type of a GCC
14939 builtin and then its argument prototype would still apply. */
14940 #ifdef __cplusplus
14941 extern "C"
14942 #endif
14943 char capi20_register ();
14945 main ()
14947 return capi20_register ();
14949 return 0;
14951 _ACEOF
14952 rm -f conftest.$ac_objext conftest$ac_exeext
14953 if { (ac_try="$ac_link"
14954 case "(($ac_try" in
14955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14956 *) ac_try_echo=$ac_try;;
14957 esac
14958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14959 (eval "$ac_link") 2>conftest.er1
14960 ac_status=$?
14961 grep -v '^ *+' conftest.er1 >conftest.err
14962 rm -f conftest.er1
14963 cat conftest.err >&5
14964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); } && {
14966 test -z "$ac_c_werror_flag" ||
14967 test ! -s conftest.err
14968 } && test -s conftest$ac_exeext &&
14969 $as_test_x conftest$ac_exeext; then
14970 case "$LIBEXT" in
14971 dll) ;;
14972 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'` ;;
14973 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14974 esac
14975 else
14976 echo "$as_me: failed program was:" >&5
14977 sed 's/^/| /' conftest.$ac_ext >&5
14982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14983 conftest$ac_exeext conftest.$ac_ext
14984 LIBS=$ac_check_soname_save_LIBS
14986 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14987 { echo "$as_me:$LINENO: result: not found" >&5
14988 echo "${ECHO_T}not found" >&6; }
14990 else
14991 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14992 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14994 cat >>confdefs.h <<_ACEOF
14995 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14996 _ACEOF
15002 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15003 case "x$with_capi" in
15004 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15005 xno) ;;
15006 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15007 This is an error since --with-capi was requested." >&5
15008 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15009 This is an error since --with-capi was requested." >&2;}
15010 { (exit 1); exit 1; }; } ;;
15011 esac
15015 CUPSINCL=""
15017 if test "x$with_cups" != "xno"
15018 then
15019 ac_save_CPPFLAGS="$CPPFLAGS"
15020 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15021 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15022 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15024 for ac_header in cups/cups.h
15026 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15027 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15028 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15029 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15030 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15031 echo $ECHO_N "(cached) $ECHO_C" >&6
15033 ac_res=`eval echo '${'$as_ac_Header'}'`
15034 { echo "$as_me:$LINENO: result: $ac_res" >&5
15035 echo "${ECHO_T}$ac_res" >&6; }
15036 else
15037 # Is the header compilable?
15038 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15039 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15040 cat >conftest.$ac_ext <<_ACEOF
15041 /* confdefs.h. */
15042 _ACEOF
15043 cat confdefs.h >>conftest.$ac_ext
15044 cat >>conftest.$ac_ext <<_ACEOF
15045 /* end confdefs.h. */
15046 $ac_includes_default
15047 #include <$ac_header>
15048 _ACEOF
15049 rm -f conftest.$ac_objext
15050 if { (ac_try="$ac_compile"
15051 case "(($ac_try" in
15052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15053 *) ac_try_echo=$ac_try;;
15054 esac
15055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15056 (eval "$ac_compile") 2>conftest.er1
15057 ac_status=$?
15058 grep -v '^ *+' conftest.er1 >conftest.err
15059 rm -f conftest.er1
15060 cat conftest.err >&5
15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); } && {
15063 test -z "$ac_c_werror_flag" ||
15064 test ! -s conftest.err
15065 } && test -s conftest.$ac_objext; then
15066 ac_header_compiler=yes
15067 else
15068 echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.$ac_ext >&5
15071 ac_header_compiler=no
15074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15075 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15076 echo "${ECHO_T}$ac_header_compiler" >&6; }
15078 # Is the header present?
15079 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15080 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15081 cat >conftest.$ac_ext <<_ACEOF
15082 /* confdefs.h. */
15083 _ACEOF
15084 cat confdefs.h >>conftest.$ac_ext
15085 cat >>conftest.$ac_ext <<_ACEOF
15086 /* end confdefs.h. */
15087 #include <$ac_header>
15088 _ACEOF
15089 if { (ac_try="$ac_cpp conftest.$ac_ext"
15090 case "(($ac_try" in
15091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15092 *) ac_try_echo=$ac_try;;
15093 esac
15094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15095 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15096 ac_status=$?
15097 grep -v '^ *+' conftest.er1 >conftest.err
15098 rm -f conftest.er1
15099 cat conftest.err >&5
15100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15101 (exit $ac_status); } >/dev/null && {
15102 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15103 test ! -s conftest.err
15104 }; then
15105 ac_header_preproc=yes
15106 else
15107 echo "$as_me: failed program was:" >&5
15108 sed 's/^/| /' conftest.$ac_ext >&5
15110 ac_header_preproc=no
15113 rm -f conftest.err conftest.$ac_ext
15114 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15115 echo "${ECHO_T}$ac_header_preproc" >&6; }
15117 # So? What about this header?
15118 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15119 yes:no: )
15120 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15121 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15123 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15124 ac_header_preproc=yes
15126 no:yes:* )
15127 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15128 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15129 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15130 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15131 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15132 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15133 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15134 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15136 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15138 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15139 ( cat <<\_ASBOX
15140 ## ------------------------------------ ##
15141 ## Report this to wine-devel@winehq.org ##
15142 ## ------------------------------------ ##
15143 _ASBOX
15144 ) | sed "s/^/$as_me: WARNING: /" >&2
15146 esac
15147 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15148 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15149 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15150 echo $ECHO_N "(cached) $ECHO_C" >&6
15151 else
15152 eval "$as_ac_Header=\$ac_header_preproc"
15154 ac_res=`eval echo '${'$as_ac_Header'}'`
15155 { echo "$as_me:$LINENO: result: $ac_res" >&5
15156 echo "${ECHO_T}$ac_res" >&6; }
15159 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15160 cat >>confdefs.h <<_ACEOF
15161 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15162 _ACEOF
15163 { echo "$as_me:$LINENO: checking for -lcups" >&5
15164 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15165 if test "${ac_cv_lib_soname_cups+set}" = set; then
15166 echo $ECHO_N "(cached) $ECHO_C" >&6
15167 else
15168 ac_check_soname_save_LIBS=$LIBS
15169 LIBS="-lcups $ac_cups_libs $LIBS"
15170 cat >conftest.$ac_ext <<_ACEOF
15171 /* confdefs.h. */
15172 _ACEOF
15173 cat confdefs.h >>conftest.$ac_ext
15174 cat >>conftest.$ac_ext <<_ACEOF
15175 /* end confdefs.h. */
15177 /* Override any GCC internal prototype to avoid an error.
15178 Use char because int might match the return type of a GCC
15179 builtin and then its argument prototype would still apply. */
15180 #ifdef __cplusplus
15181 extern "C"
15182 #endif
15183 char cupsGetDefault ();
15185 main ()
15187 return cupsGetDefault ();
15189 return 0;
15191 _ACEOF
15192 rm -f conftest.$ac_objext conftest$ac_exeext
15193 if { (ac_try="$ac_link"
15194 case "(($ac_try" in
15195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15196 *) ac_try_echo=$ac_try;;
15197 esac
15198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15199 (eval "$ac_link") 2>conftest.er1
15200 ac_status=$?
15201 grep -v '^ *+' conftest.er1 >conftest.err
15202 rm -f conftest.er1
15203 cat conftest.err >&5
15204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15205 (exit $ac_status); } && {
15206 test -z "$ac_c_werror_flag" ||
15207 test ! -s conftest.err
15208 } && test -s conftest$ac_exeext &&
15209 $as_test_x conftest$ac_exeext; then
15210 case "$LIBEXT" in
15211 dll) ;;
15212 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'` ;;
15213 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15214 esac
15215 else
15216 echo "$as_me: failed program was:" >&5
15217 sed 's/^/| /' conftest.$ac_ext >&5
15222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15223 conftest$ac_exeext conftest.$ac_ext
15224 LIBS=$ac_check_soname_save_LIBS
15226 if test "x$ac_cv_lib_soname_cups" = "x"; then
15227 { echo "$as_me:$LINENO: result: not found" >&5
15228 echo "${ECHO_T}not found" >&6; }
15230 else
15231 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15232 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15234 cat >>confdefs.h <<_ACEOF
15235 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15236 _ACEOF
15238 CUPSINCL="$ac_cups_cflags"
15243 done
15245 CPPFLAGS="$ac_save_CPPFLAGS"
15247 if test "x$ac_cv_lib_soname_cups" = "x"; then
15248 case "x$with_cups" in
15249 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15250 xno) ;;
15251 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15252 This is an error since --with-cups was requested." >&5
15253 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15254 This is an error since --with-cups was requested." >&2;}
15255 { (exit 1); exit 1; }; } ;;
15256 esac
15260 if test "$ac_cv_header_jack_jack_h" = "yes"
15261 then
15262 { echo "$as_me:$LINENO: checking for -ljack" >&5
15263 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15264 if test "${ac_cv_lib_soname_jack+set}" = set; then
15265 echo $ECHO_N "(cached) $ECHO_C" >&6
15266 else
15267 ac_check_soname_save_LIBS=$LIBS
15268 LIBS="-ljack $LIBS"
15269 cat >conftest.$ac_ext <<_ACEOF
15270 /* confdefs.h. */
15271 _ACEOF
15272 cat confdefs.h >>conftest.$ac_ext
15273 cat >>conftest.$ac_ext <<_ACEOF
15274 /* end confdefs.h. */
15276 /* Override any GCC internal prototype to avoid an error.
15277 Use char because int might match the return type of a GCC
15278 builtin and then its argument prototype would still apply. */
15279 #ifdef __cplusplus
15280 extern "C"
15281 #endif
15282 char jack_client_new ();
15284 main ()
15286 return jack_client_new ();
15288 return 0;
15290 _ACEOF
15291 rm -f conftest.$ac_objext conftest$ac_exeext
15292 if { (ac_try="$ac_link"
15293 case "(($ac_try" in
15294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15295 *) ac_try_echo=$ac_try;;
15296 esac
15297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15298 (eval "$ac_link") 2>conftest.er1
15299 ac_status=$?
15300 grep -v '^ *+' conftest.er1 >conftest.err
15301 rm -f conftest.er1
15302 cat conftest.err >&5
15303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15304 (exit $ac_status); } && {
15305 test -z "$ac_c_werror_flag" ||
15306 test ! -s conftest.err
15307 } && test -s conftest$ac_exeext &&
15308 $as_test_x conftest$ac_exeext; then
15309 case "$LIBEXT" in
15310 dll) ;;
15311 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'` ;;
15312 *) 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'` ;;
15313 esac
15314 else
15315 echo "$as_me: failed program was:" >&5
15316 sed 's/^/| /' conftest.$ac_ext >&5
15321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15322 conftest$ac_exeext conftest.$ac_ext
15323 LIBS=$ac_check_soname_save_LIBS
15325 if test "x$ac_cv_lib_soname_jack" = "x"; then
15326 { echo "$as_me:$LINENO: result: not found" >&5
15327 echo "${ECHO_T}not found" >&6; }
15329 else
15330 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15331 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15333 cat >>confdefs.h <<_ACEOF
15334 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15335 _ACEOF
15342 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15343 then
15344 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15345 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15346 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15347 echo $ECHO_N "(cached) $ECHO_C" >&6
15348 else
15349 ac_check_soname_save_LIBS=$LIBS
15350 LIBS="-lfontconfig $LIBS"
15351 cat >conftest.$ac_ext <<_ACEOF
15352 /* confdefs.h. */
15353 _ACEOF
15354 cat confdefs.h >>conftest.$ac_ext
15355 cat >>conftest.$ac_ext <<_ACEOF
15356 /* end confdefs.h. */
15358 /* Override any GCC internal prototype to avoid an error.
15359 Use char because int might match the return type of a GCC
15360 builtin and then its argument prototype would still apply. */
15361 #ifdef __cplusplus
15362 extern "C"
15363 #endif
15364 char FcInit ();
15366 main ()
15368 return FcInit ();
15370 return 0;
15372 _ACEOF
15373 rm -f conftest.$ac_objext conftest$ac_exeext
15374 if { (ac_try="$ac_link"
15375 case "(($ac_try" in
15376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15377 *) ac_try_echo=$ac_try;;
15378 esac
15379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15380 (eval "$ac_link") 2>conftest.er1
15381 ac_status=$?
15382 grep -v '^ *+' conftest.er1 >conftest.err
15383 rm -f conftest.er1
15384 cat conftest.err >&5
15385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15386 (exit $ac_status); } && {
15387 test -z "$ac_c_werror_flag" ||
15388 test ! -s conftest.err
15389 } && test -s conftest$ac_exeext &&
15390 $as_test_x conftest$ac_exeext; then
15391 case "$LIBEXT" in
15392 dll) ;;
15393 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'` ;;
15394 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15395 esac
15396 else
15397 echo "$as_me: failed program was:" >&5
15398 sed 's/^/| /' conftest.$ac_ext >&5
15403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15404 conftest$ac_exeext conftest.$ac_ext
15405 LIBS=$ac_check_soname_save_LIBS
15407 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15408 { echo "$as_me:$LINENO: result: not found" >&5
15409 echo "${ECHO_T}not found" >&6; }
15411 else
15412 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15413 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15415 cat >>confdefs.h <<_ACEOF
15416 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15417 _ACEOF
15422 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15423 then
15424 ac_save_CPPFLAGS="$CPPFLAGS"
15425 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15426 $as_unset ac_cv_header_fontconfig_fontconfig_h
15428 for ac_header in fontconfig/fontconfig.h
15430 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15431 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15432 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15435 echo $ECHO_N "(cached) $ECHO_C" >&6
15437 ac_res=`eval echo '${'$as_ac_Header'}'`
15438 { echo "$as_me:$LINENO: result: $ac_res" >&5
15439 echo "${ECHO_T}$ac_res" >&6; }
15440 else
15441 # Is the header compilable?
15442 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15443 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15444 cat >conftest.$ac_ext <<_ACEOF
15445 /* confdefs.h. */
15446 _ACEOF
15447 cat confdefs.h >>conftest.$ac_ext
15448 cat >>conftest.$ac_ext <<_ACEOF
15449 /* end confdefs.h. */
15450 $ac_includes_default
15451 #include <$ac_header>
15452 _ACEOF
15453 rm -f conftest.$ac_objext
15454 if { (ac_try="$ac_compile"
15455 case "(($ac_try" in
15456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15457 *) ac_try_echo=$ac_try;;
15458 esac
15459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15460 (eval "$ac_compile") 2>conftest.er1
15461 ac_status=$?
15462 grep -v '^ *+' conftest.er1 >conftest.err
15463 rm -f conftest.er1
15464 cat conftest.err >&5
15465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15466 (exit $ac_status); } && {
15467 test -z "$ac_c_werror_flag" ||
15468 test ! -s conftest.err
15469 } && test -s conftest.$ac_objext; then
15470 ac_header_compiler=yes
15471 else
15472 echo "$as_me: failed program was:" >&5
15473 sed 's/^/| /' conftest.$ac_ext >&5
15475 ac_header_compiler=no
15478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15479 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15480 echo "${ECHO_T}$ac_header_compiler" >&6; }
15482 # Is the header present?
15483 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15484 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15485 cat >conftest.$ac_ext <<_ACEOF
15486 /* confdefs.h. */
15487 _ACEOF
15488 cat confdefs.h >>conftest.$ac_ext
15489 cat >>conftest.$ac_ext <<_ACEOF
15490 /* end confdefs.h. */
15491 #include <$ac_header>
15492 _ACEOF
15493 if { (ac_try="$ac_cpp conftest.$ac_ext"
15494 case "(($ac_try" in
15495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15496 *) ac_try_echo=$ac_try;;
15497 esac
15498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15499 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15500 ac_status=$?
15501 grep -v '^ *+' conftest.er1 >conftest.err
15502 rm -f conftest.er1
15503 cat conftest.err >&5
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); } >/dev/null && {
15506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15507 test ! -s conftest.err
15508 }; then
15509 ac_header_preproc=yes
15510 else
15511 echo "$as_me: failed program was:" >&5
15512 sed 's/^/| /' conftest.$ac_ext >&5
15514 ac_header_preproc=no
15517 rm -f conftest.err conftest.$ac_ext
15518 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15519 echo "${ECHO_T}$ac_header_preproc" >&6; }
15521 # So? What about this header?
15522 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15523 yes:no: )
15524 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15525 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15527 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15528 ac_header_preproc=yes
15530 no:yes:* )
15531 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15532 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15533 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15534 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15535 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15536 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15537 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15538 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15540 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15542 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15543 ( cat <<\_ASBOX
15544 ## ------------------------------------ ##
15545 ## Report this to wine-devel@winehq.org ##
15546 ## ------------------------------------ ##
15547 _ASBOX
15548 ) | sed "s/^/$as_me: WARNING: /" >&2
15550 esac
15551 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15554 echo $ECHO_N "(cached) $ECHO_C" >&6
15555 else
15556 eval "$as_ac_Header=\$ac_header_preproc"
15558 ac_res=`eval echo '${'$as_ac_Header'}'`
15559 { echo "$as_me:$LINENO: result: $ac_res" >&5
15560 echo "${ECHO_T}$ac_res" >&6; }
15563 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15564 cat >>confdefs.h <<_ACEOF
15565 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15566 _ACEOF
15570 done
15572 CPPFLAGS="$ac_save_CPPFLAGS"
15573 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15574 then
15575 FONTCONFIGINCL="$X_CFLAGS"
15577 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15578 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15579 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15580 echo $ECHO_N "(cached) $ECHO_C" >&6
15581 else
15582 ac_check_soname_save_LIBS=$LIBS
15583 LIBS="-lfontconfig $X_LIBS $LIBS"
15584 cat >conftest.$ac_ext <<_ACEOF
15585 /* confdefs.h. */
15586 _ACEOF
15587 cat confdefs.h >>conftest.$ac_ext
15588 cat >>conftest.$ac_ext <<_ACEOF
15589 /* end confdefs.h. */
15591 /* Override any GCC internal prototype to avoid an error.
15592 Use char because int might match the return type of a GCC
15593 builtin and then its argument prototype would still apply. */
15594 #ifdef __cplusplus
15595 extern "C"
15596 #endif
15597 char FcInit ();
15599 main ()
15601 return FcInit ();
15603 return 0;
15605 _ACEOF
15606 rm -f conftest.$ac_objext conftest$ac_exeext
15607 if { (ac_try="$ac_link"
15608 case "(($ac_try" in
15609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15610 *) ac_try_echo=$ac_try;;
15611 esac
15612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15613 (eval "$ac_link") 2>conftest.er1
15614 ac_status=$?
15615 grep -v '^ *+' conftest.er1 >conftest.err
15616 rm -f conftest.er1
15617 cat conftest.err >&5
15618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15619 (exit $ac_status); } && {
15620 test -z "$ac_c_werror_flag" ||
15621 test ! -s conftest.err
15622 } && test -s conftest$ac_exeext &&
15623 $as_test_x conftest$ac_exeext; then
15624 case "$LIBEXT" in
15625 dll) ;;
15626 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'` ;;
15627 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15628 esac
15629 else
15630 echo "$as_me: failed program was:" >&5
15631 sed 's/^/| /' conftest.$ac_ext >&5
15636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15637 conftest$ac_exeext conftest.$ac_ext
15638 LIBS=$ac_check_soname_save_LIBS
15640 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15641 { echo "$as_me:$LINENO: result: not found" >&5
15642 echo "${ECHO_T}not found" >&6; }
15644 else
15645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15646 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15648 cat >>confdefs.h <<_ACEOF
15649 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15650 _ACEOF
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 case "x$with_fontconfig" in
15659 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15660 xno) ;;
15661 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15662 This is an error since --with-fontconfig was requested." >&5
15663 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15664 This is an error since --with-fontconfig was requested." >&2;}
15665 { (exit 1); exit 1; }; } ;;
15666 esac
15670 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15671 then
15672 { echo "$as_me:$LINENO: checking for -lssl" >&5
15673 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15674 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15675 echo $ECHO_N "(cached) $ECHO_C" >&6
15676 else
15677 ac_check_soname_save_LIBS=$LIBS
15678 LIBS="-lssl $LIBS"
15679 cat >conftest.$ac_ext <<_ACEOF
15680 /* confdefs.h. */
15681 _ACEOF
15682 cat confdefs.h >>conftest.$ac_ext
15683 cat >>conftest.$ac_ext <<_ACEOF
15684 /* end confdefs.h. */
15686 /* Override any GCC internal prototype to avoid an error.
15687 Use char because int might match the return type of a GCC
15688 builtin and then its argument prototype would still apply. */
15689 #ifdef __cplusplus
15690 extern "C"
15691 #endif
15692 char SSL_library_init ();
15694 main ()
15696 return SSL_library_init ();
15698 return 0;
15700 _ACEOF
15701 rm -f conftest.$ac_objext conftest$ac_exeext
15702 if { (ac_try="$ac_link"
15703 case "(($ac_try" in
15704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15705 *) ac_try_echo=$ac_try;;
15706 esac
15707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15708 (eval "$ac_link") 2>conftest.er1
15709 ac_status=$?
15710 grep -v '^ *+' conftest.er1 >conftest.err
15711 rm -f conftest.er1
15712 cat conftest.err >&5
15713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15714 (exit $ac_status); } && {
15715 test -z "$ac_c_werror_flag" ||
15716 test ! -s conftest.err
15717 } && test -s conftest$ac_exeext &&
15718 $as_test_x conftest$ac_exeext; then
15719 case "$LIBEXT" in
15720 dll) ;;
15721 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'` ;;
15722 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15723 esac
15724 else
15725 echo "$as_me: failed program was:" >&5
15726 sed 's/^/| /' conftest.$ac_ext >&5
15731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15732 conftest$ac_exeext conftest.$ac_ext
15733 LIBS=$ac_check_soname_save_LIBS
15735 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15736 { echo "$as_me:$LINENO: result: not found" >&5
15737 echo "${ECHO_T}not found" >&6; }
15739 else
15740 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15741 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15743 cat >>confdefs.h <<_ACEOF
15744 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15745 _ACEOF
15750 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15751 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15752 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15753 echo $ECHO_N "(cached) $ECHO_C" >&6
15754 else
15755 ac_check_soname_save_LIBS=$LIBS
15756 LIBS="-lcrypto $LIBS"
15757 cat >conftest.$ac_ext <<_ACEOF
15758 /* confdefs.h. */
15759 _ACEOF
15760 cat confdefs.h >>conftest.$ac_ext
15761 cat >>conftest.$ac_ext <<_ACEOF
15762 /* end confdefs.h. */
15764 /* Override any GCC internal prototype to avoid an error.
15765 Use char because int might match the return type of a GCC
15766 builtin and then its argument prototype would still apply. */
15767 #ifdef __cplusplus
15768 extern "C"
15769 #endif
15770 char BIO_new_socket ();
15772 main ()
15774 return BIO_new_socket ();
15776 return 0;
15778 _ACEOF
15779 rm -f conftest.$ac_objext conftest$ac_exeext
15780 if { (ac_try="$ac_link"
15781 case "(($ac_try" in
15782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15783 *) ac_try_echo=$ac_try;;
15784 esac
15785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15786 (eval "$ac_link") 2>conftest.er1
15787 ac_status=$?
15788 grep -v '^ *+' conftest.er1 >conftest.err
15789 rm -f conftest.er1
15790 cat conftest.err >&5
15791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792 (exit $ac_status); } && {
15793 test -z "$ac_c_werror_flag" ||
15794 test ! -s conftest.err
15795 } && test -s conftest$ac_exeext &&
15796 $as_test_x conftest$ac_exeext; then
15797 case "$LIBEXT" in
15798 dll) ;;
15799 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'` ;;
15800 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15801 esac
15802 else
15803 echo "$as_me: failed program was:" >&5
15804 sed 's/^/| /' conftest.$ac_ext >&5
15809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15810 conftest$ac_exeext conftest.$ac_ext
15811 LIBS=$ac_check_soname_save_LIBS
15813 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15814 { echo "$as_me:$LINENO: result: not found" >&5
15815 echo "${ECHO_T}not found" >&6; }
15817 else
15818 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15819 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15821 cat >>confdefs.h <<_ACEOF
15822 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15823 _ACEOF
15829 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15830 case "x$with_openssl" in
15831 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15832 xno) ;;
15833 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15834 This is an error since --with-openssl was requested." >&5
15835 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15836 This is an error since --with-openssl was requested." >&2;}
15837 { (exit 1); exit 1; }; } ;;
15838 esac
15842 if test "$ac_cv_header_jpeglib_h" = "yes"
15843 then
15844 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15845 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15846 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15847 echo $ECHO_N "(cached) $ECHO_C" >&6
15848 else
15849 ac_check_soname_save_LIBS=$LIBS
15850 LIBS="-ljpeg $LIBS"
15851 cat >conftest.$ac_ext <<_ACEOF
15852 /* confdefs.h. */
15853 _ACEOF
15854 cat confdefs.h >>conftest.$ac_ext
15855 cat >>conftest.$ac_ext <<_ACEOF
15856 /* end confdefs.h. */
15858 /* Override any GCC internal prototype to avoid an error.
15859 Use char because int might match the return type of a GCC
15860 builtin and then its argument prototype would still apply. */
15861 #ifdef __cplusplus
15862 extern "C"
15863 #endif
15864 char jpeg_start_decompress ();
15866 main ()
15868 return jpeg_start_decompress ();
15870 return 0;
15872 _ACEOF
15873 rm -f conftest.$ac_objext conftest$ac_exeext
15874 if { (ac_try="$ac_link"
15875 case "(($ac_try" in
15876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15877 *) ac_try_echo=$ac_try;;
15878 esac
15879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15880 (eval "$ac_link") 2>conftest.er1
15881 ac_status=$?
15882 grep -v '^ *+' conftest.er1 >conftest.err
15883 rm -f conftest.er1
15884 cat conftest.err >&5
15885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886 (exit $ac_status); } && {
15887 test -z "$ac_c_werror_flag" ||
15888 test ! -s conftest.err
15889 } && test -s conftest$ac_exeext &&
15890 $as_test_x conftest$ac_exeext; then
15891 case "$LIBEXT" in
15892 dll) ;;
15893 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'` ;;
15894 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15895 esac
15896 else
15897 echo "$as_me: failed program was:" >&5
15898 sed 's/^/| /' conftest.$ac_ext >&5
15903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15904 conftest$ac_exeext conftest.$ac_ext
15905 LIBS=$ac_check_soname_save_LIBS
15907 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15908 { echo "$as_me:$LINENO: result: not found" >&5
15909 echo "${ECHO_T}not found" >&6; }
15911 else
15912 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15913 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15915 cat >>confdefs.h <<_ACEOF
15916 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15917 _ACEOF
15923 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15924 case "x$with_jpeg" in
15925 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15926 xno) ;;
15927 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15928 This is an error since --with-jpeg was requested." >&5
15929 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15930 This is an error since --with-jpeg was requested." >&2;}
15931 { (exit 1); exit 1; }; } ;;
15932 esac
15936 if test "$ac_cv_header_png_h" = "yes"
15937 then
15938 { echo "$as_me:$LINENO: checking for -lpng" >&5
15939 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15940 if test "${ac_cv_lib_soname_png+set}" = set; then
15941 echo $ECHO_N "(cached) $ECHO_C" >&6
15942 else
15943 ac_check_soname_save_LIBS=$LIBS
15944 LIBS="-lpng -lm $LIBS"
15945 cat >conftest.$ac_ext <<_ACEOF
15946 /* confdefs.h. */
15947 _ACEOF
15948 cat confdefs.h >>conftest.$ac_ext
15949 cat >>conftest.$ac_ext <<_ACEOF
15950 /* end confdefs.h. */
15952 /* Override any GCC internal prototype to avoid an error.
15953 Use char because int might match the return type of a GCC
15954 builtin and then its argument prototype would still apply. */
15955 #ifdef __cplusplus
15956 extern "C"
15957 #endif
15958 char png_create_read_struct ();
15960 main ()
15962 return png_create_read_struct ();
15964 return 0;
15966 _ACEOF
15967 rm -f conftest.$ac_objext conftest$ac_exeext
15968 if { (ac_try="$ac_link"
15969 case "(($ac_try" in
15970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15971 *) ac_try_echo=$ac_try;;
15972 esac
15973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15974 (eval "$ac_link") 2>conftest.er1
15975 ac_status=$?
15976 grep -v '^ *+' conftest.er1 >conftest.err
15977 rm -f conftest.er1
15978 cat conftest.err >&5
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); } && {
15981 test -z "$ac_c_werror_flag" ||
15982 test ! -s conftest.err
15983 } && test -s conftest$ac_exeext &&
15984 $as_test_x conftest$ac_exeext; then
15985 case "$LIBEXT" in
15986 dll) ;;
15987 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'` ;;
15988 *) 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'` ;;
15989 esac
15990 else
15991 echo "$as_me: failed program was:" >&5
15992 sed 's/^/| /' conftest.$ac_ext >&5
15997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15998 conftest$ac_exeext conftest.$ac_ext
15999 LIBS=$ac_check_soname_save_LIBS
16001 if test "x$ac_cv_lib_soname_png" = "x"; then
16002 { echo "$as_me:$LINENO: result: not found" >&5
16003 echo "${ECHO_T}not found" >&6; }
16005 else
16006 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16007 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16009 cat >>confdefs.h <<_ACEOF
16010 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16011 _ACEOF
16017 if test "x$ac_cv_lib_soname_png" = "x"; then
16018 case "x$with_png" in
16019 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16020 xno) ;;
16021 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16022 This is an error since --with-png was requested." >&5
16023 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16024 This is an error since --with-png was requested." >&2;}
16025 { (exit 1); exit 1; }; } ;;
16026 esac
16030 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16031 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16032 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16033 echo $ECHO_N "(cached) $ECHO_C" >&6
16034 else
16035 ac_check_soname_save_LIBS=$LIBS
16036 LIBS="-lodbc $LIBS"
16037 cat >conftest.$ac_ext <<_ACEOF
16038 /* confdefs.h. */
16039 _ACEOF
16040 cat confdefs.h >>conftest.$ac_ext
16041 cat >>conftest.$ac_ext <<_ACEOF
16042 /* end confdefs.h. */
16044 /* Override any GCC internal prototype to avoid an error.
16045 Use char because int might match the return type of a GCC
16046 builtin and then its argument prototype would still apply. */
16047 #ifdef __cplusplus
16048 extern "C"
16049 #endif
16050 char SQLConnect ();
16052 main ()
16054 return SQLConnect ();
16056 return 0;
16058 _ACEOF
16059 rm -f conftest.$ac_objext conftest$ac_exeext
16060 if { (ac_try="$ac_link"
16061 case "(($ac_try" in
16062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16063 *) ac_try_echo=$ac_try;;
16064 esac
16065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16066 (eval "$ac_link") 2>conftest.er1
16067 ac_status=$?
16068 grep -v '^ *+' conftest.er1 >conftest.err
16069 rm -f conftest.er1
16070 cat conftest.err >&5
16071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); } && {
16073 test -z "$ac_c_werror_flag" ||
16074 test ! -s conftest.err
16075 } && test -s conftest$ac_exeext &&
16076 $as_test_x conftest$ac_exeext; then
16077 case "$LIBEXT" in
16078 dll) ;;
16079 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'` ;;
16080 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16081 esac
16082 else
16083 echo "$as_me: failed program was:" >&5
16084 sed 's/^/| /' conftest.$ac_ext >&5
16089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16090 conftest$ac_exeext conftest.$ac_ext
16091 LIBS=$ac_check_soname_save_LIBS
16093 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16094 { echo "$as_me:$LINENO: result: not found" >&5
16095 echo "${ECHO_T}not found" >&6; }
16096 cat >>confdefs.h <<_ACEOF
16097 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16098 _ACEOF
16100 else
16101 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16102 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16104 cat >>confdefs.h <<_ACEOF
16105 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16106 _ACEOF
16112 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16113 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16114 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16115 "$ac_cv_header_soundcard_h" != "yes" -a \
16116 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16117 then
16118 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16122 EXTRACFLAGS=""
16124 if test "x${GCC}" = "xyes"
16125 then
16126 EXTRACFLAGS="-Wall -pipe"
16128 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16129 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16130 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16131 echo $ECHO_N "(cached) $ECHO_C" >&6
16132 else
16133 if test "$cross_compiling" = yes; then
16134 ac_cv_c_gcc_strength_bug="yes"
16135 else
16136 cat >conftest.$ac_ext <<_ACEOF
16137 /* confdefs.h. */
16138 _ACEOF
16139 cat confdefs.h >>conftest.$ac_ext
16140 cat >>conftest.$ac_ext <<_ACEOF
16141 /* end confdefs.h. */
16142 int L[4] = {0,1,2,3};
16144 main ()
16146 static int Array[3];
16147 unsigned int B = 3;
16148 int i;
16149 for(i=0; i<B; i++) Array[i] = i - 3;
16150 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16151 L[i] = 4;
16152 exit( Array[1] != -2 || L[2] != 3)
16154 return 0;
16156 _ACEOF
16157 rm -f conftest$ac_exeext
16158 if { (ac_try="$ac_link"
16159 case "(($ac_try" in
16160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16161 *) ac_try_echo=$ac_try;;
16162 esac
16163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16164 (eval "$ac_link") 2>&5
16165 ac_status=$?
16166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16167 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16168 { (case "(($ac_try" in
16169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170 *) ac_try_echo=$ac_try;;
16171 esac
16172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16173 (eval "$ac_try") 2>&5
16174 ac_status=$?
16175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16176 (exit $ac_status); }; }; then
16177 ac_cv_c_gcc_strength_bug="no"
16178 else
16179 echo "$as_me: program exited with status $ac_status" >&5
16180 echo "$as_me: failed program was:" >&5
16181 sed 's/^/| /' conftest.$ac_ext >&5
16183 ( exit $ac_status )
16184 ac_cv_c_gcc_strength_bug="yes"
16186 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16191 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16192 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16193 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16194 then
16195 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16199 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16200 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16201 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16202 echo $ECHO_N "(cached) $ECHO_C" >&6
16203 else
16204 ac_wine_try_cflags_saved=$CFLAGS
16205 CFLAGS="$CFLAGS -fshort-wchar"
16206 cat >conftest.$ac_ext <<_ACEOF
16207 /* confdefs.h. */
16208 _ACEOF
16209 cat confdefs.h >>conftest.$ac_ext
16210 cat >>conftest.$ac_ext <<_ACEOF
16211 /* end confdefs.h. */
16214 main ()
16218 return 0;
16220 _ACEOF
16221 rm -f conftest.$ac_objext conftest$ac_exeext
16222 if { (ac_try="$ac_link"
16223 case "(($ac_try" in
16224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16225 *) ac_try_echo=$ac_try;;
16226 esac
16227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16228 (eval "$ac_link") 2>conftest.er1
16229 ac_status=$?
16230 grep -v '^ *+' conftest.er1 >conftest.err
16231 rm -f conftest.er1
16232 cat conftest.err >&5
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); } && {
16235 test -z "$ac_c_werror_flag" ||
16236 test ! -s conftest.err
16237 } && test -s conftest$ac_exeext &&
16238 $as_test_x conftest$ac_exeext; then
16239 ac_cv_cflags__fshort_wchar=yes
16240 else
16241 echo "$as_me: failed program was:" >&5
16242 sed 's/^/| /' conftest.$ac_ext >&5
16244 ac_cv_cflags__fshort_wchar=no
16247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16248 conftest$ac_exeext conftest.$ac_ext
16249 CFLAGS=$ac_wine_try_cflags_saved
16251 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16252 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16253 if test $ac_cv_cflags__fshort_wchar = yes; then
16255 cat >>confdefs.h <<\_ACEOF
16256 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16257 _ACEOF
16261 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16262 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16263 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16264 echo $ECHO_N "(cached) $ECHO_C" >&6
16265 else
16266 ac_wine_try_cflags_saved=$CFLAGS
16267 CFLAGS="$CFLAGS -fno-strict-aliasing"
16268 cat >conftest.$ac_ext <<_ACEOF
16269 /* confdefs.h. */
16270 _ACEOF
16271 cat confdefs.h >>conftest.$ac_ext
16272 cat >>conftest.$ac_ext <<_ACEOF
16273 /* end confdefs.h. */
16276 main ()
16280 return 0;
16282 _ACEOF
16283 rm -f conftest.$ac_objext conftest$ac_exeext
16284 if { (ac_try="$ac_link"
16285 case "(($ac_try" in
16286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16287 *) ac_try_echo=$ac_try;;
16288 esac
16289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16290 (eval "$ac_link") 2>conftest.er1
16291 ac_status=$?
16292 grep -v '^ *+' conftest.er1 >conftest.err
16293 rm -f conftest.er1
16294 cat conftest.err >&5
16295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16296 (exit $ac_status); } && {
16297 test -z "$ac_c_werror_flag" ||
16298 test ! -s conftest.err
16299 } && test -s conftest$ac_exeext &&
16300 $as_test_x conftest$ac_exeext; then
16301 ac_cv_cflags__fno_strict_aliasing=yes
16302 else
16303 echo "$as_me: failed program was:" >&5
16304 sed 's/^/| /' conftest.$ac_ext >&5
16306 ac_cv_cflags__fno_strict_aliasing=no
16309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16310 conftest$ac_exeext conftest.$ac_ext
16311 CFLAGS=$ac_wine_try_cflags_saved
16313 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16314 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16315 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16316 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16319 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16320 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16321 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16322 echo $ECHO_N "(cached) $ECHO_C" >&6
16323 else
16324 ac_wine_try_cflags_saved=$CFLAGS
16325 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16326 cat >conftest.$ac_ext <<_ACEOF
16327 /* confdefs.h. */
16328 _ACEOF
16329 cat confdefs.h >>conftest.$ac_ext
16330 cat >>conftest.$ac_ext <<_ACEOF
16331 /* end confdefs.h. */
16334 main ()
16338 return 0;
16340 _ACEOF
16341 rm -f conftest.$ac_objext conftest$ac_exeext
16342 if { (ac_try="$ac_link"
16343 case "(($ac_try" in
16344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16345 *) ac_try_echo=$ac_try;;
16346 esac
16347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16348 (eval "$ac_link") 2>conftest.er1
16349 ac_status=$?
16350 grep -v '^ *+' conftest.er1 >conftest.err
16351 rm -f conftest.er1
16352 cat conftest.err >&5
16353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16354 (exit $ac_status); } && {
16355 test -z "$ac_c_werror_flag" ||
16356 test ! -s conftest.err
16357 } && test -s conftest$ac_exeext &&
16358 $as_test_x conftest$ac_exeext; then
16359 ac_cv_cflags__Wdeclaration_after_statement=yes
16360 else
16361 echo "$as_me: failed program was:" >&5
16362 sed 's/^/| /' conftest.$ac_ext >&5
16364 ac_cv_cflags__Wdeclaration_after_statement=no
16367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16368 conftest$ac_exeext conftest.$ac_ext
16369 CFLAGS=$ac_wine_try_cflags_saved
16371 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16372 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16373 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16374 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16377 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16378 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16379 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16380 echo $ECHO_N "(cached) $ECHO_C" >&6
16381 else
16382 ac_wine_try_cflags_saved=$CFLAGS
16383 CFLAGS="$CFLAGS -Wwrite-strings"
16384 cat >conftest.$ac_ext <<_ACEOF
16385 /* confdefs.h. */
16386 _ACEOF
16387 cat confdefs.h >>conftest.$ac_ext
16388 cat >>conftest.$ac_ext <<_ACEOF
16389 /* end confdefs.h. */
16392 main ()
16396 return 0;
16398 _ACEOF
16399 rm -f conftest.$ac_objext conftest$ac_exeext
16400 if { (ac_try="$ac_link"
16401 case "(($ac_try" in
16402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16403 *) ac_try_echo=$ac_try;;
16404 esac
16405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16406 (eval "$ac_link") 2>conftest.er1
16407 ac_status=$?
16408 grep -v '^ *+' conftest.er1 >conftest.err
16409 rm -f conftest.er1
16410 cat conftest.err >&5
16411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16412 (exit $ac_status); } && {
16413 test -z "$ac_c_werror_flag" ||
16414 test ! -s conftest.err
16415 } && test -s conftest$ac_exeext &&
16416 $as_test_x conftest$ac_exeext; then
16417 ac_cv_cflags__Wwrite_strings=yes
16418 else
16419 echo "$as_me: failed program was:" >&5
16420 sed 's/^/| /' conftest.$ac_ext >&5
16422 ac_cv_cflags__Wwrite_strings=no
16425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16426 conftest$ac_exeext conftest.$ac_ext
16427 CFLAGS=$ac_wine_try_cflags_saved
16429 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16430 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16431 if test $ac_cv_cflags__Wwrite_strings = yes; then
16432 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16435 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16436 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16437 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16438 echo $ECHO_N "(cached) $ECHO_C" >&6
16439 else
16440 ac_wine_try_cflags_saved=$CFLAGS
16441 CFLAGS="$CFLAGS -Wtype-limits"
16442 cat >conftest.$ac_ext <<_ACEOF
16443 /* confdefs.h. */
16444 _ACEOF
16445 cat confdefs.h >>conftest.$ac_ext
16446 cat >>conftest.$ac_ext <<_ACEOF
16447 /* end confdefs.h. */
16450 main ()
16454 return 0;
16456 _ACEOF
16457 rm -f conftest.$ac_objext conftest$ac_exeext
16458 if { (ac_try="$ac_link"
16459 case "(($ac_try" in
16460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16461 *) ac_try_echo=$ac_try;;
16462 esac
16463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16464 (eval "$ac_link") 2>conftest.er1
16465 ac_status=$?
16466 grep -v '^ *+' conftest.er1 >conftest.err
16467 rm -f conftest.er1
16468 cat conftest.err >&5
16469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16470 (exit $ac_status); } && {
16471 test -z "$ac_c_werror_flag" ||
16472 test ! -s conftest.err
16473 } && test -s conftest$ac_exeext &&
16474 $as_test_x conftest$ac_exeext; then
16475 ac_cv_cflags__Wtype_limits=yes
16476 else
16477 echo "$as_me: failed program was:" >&5
16478 sed 's/^/| /' conftest.$ac_ext >&5
16480 ac_cv_cflags__Wtype_limits=no
16483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16484 conftest$ac_exeext conftest.$ac_ext
16485 CFLAGS=$ac_wine_try_cflags_saved
16487 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16488 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16489 if test $ac_cv_cflags__Wtype_limits = yes; then
16490 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16494 saved_CFLAGS="$CFLAGS"
16495 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16496 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16497 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16498 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16499 echo $ECHO_N "(cached) $ECHO_C" >&6
16500 else
16501 cat >conftest.$ac_ext <<_ACEOF
16502 /* confdefs.h. */
16503 _ACEOF
16504 cat confdefs.h >>conftest.$ac_ext
16505 cat >>conftest.$ac_ext <<_ACEOF
16506 /* end confdefs.h. */
16507 #include <string.h>
16509 main ()
16513 return 0;
16515 _ACEOF
16516 rm -f conftest.$ac_objext
16517 if { (ac_try="$ac_compile"
16518 case "(($ac_try" in
16519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16520 *) ac_try_echo=$ac_try;;
16521 esac
16522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16523 (eval "$ac_compile") 2>conftest.er1
16524 ac_status=$?
16525 grep -v '^ *+' conftest.er1 >conftest.err
16526 rm -f conftest.er1
16527 cat conftest.err >&5
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } && {
16530 test -z "$ac_c_werror_flag" ||
16531 test ! -s conftest.err
16532 } && test -s conftest.$ac_objext; then
16533 ac_cv_c_string_h_warnings=no
16534 else
16535 echo "$as_me: failed program was:" >&5
16536 sed 's/^/| /' conftest.$ac_ext >&5
16538 ac_cv_c_string_h_warnings=yes
16541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16543 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16544 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16545 CFLAGS="$saved_CFLAGS"
16546 if test "$ac_cv_c_string_h_warnings" = "no"
16547 then
16548 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16551 BUILTINFLAG=""
16553 saved_CFLAGS="$CFLAGS"
16554 CFLAGS="$CFLAGS -Werror"
16555 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16556 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16557 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16558 echo $ECHO_N "(cached) $ECHO_C" >&6
16559 else
16560 cat >conftest.$ac_ext <<_ACEOF
16561 /* confdefs.h. */
16562 _ACEOF
16563 cat confdefs.h >>conftest.$ac_ext
16564 cat >>conftest.$ac_ext <<_ACEOF
16565 /* end confdefs.h. */
16568 main ()
16570 int iswlower(unsigned short);
16572 return 0;
16574 _ACEOF
16575 rm -f conftest.$ac_objext
16576 if { (ac_try="$ac_compile"
16577 case "(($ac_try" in
16578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16579 *) ac_try_echo=$ac_try;;
16580 esac
16581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16582 (eval "$ac_compile") 2>conftest.er1
16583 ac_status=$?
16584 grep -v '^ *+' conftest.er1 >conftest.err
16585 rm -f conftest.er1
16586 cat conftest.err >&5
16587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16588 (exit $ac_status); } && {
16589 test -z "$ac_c_werror_flag" ||
16590 test ! -s conftest.err
16591 } && test -s conftest.$ac_objext; then
16592 ac_cv_c_builtin_wchar_ctype=no
16593 else
16594 echo "$as_me: failed program was:" >&5
16595 sed 's/^/| /' conftest.$ac_ext >&5
16597 ac_cv_c_builtin_wchar_ctype=yes
16600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16602 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16603 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16604 CFLAGS="$saved_CFLAGS"
16605 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16606 then
16607 BUILTINFLAG="-fno-builtin"
16612 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16613 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16614 if test "${ac_cv_asm_func_def+set}" = set; then
16615 echo $ECHO_N "(cached) $ECHO_C" >&6
16616 else
16617 cat >conftest.$ac_ext <<_ACEOF
16618 /* confdefs.h. */
16619 _ACEOF
16620 cat confdefs.h >>conftest.$ac_ext
16621 cat >>conftest.$ac_ext <<_ACEOF
16622 /* end confdefs.h. */
16625 main ()
16627 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16629 return 0;
16631 _ACEOF
16632 rm -f conftest.$ac_objext conftest$ac_exeext
16633 if { (ac_try="$ac_link"
16634 case "(($ac_try" in
16635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16636 *) ac_try_echo=$ac_try;;
16637 esac
16638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16639 (eval "$ac_link") 2>conftest.er1
16640 ac_status=$?
16641 grep -v '^ *+' conftest.er1 >conftest.err
16642 rm -f conftest.er1
16643 cat conftest.err >&5
16644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); } && {
16646 test -z "$ac_c_werror_flag" ||
16647 test ! -s conftest.err
16648 } && test -s conftest$ac_exeext &&
16649 $as_test_x conftest$ac_exeext; then
16650 ac_cv_asm_func_def=".def"
16651 else
16652 echo "$as_me: failed program was:" >&5
16653 sed 's/^/| /' conftest.$ac_ext >&5
16655 cat >conftest.$ac_ext <<_ACEOF
16656 /* confdefs.h. */
16657 _ACEOF
16658 cat confdefs.h >>conftest.$ac_ext
16659 cat >>conftest.$ac_ext <<_ACEOF
16660 /* end confdefs.h. */
16663 main ()
16665 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16667 return 0;
16669 _ACEOF
16670 rm -f conftest.$ac_objext conftest$ac_exeext
16671 if { (ac_try="$ac_link"
16672 case "(($ac_try" in
16673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16674 *) ac_try_echo=$ac_try;;
16675 esac
16676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16677 (eval "$ac_link") 2>conftest.er1
16678 ac_status=$?
16679 grep -v '^ *+' conftest.er1 >conftest.err
16680 rm -f conftest.er1
16681 cat conftest.err >&5
16682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16683 (exit $ac_status); } && {
16684 test -z "$ac_c_werror_flag" ||
16685 test ! -s conftest.err
16686 } && test -s conftest$ac_exeext &&
16687 $as_test_x conftest$ac_exeext; then
16688 ac_cv_asm_func_def=".type @function"
16689 else
16690 echo "$as_me: failed program was:" >&5
16691 sed 's/^/| /' conftest.$ac_ext >&5
16693 cat >conftest.$ac_ext <<_ACEOF
16694 /* confdefs.h. */
16695 _ACEOF
16696 cat confdefs.h >>conftest.$ac_ext
16697 cat >>conftest.$ac_ext <<_ACEOF
16698 /* end confdefs.h. */
16701 main ()
16703 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16705 return 0;
16707 _ACEOF
16708 rm -f conftest.$ac_objext conftest$ac_exeext
16709 if { (ac_try="$ac_link"
16710 case "(($ac_try" in
16711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16712 *) ac_try_echo=$ac_try;;
16713 esac
16714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16715 (eval "$ac_link") 2>conftest.er1
16716 ac_status=$?
16717 grep -v '^ *+' conftest.er1 >conftest.err
16718 rm -f conftest.er1
16719 cat conftest.err >&5
16720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721 (exit $ac_status); } && {
16722 test -z "$ac_c_werror_flag" ||
16723 test ! -s conftest.err
16724 } && test -s conftest$ac_exeext &&
16725 $as_test_x conftest$ac_exeext; then
16726 ac_cv_asm_func_def=".type 2"
16727 else
16728 echo "$as_me: failed program was:" >&5
16729 sed 's/^/| /' conftest.$ac_ext >&5
16731 ac_cv_asm_func_def="unknown"
16734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16735 conftest$ac_exeext conftest.$ac_ext
16738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16739 conftest$ac_exeext conftest.$ac_ext
16742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16743 conftest$ac_exeext conftest.$ac_ext
16745 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16746 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16750 case "$ac_cv_asm_func_def" in
16751 ".def")
16752 cat >>confdefs.h <<\_ACEOF
16753 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16754 _ACEOF
16756 ".type @function")
16757 cat >>confdefs.h <<\_ACEOF
16758 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16759 _ACEOF
16761 ".type 2")
16762 cat >>confdefs.h <<\_ACEOF
16763 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16764 _ACEOF
16767 cat >>confdefs.h <<\_ACEOF
16768 #define __ASM_FUNC(name) ""
16769 _ACEOF
16771 esac
16774 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16775 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16776 if test "${ac_cv_c_extern_prefix+set}" = set; then
16777 echo $ECHO_N "(cached) $ECHO_C" >&6
16778 else
16779 cat >conftest.$ac_ext <<_ACEOF
16780 /* confdefs.h. */
16781 _ACEOF
16782 cat confdefs.h >>conftest.$ac_ext
16783 cat >>conftest.$ac_ext <<_ACEOF
16784 /* end confdefs.h. */
16785 extern int ac_test;
16787 main ()
16789 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16791 return 0;
16793 _ACEOF
16794 rm -f conftest.$ac_objext conftest$ac_exeext
16795 if { (ac_try="$ac_link"
16796 case "(($ac_try" in
16797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16798 *) ac_try_echo=$ac_try;;
16799 esac
16800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16801 (eval "$ac_link") 2>conftest.er1
16802 ac_status=$?
16803 grep -v '^ *+' conftest.er1 >conftest.err
16804 rm -f conftest.er1
16805 cat conftest.err >&5
16806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807 (exit $ac_status); } && {
16808 test -z "$ac_c_werror_flag" ||
16809 test ! -s conftest.err
16810 } && test -s conftest$ac_exeext &&
16811 $as_test_x conftest$ac_exeext; then
16812 ac_cv_c_extern_prefix="yes"
16813 else
16814 echo "$as_me: failed program was:" >&5
16815 sed 's/^/| /' conftest.$ac_ext >&5
16817 ac_cv_c_extern_prefix="no"
16820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16821 conftest$ac_exeext conftest.$ac_ext
16823 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16824 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16828 if test "$ac_cv_c_extern_prefix" = "yes"
16829 then
16830 cat >>confdefs.h <<\_ACEOF
16831 #define __ASM_NAME(name) "_" name
16832 _ACEOF
16834 else
16835 cat >>confdefs.h <<\_ACEOF
16836 #define __ASM_NAME(name) name
16837 _ACEOF
16842 LDPATH=""
16844 case $build_os in
16845 cygwin*|mingw32*)
16846 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16848 darwin*|macosx*)
16850 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16851 then
16852 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16856 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16858 esac
16860 case $host_os in
16861 mingw32*)
16862 CRTLIBS="-lmsvcrt"
16864 SOCKETLIBS="-lws2_32"
16867 esac
16869 MAIN_BINARY="wine-pthread"
16870 case $host_cpu in
16871 *i[3456789]86*)
16872 case $host_os in
16873 linux* | k*bsd*-gnu)
16874 MAIN_BINARY="wine-glibc"
16876 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16878 freebsd*)
16879 MAIN_BINARY="wine-freebsd"
16881 EXTRA_BINARIES="wine-pthread"
16883 esac
16885 esac
16957 for ac_func in \
16958 _pclose \
16959 _popen \
16960 _snprintf \
16961 _spawnvp \
16962 _strdup \
16963 _stricmp \
16964 _strnicmp \
16965 _strtoi64 \
16966 _strtoui64 \
16967 _vsnprintf \
16968 asctime_r \
16969 chsize \
16970 clone \
16971 dlopen \
16972 epoll_create \
16973 ffs \
16974 finite \
16975 fork \
16976 fpclass \
16977 fstatfs \
16978 fstatvfs \
16979 ftruncate \
16980 futimes \
16981 futimesat \
16982 getdirentries \
16983 getopt_long \
16984 getpagesize \
16985 getpwuid \
16986 gettid \
16987 gettimeofday \
16988 getuid \
16989 inet_pton \
16990 kqueue \
16991 lstat \
16992 memmove \
16993 mmap \
16994 pclose \
16995 poll \
16996 popen \
16997 prctl \
16998 pread \
16999 pwrite \
17000 readlink \
17001 rfork \
17002 sched_yield \
17003 select \
17004 setproctitle \
17005 setrlimit \
17006 settimeofday \
17007 sigaltstack \
17008 sigprocmask \
17009 snprintf \
17010 spawnvp \
17011 statfs \
17012 statvfs \
17013 strcasecmp \
17014 strdup \
17015 strerror \
17016 strncasecmp \
17017 strtold \
17018 strtoll \
17019 strtoull \
17020 tcgetattr \
17021 thr_kill2 \
17022 timegm \
17023 usleep \
17024 vsnprintf \
17025 wait4 \
17026 waitpid \
17029 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17030 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17031 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17032 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17033 echo $ECHO_N "(cached) $ECHO_C" >&6
17034 else
17035 cat >conftest.$ac_ext <<_ACEOF
17036 /* confdefs.h. */
17037 _ACEOF
17038 cat confdefs.h >>conftest.$ac_ext
17039 cat >>conftest.$ac_ext <<_ACEOF
17040 /* end confdefs.h. */
17041 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17043 #define $ac_func innocuous_$ac_func
17045 /* System header to define __stub macros and hopefully few prototypes,
17046 which can conflict with char $ac_func (); below.
17047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17048 <limits.h> exists even on freestanding compilers. */
17050 #ifdef __STDC__
17051 # include <limits.h>
17052 #else
17053 # include <assert.h>
17054 #endif
17056 #undef $ac_func
17058 /* Override any GCC internal prototype to avoid an error.
17059 Use char because int might match the return type of a GCC
17060 builtin and then its argument prototype would still apply. */
17061 #ifdef __cplusplus
17062 extern "C"
17063 #endif
17064 char $ac_func ();
17065 /* The GNU C library defines this for functions which it implements
17066 to always fail with ENOSYS. Some functions are actually named
17067 something starting with __ and the normal name is an alias. */
17068 #if defined __stub_$ac_func || defined __stub___$ac_func
17069 choke me
17070 #endif
17073 main ()
17075 return $ac_func ();
17077 return 0;
17079 _ACEOF
17080 rm -f conftest.$ac_objext conftest$ac_exeext
17081 if { (ac_try="$ac_link"
17082 case "(($ac_try" in
17083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17084 *) ac_try_echo=$ac_try;;
17085 esac
17086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17087 (eval "$ac_link") 2>conftest.er1
17088 ac_status=$?
17089 grep -v '^ *+' conftest.er1 >conftest.err
17090 rm -f conftest.er1
17091 cat conftest.err >&5
17092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17093 (exit $ac_status); } && {
17094 test -z "$ac_c_werror_flag" ||
17095 test ! -s conftest.err
17096 } && test -s conftest$ac_exeext &&
17097 $as_test_x conftest$ac_exeext; then
17098 eval "$as_ac_var=yes"
17099 else
17100 echo "$as_me: failed program was:" >&5
17101 sed 's/^/| /' conftest.$ac_ext >&5
17103 eval "$as_ac_var=no"
17106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17107 conftest$ac_exeext conftest.$ac_ext
17109 ac_res=`eval echo '${'$as_ac_var'}'`
17110 { echo "$as_me:$LINENO: result: $ac_res" >&5
17111 echo "${ECHO_T}$ac_res" >&6; }
17112 if test `eval echo '${'$as_ac_var'}'` = yes; then
17113 cat >>confdefs.h <<_ACEOF
17114 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17115 _ACEOF
17118 done
17121 if test "$ac_cv_func_dlopen" = no
17122 then
17123 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17124 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17125 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17126 echo $ECHO_N "(cached) $ECHO_C" >&6
17127 else
17128 ac_check_lib_save_LIBS=$LIBS
17129 LIBS="-ldl $LIBS"
17130 cat >conftest.$ac_ext <<_ACEOF
17131 /* confdefs.h. */
17132 _ACEOF
17133 cat confdefs.h >>conftest.$ac_ext
17134 cat >>conftest.$ac_ext <<_ACEOF
17135 /* end confdefs.h. */
17137 /* Override any GCC internal prototype to avoid an error.
17138 Use char because int might match the return type of a GCC
17139 builtin and then its argument prototype would still apply. */
17140 #ifdef __cplusplus
17141 extern "C"
17142 #endif
17143 char dlopen ();
17145 main ()
17147 return dlopen ();
17149 return 0;
17151 _ACEOF
17152 rm -f conftest.$ac_objext conftest$ac_exeext
17153 if { (ac_try="$ac_link"
17154 case "(($ac_try" in
17155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17156 *) ac_try_echo=$ac_try;;
17157 esac
17158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17159 (eval "$ac_link") 2>conftest.er1
17160 ac_status=$?
17161 grep -v '^ *+' conftest.er1 >conftest.err
17162 rm -f conftest.er1
17163 cat conftest.err >&5
17164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17165 (exit $ac_status); } && {
17166 test -z "$ac_c_werror_flag" ||
17167 test ! -s conftest.err
17168 } && test -s conftest$ac_exeext &&
17169 $as_test_x conftest$ac_exeext; then
17170 ac_cv_lib_dl_dlopen=yes
17171 else
17172 echo "$as_me: failed program was:" >&5
17173 sed 's/^/| /' conftest.$ac_ext >&5
17175 ac_cv_lib_dl_dlopen=no
17178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17179 conftest$ac_exeext conftest.$ac_ext
17180 LIBS=$ac_check_lib_save_LIBS
17182 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17183 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17184 if test $ac_cv_lib_dl_dlopen = yes; then
17185 cat >>confdefs.h <<\_ACEOF
17186 #define HAVE_DLOPEN 1
17187 _ACEOF
17188 LIBDL="-ldl"
17193 ac_wine_check_funcs_save_LIBS="$LIBS"
17194 LIBS="$LIBS $LIBDL"
17196 for ac_func in dladdr
17198 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17199 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17201 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17202 echo $ECHO_N "(cached) $ECHO_C" >&6
17203 else
17204 cat >conftest.$ac_ext <<_ACEOF
17205 /* confdefs.h. */
17206 _ACEOF
17207 cat confdefs.h >>conftest.$ac_ext
17208 cat >>conftest.$ac_ext <<_ACEOF
17209 /* end confdefs.h. */
17210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17212 #define $ac_func innocuous_$ac_func
17214 /* System header to define __stub macros and hopefully few prototypes,
17215 which can conflict with char $ac_func (); below.
17216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17217 <limits.h> exists even on freestanding compilers. */
17219 #ifdef __STDC__
17220 # include <limits.h>
17221 #else
17222 # include <assert.h>
17223 #endif
17225 #undef $ac_func
17227 /* Override any GCC internal prototype to avoid an error.
17228 Use char because int might match the return type of a GCC
17229 builtin and then its argument prototype would still apply. */
17230 #ifdef __cplusplus
17231 extern "C"
17232 #endif
17233 char $ac_func ();
17234 /* The GNU C library defines this for functions which it implements
17235 to always fail with ENOSYS. Some functions are actually named
17236 something starting with __ and the normal name is an alias. */
17237 #if defined __stub_$ac_func || defined __stub___$ac_func
17238 choke me
17239 #endif
17242 main ()
17244 return $ac_func ();
17246 return 0;
17248 _ACEOF
17249 rm -f conftest.$ac_objext conftest$ac_exeext
17250 if { (ac_try="$ac_link"
17251 case "(($ac_try" in
17252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17253 *) ac_try_echo=$ac_try;;
17254 esac
17255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17256 (eval "$ac_link") 2>conftest.er1
17257 ac_status=$?
17258 grep -v '^ *+' conftest.er1 >conftest.err
17259 rm -f conftest.er1
17260 cat conftest.err >&5
17261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17262 (exit $ac_status); } && {
17263 test -z "$ac_c_werror_flag" ||
17264 test ! -s conftest.err
17265 } && test -s conftest$ac_exeext &&
17266 $as_test_x conftest$ac_exeext; then
17267 eval "$as_ac_var=yes"
17268 else
17269 echo "$as_me: failed program was:" >&5
17270 sed 's/^/| /' conftest.$ac_ext >&5
17272 eval "$as_ac_var=no"
17275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17276 conftest$ac_exeext conftest.$ac_ext
17278 ac_res=`eval echo '${'$as_ac_var'}'`
17279 { echo "$as_me:$LINENO: result: $ac_res" >&5
17280 echo "${ECHO_T}$ac_res" >&6; }
17281 if test `eval echo '${'$as_ac_var'}'` = yes; then
17282 cat >>confdefs.h <<_ACEOF
17283 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17284 _ACEOF
17287 done
17289 LIBS="$ac_wine_check_funcs_save_LIBS"
17291 if test "$ac_cv_func_poll" = no
17292 then
17293 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17294 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17295 if test "${ac_cv_lib_poll_poll+set}" = set; then
17296 echo $ECHO_N "(cached) $ECHO_C" >&6
17297 else
17298 ac_check_lib_save_LIBS=$LIBS
17299 LIBS="-lpoll $LIBS"
17300 cat >conftest.$ac_ext <<_ACEOF
17301 /* confdefs.h. */
17302 _ACEOF
17303 cat confdefs.h >>conftest.$ac_ext
17304 cat >>conftest.$ac_ext <<_ACEOF
17305 /* end confdefs.h. */
17307 /* Override any GCC internal prototype to avoid an error.
17308 Use char because int might match the return type of a GCC
17309 builtin and then its argument prototype would still apply. */
17310 #ifdef __cplusplus
17311 extern "C"
17312 #endif
17313 char poll ();
17315 main ()
17317 return poll ();
17319 return 0;
17321 _ACEOF
17322 rm -f conftest.$ac_objext conftest$ac_exeext
17323 if { (ac_try="$ac_link"
17324 case "(($ac_try" in
17325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17326 *) ac_try_echo=$ac_try;;
17327 esac
17328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17329 (eval "$ac_link") 2>conftest.er1
17330 ac_status=$?
17331 grep -v '^ *+' conftest.er1 >conftest.err
17332 rm -f conftest.er1
17333 cat conftest.err >&5
17334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17335 (exit $ac_status); } && {
17336 test -z "$ac_c_werror_flag" ||
17337 test ! -s conftest.err
17338 } && test -s conftest$ac_exeext &&
17339 $as_test_x conftest$ac_exeext; then
17340 ac_cv_lib_poll_poll=yes
17341 else
17342 echo "$as_me: failed program was:" >&5
17343 sed 's/^/| /' conftest.$ac_ext >&5
17345 ac_cv_lib_poll_poll=no
17348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17349 conftest$ac_exeext conftest.$ac_ext
17350 LIBS=$ac_check_lib_save_LIBS
17352 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17353 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17354 if test $ac_cv_lib_poll_poll = yes; then
17355 cat >>confdefs.h <<\_ACEOF
17356 #define HAVE_POLL 1
17357 _ACEOF
17358 LIBPOLL="-lpoll"
17364 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17365 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17366 if test "${ac_cv_search_gethostbyname+set}" = set; then
17367 echo $ECHO_N "(cached) $ECHO_C" >&6
17368 else
17369 ac_func_search_save_LIBS=$LIBS
17370 cat >conftest.$ac_ext <<_ACEOF
17371 /* confdefs.h. */
17372 _ACEOF
17373 cat confdefs.h >>conftest.$ac_ext
17374 cat >>conftest.$ac_ext <<_ACEOF
17375 /* end confdefs.h. */
17377 /* Override any GCC internal prototype to avoid an error.
17378 Use char because int might match the return type of a GCC
17379 builtin and then its argument prototype would still apply. */
17380 #ifdef __cplusplus
17381 extern "C"
17382 #endif
17383 char gethostbyname ();
17385 main ()
17387 return gethostbyname ();
17389 return 0;
17391 _ACEOF
17392 for ac_lib in '' nsl; do
17393 if test -z "$ac_lib"; then
17394 ac_res="none required"
17395 else
17396 ac_res=-l$ac_lib
17397 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17399 rm -f conftest.$ac_objext conftest$ac_exeext
17400 if { (ac_try="$ac_link"
17401 case "(($ac_try" in
17402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17403 *) ac_try_echo=$ac_try;;
17404 esac
17405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17406 (eval "$ac_link") 2>conftest.er1
17407 ac_status=$?
17408 grep -v '^ *+' conftest.er1 >conftest.err
17409 rm -f conftest.er1
17410 cat conftest.err >&5
17411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17412 (exit $ac_status); } && {
17413 test -z "$ac_c_werror_flag" ||
17414 test ! -s conftest.err
17415 } && test -s conftest$ac_exeext &&
17416 $as_test_x conftest$ac_exeext; then
17417 ac_cv_search_gethostbyname=$ac_res
17418 else
17419 echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.$ac_ext >&5
17425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17426 conftest$ac_exeext
17427 if test "${ac_cv_search_gethostbyname+set}" = set; then
17428 break
17430 done
17431 if test "${ac_cv_search_gethostbyname+set}" = set; then
17433 else
17434 ac_cv_search_gethostbyname=no
17436 rm conftest.$ac_ext
17437 LIBS=$ac_func_search_save_LIBS
17439 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17440 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17441 ac_res=$ac_cv_search_gethostbyname
17442 if test "$ac_res" != no; then
17443 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17448 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17449 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17450 if test "${ac_cv_search_connect+set}" = set; then
17451 echo $ECHO_N "(cached) $ECHO_C" >&6
17452 else
17453 ac_func_search_save_LIBS=$LIBS
17454 cat >conftest.$ac_ext <<_ACEOF
17455 /* confdefs.h. */
17456 _ACEOF
17457 cat confdefs.h >>conftest.$ac_ext
17458 cat >>conftest.$ac_ext <<_ACEOF
17459 /* end confdefs.h. */
17461 /* Override any GCC internal prototype to avoid an error.
17462 Use char because int might match the return type of a GCC
17463 builtin and then its argument prototype would still apply. */
17464 #ifdef __cplusplus
17465 extern "C"
17466 #endif
17467 char connect ();
17469 main ()
17471 return connect ();
17473 return 0;
17475 _ACEOF
17476 for ac_lib in '' socket; do
17477 if test -z "$ac_lib"; then
17478 ac_res="none required"
17479 else
17480 ac_res=-l$ac_lib
17481 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17483 rm -f conftest.$ac_objext conftest$ac_exeext
17484 if { (ac_try="$ac_link"
17485 case "(($ac_try" in
17486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17487 *) ac_try_echo=$ac_try;;
17488 esac
17489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17490 (eval "$ac_link") 2>conftest.er1
17491 ac_status=$?
17492 grep -v '^ *+' conftest.er1 >conftest.err
17493 rm -f conftest.er1
17494 cat conftest.err >&5
17495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17496 (exit $ac_status); } && {
17497 test -z "$ac_c_werror_flag" ||
17498 test ! -s conftest.err
17499 } && test -s conftest$ac_exeext &&
17500 $as_test_x conftest$ac_exeext; then
17501 ac_cv_search_connect=$ac_res
17502 else
17503 echo "$as_me: failed program was:" >&5
17504 sed 's/^/| /' conftest.$ac_ext >&5
17509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17510 conftest$ac_exeext
17511 if test "${ac_cv_search_connect+set}" = set; then
17512 break
17514 done
17515 if test "${ac_cv_search_connect+set}" = set; then
17517 else
17518 ac_cv_search_connect=no
17520 rm conftest.$ac_ext
17521 LIBS=$ac_func_search_save_LIBS
17523 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17524 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17525 ac_res=$ac_cv_search_connect
17526 if test "$ac_res" != no; then
17527 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17532 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17533 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17534 if test "${ac_cv_search_inet_aton+set}" = set; then
17535 echo $ECHO_N "(cached) $ECHO_C" >&6
17536 else
17537 ac_func_search_save_LIBS=$LIBS
17538 cat >conftest.$ac_ext <<_ACEOF
17539 /* confdefs.h. */
17540 _ACEOF
17541 cat confdefs.h >>conftest.$ac_ext
17542 cat >>conftest.$ac_ext <<_ACEOF
17543 /* end confdefs.h. */
17545 /* Override any GCC internal prototype to avoid an error.
17546 Use char because int might match the return type of a GCC
17547 builtin and then its argument prototype would still apply. */
17548 #ifdef __cplusplus
17549 extern "C"
17550 #endif
17551 char inet_aton ();
17553 main ()
17555 return inet_aton ();
17557 return 0;
17559 _ACEOF
17560 for ac_lib in '' resolv; do
17561 if test -z "$ac_lib"; then
17562 ac_res="none required"
17563 else
17564 ac_res=-l$ac_lib
17565 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17567 rm -f conftest.$ac_objext conftest$ac_exeext
17568 if { (ac_try="$ac_link"
17569 case "(($ac_try" in
17570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17571 *) ac_try_echo=$ac_try;;
17572 esac
17573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17574 (eval "$ac_link") 2>conftest.er1
17575 ac_status=$?
17576 grep -v '^ *+' conftest.er1 >conftest.err
17577 rm -f conftest.er1
17578 cat conftest.err >&5
17579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17580 (exit $ac_status); } && {
17581 test -z "$ac_c_werror_flag" ||
17582 test ! -s conftest.err
17583 } && test -s conftest$ac_exeext &&
17584 $as_test_x conftest$ac_exeext; then
17585 ac_cv_search_inet_aton=$ac_res
17586 else
17587 echo "$as_me: failed program was:" >&5
17588 sed 's/^/| /' conftest.$ac_ext >&5
17593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17594 conftest$ac_exeext
17595 if test "${ac_cv_search_inet_aton+set}" = set; then
17596 break
17598 done
17599 if test "${ac_cv_search_inet_aton+set}" = set; then
17601 else
17602 ac_cv_search_inet_aton=no
17604 rm conftest.$ac_ext
17605 LIBS=$ac_func_search_save_LIBS
17607 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17608 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17609 ac_res=$ac_cv_search_inet_aton
17610 if test "$ac_res" != no; then
17611 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17624 for ac_func in \
17625 getaddrinfo \
17626 getnameinfo \
17627 getnetbyname \
17628 getprotobyname \
17629 getprotobynumber \
17630 getservbyport \
17631 inet_network \
17632 sendmsg \
17635 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17636 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17637 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17638 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17639 echo $ECHO_N "(cached) $ECHO_C" >&6
17640 else
17641 cat >conftest.$ac_ext <<_ACEOF
17642 /* confdefs.h. */
17643 _ACEOF
17644 cat confdefs.h >>conftest.$ac_ext
17645 cat >>conftest.$ac_ext <<_ACEOF
17646 /* end confdefs.h. */
17647 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17648 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17649 #define $ac_func innocuous_$ac_func
17651 /* System header to define __stub macros and hopefully few prototypes,
17652 which can conflict with char $ac_func (); below.
17653 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17654 <limits.h> exists even on freestanding compilers. */
17656 #ifdef __STDC__
17657 # include <limits.h>
17658 #else
17659 # include <assert.h>
17660 #endif
17662 #undef $ac_func
17664 /* Override any GCC internal prototype to avoid an error.
17665 Use char because int might match the return type of a GCC
17666 builtin and then its argument prototype would still apply. */
17667 #ifdef __cplusplus
17668 extern "C"
17669 #endif
17670 char $ac_func ();
17671 /* The GNU C library defines this for functions which it implements
17672 to always fail with ENOSYS. Some functions are actually named
17673 something starting with __ and the normal name is an alias. */
17674 #if defined __stub_$ac_func || defined __stub___$ac_func
17675 choke me
17676 #endif
17679 main ()
17681 return $ac_func ();
17683 return 0;
17685 _ACEOF
17686 rm -f conftest.$ac_objext conftest$ac_exeext
17687 if { (ac_try="$ac_link"
17688 case "(($ac_try" in
17689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17690 *) ac_try_echo=$ac_try;;
17691 esac
17692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17693 (eval "$ac_link") 2>conftest.er1
17694 ac_status=$?
17695 grep -v '^ *+' conftest.er1 >conftest.err
17696 rm -f conftest.er1
17697 cat conftest.err >&5
17698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17699 (exit $ac_status); } && {
17700 test -z "$ac_c_werror_flag" ||
17701 test ! -s conftest.err
17702 } && test -s conftest$ac_exeext &&
17703 $as_test_x conftest$ac_exeext; then
17704 eval "$as_ac_var=yes"
17705 else
17706 echo "$as_me: failed program was:" >&5
17707 sed 's/^/| /' conftest.$ac_ext >&5
17709 eval "$as_ac_var=no"
17712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17713 conftest$ac_exeext conftest.$ac_ext
17715 ac_res=`eval echo '${'$as_ac_var'}'`
17716 { echo "$as_me:$LINENO: result: $ac_res" >&5
17717 echo "${ECHO_T}$ac_res" >&6; }
17718 if test `eval echo '${'$as_ac_var'}'` = yes; then
17719 cat >>confdefs.h <<_ACEOF
17720 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17721 _ACEOF
17724 done
17727 LDAPLIBS=""
17729 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17730 then
17731 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17732 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17733 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17734 echo $ECHO_N "(cached) $ECHO_C" >&6
17735 else
17736 cat >conftest.$ac_ext <<_ACEOF
17737 /* confdefs.h. */
17738 _ACEOF
17739 cat confdefs.h >>conftest.$ac_ext
17740 cat >>conftest.$ac_ext <<_ACEOF
17741 /* end confdefs.h. */
17742 #include <ldap.h>
17744 typedef LDAPSortKey ac__type_new_;
17746 main ()
17748 if ((ac__type_new_ *) 0)
17749 return 0;
17750 if (sizeof (ac__type_new_))
17751 return 0;
17753 return 0;
17755 _ACEOF
17756 rm -f conftest.$ac_objext
17757 if { (ac_try="$ac_compile"
17758 case "(($ac_try" in
17759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17760 *) ac_try_echo=$ac_try;;
17761 esac
17762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17763 (eval "$ac_compile") 2>conftest.er1
17764 ac_status=$?
17765 grep -v '^ *+' conftest.er1 >conftest.err
17766 rm -f conftest.er1
17767 cat conftest.err >&5
17768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17769 (exit $ac_status); } && {
17770 test -z "$ac_c_werror_flag" ||
17771 test ! -s conftest.err
17772 } && test -s conftest.$ac_objext; then
17773 ac_cv_type_LDAPSortKey=yes
17774 else
17775 echo "$as_me: failed program was:" >&5
17776 sed 's/^/| /' conftest.$ac_ext >&5
17778 ac_cv_type_LDAPSortKey=no
17781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17783 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17784 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17785 if test $ac_cv_type_LDAPSortKey = yes; then
17786 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17787 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17788 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17789 echo $ECHO_N "(cached) $ECHO_C" >&6
17790 else
17791 ac_check_lib_save_LIBS=$LIBS
17792 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17793 cat >conftest.$ac_ext <<_ACEOF
17794 /* confdefs.h. */
17795 _ACEOF
17796 cat confdefs.h >>conftest.$ac_ext
17797 cat >>conftest.$ac_ext <<_ACEOF
17798 /* end confdefs.h. */
17800 /* Override any GCC internal prototype to avoid an error.
17801 Use char because int might match the return type of a GCC
17802 builtin and then its argument prototype would still apply. */
17803 #ifdef __cplusplus
17804 extern "C"
17805 #endif
17806 char ldap_initialize ();
17808 main ()
17810 return ldap_initialize ();
17812 return 0;
17814 _ACEOF
17815 rm -f conftest.$ac_objext conftest$ac_exeext
17816 if { (ac_try="$ac_link"
17817 case "(($ac_try" in
17818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17819 *) ac_try_echo=$ac_try;;
17820 esac
17821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17822 (eval "$ac_link") 2>conftest.er1
17823 ac_status=$?
17824 grep -v '^ *+' conftest.er1 >conftest.err
17825 rm -f conftest.er1
17826 cat conftest.err >&5
17827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17828 (exit $ac_status); } && {
17829 test -z "$ac_c_werror_flag" ||
17830 test ! -s conftest.err
17831 } && test -s conftest$ac_exeext &&
17832 $as_test_x conftest$ac_exeext; then
17833 ac_cv_lib_ldap_r_ldap_initialize=yes
17834 else
17835 echo "$as_me: failed program was:" >&5
17836 sed 's/^/| /' conftest.$ac_ext >&5
17838 ac_cv_lib_ldap_r_ldap_initialize=no
17841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17842 conftest$ac_exeext conftest.$ac_ext
17843 LIBS=$ac_check_lib_save_LIBS
17845 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17846 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17847 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17848 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17849 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17850 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17851 echo $ECHO_N "(cached) $ECHO_C" >&6
17852 else
17853 ac_check_lib_save_LIBS=$LIBS
17854 LIBS="-llber $LIBPTHREAD $LIBS"
17855 cat >conftest.$ac_ext <<_ACEOF
17856 /* confdefs.h. */
17857 _ACEOF
17858 cat confdefs.h >>conftest.$ac_ext
17859 cat >>conftest.$ac_ext <<_ACEOF
17860 /* end confdefs.h. */
17862 /* Override any GCC internal prototype to avoid an error.
17863 Use char because int might match the return type of a GCC
17864 builtin and then its argument prototype would still apply. */
17865 #ifdef __cplusplus
17866 extern "C"
17867 #endif
17868 char ber_init ();
17870 main ()
17872 return ber_init ();
17874 return 0;
17876 _ACEOF
17877 rm -f conftest.$ac_objext conftest$ac_exeext
17878 if { (ac_try="$ac_link"
17879 case "(($ac_try" in
17880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17881 *) ac_try_echo=$ac_try;;
17882 esac
17883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17884 (eval "$ac_link") 2>conftest.er1
17885 ac_status=$?
17886 grep -v '^ *+' conftest.er1 >conftest.err
17887 rm -f conftest.er1
17888 cat conftest.err >&5
17889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17890 (exit $ac_status); } && {
17891 test -z "$ac_c_werror_flag" ||
17892 test ! -s conftest.err
17893 } && test -s conftest$ac_exeext &&
17894 $as_test_x conftest$ac_exeext; then
17895 ac_cv_lib_lber_ber_init=yes
17896 else
17897 echo "$as_me: failed program was:" >&5
17898 sed 's/^/| /' conftest.$ac_ext >&5
17900 ac_cv_lib_lber_ber_init=no
17903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17904 conftest$ac_exeext conftest.$ac_ext
17905 LIBS=$ac_check_lib_save_LIBS
17907 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17908 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17909 if test $ac_cv_lib_lber_ber_init = yes; then
17911 cat >>confdefs.h <<\_ACEOF
17912 #define HAVE_LDAP 1
17913 _ACEOF
17915 LDAPLIBS="-lldap_r -llber"
17922 ac_wine_check_funcs_save_LIBS="$LIBS"
17923 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17932 for ac_func in \
17933 ldap_count_references \
17934 ldap_first_reference \
17935 ldap_next_reference \
17936 ldap_parse_reference \
17937 ldap_parse_sort_control \
17938 ldap_parse_sortresponse_control \
17939 ldap_parse_vlv_control \
17940 ldap_parse_vlvresponse_control
17942 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17943 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17944 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17945 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17946 echo $ECHO_N "(cached) $ECHO_C" >&6
17947 else
17948 cat >conftest.$ac_ext <<_ACEOF
17949 /* confdefs.h. */
17950 _ACEOF
17951 cat confdefs.h >>conftest.$ac_ext
17952 cat >>conftest.$ac_ext <<_ACEOF
17953 /* end confdefs.h. */
17954 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17956 #define $ac_func innocuous_$ac_func
17958 /* System header to define __stub macros and hopefully few prototypes,
17959 which can conflict with char $ac_func (); below.
17960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17961 <limits.h> exists even on freestanding compilers. */
17963 #ifdef __STDC__
17964 # include <limits.h>
17965 #else
17966 # include <assert.h>
17967 #endif
17969 #undef $ac_func
17971 /* Override any GCC internal prototype to avoid an error.
17972 Use char because int might match the return type of a GCC
17973 builtin and then its argument prototype would still apply. */
17974 #ifdef __cplusplus
17975 extern "C"
17976 #endif
17977 char $ac_func ();
17978 /* The GNU C library defines this for functions which it implements
17979 to always fail with ENOSYS. Some functions are actually named
17980 something starting with __ and the normal name is an alias. */
17981 #if defined __stub_$ac_func || defined __stub___$ac_func
17982 choke me
17983 #endif
17986 main ()
17988 return $ac_func ();
17990 return 0;
17992 _ACEOF
17993 rm -f conftest.$ac_objext conftest$ac_exeext
17994 if { (ac_try="$ac_link"
17995 case "(($ac_try" in
17996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17997 *) ac_try_echo=$ac_try;;
17998 esac
17999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18000 (eval "$ac_link") 2>conftest.er1
18001 ac_status=$?
18002 grep -v '^ *+' conftest.er1 >conftest.err
18003 rm -f conftest.er1
18004 cat conftest.err >&5
18005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18006 (exit $ac_status); } && {
18007 test -z "$ac_c_werror_flag" ||
18008 test ! -s conftest.err
18009 } && test -s conftest$ac_exeext &&
18010 $as_test_x conftest$ac_exeext; then
18011 eval "$as_ac_var=yes"
18012 else
18013 echo "$as_me: failed program was:" >&5
18014 sed 's/^/| /' conftest.$ac_ext >&5
18016 eval "$as_ac_var=no"
18019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18020 conftest$ac_exeext conftest.$ac_ext
18022 ac_res=`eval echo '${'$as_ac_var'}'`
18023 { echo "$as_me:$LINENO: result: $ac_res" >&5
18024 echo "${ECHO_T}$ac_res" >&6; }
18025 if test `eval echo '${'$as_ac_var'}'` = yes; then
18026 cat >>confdefs.h <<_ACEOF
18027 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18028 _ACEOF
18031 done
18033 LIBS="$ac_wine_check_funcs_save_LIBS"
18035 if test "x$LDAPLIBS" = "x"; then
18036 case "x$with_ldap" in
18037 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18038 xno) ;;
18039 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18040 This is an error since --with-ldap was requested." >&5
18041 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18042 This is an error since --with-ldap was requested." >&2;}
18043 { (exit 1); exit 1; }; } ;;
18044 esac
18049 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18050 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18051 if test "${ac_cv_c_const+set}" = set; then
18052 echo $ECHO_N "(cached) $ECHO_C" >&6
18053 else
18054 cat >conftest.$ac_ext <<_ACEOF
18055 /* confdefs.h. */
18056 _ACEOF
18057 cat confdefs.h >>conftest.$ac_ext
18058 cat >>conftest.$ac_ext <<_ACEOF
18059 /* end confdefs.h. */
18062 main ()
18064 /* FIXME: Include the comments suggested by Paul. */
18065 #ifndef __cplusplus
18066 /* Ultrix mips cc rejects this. */
18067 typedef int charset[2];
18068 const charset cs;
18069 /* SunOS 4.1.1 cc rejects this. */
18070 char const *const *pcpcc;
18071 char **ppc;
18072 /* NEC SVR4.0.2 mips cc rejects this. */
18073 struct point {int x, y;};
18074 static struct point const zero = {0,0};
18075 /* AIX XL C 1.02.0.0 rejects this.
18076 It does not let you subtract one const X* pointer from another in
18077 an arm of an if-expression whose if-part is not a constant
18078 expression */
18079 const char *g = "string";
18080 pcpcc = &g + (g ? g-g : 0);
18081 /* HPUX 7.0 cc rejects these. */
18082 ++pcpcc;
18083 ppc = (char**) pcpcc;
18084 pcpcc = (char const *const *) ppc;
18085 { /* SCO 3.2v4 cc rejects this. */
18086 char *t;
18087 char const *s = 0 ? (char *) 0 : (char const *) 0;
18089 *t++ = 0;
18090 if (s) return 0;
18092 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18093 int x[] = {25, 17};
18094 const int *foo = &x[0];
18095 ++foo;
18097 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18098 typedef const int *iptr;
18099 iptr p = 0;
18100 ++p;
18102 { /* AIX XL C 1.02.0.0 rejects this saying
18103 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18104 struct s { int j; const int *ap[3]; };
18105 struct s *b; b->j = 5;
18107 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18108 const int foo = 10;
18109 if (!foo) return 0;
18111 return !cs[0] && !zero.x;
18112 #endif
18115 return 0;
18117 _ACEOF
18118 rm -f conftest.$ac_objext
18119 if { (ac_try="$ac_compile"
18120 case "(($ac_try" in
18121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18122 *) ac_try_echo=$ac_try;;
18123 esac
18124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18125 (eval "$ac_compile") 2>conftest.er1
18126 ac_status=$?
18127 grep -v '^ *+' conftest.er1 >conftest.err
18128 rm -f conftest.er1
18129 cat conftest.err >&5
18130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18131 (exit $ac_status); } && {
18132 test -z "$ac_c_werror_flag" ||
18133 test ! -s conftest.err
18134 } && test -s conftest.$ac_objext; then
18135 ac_cv_c_const=yes
18136 else
18137 echo "$as_me: failed program was:" >&5
18138 sed 's/^/| /' conftest.$ac_ext >&5
18140 ac_cv_c_const=no
18143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18145 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18146 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18147 if test $ac_cv_c_const = no; then
18149 cat >>confdefs.h <<\_ACEOF
18150 #define const
18151 _ACEOF
18155 { echo "$as_me:$LINENO: checking for inline" >&5
18156 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18157 if test "${ac_cv_c_inline+set}" = set; then
18158 echo $ECHO_N "(cached) $ECHO_C" >&6
18159 else
18160 ac_cv_c_inline=no
18161 for ac_kw in inline __inline__ __inline; do
18162 cat >conftest.$ac_ext <<_ACEOF
18163 /* confdefs.h. */
18164 _ACEOF
18165 cat confdefs.h >>conftest.$ac_ext
18166 cat >>conftest.$ac_ext <<_ACEOF
18167 /* end confdefs.h. */
18168 #ifndef __cplusplus
18169 typedef int foo_t;
18170 static $ac_kw foo_t static_foo () {return 0; }
18171 $ac_kw foo_t foo () {return 0; }
18172 #endif
18174 _ACEOF
18175 rm -f conftest.$ac_objext
18176 if { (ac_try="$ac_compile"
18177 case "(($ac_try" in
18178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18179 *) ac_try_echo=$ac_try;;
18180 esac
18181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18182 (eval "$ac_compile") 2>conftest.er1
18183 ac_status=$?
18184 grep -v '^ *+' conftest.er1 >conftest.err
18185 rm -f conftest.er1
18186 cat conftest.err >&5
18187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18188 (exit $ac_status); } && {
18189 test -z "$ac_c_werror_flag" ||
18190 test ! -s conftest.err
18191 } && test -s conftest.$ac_objext; then
18192 ac_cv_c_inline=$ac_kw
18193 else
18194 echo "$as_me: failed program was:" >&5
18195 sed 's/^/| /' conftest.$ac_ext >&5
18200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18201 test "$ac_cv_c_inline" != no && break
18202 done
18205 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18206 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18209 case $ac_cv_c_inline in
18210 inline | yes) ;;
18212 case $ac_cv_c_inline in
18213 no) ac_val=;;
18214 *) ac_val=$ac_cv_c_inline;;
18215 esac
18216 cat >>confdefs.h <<_ACEOF
18217 #ifndef __cplusplus
18218 #define inline $ac_val
18219 #endif
18220 _ACEOF
18222 esac
18224 { echo "$as_me:$LINENO: checking for mode_t" >&5
18225 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18226 if test "${ac_cv_type_mode_t+set}" = set; then
18227 echo $ECHO_N "(cached) $ECHO_C" >&6
18228 else
18229 cat >conftest.$ac_ext <<_ACEOF
18230 /* confdefs.h. */
18231 _ACEOF
18232 cat confdefs.h >>conftest.$ac_ext
18233 cat >>conftest.$ac_ext <<_ACEOF
18234 /* end confdefs.h. */
18235 $ac_includes_default
18236 typedef mode_t ac__type_new_;
18238 main ()
18240 if ((ac__type_new_ *) 0)
18241 return 0;
18242 if (sizeof (ac__type_new_))
18243 return 0;
18245 return 0;
18247 _ACEOF
18248 rm -f conftest.$ac_objext
18249 if { (ac_try="$ac_compile"
18250 case "(($ac_try" in
18251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18252 *) ac_try_echo=$ac_try;;
18253 esac
18254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18255 (eval "$ac_compile") 2>conftest.er1
18256 ac_status=$?
18257 grep -v '^ *+' conftest.er1 >conftest.err
18258 rm -f conftest.er1
18259 cat conftest.err >&5
18260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18261 (exit $ac_status); } && {
18262 test -z "$ac_c_werror_flag" ||
18263 test ! -s conftest.err
18264 } && test -s conftest.$ac_objext; then
18265 ac_cv_type_mode_t=yes
18266 else
18267 echo "$as_me: failed program was:" >&5
18268 sed 's/^/| /' conftest.$ac_ext >&5
18270 ac_cv_type_mode_t=no
18273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18275 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18276 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18277 if test $ac_cv_type_mode_t = yes; then
18279 cat >>confdefs.h <<_ACEOF
18280 #define HAVE_MODE_T 1
18281 _ACEOF
18285 { echo "$as_me:$LINENO: checking for off_t" >&5
18286 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18287 if test "${ac_cv_type_off_t+set}" = set; then
18288 echo $ECHO_N "(cached) $ECHO_C" >&6
18289 else
18290 cat >conftest.$ac_ext <<_ACEOF
18291 /* confdefs.h. */
18292 _ACEOF
18293 cat confdefs.h >>conftest.$ac_ext
18294 cat >>conftest.$ac_ext <<_ACEOF
18295 /* end confdefs.h. */
18296 $ac_includes_default
18297 typedef off_t ac__type_new_;
18299 main ()
18301 if ((ac__type_new_ *) 0)
18302 return 0;
18303 if (sizeof (ac__type_new_))
18304 return 0;
18306 return 0;
18308 _ACEOF
18309 rm -f conftest.$ac_objext
18310 if { (ac_try="$ac_compile"
18311 case "(($ac_try" in
18312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18313 *) ac_try_echo=$ac_try;;
18314 esac
18315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18316 (eval "$ac_compile") 2>conftest.er1
18317 ac_status=$?
18318 grep -v '^ *+' conftest.er1 >conftest.err
18319 rm -f conftest.er1
18320 cat conftest.err >&5
18321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18322 (exit $ac_status); } && {
18323 test -z "$ac_c_werror_flag" ||
18324 test ! -s conftest.err
18325 } && test -s conftest.$ac_objext; then
18326 ac_cv_type_off_t=yes
18327 else
18328 echo "$as_me: failed program was:" >&5
18329 sed 's/^/| /' conftest.$ac_ext >&5
18331 ac_cv_type_off_t=no
18334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18336 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18337 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18338 if test $ac_cv_type_off_t = yes; then
18340 cat >>confdefs.h <<_ACEOF
18341 #define HAVE_OFF_T 1
18342 _ACEOF
18346 { echo "$as_me:$LINENO: checking for pid_t" >&5
18347 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18348 if test "${ac_cv_type_pid_t+set}" = set; then
18349 echo $ECHO_N "(cached) $ECHO_C" >&6
18350 else
18351 cat >conftest.$ac_ext <<_ACEOF
18352 /* confdefs.h. */
18353 _ACEOF
18354 cat confdefs.h >>conftest.$ac_ext
18355 cat >>conftest.$ac_ext <<_ACEOF
18356 /* end confdefs.h. */
18357 $ac_includes_default
18358 typedef pid_t ac__type_new_;
18360 main ()
18362 if ((ac__type_new_ *) 0)
18363 return 0;
18364 if (sizeof (ac__type_new_))
18365 return 0;
18367 return 0;
18369 _ACEOF
18370 rm -f conftest.$ac_objext
18371 if { (ac_try="$ac_compile"
18372 case "(($ac_try" in
18373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18374 *) ac_try_echo=$ac_try;;
18375 esac
18376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18377 (eval "$ac_compile") 2>conftest.er1
18378 ac_status=$?
18379 grep -v '^ *+' conftest.er1 >conftest.err
18380 rm -f conftest.er1
18381 cat conftest.err >&5
18382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383 (exit $ac_status); } && {
18384 test -z "$ac_c_werror_flag" ||
18385 test ! -s conftest.err
18386 } && test -s conftest.$ac_objext; then
18387 ac_cv_type_pid_t=yes
18388 else
18389 echo "$as_me: failed program was:" >&5
18390 sed 's/^/| /' conftest.$ac_ext >&5
18392 ac_cv_type_pid_t=no
18395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18397 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18398 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18399 if test $ac_cv_type_pid_t = yes; then
18401 cat >>confdefs.h <<_ACEOF
18402 #define HAVE_PID_T 1
18403 _ACEOF
18407 { echo "$as_me:$LINENO: checking for size_t" >&5
18408 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18409 if test "${ac_cv_type_size_t+set}" = set; then
18410 echo $ECHO_N "(cached) $ECHO_C" >&6
18411 else
18412 cat >conftest.$ac_ext <<_ACEOF
18413 /* confdefs.h. */
18414 _ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h. */
18418 $ac_includes_default
18419 typedef size_t ac__type_new_;
18421 main ()
18423 if ((ac__type_new_ *) 0)
18424 return 0;
18425 if (sizeof (ac__type_new_))
18426 return 0;
18428 return 0;
18430 _ACEOF
18431 rm -f conftest.$ac_objext
18432 if { (ac_try="$ac_compile"
18433 case "(($ac_try" in
18434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18435 *) ac_try_echo=$ac_try;;
18436 esac
18437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18438 (eval "$ac_compile") 2>conftest.er1
18439 ac_status=$?
18440 grep -v '^ *+' conftest.er1 >conftest.err
18441 rm -f conftest.er1
18442 cat conftest.err >&5
18443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18444 (exit $ac_status); } && {
18445 test -z "$ac_c_werror_flag" ||
18446 test ! -s conftest.err
18447 } && test -s conftest.$ac_objext; then
18448 ac_cv_type_size_t=yes
18449 else
18450 echo "$as_me: failed program was:" >&5
18451 sed 's/^/| /' conftest.$ac_ext >&5
18453 ac_cv_type_size_t=no
18456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18458 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18459 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18460 if test $ac_cv_type_size_t = yes; then
18462 cat >>confdefs.h <<_ACEOF
18463 #define HAVE_SIZE_T 1
18464 _ACEOF
18468 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18469 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18470 if test "${ac_cv_type_ssize_t+set}" = set; then
18471 echo $ECHO_N "(cached) $ECHO_C" >&6
18472 else
18473 cat >conftest.$ac_ext <<_ACEOF
18474 /* confdefs.h. */
18475 _ACEOF
18476 cat confdefs.h >>conftest.$ac_ext
18477 cat >>conftest.$ac_ext <<_ACEOF
18478 /* end confdefs.h. */
18479 $ac_includes_default
18480 typedef ssize_t ac__type_new_;
18482 main ()
18484 if ((ac__type_new_ *) 0)
18485 return 0;
18486 if (sizeof (ac__type_new_))
18487 return 0;
18489 return 0;
18491 _ACEOF
18492 rm -f conftest.$ac_objext
18493 if { (ac_try="$ac_compile"
18494 case "(($ac_try" in
18495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18496 *) ac_try_echo=$ac_try;;
18497 esac
18498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18499 (eval "$ac_compile") 2>conftest.er1
18500 ac_status=$?
18501 grep -v '^ *+' conftest.er1 >conftest.err
18502 rm -f conftest.er1
18503 cat conftest.err >&5
18504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18505 (exit $ac_status); } && {
18506 test -z "$ac_c_werror_flag" ||
18507 test ! -s conftest.err
18508 } && test -s conftest.$ac_objext; then
18509 ac_cv_type_ssize_t=yes
18510 else
18511 echo "$as_me: failed program was:" >&5
18512 sed 's/^/| /' conftest.$ac_ext >&5
18514 ac_cv_type_ssize_t=no
18517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18519 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18520 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18521 if test $ac_cv_type_ssize_t = yes; then
18523 cat >>confdefs.h <<_ACEOF
18524 #define HAVE_SSIZE_T 1
18525 _ACEOF
18529 { echo "$as_me:$LINENO: checking for long long" >&5
18530 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18531 if test "${ac_cv_type_long_long+set}" = set; then
18532 echo $ECHO_N "(cached) $ECHO_C" >&6
18533 else
18534 cat >conftest.$ac_ext <<_ACEOF
18535 /* confdefs.h. */
18536 _ACEOF
18537 cat confdefs.h >>conftest.$ac_ext
18538 cat >>conftest.$ac_ext <<_ACEOF
18539 /* end confdefs.h. */
18540 $ac_includes_default
18541 typedef long long ac__type_new_;
18543 main ()
18545 if ((ac__type_new_ *) 0)
18546 return 0;
18547 if (sizeof (ac__type_new_))
18548 return 0;
18550 return 0;
18552 _ACEOF
18553 rm -f conftest.$ac_objext
18554 if { (ac_try="$ac_compile"
18555 case "(($ac_try" in
18556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18557 *) ac_try_echo=$ac_try;;
18558 esac
18559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18560 (eval "$ac_compile") 2>conftest.er1
18561 ac_status=$?
18562 grep -v '^ *+' conftest.er1 >conftest.err
18563 rm -f conftest.er1
18564 cat conftest.err >&5
18565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18566 (exit $ac_status); } && {
18567 test -z "$ac_c_werror_flag" ||
18568 test ! -s conftest.err
18569 } && test -s conftest.$ac_objext; then
18570 ac_cv_type_long_long=yes
18571 else
18572 echo "$as_me: failed program was:" >&5
18573 sed 's/^/| /' conftest.$ac_ext >&5
18575 ac_cv_type_long_long=no
18578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18580 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18581 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18582 if test $ac_cv_type_long_long = yes; then
18584 cat >>confdefs.h <<_ACEOF
18585 #define HAVE_LONG_LONG 1
18586 _ACEOF
18590 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18591 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18592 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18593 echo $ECHO_N "(cached) $ECHO_C" >&6
18594 else
18595 cat >conftest.$ac_ext <<_ACEOF
18596 /* confdefs.h. */
18597 _ACEOF
18598 cat confdefs.h >>conftest.$ac_ext
18599 cat >>conftest.$ac_ext <<_ACEOF
18600 /* end confdefs.h. */
18601 $ac_includes_default
18602 typedef fsblkcnt_t ac__type_new_;
18604 main ()
18606 if ((ac__type_new_ *) 0)
18607 return 0;
18608 if (sizeof (ac__type_new_))
18609 return 0;
18611 return 0;
18613 _ACEOF
18614 rm -f conftest.$ac_objext
18615 if { (ac_try="$ac_compile"
18616 case "(($ac_try" in
18617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18618 *) ac_try_echo=$ac_try;;
18619 esac
18620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18621 (eval "$ac_compile") 2>conftest.er1
18622 ac_status=$?
18623 grep -v '^ *+' conftest.er1 >conftest.err
18624 rm -f conftest.er1
18625 cat conftest.err >&5
18626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18627 (exit $ac_status); } && {
18628 test -z "$ac_c_werror_flag" ||
18629 test ! -s conftest.err
18630 } && test -s conftest.$ac_objext; then
18631 ac_cv_type_fsblkcnt_t=yes
18632 else
18633 echo "$as_me: failed program was:" >&5
18634 sed 's/^/| /' conftest.$ac_ext >&5
18636 ac_cv_type_fsblkcnt_t=no
18639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18641 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18642 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18643 if test $ac_cv_type_fsblkcnt_t = yes; then
18645 cat >>confdefs.h <<_ACEOF
18646 #define HAVE_FSBLKCNT_T 1
18647 _ACEOF
18651 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18652 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18653 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18654 echo $ECHO_N "(cached) $ECHO_C" >&6
18655 else
18656 cat >conftest.$ac_ext <<_ACEOF
18657 /* confdefs.h. */
18658 _ACEOF
18659 cat confdefs.h >>conftest.$ac_ext
18660 cat >>conftest.$ac_ext <<_ACEOF
18661 /* end confdefs.h. */
18662 $ac_includes_default
18663 typedef fsfilcnt_t ac__type_new_;
18665 main ()
18667 if ((ac__type_new_ *) 0)
18668 return 0;
18669 if (sizeof (ac__type_new_))
18670 return 0;
18672 return 0;
18674 _ACEOF
18675 rm -f conftest.$ac_objext
18676 if { (ac_try="$ac_compile"
18677 case "(($ac_try" in
18678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18679 *) ac_try_echo=$ac_try;;
18680 esac
18681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18682 (eval "$ac_compile") 2>conftest.er1
18683 ac_status=$?
18684 grep -v '^ *+' conftest.er1 >conftest.err
18685 rm -f conftest.er1
18686 cat conftest.err >&5
18687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); } && {
18689 test -z "$ac_c_werror_flag" ||
18690 test ! -s conftest.err
18691 } && test -s conftest.$ac_objext; then
18692 ac_cv_type_fsfilcnt_t=yes
18693 else
18694 echo "$as_me: failed program was:" >&5
18695 sed 's/^/| /' conftest.$ac_ext >&5
18697 ac_cv_type_fsfilcnt_t=no
18700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18702 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18703 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18704 if test $ac_cv_type_fsfilcnt_t = yes; then
18706 cat >>confdefs.h <<_ACEOF
18707 #define HAVE_FSFILCNT_T 1
18708 _ACEOF
18713 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18714 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18715 if test "${ac_cv_type_sigset_t+set}" = set; then
18716 echo $ECHO_N "(cached) $ECHO_C" >&6
18717 else
18718 cat >conftest.$ac_ext <<_ACEOF
18719 /* confdefs.h. */
18720 _ACEOF
18721 cat confdefs.h >>conftest.$ac_ext
18722 cat >>conftest.$ac_ext <<_ACEOF
18723 /* end confdefs.h. */
18724 #include <signal.h>
18726 typedef sigset_t ac__type_new_;
18728 main ()
18730 if ((ac__type_new_ *) 0)
18731 return 0;
18732 if (sizeof (ac__type_new_))
18733 return 0;
18735 return 0;
18737 _ACEOF
18738 rm -f conftest.$ac_objext
18739 if { (ac_try="$ac_compile"
18740 case "(($ac_try" in
18741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18742 *) ac_try_echo=$ac_try;;
18743 esac
18744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18745 (eval "$ac_compile") 2>conftest.er1
18746 ac_status=$?
18747 grep -v '^ *+' conftest.er1 >conftest.err
18748 rm -f conftest.er1
18749 cat conftest.err >&5
18750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18751 (exit $ac_status); } && {
18752 test -z "$ac_c_werror_flag" ||
18753 test ! -s conftest.err
18754 } && test -s conftest.$ac_objext; then
18755 ac_cv_type_sigset_t=yes
18756 else
18757 echo "$as_me: failed program was:" >&5
18758 sed 's/^/| /' conftest.$ac_ext >&5
18760 ac_cv_type_sigset_t=no
18763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18765 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18766 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18767 if test $ac_cv_type_sigset_t = yes; then
18769 cat >>confdefs.h <<_ACEOF
18770 #define HAVE_SIGSET_T 1
18771 _ACEOF
18776 { echo "$as_me:$LINENO: checking for request_sense" >&5
18777 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18778 if test "${ac_cv_type_request_sense+set}" = set; then
18779 echo $ECHO_N "(cached) $ECHO_C" >&6
18780 else
18781 cat >conftest.$ac_ext <<_ACEOF
18782 /* confdefs.h. */
18783 _ACEOF
18784 cat confdefs.h >>conftest.$ac_ext
18785 cat >>conftest.$ac_ext <<_ACEOF
18786 /* end confdefs.h. */
18787 #include <linux/cdrom.h>
18789 typedef request_sense ac__type_new_;
18791 main ()
18793 if ((ac__type_new_ *) 0)
18794 return 0;
18795 if (sizeof (ac__type_new_))
18796 return 0;
18798 return 0;
18800 _ACEOF
18801 rm -f conftest.$ac_objext
18802 if { (ac_try="$ac_compile"
18803 case "(($ac_try" in
18804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18805 *) ac_try_echo=$ac_try;;
18806 esac
18807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18808 (eval "$ac_compile") 2>conftest.er1
18809 ac_status=$?
18810 grep -v '^ *+' conftest.er1 >conftest.err
18811 rm -f conftest.er1
18812 cat conftest.err >&5
18813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18814 (exit $ac_status); } && {
18815 test -z "$ac_c_werror_flag" ||
18816 test ! -s conftest.err
18817 } && test -s conftest.$ac_objext; then
18818 ac_cv_type_request_sense=yes
18819 else
18820 echo "$as_me: failed program was:" >&5
18821 sed 's/^/| /' conftest.$ac_ext >&5
18823 ac_cv_type_request_sense=no
18826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18828 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18829 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18830 if test $ac_cv_type_request_sense = yes; then
18832 cat >>confdefs.h <<_ACEOF
18833 #define HAVE_REQUEST_SENSE 1
18834 _ACEOF
18840 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18841 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18842 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18843 echo $ECHO_N "(cached) $ECHO_C" >&6
18844 else
18845 cat >conftest.$ac_ext <<_ACEOF
18846 /* confdefs.h. */
18847 _ACEOF
18848 cat confdefs.h >>conftest.$ac_ext
18849 cat >>conftest.$ac_ext <<_ACEOF
18850 /* end confdefs.h. */
18851 #ifdef HAVE_LINUX_INPUT_H
18852 #include <linux/input.h>
18853 #endif
18856 main ()
18858 static struct ff_effect ac_aggr;
18859 if (ac_aggr.direction)
18860 return 0;
18862 return 0;
18864 _ACEOF
18865 rm -f conftest.$ac_objext
18866 if { (ac_try="$ac_compile"
18867 case "(($ac_try" in
18868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18869 *) ac_try_echo=$ac_try;;
18870 esac
18871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18872 (eval "$ac_compile") 2>conftest.er1
18873 ac_status=$?
18874 grep -v '^ *+' conftest.er1 >conftest.err
18875 rm -f conftest.er1
18876 cat conftest.err >&5
18877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18878 (exit $ac_status); } && {
18879 test -z "$ac_c_werror_flag" ||
18880 test ! -s conftest.err
18881 } && test -s conftest.$ac_objext; then
18882 ac_cv_member_struct_ff_effect_direction=yes
18883 else
18884 echo "$as_me: failed program was:" >&5
18885 sed 's/^/| /' conftest.$ac_ext >&5
18887 cat >conftest.$ac_ext <<_ACEOF
18888 /* confdefs.h. */
18889 _ACEOF
18890 cat confdefs.h >>conftest.$ac_ext
18891 cat >>conftest.$ac_ext <<_ACEOF
18892 /* end confdefs.h. */
18893 #ifdef HAVE_LINUX_INPUT_H
18894 #include <linux/input.h>
18895 #endif
18898 main ()
18900 static struct ff_effect ac_aggr;
18901 if (sizeof ac_aggr.direction)
18902 return 0;
18904 return 0;
18906 _ACEOF
18907 rm -f conftest.$ac_objext
18908 if { (ac_try="$ac_compile"
18909 case "(($ac_try" in
18910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18911 *) ac_try_echo=$ac_try;;
18912 esac
18913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18914 (eval "$ac_compile") 2>conftest.er1
18915 ac_status=$?
18916 grep -v '^ *+' conftest.er1 >conftest.err
18917 rm -f conftest.er1
18918 cat conftest.err >&5
18919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18920 (exit $ac_status); } && {
18921 test -z "$ac_c_werror_flag" ||
18922 test ! -s conftest.err
18923 } && test -s conftest.$ac_objext; then
18924 ac_cv_member_struct_ff_effect_direction=yes
18925 else
18926 echo "$as_me: failed program was:" >&5
18927 sed 's/^/| /' conftest.$ac_ext >&5
18929 ac_cv_member_struct_ff_effect_direction=no
18932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18937 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18938 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18939 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18941 cat >>confdefs.h <<_ACEOF
18942 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18943 _ACEOF
18949 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18950 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18951 if test "${wine_cv_have_sigaddset+set}" = set; then
18952 echo $ECHO_N "(cached) $ECHO_C" >&6
18953 else
18954 cat >conftest.$ac_ext <<_ACEOF
18955 /* confdefs.h. */
18956 _ACEOF
18957 cat confdefs.h >>conftest.$ac_ext
18958 cat >>conftest.$ac_ext <<_ACEOF
18959 /* end confdefs.h. */
18960 #include <signal.h>
18962 main ()
18964 sigset_t set; sigaddset(&set,SIGTERM);
18966 return 0;
18968 _ACEOF
18969 rm -f conftest.$ac_objext conftest$ac_exeext
18970 if { (ac_try="$ac_link"
18971 case "(($ac_try" in
18972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18973 *) ac_try_echo=$ac_try;;
18974 esac
18975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18976 (eval "$ac_link") 2>conftest.er1
18977 ac_status=$?
18978 grep -v '^ *+' conftest.er1 >conftest.err
18979 rm -f conftest.er1
18980 cat conftest.err >&5
18981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18982 (exit $ac_status); } && {
18983 test -z "$ac_c_werror_flag" ||
18984 test ! -s conftest.err
18985 } && test -s conftest$ac_exeext &&
18986 $as_test_x conftest$ac_exeext; then
18987 wine_cv_have_sigaddset=yes
18988 else
18989 echo "$as_me: failed program was:" >&5
18990 sed 's/^/| /' conftest.$ac_ext >&5
18992 wine_cv_have_sigaddset=no
18995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18996 conftest$ac_exeext conftest.$ac_ext
18998 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18999 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19000 if test "$wine_cv_have_sigaddset" = "yes"
19001 then
19003 cat >>confdefs.h <<\_ACEOF
19004 #define HAVE_SIGADDSET 1
19005 _ACEOF
19010 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19011 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19012 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19013 echo $ECHO_N "(cached) $ECHO_C" >&6
19014 else
19015 cat >conftest.$ac_ext <<_ACEOF
19016 /* confdefs.h. */
19017 _ACEOF
19018 cat confdefs.h >>conftest.$ac_ext
19019 cat >>conftest.$ac_ext <<_ACEOF
19020 /* end confdefs.h. */
19021 #include <netdb.h>
19023 main ()
19026 char *name=0;
19027 struct hostent he;
19028 struct hostent *result;
19029 char *buf=0;
19030 int bufsize=0;
19031 int res,errnr;
19032 char *addr=0;
19033 int addrlen=0;
19034 int addrtype=0;
19035 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19036 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19039 return 0;
19041 _ACEOF
19042 rm -f conftest.$ac_objext conftest$ac_exeext
19043 if { (ac_try="$ac_link"
19044 case "(($ac_try" in
19045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19046 *) ac_try_echo=$ac_try;;
19047 esac
19048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19049 (eval "$ac_link") 2>conftest.er1
19050 ac_status=$?
19051 grep -v '^ *+' conftest.er1 >conftest.err
19052 rm -f conftest.er1
19053 cat conftest.err >&5
19054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19055 (exit $ac_status); } && {
19056 test -z "$ac_c_werror_flag" ||
19057 test ! -s conftest.err
19058 } && test -s conftest$ac_exeext &&
19059 $as_test_x conftest$ac_exeext; then
19060 wine_cv_linux_gethostbyname_r_6=yes
19061 else
19062 echo "$as_me: failed program was:" >&5
19063 sed 's/^/| /' conftest.$ac_ext >&5
19065 wine_cv_linux_gethostbyname_r_6=no
19069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19070 conftest$ac_exeext conftest.$ac_ext
19073 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19074 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19075 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19076 then
19078 cat >>confdefs.h <<\_ACEOF
19079 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19080 _ACEOF
19084 if test "$ac_cv_header_linux_joystick_h" = "yes"
19085 then
19086 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19087 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19088 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19089 echo $ECHO_N "(cached) $ECHO_C" >&6
19090 else
19091 cat >conftest.$ac_ext <<_ACEOF
19092 /* confdefs.h. */
19093 _ACEOF
19094 cat confdefs.h >>conftest.$ac_ext
19095 cat >>conftest.$ac_ext <<_ACEOF
19096 /* end confdefs.h. */
19098 #include <sys/ioctl.h>
19099 #include <sys/types.h>
19100 #include <linux/joystick.h>
19102 struct js_event blub;
19103 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19104 #error "no 2.2 header"
19105 #endif
19108 main ()
19110 /*empty*/
19112 return 0;
19114 _ACEOF
19115 rm -f conftest.$ac_objext
19116 if { (ac_try="$ac_compile"
19117 case "(($ac_try" in
19118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19119 *) ac_try_echo=$ac_try;;
19120 esac
19121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19122 (eval "$ac_compile") 2>conftest.er1
19123 ac_status=$?
19124 grep -v '^ *+' conftest.er1 >conftest.err
19125 rm -f conftest.er1
19126 cat conftest.err >&5
19127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19128 (exit $ac_status); } && {
19129 test -z "$ac_c_werror_flag" ||
19130 test ! -s conftest.err
19131 } && test -s conftest.$ac_objext; then
19132 wine_cv_linux_joystick_22_api=yes
19133 else
19134 echo "$as_me: failed program was:" >&5
19135 sed 's/^/| /' conftest.$ac_ext >&5
19137 wine_cv_linux_joystick_22_api=no
19140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19143 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19144 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19145 if test "$wine_cv_linux_joystick_22_api" = "yes"
19146 then
19148 cat >>confdefs.h <<\_ACEOF
19149 #define HAVE_LINUX_22_JOYSTICK_API 1
19150 _ACEOF
19156 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19157 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19158 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19159 echo $ECHO_N "(cached) $ECHO_C" >&6
19160 else
19161 cat >conftest.$ac_ext <<_ACEOF
19162 /* confdefs.h. */
19163 _ACEOF
19164 cat confdefs.h >>conftest.$ac_ext
19165 cat >>conftest.$ac_ext <<_ACEOF
19166 /* end confdefs.h. */
19167 #include <sys/types.h>
19168 #ifdef HAVE_SYS_PARAM_H
19169 # include <sys/param.h>
19170 #endif
19171 #ifdef HAVE_SYS_MOUNT_H
19172 # include <sys/mount.h>
19173 #endif
19174 #ifdef HAVE_SYS_VFS_H
19175 # include <sys/vfs.h>
19176 #endif
19177 #ifdef HAVE_SYS_STATFS_H
19178 # include <sys/statfs.h>
19179 #endif
19182 main ()
19184 static struct statfs ac_aggr;
19185 if (ac_aggr.f_bfree)
19186 return 0;
19188 return 0;
19190 _ACEOF
19191 rm -f conftest.$ac_objext
19192 if { (ac_try="$ac_compile"
19193 case "(($ac_try" in
19194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19195 *) ac_try_echo=$ac_try;;
19196 esac
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_compile") 2>conftest.er1
19199 ac_status=$?
19200 grep -v '^ *+' conftest.er1 >conftest.err
19201 rm -f conftest.er1
19202 cat conftest.err >&5
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); } && {
19205 test -z "$ac_c_werror_flag" ||
19206 test ! -s conftest.err
19207 } && test -s conftest.$ac_objext; then
19208 ac_cv_member_struct_statfs_f_bfree=yes
19209 else
19210 echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.$ac_ext >&5
19213 cat >conftest.$ac_ext <<_ACEOF
19214 /* confdefs.h. */
19215 _ACEOF
19216 cat confdefs.h >>conftest.$ac_ext
19217 cat >>conftest.$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19219 #include <sys/types.h>
19220 #ifdef HAVE_SYS_PARAM_H
19221 # include <sys/param.h>
19222 #endif
19223 #ifdef HAVE_SYS_MOUNT_H
19224 # include <sys/mount.h>
19225 #endif
19226 #ifdef HAVE_SYS_VFS_H
19227 # include <sys/vfs.h>
19228 #endif
19229 #ifdef HAVE_SYS_STATFS_H
19230 # include <sys/statfs.h>
19231 #endif
19234 main ()
19236 static struct statfs ac_aggr;
19237 if (sizeof ac_aggr.f_bfree)
19238 return 0;
19240 return 0;
19242 _ACEOF
19243 rm -f conftest.$ac_objext
19244 if { (ac_try="$ac_compile"
19245 case "(($ac_try" in
19246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19247 *) ac_try_echo=$ac_try;;
19248 esac
19249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19250 (eval "$ac_compile") 2>conftest.er1
19251 ac_status=$?
19252 grep -v '^ *+' conftest.er1 >conftest.err
19253 rm -f conftest.er1
19254 cat conftest.err >&5
19255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); } && {
19257 test -z "$ac_c_werror_flag" ||
19258 test ! -s conftest.err
19259 } && test -s conftest.$ac_objext; then
19260 ac_cv_member_struct_statfs_f_bfree=yes
19261 else
19262 echo "$as_me: failed program was:" >&5
19263 sed 's/^/| /' conftest.$ac_ext >&5
19265 ac_cv_member_struct_statfs_f_bfree=no
19268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19273 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19274 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19275 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19277 cat >>confdefs.h <<_ACEOF
19278 #define HAVE_STRUCT_STATFS_F_BFREE 1
19279 _ACEOF
19283 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19284 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19285 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19286 echo $ECHO_N "(cached) $ECHO_C" >&6
19287 else
19288 cat >conftest.$ac_ext <<_ACEOF
19289 /* confdefs.h. */
19290 _ACEOF
19291 cat confdefs.h >>conftest.$ac_ext
19292 cat >>conftest.$ac_ext <<_ACEOF
19293 /* end confdefs.h. */
19294 #include <sys/types.h>
19295 #ifdef HAVE_SYS_PARAM_H
19296 # include <sys/param.h>
19297 #endif
19298 #ifdef HAVE_SYS_MOUNT_H
19299 # include <sys/mount.h>
19300 #endif
19301 #ifdef HAVE_SYS_VFS_H
19302 # include <sys/vfs.h>
19303 #endif
19304 #ifdef HAVE_SYS_STATFS_H
19305 # include <sys/statfs.h>
19306 #endif
19309 main ()
19311 static struct statfs ac_aggr;
19312 if (ac_aggr.f_bavail)
19313 return 0;
19315 return 0;
19317 _ACEOF
19318 rm -f conftest.$ac_objext
19319 if { (ac_try="$ac_compile"
19320 case "(($ac_try" in
19321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19322 *) ac_try_echo=$ac_try;;
19323 esac
19324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19325 (eval "$ac_compile") 2>conftest.er1
19326 ac_status=$?
19327 grep -v '^ *+' conftest.er1 >conftest.err
19328 rm -f conftest.er1
19329 cat conftest.err >&5
19330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19331 (exit $ac_status); } && {
19332 test -z "$ac_c_werror_flag" ||
19333 test ! -s conftest.err
19334 } && test -s conftest.$ac_objext; then
19335 ac_cv_member_struct_statfs_f_bavail=yes
19336 else
19337 echo "$as_me: failed program was:" >&5
19338 sed 's/^/| /' conftest.$ac_ext >&5
19340 cat >conftest.$ac_ext <<_ACEOF
19341 /* confdefs.h. */
19342 _ACEOF
19343 cat confdefs.h >>conftest.$ac_ext
19344 cat >>conftest.$ac_ext <<_ACEOF
19345 /* end confdefs.h. */
19346 #include <sys/types.h>
19347 #ifdef HAVE_SYS_PARAM_H
19348 # include <sys/param.h>
19349 #endif
19350 #ifdef HAVE_SYS_MOUNT_H
19351 # include <sys/mount.h>
19352 #endif
19353 #ifdef HAVE_SYS_VFS_H
19354 # include <sys/vfs.h>
19355 #endif
19356 #ifdef HAVE_SYS_STATFS_H
19357 # include <sys/statfs.h>
19358 #endif
19361 main ()
19363 static struct statfs ac_aggr;
19364 if (sizeof ac_aggr.f_bavail)
19365 return 0;
19367 return 0;
19369 _ACEOF
19370 rm -f conftest.$ac_objext
19371 if { (ac_try="$ac_compile"
19372 case "(($ac_try" in
19373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19374 *) ac_try_echo=$ac_try;;
19375 esac
19376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19377 (eval "$ac_compile") 2>conftest.er1
19378 ac_status=$?
19379 grep -v '^ *+' conftest.er1 >conftest.err
19380 rm -f conftest.er1
19381 cat conftest.err >&5
19382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19383 (exit $ac_status); } && {
19384 test -z "$ac_c_werror_flag" ||
19385 test ! -s conftest.err
19386 } && test -s conftest.$ac_objext; then
19387 ac_cv_member_struct_statfs_f_bavail=yes
19388 else
19389 echo "$as_me: failed program was:" >&5
19390 sed 's/^/| /' conftest.$ac_ext >&5
19392 ac_cv_member_struct_statfs_f_bavail=no
19395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19401 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19402 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19404 cat >>confdefs.h <<_ACEOF
19405 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19406 _ACEOF
19410 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19411 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19412 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19413 echo $ECHO_N "(cached) $ECHO_C" >&6
19414 else
19415 cat >conftest.$ac_ext <<_ACEOF
19416 /* confdefs.h. */
19417 _ACEOF
19418 cat confdefs.h >>conftest.$ac_ext
19419 cat >>conftest.$ac_ext <<_ACEOF
19420 /* end confdefs.h. */
19421 #include <sys/types.h>
19422 #ifdef HAVE_SYS_PARAM_H
19423 # include <sys/param.h>
19424 #endif
19425 #ifdef HAVE_SYS_MOUNT_H
19426 # include <sys/mount.h>
19427 #endif
19428 #ifdef HAVE_SYS_VFS_H
19429 # include <sys/vfs.h>
19430 #endif
19431 #ifdef HAVE_SYS_STATFS_H
19432 # include <sys/statfs.h>
19433 #endif
19436 main ()
19438 static struct statfs ac_aggr;
19439 if (ac_aggr.f_frsize)
19440 return 0;
19442 return 0;
19444 _ACEOF
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19450 esac
19451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19452 (eval "$ac_compile") 2>conftest.er1
19453 ac_status=$?
19454 grep -v '^ *+' conftest.er1 >conftest.err
19455 rm -f conftest.er1
19456 cat conftest.err >&5
19457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19458 (exit $ac_status); } && {
19459 test -z "$ac_c_werror_flag" ||
19460 test ! -s conftest.err
19461 } && test -s conftest.$ac_objext; then
19462 ac_cv_member_struct_statfs_f_frsize=yes
19463 else
19464 echo "$as_me: failed program was:" >&5
19465 sed 's/^/| /' conftest.$ac_ext >&5
19467 cat >conftest.$ac_ext <<_ACEOF
19468 /* confdefs.h. */
19469 _ACEOF
19470 cat confdefs.h >>conftest.$ac_ext
19471 cat >>conftest.$ac_ext <<_ACEOF
19472 /* end confdefs.h. */
19473 #include <sys/types.h>
19474 #ifdef HAVE_SYS_PARAM_H
19475 # include <sys/param.h>
19476 #endif
19477 #ifdef HAVE_SYS_MOUNT_H
19478 # include <sys/mount.h>
19479 #endif
19480 #ifdef HAVE_SYS_VFS_H
19481 # include <sys/vfs.h>
19482 #endif
19483 #ifdef HAVE_SYS_STATFS_H
19484 # include <sys/statfs.h>
19485 #endif
19488 main ()
19490 static struct statfs ac_aggr;
19491 if (sizeof ac_aggr.f_frsize)
19492 return 0;
19494 return 0;
19496 _ACEOF
19497 rm -f conftest.$ac_objext
19498 if { (ac_try="$ac_compile"
19499 case "(($ac_try" in
19500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19501 *) ac_try_echo=$ac_try;;
19502 esac
19503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19504 (eval "$ac_compile") 2>conftest.er1
19505 ac_status=$?
19506 grep -v '^ *+' conftest.er1 >conftest.err
19507 rm -f conftest.er1
19508 cat conftest.err >&5
19509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19510 (exit $ac_status); } && {
19511 test -z "$ac_c_werror_flag" ||
19512 test ! -s conftest.err
19513 } && test -s conftest.$ac_objext; then
19514 ac_cv_member_struct_statfs_f_frsize=yes
19515 else
19516 echo "$as_me: failed program was:" >&5
19517 sed 's/^/| /' conftest.$ac_ext >&5
19519 ac_cv_member_struct_statfs_f_frsize=no
19522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19527 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19528 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19529 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19531 cat >>confdefs.h <<_ACEOF
19532 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19533 _ACEOF
19537 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19538 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19539 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19540 echo $ECHO_N "(cached) $ECHO_C" >&6
19541 else
19542 cat >conftest.$ac_ext <<_ACEOF
19543 /* confdefs.h. */
19544 _ACEOF
19545 cat confdefs.h >>conftest.$ac_ext
19546 cat >>conftest.$ac_ext <<_ACEOF
19547 /* end confdefs.h. */
19548 #include <sys/types.h>
19549 #ifdef HAVE_SYS_PARAM_H
19550 # include <sys/param.h>
19551 #endif
19552 #ifdef HAVE_SYS_MOUNT_H
19553 # include <sys/mount.h>
19554 #endif
19555 #ifdef HAVE_SYS_VFS_H
19556 # include <sys/vfs.h>
19557 #endif
19558 #ifdef HAVE_SYS_STATFS_H
19559 # include <sys/statfs.h>
19560 #endif
19563 main ()
19565 static struct statfs ac_aggr;
19566 if (ac_aggr.f_ffree)
19567 return 0;
19569 return 0;
19571 _ACEOF
19572 rm -f conftest.$ac_objext
19573 if { (ac_try="$ac_compile"
19574 case "(($ac_try" in
19575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19576 *) ac_try_echo=$ac_try;;
19577 esac
19578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19579 (eval "$ac_compile") 2>conftest.er1
19580 ac_status=$?
19581 grep -v '^ *+' conftest.er1 >conftest.err
19582 rm -f conftest.er1
19583 cat conftest.err >&5
19584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19585 (exit $ac_status); } && {
19586 test -z "$ac_c_werror_flag" ||
19587 test ! -s conftest.err
19588 } && test -s conftest.$ac_objext; then
19589 ac_cv_member_struct_statfs_f_ffree=yes
19590 else
19591 echo "$as_me: failed program was:" >&5
19592 sed 's/^/| /' conftest.$ac_ext >&5
19594 cat >conftest.$ac_ext <<_ACEOF
19595 /* confdefs.h. */
19596 _ACEOF
19597 cat confdefs.h >>conftest.$ac_ext
19598 cat >>conftest.$ac_ext <<_ACEOF
19599 /* end confdefs.h. */
19600 #include <sys/types.h>
19601 #ifdef HAVE_SYS_PARAM_H
19602 # include <sys/param.h>
19603 #endif
19604 #ifdef HAVE_SYS_MOUNT_H
19605 # include <sys/mount.h>
19606 #endif
19607 #ifdef HAVE_SYS_VFS_H
19608 # include <sys/vfs.h>
19609 #endif
19610 #ifdef HAVE_SYS_STATFS_H
19611 # include <sys/statfs.h>
19612 #endif
19615 main ()
19617 static struct statfs ac_aggr;
19618 if (sizeof ac_aggr.f_ffree)
19619 return 0;
19621 return 0;
19623 _ACEOF
19624 rm -f conftest.$ac_objext
19625 if { (ac_try="$ac_compile"
19626 case "(($ac_try" in
19627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19628 *) ac_try_echo=$ac_try;;
19629 esac
19630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19631 (eval "$ac_compile") 2>conftest.er1
19632 ac_status=$?
19633 grep -v '^ *+' conftest.er1 >conftest.err
19634 rm -f conftest.er1
19635 cat conftest.err >&5
19636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19637 (exit $ac_status); } && {
19638 test -z "$ac_c_werror_flag" ||
19639 test ! -s conftest.err
19640 } && test -s conftest.$ac_objext; then
19641 ac_cv_member_struct_statfs_f_ffree=yes
19642 else
19643 echo "$as_me: failed program was:" >&5
19644 sed 's/^/| /' conftest.$ac_ext >&5
19646 ac_cv_member_struct_statfs_f_ffree=no
19649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19654 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19655 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19656 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19658 cat >>confdefs.h <<_ACEOF
19659 #define HAVE_STRUCT_STATFS_F_FFREE 1
19660 _ACEOF
19664 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19665 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19666 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19667 echo $ECHO_N "(cached) $ECHO_C" >&6
19668 else
19669 cat >conftest.$ac_ext <<_ACEOF
19670 /* confdefs.h. */
19671 _ACEOF
19672 cat confdefs.h >>conftest.$ac_ext
19673 cat >>conftest.$ac_ext <<_ACEOF
19674 /* end confdefs.h. */
19675 #include <sys/types.h>
19676 #ifdef HAVE_SYS_PARAM_H
19677 # include <sys/param.h>
19678 #endif
19679 #ifdef HAVE_SYS_MOUNT_H
19680 # include <sys/mount.h>
19681 #endif
19682 #ifdef HAVE_SYS_VFS_H
19683 # include <sys/vfs.h>
19684 #endif
19685 #ifdef HAVE_SYS_STATFS_H
19686 # include <sys/statfs.h>
19687 #endif
19690 main ()
19692 static struct statfs ac_aggr;
19693 if (ac_aggr.f_favail)
19694 return 0;
19696 return 0;
19698 _ACEOF
19699 rm -f conftest.$ac_objext
19700 if { (ac_try="$ac_compile"
19701 case "(($ac_try" in
19702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19703 *) ac_try_echo=$ac_try;;
19704 esac
19705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19706 (eval "$ac_compile") 2>conftest.er1
19707 ac_status=$?
19708 grep -v '^ *+' conftest.er1 >conftest.err
19709 rm -f conftest.er1
19710 cat conftest.err >&5
19711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19712 (exit $ac_status); } && {
19713 test -z "$ac_c_werror_flag" ||
19714 test ! -s conftest.err
19715 } && test -s conftest.$ac_objext; then
19716 ac_cv_member_struct_statfs_f_favail=yes
19717 else
19718 echo "$as_me: failed program was:" >&5
19719 sed 's/^/| /' conftest.$ac_ext >&5
19721 cat >conftest.$ac_ext <<_ACEOF
19722 /* confdefs.h. */
19723 _ACEOF
19724 cat confdefs.h >>conftest.$ac_ext
19725 cat >>conftest.$ac_ext <<_ACEOF
19726 /* end confdefs.h. */
19727 #include <sys/types.h>
19728 #ifdef HAVE_SYS_PARAM_H
19729 # include <sys/param.h>
19730 #endif
19731 #ifdef HAVE_SYS_MOUNT_H
19732 # include <sys/mount.h>
19733 #endif
19734 #ifdef HAVE_SYS_VFS_H
19735 # include <sys/vfs.h>
19736 #endif
19737 #ifdef HAVE_SYS_STATFS_H
19738 # include <sys/statfs.h>
19739 #endif
19742 main ()
19744 static struct statfs ac_aggr;
19745 if (sizeof ac_aggr.f_favail)
19746 return 0;
19748 return 0;
19750 _ACEOF
19751 rm -f conftest.$ac_objext
19752 if { (ac_try="$ac_compile"
19753 case "(($ac_try" in
19754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19755 *) ac_try_echo=$ac_try;;
19756 esac
19757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19758 (eval "$ac_compile") 2>conftest.er1
19759 ac_status=$?
19760 grep -v '^ *+' conftest.er1 >conftest.err
19761 rm -f conftest.er1
19762 cat conftest.err >&5
19763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } && {
19765 test -z "$ac_c_werror_flag" ||
19766 test ! -s conftest.err
19767 } && test -s conftest.$ac_objext; then
19768 ac_cv_member_struct_statfs_f_favail=yes
19769 else
19770 echo "$as_me: failed program was:" >&5
19771 sed 's/^/| /' conftest.$ac_ext >&5
19773 ac_cv_member_struct_statfs_f_favail=no
19776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19781 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19782 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19783 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19785 cat >>confdefs.h <<_ACEOF
19786 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19787 _ACEOF
19791 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19792 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19793 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19794 echo $ECHO_N "(cached) $ECHO_C" >&6
19795 else
19796 cat >conftest.$ac_ext <<_ACEOF
19797 /* confdefs.h. */
19798 _ACEOF
19799 cat confdefs.h >>conftest.$ac_ext
19800 cat >>conftest.$ac_ext <<_ACEOF
19801 /* end confdefs.h. */
19802 #include <sys/types.h>
19803 #ifdef HAVE_SYS_PARAM_H
19804 # include <sys/param.h>
19805 #endif
19806 #ifdef HAVE_SYS_MOUNT_H
19807 # include <sys/mount.h>
19808 #endif
19809 #ifdef HAVE_SYS_VFS_H
19810 # include <sys/vfs.h>
19811 #endif
19812 #ifdef HAVE_SYS_STATFS_H
19813 # include <sys/statfs.h>
19814 #endif
19817 main ()
19819 static struct statfs ac_aggr;
19820 if (ac_aggr.f_namelen)
19821 return 0;
19823 return 0;
19825 _ACEOF
19826 rm -f conftest.$ac_objext
19827 if { (ac_try="$ac_compile"
19828 case "(($ac_try" in
19829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19830 *) ac_try_echo=$ac_try;;
19831 esac
19832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19833 (eval "$ac_compile") 2>conftest.er1
19834 ac_status=$?
19835 grep -v '^ *+' conftest.er1 >conftest.err
19836 rm -f conftest.er1
19837 cat conftest.err >&5
19838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19839 (exit $ac_status); } && {
19840 test -z "$ac_c_werror_flag" ||
19841 test ! -s conftest.err
19842 } && test -s conftest.$ac_objext; then
19843 ac_cv_member_struct_statfs_f_namelen=yes
19844 else
19845 echo "$as_me: failed program was:" >&5
19846 sed 's/^/| /' conftest.$ac_ext >&5
19848 cat >conftest.$ac_ext <<_ACEOF
19849 /* confdefs.h. */
19850 _ACEOF
19851 cat confdefs.h >>conftest.$ac_ext
19852 cat >>conftest.$ac_ext <<_ACEOF
19853 /* end confdefs.h. */
19854 #include <sys/types.h>
19855 #ifdef HAVE_SYS_PARAM_H
19856 # include <sys/param.h>
19857 #endif
19858 #ifdef HAVE_SYS_MOUNT_H
19859 # include <sys/mount.h>
19860 #endif
19861 #ifdef HAVE_SYS_VFS_H
19862 # include <sys/vfs.h>
19863 #endif
19864 #ifdef HAVE_SYS_STATFS_H
19865 # include <sys/statfs.h>
19866 #endif
19869 main ()
19871 static struct statfs ac_aggr;
19872 if (sizeof ac_aggr.f_namelen)
19873 return 0;
19875 return 0;
19877 _ACEOF
19878 rm -f conftest.$ac_objext
19879 if { (ac_try="$ac_compile"
19880 case "(($ac_try" in
19881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19882 *) ac_try_echo=$ac_try;;
19883 esac
19884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19885 (eval "$ac_compile") 2>conftest.er1
19886 ac_status=$?
19887 grep -v '^ *+' conftest.er1 >conftest.err
19888 rm -f conftest.er1
19889 cat conftest.err >&5
19890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19891 (exit $ac_status); } && {
19892 test -z "$ac_c_werror_flag" ||
19893 test ! -s conftest.err
19894 } && test -s conftest.$ac_objext; then
19895 ac_cv_member_struct_statfs_f_namelen=yes
19896 else
19897 echo "$as_me: failed program was:" >&5
19898 sed 's/^/| /' conftest.$ac_ext >&5
19900 ac_cv_member_struct_statfs_f_namelen=no
19903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19908 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19909 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19910 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19912 cat >>confdefs.h <<_ACEOF
19913 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19914 _ACEOF
19920 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19921 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19922 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19923 echo $ECHO_N "(cached) $ECHO_C" >&6
19924 else
19925 cat >conftest.$ac_ext <<_ACEOF
19926 /* confdefs.h. */
19927 _ACEOF
19928 cat confdefs.h >>conftest.$ac_ext
19929 cat >>conftest.$ac_ext <<_ACEOF
19930 /* end confdefs.h. */
19931 #ifdef HAVE_SYS_STATVFS_H
19932 #include <sys/statvfs.h>
19933 #endif
19936 main ()
19938 static struct statvfs ac_aggr;
19939 if (ac_aggr.f_blocks)
19940 return 0;
19942 return 0;
19944 _ACEOF
19945 rm -f conftest.$ac_objext
19946 if { (ac_try="$ac_compile"
19947 case "(($ac_try" in
19948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19949 *) ac_try_echo=$ac_try;;
19950 esac
19951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19952 (eval "$ac_compile") 2>conftest.er1
19953 ac_status=$?
19954 grep -v '^ *+' conftest.er1 >conftest.err
19955 rm -f conftest.er1
19956 cat conftest.err >&5
19957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19958 (exit $ac_status); } && {
19959 test -z "$ac_c_werror_flag" ||
19960 test ! -s conftest.err
19961 } && test -s conftest.$ac_objext; then
19962 ac_cv_member_struct_statvfs_f_blocks=yes
19963 else
19964 echo "$as_me: failed program was:" >&5
19965 sed 's/^/| /' conftest.$ac_ext >&5
19967 cat >conftest.$ac_ext <<_ACEOF
19968 /* confdefs.h. */
19969 _ACEOF
19970 cat confdefs.h >>conftest.$ac_ext
19971 cat >>conftest.$ac_ext <<_ACEOF
19972 /* end confdefs.h. */
19973 #ifdef HAVE_SYS_STATVFS_H
19974 #include <sys/statvfs.h>
19975 #endif
19978 main ()
19980 static struct statvfs ac_aggr;
19981 if (sizeof ac_aggr.f_blocks)
19982 return 0;
19984 return 0;
19986 _ACEOF
19987 rm -f conftest.$ac_objext
19988 if { (ac_try="$ac_compile"
19989 case "(($ac_try" in
19990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19991 *) ac_try_echo=$ac_try;;
19992 esac
19993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19994 (eval "$ac_compile") 2>conftest.er1
19995 ac_status=$?
19996 grep -v '^ *+' conftest.er1 >conftest.err
19997 rm -f conftest.er1
19998 cat conftest.err >&5
19999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20000 (exit $ac_status); } && {
20001 test -z "$ac_c_werror_flag" ||
20002 test ! -s conftest.err
20003 } && test -s conftest.$ac_objext; then
20004 ac_cv_member_struct_statvfs_f_blocks=yes
20005 else
20006 echo "$as_me: failed program was:" >&5
20007 sed 's/^/| /' conftest.$ac_ext >&5
20009 ac_cv_member_struct_statvfs_f_blocks=no
20012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20017 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20018 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20019 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20021 cat >>confdefs.h <<_ACEOF
20022 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20023 _ACEOF
20029 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20030 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20031 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20032 echo $ECHO_N "(cached) $ECHO_C" >&6
20033 else
20034 cat >conftest.$ac_ext <<_ACEOF
20035 /* confdefs.h. */
20036 _ACEOF
20037 cat confdefs.h >>conftest.$ac_ext
20038 cat >>conftest.$ac_ext <<_ACEOF
20039 /* end confdefs.h. */
20040 #include <sys/types.h>
20041 #ifdef HAVE_SYS_SOCKET_H
20042 # include <sys/socket.h>
20043 #endif
20044 #ifdef HAVE_SYS_UN_H
20045 # include <sys/un.h>
20046 #endif
20049 main ()
20051 static struct msghdr ac_aggr;
20052 if (ac_aggr.msg_accrights)
20053 return 0;
20055 return 0;
20057 _ACEOF
20058 rm -f conftest.$ac_objext
20059 if { (ac_try="$ac_compile"
20060 case "(($ac_try" in
20061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20062 *) ac_try_echo=$ac_try;;
20063 esac
20064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.$ac_objext; then
20075 ac_cv_member_struct_msghdr_msg_accrights=yes
20076 else
20077 echo "$as_me: failed program was:" >&5
20078 sed 's/^/| /' conftest.$ac_ext >&5
20080 cat >conftest.$ac_ext <<_ACEOF
20081 /* confdefs.h. */
20082 _ACEOF
20083 cat confdefs.h >>conftest.$ac_ext
20084 cat >>conftest.$ac_ext <<_ACEOF
20085 /* end confdefs.h. */
20086 #include <sys/types.h>
20087 #ifdef HAVE_SYS_SOCKET_H
20088 # include <sys/socket.h>
20089 #endif
20090 #ifdef HAVE_SYS_UN_H
20091 # include <sys/un.h>
20092 #endif
20095 main ()
20097 static struct msghdr ac_aggr;
20098 if (sizeof ac_aggr.msg_accrights)
20099 return 0;
20101 return 0;
20103 _ACEOF
20104 rm -f conftest.$ac_objext
20105 if { (ac_try="$ac_compile"
20106 case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20109 esac
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_compile") 2>conftest.er1
20112 ac_status=$?
20113 grep -v '^ *+' conftest.er1 >conftest.err
20114 rm -f conftest.er1
20115 cat conftest.err >&5
20116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20117 (exit $ac_status); } && {
20118 test -z "$ac_c_werror_flag" ||
20119 test ! -s conftest.err
20120 } && test -s conftest.$ac_objext; then
20121 ac_cv_member_struct_msghdr_msg_accrights=yes
20122 else
20123 echo "$as_me: failed program was:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20126 ac_cv_member_struct_msghdr_msg_accrights=no
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20134 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20135 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20136 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20138 cat >>confdefs.h <<_ACEOF
20139 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20140 _ACEOF
20144 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20145 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20146 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20147 echo $ECHO_N "(cached) $ECHO_C" >&6
20148 else
20149 cat >conftest.$ac_ext <<_ACEOF
20150 /* confdefs.h. */
20151 _ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 #include <sys/types.h>
20156 #ifdef HAVE_SYS_SOCKET_H
20157 # include <sys/socket.h>
20158 #endif
20159 #ifdef HAVE_SYS_UN_H
20160 # include <sys/un.h>
20161 #endif
20164 main ()
20166 static struct sockaddr ac_aggr;
20167 if (ac_aggr.sa_len)
20168 return 0;
20170 return 0;
20172 _ACEOF
20173 rm -f conftest.$ac_objext
20174 if { (ac_try="$ac_compile"
20175 case "(($ac_try" in
20176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20177 *) ac_try_echo=$ac_try;;
20178 esac
20179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20180 (eval "$ac_compile") 2>conftest.er1
20181 ac_status=$?
20182 grep -v '^ *+' conftest.er1 >conftest.err
20183 rm -f conftest.er1
20184 cat conftest.err >&5
20185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20186 (exit $ac_status); } && {
20187 test -z "$ac_c_werror_flag" ||
20188 test ! -s conftest.err
20189 } && test -s conftest.$ac_objext; then
20190 ac_cv_member_struct_sockaddr_sa_len=yes
20191 else
20192 echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.$ac_ext >&5
20195 cat >conftest.$ac_ext <<_ACEOF
20196 /* confdefs.h. */
20197 _ACEOF
20198 cat confdefs.h >>conftest.$ac_ext
20199 cat >>conftest.$ac_ext <<_ACEOF
20200 /* end confdefs.h. */
20201 #include <sys/types.h>
20202 #ifdef HAVE_SYS_SOCKET_H
20203 # include <sys/socket.h>
20204 #endif
20205 #ifdef HAVE_SYS_UN_H
20206 # include <sys/un.h>
20207 #endif
20210 main ()
20212 static struct sockaddr ac_aggr;
20213 if (sizeof ac_aggr.sa_len)
20214 return 0;
20216 return 0;
20218 _ACEOF
20219 rm -f conftest.$ac_objext
20220 if { (ac_try="$ac_compile"
20221 case "(($ac_try" in
20222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20223 *) ac_try_echo=$ac_try;;
20224 esac
20225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20226 (eval "$ac_compile") 2>conftest.er1
20227 ac_status=$?
20228 grep -v '^ *+' conftest.er1 >conftest.err
20229 rm -f conftest.er1
20230 cat conftest.err >&5
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest.$ac_objext; then
20236 ac_cv_member_struct_sockaddr_sa_len=yes
20237 else
20238 echo "$as_me: failed program was:" >&5
20239 sed 's/^/| /' conftest.$ac_ext >&5
20241 ac_cv_member_struct_sockaddr_sa_len=no
20244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20249 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20250 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20251 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20253 cat >>confdefs.h <<_ACEOF
20254 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20255 _ACEOF
20259 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20260 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20261 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20262 echo $ECHO_N "(cached) $ECHO_C" >&6
20263 else
20264 cat >conftest.$ac_ext <<_ACEOF
20265 /* confdefs.h. */
20266 _ACEOF
20267 cat confdefs.h >>conftest.$ac_ext
20268 cat >>conftest.$ac_ext <<_ACEOF
20269 /* end confdefs.h. */
20270 #include <sys/types.h>
20271 #ifdef HAVE_SYS_SOCKET_H
20272 # include <sys/socket.h>
20273 #endif
20274 #ifdef HAVE_SYS_UN_H
20275 # include <sys/un.h>
20276 #endif
20279 main ()
20281 static struct sockaddr_un ac_aggr;
20282 if (ac_aggr.sun_len)
20283 return 0;
20285 return 0;
20287 _ACEOF
20288 rm -f conftest.$ac_objext
20289 if { (ac_try="$ac_compile"
20290 case "(($ac_try" in
20291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20292 *) ac_try_echo=$ac_try;;
20293 esac
20294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20295 (eval "$ac_compile") 2>conftest.er1
20296 ac_status=$?
20297 grep -v '^ *+' conftest.er1 >conftest.err
20298 rm -f conftest.er1
20299 cat conftest.err >&5
20300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20301 (exit $ac_status); } && {
20302 test -z "$ac_c_werror_flag" ||
20303 test ! -s conftest.err
20304 } && test -s conftest.$ac_objext; then
20305 ac_cv_member_struct_sockaddr_un_sun_len=yes
20306 else
20307 echo "$as_me: failed program was:" >&5
20308 sed 's/^/| /' conftest.$ac_ext >&5
20310 cat >conftest.$ac_ext <<_ACEOF
20311 /* confdefs.h. */
20312 _ACEOF
20313 cat confdefs.h >>conftest.$ac_ext
20314 cat >>conftest.$ac_ext <<_ACEOF
20315 /* end confdefs.h. */
20316 #include <sys/types.h>
20317 #ifdef HAVE_SYS_SOCKET_H
20318 # include <sys/socket.h>
20319 #endif
20320 #ifdef HAVE_SYS_UN_H
20321 # include <sys/un.h>
20322 #endif
20325 main ()
20327 static struct sockaddr_un ac_aggr;
20328 if (sizeof ac_aggr.sun_len)
20329 return 0;
20331 return 0;
20333 _ACEOF
20334 rm -f conftest.$ac_objext
20335 if { (ac_try="$ac_compile"
20336 case "(($ac_try" in
20337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20338 *) ac_try_echo=$ac_try;;
20339 esac
20340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20341 (eval "$ac_compile") 2>conftest.er1
20342 ac_status=$?
20343 grep -v '^ *+' conftest.er1 >conftest.err
20344 rm -f conftest.er1
20345 cat conftest.err >&5
20346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20347 (exit $ac_status); } && {
20348 test -z "$ac_c_werror_flag" ||
20349 test ! -s conftest.err
20350 } && test -s conftest.$ac_objext; then
20351 ac_cv_member_struct_sockaddr_un_sun_len=yes
20352 else
20353 echo "$as_me: failed program was:" >&5
20354 sed 's/^/| /' conftest.$ac_ext >&5
20356 ac_cv_member_struct_sockaddr_un_sun_len=no
20359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20364 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20365 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20366 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20368 cat >>confdefs.h <<_ACEOF
20369 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20370 _ACEOF
20376 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20377 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20378 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20379 echo $ECHO_N "(cached) $ECHO_C" >&6
20380 else
20381 cat >conftest.$ac_ext <<_ACEOF
20382 /* confdefs.h. */
20383 _ACEOF
20384 cat confdefs.h >>conftest.$ac_ext
20385 cat >>conftest.$ac_ext <<_ACEOF
20386 /* end confdefs.h. */
20387 #include <sys/types.h>
20388 #ifdef HAVE_SCSI_SG_H
20389 #include <scsi/sg.h>
20390 #endif
20393 main ()
20395 static scsireq_t ac_aggr;
20396 if (ac_aggr.cmd)
20397 return 0;
20399 return 0;
20401 _ACEOF
20402 rm -f conftest.$ac_objext
20403 if { (ac_try="$ac_compile"
20404 case "(($ac_try" in
20405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20406 *) ac_try_echo=$ac_try;;
20407 esac
20408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20409 (eval "$ac_compile") 2>conftest.er1
20410 ac_status=$?
20411 grep -v '^ *+' conftest.er1 >conftest.err
20412 rm -f conftest.er1
20413 cat conftest.err >&5
20414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20415 (exit $ac_status); } && {
20416 test -z "$ac_c_werror_flag" ||
20417 test ! -s conftest.err
20418 } && test -s conftest.$ac_objext; then
20419 ac_cv_member_scsireq_t_cmd=yes
20420 else
20421 echo "$as_me: failed program was:" >&5
20422 sed 's/^/| /' conftest.$ac_ext >&5
20424 cat >conftest.$ac_ext <<_ACEOF
20425 /* confdefs.h. */
20426 _ACEOF
20427 cat confdefs.h >>conftest.$ac_ext
20428 cat >>conftest.$ac_ext <<_ACEOF
20429 /* end confdefs.h. */
20430 #include <sys/types.h>
20431 #ifdef HAVE_SCSI_SG_H
20432 #include <scsi/sg.h>
20433 #endif
20436 main ()
20438 static scsireq_t ac_aggr;
20439 if (sizeof ac_aggr.cmd)
20440 return 0;
20442 return 0;
20444 _ACEOF
20445 rm -f conftest.$ac_objext
20446 if { (ac_try="$ac_compile"
20447 case "(($ac_try" in
20448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20449 *) ac_try_echo=$ac_try;;
20450 esac
20451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_compile") 2>conftest.er1
20453 ac_status=$?
20454 grep -v '^ *+' conftest.er1 >conftest.err
20455 rm -f conftest.er1
20456 cat conftest.err >&5
20457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20458 (exit $ac_status); } && {
20459 test -z "$ac_c_werror_flag" ||
20460 test ! -s conftest.err
20461 } && test -s conftest.$ac_objext; then
20462 ac_cv_member_scsireq_t_cmd=yes
20463 else
20464 echo "$as_me: failed program was:" >&5
20465 sed 's/^/| /' conftest.$ac_ext >&5
20467 ac_cv_member_scsireq_t_cmd=no
20470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20475 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20476 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20477 if test $ac_cv_member_scsireq_t_cmd = yes; then
20479 cat >>confdefs.h <<_ACEOF
20480 #define HAVE_SCSIREQ_T_CMD 1
20481 _ACEOF
20485 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20486 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20487 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20488 echo $ECHO_N "(cached) $ECHO_C" >&6
20489 else
20490 cat >conftest.$ac_ext <<_ACEOF
20491 /* confdefs.h. */
20492 _ACEOF
20493 cat confdefs.h >>conftest.$ac_ext
20494 cat >>conftest.$ac_ext <<_ACEOF
20495 /* end confdefs.h. */
20496 #include <sys/types.h>
20497 #ifdef HAVE_SCSI_SG_H
20498 #include <scsi/sg.h>
20499 #endif
20502 main ()
20504 static sg_io_hdr_t ac_aggr;
20505 if (ac_aggr.interface_id)
20506 return 0;
20508 return 0;
20510 _ACEOF
20511 rm -f conftest.$ac_objext
20512 if { (ac_try="$ac_compile"
20513 case "(($ac_try" in
20514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20515 *) ac_try_echo=$ac_try;;
20516 esac
20517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20518 (eval "$ac_compile") 2>conftest.er1
20519 ac_status=$?
20520 grep -v '^ *+' conftest.er1 >conftest.err
20521 rm -f conftest.er1
20522 cat conftest.err >&5
20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20524 (exit $ac_status); } && {
20525 test -z "$ac_c_werror_flag" ||
20526 test ! -s conftest.err
20527 } && test -s conftest.$ac_objext; then
20528 ac_cv_member_sg_io_hdr_t_interface_id=yes
20529 else
20530 echo "$as_me: failed program was:" >&5
20531 sed 's/^/| /' conftest.$ac_ext >&5
20533 cat >conftest.$ac_ext <<_ACEOF
20534 /* confdefs.h. */
20535 _ACEOF
20536 cat confdefs.h >>conftest.$ac_ext
20537 cat >>conftest.$ac_ext <<_ACEOF
20538 /* end confdefs.h. */
20539 #include <sys/types.h>
20540 #ifdef HAVE_SCSI_SG_H
20541 #include <scsi/sg.h>
20542 #endif
20545 main ()
20547 static sg_io_hdr_t ac_aggr;
20548 if (sizeof ac_aggr.interface_id)
20549 return 0;
20551 return 0;
20553 _ACEOF
20554 rm -f conftest.$ac_objext
20555 if { (ac_try="$ac_compile"
20556 case "(($ac_try" in
20557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20558 *) ac_try_echo=$ac_try;;
20559 esac
20560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20562 ac_status=$?
20563 grep -v '^ *+' conftest.er1 >conftest.err
20564 rm -f conftest.er1
20565 cat conftest.err >&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20571 ac_cv_member_sg_io_hdr_t_interface_id=yes
20572 else
20573 echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20576 ac_cv_member_sg_io_hdr_t_interface_id=no
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20585 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20586 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20588 cat >>confdefs.h <<_ACEOF
20589 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20590 _ACEOF
20596 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20597 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20598 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20599 echo $ECHO_N "(cached) $ECHO_C" >&6
20600 else
20601 cat >conftest.$ac_ext <<_ACEOF
20602 /* confdefs.h. */
20603 _ACEOF
20604 cat confdefs.h >>conftest.$ac_ext
20605 cat >>conftest.$ac_ext <<_ACEOF
20606 /* end confdefs.h. */
20607 #include <signal.h>
20610 main ()
20612 static siginfo_t ac_aggr;
20613 if (ac_aggr.si_fd)
20614 return 0;
20616 return 0;
20618 _ACEOF
20619 rm -f conftest.$ac_objext
20620 if { (ac_try="$ac_compile"
20621 case "(($ac_try" in
20622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20623 *) ac_try_echo=$ac_try;;
20624 esac
20625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20626 (eval "$ac_compile") 2>conftest.er1
20627 ac_status=$?
20628 grep -v '^ *+' conftest.er1 >conftest.err
20629 rm -f conftest.er1
20630 cat conftest.err >&5
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); } && {
20633 test -z "$ac_c_werror_flag" ||
20634 test ! -s conftest.err
20635 } && test -s conftest.$ac_objext; then
20636 ac_cv_member_siginfo_t_si_fd=yes
20637 else
20638 echo "$as_me: failed program was:" >&5
20639 sed 's/^/| /' conftest.$ac_ext >&5
20641 cat >conftest.$ac_ext <<_ACEOF
20642 /* confdefs.h. */
20643 _ACEOF
20644 cat confdefs.h >>conftest.$ac_ext
20645 cat >>conftest.$ac_ext <<_ACEOF
20646 /* end confdefs.h. */
20647 #include <signal.h>
20650 main ()
20652 static siginfo_t ac_aggr;
20653 if (sizeof ac_aggr.si_fd)
20654 return 0;
20656 return 0;
20658 _ACEOF
20659 rm -f conftest.$ac_objext
20660 if { (ac_try="$ac_compile"
20661 case "(($ac_try" in
20662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20663 *) ac_try_echo=$ac_try;;
20664 esac
20665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20666 (eval "$ac_compile") 2>conftest.er1
20667 ac_status=$?
20668 grep -v '^ *+' conftest.er1 >conftest.err
20669 rm -f conftest.er1
20670 cat conftest.err >&5
20671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20672 (exit $ac_status); } && {
20673 test -z "$ac_c_werror_flag" ||
20674 test ! -s conftest.err
20675 } && test -s conftest.$ac_objext; then
20676 ac_cv_member_siginfo_t_si_fd=yes
20677 else
20678 echo "$as_me: failed program was:" >&5
20679 sed 's/^/| /' conftest.$ac_ext >&5
20681 ac_cv_member_siginfo_t_si_fd=no
20684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20689 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20690 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20691 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20693 cat >>confdefs.h <<_ACEOF
20694 #define HAVE_SIGINFO_T_SI_FD 1
20695 _ACEOF
20701 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20702 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20703 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20704 echo $ECHO_N "(cached) $ECHO_C" >&6
20705 else
20706 cat >conftest.$ac_ext <<_ACEOF
20707 /* confdefs.h. */
20708 _ACEOF
20709 cat confdefs.h >>conftest.$ac_ext
20710 cat >>conftest.$ac_ext <<_ACEOF
20711 /* end confdefs.h. */
20712 #include <sys/types.h>
20713 #ifdef HAVE_SYS_MTIO_H
20714 #include <sys/mtio.h>
20715 #endif
20718 main ()
20720 static struct mtget ac_aggr;
20721 if (ac_aggr.mt_blksiz)
20722 return 0;
20724 return 0;
20726 _ACEOF
20727 rm -f conftest.$ac_objext
20728 if { (ac_try="$ac_compile"
20729 case "(($ac_try" in
20730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20731 *) ac_try_echo=$ac_try;;
20732 esac
20733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20734 (eval "$ac_compile") 2>conftest.er1
20735 ac_status=$?
20736 grep -v '^ *+' conftest.er1 >conftest.err
20737 rm -f conftest.er1
20738 cat conftest.err >&5
20739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20740 (exit $ac_status); } && {
20741 test -z "$ac_c_werror_flag" ||
20742 test ! -s conftest.err
20743 } && test -s conftest.$ac_objext; then
20744 ac_cv_member_struct_mtget_mt_blksiz=yes
20745 else
20746 echo "$as_me: failed program was:" >&5
20747 sed 's/^/| /' conftest.$ac_ext >&5
20749 cat >conftest.$ac_ext <<_ACEOF
20750 /* confdefs.h. */
20751 _ACEOF
20752 cat confdefs.h >>conftest.$ac_ext
20753 cat >>conftest.$ac_ext <<_ACEOF
20754 /* end confdefs.h. */
20755 #include <sys/types.h>
20756 #ifdef HAVE_SYS_MTIO_H
20757 #include <sys/mtio.h>
20758 #endif
20761 main ()
20763 static struct mtget ac_aggr;
20764 if (sizeof ac_aggr.mt_blksiz)
20765 return 0;
20767 return 0;
20769 _ACEOF
20770 rm -f conftest.$ac_objext
20771 if { (ac_try="$ac_compile"
20772 case "(($ac_try" in
20773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20774 *) ac_try_echo=$ac_try;;
20775 esac
20776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20777 (eval "$ac_compile") 2>conftest.er1
20778 ac_status=$?
20779 grep -v '^ *+' conftest.er1 >conftest.err
20780 rm -f conftest.er1
20781 cat conftest.err >&5
20782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783 (exit $ac_status); } && {
20784 test -z "$ac_c_werror_flag" ||
20785 test ! -s conftest.err
20786 } && test -s conftest.$ac_objext; then
20787 ac_cv_member_struct_mtget_mt_blksiz=yes
20788 else
20789 echo "$as_me: failed program was:" >&5
20790 sed 's/^/| /' conftest.$ac_ext >&5
20792 ac_cv_member_struct_mtget_mt_blksiz=no
20795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20800 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20801 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20802 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20804 cat >>confdefs.h <<_ACEOF
20805 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20806 _ACEOF
20810 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20811 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20812 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20813 echo $ECHO_N "(cached) $ECHO_C" >&6
20814 else
20815 cat >conftest.$ac_ext <<_ACEOF
20816 /* confdefs.h. */
20817 _ACEOF
20818 cat confdefs.h >>conftest.$ac_ext
20819 cat >>conftest.$ac_ext <<_ACEOF
20820 /* end confdefs.h. */
20821 #include <sys/types.h>
20822 #ifdef HAVE_SYS_MTIO_H
20823 #include <sys/mtio.h>
20824 #endif
20827 main ()
20829 static struct mtget ac_aggr;
20830 if (ac_aggr.mt_gstat)
20831 return 0;
20833 return 0;
20835 _ACEOF
20836 rm -f conftest.$ac_objext
20837 if { (ac_try="$ac_compile"
20838 case "(($ac_try" in
20839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20840 *) ac_try_echo=$ac_try;;
20841 esac
20842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20843 (eval "$ac_compile") 2>conftest.er1
20844 ac_status=$?
20845 grep -v '^ *+' conftest.er1 >conftest.err
20846 rm -f conftest.er1
20847 cat conftest.err >&5
20848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20849 (exit $ac_status); } && {
20850 test -z "$ac_c_werror_flag" ||
20851 test ! -s conftest.err
20852 } && test -s conftest.$ac_objext; then
20853 ac_cv_member_struct_mtget_mt_gstat=yes
20854 else
20855 echo "$as_me: failed program was:" >&5
20856 sed 's/^/| /' conftest.$ac_ext >&5
20858 cat >conftest.$ac_ext <<_ACEOF
20859 /* confdefs.h. */
20860 _ACEOF
20861 cat confdefs.h >>conftest.$ac_ext
20862 cat >>conftest.$ac_ext <<_ACEOF
20863 /* end confdefs.h. */
20864 #include <sys/types.h>
20865 #ifdef HAVE_SYS_MTIO_H
20866 #include <sys/mtio.h>
20867 #endif
20870 main ()
20872 static struct mtget ac_aggr;
20873 if (sizeof ac_aggr.mt_gstat)
20874 return 0;
20876 return 0;
20878 _ACEOF
20879 rm -f conftest.$ac_objext
20880 if { (ac_try="$ac_compile"
20881 case "(($ac_try" in
20882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20883 *) ac_try_echo=$ac_try;;
20884 esac
20885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20886 (eval "$ac_compile") 2>conftest.er1
20887 ac_status=$?
20888 grep -v '^ *+' conftest.er1 >conftest.err
20889 rm -f conftest.er1
20890 cat conftest.err >&5
20891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892 (exit $ac_status); } && {
20893 test -z "$ac_c_werror_flag" ||
20894 test ! -s conftest.err
20895 } && test -s conftest.$ac_objext; then
20896 ac_cv_member_struct_mtget_mt_gstat=yes
20897 else
20898 echo "$as_me: failed program was:" >&5
20899 sed 's/^/| /' conftest.$ac_ext >&5
20901 ac_cv_member_struct_mtget_mt_gstat=no
20904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20910 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20911 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20913 cat >>confdefs.h <<_ACEOF
20914 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20915 _ACEOF
20919 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20920 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20921 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20922 echo $ECHO_N "(cached) $ECHO_C" >&6
20923 else
20924 cat >conftest.$ac_ext <<_ACEOF
20925 /* confdefs.h. */
20926 _ACEOF
20927 cat confdefs.h >>conftest.$ac_ext
20928 cat >>conftest.$ac_ext <<_ACEOF
20929 /* end confdefs.h. */
20930 #include <sys/types.h>
20931 #ifdef HAVE_SYS_MTIO_H
20932 #include <sys/mtio.h>
20933 #endif
20936 main ()
20938 static struct mtget ac_aggr;
20939 if (ac_aggr.mt_blkno)
20940 return 0;
20942 return 0;
20944 _ACEOF
20945 rm -f conftest.$ac_objext
20946 if { (ac_try="$ac_compile"
20947 case "(($ac_try" in
20948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20949 *) ac_try_echo=$ac_try;;
20950 esac
20951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20952 (eval "$ac_compile") 2>conftest.er1
20953 ac_status=$?
20954 grep -v '^ *+' conftest.er1 >conftest.err
20955 rm -f conftest.er1
20956 cat conftest.err >&5
20957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20958 (exit $ac_status); } && {
20959 test -z "$ac_c_werror_flag" ||
20960 test ! -s conftest.err
20961 } && test -s conftest.$ac_objext; then
20962 ac_cv_member_struct_mtget_mt_blkno=yes
20963 else
20964 echo "$as_me: failed program was:" >&5
20965 sed 's/^/| /' conftest.$ac_ext >&5
20967 cat >conftest.$ac_ext <<_ACEOF
20968 /* confdefs.h. */
20969 _ACEOF
20970 cat confdefs.h >>conftest.$ac_ext
20971 cat >>conftest.$ac_ext <<_ACEOF
20972 /* end confdefs.h. */
20973 #include <sys/types.h>
20974 #ifdef HAVE_SYS_MTIO_H
20975 #include <sys/mtio.h>
20976 #endif
20979 main ()
20981 static struct mtget ac_aggr;
20982 if (sizeof ac_aggr.mt_blkno)
20983 return 0;
20985 return 0;
20987 _ACEOF
20988 rm -f conftest.$ac_objext
20989 if { (ac_try="$ac_compile"
20990 case "(($ac_try" in
20991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20992 *) ac_try_echo=$ac_try;;
20993 esac
20994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20995 (eval "$ac_compile") 2>conftest.er1
20996 ac_status=$?
20997 grep -v '^ *+' conftest.er1 >conftest.err
20998 rm -f conftest.er1
20999 cat conftest.err >&5
21000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001 (exit $ac_status); } && {
21002 test -z "$ac_c_werror_flag" ||
21003 test ! -s conftest.err
21004 } && test -s conftest.$ac_objext; then
21005 ac_cv_member_struct_mtget_mt_blkno=yes
21006 else
21007 echo "$as_me: failed program was:" >&5
21008 sed 's/^/| /' conftest.$ac_ext >&5
21010 ac_cv_member_struct_mtget_mt_blkno=no
21013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21018 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21019 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21020 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21022 cat >>confdefs.h <<_ACEOF
21023 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21024 _ACEOF
21030 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21031 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21032 if test "${ac_cv_member_struct_option_name+set}" = set; then
21033 echo $ECHO_N "(cached) $ECHO_C" >&6
21034 else
21035 cat >conftest.$ac_ext <<_ACEOF
21036 /* confdefs.h. */
21037 _ACEOF
21038 cat confdefs.h >>conftest.$ac_ext
21039 cat >>conftest.$ac_ext <<_ACEOF
21040 /* end confdefs.h. */
21041 #ifdef HAVE_GETOPT_H
21042 #include <getopt.h>
21043 #endif
21046 main ()
21048 static struct option ac_aggr;
21049 if (ac_aggr.name)
21050 return 0;
21052 return 0;
21054 _ACEOF
21055 rm -f conftest.$ac_objext
21056 if { (ac_try="$ac_compile"
21057 case "(($ac_try" in
21058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21059 *) ac_try_echo=$ac_try;;
21060 esac
21061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21062 (eval "$ac_compile") 2>conftest.er1
21063 ac_status=$?
21064 grep -v '^ *+' conftest.er1 >conftest.err
21065 rm -f conftest.er1
21066 cat conftest.err >&5
21067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21068 (exit $ac_status); } && {
21069 test -z "$ac_c_werror_flag" ||
21070 test ! -s conftest.err
21071 } && test -s conftest.$ac_objext; then
21072 ac_cv_member_struct_option_name=yes
21073 else
21074 echo "$as_me: failed program was:" >&5
21075 sed 's/^/| /' conftest.$ac_ext >&5
21077 cat >conftest.$ac_ext <<_ACEOF
21078 /* confdefs.h. */
21079 _ACEOF
21080 cat confdefs.h >>conftest.$ac_ext
21081 cat >>conftest.$ac_ext <<_ACEOF
21082 /* end confdefs.h. */
21083 #ifdef HAVE_GETOPT_H
21084 #include <getopt.h>
21085 #endif
21088 main ()
21090 static struct option ac_aggr;
21091 if (sizeof ac_aggr.name)
21092 return 0;
21094 return 0;
21096 _ACEOF
21097 rm -f conftest.$ac_objext
21098 if { (ac_try="$ac_compile"
21099 case "(($ac_try" in
21100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21101 *) ac_try_echo=$ac_try;;
21102 esac
21103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21104 (eval "$ac_compile") 2>conftest.er1
21105 ac_status=$?
21106 grep -v '^ *+' conftest.er1 >conftest.err
21107 rm -f conftest.er1
21108 cat conftest.err >&5
21109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 (exit $ac_status); } && {
21111 test -z "$ac_c_werror_flag" ||
21112 test ! -s conftest.err
21113 } && test -s conftest.$ac_objext; then
21114 ac_cv_member_struct_option_name=yes
21115 else
21116 echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21119 ac_cv_member_struct_option_name=no
21122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21127 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21128 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21129 if test $ac_cv_member_struct_option_name = yes; then
21131 cat >>confdefs.h <<_ACEOF
21132 #define HAVE_STRUCT_OPTION_NAME 1
21133 _ACEOF
21139 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21140 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21141 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21142 echo $ECHO_N "(cached) $ECHO_C" >&6
21143 else
21144 cat >conftest.$ac_ext <<_ACEOF
21145 /* confdefs.h. */
21146 _ACEOF
21147 cat confdefs.h >>conftest.$ac_ext
21148 cat >>conftest.$ac_ext <<_ACEOF
21149 /* end confdefs.h. */
21150 $ac_includes_default
21152 main ()
21154 static struct stat ac_aggr;
21155 if (ac_aggr.st_blocks)
21156 return 0;
21158 return 0;
21160 _ACEOF
21161 rm -f conftest.$ac_objext
21162 if { (ac_try="$ac_compile"
21163 case "(($ac_try" in
21164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21165 *) ac_try_echo=$ac_try;;
21166 esac
21167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21168 (eval "$ac_compile") 2>conftest.er1
21169 ac_status=$?
21170 grep -v '^ *+' conftest.er1 >conftest.err
21171 rm -f conftest.er1
21172 cat conftest.err >&5
21173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21174 (exit $ac_status); } && {
21175 test -z "$ac_c_werror_flag" ||
21176 test ! -s conftest.err
21177 } && test -s conftest.$ac_objext; then
21178 ac_cv_member_struct_stat_st_blocks=yes
21179 else
21180 echo "$as_me: failed program was:" >&5
21181 sed 's/^/| /' conftest.$ac_ext >&5
21183 cat >conftest.$ac_ext <<_ACEOF
21184 /* confdefs.h. */
21185 _ACEOF
21186 cat confdefs.h >>conftest.$ac_ext
21187 cat >>conftest.$ac_ext <<_ACEOF
21188 /* end confdefs.h. */
21189 $ac_includes_default
21191 main ()
21193 static struct stat ac_aggr;
21194 if (sizeof ac_aggr.st_blocks)
21195 return 0;
21197 return 0;
21199 _ACEOF
21200 rm -f conftest.$ac_objext
21201 if { (ac_try="$ac_compile"
21202 case "(($ac_try" in
21203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21204 *) ac_try_echo=$ac_try;;
21205 esac
21206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21207 (eval "$ac_compile") 2>conftest.er1
21208 ac_status=$?
21209 grep -v '^ *+' conftest.er1 >conftest.err
21210 rm -f conftest.er1
21211 cat conftest.err >&5
21212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21213 (exit $ac_status); } && {
21214 test -z "$ac_c_werror_flag" ||
21215 test ! -s conftest.err
21216 } && test -s conftest.$ac_objext; then
21217 ac_cv_member_struct_stat_st_blocks=yes
21218 else
21219 echo "$as_me: failed program was:" >&5
21220 sed 's/^/| /' conftest.$ac_ext >&5
21222 ac_cv_member_struct_stat_st_blocks=no
21225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21230 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21231 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21232 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21234 cat >>confdefs.h <<_ACEOF
21235 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21236 _ACEOF
21240 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21241 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21242 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21243 echo $ECHO_N "(cached) $ECHO_C" >&6
21244 else
21245 cat >conftest.$ac_ext <<_ACEOF
21246 /* confdefs.h. */
21247 _ACEOF
21248 cat confdefs.h >>conftest.$ac_ext
21249 cat >>conftest.$ac_ext <<_ACEOF
21250 /* end confdefs.h. */
21251 $ac_includes_default
21253 main ()
21255 static struct stat ac_aggr;
21256 if (ac_aggr.st_mtim)
21257 return 0;
21259 return 0;
21261 _ACEOF
21262 rm -f conftest.$ac_objext
21263 if { (ac_try="$ac_compile"
21264 case "(($ac_try" in
21265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21266 *) ac_try_echo=$ac_try;;
21267 esac
21268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21269 (eval "$ac_compile") 2>conftest.er1
21270 ac_status=$?
21271 grep -v '^ *+' conftest.er1 >conftest.err
21272 rm -f conftest.er1
21273 cat conftest.err >&5
21274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275 (exit $ac_status); } && {
21276 test -z "$ac_c_werror_flag" ||
21277 test ! -s conftest.err
21278 } && test -s conftest.$ac_objext; then
21279 ac_cv_member_struct_stat_st_mtim=yes
21280 else
21281 echo "$as_me: failed program was:" >&5
21282 sed 's/^/| /' conftest.$ac_ext >&5
21284 cat >conftest.$ac_ext <<_ACEOF
21285 /* confdefs.h. */
21286 _ACEOF
21287 cat confdefs.h >>conftest.$ac_ext
21288 cat >>conftest.$ac_ext <<_ACEOF
21289 /* end confdefs.h. */
21290 $ac_includes_default
21292 main ()
21294 static struct stat ac_aggr;
21295 if (sizeof ac_aggr.st_mtim)
21296 return 0;
21298 return 0;
21300 _ACEOF
21301 rm -f conftest.$ac_objext
21302 if { (ac_try="$ac_compile"
21303 case "(($ac_try" in
21304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21305 *) ac_try_echo=$ac_try;;
21306 esac
21307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21308 (eval "$ac_compile") 2>conftest.er1
21309 ac_status=$?
21310 grep -v '^ *+' conftest.er1 >conftest.err
21311 rm -f conftest.er1
21312 cat conftest.err >&5
21313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21314 (exit $ac_status); } && {
21315 test -z "$ac_c_werror_flag" ||
21316 test ! -s conftest.err
21317 } && test -s conftest.$ac_objext; then
21318 ac_cv_member_struct_stat_st_mtim=yes
21319 else
21320 echo "$as_me: failed program was:" >&5
21321 sed 's/^/| /' conftest.$ac_ext >&5
21323 ac_cv_member_struct_stat_st_mtim=no
21326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21331 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21332 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21333 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21335 cat >>confdefs.h <<_ACEOF
21336 #define HAVE_STRUCT_STAT_ST_MTIM 1
21337 _ACEOF
21341 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21342 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21343 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21344 echo $ECHO_N "(cached) $ECHO_C" >&6
21345 else
21346 cat >conftest.$ac_ext <<_ACEOF
21347 /* confdefs.h. */
21348 _ACEOF
21349 cat confdefs.h >>conftest.$ac_ext
21350 cat >>conftest.$ac_ext <<_ACEOF
21351 /* end confdefs.h. */
21352 $ac_includes_default
21354 main ()
21356 static struct stat ac_aggr;
21357 if (ac_aggr.st_ctim)
21358 return 0;
21360 return 0;
21362 _ACEOF
21363 rm -f conftest.$ac_objext
21364 if { (ac_try="$ac_compile"
21365 case "(($ac_try" in
21366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21367 *) ac_try_echo=$ac_try;;
21368 esac
21369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21370 (eval "$ac_compile") 2>conftest.er1
21371 ac_status=$?
21372 grep -v '^ *+' conftest.er1 >conftest.err
21373 rm -f conftest.er1
21374 cat conftest.err >&5
21375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21376 (exit $ac_status); } && {
21377 test -z "$ac_c_werror_flag" ||
21378 test ! -s conftest.err
21379 } && test -s conftest.$ac_objext; then
21380 ac_cv_member_struct_stat_st_ctim=yes
21381 else
21382 echo "$as_me: failed program was:" >&5
21383 sed 's/^/| /' conftest.$ac_ext >&5
21385 cat >conftest.$ac_ext <<_ACEOF
21386 /* confdefs.h. */
21387 _ACEOF
21388 cat confdefs.h >>conftest.$ac_ext
21389 cat >>conftest.$ac_ext <<_ACEOF
21390 /* end confdefs.h. */
21391 $ac_includes_default
21393 main ()
21395 static struct stat ac_aggr;
21396 if (sizeof ac_aggr.st_ctim)
21397 return 0;
21399 return 0;
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (ac_try="$ac_compile"
21404 case "(($ac_try" in
21405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21406 *) ac_try_echo=$ac_try;;
21407 esac
21408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21409 (eval "$ac_compile") 2>conftest.er1
21410 ac_status=$?
21411 grep -v '^ *+' conftest.er1 >conftest.err
21412 rm -f conftest.er1
21413 cat conftest.err >&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); } && {
21416 test -z "$ac_c_werror_flag" ||
21417 test ! -s conftest.err
21418 } && test -s conftest.$ac_objext; then
21419 ac_cv_member_struct_stat_st_ctim=yes
21420 else
21421 echo "$as_me: failed program was:" >&5
21422 sed 's/^/| /' conftest.$ac_ext >&5
21424 ac_cv_member_struct_stat_st_ctim=no
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21433 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21434 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21436 cat >>confdefs.h <<_ACEOF
21437 #define HAVE_STRUCT_STAT_ST_CTIM 1
21438 _ACEOF
21442 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21443 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21444 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21445 echo $ECHO_N "(cached) $ECHO_C" >&6
21446 else
21447 cat >conftest.$ac_ext <<_ACEOF
21448 /* confdefs.h. */
21449 _ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h. */
21453 $ac_includes_default
21455 main ()
21457 static struct stat ac_aggr;
21458 if (ac_aggr.st_atim)
21459 return 0;
21461 return 0;
21463 _ACEOF
21464 rm -f conftest.$ac_objext
21465 if { (ac_try="$ac_compile"
21466 case "(($ac_try" in
21467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21468 *) ac_try_echo=$ac_try;;
21469 esac
21470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21471 (eval "$ac_compile") 2>conftest.er1
21472 ac_status=$?
21473 grep -v '^ *+' conftest.er1 >conftest.err
21474 rm -f conftest.er1
21475 cat conftest.err >&5
21476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21477 (exit $ac_status); } && {
21478 test -z "$ac_c_werror_flag" ||
21479 test ! -s conftest.err
21480 } && test -s conftest.$ac_objext; then
21481 ac_cv_member_struct_stat_st_atim=yes
21482 else
21483 echo "$as_me: failed program was:" >&5
21484 sed 's/^/| /' conftest.$ac_ext >&5
21486 cat >conftest.$ac_ext <<_ACEOF
21487 /* confdefs.h. */
21488 _ACEOF
21489 cat confdefs.h >>conftest.$ac_ext
21490 cat >>conftest.$ac_ext <<_ACEOF
21491 /* end confdefs.h. */
21492 $ac_includes_default
21494 main ()
21496 static struct stat ac_aggr;
21497 if (sizeof ac_aggr.st_atim)
21498 return 0;
21500 return 0;
21502 _ACEOF
21503 rm -f conftest.$ac_objext
21504 if { (ac_try="$ac_compile"
21505 case "(($ac_try" in
21506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21507 *) ac_try_echo=$ac_try;;
21508 esac
21509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21510 (eval "$ac_compile") 2>conftest.er1
21511 ac_status=$?
21512 grep -v '^ *+' conftest.er1 >conftest.err
21513 rm -f conftest.er1
21514 cat conftest.err >&5
21515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21516 (exit $ac_status); } && {
21517 test -z "$ac_c_werror_flag" ||
21518 test ! -s conftest.err
21519 } && test -s conftest.$ac_objext; then
21520 ac_cv_member_struct_stat_st_atim=yes
21521 else
21522 echo "$as_me: failed program was:" >&5
21523 sed 's/^/| /' conftest.$ac_ext >&5
21525 ac_cv_member_struct_stat_st_atim=no
21528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21534 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21535 if test $ac_cv_member_struct_stat_st_atim = yes; then
21537 cat >>confdefs.h <<_ACEOF
21538 #define HAVE_STRUCT_STAT_ST_ATIM 1
21539 _ACEOF
21545 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21546 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21547 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21548 echo $ECHO_N "(cached) $ECHO_C" >&6
21549 else
21550 cat >conftest.$ac_ext <<_ACEOF
21551 /* confdefs.h. */
21552 _ACEOF
21553 cat confdefs.h >>conftest.$ac_ext
21554 cat >>conftest.$ac_ext <<_ACEOF
21555 /* end confdefs.h. */
21556 #ifdef HAVE_SYS_TYPES_H
21557 #include <sys/types.h>
21558 #endif
21559 #ifdef HAVE_NETINET_IN_H
21560 #include <netinet/in.h>
21561 #endif
21564 main ()
21566 static struct sockaddr_in6 ac_aggr;
21567 if (ac_aggr.sin6_scope_id)
21568 return 0;
21570 return 0;
21572 _ACEOF
21573 rm -f conftest.$ac_objext
21574 if { (ac_try="$ac_compile"
21575 case "(($ac_try" in
21576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21577 *) ac_try_echo=$ac_try;;
21578 esac
21579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21580 (eval "$ac_compile") 2>conftest.er1
21581 ac_status=$?
21582 grep -v '^ *+' conftest.er1 >conftest.err
21583 rm -f conftest.er1
21584 cat conftest.err >&5
21585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21586 (exit $ac_status); } && {
21587 test -z "$ac_c_werror_flag" ||
21588 test ! -s conftest.err
21589 } && test -s conftest.$ac_objext; then
21590 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21591 else
21592 echo "$as_me: failed program was:" >&5
21593 sed 's/^/| /' conftest.$ac_ext >&5
21595 cat >conftest.$ac_ext <<_ACEOF
21596 /* confdefs.h. */
21597 _ACEOF
21598 cat confdefs.h >>conftest.$ac_ext
21599 cat >>conftest.$ac_ext <<_ACEOF
21600 /* end confdefs.h. */
21601 #ifdef HAVE_SYS_TYPES_H
21602 #include <sys/types.h>
21603 #endif
21604 #ifdef HAVE_NETINET_IN_H
21605 #include <netinet/in.h>
21606 #endif
21609 main ()
21611 static struct sockaddr_in6 ac_aggr;
21612 if (sizeof ac_aggr.sin6_scope_id)
21613 return 0;
21615 return 0;
21617 _ACEOF
21618 rm -f conftest.$ac_objext
21619 if { (ac_try="$ac_compile"
21620 case "(($ac_try" in
21621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21622 *) ac_try_echo=$ac_try;;
21623 esac
21624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21625 (eval "$ac_compile") 2>conftest.er1
21626 ac_status=$?
21627 grep -v '^ *+' conftest.er1 >conftest.err
21628 rm -f conftest.er1
21629 cat conftest.err >&5
21630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21631 (exit $ac_status); } && {
21632 test -z "$ac_c_werror_flag" ||
21633 test ! -s conftest.err
21634 } && test -s conftest.$ac_objext; then
21635 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21636 else
21637 echo "$as_me: failed program was:" >&5
21638 sed 's/^/| /' conftest.$ac_ext >&5
21640 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21649 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21650 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21652 cat >>confdefs.h <<_ACEOF
21653 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21654 _ACEOF
21660 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21661 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21662 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21663 echo $ECHO_N "(cached) $ECHO_C" >&6
21664 else
21665 cat >conftest.$ac_ext <<_ACEOF
21666 /* confdefs.h. */
21667 _ACEOF
21668 cat confdefs.h >>conftest.$ac_ext
21669 cat >>conftest.$ac_ext <<_ACEOF
21670 /* end confdefs.h. */
21671 #ifdef HAVE_SYS_TYPES_H
21672 #include <sys/types.h>
21673 #endif
21674 #ifdef HAVE_NETINET_IN_H
21675 # include <netinet/in.h>
21676 #endif
21677 #ifdef HAVE_ARPA_NAMESER_H
21678 # include <arpa/nameser.h>
21679 #endif
21682 main ()
21684 static ns_msg ac_aggr;
21685 if (ac_aggr._msg_ptr)
21686 return 0;
21688 return 0;
21690 _ACEOF
21691 rm -f conftest.$ac_objext
21692 if { (ac_try="$ac_compile"
21693 case "(($ac_try" in
21694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21695 *) ac_try_echo=$ac_try;;
21696 esac
21697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21698 (eval "$ac_compile") 2>conftest.er1
21699 ac_status=$?
21700 grep -v '^ *+' conftest.er1 >conftest.err
21701 rm -f conftest.er1
21702 cat conftest.err >&5
21703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21704 (exit $ac_status); } && {
21705 test -z "$ac_c_werror_flag" ||
21706 test ! -s conftest.err
21707 } && test -s conftest.$ac_objext; then
21708 ac_cv_member_ns_msg__msg_ptr=yes
21709 else
21710 echo "$as_me: failed program was:" >&5
21711 sed 's/^/| /' conftest.$ac_ext >&5
21713 cat >conftest.$ac_ext <<_ACEOF
21714 /* confdefs.h. */
21715 _ACEOF
21716 cat confdefs.h >>conftest.$ac_ext
21717 cat >>conftest.$ac_ext <<_ACEOF
21718 /* end confdefs.h. */
21719 #ifdef HAVE_SYS_TYPES_H
21720 #include <sys/types.h>
21721 #endif
21722 #ifdef HAVE_NETINET_IN_H
21723 # include <netinet/in.h>
21724 #endif
21725 #ifdef HAVE_ARPA_NAMESER_H
21726 # include <arpa/nameser.h>
21727 #endif
21730 main ()
21732 static ns_msg ac_aggr;
21733 if (sizeof ac_aggr._msg_ptr)
21734 return 0;
21736 return 0;
21738 _ACEOF
21739 rm -f conftest.$ac_objext
21740 if { (ac_try="$ac_compile"
21741 case "(($ac_try" in
21742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21743 *) ac_try_echo=$ac_try;;
21744 esac
21745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21746 (eval "$ac_compile") 2>conftest.er1
21747 ac_status=$?
21748 grep -v '^ *+' conftest.er1 >conftest.err
21749 rm -f conftest.er1
21750 cat conftest.err >&5
21751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21752 (exit $ac_status); } && {
21753 test -z "$ac_c_werror_flag" ||
21754 test ! -s conftest.err
21755 } && test -s conftest.$ac_objext; then
21756 ac_cv_member_ns_msg__msg_ptr=yes
21757 else
21758 echo "$as_me: failed program was:" >&5
21759 sed 's/^/| /' conftest.$ac_ext >&5
21761 ac_cv_member_ns_msg__msg_ptr=no
21764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21769 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21770 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21771 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21773 cat >>confdefs.h <<_ACEOF
21774 #define HAVE_NS_MSG__MSG_PTR 1
21775 _ACEOF
21781 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21782 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21783 if test "${ac_cv_have_timezone+set}" = set; then
21784 echo $ECHO_N "(cached) $ECHO_C" >&6
21785 else
21786 cat >conftest.$ac_ext <<_ACEOF
21787 /* confdefs.h. */
21788 _ACEOF
21789 cat confdefs.h >>conftest.$ac_ext
21790 cat >>conftest.$ac_ext <<_ACEOF
21791 /* end confdefs.h. */
21792 #include <time.h>
21794 main ()
21796 timezone = 1
21798 return 0;
21800 _ACEOF
21801 rm -f conftest.$ac_objext conftest$ac_exeext
21802 if { (ac_try="$ac_link"
21803 case "(($ac_try" in
21804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21805 *) ac_try_echo=$ac_try;;
21806 esac
21807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21808 (eval "$ac_link") 2>conftest.er1
21809 ac_status=$?
21810 grep -v '^ *+' conftest.er1 >conftest.err
21811 rm -f conftest.er1
21812 cat conftest.err >&5
21813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21814 (exit $ac_status); } && {
21815 test -z "$ac_c_werror_flag" ||
21816 test ! -s conftest.err
21817 } && test -s conftest$ac_exeext &&
21818 $as_test_x conftest$ac_exeext; then
21819 ac_cv_have_timezone="yes"
21820 else
21821 echo "$as_me: failed program was:" >&5
21822 sed 's/^/| /' conftest.$ac_ext >&5
21824 ac_cv_have_timezone="no"
21827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21828 conftest$ac_exeext conftest.$ac_ext
21830 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21831 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21832 if test "$ac_cv_have_timezone" = "yes"
21833 then
21835 cat >>confdefs.h <<\_ACEOF
21836 #define HAVE_TIMEZONE 1
21837 _ACEOF
21840 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21841 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21842 if test "${ac_cv_have_daylight+set}" = set; then
21843 echo $ECHO_N "(cached) $ECHO_C" >&6
21844 else
21845 cat >conftest.$ac_ext <<_ACEOF
21846 /* confdefs.h. */
21847 _ACEOF
21848 cat confdefs.h >>conftest.$ac_ext
21849 cat >>conftest.$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21851 #include <time.h>
21853 main ()
21855 daylight = 1
21857 return 0;
21859 _ACEOF
21860 rm -f conftest.$ac_objext conftest$ac_exeext
21861 if { (ac_try="$ac_link"
21862 case "(($ac_try" in
21863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21864 *) ac_try_echo=$ac_try;;
21865 esac
21866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21867 (eval "$ac_link") 2>conftest.er1
21868 ac_status=$?
21869 grep -v '^ *+' conftest.er1 >conftest.err
21870 rm -f conftest.er1
21871 cat conftest.err >&5
21872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21873 (exit $ac_status); } && {
21874 test -z "$ac_c_werror_flag" ||
21875 test ! -s conftest.err
21876 } && test -s conftest$ac_exeext &&
21877 $as_test_x conftest$ac_exeext; then
21878 ac_cv_have_daylight="yes"
21879 else
21880 echo "$as_me: failed program was:" >&5
21881 sed 's/^/| /' conftest.$ac_ext >&5
21883 ac_cv_have_daylight="no"
21886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21887 conftest$ac_exeext conftest.$ac_ext
21889 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21890 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21891 if test "$ac_cv_have_daylight" = "yes"
21892 then
21894 cat >>confdefs.h <<\_ACEOF
21895 #define HAVE_DAYLIGHT 1
21896 _ACEOF
21900 { echo "$as_me:$LINENO: checking for isinf" >&5
21901 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21902 if test "${ac_cv_have_isinf+set}" = set; then
21903 echo $ECHO_N "(cached) $ECHO_C" >&6
21904 else
21905 cat >conftest.$ac_ext <<_ACEOF
21906 /* confdefs.h. */
21907 _ACEOF
21908 cat confdefs.h >>conftest.$ac_ext
21909 cat >>conftest.$ac_ext <<_ACEOF
21910 /* end confdefs.h. */
21911 #include <math.h>
21913 main ()
21915 float f = 0.0; int i=isinf(f)
21917 return 0;
21919 _ACEOF
21920 rm -f conftest.$ac_objext conftest$ac_exeext
21921 if { (ac_try="$ac_link"
21922 case "(($ac_try" in
21923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21924 *) ac_try_echo=$ac_try;;
21925 esac
21926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21927 (eval "$ac_link") 2>conftest.er1
21928 ac_status=$?
21929 grep -v '^ *+' conftest.er1 >conftest.err
21930 rm -f conftest.er1
21931 cat conftest.err >&5
21932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21933 (exit $ac_status); } && {
21934 test -z "$ac_c_werror_flag" ||
21935 test ! -s conftest.err
21936 } && test -s conftest$ac_exeext &&
21937 $as_test_x conftest$ac_exeext; then
21938 ac_cv_have_isinf="yes"
21939 else
21940 echo "$as_me: failed program was:" >&5
21941 sed 's/^/| /' conftest.$ac_ext >&5
21943 ac_cv_have_isinf="no"
21946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21947 conftest$ac_exeext conftest.$ac_ext
21949 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21950 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21951 if test "$ac_cv_have_isinf" = "yes"
21952 then
21954 cat >>confdefs.h <<\_ACEOF
21955 #define HAVE_ISINF 1
21956 _ACEOF
21961 case $host_cpu in
21962 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21963 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21964 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21965 echo $ECHO_N "(cached) $ECHO_C" >&6
21966 else
21967 cat >conftest.$ac_ext <<_ACEOF
21968 /* confdefs.h. */
21969 _ACEOF
21970 cat confdefs.h >>conftest.$ac_ext
21971 cat >>conftest.$ac_ext <<_ACEOF
21972 /* end confdefs.h. */
21973 #ifndef __i386__
21975 #endif
21976 _ACEOF
21977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21978 $EGREP "yes" >/dev/null 2>&1; then
21979 ac_cv_cpp_def___i386__=yes
21980 else
21981 ac_cv_cpp_def___i386__=no
21983 rm -f conftest*
21986 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21987 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21988 if test $ac_cv_cpp_def___i386__ = yes; then
21989 CFLAGS="$CFLAGS -D__i386__"
21990 LINTFLAGS="$LINTFLAGS -D__i386__"
21993 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21994 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21995 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21996 echo $ECHO_N "(cached) $ECHO_C" >&6
21997 else
21998 cat >conftest.$ac_ext <<_ACEOF
21999 /* confdefs.h. */
22000 _ACEOF
22001 cat confdefs.h >>conftest.$ac_ext
22002 cat >>conftest.$ac_ext <<_ACEOF
22003 /* end confdefs.h. */
22004 #ifndef __x86_64__
22006 #endif
22007 _ACEOF
22008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22009 $EGREP "yes" >/dev/null 2>&1; then
22010 ac_cv_cpp_def___x86_64__=yes
22011 else
22012 ac_cv_cpp_def___x86_64__=no
22014 rm -f conftest*
22017 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22018 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22019 if test $ac_cv_cpp_def___x86_64__ = yes; then
22020 CFLAGS="$CFLAGS -D__x86_64__"
22021 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22024 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22025 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22026 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22027 echo $ECHO_N "(cached) $ECHO_C" >&6
22028 else
22029 cat >conftest.$ac_ext <<_ACEOF
22030 /* confdefs.h. */
22031 _ACEOF
22032 cat confdefs.h >>conftest.$ac_ext
22033 cat >>conftest.$ac_ext <<_ACEOF
22034 /* end confdefs.h. */
22035 #ifndef __ALPHA__
22037 #endif
22038 _ACEOF
22039 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22040 $EGREP "yes" >/dev/null 2>&1; then
22041 ac_cv_cpp_def___ALPHA__=yes
22042 else
22043 ac_cv_cpp_def___ALPHA__=no
22045 rm -f conftest*
22048 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22049 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22050 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22051 CFLAGS="$CFLAGS -D__ALPHA__"
22052 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22055 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22056 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22057 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22059 else
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 #ifndef __sparc__
22068 #endif
22069 _ACEOF
22070 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22071 $EGREP "yes" >/dev/null 2>&1; then
22072 ac_cv_cpp_def___sparc__=yes
22073 else
22074 ac_cv_cpp_def___sparc__=no
22076 rm -f conftest*
22079 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22080 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22081 if test $ac_cv_cpp_def___sparc__ = yes; then
22082 CFLAGS="$CFLAGS -D__sparc__"
22083 LINTFLAGS="$LINTFLAGS -D__sparc__"
22086 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22087 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22088 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22089 echo $ECHO_N "(cached) $ECHO_C" >&6
22090 else
22091 cat >conftest.$ac_ext <<_ACEOF
22092 /* confdefs.h. */
22093 _ACEOF
22094 cat confdefs.h >>conftest.$ac_ext
22095 cat >>conftest.$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 #ifndef __powerpc__
22099 #endif
22100 _ACEOF
22101 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22102 $EGREP "yes" >/dev/null 2>&1; then
22103 ac_cv_cpp_def___powerpc__=yes
22104 else
22105 ac_cv_cpp_def___powerpc__=no
22107 rm -f conftest*
22110 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22111 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22112 if test $ac_cv_cpp_def___powerpc__ = yes; then
22113 CFLAGS="$CFLAGS -D__powerpc__"
22114 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22117 esac
22119 case $host_vendor in
22120 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22121 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22122 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22123 echo $ECHO_N "(cached) $ECHO_C" >&6
22124 else
22125 cat >conftest.$ac_ext <<_ACEOF
22126 /* confdefs.h. */
22127 _ACEOF
22128 cat confdefs.h >>conftest.$ac_ext
22129 cat >>conftest.$ac_ext <<_ACEOF
22130 /* end confdefs.h. */
22131 #ifndef __sun__
22133 #endif
22134 _ACEOF
22135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22136 $EGREP "yes" >/dev/null 2>&1; then
22137 ac_cv_cpp_def___sun__=yes
22138 else
22139 ac_cv_cpp_def___sun__=no
22141 rm -f conftest*
22144 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22145 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22146 if test $ac_cv_cpp_def___sun__ = yes; then
22147 CFLAGS="$CFLAGS -D__sun__"
22148 LINTFLAGS="$LINTFLAGS -D__sun__"
22151 esac
22154 DEPENDENCIES="### Dependencies:
22156 .INIT: Makefile
22157 .BEGIN: Makefile
22158 Makefile: dummy
22159 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22161 \$(OBJS): \$(IDL_GEN_HEADERS)
22162 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22163 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22164 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22165 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22168 ALL_MAKERULES=""
22170 ALL_MAKEFILES=""
22172 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22175 ALL_TOP_DIRS=""
22177 ALL_DLL_DIRS=""
22179 ALL_IMPLIB_DIRS=""
22181 ALL_TEST_DIRS=""
22183 ALL_PROGRAM_DIRS=""
22185 ALL_PROGRAM_INSTALL_DIRS=""
22187 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22193 ac_config_commands="$ac_config_commands include/stamp-h"
22196 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22198 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22200 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22202 ac_config_commands="$ac_config_commands dlls/user32/resources"
22204 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22206 ac_config_commands="$ac_config_commands include/wine"
22209 ALL_MAKERULES="$ALL_MAKERULES \\
22210 Make.rules"
22211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22212 Make.rules: Make.rules.in"
22213 MAKE_RULES=Make.rules
22214 ac_config_files="$ac_config_files Make.rules"
22216 ALL_MAKERULES="$ALL_MAKERULES \\
22217 dlls/Makedll.rules"
22218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22219 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22220 MAKE_DLL_RULES=dlls/Makedll.rules
22221 ac_config_files="$ac_config_files dlls/Makedll.rules"
22223 ALL_MAKERULES="$ALL_MAKERULES \\
22224 dlls/Makeimplib.rules"
22225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22226 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22227 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22228 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22230 ALL_MAKERULES="$ALL_MAKERULES \\
22231 dlls/Maketest.rules"
22232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22233 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22234 MAKE_TEST_RULES=dlls/Maketest.rules
22235 ac_config_files="$ac_config_files dlls/Maketest.rules"
22237 ALL_MAKERULES="$ALL_MAKERULES \\
22238 programs/Makeprog.rules"
22239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22240 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22241 MAKE_PROG_RULES=programs/Makeprog.rules
22242 ac_config_files="$ac_config_files programs/Makeprog.rules"
22247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22248 Makefile: Makefile.in Make.rules"
22249 ac_config_files="$ac_config_files Makefile"
22251 ALL_MAKEFILES="$ALL_MAKEFILES \\
22252 dlls/Makefile"
22253 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22254 dlls"
22255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22256 dlls/Makefile: dlls/Makefile.in Make.rules"
22257 ac_config_files="$ac_config_files dlls/Makefile"
22259 ALL_MAKEFILES="$ALL_MAKEFILES \\
22260 dlls/acledit/Makefile"
22261 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22262 acledit"
22263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22264 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22265 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22267 ALL_MAKEFILES="$ALL_MAKEFILES \\
22268 dlls/activeds/Makefile"
22269 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22270 activeds"
22271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22272 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22273 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22275 ALL_MAKEFILES="$ALL_MAKEFILES \\
22276 dlls/actxprxy/Makefile"
22277 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22278 actxprxy"
22279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22280 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22281 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22283 ALL_MAKEFILES="$ALL_MAKEFILES \\
22284 dlls/adsiid/Makefile"
22285 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22286 adsiid"
22287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22288 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22289 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22291 ALL_MAKEFILES="$ALL_MAKEFILES \\
22292 dlls/advapi32/Makefile"
22293 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22294 advapi32"
22295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22296 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22297 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22299 ALL_MAKEFILES="$ALL_MAKEFILES \\
22300 dlls/advapi32/tests/Makefile"
22301 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22302 advapi32/tests"
22303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22304 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22305 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22307 ALL_MAKEFILES="$ALL_MAKEFILES \\
22308 dlls/advpack/Makefile"
22309 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22310 advpack"
22311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22312 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22313 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22315 ALL_MAKEFILES="$ALL_MAKEFILES \\
22316 dlls/advpack/tests/Makefile"
22317 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22318 advpack/tests"
22319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22320 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22321 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22323 ALL_MAKEFILES="$ALL_MAKEFILES \\
22324 dlls/amstream/Makefile"
22325 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22326 amstream"
22327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22328 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22329 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22331 ALL_MAKEFILES="$ALL_MAKEFILES \\
22332 dlls/appwiz.cpl/Makefile"
22333 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22334 appwiz.cpl"
22335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22336 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22337 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22339 ALL_MAKEFILES="$ALL_MAKEFILES \\
22340 dlls/atl/Makefile"
22341 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22342 atl"
22343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22344 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22345 ac_config_files="$ac_config_files dlls/atl/Makefile"
22347 ALL_MAKEFILES="$ALL_MAKEFILES \\
22348 dlls/avicap32/Makefile"
22349 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22350 avicap32"
22351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22352 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22353 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22355 ALL_MAKEFILES="$ALL_MAKEFILES \\
22356 dlls/avifil32/Makefile"
22357 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22358 avifil32"
22359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22360 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22361 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22363 ALL_MAKEFILES="$ALL_MAKEFILES \\
22364 dlls/browseui/Makefile"
22365 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22366 browseui"
22367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22368 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22369 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22371 ALL_MAKEFILES="$ALL_MAKEFILES \\
22372 dlls/browseui/tests/Makefile"
22373 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22374 browseui/tests"
22375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22376 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22377 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22379 ALL_MAKEFILES="$ALL_MAKEFILES \\
22380 dlls/cabinet/Makefile"
22381 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22382 cabinet"
22383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22384 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22385 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22387 ALL_MAKEFILES="$ALL_MAKEFILES \\
22388 dlls/cabinet/tests/Makefile"
22389 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22390 cabinet/tests"
22391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22392 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22393 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22395 ALL_MAKEFILES="$ALL_MAKEFILES \\
22396 dlls/capi2032/Makefile"
22397 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22398 capi2032"
22399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22400 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22401 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22403 ALL_MAKEFILES="$ALL_MAKEFILES \\
22404 dlls/cards/Makefile"
22405 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22406 cards"
22407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22408 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22409 ac_config_files="$ac_config_files dlls/cards/Makefile"
22411 ALL_MAKEFILES="$ALL_MAKEFILES \\
22412 dlls/cfgmgr32/Makefile"
22413 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22414 cfgmgr32"
22415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22416 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22417 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22419 ALL_MAKEFILES="$ALL_MAKEFILES \\
22420 dlls/clusapi/Makefile"
22421 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22422 clusapi"
22423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22424 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22425 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22427 ALL_MAKEFILES="$ALL_MAKEFILES \\
22428 dlls/comcat/Makefile"
22429 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22430 comcat"
22431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22432 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22433 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22435 ALL_MAKEFILES="$ALL_MAKEFILES \\
22436 dlls/comcat/tests/Makefile"
22437 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22438 comcat/tests"
22439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22440 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22441 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22443 ALL_MAKEFILES="$ALL_MAKEFILES \\
22444 dlls/comctl32/Makefile"
22445 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22446 comctl32"
22447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22448 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22449 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22451 ALL_MAKEFILES="$ALL_MAKEFILES \\
22452 dlls/comctl32/tests/Makefile"
22453 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22454 comctl32/tests"
22455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22456 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22457 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22459 ALL_MAKEFILES="$ALL_MAKEFILES \\
22460 dlls/comdlg32/Makefile"
22461 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22462 comdlg32"
22463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22464 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22465 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22467 ALL_MAKEFILES="$ALL_MAKEFILES \\
22468 dlls/comdlg32/tests/Makefile"
22469 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22470 comdlg32/tests"
22471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22472 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22473 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22475 ALL_MAKEFILES="$ALL_MAKEFILES \\
22476 dlls/compstui/Makefile"
22477 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22478 compstui"
22479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22480 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22481 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22483 ALL_MAKEFILES="$ALL_MAKEFILES \\
22484 dlls/credui/Makefile"
22485 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22486 credui"
22487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22488 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22489 ac_config_files="$ac_config_files dlls/credui/Makefile"
22491 ALL_MAKEFILES="$ALL_MAKEFILES \\
22492 dlls/credui/tests/Makefile"
22493 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22494 credui/tests"
22495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22496 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22497 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22499 ALL_MAKEFILES="$ALL_MAKEFILES \\
22500 dlls/crtdll/Makefile"
22501 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22502 crtdll"
22503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22504 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22505 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22507 ALL_MAKEFILES="$ALL_MAKEFILES \\
22508 dlls/crypt32/Makefile"
22509 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22510 crypt32"
22511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22512 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22513 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22515 ALL_MAKEFILES="$ALL_MAKEFILES \\
22516 dlls/crypt32/tests/Makefile"
22517 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22518 crypt32/tests"
22519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22520 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22521 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22523 ALL_MAKEFILES="$ALL_MAKEFILES \\
22524 dlls/cryptdlg/Makefile"
22525 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22526 cryptdlg"
22527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22528 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22529 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22531 ALL_MAKEFILES="$ALL_MAKEFILES \\
22532 dlls/cryptdll/Makefile"
22533 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22534 cryptdll"
22535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22536 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22537 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22539 ALL_MAKEFILES="$ALL_MAKEFILES \\
22540 dlls/cryptnet/Makefile"
22541 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22542 cryptnet"
22543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22544 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22545 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22547 ALL_MAKEFILES="$ALL_MAKEFILES \\
22548 dlls/cryptnet/tests/Makefile"
22549 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22550 cryptnet/tests"
22551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22552 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22553 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22555 ALL_MAKEFILES="$ALL_MAKEFILES \\
22556 dlls/cryptui/Makefile"
22557 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22558 cryptui"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22561 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22563 ALL_MAKEFILES="$ALL_MAKEFILES \\
22564 dlls/ctapi32/Makefile"
22565 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22566 ctapi32"
22567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22568 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22569 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22571 ALL_MAKEFILES="$ALL_MAKEFILES \\
22572 dlls/ctl3d32/Makefile"
22573 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22574 ctl3d32"
22575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22576 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22577 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22579 ALL_MAKEFILES="$ALL_MAKEFILES \\
22580 dlls/d3d10/Makefile"
22581 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22582 d3d10"
22583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22584 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22585 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22587 ALL_MAKEFILES="$ALL_MAKEFILES \\
22588 dlls/d3d8/Makefile"
22589 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22590 d3d8"
22591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22592 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22593 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22595 ALL_MAKEFILES="$ALL_MAKEFILES \\
22596 dlls/d3d8/tests/Makefile"
22597 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22598 d3d8/tests"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22601 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22603 ALL_MAKEFILES="$ALL_MAKEFILES \\
22604 dlls/d3d9/Makefile"
22605 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22606 d3d9"
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22609 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612 dlls/d3d9/tests/Makefile"
22613 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22614 d3d9/tests"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22617 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620 dlls/d3dim/Makefile"
22621 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22622 d3dim"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22625 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628 dlls/d3drm/Makefile"
22629 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22630 d3drm"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22633 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636 dlls/d3drm/tests/Makefile"
22637 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22638 d3drm/tests"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22641 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644 dlls/d3dx8/Makefile"
22645 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22646 d3dx8"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22649 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652 dlls/d3dx8/tests/Makefile"
22653 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22654 d3dx8/tests"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22657 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660 dlls/d3dx9_24/Makefile"
22661 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22662 d3dx9_24"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22665 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668 dlls/d3dx9_25/Makefile"
22669 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670 d3dx9_25"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/d3dx9_26/Makefile"
22677 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22678 d3dx9_26"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22681 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684 dlls/d3dx9_27/Makefile"
22685 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686 d3dx9_27"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692 dlls/d3dx9_28/Makefile"
22693 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22694 d3dx9_28"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/d3dx9_29/Makefile"
22701 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702 d3dx9_29"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708 dlls/d3dx9_30/Makefile"
22709 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22710 d3dx9_30"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22713 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716 dlls/d3dx9_31/Makefile"
22717 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718 d3dx9_31"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/d3dx9_32/Makefile"
22725 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726 d3dx9_32"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732 dlls/d3dx9_33/Makefile"
22733 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22734 d3dx9_33"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22737 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740 dlls/d3dx9_34/Makefile"
22741 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742 d3dx9_34"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/d3dx9_35/Makefile"
22749 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22750 d3dx9_35"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22753 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756 dlls/d3dx9_36/Makefile"
22757 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758 d3dx9_36"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764 dlls/d3dx9_36/tests/Makefile"
22765 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22766 d3dx9_36/tests"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22769 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/d3dx9_37/Makefile"
22773 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22774 d3dx9_37"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22777 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780 dlls/d3dxof/Makefile"
22781 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22782 d3dxof"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22785 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788 dlls/d3dxof/tests/Makefile"
22789 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22790 d3dxof/tests"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22793 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/dbghelp/Makefile"
22797 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22798 dbghelp"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22801 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804 dlls/dciman32/Makefile"
22805 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806 dciman32"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812 dlls/ddraw/Makefile"
22813 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22814 ddraw"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22817 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/ddraw/tests/Makefile"
22821 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22822 ddraw/tests"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22825 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828 dlls/ddrawex/Makefile"
22829 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22830 ddrawex"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22833 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836 dlls/devenum/Makefile"
22837 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22838 devenum"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/dinput/Makefile"
22845 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22846 dinput"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22849 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852 dlls/dinput/tests/Makefile"
22853 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22854 dinput/tests"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22857 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860 dlls/dinput8/Makefile"
22861 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22862 dinput8"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22865 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/dmband/Makefile"
22869 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22870 dmband"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22873 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876 dlls/dmcompos/Makefile"
22877 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22878 dmcompos"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22881 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884 dlls/dmime/Makefile"
22885 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886 dmime"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/dmloader/Makefile"
22893 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894 dmloader"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900 dlls/dmscript/Makefile"
22901 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902 dmscript"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908 dlls/dmstyle/Makefile"
22909 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22910 dmstyle"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/dmsynth/Makefile"
22917 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918 dmsynth"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924 dlls/dmusic/Makefile"
22925 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22926 dmusic"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22929 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932 dlls/dmusic32/Makefile"
22933 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934 dmusic32"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/dnsapi/Makefile"
22941 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942 dnsapi"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948 dlls/dnsapi/tests/Makefile"
22949 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22950 dnsapi/tests"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22953 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956 dlls/dplay/Makefile"
22957 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22958 dplay"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22961 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/dplayx/Makefile"
22965 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22966 dplayx"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22969 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972 dlls/dplayx/tests/Makefile"
22973 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22974 dplayx/tests"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22977 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/dpnaddr/Makefile"
22981 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22982 dpnaddr"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/dpnet/Makefile"
22989 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990 dpnet"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/dpnhpast/Makefile"
22997 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998 dpnhpast"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/dpnlobby/Makefile"
23005 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006 dpnlobby"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/dpwsockx/Makefile"
23013 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014 dpwsockx"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/dsound/Makefile"
23021 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23022 dsound"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23025 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/dsound/tests/Makefile"
23029 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23030 dsound/tests"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23033 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/dssenh/Makefile"
23037 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038 dssenh"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/dswave/Makefile"
23045 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046 dswave"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/dwmapi/Makefile"
23053 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054 dwmapi"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/dxdiagn/Makefile"
23061 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062 dxdiagn"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/dxerr8/Makefile"
23069 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23070 dxerr8"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23073 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/dxerr9/Makefile"
23077 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23078 dxerr9"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23081 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/dxguid/Makefile"
23085 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23086 dxguid"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23089 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/faultrep/Makefile"
23093 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094 faultrep"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/fusion/Makefile"
23101 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 fusion"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/fusion/tests/Makefile"
23109 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23110 fusion/tests"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23113 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/gdi32/Makefile"
23117 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 gdi32"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/gdi32/tests/Makefile"
23125 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23126 gdi32/tests"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23129 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/gdiplus/Makefile"
23133 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134 gdiplus"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/gdiplus/tests/Makefile"
23141 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23142 gdiplus/tests"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/glu32/Makefile"
23149 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 glu32"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/gphoto2.ds/Makefile"
23157 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 gphoto2.ds"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/gpkcsp/Makefile"
23165 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 gpkcsp"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/hal/Makefile"
23173 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 hal"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/hal/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/hhctrl.ocx/Makefile"
23181 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 hhctrl.ocx"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/hid/Makefile"
23189 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 hid"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/hid/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/hlink/Makefile"
23197 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198 hlink"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/hlink/tests/Makefile"
23205 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23206 hlink/tests"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23209 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/hnetcfg/Makefile"
23213 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 hnetcfg"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/iccvid/Makefile"
23221 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 iccvid"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/icmp/Makefile"
23229 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230 icmp"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/ifsmgr.vxd/Makefile"
23237 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 ifsmgr.vxd"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/imaadp32.acm/Makefile"
23245 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 imaadp32.acm"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/imagehlp/Makefile"
23253 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 imagehlp"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/imm32/Makefile"
23261 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262 imm32"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/imm32/tests/Makefile"
23269 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23270 imm32/tests"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23273 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/inetcomm/Makefile"
23277 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 inetcomm"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/inetcomm/tests/Makefile"
23285 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23286 inetcomm/tests"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23289 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/inetmib1/Makefile"
23293 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23294 inetmib1"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/inetmib1/tests/Makefile"
23301 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23302 inetmib1/tests"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23305 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/infosoft/Makefile"
23309 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310 infosoft"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/infosoft/tests/Makefile"
23317 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23318 infosoft/tests"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23321 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/initpki/Makefile"
23325 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326 initpki"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/inkobj/Makefile"
23333 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 inkobj"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/inseng/Makefile"
23341 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342 inseng"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/iphlpapi/Makefile"
23349 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 iphlpapi"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/iphlpapi/tests/Makefile"
23357 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23358 iphlpapi/tests"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23361 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/itircl/Makefile"
23365 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 itircl"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/itss/Makefile"
23373 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374 itss"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/itss/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/itss/tests/Makefile"
23381 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23382 itss/tests"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23385 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/jscript/Makefile"
23389 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23390 jscript"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/jscript/tests/Makefile"
23397 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23398 jscript/tests"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23401 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/kernel32/Makefile"
23405 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406 kernel32"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/kernel32/tests/Makefile"
23413 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23414 kernel32/tests"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23417 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/localspl/Makefile"
23421 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422 localspl"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/localspl/tests/Makefile"
23429 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23430 localspl/tests"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23433 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/localui/Makefile"
23437 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23438 localui"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23441 ac_config_files="$ac_config_files dlls/localui/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/localui/tests/Makefile"
23445 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23446 localui/tests"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23449 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/lz32/Makefile"
23453 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23454 lz32"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23457 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/lz32/tests/Makefile"
23461 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23462 lz32/tests"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23465 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/mapi32/Makefile"
23469 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23470 mapi32"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23473 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/mapi32/tests/Makefile"
23477 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23478 mapi32/tests"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23481 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/mciavi32/Makefile"
23485 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23486 mciavi32"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23489 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/mcicda/Makefile"
23493 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 mcicda"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/mciseq/Makefile"
23501 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502 mciseq"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/mciwave/Makefile"
23509 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 mciwave"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/midimap/Makefile"
23517 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 midimap"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/mlang/Makefile"
23525 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526 mlang"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/mlang/tests/Makefile"
23533 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23534 mlang/tests"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23537 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/mmdevldr.vxd/Makefile"
23541 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542 mmdevldr.vxd"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/monodebg.vxd/Makefile"
23549 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 monodebg.vxd"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/mountmgr.sys/Makefile"
23557 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558 mountmgr.sys"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/mpr/Makefile"
23565 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 mpr"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/mprapi/Makefile"
23573 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 mprapi"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/msacm32.drv/Makefile"
23581 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 msacm32.drv"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/msacm32/Makefile"
23589 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 msacm32"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/msacm32/tests/Makefile"
23597 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23598 msacm32/tests"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23601 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/msadp32.acm/Makefile"
23605 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 msadp32.acm"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/mscat32/Makefile"
23613 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 mscat32"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/mscms/Makefile"
23621 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622 mscms"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/mscms/tests/Makefile"
23629 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23630 mscms/tests"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23633 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/mscoree/Makefile"
23637 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638 mscoree"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/msdmo/Makefile"
23645 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 msdmo"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/msftedit/Makefile"
23653 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 msftedit"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/msg711.acm/Makefile"
23661 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 msg711.acm"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/mshtml.tlb/Makefile"
23669 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 mshtml.tlb"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/mshtml/Makefile"
23677 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 mshtml"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/mshtml/tests/Makefile"
23685 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23686 mshtml/tests"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/msi/Makefile"
23693 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 msi"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/msi/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/msi/tests/Makefile"
23701 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23702 msi/tests"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23705 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/msimg32/Makefile"
23709 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 msimg32"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/msimtf/Makefile"
23717 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 msimtf"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/msisip/Makefile"
23725 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 msisip"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/msisys.ocx/Makefile"
23733 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 msisys.ocx"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/msnet32/Makefile"
23741 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 msnet32"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/msrle32/Makefile"
23749 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 msrle32"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/mssip32/Makefile"
23757 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 mssip32"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/mstask/Makefile"
23765 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 mstask"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/mstask/tests/Makefile"
23773 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23774 mstask/tests"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/msvcirt/Makefile"
23781 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782 msvcirt"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/msvcr71/Makefile"
23789 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 msvcr71"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/msvcrt/Makefile"
23797 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798 msvcrt"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/msvcrt/tests/Makefile"
23805 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23806 msvcrt/tests"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23809 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/msvcrt20/Makefile"
23813 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814 msvcrt20"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/msvcrt40/Makefile"
23821 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 msvcrt40"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/msvcrtd/Makefile"
23829 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830 msvcrtd"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/msvcrtd/tests/Makefile"
23837 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23838 msvcrtd/tests"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23841 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/msvfw32/Makefile"
23845 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846 msvfw32"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/msvidc32/Makefile"
23853 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 msvidc32"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/mswsock/Makefile"
23861 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862 mswsock"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/msxml3/Makefile"
23869 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 msxml3"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/msxml3/tests/Makefile"
23877 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23878 msxml3/tests"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23881 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/nddeapi/Makefile"
23885 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886 nddeapi"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/netapi32/Makefile"
23893 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 netapi32"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/netapi32/tests/Makefile"
23901 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23902 netapi32/tests"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23905 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/newdev/Makefile"
23909 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910 newdev"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/ntdll/Makefile"
23917 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 ntdll"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/ntdll/tests/Makefile"
23925 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23926 ntdll/tests"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23929 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/ntdsapi/Makefile"
23933 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934 ntdsapi"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/ntdsapi/tests/Makefile"
23941 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23942 ntdsapi/tests"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23945 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/ntoskrnl.exe/Makefile"
23949 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950 ntoskrnl.exe"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/ntprint/Makefile"
23957 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 ntprint"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/ntprint/tests/Makefile"
23965 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23966 ntprint/tests"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/objsel/Makefile"
23973 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 objsel"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/odbc32/Makefile"
23981 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 odbc32"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/odbccp32/Makefile"
23989 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 odbccp32"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/odbccp32/tests/Makefile"
23997 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23998 odbccp32/tests"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24001 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/ole32/Makefile"
24005 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 ole32"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/ole32/tests/Makefile"
24013 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24014 ole32/tests"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/oleacc/Makefile"
24021 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 oleacc"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/oleaut32/Makefile"
24029 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 oleaut32"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/oleaut32/tests/Makefile"
24037 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24038 oleaut32/tests"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24041 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/olecli32/Makefile"
24045 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 olecli32"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/oledlg/Makefile"
24053 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 oledlg"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/olepro32/Makefile"
24061 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 olepro32"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/olesvr32/Makefile"
24069 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 olesvr32"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/olethk32/Makefile"
24077 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 olethk32"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/opengl32/Makefile"
24085 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 opengl32"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/opengl32/tests/Makefile"
24093 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24094 opengl32/tests"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24097 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/pdh/Makefile"
24101 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 pdh"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/pdh/tests/Makefile"
24109 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24110 pdh/tests"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24113 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/powrprof/Makefile"
24117 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118 powrprof"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/printui/Makefile"
24125 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 printui"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/printui/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/propsys/Makefile"
24133 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 propsys"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/psapi/Makefile"
24141 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 psapi"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/psapi/tests/Makefile"
24149 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24150 psapi/tests"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24153 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/pstorec/Makefile"
24157 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 pstorec"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/qcap/Makefile"
24165 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 qcap"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/qedit/Makefile"
24173 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 qedit"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/qedit/tests/Makefile"
24181 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24182 qedit/tests"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24185 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/qmgr/Makefile"
24189 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190 qmgr"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/qmgr/tests/Makefile"
24197 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24198 qmgr/tests"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24201 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/qmgrprxy/Makefile"
24205 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 qmgrprxy"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/quartz/Makefile"
24213 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 quartz"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/quartz/tests/Makefile"
24221 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24222 quartz/tests"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/query/Makefile"
24229 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 query"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/query/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/rasapi32/Makefile"
24237 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 rasapi32"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/rasapi32/tests/Makefile"
24245 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24246 rasapi32/tests"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24249 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/resutils/Makefile"
24253 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 resutils"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/riched20/Makefile"
24261 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 riched20"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/riched20/tests/Makefile"
24269 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24270 riched20/tests"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/riched32/Makefile"
24277 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 riched32"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/riched32/tests/Makefile"
24285 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24286 riched32/tests"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/rpcrt4/Makefile"
24293 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 rpcrt4"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/rpcrt4/tests/Makefile"
24301 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24302 rpcrt4/tests"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/rsabase/Makefile"
24309 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 rsabase"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/rsaenh/Makefile"
24317 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 rsaenh"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/rsaenh/tests/Makefile"
24325 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326 rsaenh/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/sane.ds/Makefile"
24333 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 sane.ds"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/sccbase/Makefile"
24341 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 sccbase"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/schannel/Makefile"
24349 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 schannel"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/schannel/tests/Makefile"
24357 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24358 schannel/tests"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24361 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/secur32/Makefile"
24365 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 secur32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/secur32/tests/Makefile"
24373 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374 secur32/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/security/Makefile"
24381 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 security"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/security/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/sensapi/Makefile"
24389 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 sensapi"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/serialui/Makefile"
24397 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 serialui"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/serialui/tests/Makefile"
24405 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24406 serialui/tests"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24409 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/setupapi/Makefile"
24413 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 setupapi"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/setupapi/tests/Makefile"
24421 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24422 setupapi/tests"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24425 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/sfc/Makefile"
24429 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 sfc"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/sfc_os/Makefile"
24437 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 sfc_os"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/shdoclc/Makefile"
24445 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 shdoclc"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/shdocvw/Makefile"
24453 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 shdocvw"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/shdocvw/tests/Makefile"
24461 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24462 shdocvw/tests"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/shell32/Makefile"
24469 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 shell32"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/shell32/tests/Makefile"
24477 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24478 shell32/tests"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/shfolder/Makefile"
24485 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 shfolder"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/shlwapi/Makefile"
24493 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 shlwapi"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/shlwapi/tests/Makefile"
24501 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24502 shlwapi/tests"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24505 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/slbcsp/Makefile"
24509 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 slbcsp"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/slc/Makefile"
24517 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 slc"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/slc/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/snmpapi/Makefile"
24525 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 snmpapi"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/snmpapi/tests/Makefile"
24533 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534 snmpapi/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/softpub/Makefile"
24541 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 softpub"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/spoolss/Makefile"
24549 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 spoolss"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/spoolss/tests/Makefile"
24557 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558 spoolss/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/stdole2.tlb/Makefile"
24565 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 stdole2.tlb"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/stdole32.tlb/Makefile"
24573 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 stdole32.tlb"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/sti/Makefile"
24581 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 sti"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/sti/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/strmiids/Makefile"
24589 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24590 strmiids"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24593 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/svrapi/Makefile"
24597 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 svrapi"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/sxs/Makefile"
24605 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 sxs"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/tapi32/Makefile"
24613 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 tapi32"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/twain_32/Makefile"
24621 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 twain_32"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/unicows/Makefile"
24629 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 unicows"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/url/Makefile"
24637 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 url"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/url/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/urlmon/Makefile"
24645 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 urlmon"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/urlmon/tests/Makefile"
24653 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24654 urlmon/tests"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24657 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/user32/Makefile"
24661 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 user32"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/user32/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/user32/tests/Makefile"
24669 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670 user32/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/userenv/Makefile"
24677 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 userenv"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/userenv/tests/Makefile"
24685 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24686 userenv/tests"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24689 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/usp10/Makefile"
24693 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 usp10"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/usp10/tests/Makefile"
24701 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24702 usp10/tests"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24705 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/uuid/Makefile"
24709 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24710 uuid"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24713 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/uxtheme/Makefile"
24717 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 uxtheme"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/uxtheme/tests/Makefile"
24725 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 uxtheme/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/vdhcp.vxd/Makefile"
24733 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 vdhcp.vxd"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/vdmdbg/Makefile"
24741 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 vdmdbg"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/version/Makefile"
24749 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 version"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/version/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/version/tests/Makefile"
24757 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24758 version/tests"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/vmm.vxd/Makefile"
24765 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 vmm.vxd"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/vnbt.vxd/Makefile"
24773 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 vnbt.vxd"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/vnetbios.vxd/Makefile"
24781 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 vnetbios.vxd"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/vtdapi.vxd/Makefile"
24789 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 vtdapi.vxd"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/vwin32.vxd/Makefile"
24797 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 vwin32.vxd"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/w32skrnl/Makefile"
24805 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 w32skrnl"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/winealsa.drv/Makefile"
24813 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 winealsa.drv"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/wineaudioio.drv/Makefile"
24821 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 wineaudioio.drv"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/winecoreaudio.drv/Makefile"
24829 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 winecoreaudio.drv"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/winecrt0/Makefile"
24837 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24838 winecrt0"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24841 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/wined3d/Makefile"
24845 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 wined3d"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/winedos/Makefile"
24853 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 winedos"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/wineesd.drv/Makefile"
24861 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 wineesd.drv"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/winejack.drv/Makefile"
24869 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 winejack.drv"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/winejoystick.drv/Makefile"
24877 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 winejoystick.drv"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/winemp3.acm/Makefile"
24885 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 winemp3.acm"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/winenas.drv/Makefile"
24893 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 winenas.drv"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/wineoss.drv/Makefile"
24901 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 wineoss.drv"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/wineps.drv/Makefile"
24909 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 wineps.drv"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/winequartz.drv/Makefile"
24917 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 winequartz.drv"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/winex11.drv/Makefile"
24925 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 winex11.drv"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/wing32/Makefile"
24933 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 wing32"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/winhttp/Makefile"
24941 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 winhttp"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/winhttp/tests/Makefile"
24949 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24950 winhttp/tests"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24953 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/wininet/Makefile"
24957 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 wininet"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/wininet/tests/Makefile"
24965 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24966 wininet/tests"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24969 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/winmm/Makefile"
24973 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 winmm"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/winmm/tests/Makefile"
24981 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 winmm/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/winnls32/Makefile"
24989 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 winnls32"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/winscard/Makefile"
24997 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 winscard"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/winspool.drv/Makefile"
25005 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 winspool.drv"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/winspool.drv/tests/Makefile"
25013 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25014 winspool.drv/tests"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25017 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/wintab32/Makefile"
25021 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 wintab32"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/wintrust/Makefile"
25029 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 wintrust"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/wintrust/tests/Makefile"
25037 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038 wintrust/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/wldap32/Makefile"
25045 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 wldap32"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/wmi/Makefile"
25053 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 wmi"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/wnaspi32/Makefile"
25061 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 wnaspi32"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/wow32/Makefile"
25069 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 wow32"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/ws2_32/Makefile"
25077 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 ws2_32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/ws2_32/tests/Makefile"
25085 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25086 ws2_32/tests"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25089 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/wsock32/Makefile"
25093 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 wsock32"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/wtsapi32/Makefile"
25101 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 wtsapi32"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 documentation/Makefile"
25109 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25110 documentation"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 documentation/Makefile: documentation/Makefile.in Make.rules"
25113 ac_config_files="$ac_config_files documentation/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 fonts/Makefile"
25117 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25118 fonts"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 fonts/Makefile: fonts/Makefile.in Make.rules"
25121 ac_config_files="$ac_config_files fonts/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 include/Makefile"
25125 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25126 include"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 include/Makefile: include/Makefile.in Make.rules"
25129 ac_config_files="$ac_config_files include/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 libs/Makefile"
25133 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25134 libs"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 libs/Makefile: libs/Makefile.in Make.rules"
25137 ac_config_files="$ac_config_files libs/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 libs/port/Makefile"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25144 ac_config_files="$ac_config_files libs/port/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 libs/wine/Makefile"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25151 ac_config_files="$ac_config_files libs/wine/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 libs/wpp/Makefile"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25158 ac_config_files="$ac_config_files libs/wpp/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 loader/Makefile"
25162 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25163 loader"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 loader/Makefile: loader/Makefile.in Make.rules"
25166 ac_config_files="$ac_config_files loader/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 programs/Makefile"
25170 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25171 programs"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 programs/Makefile: programs/Makefile.in Make.rules"
25174 ac_config_files="$ac_config_files programs/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 programs/clock/Makefile"
25178 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25179 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25180 clock"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25183 ac_config_files="$ac_config_files programs/clock/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 programs/cmd/Makefile"
25187 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25188 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25189 cmd"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25192 ac_config_files="$ac_config_files programs/cmd/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 programs/cmdlgtst/Makefile"
25196 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25197 cmdlgtst"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25200 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 programs/control/Makefile"
25204 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25205 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25206 control"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25209 ac_config_files="$ac_config_files programs/control/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 programs/eject/Makefile"
25213 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25214 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25215 eject"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25218 ac_config_files="$ac_config_files programs/eject/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 programs/expand/Makefile"
25222 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25223 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25224 expand"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25227 ac_config_files="$ac_config_files programs/expand/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 programs/explorer/Makefile"
25231 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25232 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25233 explorer"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25236 ac_config_files="$ac_config_files programs/explorer/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 programs/hh/Makefile"
25240 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25241 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25245 ac_config_files="$ac_config_files programs/hh/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 programs/icinfo/Makefile"
25249 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25250 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25251 icinfo"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25254 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 programs/iexplore/Makefile"
25258 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25259 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25260 iexplore"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25263 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 programs/msiexec/Makefile"
25267 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25268 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25269 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25270 msiexec"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25273 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 programs/net/Makefile"
25277 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25278 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25279 net"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25282 ac_config_files="$ac_config_files programs/net/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 programs/notepad/Makefile"
25286 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25287 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25288 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25289 notepad"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25292 ac_config_files="$ac_config_files programs/notepad/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 programs/oleview/Makefile"
25296 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25297 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25298 oleview"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25301 ac_config_files="$ac_config_files programs/oleview/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 programs/progman/Makefile"
25305 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25306 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25307 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25308 progman"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25311 ac_config_files="$ac_config_files programs/progman/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 programs/reg/Makefile"
25315 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25316 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25317 reg"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25320 ac_config_files="$ac_config_files programs/reg/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 programs/regedit/Makefile"
25324 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25325 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25326 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25327 regedit"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25330 ac_config_files="$ac_config_files programs/regedit/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 programs/regsvr32/Makefile"
25334 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25335 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25336 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25337 regsvr32"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25340 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 programs/rpcss/Makefile"
25344 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25345 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25346 rpcss"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25349 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 programs/rundll32/Makefile"
25353 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25354 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25355 rundll32"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25358 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 programs/secedit/Makefile"
25362 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25363 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25364 secedit"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25367 ac_config_files="$ac_config_files programs/secedit/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 programs/services/Makefile"
25371 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25372 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25373 services"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25376 ac_config_files="$ac_config_files programs/services/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 programs/spoolsv/Makefile"
25380 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25381 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25382 spoolsv"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25385 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 programs/start/Makefile"
25389 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25390 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25391 start"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25394 ac_config_files="$ac_config_files programs/start/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 programs/svchost/Makefile"
25398 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25399 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25400 svchost"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25403 ac_config_files="$ac_config_files programs/svchost/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 programs/taskmgr/Makefile"
25407 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25408 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25409 taskmgr"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25412 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 programs/uninstaller/Makefile"
25416 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25417 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25418 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25419 uninstaller"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25422 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 programs/view/Makefile"
25426 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25427 view"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25430 ac_config_files="$ac_config_files programs/view/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 programs/wineboot/Makefile"
25434 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25435 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25436 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25437 wineboot"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25440 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 programs/winebrowser/Makefile"
25444 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25445 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25446 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25447 winebrowser"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25450 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 programs/winecfg/Makefile"
25454 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25455 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25456 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25457 winecfg"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25460 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 programs/wineconsole/Makefile"
25464 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25465 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25466 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25467 wineconsole"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25470 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 programs/winedbg/Makefile"
25474 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25475 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25476 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25477 winedbg"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25480 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 programs/winedevice/Makefile"
25484 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25485 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25486 winedevice"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25489 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 programs/winefile/Makefile"
25493 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25494 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25495 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25496 winefile"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25499 ac_config_files="$ac_config_files programs/winefile/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 programs/winemenubuilder/Makefile"
25503 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25504 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25505 winemenubuilder"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25508 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 programs/winemine/Makefile"
25512 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25513 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25514 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25515 winemine"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25518 ac_config_files="$ac_config_files programs/winemine/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 programs/winepath/Makefile"
25522 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25523 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25524 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25525 winepath"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25528 ac_config_files="$ac_config_files programs/winepath/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 programs/winetest/Makefile"
25532 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25533 winetest"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25536 ac_config_files="$ac_config_files programs/winetest/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 programs/winevdm/Makefile"
25540 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25541 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25542 winevdm"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 programs/winhlp32/Makefile"
25549 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25551 winhlp32"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25554 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 programs/winver/Makefile"
25558 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25559 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25560 winver"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25563 ac_config_files="$ac_config_files programs/winver/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 programs/wordpad/Makefile"
25567 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25568 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25569 wordpad"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25572 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 programs/write/Makefile"
25576 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25577 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25578 write"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25581 ac_config_files="$ac_config_files programs/write/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 programs/xcopy/Makefile"
25585 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25586 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25587 xcopy"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25590 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 server/Makefile"
25594 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25595 server"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 server/Makefile: server/Makefile.in Make.rules"
25598 ac_config_files="$ac_config_files server/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 tools/Makefile"
25602 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25603 tools"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 tools/Makefile: tools/Makefile.in Make.rules"
25606 ac_config_files="$ac_config_files tools/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 tools/widl/Makefile"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25613 ac_config_files="$ac_config_files tools/widl/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 tools/winebuild/Makefile"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25620 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 tools/winedump/Makefile"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25627 ac_config_files="$ac_config_files tools/winedump/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 tools/winegcc/Makefile"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25634 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 tools/wmc/Makefile"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25641 ac_config_files="$ac_config_files tools/wmc/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 tools/wrc/Makefile"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25648 ac_config_files="$ac_config_files tools/wrc/Makefile"
25651 cat >confcache <<\_ACEOF
25652 # This file is a shell script that caches the results of configure
25653 # tests run on this system so they can be shared between configure
25654 # scripts and configure runs, see configure's option --config-cache.
25655 # It is not useful on other systems. If it contains results you don't
25656 # want to keep, you may remove or edit it.
25658 # config.status only pays attention to the cache file if you give it
25659 # the --recheck option to rerun configure.
25661 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25662 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25663 # following values.
25665 _ACEOF
25667 # The following way of writing the cache mishandles newlines in values,
25668 # but we know of no workaround that is simple, portable, and efficient.
25669 # So, we kill variables containing newlines.
25670 # Ultrix sh set writes to stderr and can't be redirected directly,
25671 # and sets the high bit in the cache file unless we assign to the vars.
25673 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25674 eval ac_val=\$$ac_var
25675 case $ac_val in #(
25676 *${as_nl}*)
25677 case $ac_var in #(
25678 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25679 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25680 esac
25681 case $ac_var in #(
25682 _ | IFS | as_nl) ;; #(
25683 *) $as_unset $ac_var ;;
25684 esac ;;
25685 esac
25686 done
25688 (set) 2>&1 |
25689 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25690 *${as_nl}ac_space=\ *)
25691 # `set' does not quote correctly, so add quotes (double-quote
25692 # substitution turns \\\\ into \\, and sed turns \\ into \).
25693 sed -n \
25694 "s/'/'\\\\''/g;
25695 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25696 ;; #(
25698 # `set' quotes correctly as required by POSIX, so do not add quotes.
25699 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25701 esac |
25702 sort
25704 sed '
25705 /^ac_cv_env_/b end
25706 t clear
25707 :clear
25708 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25709 t end
25710 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25711 :end' >>confcache
25712 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25713 if test -w "$cache_file"; then
25714 test "x$cache_file" != "x/dev/null" &&
25715 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25716 echo "$as_me: updating cache $cache_file" >&6;}
25717 cat confcache >$cache_file
25718 else
25719 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25720 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25723 rm -f confcache
25725 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25726 # Let make expand exec_prefix.
25727 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25729 DEFS=-DHAVE_CONFIG_H
25731 ac_libobjs=
25732 ac_ltlibobjs=
25733 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25734 # 1. Remove the extension, and $U if already installed.
25735 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25736 ac_i=`echo "$ac_i" | sed "$ac_script"`
25737 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25738 # will be set to the directory where LIBOBJS objects are built.
25739 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25740 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25741 done
25742 LIBOBJS=$ac_libobjs
25744 LTLIBOBJS=$ac_ltlibobjs
25748 : ${CONFIG_STATUS=./config.status}
25749 ac_clean_files_save=$ac_clean_files
25750 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25751 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25752 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25753 cat >$CONFIG_STATUS <<_ACEOF
25754 #! $SHELL
25755 # Generated by $as_me.
25756 # Run this file to recreate the current configuration.
25757 # Compiler output produced by configure, useful for debugging
25758 # configure, is in config.log if it exists.
25760 debug=false
25761 ac_cs_recheck=false
25762 ac_cs_silent=false
25763 SHELL=\${CONFIG_SHELL-$SHELL}
25764 _ACEOF
25766 cat >>$CONFIG_STATUS <<\_ACEOF
25767 ## --------------------- ##
25768 ## M4sh Initialization. ##
25769 ## --------------------- ##
25771 # Be more Bourne compatible
25772 DUALCASE=1; export DUALCASE # for MKS sh
25773 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25774 emulate sh
25775 NULLCMD=:
25776 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25777 # is contrary to our usage. Disable this feature.
25778 alias -g '${1+"$@"}'='"$@"'
25779 setopt NO_GLOB_SUBST
25780 else
25781 case `(set -o) 2>/dev/null` in
25782 *posix*) set -o posix ;;
25783 esac
25790 # PATH needs CR
25791 # Avoid depending upon Character Ranges.
25792 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25793 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25794 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25795 as_cr_digits='0123456789'
25796 as_cr_alnum=$as_cr_Letters$as_cr_digits
25798 # The user is always right.
25799 if test "${PATH_SEPARATOR+set}" != set; then
25800 echo "#! /bin/sh" >conf$$.sh
25801 echo "exit 0" >>conf$$.sh
25802 chmod +x conf$$.sh
25803 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25804 PATH_SEPARATOR=';'
25805 else
25806 PATH_SEPARATOR=:
25808 rm -f conf$$.sh
25811 # Support unset when possible.
25812 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25813 as_unset=unset
25814 else
25815 as_unset=false
25819 # IFS
25820 # We need space, tab and new line, in precisely that order. Quoting is
25821 # there to prevent editors from complaining about space-tab.
25822 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25823 # splitting by setting IFS to empty value.)
25824 as_nl='
25826 IFS=" "" $as_nl"
25828 # Find who we are. Look in the path if we contain no directory separator.
25829 case $0 in
25830 *[\\/]* ) as_myself=$0 ;;
25831 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25832 for as_dir in $PATH
25834 IFS=$as_save_IFS
25835 test -z "$as_dir" && as_dir=.
25836 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25837 done
25838 IFS=$as_save_IFS
25841 esac
25842 # We did not find ourselves, most probably we were run as `sh COMMAND'
25843 # in which case we are not to be found in the path.
25844 if test "x$as_myself" = x; then
25845 as_myself=$0
25847 if test ! -f "$as_myself"; then
25848 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25849 { (exit 1); exit 1; }
25852 # Work around bugs in pre-3.0 UWIN ksh.
25853 for as_var in ENV MAIL MAILPATH
25854 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25855 done
25856 PS1='$ '
25857 PS2='> '
25858 PS4='+ '
25860 # NLS nuisances.
25861 for as_var in \
25862 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25863 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25864 LC_TELEPHONE LC_TIME
25866 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25867 eval $as_var=C; export $as_var
25868 else
25869 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25871 done
25873 # Required to use basename.
25874 if expr a : '\(a\)' >/dev/null 2>&1 &&
25875 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25876 as_expr=expr
25877 else
25878 as_expr=false
25881 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25882 as_basename=basename
25883 else
25884 as_basename=false
25888 # Name of the executable.
25889 as_me=`$as_basename -- "$0" ||
25890 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25891 X"$0" : 'X\(//\)$' \| \
25892 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25893 echo X/"$0" |
25894 sed '/^.*\/\([^/][^/]*\)\/*$/{
25895 s//\1/
25898 /^X\/\(\/\/\)$/{
25899 s//\1/
25902 /^X\/\(\/\).*/{
25903 s//\1/
25906 s/.*/./; q'`
25908 # CDPATH.
25909 $as_unset CDPATH
25913 as_lineno_1=$LINENO
25914 as_lineno_2=$LINENO
25915 test "x$as_lineno_1" != "x$as_lineno_2" &&
25916 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25918 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25919 # uniformly replaced by the line number. The first 'sed' inserts a
25920 # line-number line after each line using $LINENO; the second 'sed'
25921 # does the real work. The second script uses 'N' to pair each
25922 # line-number line with the line containing $LINENO, and appends
25923 # trailing '-' during substitution so that $LINENO is not a special
25924 # case at line end.
25925 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25926 # scripts with optimization help from Paolo Bonzini. Blame Lee
25927 # E. McMahon (1931-1989) for sed's syntax. :-)
25928 sed -n '
25930 /[$]LINENO/=
25931 ' <$as_myself |
25932 sed '
25933 s/[$]LINENO.*/&-/
25934 t lineno
25936 :lineno
25938 :loop
25939 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25940 t loop
25941 s/-\n.*//
25942 ' >$as_me.lineno &&
25943 chmod +x "$as_me.lineno" ||
25944 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25945 { (exit 1); exit 1; }; }
25947 # Don't try to exec as it changes $[0], causing all sort of problems
25948 # (the dirname of $[0] is not the place where we might find the
25949 # original and so on. Autoconf is especially sensitive to this).
25950 . "./$as_me.lineno"
25951 # Exit status is that of the last command.
25952 exit
25956 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25957 as_dirname=dirname
25958 else
25959 as_dirname=false
25962 ECHO_C= ECHO_N= ECHO_T=
25963 case `echo -n x` in
25964 -n*)
25965 case `echo 'x\c'` in
25966 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25967 *) ECHO_C='\c';;
25968 esac;;
25970 ECHO_N='-n';;
25971 esac
25973 if expr a : '\(a\)' >/dev/null 2>&1 &&
25974 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25975 as_expr=expr
25976 else
25977 as_expr=false
25980 rm -f conf$$ conf$$.exe conf$$.file
25981 if test -d conf$$.dir; then
25982 rm -f conf$$.dir/conf$$.file
25983 else
25984 rm -f conf$$.dir
25985 mkdir conf$$.dir
25987 echo >conf$$.file
25988 if ln -s conf$$.file conf$$ 2>/dev/null; then
25989 as_ln_s='ln -s'
25990 # ... but there are two gotchas:
25991 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25992 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25993 # In both cases, we have to default to `cp -p'.
25994 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25995 as_ln_s='cp -p'
25996 elif ln conf$$.file conf$$ 2>/dev/null; then
25997 as_ln_s=ln
25998 else
25999 as_ln_s='cp -p'
26001 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26002 rmdir conf$$.dir 2>/dev/null
26004 if mkdir -p . 2>/dev/null; then
26005 as_mkdir_p=:
26006 else
26007 test -d ./-p && rmdir ./-p
26008 as_mkdir_p=false
26011 if test -x / >/dev/null 2>&1; then
26012 as_test_x='test -x'
26013 else
26014 if ls -dL / >/dev/null 2>&1; then
26015 as_ls_L_option=L
26016 else
26017 as_ls_L_option=
26019 as_test_x='
26020 eval sh -c '\''
26021 if test -d "$1"; then
26022 test -d "$1/.";
26023 else
26024 case $1 in
26025 -*)set "./$1";;
26026 esac;
26027 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26028 ???[sx]*):;;*)false;;esac;fi
26029 '\'' sh
26032 as_executable_p=$as_test_x
26034 # Sed expression to map a string onto a valid CPP name.
26035 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26037 # Sed expression to map a string onto a valid variable name.
26038 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26041 exec 6>&1
26043 # Save the log message, to keep $[0] and so on meaningful, and to
26044 # report actual input values of CONFIG_FILES etc. instead of their
26045 # values after options handling.
26046 ac_log="
26047 This file was extended by Wine $as_me 1.1.3, which was
26048 generated by GNU Autoconf 2.61. Invocation command line was
26050 CONFIG_FILES = $CONFIG_FILES
26051 CONFIG_HEADERS = $CONFIG_HEADERS
26052 CONFIG_LINKS = $CONFIG_LINKS
26053 CONFIG_COMMANDS = $CONFIG_COMMANDS
26054 $ $0 $@
26056 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26059 _ACEOF
26061 cat >>$CONFIG_STATUS <<_ACEOF
26062 # Files that config.status was made for.
26063 config_files="$ac_config_files"
26064 config_headers="$ac_config_headers"
26065 config_commands="$ac_config_commands"
26067 _ACEOF
26069 cat >>$CONFIG_STATUS <<\_ACEOF
26070 ac_cs_usage="\
26071 \`$as_me' instantiates files from templates according to the
26072 current configuration.
26074 Usage: $0 [OPTIONS] [FILE]...
26076 -h, --help print this help, then exit
26077 -V, --version print version number and configuration settings, then exit
26078 -q, --quiet do not print progress messages
26079 -d, --debug don't remove temporary files
26080 --recheck update $as_me by reconfiguring in the same conditions
26081 --file=FILE[:TEMPLATE]
26082 instantiate the configuration file FILE
26083 --header=FILE[:TEMPLATE]
26084 instantiate the configuration header FILE
26086 Configuration files:
26087 $config_files
26089 Configuration headers:
26090 $config_headers
26092 Configuration commands:
26093 $config_commands
26095 Report bugs to <bug-autoconf@gnu.org>."
26097 _ACEOF
26098 cat >>$CONFIG_STATUS <<_ACEOF
26099 ac_cs_version="\\
26100 Wine config.status 1.1.3
26101 configured by $0, generated by GNU Autoconf 2.61,
26102 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26104 Copyright (C) 2006 Free Software Foundation, Inc.
26105 This config.status script is free software; the Free Software Foundation
26106 gives unlimited permission to copy, distribute and modify it."
26108 ac_pwd='$ac_pwd'
26109 srcdir='$srcdir'
26110 INSTALL='$INSTALL'
26111 _ACEOF
26113 cat >>$CONFIG_STATUS <<\_ACEOF
26114 # If no file are specified by the user, then we need to provide default
26115 # value. By we need to know if files were specified by the user.
26116 ac_need_defaults=:
26117 while test $# != 0
26119 case $1 in
26120 --*=*)
26121 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26122 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26123 ac_shift=:
26126 ac_option=$1
26127 ac_optarg=$2
26128 ac_shift=shift
26130 esac
26132 case $ac_option in
26133 # Handling of the options.
26134 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26135 ac_cs_recheck=: ;;
26136 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26137 echo "$ac_cs_version"; exit ;;
26138 --debug | --debu | --deb | --de | --d | -d )
26139 debug=: ;;
26140 --file | --fil | --fi | --f )
26141 $ac_shift
26142 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26143 ac_need_defaults=false;;
26144 --header | --heade | --head | --hea )
26145 $ac_shift
26146 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26147 ac_need_defaults=false;;
26148 --he | --h)
26149 # Conflict between --help and --header
26150 { echo "$as_me: error: ambiguous option: $1
26151 Try \`$0 --help' for more information." >&2
26152 { (exit 1); exit 1; }; };;
26153 --help | --hel | -h )
26154 echo "$ac_cs_usage"; exit ;;
26155 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26156 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26157 ac_cs_silent=: ;;
26159 # This is an error.
26160 -*) { echo "$as_me: error: unrecognized option: $1
26161 Try \`$0 --help' for more information." >&2
26162 { (exit 1); exit 1; }; } ;;
26164 *) ac_config_targets="$ac_config_targets $1"
26165 ac_need_defaults=false ;;
26167 esac
26168 shift
26169 done
26171 ac_configure_extra_args=
26173 if $ac_cs_silent; then
26174 exec 6>/dev/null
26175 ac_configure_extra_args="$ac_configure_extra_args --silent"
26178 _ACEOF
26179 cat >>$CONFIG_STATUS <<_ACEOF
26180 if \$ac_cs_recheck; then
26181 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26182 CONFIG_SHELL=$SHELL
26183 export CONFIG_SHELL
26184 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26187 _ACEOF
26188 cat >>$CONFIG_STATUS <<\_ACEOF
26189 exec 5>>config.log
26191 echo
26192 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26193 ## Running $as_me. ##
26194 _ASBOX
26195 echo "$ac_log"
26196 } >&5
26198 _ACEOF
26199 cat >>$CONFIG_STATUS <<_ACEOF
26200 _ACEOF
26202 cat >>$CONFIG_STATUS <<\_ACEOF
26204 # Handling of arguments.
26205 for ac_config_target in $ac_config_targets
26207 case $ac_config_target in
26208 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26209 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26210 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26211 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26212 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26213 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26214 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26215 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26216 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26217 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26218 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26219 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26220 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26221 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26222 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26223 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26224 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26225 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26226 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26227 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26228 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26229 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26230 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26231 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26232 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26233 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26234 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26235 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26236 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26237 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26238 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26239 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26240 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26241 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26242 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26243 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26244 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26245 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26246 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26247 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26248 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26249 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26250 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26251 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26252 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26253 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26254 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26255 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26256 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26257 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26258 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26259 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26260 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26261 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26262 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26263 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26264 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26265 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26266 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26267 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26268 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26269 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26270 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26271 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26272 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26273 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26274 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26275 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26276 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26277 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26278 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26279 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26280 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26281 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26282 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26283 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26284 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26285 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26286 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26287 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26288 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26289 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26290 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26291 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26292 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26293 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26294 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26295 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26296 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26297 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26298 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26299 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26300 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26301 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26302 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26303 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26304 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26305 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26306 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26307 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26308 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26309 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26310 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26311 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26312 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26313 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26314 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26315 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26316 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26317 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26318 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26319 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26320 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26321 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26322 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26323 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26324 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26325 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26326 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26327 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26328 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26329 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26330 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26331 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26332 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26333 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26334 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26335 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26336 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26337 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26338 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26339 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26340 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26341 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26342 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26343 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26344 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26345 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26346 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26347 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26348 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26349 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26350 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26351 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26352 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26353 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26354 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26355 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26356 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26357 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26358 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26359 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26360 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26361 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26362 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26363 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26364 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26365 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26366 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26367 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26368 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26369 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26370 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26371 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26372 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26373 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26374 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26375 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26376 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26377 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26378 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26379 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26380 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26381 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26382 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26383 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26384 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26385 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26386 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26387 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26388 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26389 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26390 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26391 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26392 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26393 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26394 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26395 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26396 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26397 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26398 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26399 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26400 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26401 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26402 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26403 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26404 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26405 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26406 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26407 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26408 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26409 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26410 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26411 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26412 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26413 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26414 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26415 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26416 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26417 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26418 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26419 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26420 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26421 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26422 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26423 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26424 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26425 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26426 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26427 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26428 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26429 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26430 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26431 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26432 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26433 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26434 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26435 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26436 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26437 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26438 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26439 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26440 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26441 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26442 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26443 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26444 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26445 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26446 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26447 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26448 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26449 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26450 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26451 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26452 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26453 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26454 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26455 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26456 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26457 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26458 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26459 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26460 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26461 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26462 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26463 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26464 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26465 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26466 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26467 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26468 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26469 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26470 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26471 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26472 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26473 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26474 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26475 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26476 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26477 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26478 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26479 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26480 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26481 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26482 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26483 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26484 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26485 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26486 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26487 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26488 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26489 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26490 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26491 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26492 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26493 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26494 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26495 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26496 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26497 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26498 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26499 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26500 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26501 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26502 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26503 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26504 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26505 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26506 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26507 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26508 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26509 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26510 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26511 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26512 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26513 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26514 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26515 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26516 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26517 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26518 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26519 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26520 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26521 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26522 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26523 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26524 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26525 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26526 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26527 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26528 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26529 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26530 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26531 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26532 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26533 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26534 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26535 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26536 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26537 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26538 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26539 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26540 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26541 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26542 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26543 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26544 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26545 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26546 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26547 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26548 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26549 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26550 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26551 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26552 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26553 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26554 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26555 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26556 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26557 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26558 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26559 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26560 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26561 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26562 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26563 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26564 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26565 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26566 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26567 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26568 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26569 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26570 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26571 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26572 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26573 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26574 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26575 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26576 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26577 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26578 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26579 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26580 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26581 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26582 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26583 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26584 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26585 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26586 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26587 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26588 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26589 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26590 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26591 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26592 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26593 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26594 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26595 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26596 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26597 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26598 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26599 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26600 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26601 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26602 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26603 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26604 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26605 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26606 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26607 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26608 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26609 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26610 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26611 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26612 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26613 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26614 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26615 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26616 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26617 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26618 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26619 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26620 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26621 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26622 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26623 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26624 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26625 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26626 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26627 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26628 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26629 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26630 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26631 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26632 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26633 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26634 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26635 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26636 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26637 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26638 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26639 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26640 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26642 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26643 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26644 { (exit 1); exit 1; }; };;
26645 esac
26646 done
26649 # If the user did not use the arguments to specify the items to instantiate,
26650 # then the envvar interface is used. Set only those that are not.
26651 # We use the long form for the default assignment because of an extremely
26652 # bizarre bug on SunOS 4.1.3.
26653 if $ac_need_defaults; then
26654 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26655 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26656 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26659 # Have a temporary directory for convenience. Make it in the build tree
26660 # simply because there is no reason against having it here, and in addition,
26661 # creating and moving files from /tmp can sometimes cause problems.
26662 # Hook for its removal unless debugging.
26663 # Note that there is a small window in which the directory will not be cleaned:
26664 # after its creation but before its name has been assigned to `$tmp'.
26665 $debug ||
26667 tmp=
26668 trap 'exit_status=$?
26669 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26671 trap '{ (exit 1); exit 1; }' 1 2 13 15
26673 # Create a (secure) tmp directory for tmp files.
26676 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26677 test -n "$tmp" && test -d "$tmp"
26678 } ||
26680 tmp=./conf$$-$RANDOM
26681 (umask 077 && mkdir "$tmp")
26682 } ||
26684 echo "$me: cannot create a temporary directory in ." >&2
26685 { (exit 1); exit 1; }
26689 # Set up the sed scripts for CONFIG_FILES section.
26692 # No need to generate the scripts if there are no CONFIG_FILES.
26693 # This happens for instance when ./config.status config.h
26694 if test -n "$CONFIG_FILES"; then
26696 _ACEOF
26698 # Create sed commands to just substitute file output variables.
26700 # Remaining file output variables are in a fragment that also has non-file
26701 # output varibles.
26705 ac_delim='%!_!# '
26706 for ac_last_try in false false false false false :; do
26707 cat >conf$$subs.sed <<_ACEOF
26708 SHELL!$SHELL$ac_delim
26709 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26710 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26711 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26712 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26713 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26714 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26715 exec_prefix!$exec_prefix$ac_delim
26716 prefix!$prefix$ac_delim
26717 program_transform_name!$program_transform_name$ac_delim
26718 bindir!$bindir$ac_delim
26719 sbindir!$sbindir$ac_delim
26720 libexecdir!$libexecdir$ac_delim
26721 datarootdir!$datarootdir$ac_delim
26722 datadir!$datadir$ac_delim
26723 sysconfdir!$sysconfdir$ac_delim
26724 sharedstatedir!$sharedstatedir$ac_delim
26725 localstatedir!$localstatedir$ac_delim
26726 includedir!$includedir$ac_delim
26727 oldincludedir!$oldincludedir$ac_delim
26728 docdir!$docdir$ac_delim
26729 infodir!$infodir$ac_delim
26730 htmldir!$htmldir$ac_delim
26731 dvidir!$dvidir$ac_delim
26732 pdfdir!$pdfdir$ac_delim
26733 psdir!$psdir$ac_delim
26734 libdir!$libdir$ac_delim
26735 localedir!$localedir$ac_delim
26736 mandir!$mandir$ac_delim
26737 DEFS!$DEFS$ac_delim
26738 ECHO_C!$ECHO_C$ac_delim
26739 ECHO_N!$ECHO_N$ac_delim
26740 ECHO_T!$ECHO_T$ac_delim
26741 LIBS!$LIBS$ac_delim
26742 build_alias!$build_alias$ac_delim
26743 host_alias!$host_alias$ac_delim
26744 target_alias!$target_alias$ac_delim
26745 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26746 build!$build$ac_delim
26747 build_cpu!$build_cpu$ac_delim
26748 build_vendor!$build_vendor$ac_delim
26749 build_os!$build_os$ac_delim
26750 host!$host$ac_delim
26751 host_cpu!$host_cpu$ac_delim
26752 host_vendor!$host_vendor$ac_delim
26753 host_os!$host_os$ac_delim
26754 WIN16_FILES!$WIN16_FILES$ac_delim
26755 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26756 SET_MAKE!$SET_MAKE$ac_delim
26757 CC!$CC$ac_delim
26758 CFLAGS!$CFLAGS$ac_delim
26759 LDFLAGS!$LDFLAGS$ac_delim
26760 CPPFLAGS!$CPPFLAGS$ac_delim
26761 ac_ct_CC!$ac_ct_CC$ac_delim
26762 EXEEXT!$EXEEXT$ac_delim
26763 OBJEXT!$OBJEXT$ac_delim
26764 CXX!$CXX$ac_delim
26765 CXXFLAGS!$CXXFLAGS$ac_delim
26766 ac_ct_CXX!$ac_ct_CXX$ac_delim
26767 CPPBIN!$CPPBIN$ac_delim
26768 TOOLSDIR!$TOOLSDIR$ac_delim
26769 XMKMF!$XMKMF$ac_delim
26770 CPP!$CPP$ac_delim
26771 X_CFLAGS!$X_CFLAGS$ac_delim
26772 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26773 X_LIBS!$X_LIBS$ac_delim
26774 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26775 FLEX!$FLEX$ac_delim
26776 BISON!$BISON$ac_delim
26777 AS!$AS$ac_delim
26778 ac_ct_AS!$ac_ct_AS$ac_delim
26779 LD!$LD$ac_delim
26780 ac_ct_LD!$ac_ct_LD$ac_delim
26781 NM!$NM$ac_delim
26782 ac_ct_NM!$ac_ct_NM$ac_delim
26783 AR!$AR$ac_delim
26784 ac_ct_AR!$ac_ct_AR$ac_delim
26785 ARFLAGS!$ARFLAGS$ac_delim
26786 RANLIB!$RANLIB$ac_delim
26787 STRIP!$STRIP$ac_delim
26788 WINDRES!$WINDRES$ac_delim
26789 LN_S!$LN_S$ac_delim
26790 _ACEOF
26792 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26793 break
26794 elif $ac_last_try; then
26795 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26796 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26797 { (exit 1); exit 1; }; }
26798 else
26799 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26801 done
26803 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26804 if test -n "$ac_eof"; then
26805 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26806 ac_eof=`expr $ac_eof + 1`
26809 cat >>$CONFIG_STATUS <<_ACEOF
26810 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26811 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26812 /^[ ]*@MAKE_RULES@[ ]*$/{
26813 r $MAKE_RULES
26816 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26817 r $MAKE_DLL_RULES
26820 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26821 r $MAKE_IMPLIB_RULES
26824 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26825 r $MAKE_TEST_RULES
26828 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26829 r $MAKE_PROG_RULES
26832 _ACEOF
26833 sed '
26834 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26835 s/^/s,@/; s/!/@,|#_!!_#|/
26838 s/'"$ac_delim"'$/,g/; t
26839 s/$/\\/; p
26840 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26841 ' >>$CONFIG_STATUS <conf$$subs.sed
26842 rm -f conf$$subs.sed
26843 cat >>$CONFIG_STATUS <<_ACEOF
26844 CEOF$ac_eof
26845 _ACEOF
26848 ac_delim='%!_!# '
26849 for ac_last_try in false false false false false :; do
26850 cat >conf$$subs.sed <<_ACEOF
26851 LN!$LN$ac_delim
26852 GREP!$GREP$ac_delim
26853 EGREP!$EGREP$ac_delim
26854 LDCONFIG!$LDCONFIG$ac_delim
26855 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26856 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26857 INSTALL_DATA!$INSTALL_DATA$ac_delim
26858 LINT!$LINT$ac_delim
26859 LINTFLAGS!$LINTFLAGS$ac_delim
26860 FONTFORGE!$FONTFORGE$ac_delim
26861 PKG_CONFIG!$PKG_CONFIG$ac_delim
26862 RSVG!$RSVG$ac_delim
26863 ICOTOOL!$ICOTOOL$ac_delim
26864 PRELINK!$PRELINK$ac_delim
26865 LIBPTHREAD!$LIBPTHREAD$ac_delim
26866 XLIB!$XLIB$ac_delim
26867 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26868 DLLEXT!$DLLEXT$ac_delim
26869 DLLFLAGS!$DLLFLAGS$ac_delim
26870 LDSHARED!$LDSHARED$ac_delim
26871 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26872 LIBEXT!$LIBEXT$ac_delim
26873 IMPLIBEXT!$IMPLIBEXT$ac_delim
26874 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26875 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26876 LDD!$LDD$ac_delim
26877 DLLTOOL!$DLLTOOL$ac_delim
26878 DLLWRAP!$DLLWRAP$ac_delim
26879 MINGWAR!$MINGWAR$ac_delim
26880 SECURITYLIB!$SECURITYLIB$ac_delim
26881 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26882 IOKITLIB!$IOKITLIB$ac_delim
26883 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26884 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26885 COREAUDIO!$COREAUDIO$ac_delim
26886 CARBONLIB!$CARBONLIB$ac_delim
26887 CROSSTEST!$CROSSTEST$ac_delim
26888 CROSSCC!$CROSSCC$ac_delim
26889 CROSSWINDRES!$CROSSWINDRES$ac_delim
26890 NASLIBS!$NASLIBS$ac_delim
26891 XML2LIBS!$XML2LIBS$ac_delim
26892 XML2INCL!$XML2INCL$ac_delim
26893 XSLTLIBS!$XSLTLIBS$ac_delim
26894 XSLTINCL!$XSLTINCL$ac_delim
26895 HALINCL!$HALINCL$ac_delim
26896 sane_devel!$sane_devel$ac_delim
26897 SANEINCL!$SANEINCL$ac_delim
26898 gphoto2_devel!$gphoto2_devel$ac_delim
26899 gphoto2port_devel!$gphoto2port_devel$ac_delim
26900 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26901 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26902 RESOLVLIBS!$RESOLVLIBS$ac_delim
26903 LCMSLIBS!$LCMSLIBS$ac_delim
26904 ft_devel!$ft_devel$ac_delim
26905 FREETYPELIBS!$FREETYPELIBS$ac_delim
26906 FREETYPEINCL!$FREETYPEINCL$ac_delim
26907 ESDCONFIG!$ESDCONFIG$ac_delim
26908 ESDINCL!$ESDINCL$ac_delim
26909 ESDLIBS!$ESDLIBS$ac_delim
26910 ALSALIBS!$ALSALIBS$ac_delim
26911 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26912 CUPSINCL!$CUPSINCL$ac_delim
26913 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26914 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26915 BUILTINFLAG!$BUILTINFLAG$ac_delim
26916 LDPATH!$LDPATH$ac_delim
26917 CRTLIBS!$CRTLIBS$ac_delim
26918 SOCKETLIBS!$SOCKETLIBS$ac_delim
26919 MAIN_BINARY!$MAIN_BINARY$ac_delim
26920 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26921 LIBDL!$LIBDL$ac_delim
26922 LIBPOLL!$LIBPOLL$ac_delim
26923 LDAPLIBS!$LDAPLIBS$ac_delim
26924 DEPENDENCIES!$DEPENDENCIES$ac_delim
26925 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26926 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26927 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26928 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26929 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26930 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26931 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26932 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26933 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26934 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26935 LIBOBJS!$LIBOBJS$ac_delim
26936 LTLIBOBJS!$LTLIBOBJS$ac_delim
26937 _ACEOF
26939 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
26940 break
26941 elif $ac_last_try; then
26942 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26943 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26944 { (exit 1); exit 1; }; }
26945 else
26946 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26948 done
26950 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26951 if test -n "$ac_eof"; then
26952 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26953 ac_eof=`expr $ac_eof + 1`
26956 cat >>$CONFIG_STATUS <<_ACEOF
26957 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26958 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26959 _ACEOF
26960 sed '
26961 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26962 s/^/s,@/; s/!/@,|#_!!_#|/
26965 s/'"$ac_delim"'$/,g/; t
26966 s/$/\\/; p
26967 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26968 ' >>$CONFIG_STATUS <conf$$subs.sed
26969 rm -f conf$$subs.sed
26970 cat >>$CONFIG_STATUS <<_ACEOF
26971 :end
26972 s/|#_!!_#|//g
26973 CEOF$ac_eof
26974 _ACEOF
26977 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26978 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26979 # trailing colons and then remove the whole line if VPATH becomes empty
26980 # (actually we leave an empty line to preserve line numbers).
26981 if test "x$srcdir" = x.; then
26982 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26983 s/:*\$(srcdir):*/:/
26984 s/:*\${srcdir}:*/:/
26985 s/:*@srcdir@:*/:/
26986 s/^\([^=]*=[ ]*\):*/\1/
26987 s/:*$//
26988 s/^[^=]*=[ ]*$//
26992 cat >>$CONFIG_STATUS <<\_ACEOF
26993 fi # test -n "$CONFIG_FILES"
26996 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
26998 case $ac_tag in
26999 :[FHLC]) ac_mode=$ac_tag; continue;;
27000 esac
27001 case $ac_mode$ac_tag in
27002 :[FHL]*:*);;
27003 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27004 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27005 { (exit 1); exit 1; }; };;
27006 :[FH]-) ac_tag=-:-;;
27007 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27008 esac
27009 ac_save_IFS=$IFS
27010 IFS=:
27011 set x $ac_tag
27012 IFS=$ac_save_IFS
27013 shift
27014 ac_file=$1
27015 shift
27017 case $ac_mode in
27018 :L) ac_source=$1;;
27019 :[FH])
27020 ac_file_inputs=
27021 for ac_f
27023 case $ac_f in
27024 -) ac_f="$tmp/stdin";;
27025 *) # Look for the file first in the build tree, then in the source tree
27026 # (if the path is not absolute). The absolute path cannot be DOS-style,
27027 # because $ac_f cannot contain `:'.
27028 test -f "$ac_f" ||
27029 case $ac_f in
27030 [\\/$]*) false;;
27031 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27032 esac ||
27033 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27034 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27035 { (exit 1); exit 1; }; };;
27036 esac
27037 ac_file_inputs="$ac_file_inputs $ac_f"
27038 done
27040 # Let's still pretend it is `configure' which instantiates (i.e., don't
27041 # use $as_me), people would be surprised to read:
27042 # /* config.h. Generated by config.status. */
27043 configure_input="Generated from "`IFS=:
27044 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27045 if test x"$ac_file" != x-; then
27046 configure_input="$ac_file. $configure_input"
27047 { echo "$as_me:$LINENO: creating $ac_file" >&5
27048 echo "$as_me: creating $ac_file" >&6;}
27051 case $ac_tag in
27052 *:-:* | *:-) cat >"$tmp/stdin";;
27053 esac
27055 esac
27057 ac_dir=`$as_dirname -- "$ac_file" ||
27058 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27059 X"$ac_file" : 'X\(//\)[^/]' \| \
27060 X"$ac_file" : 'X\(//\)$' \| \
27061 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27062 echo X"$ac_file" |
27063 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27064 s//\1/
27067 /^X\(\/\/\)[^/].*/{
27068 s//\1/
27071 /^X\(\/\/\)$/{
27072 s//\1/
27075 /^X\(\/\).*/{
27076 s//\1/
27079 s/.*/./; q'`
27080 { as_dir="$ac_dir"
27081 case $as_dir in #(
27082 -*) as_dir=./$as_dir;;
27083 esac
27084 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27085 as_dirs=
27086 while :; do
27087 case $as_dir in #(
27088 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27089 *) as_qdir=$as_dir;;
27090 esac
27091 as_dirs="'$as_qdir' $as_dirs"
27092 as_dir=`$as_dirname -- "$as_dir" ||
27093 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27094 X"$as_dir" : 'X\(//\)[^/]' \| \
27095 X"$as_dir" : 'X\(//\)$' \| \
27096 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27097 echo X"$as_dir" |
27098 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27099 s//\1/
27102 /^X\(\/\/\)[^/].*/{
27103 s//\1/
27106 /^X\(\/\/\)$/{
27107 s//\1/
27110 /^X\(\/\).*/{
27111 s//\1/
27114 s/.*/./; q'`
27115 test -d "$as_dir" && break
27116 done
27117 test -z "$as_dirs" || eval "mkdir $as_dirs"
27118 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27119 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27120 { (exit 1); exit 1; }; }; }
27121 ac_builddir=.
27123 case "$ac_dir" in
27124 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27126 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27127 # A ".." for each directory in $ac_dir_suffix.
27128 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27129 case $ac_top_builddir_sub in
27130 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27131 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27132 esac ;;
27133 esac
27134 ac_abs_top_builddir=$ac_pwd
27135 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27136 # for backward compatibility:
27137 ac_top_builddir=$ac_top_build_prefix
27139 case $srcdir in
27140 .) # We are building in place.
27141 ac_srcdir=.
27142 ac_top_srcdir=$ac_top_builddir_sub
27143 ac_abs_top_srcdir=$ac_pwd ;;
27144 [\\/]* | ?:[\\/]* ) # Absolute name.
27145 ac_srcdir=$srcdir$ac_dir_suffix;
27146 ac_top_srcdir=$srcdir
27147 ac_abs_top_srcdir=$srcdir ;;
27148 *) # Relative name.
27149 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27150 ac_top_srcdir=$ac_top_build_prefix$srcdir
27151 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27152 esac
27153 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27156 case $ac_mode in
27159 # CONFIG_FILE
27162 case $INSTALL in
27163 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27164 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27165 esac
27166 _ACEOF
27168 cat >>$CONFIG_STATUS <<\_ACEOF
27169 # If the template does not know about datarootdir, expand it.
27170 # FIXME: This hack should be removed a few years after 2.60.
27171 ac_datarootdir_hack=; ac_datarootdir_seen=
27173 case `sed -n '/datarootdir/ {
27177 /@datadir@/p
27178 /@docdir@/p
27179 /@infodir@/p
27180 /@localedir@/p
27181 /@mandir@/p
27182 ' $ac_file_inputs` in
27183 *datarootdir*) ac_datarootdir_seen=yes;;
27184 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27185 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27186 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27187 _ACEOF
27188 cat >>$CONFIG_STATUS <<_ACEOF
27189 ac_datarootdir_hack='
27190 s&@datadir@&$datadir&g
27191 s&@docdir@&$docdir&g
27192 s&@infodir@&$infodir&g
27193 s&@localedir@&$localedir&g
27194 s&@mandir@&$mandir&g
27195 s&\\\${datarootdir}&$datarootdir&g' ;;
27196 esac
27197 _ACEOF
27199 # Neutralize VPATH when `$srcdir' = `.'.
27200 # Shell code in configure.ac might set extrasub.
27201 # FIXME: do we really want to maintain this feature?
27202 cat >>$CONFIG_STATUS <<_ACEOF
27203 sed "$ac_vpsub
27204 $extrasub
27205 _ACEOF
27206 cat >>$CONFIG_STATUS <<\_ACEOF
27208 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27209 s&@configure_input@&$configure_input&;t t
27210 s&@top_builddir@&$ac_top_builddir_sub&;t t
27211 s&@srcdir@&$ac_srcdir&;t t
27212 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27213 s&@top_srcdir@&$ac_top_srcdir&;t t
27214 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27215 s&@builddir@&$ac_builddir&;t t
27216 s&@abs_builddir@&$ac_abs_builddir&;t t
27217 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27218 s&@INSTALL@&$ac_INSTALL&;t t
27219 $ac_datarootdir_hack
27220 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27222 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27223 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27224 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27225 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27226 which seems to be undefined. Please make sure it is defined." >&5
27227 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27228 which seems to be undefined. Please make sure it is defined." >&2;}
27230 rm -f "$tmp/stdin"
27231 case $ac_file in
27232 -) cat "$tmp/out"; rm -f "$tmp/out";;
27233 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27234 esac
27238 # CONFIG_HEADER
27240 _ACEOF
27242 # Transform confdefs.h into a sed script `conftest.defines', that
27243 # substitutes the proper values into config.h.in to produce config.h.
27244 rm -f conftest.defines conftest.tail
27245 # First, append a space to every undef/define line, to ease matching.
27246 echo 's/$/ /' >conftest.defines
27247 # Then, protect against being on the right side of a sed subst, or in
27248 # an unquoted here document, in config.status. If some macros were
27249 # called several times there might be several #defines for the same
27250 # symbol, which is useless. But do not sort them, since the last
27251 # AC_DEFINE must be honored.
27252 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27253 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27254 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27255 # PARAMS is the parameter list in the macro definition--in most cases, it's
27256 # just an empty string.
27257 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27258 ac_dB='\\)[ (].*,\\1define\\2'
27259 ac_dC=' '
27260 ac_dD=' ,'
27262 uniq confdefs.h |
27263 sed -n '
27264 t rset
27265 :rset
27266 s/^[ ]*#[ ]*define[ ][ ]*//
27267 t ok
27270 s/[\\&,]/\\&/g
27271 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27272 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27273 ' >>conftest.defines
27275 # Remove the space that was appended to ease matching.
27276 # Then replace #undef with comments. This is necessary, for
27277 # example, in the case of _POSIX_SOURCE, which is predefined and required
27278 # on some systems where configure will not decide to define it.
27279 # (The regexp can be short, since the line contains either #define or #undef.)
27280 echo 's/ $//
27281 s,^[ #]*u.*,/* & */,' >>conftest.defines
27283 # Break up conftest.defines:
27284 ac_max_sed_lines=50
27286 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27287 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27288 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27289 # et cetera.
27290 ac_in='$ac_file_inputs'
27291 ac_out='"$tmp/out1"'
27292 ac_nxt='"$tmp/out2"'
27294 while :
27296 # Write a here document:
27297 cat >>$CONFIG_STATUS <<_ACEOF
27298 # First, check the format of the line:
27299 cat >"\$tmp/defines.sed" <<\\CEOF
27300 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27301 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27303 :def
27304 _ACEOF
27305 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27306 echo 'CEOF
27307 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27308 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27309 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27310 grep . conftest.tail >/dev/null || break
27311 rm -f conftest.defines
27312 mv conftest.tail conftest.defines
27313 done
27314 rm -f conftest.defines conftest.tail
27316 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27317 cat >>$CONFIG_STATUS <<\_ACEOF
27318 if test x"$ac_file" != x-; then
27319 echo "/* $configure_input */" >"$tmp/config.h"
27320 cat "$ac_result" >>"$tmp/config.h"
27321 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27322 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27323 echo "$as_me: $ac_file is unchanged" >&6;}
27324 else
27325 rm -f $ac_file
27326 mv "$tmp/config.h" $ac_file
27328 else
27329 echo "/* $configure_input */"
27330 cat "$ac_result"
27332 rm -f "$tmp/out12"
27335 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27336 echo "$as_me: executing $ac_file commands" >&6;}
27338 esac
27341 case $ac_file$ac_mode in
27342 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27343 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27344 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27345 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27346 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27347 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27348 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27349 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27350 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27351 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27352 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27353 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27354 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27356 esac
27357 done # for ac_tag
27360 { (exit 0); exit 0; }
27361 _ACEOF
27362 chmod +x $CONFIG_STATUS
27363 ac_clean_files=$ac_clean_files_save
27366 # configure is writing to config.log, and then calls config.status.
27367 # config.status does its own redirection, appending to config.log.
27368 # Unfortunately, on DOS this fails, as config.log is still kept open
27369 # by configure, so config.status won't be able to write to it; its
27370 # output is simply discarded. So we exec the FD to /dev/null,
27371 # effectively closing config.log, so it can be properly (re)opened and
27372 # appended to by config.status. When coming back to configure, we
27373 # need to make the FD available again.
27374 if test "$no_create" != yes; then
27375 ac_cs_success=:
27376 ac_config_status_args=
27377 test "$silent" = yes &&
27378 ac_config_status_args="$ac_config_status_args --quiet"
27379 exec 5>/dev/null
27380 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27381 exec 5>>config.log
27382 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27383 # would make configure fail if this is the last instruction.
27384 $ac_cs_success || { (exit 1); exit 1; }
27388 if test "$no_create" = "yes"
27389 then
27390 exit 0
27393 ac_save_IFS="$IFS"
27394 IFS="|"
27395 if test "x$wine_notices != "x; then
27396 echo >&6
27397 for msg in $wine_notices; do
27398 if test -n "$msg"; then
27399 { echo "$as_me:$LINENO: $msg" >&5
27400 echo "$as_me: $msg" >&6;}
27402 done
27404 for msg in $wine_warnings; do
27405 if test -n "$msg"; then
27406 echo >&2
27407 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27408 echo "$as_me: WARNING: $msg" >&2;}
27410 done
27411 IFS="$ac_save_IFS"
27413 echo "
27414 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27415 " >&6