configure: Use the generic directory enabling mechanism to turn off dlls that depend...
[wine/wine64.git] / configure
blob08ea9d4b39a3c7895548abc5a1b2535cacd63b20
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 FONTSSUBDIRS
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_DLL_DIRS
779 ALL_IMPLIB_DIRS
780 ALL_TEST_DIRS
781 LIBOBJS
782 LTLIBOBJS'
783 ac_subst_files='MAKE_RULES
784 MAKE_DLL_RULES
785 MAKE_IMPLIB_RULES
786 MAKE_TEST_RULES
787 MAKE_PROG_RULES'
788 ac_precious_vars='build_alias
789 host_alias
790 target_alias
792 CFLAGS
793 LDFLAGS
794 LIBS
795 CPPFLAGS
797 CXXFLAGS
799 XMKMF
800 CPP'
803 # Initialize some variables set by options.
804 ac_init_help=
805 ac_init_version=false
806 # The variables have the same names as the options, with
807 # dashes changed to underlines.
808 cache_file=/dev/null
809 exec_prefix=NONE
810 no_create=
811 no_recursion=
812 prefix=NONE
813 program_prefix=NONE
814 program_suffix=NONE
815 program_transform_name=s,x,x,
816 silent=
817 site=
818 srcdir=
819 verbose=
820 x_includes=NONE
821 x_libraries=NONE
823 # Installation directory options.
824 # These are left unexpanded so users can "make install exec_prefix=/foo"
825 # and all the variables that are supposed to be based on exec_prefix
826 # by default will actually change.
827 # Use braces instead of parens because sh, perl, etc. also accept them.
828 # (The list follows the same order as the GNU Coding Standards.)
829 bindir='${exec_prefix}/bin'
830 sbindir='${exec_prefix}/sbin'
831 libexecdir='${exec_prefix}/libexec'
832 datarootdir='${prefix}/share'
833 datadir='${datarootdir}'
834 sysconfdir='${prefix}/etc'
835 sharedstatedir='${prefix}/com'
836 localstatedir='${prefix}/var'
837 includedir='${prefix}/include'
838 oldincludedir='/usr/include'
839 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
840 infodir='${datarootdir}/info'
841 htmldir='${docdir}'
842 dvidir='${docdir}'
843 pdfdir='${docdir}'
844 psdir='${docdir}'
845 libdir='${exec_prefix}/lib'
846 localedir='${datarootdir}/locale'
847 mandir='${datarootdir}/man'
849 ac_prev=
850 ac_dashdash=
851 for ac_option
853 # If the previous option needs an argument, assign it.
854 if test -n "$ac_prev"; then
855 eval $ac_prev=\$ac_option
856 ac_prev=
857 continue
860 case $ac_option in
861 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
862 *) ac_optarg=yes ;;
863 esac
865 # Accept the important Cygnus configure options, so we can diagnose typos.
867 case $ac_dashdash$ac_option in
869 ac_dashdash=yes ;;
871 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 ac_prev=bindir ;;
873 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
874 bindir=$ac_optarg ;;
876 -build | --build | --buil | --bui | --bu)
877 ac_prev=build_alias ;;
878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
879 build_alias=$ac_optarg ;;
881 -cache-file | --cache-file | --cache-fil | --cache-fi \
882 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 ac_prev=cache_file ;;
884 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
885 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
886 cache_file=$ac_optarg ;;
888 --config-cache | -C)
889 cache_file=config.cache ;;
891 -datadir | --datadir | --datadi | --datad)
892 ac_prev=datadir ;;
893 -datadir=* | --datadir=* | --datadi=* | --datad=*)
894 datadir=$ac_optarg ;;
896 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
897 | --dataroo | --dataro | --datar)
898 ac_prev=datarootdir ;;
899 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
900 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
901 datarootdir=$ac_optarg ;;
903 -disable-* | --disable-*)
904 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
905 # Reject names that are not valid shell variable names.
906 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
907 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
908 { (exit 1); exit 1; }; }
909 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
910 eval enable_$ac_feature=no ;;
912 -docdir | --docdir | --docdi | --doc | --do)
913 ac_prev=docdir ;;
914 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
915 docdir=$ac_optarg ;;
917 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
918 ac_prev=dvidir ;;
919 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
920 dvidir=$ac_optarg ;;
922 -enable-* | --enable-*)
923 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
924 # Reject names that are not valid shell variable names.
925 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
926 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
927 { (exit 1); exit 1; }; }
928 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
929 eval enable_$ac_feature=\$ac_optarg ;;
931 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
932 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
933 | --exec | --exe | --ex)
934 ac_prev=exec_prefix ;;
935 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
936 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
937 | --exec=* | --exe=* | --ex=*)
938 exec_prefix=$ac_optarg ;;
940 -gas | --gas | --ga | --g)
941 # Obsolete; use --with-gas.
942 with_gas=yes ;;
944 -help | --help | --hel | --he | -h)
945 ac_init_help=long ;;
946 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
947 ac_init_help=recursive ;;
948 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
949 ac_init_help=short ;;
951 -host | --host | --hos | --ho)
952 ac_prev=host_alias ;;
953 -host=* | --host=* | --hos=* | --ho=*)
954 host_alias=$ac_optarg ;;
956 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
957 ac_prev=htmldir ;;
958 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
959 | --ht=*)
960 htmldir=$ac_optarg ;;
962 -includedir | --includedir | --includedi | --included | --include \
963 | --includ | --inclu | --incl | --inc)
964 ac_prev=includedir ;;
965 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
966 | --includ=* | --inclu=* | --incl=* | --inc=*)
967 includedir=$ac_optarg ;;
969 -infodir | --infodir | --infodi | --infod | --info | --inf)
970 ac_prev=infodir ;;
971 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
972 infodir=$ac_optarg ;;
974 -libdir | --libdir | --libdi | --libd)
975 ac_prev=libdir ;;
976 -libdir=* | --libdir=* | --libdi=* | --libd=*)
977 libdir=$ac_optarg ;;
979 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
980 | --libexe | --libex | --libe)
981 ac_prev=libexecdir ;;
982 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
983 | --libexe=* | --libex=* | --libe=*)
984 libexecdir=$ac_optarg ;;
986 -localedir | --localedir | --localedi | --localed | --locale)
987 ac_prev=localedir ;;
988 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
989 localedir=$ac_optarg ;;
991 -localstatedir | --localstatedir | --localstatedi | --localstated \
992 | --localstate | --localstat | --localsta | --localst | --locals)
993 ac_prev=localstatedir ;;
994 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
995 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
996 localstatedir=$ac_optarg ;;
998 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
999 ac_prev=mandir ;;
1000 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001 mandir=$ac_optarg ;;
1003 -nfp | --nfp | --nf)
1004 # Obsolete; use --without-fp.
1005 with_fp=no ;;
1007 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1008 | --no-cr | --no-c | -n)
1009 no_create=yes ;;
1011 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1012 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1013 no_recursion=yes ;;
1015 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1016 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1017 | --oldin | --oldi | --old | --ol | --o)
1018 ac_prev=oldincludedir ;;
1019 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1020 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1021 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1022 oldincludedir=$ac_optarg ;;
1024 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1025 ac_prev=prefix ;;
1026 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1027 prefix=$ac_optarg ;;
1029 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1030 | --program-pre | --program-pr | --program-p)
1031 ac_prev=program_prefix ;;
1032 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1033 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1034 program_prefix=$ac_optarg ;;
1036 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1037 | --program-suf | --program-su | --program-s)
1038 ac_prev=program_suffix ;;
1039 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1040 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1041 program_suffix=$ac_optarg ;;
1043 -program-transform-name | --program-transform-name \
1044 | --program-transform-nam | --program-transform-na \
1045 | --program-transform-n | --program-transform- \
1046 | --program-transform | --program-transfor \
1047 | --program-transfo | --program-transf \
1048 | --program-trans | --program-tran \
1049 | --progr-tra | --program-tr | --program-t)
1050 ac_prev=program_transform_name ;;
1051 -program-transform-name=* | --program-transform-name=* \
1052 | --program-transform-nam=* | --program-transform-na=* \
1053 | --program-transform-n=* | --program-transform-=* \
1054 | --program-transform=* | --program-transfor=* \
1055 | --program-transfo=* | --program-transf=* \
1056 | --program-trans=* | --program-tran=* \
1057 | --progr-tra=* | --program-tr=* | --program-t=*)
1058 program_transform_name=$ac_optarg ;;
1060 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1061 ac_prev=pdfdir ;;
1062 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1063 pdfdir=$ac_optarg ;;
1065 -psdir | --psdir | --psdi | --psd | --ps)
1066 ac_prev=psdir ;;
1067 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1068 psdir=$ac_optarg ;;
1070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1071 | -silent | --silent | --silen | --sile | --sil)
1072 silent=yes ;;
1074 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1075 ac_prev=sbindir ;;
1076 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1077 | --sbi=* | --sb=*)
1078 sbindir=$ac_optarg ;;
1080 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1081 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1082 | --sharedst | --shareds | --shared | --share | --shar \
1083 | --sha | --sh)
1084 ac_prev=sharedstatedir ;;
1085 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1086 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1087 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1088 | --sha=* | --sh=*)
1089 sharedstatedir=$ac_optarg ;;
1091 -site | --site | --sit)
1092 ac_prev=site ;;
1093 -site=* | --site=* | --sit=*)
1094 site=$ac_optarg ;;
1096 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1097 ac_prev=srcdir ;;
1098 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1099 srcdir=$ac_optarg ;;
1101 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1102 | --syscon | --sysco | --sysc | --sys | --sy)
1103 ac_prev=sysconfdir ;;
1104 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1105 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1106 sysconfdir=$ac_optarg ;;
1108 -target | --target | --targe | --targ | --tar | --ta | --t)
1109 ac_prev=target_alias ;;
1110 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1111 target_alias=$ac_optarg ;;
1113 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1114 verbose=yes ;;
1116 -version | --version | --versio | --versi | --vers | -V)
1117 ac_init_version=: ;;
1119 -with-* | --with-*)
1120 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1123 { echo "$as_me: error: invalid package name: $ac_package" >&2
1124 { (exit 1); exit 1; }; }
1125 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1126 eval with_$ac_package=\$ac_optarg ;;
1128 -without-* | --without-*)
1129 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1130 # Reject names that are not valid shell variable names.
1131 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1132 { echo "$as_me: error: invalid package name: $ac_package" >&2
1133 { (exit 1); exit 1; }; }
1134 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1135 eval with_$ac_package=no ;;
1137 --x)
1138 # Obsolete; use --with-x.
1139 with_x=yes ;;
1141 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1142 | --x-incl | --x-inc | --x-in | --x-i)
1143 ac_prev=x_includes ;;
1144 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1145 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1146 x_includes=$ac_optarg ;;
1148 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1149 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1150 ac_prev=x_libraries ;;
1151 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1152 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1153 x_libraries=$ac_optarg ;;
1155 -*) { echo "$as_me: error: unrecognized option: $ac_option
1156 Try \`$0 --help' for more information." >&2
1157 { (exit 1); exit 1; }; }
1160 *=*)
1161 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1162 # Reject names that are not valid shell variable names.
1163 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1164 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1165 { (exit 1); exit 1; }; }
1166 eval $ac_envvar=\$ac_optarg
1167 export $ac_envvar ;;
1170 # FIXME: should be removed in autoconf 3.0.
1171 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1172 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1173 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1174 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1177 esac
1178 done
1180 if test -n "$ac_prev"; then
1181 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1182 { echo "$as_me: error: missing argument to $ac_option" >&2
1183 { (exit 1); exit 1; }; }
1186 # Be sure to have absolute directory names.
1187 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1188 datadir sysconfdir sharedstatedir localstatedir includedir \
1189 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1190 libdir localedir mandir
1192 eval ac_val=\$$ac_var
1193 case $ac_val in
1194 [\\/$]* | ?:[\\/]* ) continue;;
1195 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1196 esac
1197 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1198 { (exit 1); exit 1; }; }
1199 done
1201 # There might be people who depend on the old broken behavior: `$host'
1202 # used to hold the argument of --host etc.
1203 # FIXME: To remove some day.
1204 build=$build_alias
1205 host=$host_alias
1206 target=$target_alias
1208 # FIXME: To remove some day.
1209 if test "x$host_alias" != x; then
1210 if test "x$build_alias" = x; then
1211 cross_compiling=maybe
1212 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1213 If a cross compiler is detected then cross compile mode will be used." >&2
1214 elif test "x$build_alias" != "x$host_alias"; then
1215 cross_compiling=yes
1219 ac_tool_prefix=
1220 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1222 test "$silent" = yes && exec 6>/dev/null
1225 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1226 ac_ls_di=`ls -di .` &&
1227 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1228 { echo "$as_me: error: Working directory cannot be determined" >&2
1229 { (exit 1); exit 1; }; }
1230 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1231 { echo "$as_me: error: pwd does not report name of working directory" >&2
1232 { (exit 1); exit 1; }; }
1235 # Find the source files, if location was not specified.
1236 if test -z "$srcdir"; then
1237 ac_srcdir_defaulted=yes
1238 # Try the directory containing this script, then the parent directory.
1239 ac_confdir=`$as_dirname -- "$0" ||
1240 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1241 X"$0" : 'X\(//\)[^/]' \| \
1242 X"$0" : 'X\(//\)$' \| \
1243 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1244 echo X"$0" |
1245 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1246 s//\1/
1249 /^X\(\/\/\)[^/].*/{
1250 s//\1/
1253 /^X\(\/\/\)$/{
1254 s//\1/
1257 /^X\(\/\).*/{
1258 s//\1/
1261 s/.*/./; q'`
1262 srcdir=$ac_confdir
1263 if test ! -r "$srcdir/$ac_unique_file"; then
1264 srcdir=..
1266 else
1267 ac_srcdir_defaulted=no
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1271 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1272 { (exit 1); exit 1; }; }
1274 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1275 ac_abs_confdir=`(
1276 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1277 { (exit 1); exit 1; }; }
1278 pwd)`
1279 # When building in place, set srcdir=.
1280 if test "$ac_abs_confdir" = "$ac_pwd"; then
1281 srcdir=.
1283 # Remove unnecessary trailing slashes from srcdir.
1284 # Double slashes in file names in object file debugging info
1285 # mess up M-x gdb in Emacs.
1286 case $srcdir in
1287 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1288 esac
1289 for ac_var in $ac_precious_vars; do
1290 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1291 eval ac_env_${ac_var}_value=\$${ac_var}
1292 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1293 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1294 done
1297 # Report the --help message.
1299 if test "$ac_init_help" = "long"; then
1300 # Omit some internal or obsolete options to make the list less imposing.
1301 # This message is too long to be a string in the A/UX 3.1 sh.
1302 cat <<_ACEOF
1303 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1305 Usage: $0 [OPTION]... [VAR=VALUE]...
1307 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1308 VAR=VALUE. See below for descriptions of some of the useful variables.
1310 Defaults for the options are specified in brackets.
1312 Configuration:
1313 -h, --help display this help and exit
1314 --help=short display options specific to this package
1315 --help=recursive display the short help of all the included packages
1316 -V, --version display version information and exit
1317 -q, --quiet, --silent do not print \`checking...' messages
1318 --cache-file=FILE cache test results in FILE [disabled]
1319 -C, --config-cache alias for \`--cache-file=config.cache'
1320 -n, --no-create do not create output files
1321 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1323 Installation directories:
1324 --prefix=PREFIX install architecture-independent files in PREFIX
1325 [$ac_default_prefix]
1326 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1327 [PREFIX]
1329 By default, \`make install' will install all the files in
1330 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1331 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1332 for instance \`--prefix=\$HOME'.
1334 For better control, use the options below.
1336 Fine tuning of the installation directories:
1337 --bindir=DIR user executables [EPREFIX/bin]
1338 --sbindir=DIR system admin executables [EPREFIX/sbin]
1339 --libexecdir=DIR program executables [EPREFIX/libexec]
1340 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1341 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1342 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1343 --libdir=DIR object code libraries [EPREFIX/lib]
1344 --includedir=DIR C header files [PREFIX/include]
1345 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1346 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1347 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1348 --infodir=DIR info documentation [DATAROOTDIR/info]
1349 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1350 --mandir=DIR man documentation [DATAROOTDIR/man]
1351 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1352 --htmldir=DIR html documentation [DOCDIR]
1353 --dvidir=DIR dvi documentation [DOCDIR]
1354 --pdfdir=DIR pdf documentation [DOCDIR]
1355 --psdir=DIR ps documentation [DOCDIR]
1356 _ACEOF
1358 cat <<\_ACEOF
1360 X features:
1361 --x-includes=DIR X include files are in DIR
1362 --x-libraries=DIR X library files are in DIR
1364 System types:
1365 --build=BUILD configure for building on BUILD [guessed]
1366 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1367 _ACEOF
1370 if test -n "$ac_init_help"; then
1371 case $ac_init_help in
1372 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1373 esac
1374 cat <<\_ACEOF
1376 Optional Features:
1377 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1378 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1379 --disable-win16 do not include Win16 support
1380 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1381 binaries)
1382 --enable-maintainer-mode
1383 enable maintainer-specific build rules
1385 Optional Packages:
1386 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1387 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1388 --without-alsa do not use the Alsa sound support
1389 --without-audioio do not use the AudioIO sound support
1390 --without-capi do not use CAPI (ISDN support)
1391 --without-cms do not use CMS (color management support)
1392 --without-coreaudio do not use the CoreAudio sound support
1393 --without-cups do not use CUPS
1394 --without-curses do not use (n)curses
1395 --without-esd do not use the EsounD sound support
1396 --without-fontconfig do not use fontconfig
1397 --without-freetype do not use the FreeType library
1398 --without-gphoto do not use gphoto (Digital Camera support)
1399 --without-glu do not use the GLU library
1400 --without-hal do not use HAL (dynamic device support)
1401 --without-jack do not use the Jack sound support
1402 --without-jpeg do not use JPEG
1403 --without-ldap do not use LDAP
1404 --without-nas do not use the NAS sound support
1405 --without-opengl do not use OpenGL
1406 --without-openssl do not use OpenSSL
1407 --without-oss do not use the OSS sound support
1408 --without-png do not use PNG
1409 --without-sane do not use SANE (scanner support)
1410 --without-xcomposite do not use the Xcomposite extension
1411 --without-xcursor do not use the Xcursor extension
1412 --without-xinerama do not use Xinerama (multi-monitor support)
1413 --without-xinput do not use the Xinput extension
1414 --without-xml do not use XML
1415 --without-xrandr do not use Xrandr (resolution changes)
1416 --without-xrender do not use the Xrender extension
1417 --without-xshape do not use the Xshape extension
1418 --without-xshm do not use XShm (shared memory extension)
1419 --without-xslt do not use XSLT
1420 --without-xxf86vm do not use XFree video mode extension
1421 --with-wine-tools=DIR use Wine tools from directory DIR
1422 --with-x use the X Window System
1424 Some influential environment variables:
1425 CC C compiler command
1426 CFLAGS C compiler flags
1427 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1428 nonstandard directory <lib dir>
1429 LIBS libraries to pass to the linker, e.g. -l<library>
1430 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1431 you have headers in a nonstandard directory <include dir>
1432 CXX C++ compiler command
1433 CXXFLAGS C++ compiler flags
1434 XMKMF Path to xmkmf, Makefile generator for X Window System
1435 CPP C preprocessor
1437 Use these variables to override the choices made by `configure' or to help
1438 it to find libraries and programs with nonstandard names/locations.
1440 Report bugs to <wine-devel@winehq.org>.
1441 _ACEOF
1442 ac_status=$?
1445 if test "$ac_init_help" = "recursive"; then
1446 # If there are subdirs, report their specific --help.
1447 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1448 test -d "$ac_dir" || continue
1449 ac_builddir=.
1451 case "$ac_dir" in
1452 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1454 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1455 # A ".." for each directory in $ac_dir_suffix.
1456 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1457 case $ac_top_builddir_sub in
1458 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1460 esac ;;
1461 esac
1462 ac_abs_top_builddir=$ac_pwd
1463 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1464 # for backward compatibility:
1465 ac_top_builddir=$ac_top_build_prefix
1467 case $srcdir in
1468 .) # We are building in place.
1469 ac_srcdir=.
1470 ac_top_srcdir=$ac_top_builddir_sub
1471 ac_abs_top_srcdir=$ac_pwd ;;
1472 [\\/]* | ?:[\\/]* ) # Absolute name.
1473 ac_srcdir=$srcdir$ac_dir_suffix;
1474 ac_top_srcdir=$srcdir
1475 ac_abs_top_srcdir=$srcdir ;;
1476 *) # Relative name.
1477 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1478 ac_top_srcdir=$ac_top_build_prefix$srcdir
1479 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1480 esac
1481 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1483 cd "$ac_dir" || { ac_status=$?; continue; }
1484 # Check for guested configure.
1485 if test -f "$ac_srcdir/configure.gnu"; then
1486 echo &&
1487 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1488 elif test -f "$ac_srcdir/configure"; then
1489 echo &&
1490 $SHELL "$ac_srcdir/configure" --help=recursive
1491 else
1492 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1493 fi || ac_status=$?
1494 cd "$ac_pwd" || { ac_status=$?; break; }
1495 done
1498 test -n "$ac_init_help" && exit $ac_status
1499 if $ac_init_version; then
1500 cat <<\_ACEOF
1501 Wine configure 1.1.3
1502 generated by GNU Autoconf 2.61
1504 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1505 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1506 This configure script is free software; the Free Software Foundation
1507 gives unlimited permission to copy, distribute and modify it.
1508 _ACEOF
1509 exit
1511 cat >config.log <<_ACEOF
1512 This file contains any messages produced by compilers while
1513 running configure, to aid debugging if configure makes a mistake.
1515 It was created by Wine $as_me 1.1.3, which was
1516 generated by GNU Autoconf 2.61. Invocation command line was
1518 $ $0 $@
1520 _ACEOF
1521 exec 5>>config.log
1523 cat <<_ASUNAME
1524 ## --------- ##
1525 ## Platform. ##
1526 ## --------- ##
1528 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1529 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1530 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1531 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1532 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1534 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1535 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1537 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1538 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1539 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1540 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1541 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1542 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1543 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1545 _ASUNAME
1547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1548 for as_dir in $PATH
1550 IFS=$as_save_IFS
1551 test -z "$as_dir" && as_dir=.
1552 echo "PATH: $as_dir"
1553 done
1554 IFS=$as_save_IFS
1556 } >&5
1558 cat >&5 <<_ACEOF
1561 ## ----------- ##
1562 ## Core tests. ##
1563 ## ----------- ##
1565 _ACEOF
1568 # Keep a trace of the command line.
1569 # Strip out --no-create and --no-recursion so they do not pile up.
1570 # Strip out --silent because we don't want to record it for future runs.
1571 # Also quote any args containing shell meta-characters.
1572 # Make two passes to allow for proper duplicate-argument suppression.
1573 ac_configure_args=
1574 ac_configure_args0=
1575 ac_configure_args1=
1576 ac_must_keep_next=false
1577 for ac_pass in 1 2
1579 for ac_arg
1581 case $ac_arg in
1582 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1583 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1584 | -silent | --silent | --silen | --sile | --sil)
1585 continue ;;
1586 *\'*)
1587 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1588 esac
1589 case $ac_pass in
1590 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1592 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1593 if test $ac_must_keep_next = true; then
1594 ac_must_keep_next=false # Got value, back to normal.
1595 else
1596 case $ac_arg in
1597 *=* | --config-cache | -C | -disable-* | --disable-* \
1598 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1599 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1600 | -with-* | --with-* | -without-* | --without-* | --x)
1601 case "$ac_configure_args0 " in
1602 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1603 esac
1605 -* ) ac_must_keep_next=true ;;
1606 esac
1608 ac_configure_args="$ac_configure_args '$ac_arg'"
1610 esac
1611 done
1612 done
1613 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1614 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1616 # When interrupted or exit'd, cleanup temporary files, and complete
1617 # config.log. We remove comments because anyway the quotes in there
1618 # would cause problems or look ugly.
1619 # WARNING: Use '\'' to represent an apostrophe within the trap.
1620 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1621 trap 'exit_status=$?
1622 # Save into config.log some information that might help in debugging.
1624 echo
1626 cat <<\_ASBOX
1627 ## ---------------- ##
1628 ## Cache variables. ##
1629 ## ---------------- ##
1630 _ASBOX
1631 echo
1632 # The following way of writing the cache mishandles newlines in values,
1634 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1635 eval ac_val=\$$ac_var
1636 case $ac_val in #(
1637 *${as_nl}*)
1638 case $ac_var in #(
1639 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1640 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1641 esac
1642 case $ac_var in #(
1643 _ | IFS | as_nl) ;; #(
1644 *) $as_unset $ac_var ;;
1645 esac ;;
1646 esac
1647 done
1648 (set) 2>&1 |
1649 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1650 *${as_nl}ac_space=\ *)
1651 sed -n \
1652 "s/'\''/'\''\\\\'\'''\''/g;
1653 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1654 ;; #(
1656 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1658 esac |
1659 sort
1661 echo
1663 cat <<\_ASBOX
1664 ## ----------------- ##
1665 ## Output variables. ##
1666 ## ----------------- ##
1667 _ASBOX
1668 echo
1669 for ac_var in $ac_subst_vars
1671 eval ac_val=\$$ac_var
1672 case $ac_val in
1673 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1674 esac
1675 echo "$ac_var='\''$ac_val'\''"
1676 done | sort
1677 echo
1679 if test -n "$ac_subst_files"; then
1680 cat <<\_ASBOX
1681 ## ------------------- ##
1682 ## File substitutions. ##
1683 ## ------------------- ##
1684 _ASBOX
1685 echo
1686 for ac_var in $ac_subst_files
1688 eval ac_val=\$$ac_var
1689 case $ac_val in
1690 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1691 esac
1692 echo "$ac_var='\''$ac_val'\''"
1693 done | sort
1694 echo
1697 if test -s confdefs.h; then
1698 cat <<\_ASBOX
1699 ## ----------- ##
1700 ## confdefs.h. ##
1701 ## ----------- ##
1702 _ASBOX
1703 echo
1704 cat confdefs.h
1705 echo
1707 test "$ac_signal" != 0 &&
1708 echo "$as_me: caught signal $ac_signal"
1709 echo "$as_me: exit $exit_status"
1710 } >&5
1711 rm -f core *.core core.conftest.* &&
1712 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1713 exit $exit_status
1715 for ac_signal in 1 2 13 15; do
1716 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1717 done
1718 ac_signal=0
1720 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1721 rm -f -r conftest* confdefs.h
1723 # Predefined preprocessor variables.
1725 cat >>confdefs.h <<_ACEOF
1726 #define PACKAGE_NAME "$PACKAGE_NAME"
1727 _ACEOF
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1732 _ACEOF
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_STRING "$PACKAGE_STRING"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1747 _ACEOF
1750 # Let the site file select an alternate cache file if it wants to.
1751 # Prefer explicitly selected file to automatically selected ones.
1752 if test -n "$CONFIG_SITE"; then
1753 set x "$CONFIG_SITE"
1754 elif test "x$prefix" != xNONE; then
1755 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1756 else
1757 set x "$ac_default_prefix/share/config.site" \
1758 "$ac_default_prefix/etc/config.site"
1760 shift
1761 for ac_site_file
1763 if test -r "$ac_site_file"; then
1764 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1765 echo "$as_me: loading site script $ac_site_file" >&6;}
1766 sed 's/^/| /' "$ac_site_file" >&5
1767 . "$ac_site_file"
1769 done
1771 if test -r "$cache_file"; then
1772 # Some versions of bash will fail to source /dev/null (special
1773 # files actually), so we avoid doing that.
1774 if test -f "$cache_file"; then
1775 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1776 echo "$as_me: loading cache $cache_file" >&6;}
1777 case $cache_file in
1778 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1779 *) . "./$cache_file";;
1780 esac
1782 else
1783 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1784 echo "$as_me: creating cache $cache_file" >&6;}
1785 >$cache_file
1788 # Check that the precious variables saved in the cache have kept the same
1789 # value.
1790 ac_cache_corrupted=false
1791 for ac_var in $ac_precious_vars; do
1792 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1793 eval ac_new_set=\$ac_env_${ac_var}_set
1794 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1795 eval ac_new_val=\$ac_env_${ac_var}_value
1796 case $ac_old_set,$ac_new_set in
1797 set,)
1798 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1799 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1800 ac_cache_corrupted=: ;;
1801 ,set)
1802 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1803 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1804 ac_cache_corrupted=: ;;
1805 ,);;
1807 if test "x$ac_old_val" != "x$ac_new_val"; then
1808 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1809 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1810 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1811 echo "$as_me: former value: $ac_old_val" >&2;}
1812 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1813 echo "$as_me: current value: $ac_new_val" >&2;}
1814 ac_cache_corrupted=:
1815 fi;;
1816 esac
1817 # Pass precious variables to config.status.
1818 if test "$ac_new_set" = set; then
1819 case $ac_new_val in
1820 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1821 *) ac_arg=$ac_var=$ac_new_val ;;
1822 esac
1823 case " $ac_configure_args " in
1824 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1825 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1826 esac
1828 done
1829 if $ac_cache_corrupted; then
1830 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1831 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1832 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1833 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1834 { (exit 1); exit 1; }; }
1861 ac_ext=c
1862 ac_cpp='$CPP $CPPFLAGS'
1863 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1864 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1865 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1869 ac_config_headers="$ac_config_headers include/config.h"
1871 ac_aux_dir=
1872 for ac_dir in tools "$srcdir"/tools; do
1873 if test -f "$ac_dir/install-sh"; then
1874 ac_aux_dir=$ac_dir
1875 ac_install_sh="$ac_aux_dir/install-sh -c"
1876 break
1877 elif test -f "$ac_dir/install.sh"; then
1878 ac_aux_dir=$ac_dir
1879 ac_install_sh="$ac_aux_dir/install.sh -c"
1880 break
1881 elif test -f "$ac_dir/shtool"; then
1882 ac_aux_dir=$ac_dir
1883 ac_install_sh="$ac_aux_dir/shtool install -c"
1884 break
1886 done
1887 if test -z "$ac_aux_dir"; then
1888 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1889 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1890 { (exit 1); exit 1; }; }
1893 # These three variables are undocumented and unsupported,
1894 # and are intended to be withdrawn in a future Autoconf release.
1895 # They can cause serious problems if a builder's source tree is in a directory
1896 # whose full name contains unusual characters.
1897 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1898 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1899 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1904 # Check whether --enable-win16 was given.
1905 if test "${enable_win16+set}" = set; then
1906 enableval=$enable_win16;
1909 # Check whether --enable-win64 was given.
1910 if test "${enable_win64+set}" = set; then
1911 enableval=$enable_win64;
1914 # Check whether --enable-maintainer-mode was given.
1915 if test "${enable_maintainer_mode+set}" = set; then
1916 enableval=$enable_maintainer_mode;
1917 else
1918 MAINTAINER_MODE=\#
1924 # Check whether --with-alsa was given.
1925 if test "${with_alsa+set}" = set; then
1926 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1930 # Check whether --with-audioio was given.
1931 if test "${with_audioio+set}" = set; then
1932 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1936 # Check whether --with-capi was given.
1937 if test "${with_capi+set}" = set; then
1938 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1942 # Check whether --with-cms was given.
1943 if test "${with_cms+set}" = set; then
1944 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1948 # Check whether --with-coreaudio was given.
1949 if test "${with_coreaudio+set}" = set; then
1950 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1954 # Check whether --with-cups was given.
1955 if test "${with_cups+set}" = set; then
1956 withval=$with_cups;
1960 # Check whether --with-curses was given.
1961 if test "${with_curses+set}" = set; then
1962 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1966 # Check whether --with-esd was given.
1967 if test "${with_esd+set}" = set; then
1968 withval=$with_esd;
1972 # Check whether --with-fontconfig was given.
1973 if test "${with_fontconfig+set}" = set; then
1974 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1978 # Check whether --with-freetype was given.
1979 if test "${with_freetype+set}" = set; then
1980 withval=$with_freetype;
1984 # Check whether --with-gphoto was given.
1985 if test "${with_gphoto+set}" = set; then
1986 withval=$with_gphoto;
1990 # Check whether --with-glu was given.
1991 if test "${with_glu+set}" = set; then
1992 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1996 # Check whether --with-hal was given.
1997 if test "${with_hal+set}" = set; then
1998 withval=$with_hal;
2002 # Check whether --with-jack was given.
2003 if test "${with_jack+set}" = set; then
2004 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2008 # Check whether --with-jpeg was given.
2009 if test "${with_jpeg+set}" = set; then
2010 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2014 # Check whether --with-ldap was given.
2015 if test "${with_ldap+set}" = set; then
2016 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2020 # Check whether --with-nas was given.
2021 if test "${with_nas+set}" = set; then
2022 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2026 # Check whether --with-opengl was given.
2027 if test "${with_opengl+set}" = set; then
2028 withval=$with_opengl;
2032 # Check whether --with-openssl was given.
2033 if test "${with_openssl+set}" = set; then
2034 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2038 # Check whether --with-oss was given.
2039 if test "${with_oss+set}" = set; then
2040 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
2044 # Check whether --with-png was given.
2045 if test "${with_png+set}" = set; then
2046 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2050 # Check whether --with-sane was given.
2051 if test "${with_sane+set}" = set; then
2052 withval=$with_sane;
2056 # Check whether --with-xcomposite was given.
2057 if test "${with_xcomposite+set}" = set; then
2058 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2062 # Check whether --with-xcursor was given.
2063 if test "${with_xcursor+set}" = set; then
2064 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2068 # Check whether --with-xinerama was given.
2069 if test "${with_xinerama+set}" = set; then
2070 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2074 # Check whether --with-xinput was given.
2075 if test "${with_xinput+set}" = set; then
2076 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2080 # Check whether --with-xml was given.
2081 if test "${with_xml+set}" = set; then
2082 withval=$with_xml;
2086 # Check whether --with-xrandr was given.
2087 if test "${with_xrandr+set}" = set; then
2088 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2092 # Check whether --with-xrender was given.
2093 if test "${with_xrender+set}" = set; then
2094 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2098 # Check whether --with-xshape was given.
2099 if test "${with_xshape+set}" = set; then
2100 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2104 # Check whether --with-xshm was given.
2105 if test "${with_xshm+set}" = set; then
2106 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2110 # Check whether --with-xslt was given.
2111 if test "${with_xslt+set}" = set; then
2112 withval=$with_xslt;
2116 # Check whether --with-xxf86vm was given.
2117 if test "${with_xxf86vm+set}" = set; then
2118 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2123 # Check whether --with-wine-tools was given.
2124 if test "${with_wine_tools+set}" = set; then
2125 withval=$with_wine_tools;
2129 # Make sure we can run config.sub.
2130 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2131 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2132 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2133 { (exit 1); exit 1; }; }
2135 { echo "$as_me:$LINENO: checking build system type" >&5
2136 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2137 if test "${ac_cv_build+set}" = set; then
2138 echo $ECHO_N "(cached) $ECHO_C" >&6
2139 else
2140 ac_build_alias=$build_alias
2141 test "x$ac_build_alias" = x &&
2142 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2143 test "x$ac_build_alias" = x &&
2144 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2145 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2146 { (exit 1); exit 1; }; }
2147 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2148 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2149 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2150 { (exit 1); exit 1; }; }
2153 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2154 echo "${ECHO_T}$ac_cv_build" >&6; }
2155 case $ac_cv_build in
2156 *-*-*) ;;
2157 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2158 echo "$as_me: error: invalid value of canonical build" >&2;}
2159 { (exit 1); exit 1; }; };;
2160 esac
2161 build=$ac_cv_build
2162 ac_save_IFS=$IFS; IFS='-'
2163 set x $ac_cv_build
2164 shift
2165 build_cpu=$1
2166 build_vendor=$2
2167 shift; shift
2168 # Remember, the first character of IFS is used to create $*,
2169 # except with old shells:
2170 build_os=$*
2171 IFS=$ac_save_IFS
2172 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2175 { echo "$as_me:$LINENO: checking host system type" >&5
2176 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2177 if test "${ac_cv_host+set}" = set; then
2178 echo $ECHO_N "(cached) $ECHO_C" >&6
2179 else
2180 if test "x$host_alias" = x; then
2181 ac_cv_host=$ac_cv_build
2182 else
2183 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2184 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2185 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2186 { (exit 1); exit 1; }; }
2190 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2191 echo "${ECHO_T}$ac_cv_host" >&6; }
2192 case $ac_cv_host in
2193 *-*-*) ;;
2194 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2195 echo "$as_me: error: invalid value of canonical host" >&2;}
2196 { (exit 1); exit 1; }; };;
2197 esac
2198 host=$ac_cv_host
2199 ac_save_IFS=$IFS; IFS='-'
2200 set x $ac_cv_host
2201 shift
2202 host_cpu=$1
2203 host_vendor=$2
2204 shift; shift
2205 # Remember, the first character of IFS is used to create $*,
2206 # except with old shells:
2207 host_os=$*
2208 IFS=$ac_save_IFS
2209 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2212 case $host in
2213 x86_64*linux*)
2214 if test "x$enable_win64" != "xyes"
2215 then
2216 test -n "$CC" || CC="gcc -m32"
2217 test -n "$CXX"|| CXX="g++ -m32"
2218 test -n "$LD" || LD="ld -m elf_i386"
2219 test -n "$AS" || AS="as --32"
2220 host_cpu="i386"
2223 esac
2225 case $host_cpu in
2226 *i[3456789]86*)
2227 if test "x$enable_win16" != "xno"
2228 then
2229 enable_win16="yes"
2232 esac
2234 WIN16_FILES="\$(WIN16_FILES)"
2236 WIN16_INSTALL="\$(WIN16_INSTALL)"
2238 if test "x$enable_win16" != "xyes"
2239 then
2240 WIN16_FILES=""
2241 WIN16_INSTALL=""
2244 case "$srcdir" in
2245 .) ;;
2246 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2247 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2248 You need to run 'make distclean' in the source tree first." >&5
2249 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&2;}
2251 { (exit 1); exit 1; }; }
2252 fi ;;
2253 esac
2256 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2257 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2258 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2259 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2260 echo $ECHO_N "(cached) $ECHO_C" >&6
2261 else
2262 cat >conftest.make <<\_ACEOF
2263 SHELL = /bin/sh
2264 all:
2265 @echo '@@@%%%=$(MAKE)=@@@%%%'
2266 _ACEOF
2267 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2268 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2269 *@@@%%%=?*=@@@%%%*)
2270 eval ac_cv_prog_make_${ac_make}_set=yes;;
2272 eval ac_cv_prog_make_${ac_make}_set=no;;
2273 esac
2274 rm -f conftest.make
2276 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2277 { echo "$as_me:$LINENO: result: yes" >&5
2278 echo "${ECHO_T}yes" >&6; }
2279 SET_MAKE=
2280 else
2281 { echo "$as_me:$LINENO: result: no" >&5
2282 echo "${ECHO_T}no" >&6; }
2283 SET_MAKE="MAKE=${MAKE-make}"
2286 ac_ext=c
2287 ac_cpp='$CPP $CPPFLAGS'
2288 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2289 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2290 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2291 if test -n "$ac_tool_prefix"; then
2292 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2293 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2296 if test "${ac_cv_prog_CC+set}" = set; then
2297 echo $ECHO_N "(cached) $ECHO_C" >&6
2298 else
2299 if test -n "$CC"; then
2300 ac_cv_prog_CC="$CC" # Let the user override the test.
2301 else
2302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2303 for as_dir in $PATH
2305 IFS=$as_save_IFS
2306 test -z "$as_dir" && as_dir=.
2307 for ac_exec_ext in '' $ac_executable_extensions; do
2308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2309 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2311 break 2
2313 done
2314 done
2315 IFS=$as_save_IFS
2319 CC=$ac_cv_prog_CC
2320 if test -n "$CC"; then
2321 { echo "$as_me:$LINENO: result: $CC" >&5
2322 echo "${ECHO_T}$CC" >&6; }
2323 else
2324 { echo "$as_me:$LINENO: result: no" >&5
2325 echo "${ECHO_T}no" >&6; }
2330 if test -z "$ac_cv_prog_CC"; then
2331 ac_ct_CC=$CC
2332 # Extract the first word of "gcc", so it can be a program name with args.
2333 set dummy gcc; ac_word=$2
2334 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2336 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2337 echo $ECHO_N "(cached) $ECHO_C" >&6
2338 else
2339 if test -n "$ac_ct_CC"; then
2340 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2341 else
2342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2343 for as_dir in $PATH
2345 IFS=$as_save_IFS
2346 test -z "$as_dir" && as_dir=.
2347 for ac_exec_ext in '' $ac_executable_extensions; do
2348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2349 ac_cv_prog_ac_ct_CC="gcc"
2350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2351 break 2
2353 done
2354 done
2355 IFS=$as_save_IFS
2359 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2360 if test -n "$ac_ct_CC"; then
2361 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2362 echo "${ECHO_T}$ac_ct_CC" >&6; }
2363 else
2364 { echo "$as_me:$LINENO: result: no" >&5
2365 echo "${ECHO_T}no" >&6; }
2368 if test "x$ac_ct_CC" = x; then
2369 CC=""
2370 else
2371 case $cross_compiling:$ac_tool_warned in
2372 yes:)
2373 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2374 whose name does not start with the host triplet. If you think this
2375 configuration is useful to you, please write to autoconf@gnu.org." >&5
2376 echo "$as_me: 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." >&2;}
2379 ac_tool_warned=yes ;;
2380 esac
2381 CC=$ac_ct_CC
2383 else
2384 CC="$ac_cv_prog_CC"
2387 if test -z "$CC"; then
2388 if test -n "$ac_tool_prefix"; then
2389 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2390 set dummy ${ac_tool_prefix}cc; ac_word=$2
2391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2393 if test "${ac_cv_prog_CC+set}" = set; then
2394 echo $ECHO_N "(cached) $ECHO_C" >&6
2395 else
2396 if test -n "$CC"; then
2397 ac_cv_prog_CC="$CC" # Let the user override the test.
2398 else
2399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2400 for as_dir in $PATH
2402 IFS=$as_save_IFS
2403 test -z "$as_dir" && as_dir=.
2404 for ac_exec_ext in '' $ac_executable_extensions; do
2405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2406 ac_cv_prog_CC="${ac_tool_prefix}cc"
2407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2408 break 2
2410 done
2411 done
2412 IFS=$as_save_IFS
2416 CC=$ac_cv_prog_CC
2417 if test -n "$CC"; then
2418 { echo "$as_me:$LINENO: result: $CC" >&5
2419 echo "${ECHO_T}$CC" >&6; }
2420 else
2421 { echo "$as_me:$LINENO: result: no" >&5
2422 echo "${ECHO_T}no" >&6; }
2428 if test -z "$CC"; then
2429 # Extract the first word of "cc", so it can be a program name with args.
2430 set dummy cc; ac_word=$2
2431 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2432 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2433 if test "${ac_cv_prog_CC+set}" = set; then
2434 echo $ECHO_N "(cached) $ECHO_C" >&6
2435 else
2436 if test -n "$CC"; then
2437 ac_cv_prog_CC="$CC" # Let the user override the test.
2438 else
2439 ac_prog_rejected=no
2440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2441 for as_dir in $PATH
2443 IFS=$as_save_IFS
2444 test -z "$as_dir" && as_dir=.
2445 for ac_exec_ext in '' $ac_executable_extensions; do
2446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2447 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2448 ac_prog_rejected=yes
2449 continue
2451 ac_cv_prog_CC="cc"
2452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2453 break 2
2455 done
2456 done
2457 IFS=$as_save_IFS
2459 if test $ac_prog_rejected = yes; then
2460 # We found a bogon in the path, so make sure we never use it.
2461 set dummy $ac_cv_prog_CC
2462 shift
2463 if test $# != 0; then
2464 # We chose a different compiler from the bogus one.
2465 # However, it has the same basename, so the bogon will be chosen
2466 # first if we set CC to just the basename; use the full file name.
2467 shift
2468 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2473 CC=$ac_cv_prog_CC
2474 if test -n "$CC"; then
2475 { echo "$as_me:$LINENO: result: $CC" >&5
2476 echo "${ECHO_T}$CC" >&6; }
2477 else
2478 { echo "$as_me:$LINENO: result: no" >&5
2479 echo "${ECHO_T}no" >&6; }
2484 if test -z "$CC"; then
2485 if test -n "$ac_tool_prefix"; then
2486 for ac_prog in cl.exe
2488 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2489 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2492 if test "${ac_cv_prog_CC+set}" = set; then
2493 echo $ECHO_N "(cached) $ECHO_C" >&6
2494 else
2495 if test -n "$CC"; then
2496 ac_cv_prog_CC="$CC" # Let the user override the test.
2497 else
2498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2499 for as_dir in $PATH
2501 IFS=$as_save_IFS
2502 test -z "$as_dir" && as_dir=.
2503 for ac_exec_ext in '' $ac_executable_extensions; do
2504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2505 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2507 break 2
2509 done
2510 done
2511 IFS=$as_save_IFS
2515 CC=$ac_cv_prog_CC
2516 if test -n "$CC"; then
2517 { echo "$as_me:$LINENO: result: $CC" >&5
2518 echo "${ECHO_T}$CC" >&6; }
2519 else
2520 { echo "$as_me:$LINENO: result: no" >&5
2521 echo "${ECHO_T}no" >&6; }
2525 test -n "$CC" && break
2526 done
2528 if test -z "$CC"; then
2529 ac_ct_CC=$CC
2530 for ac_prog in cl.exe
2532 # Extract the first word of "$ac_prog", so it can be a program name with args.
2533 set dummy $ac_prog; ac_word=$2
2534 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2536 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2537 echo $ECHO_N "(cached) $ECHO_C" >&6
2538 else
2539 if test -n "$ac_ct_CC"; then
2540 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2541 else
2542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2543 for as_dir in $PATH
2545 IFS=$as_save_IFS
2546 test -z "$as_dir" && as_dir=.
2547 for ac_exec_ext in '' $ac_executable_extensions; do
2548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2549 ac_cv_prog_ac_ct_CC="$ac_prog"
2550 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2551 break 2
2553 done
2554 done
2555 IFS=$as_save_IFS
2559 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2560 if test -n "$ac_ct_CC"; then
2561 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2562 echo "${ECHO_T}$ac_ct_CC" >&6; }
2563 else
2564 { echo "$as_me:$LINENO: result: no" >&5
2565 echo "${ECHO_T}no" >&6; }
2569 test -n "$ac_ct_CC" && break
2570 done
2572 if test "x$ac_ct_CC" = x; then
2573 CC=""
2574 else
2575 case $cross_compiling:$ac_tool_warned in
2576 yes:)
2577 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2578 whose name does not start with the host triplet. If you think this
2579 configuration is useful to you, please write to autoconf@gnu.org." >&5
2580 echo "$as_me: 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." >&2;}
2583 ac_tool_warned=yes ;;
2584 esac
2585 CC=$ac_ct_CC
2592 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2593 See \`config.log' for more details." >&5
2594 echo "$as_me: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&2;}
2596 { (exit 1); exit 1; }; }
2598 # Provide some information about the compiler.
2599 echo "$as_me:$LINENO: checking for C compiler version" >&5
2600 ac_compiler=`set X $ac_compile; echo $2`
2601 { (ac_try="$ac_compiler --version >&5"
2602 case "(($ac_try" in
2603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2604 *) ac_try_echo=$ac_try;;
2605 esac
2606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2607 (eval "$ac_compiler --version >&5") 2>&5
2608 ac_status=$?
2609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610 (exit $ac_status); }
2611 { (ac_try="$ac_compiler -v >&5"
2612 case "(($ac_try" in
2613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2614 *) ac_try_echo=$ac_try;;
2615 esac
2616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2617 (eval "$ac_compiler -v >&5") 2>&5
2618 ac_status=$?
2619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2620 (exit $ac_status); }
2621 { (ac_try="$ac_compiler -V >&5"
2622 case "(($ac_try" in
2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2625 esac
2626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2627 (eval "$ac_compiler -V >&5") 2>&5
2628 ac_status=$?
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); }
2632 cat >conftest.$ac_ext <<_ACEOF
2633 /* confdefs.h. */
2634 _ACEOF
2635 cat confdefs.h >>conftest.$ac_ext
2636 cat >>conftest.$ac_ext <<_ACEOF
2637 /* end confdefs.h. */
2640 main ()
2644 return 0;
2646 _ACEOF
2647 ac_clean_files_save=$ac_clean_files
2648 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2649 # Try to create an executable without -o first, disregard a.out.
2650 # It will help us diagnose broken compilers, and finding out an intuition
2651 # of exeext.
2652 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2653 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2654 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2656 # List of possible output files, starting from the most likely.
2657 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2658 # only as a last resort. b.out is created by i960 compilers.
2659 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2661 # The IRIX 6 linker writes into existing files which may not be
2662 # executable, retaining their permissions. Remove them first so a
2663 # subsequent execution test works.
2664 ac_rmfiles=
2665 for ac_file in $ac_files
2667 case $ac_file in
2668 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2669 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2670 esac
2671 done
2672 rm -f $ac_rmfiles
2674 if { (ac_try="$ac_link_default"
2675 case "(($ac_try" in
2676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2677 *) ac_try_echo=$ac_try;;
2678 esac
2679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2680 (eval "$ac_link_default") 2>&5
2681 ac_status=$?
2682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2683 (exit $ac_status); }; then
2684 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2685 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2686 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2687 # so that the user can short-circuit this test for compilers unknown to
2688 # Autoconf.
2689 for ac_file in $ac_files ''
2691 test -f "$ac_file" || continue
2692 case $ac_file in
2693 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2695 [ab].out )
2696 # We found the default executable, but exeext='' is most
2697 # certainly right.
2698 break;;
2699 *.* )
2700 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2701 then :; else
2702 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2704 # We set ac_cv_exeext here because the later test for it is not
2705 # safe: cross compilers may not add the suffix if given an `-o'
2706 # argument, so we may need to know it at that point already.
2707 # Even if this section looks crufty: it has the advantage of
2708 # actually working.
2709 break;;
2711 break;;
2712 esac
2713 done
2714 test "$ac_cv_exeext" = no && ac_cv_exeext=
2716 else
2717 ac_file=''
2720 { echo "$as_me:$LINENO: result: $ac_file" >&5
2721 echo "${ECHO_T}$ac_file" >&6; }
2722 if test -z "$ac_file"; then
2723 echo "$as_me: failed program was:" >&5
2724 sed 's/^/| /' conftest.$ac_ext >&5
2726 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2727 See \`config.log' for more details." >&5
2728 echo "$as_me: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&2;}
2730 { (exit 77); exit 77; }; }
2733 ac_exeext=$ac_cv_exeext
2735 # Check that the compiler produces executables we can run. If not, either
2736 # the compiler is broken, or we cross compile.
2737 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2738 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2739 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2740 # If not cross compiling, check that we can run a simple program.
2741 if test "$cross_compiling" != yes; then
2742 if { ac_try='./$ac_file'
2743 { (case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2748 (eval "$ac_try") 2>&5
2749 ac_status=$?
2750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2751 (exit $ac_status); }; }; then
2752 cross_compiling=no
2753 else
2754 if test "$cross_compiling" = maybe; then
2755 cross_compiling=yes
2756 else
2757 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2758 If you meant to cross compile, use \`--host'.
2759 See \`config.log' for more details." >&5
2760 echo "$as_me: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details." >&2;}
2763 { (exit 1); exit 1; }; }
2767 { echo "$as_me:$LINENO: result: yes" >&5
2768 echo "${ECHO_T}yes" >&6; }
2770 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2771 ac_clean_files=$ac_clean_files_save
2772 # Check that the compiler produces executables we can run. If not, either
2773 # the compiler is broken, or we cross compile.
2774 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2775 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2776 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2777 echo "${ECHO_T}$cross_compiling" >&6; }
2779 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2780 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2781 if { (ac_try="$ac_link"
2782 case "(($ac_try" in
2783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2784 *) ac_try_echo=$ac_try;;
2785 esac
2786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2787 (eval "$ac_link") 2>&5
2788 ac_status=$?
2789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790 (exit $ac_status); }; then
2791 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2792 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2793 # work properly (i.e., refer to `conftest.exe'), while it won't with
2794 # `rm'.
2795 for ac_file in conftest.exe conftest conftest.*; do
2796 test -f "$ac_file" || continue
2797 case $ac_file in
2798 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2799 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2800 break;;
2801 * ) break;;
2802 esac
2803 done
2804 else
2805 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2806 See \`config.log' for more details." >&5
2807 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&2;}
2809 { (exit 1); exit 1; }; }
2812 rm -f conftest$ac_cv_exeext
2813 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2814 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2816 rm -f conftest.$ac_ext
2817 EXEEXT=$ac_cv_exeext
2818 ac_exeext=$EXEEXT
2819 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2820 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2821 if test "${ac_cv_objext+set}" = set; then
2822 echo $ECHO_N "(cached) $ECHO_C" >&6
2823 else
2824 cat >conftest.$ac_ext <<_ACEOF
2825 /* confdefs.h. */
2826 _ACEOF
2827 cat confdefs.h >>conftest.$ac_ext
2828 cat >>conftest.$ac_ext <<_ACEOF
2829 /* end confdefs.h. */
2832 main ()
2836 return 0;
2838 _ACEOF
2839 rm -f conftest.o conftest.obj
2840 if { (ac_try="$ac_compile"
2841 case "(($ac_try" in
2842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2843 *) ac_try_echo=$ac_try;;
2844 esac
2845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2846 (eval "$ac_compile") 2>&5
2847 ac_status=$?
2848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2849 (exit $ac_status); }; then
2850 for ac_file in conftest.o conftest.obj conftest.*; do
2851 test -f "$ac_file" || continue;
2852 case $ac_file in
2853 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2854 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2855 break;;
2856 esac
2857 done
2858 else
2859 echo "$as_me: failed program was:" >&5
2860 sed 's/^/| /' conftest.$ac_ext >&5
2862 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2863 See \`config.log' for more details." >&5
2864 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log' for more details." >&2;}
2866 { (exit 1); exit 1; }; }
2869 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2871 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2872 echo "${ECHO_T}$ac_cv_objext" >&6; }
2873 OBJEXT=$ac_cv_objext
2874 ac_objext=$OBJEXT
2875 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2876 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2877 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2878 echo $ECHO_N "(cached) $ECHO_C" >&6
2879 else
2880 cat >conftest.$ac_ext <<_ACEOF
2881 /* confdefs.h. */
2882 _ACEOF
2883 cat confdefs.h >>conftest.$ac_ext
2884 cat >>conftest.$ac_ext <<_ACEOF
2885 /* end confdefs.h. */
2888 main ()
2890 #ifndef __GNUC__
2891 choke me
2892 #endif
2895 return 0;
2897 _ACEOF
2898 rm -f conftest.$ac_objext
2899 if { (ac_try="$ac_compile"
2900 case "(($ac_try" in
2901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2902 *) ac_try_echo=$ac_try;;
2903 esac
2904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2905 (eval "$ac_compile") 2>conftest.er1
2906 ac_status=$?
2907 grep -v '^ *+' conftest.er1 >conftest.err
2908 rm -f conftest.er1
2909 cat conftest.err >&5
2910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); } && {
2912 test -z "$ac_c_werror_flag" ||
2913 test ! -s conftest.err
2914 } && test -s conftest.$ac_objext; then
2915 ac_compiler_gnu=yes
2916 else
2917 echo "$as_me: failed program was:" >&5
2918 sed 's/^/| /' conftest.$ac_ext >&5
2920 ac_compiler_gnu=no
2923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2924 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2927 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2928 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2929 GCC=`test $ac_compiler_gnu = yes && echo yes`
2930 ac_test_CFLAGS=${CFLAGS+set}
2931 ac_save_CFLAGS=$CFLAGS
2932 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2933 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2934 if test "${ac_cv_prog_cc_g+set}" = set; then
2935 echo $ECHO_N "(cached) $ECHO_C" >&6
2936 else
2937 ac_save_c_werror_flag=$ac_c_werror_flag
2938 ac_c_werror_flag=yes
2939 ac_cv_prog_cc_g=no
2940 CFLAGS="-g"
2941 cat >conftest.$ac_ext <<_ACEOF
2942 /* confdefs.h. */
2943 _ACEOF
2944 cat confdefs.h >>conftest.$ac_ext
2945 cat >>conftest.$ac_ext <<_ACEOF
2946 /* end confdefs.h. */
2949 main ()
2953 return 0;
2955 _ACEOF
2956 rm -f conftest.$ac_objext
2957 if { (ac_try="$ac_compile"
2958 case "(($ac_try" in
2959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2960 *) ac_try_echo=$ac_try;;
2961 esac
2962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2963 (eval "$ac_compile") 2>conftest.er1
2964 ac_status=$?
2965 grep -v '^ *+' conftest.er1 >conftest.err
2966 rm -f conftest.er1
2967 cat conftest.err >&5
2968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2969 (exit $ac_status); } && {
2970 test -z "$ac_c_werror_flag" ||
2971 test ! -s conftest.err
2972 } && test -s conftest.$ac_objext; then
2973 ac_cv_prog_cc_g=yes
2974 else
2975 echo "$as_me: failed program was:" >&5
2976 sed 's/^/| /' conftest.$ac_ext >&5
2978 CFLAGS=""
2979 cat >conftest.$ac_ext <<_ACEOF
2980 /* confdefs.h. */
2981 _ACEOF
2982 cat confdefs.h >>conftest.$ac_ext
2983 cat >>conftest.$ac_ext <<_ACEOF
2984 /* end confdefs.h. */
2987 main ()
2991 return 0;
2993 _ACEOF
2994 rm -f conftest.$ac_objext
2995 if { (ac_try="$ac_compile"
2996 case "(($ac_try" in
2997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2998 *) ac_try_echo=$ac_try;;
2999 esac
3000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3001 (eval "$ac_compile") 2>conftest.er1
3002 ac_status=$?
3003 grep -v '^ *+' conftest.er1 >conftest.err
3004 rm -f conftest.er1
3005 cat conftest.err >&5
3006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3007 (exit $ac_status); } && {
3008 test -z "$ac_c_werror_flag" ||
3009 test ! -s conftest.err
3010 } && test -s conftest.$ac_objext; then
3012 else
3013 echo "$as_me: failed program was:" >&5
3014 sed 's/^/| /' conftest.$ac_ext >&5
3016 ac_c_werror_flag=$ac_save_c_werror_flag
3017 CFLAGS="-g"
3018 cat >conftest.$ac_ext <<_ACEOF
3019 /* confdefs.h. */
3020 _ACEOF
3021 cat confdefs.h >>conftest.$ac_ext
3022 cat >>conftest.$ac_ext <<_ACEOF
3023 /* end confdefs.h. */
3026 main ()
3030 return 0;
3032 _ACEOF
3033 rm -f conftest.$ac_objext
3034 if { (ac_try="$ac_compile"
3035 case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038 esac
3039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_cv_prog_cc_g=yes
3051 else
3052 echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 ac_c_werror_flag=$ac_save_c_werror_flag
3067 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3068 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3069 if test "$ac_test_CFLAGS" = set; then
3070 CFLAGS=$ac_save_CFLAGS
3071 elif test $ac_cv_prog_cc_g = yes; then
3072 if test "$GCC" = yes; then
3073 CFLAGS="-g -O2"
3074 else
3075 CFLAGS="-g"
3077 else
3078 if test "$GCC" = yes; then
3079 CFLAGS="-O2"
3080 else
3081 CFLAGS=
3084 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3085 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3086 if test "${ac_cv_prog_cc_c89+set}" = set; then
3087 echo $ECHO_N "(cached) $ECHO_C" >&6
3088 else
3089 ac_cv_prog_cc_c89=no
3090 ac_save_CC=$CC
3091 cat >conftest.$ac_ext <<_ACEOF
3092 /* confdefs.h. */
3093 _ACEOF
3094 cat confdefs.h >>conftest.$ac_ext
3095 cat >>conftest.$ac_ext <<_ACEOF
3096 /* end confdefs.h. */
3097 #include <stdarg.h>
3098 #include <stdio.h>
3099 #include <sys/types.h>
3100 #include <sys/stat.h>
3101 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3102 struct buf { int x; };
3103 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3104 static char *e (p, i)
3105 char **p;
3106 int i;
3108 return p[i];
3110 static char *f (char * (*g) (char **, int), char **p, ...)
3112 char *s;
3113 va_list v;
3114 va_start (v,p);
3115 s = g (p, va_arg (v,int));
3116 va_end (v);
3117 return s;
3120 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3121 function prototypes and stuff, but not '\xHH' hex character constants.
3122 These don't provoke an error unfortunately, instead are silently treated
3123 as 'x'. The following induces an error, until -std is added to get
3124 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3125 array size at least. It's necessary to write '\x00'==0 to get something
3126 that's true only with -std. */
3127 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3129 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3130 inside strings and character constants. */
3131 #define FOO(x) 'x'
3132 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3134 int test (int i, double x);
3135 struct s1 {int (*f) (int a);};
3136 struct s2 {int (*f) (double a);};
3137 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3138 int argc;
3139 char **argv;
3141 main ()
3143 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3145 return 0;
3147 _ACEOF
3148 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3149 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3151 CC="$ac_save_CC $ac_arg"
3152 rm -f conftest.$ac_objext
3153 if { (ac_try="$ac_compile"
3154 case "(($ac_try" in
3155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3156 *) ac_try_echo=$ac_try;;
3157 esac
3158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3159 (eval "$ac_compile") 2>conftest.er1
3160 ac_status=$?
3161 grep -v '^ *+' conftest.er1 >conftest.err
3162 rm -f conftest.er1
3163 cat conftest.err >&5
3164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3165 (exit $ac_status); } && {
3166 test -z "$ac_c_werror_flag" ||
3167 test ! -s conftest.err
3168 } && test -s conftest.$ac_objext; then
3169 ac_cv_prog_cc_c89=$ac_arg
3170 else
3171 echo "$as_me: failed program was:" >&5
3172 sed 's/^/| /' conftest.$ac_ext >&5
3177 rm -f core conftest.err conftest.$ac_objext
3178 test "x$ac_cv_prog_cc_c89" != "xno" && break
3179 done
3180 rm -f conftest.$ac_ext
3181 CC=$ac_save_CC
3184 # AC_CACHE_VAL
3185 case "x$ac_cv_prog_cc_c89" in
3187 { echo "$as_me:$LINENO: result: none needed" >&5
3188 echo "${ECHO_T}none needed" >&6; } ;;
3189 xno)
3190 { echo "$as_me:$LINENO: result: unsupported" >&5
3191 echo "${ECHO_T}unsupported" >&6; } ;;
3193 CC="$CC $ac_cv_prog_cc_c89"
3194 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3195 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3196 esac
3199 ac_ext=c
3200 ac_cpp='$CPP $CPPFLAGS'
3201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3205 ac_ext=cpp
3206 ac_cpp='$CXXCPP $CPPFLAGS'
3207 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3208 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3209 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3210 if test -z "$CXX"; then
3211 if test -n "$CCC"; then
3212 CXX=$CCC
3213 else
3214 if test -n "$ac_tool_prefix"; then
3215 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3217 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3218 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3219 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3220 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3221 if test "${ac_cv_prog_CXX+set}" = set; then
3222 echo $ECHO_N "(cached) $ECHO_C" >&6
3223 else
3224 if test -n "$CXX"; then
3225 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3226 else
3227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3228 for as_dir in $PATH
3230 IFS=$as_save_IFS
3231 test -z "$as_dir" && as_dir=.
3232 for ac_exec_ext in '' $ac_executable_extensions; do
3233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3234 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3235 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3236 break 2
3238 done
3239 done
3240 IFS=$as_save_IFS
3244 CXX=$ac_cv_prog_CXX
3245 if test -n "$CXX"; then
3246 { echo "$as_me:$LINENO: result: $CXX" >&5
3247 echo "${ECHO_T}$CXX" >&6; }
3248 else
3249 { echo "$as_me:$LINENO: result: no" >&5
3250 echo "${ECHO_T}no" >&6; }
3254 test -n "$CXX" && break
3255 done
3257 if test -z "$CXX"; then
3258 ac_ct_CXX=$CXX
3259 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3261 # Extract the first word of "$ac_prog", so it can be a program name with args.
3262 set dummy $ac_prog; ac_word=$2
3263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3265 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3266 echo $ECHO_N "(cached) $ECHO_C" >&6
3267 else
3268 if test -n "$ac_ct_CXX"; then
3269 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3270 else
3271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3272 for as_dir in $PATH
3274 IFS=$as_save_IFS
3275 test -z "$as_dir" && as_dir=.
3276 for ac_exec_ext in '' $ac_executable_extensions; do
3277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3278 ac_cv_prog_ac_ct_CXX="$ac_prog"
3279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3280 break 2
3282 done
3283 done
3284 IFS=$as_save_IFS
3288 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3289 if test -n "$ac_ct_CXX"; then
3290 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3291 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3292 else
3293 { echo "$as_me:$LINENO: result: no" >&5
3294 echo "${ECHO_T}no" >&6; }
3298 test -n "$ac_ct_CXX" && break
3299 done
3301 if test "x$ac_ct_CXX" = x; then
3302 CXX="g++"
3303 else
3304 case $cross_compiling:$ac_tool_warned in
3305 yes:)
3306 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3307 whose name does not start with the host triplet. If you think this
3308 configuration is useful to you, please write to autoconf@gnu.org." >&5
3309 echo "$as_me: 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." >&2;}
3312 ac_tool_warned=yes ;;
3313 esac
3314 CXX=$ac_ct_CXX
3320 # Provide some information about the compiler.
3321 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3322 ac_compiler=`set X $ac_compile; echo $2`
3323 { (ac_try="$ac_compiler --version >&5"
3324 case "(($ac_try" in
3325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326 *) ac_try_echo=$ac_try;;
3327 esac
3328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3329 (eval "$ac_compiler --version >&5") 2>&5
3330 ac_status=$?
3331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3332 (exit $ac_status); }
3333 { (ac_try="$ac_compiler -v >&5"
3334 case "(($ac_try" in
3335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3336 *) ac_try_echo=$ac_try;;
3337 esac
3338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3339 (eval "$ac_compiler -v >&5") 2>&5
3340 ac_status=$?
3341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3342 (exit $ac_status); }
3343 { (ac_try="$ac_compiler -V >&5"
3344 case "(($ac_try" in
3345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3347 esac
3348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3349 (eval "$ac_compiler -V >&5") 2>&5
3350 ac_status=$?
3351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352 (exit $ac_status); }
3354 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3355 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3356 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3357 echo $ECHO_N "(cached) $ECHO_C" >&6
3358 else
3359 cat >conftest.$ac_ext <<_ACEOF
3360 /* confdefs.h. */
3361 _ACEOF
3362 cat confdefs.h >>conftest.$ac_ext
3363 cat >>conftest.$ac_ext <<_ACEOF
3364 /* end confdefs.h. */
3367 main ()
3369 #ifndef __GNUC__
3370 choke me
3371 #endif
3374 return 0;
3376 _ACEOF
3377 rm -f conftest.$ac_objext
3378 if { (ac_try="$ac_compile"
3379 case "(($ac_try" in
3380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3381 *) ac_try_echo=$ac_try;;
3382 esac
3383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3384 (eval "$ac_compile") 2>conftest.er1
3385 ac_status=$?
3386 grep -v '^ *+' conftest.er1 >conftest.err
3387 rm -f conftest.er1
3388 cat conftest.err >&5
3389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3390 (exit $ac_status); } && {
3391 test -z "$ac_cxx_werror_flag" ||
3392 test ! -s conftest.err
3393 } && test -s conftest.$ac_objext; then
3394 ac_compiler_gnu=yes
3395 else
3396 echo "$as_me: failed program was:" >&5
3397 sed 's/^/| /' conftest.$ac_ext >&5
3399 ac_compiler_gnu=no
3402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3403 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3406 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3407 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3408 GXX=`test $ac_compiler_gnu = yes && echo yes`
3409 ac_test_CXXFLAGS=${CXXFLAGS+set}
3410 ac_save_CXXFLAGS=$CXXFLAGS
3411 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3412 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3413 if test "${ac_cv_prog_cxx_g+set}" = set; then
3414 echo $ECHO_N "(cached) $ECHO_C" >&6
3415 else
3416 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3417 ac_cxx_werror_flag=yes
3418 ac_cv_prog_cxx_g=no
3419 CXXFLAGS="-g"
3420 cat >conftest.$ac_ext <<_ACEOF
3421 /* confdefs.h. */
3422 _ACEOF
3423 cat confdefs.h >>conftest.$ac_ext
3424 cat >>conftest.$ac_ext <<_ACEOF
3425 /* end confdefs.h. */
3428 main ()
3432 return 0;
3434 _ACEOF
3435 rm -f conftest.$ac_objext
3436 if { (ac_try="$ac_compile"
3437 case "(($ac_try" in
3438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3439 *) ac_try_echo=$ac_try;;
3440 esac
3441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3442 (eval "$ac_compile") 2>conftest.er1
3443 ac_status=$?
3444 grep -v '^ *+' conftest.er1 >conftest.err
3445 rm -f conftest.er1
3446 cat conftest.err >&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); } && {
3449 test -z "$ac_cxx_werror_flag" ||
3450 test ! -s conftest.err
3451 } && test -s conftest.$ac_objext; then
3452 ac_cv_prog_cxx_g=yes
3453 else
3454 echo "$as_me: failed program was:" >&5
3455 sed 's/^/| /' conftest.$ac_ext >&5
3457 CXXFLAGS=""
3458 cat >conftest.$ac_ext <<_ACEOF
3459 /* confdefs.h. */
3460 _ACEOF
3461 cat confdefs.h >>conftest.$ac_ext
3462 cat >>conftest.$ac_ext <<_ACEOF
3463 /* end confdefs.h. */
3466 main ()
3470 return 0;
3472 _ACEOF
3473 rm -f conftest.$ac_objext
3474 if { (ac_try="$ac_compile"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3480 (eval "$ac_compile") 2>conftest.er1
3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); } && {
3487 test -z "$ac_cxx_werror_flag" ||
3488 test ! -s conftest.err
3489 } && test -s conftest.$ac_objext; then
3491 else
3492 echo "$as_me: failed program was:" >&5
3493 sed 's/^/| /' conftest.$ac_ext >&5
3495 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3496 CXXFLAGS="-g"
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3509 return 0;
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3517 esac
3518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3519 (eval "$ac_compile") 2>conftest.er1
3520 ac_status=$?
3521 grep -v '^ *+' conftest.er1 >conftest.err
3522 rm -f conftest.er1
3523 cat conftest.err >&5
3524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3525 (exit $ac_status); } && {
3526 test -z "$ac_cxx_werror_flag" ||
3527 test ! -s conftest.err
3528 } && test -s conftest.$ac_objext; then
3529 ac_cv_prog_cxx_g=yes
3530 else
3531 echo "$as_me: failed program was:" >&5
3532 sed 's/^/| /' conftest.$ac_ext >&5
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3546 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3547 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3548 if test "$ac_test_CXXFLAGS" = set; then
3549 CXXFLAGS=$ac_save_CXXFLAGS
3550 elif test $ac_cv_prog_cxx_g = yes; then
3551 if test "$GXX" = yes; then
3552 CXXFLAGS="-g -O2"
3553 else
3554 CXXFLAGS="-g"
3556 else
3557 if test "$GXX" = yes; then
3558 CXXFLAGS="-O2"
3559 else
3560 CXXFLAGS=
3563 ac_ext=c
3564 ac_cpp='$CPP $CPPFLAGS'
3565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3569 if test -n "$ac_tool_prefix"; then
3570 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3571 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3572 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3573 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3574 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3575 echo $ECHO_N "(cached) $ECHO_C" >&6
3576 else
3577 if test -n "$CPPBIN"; then
3578 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3579 else
3580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3581 for as_dir in $PATH
3583 IFS=$as_save_IFS
3584 test -z "$as_dir" && as_dir=.
3585 for ac_exec_ext in '' $ac_executable_extensions; do
3586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3587 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3588 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3589 break 2
3591 done
3592 done
3593 IFS=$as_save_IFS
3597 CPPBIN=$ac_cv_prog_CPPBIN
3598 if test -n "$CPPBIN"; then
3599 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3600 echo "${ECHO_T}$CPPBIN" >&6; }
3601 else
3602 { echo "$as_me:$LINENO: result: no" >&5
3603 echo "${ECHO_T}no" >&6; }
3608 if test -z "$ac_cv_prog_CPPBIN"; then
3609 ac_ct_CPPBIN=$CPPBIN
3610 # Extract the first word of "cpp", so it can be a program name with args.
3611 set dummy cpp; ac_word=$2
3612 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3614 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3615 echo $ECHO_N "(cached) $ECHO_C" >&6
3616 else
3617 if test -n "$ac_ct_CPPBIN"; then
3618 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3619 else
3620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621 for as_dir in $PATH
3623 IFS=$as_save_IFS
3624 test -z "$as_dir" && as_dir=.
3625 for ac_exec_ext in '' $ac_executable_extensions; do
3626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3627 ac_cv_prog_ac_ct_CPPBIN="cpp"
3628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3629 break 2
3631 done
3632 done
3633 IFS=$as_save_IFS
3637 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3638 if test -n "$ac_ct_CPPBIN"; then
3639 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3640 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3641 else
3642 { echo "$as_me:$LINENO: result: no" >&5
3643 echo "${ECHO_T}no" >&6; }
3646 if test "x$ac_ct_CPPBIN" = x; then
3647 CPPBIN="cpp"
3648 else
3649 case $cross_compiling:$ac_tool_warned in
3650 yes:)
3651 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3652 whose name does not start with the host triplet. If you think this
3653 configuration is useful to you, please write to autoconf@gnu.org." >&5
3654 echo "$as_me: 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." >&2;}
3657 ac_tool_warned=yes ;;
3658 esac
3659 CPPBIN=$ac_ct_CPPBIN
3661 else
3662 CPPBIN="$ac_cv_prog_CPPBIN"
3666 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3667 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3668 if test "${wine_cv_toolsdir+set}" = set; then
3669 echo $ECHO_N "(cached) $ECHO_C" >&6
3670 else
3671 if test -z "$with_wine_tools"; then
3672 if test "$cross_compiling" = "yes"; then
3673 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3674 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3675 { (exit 1); exit 1; }; }
3676 else
3677 wine_cv_toolsdir="\$(TOPOBJDIR)"
3679 elif test -d "$with_wine_tools/tools/winebuild"; then
3680 case $with_wine_tools in
3681 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3682 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3683 esac
3684 else
3685 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3686 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3687 { (exit 1); exit 1; }; }
3690 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3691 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3692 TOOLSDIR=$wine_cv_toolsdir
3696 ac_ext=c
3697 ac_cpp='$CPP $CPPFLAGS'
3698 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3699 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3700 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3701 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3702 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3703 # On Suns, sometimes $CPP names a directory.
3704 if test -n "$CPP" && test -d "$CPP"; then
3705 CPP=
3707 if test -z "$CPP"; then
3708 if test "${ac_cv_prog_CPP+set}" = set; then
3709 echo $ECHO_N "(cached) $ECHO_C" >&6
3710 else
3711 # Double quotes because CPP needs to be expanded
3712 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3714 ac_preproc_ok=false
3715 for ac_c_preproc_warn_flag in '' yes
3717 # Use a header file that comes with gcc, so configuring glibc
3718 # with a fresh cross-compiler works.
3719 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3720 # <limits.h> exists even on freestanding compilers.
3721 # On the NeXT, cc -E runs the code through the compiler's parser,
3722 # not just through cpp. "Syntax error" is here to catch this case.
3723 cat >conftest.$ac_ext <<_ACEOF
3724 /* confdefs.h. */
3725 _ACEOF
3726 cat confdefs.h >>conftest.$ac_ext
3727 cat >>conftest.$ac_ext <<_ACEOF
3728 /* end confdefs.h. */
3729 #ifdef __STDC__
3730 # include <limits.h>
3731 #else
3732 # include <assert.h>
3733 #endif
3734 Syntax error
3735 _ACEOF
3736 if { (ac_try="$ac_cpp conftest.$ac_ext"
3737 case "(($ac_try" in
3738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3739 *) ac_try_echo=$ac_try;;
3740 esac
3741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3742 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3743 ac_status=$?
3744 grep -v '^ *+' conftest.er1 >conftest.err
3745 rm -f conftest.er1
3746 cat conftest.err >&5
3747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3748 (exit $ac_status); } >/dev/null && {
3749 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3750 test ! -s conftest.err
3751 }; then
3753 else
3754 echo "$as_me: failed program was:" >&5
3755 sed 's/^/| /' conftest.$ac_ext >&5
3757 # Broken: fails on valid input.
3758 continue
3761 rm -f conftest.err conftest.$ac_ext
3763 # OK, works on sane cases. Now check whether nonexistent headers
3764 # can be detected and how.
3765 cat >conftest.$ac_ext <<_ACEOF
3766 /* confdefs.h. */
3767 _ACEOF
3768 cat confdefs.h >>conftest.$ac_ext
3769 cat >>conftest.$ac_ext <<_ACEOF
3770 /* end confdefs.h. */
3771 #include <ac_nonexistent.h>
3772 _ACEOF
3773 if { (ac_try="$ac_cpp conftest.$ac_ext"
3774 case "(($ac_try" in
3775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3776 *) ac_try_echo=$ac_try;;
3777 esac
3778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3779 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3780 ac_status=$?
3781 grep -v '^ *+' conftest.er1 >conftest.err
3782 rm -f conftest.er1
3783 cat conftest.err >&5
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); } >/dev/null && {
3786 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3787 test ! -s conftest.err
3788 }; then
3789 # Broken: success on invalid input.
3790 continue
3791 else
3792 echo "$as_me: failed program was:" >&5
3793 sed 's/^/| /' conftest.$ac_ext >&5
3795 # Passes both tests.
3796 ac_preproc_ok=:
3797 break
3800 rm -f conftest.err conftest.$ac_ext
3802 done
3803 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3804 rm -f conftest.err conftest.$ac_ext
3805 if $ac_preproc_ok; then
3806 break
3809 done
3810 ac_cv_prog_CPP=$CPP
3813 CPP=$ac_cv_prog_CPP
3814 else
3815 ac_cv_prog_CPP=$CPP
3817 { echo "$as_me:$LINENO: result: $CPP" >&5
3818 echo "${ECHO_T}$CPP" >&6; }
3819 ac_preproc_ok=false
3820 for ac_c_preproc_warn_flag in '' yes
3822 # Use a header file that comes with gcc, so configuring glibc
3823 # with a fresh cross-compiler works.
3824 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3825 # <limits.h> exists even on freestanding compilers.
3826 # On the NeXT, cc -E runs the code through the compiler's parser,
3827 # not just through cpp. "Syntax error" is here to catch this case.
3828 cat >conftest.$ac_ext <<_ACEOF
3829 /* confdefs.h. */
3830 _ACEOF
3831 cat confdefs.h >>conftest.$ac_ext
3832 cat >>conftest.$ac_ext <<_ACEOF
3833 /* end confdefs.h. */
3834 #ifdef __STDC__
3835 # include <limits.h>
3836 #else
3837 # include <assert.h>
3838 #endif
3839 Syntax error
3840 _ACEOF
3841 if { (ac_try="$ac_cpp conftest.$ac_ext"
3842 case "(($ac_try" in
3843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3844 *) ac_try_echo=$ac_try;;
3845 esac
3846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3847 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3848 ac_status=$?
3849 grep -v '^ *+' conftest.er1 >conftest.err
3850 rm -f conftest.er1
3851 cat conftest.err >&5
3852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3853 (exit $ac_status); } >/dev/null && {
3854 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3855 test ! -s conftest.err
3856 }; then
3858 else
3859 echo "$as_me: failed program was:" >&5
3860 sed 's/^/| /' conftest.$ac_ext >&5
3862 # Broken: fails on valid input.
3863 continue
3866 rm -f conftest.err conftest.$ac_ext
3868 # OK, works on sane cases. Now check whether nonexistent headers
3869 # can be detected and how.
3870 cat >conftest.$ac_ext <<_ACEOF
3871 /* confdefs.h. */
3872 _ACEOF
3873 cat confdefs.h >>conftest.$ac_ext
3874 cat >>conftest.$ac_ext <<_ACEOF
3875 /* end confdefs.h. */
3876 #include <ac_nonexistent.h>
3877 _ACEOF
3878 if { (ac_try="$ac_cpp conftest.$ac_ext"
3879 case "(($ac_try" in
3880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3881 *) ac_try_echo=$ac_try;;
3882 esac
3883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3884 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3885 ac_status=$?
3886 grep -v '^ *+' conftest.er1 >conftest.err
3887 rm -f conftest.er1
3888 cat conftest.err >&5
3889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3890 (exit $ac_status); } >/dev/null && {
3891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3892 test ! -s conftest.err
3893 }; then
3894 # Broken: success on invalid input.
3895 continue
3896 else
3897 echo "$as_me: failed program was:" >&5
3898 sed 's/^/| /' conftest.$ac_ext >&5
3900 # Passes both tests.
3901 ac_preproc_ok=:
3902 break
3905 rm -f conftest.err conftest.$ac_ext
3907 done
3908 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3909 rm -f conftest.err conftest.$ac_ext
3910 if $ac_preproc_ok; then
3912 else
3913 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3914 See \`config.log' for more details." >&5
3915 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3916 See \`config.log' for more details." >&2;}
3917 { (exit 1); exit 1; }; }
3920 ac_ext=c
3921 ac_cpp='$CPP $CPPFLAGS'
3922 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3923 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3924 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3927 { echo "$as_me:$LINENO: checking for X" >&5
3928 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3931 # Check whether --with-x was given.
3932 if test "${with_x+set}" = set; then
3933 withval=$with_x;
3936 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3937 if test "x$with_x" = xno; then
3938 # The user explicitly disabled X.
3939 have_x=disabled
3940 else
3941 case $x_includes,$x_libraries in #(
3942 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3943 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3944 { (exit 1); exit 1; }; };; #(
3945 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3946 echo $ECHO_N "(cached) $ECHO_C" >&6
3947 else
3948 # One or both of the vars are not set, and there is no cached value.
3949 ac_x_includes=no ac_x_libraries=no
3950 rm -f -r conftest.dir
3951 if mkdir conftest.dir; then
3952 cd conftest.dir
3953 cat >Imakefile <<'_ACEOF'
3954 incroot:
3955 @echo incroot='${INCROOT}'
3956 usrlibdir:
3957 @echo usrlibdir='${USRLIBDIR}'
3958 libdir:
3959 @echo libdir='${LIBDIR}'
3960 _ACEOF
3961 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3962 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3963 for ac_var in incroot usrlibdir libdir; do
3964 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3965 done
3966 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3967 for ac_extension in a so sl; do
3968 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3969 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3970 ac_im_usrlibdir=$ac_im_libdir; break
3972 done
3973 # Screen out bogus values from the imake configuration. They are
3974 # bogus both because they are the default anyway, and because
3975 # using them would break gcc on systems where it needs fixed includes.
3976 case $ac_im_incroot in
3977 /usr/include) ac_x_includes= ;;
3978 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3979 esac
3980 case $ac_im_usrlibdir in
3981 /usr/lib | /lib) ;;
3982 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3983 esac
3985 cd ..
3986 rm -f -r conftest.dir
3989 # Standard set of common directories for X headers.
3990 # Check X11 before X11Rn because it is often a symlink to the current release.
3991 ac_x_header_dirs='
3992 /usr/X11/include
3993 /usr/X11R6/include
3994 /usr/X11R5/include
3995 /usr/X11R4/include
3997 /usr/include/X11
3998 /usr/include/X11R6
3999 /usr/include/X11R5
4000 /usr/include/X11R4
4002 /usr/local/X11/include
4003 /usr/local/X11R6/include
4004 /usr/local/X11R5/include
4005 /usr/local/X11R4/include
4007 /usr/local/include/X11
4008 /usr/local/include/X11R6
4009 /usr/local/include/X11R5
4010 /usr/local/include/X11R4
4012 /usr/X386/include
4013 /usr/x386/include
4014 /usr/XFree86/include/X11
4016 /usr/include
4017 /usr/local/include
4018 /usr/unsupported/include
4019 /usr/athena/include
4020 /usr/local/x11r5/include
4021 /usr/lpp/Xamples/include
4023 /usr/openwin/include
4024 /usr/openwin/share/include'
4026 if test "$ac_x_includes" = no; then
4027 # Guess where to find include files, by looking for Xlib.h.
4028 # First, try using that file with no special directory specified.
4029 cat >conftest.$ac_ext <<_ACEOF
4030 /* confdefs.h. */
4031 _ACEOF
4032 cat confdefs.h >>conftest.$ac_ext
4033 cat >>conftest.$ac_ext <<_ACEOF
4034 /* end confdefs.h. */
4035 #include <X11/Xlib.h>
4036 _ACEOF
4037 if { (ac_try="$ac_cpp conftest.$ac_ext"
4038 case "(($ac_try" in
4039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4040 *) ac_try_echo=$ac_try;;
4041 esac
4042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4043 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4044 ac_status=$?
4045 grep -v '^ *+' conftest.er1 >conftest.err
4046 rm -f conftest.er1
4047 cat conftest.err >&5
4048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4049 (exit $ac_status); } >/dev/null && {
4050 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4051 test ! -s conftest.err
4052 }; then
4053 # We can compile using X headers with no special include directory.
4054 ac_x_includes=
4055 else
4056 echo "$as_me: failed program was:" >&5
4057 sed 's/^/| /' conftest.$ac_ext >&5
4059 for ac_dir in $ac_x_header_dirs; do
4060 if test -r "$ac_dir/X11/Xlib.h"; then
4061 ac_x_includes=$ac_dir
4062 break
4064 done
4067 rm -f conftest.err conftest.$ac_ext
4068 fi # $ac_x_includes = no
4070 if test "$ac_x_libraries" = no; then
4071 # Check for the libraries.
4072 # See if we find them without any special options.
4073 # Don't add to $LIBS permanently.
4074 ac_save_LIBS=$LIBS
4075 LIBS="-lX11 $LIBS"
4076 cat >conftest.$ac_ext <<_ACEOF
4077 /* confdefs.h. */
4078 _ACEOF
4079 cat confdefs.h >>conftest.$ac_ext
4080 cat >>conftest.$ac_ext <<_ACEOF
4081 /* end confdefs.h. */
4082 #include <X11/Xlib.h>
4084 main ()
4086 XrmInitialize ()
4088 return 0;
4090 _ACEOF
4091 rm -f conftest.$ac_objext conftest$ac_exeext
4092 if { (ac_try="$ac_link"
4093 case "(($ac_try" in
4094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4095 *) ac_try_echo=$ac_try;;
4096 esac
4097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4098 (eval "$ac_link") 2>conftest.er1
4099 ac_status=$?
4100 grep -v '^ *+' conftest.er1 >conftest.err
4101 rm -f conftest.er1
4102 cat conftest.err >&5
4103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104 (exit $ac_status); } && {
4105 test -z "$ac_c_werror_flag" ||
4106 test ! -s conftest.err
4107 } && test -s conftest$ac_exeext &&
4108 $as_test_x conftest$ac_exeext; then
4109 LIBS=$ac_save_LIBS
4110 # We can link X programs with no special library path.
4111 ac_x_libraries=
4112 else
4113 echo "$as_me: failed program was:" >&5
4114 sed 's/^/| /' conftest.$ac_ext >&5
4116 LIBS=$ac_save_LIBS
4117 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4119 # Don't even attempt the hair of trying to link an X program!
4120 for ac_extension in a so sl; do
4121 if test -r "$ac_dir/libX11.$ac_extension"; then
4122 ac_x_libraries=$ac_dir
4123 break 2
4125 done
4126 done
4129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4130 conftest$ac_exeext conftest.$ac_ext
4131 fi # $ac_x_libraries = no
4133 case $ac_x_includes,$ac_x_libraries in #(
4134 no,* | *,no | *\'*)
4135 # Didn't find X, or a directory has "'" in its name.
4136 ac_cv_have_x="have_x=no";; #(
4138 # Record where we found X for the cache.
4139 ac_cv_have_x="have_x=yes\
4140 ac_x_includes='$ac_x_includes'\
4141 ac_x_libraries='$ac_x_libraries'"
4142 esac
4144 ;; #(
4145 *) have_x=yes;;
4146 esac
4147 eval "$ac_cv_have_x"
4148 fi # $with_x != no
4150 if test "$have_x" != yes; then
4151 { echo "$as_me:$LINENO: result: $have_x" >&5
4152 echo "${ECHO_T}$have_x" >&6; }
4153 no_x=yes
4154 else
4155 # If each of the values was on the command line, it overrides each guess.
4156 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4157 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4158 # Update the cache value to reflect the command line values.
4159 ac_cv_have_x="have_x=yes\
4160 ac_x_includes='$x_includes'\
4161 ac_x_libraries='$x_libraries'"
4162 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4163 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4166 if test "$no_x" = yes; then
4167 # Not all programs may use this symbol, but it does not hurt to define it.
4169 cat >>confdefs.h <<\_ACEOF
4170 #define X_DISPLAY_MISSING 1
4171 _ACEOF
4173 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4174 else
4175 if test -n "$x_includes"; then
4176 X_CFLAGS="$X_CFLAGS -I$x_includes"
4179 # It would also be nice to do this for all -L options, not just this one.
4180 if test -n "$x_libraries"; then
4181 X_LIBS="$X_LIBS -L$x_libraries"
4182 # For Solaris; some versions of Sun CC require a space after -R and
4183 # others require no space. Words are not sufficient . . . .
4184 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4185 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4186 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4187 ac_xsave_c_werror_flag=$ac_c_werror_flag
4188 ac_c_werror_flag=yes
4189 cat >conftest.$ac_ext <<_ACEOF
4190 /* confdefs.h. */
4191 _ACEOF
4192 cat confdefs.h >>conftest.$ac_ext
4193 cat >>conftest.$ac_ext <<_ACEOF
4194 /* end confdefs.h. */
4197 main ()
4201 return 0;
4203 _ACEOF
4204 rm -f conftest.$ac_objext conftest$ac_exeext
4205 if { (ac_try="$ac_link"
4206 case "(($ac_try" in
4207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4208 *) ac_try_echo=$ac_try;;
4209 esac
4210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4211 (eval "$ac_link") 2>conftest.er1
4212 ac_status=$?
4213 grep -v '^ *+' conftest.er1 >conftest.err
4214 rm -f conftest.er1
4215 cat conftest.err >&5
4216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4217 (exit $ac_status); } && {
4218 test -z "$ac_c_werror_flag" ||
4219 test ! -s conftest.err
4220 } && test -s conftest$ac_exeext &&
4221 $as_test_x conftest$ac_exeext; then
4222 { echo "$as_me:$LINENO: result: no" >&5
4223 echo "${ECHO_T}no" >&6; }
4224 X_LIBS="$X_LIBS -R$x_libraries"
4225 else
4226 echo "$as_me: failed program was:" >&5
4227 sed 's/^/| /' conftest.$ac_ext >&5
4229 LIBS="$ac_xsave_LIBS -R $x_libraries"
4230 cat >conftest.$ac_ext <<_ACEOF
4231 /* confdefs.h. */
4232 _ACEOF
4233 cat confdefs.h >>conftest.$ac_ext
4234 cat >>conftest.$ac_ext <<_ACEOF
4235 /* end confdefs.h. */
4238 main ()
4242 return 0;
4244 _ACEOF
4245 rm -f conftest.$ac_objext conftest$ac_exeext
4246 if { (ac_try="$ac_link"
4247 case "(($ac_try" in
4248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4249 *) ac_try_echo=$ac_try;;
4250 esac
4251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4252 (eval "$ac_link") 2>conftest.er1
4253 ac_status=$?
4254 grep -v '^ *+' conftest.er1 >conftest.err
4255 rm -f conftest.er1
4256 cat conftest.err >&5
4257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4258 (exit $ac_status); } && {
4259 test -z "$ac_c_werror_flag" ||
4260 test ! -s conftest.err
4261 } && test -s conftest$ac_exeext &&
4262 $as_test_x conftest$ac_exeext; then
4263 { echo "$as_me:$LINENO: result: yes" >&5
4264 echo "${ECHO_T}yes" >&6; }
4265 X_LIBS="$X_LIBS -R $x_libraries"
4266 else
4267 echo "$as_me: failed program was:" >&5
4268 sed 's/^/| /' conftest.$ac_ext >&5
4270 { echo "$as_me:$LINENO: result: neither works" >&5
4271 echo "${ECHO_T}neither works" >&6; }
4274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4275 conftest$ac_exeext conftest.$ac_ext
4278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4279 conftest$ac_exeext conftest.$ac_ext
4280 ac_c_werror_flag=$ac_xsave_c_werror_flag
4281 LIBS=$ac_xsave_LIBS
4284 # Check for system-dependent libraries X programs must link with.
4285 # Do this before checking for the system-independent R6 libraries
4286 # (-lICE), since we may need -lsocket or whatever for X linking.
4288 if test "$ISC" = yes; then
4289 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4290 else
4291 # Martyn Johnson says this is needed for Ultrix, if the X
4292 # libraries were built with DECnet support. And Karl Berry says
4293 # the Alpha needs dnet_stub (dnet does not exist).
4294 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4295 cat >conftest.$ac_ext <<_ACEOF
4296 /* confdefs.h. */
4297 _ACEOF
4298 cat confdefs.h >>conftest.$ac_ext
4299 cat >>conftest.$ac_ext <<_ACEOF
4300 /* end confdefs.h. */
4302 /* Override any GCC internal prototype to avoid an error.
4303 Use char because int might match the return type of a GCC
4304 builtin and then its argument prototype would still apply. */
4305 #ifdef __cplusplus
4306 extern "C"
4307 #endif
4308 char XOpenDisplay ();
4310 main ()
4312 return XOpenDisplay ();
4314 return 0;
4316 _ACEOF
4317 rm -f conftest.$ac_objext conftest$ac_exeext
4318 if { (ac_try="$ac_link"
4319 case "(($ac_try" in
4320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4321 *) ac_try_echo=$ac_try;;
4322 esac
4323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4324 (eval "$ac_link") 2>conftest.er1
4325 ac_status=$?
4326 grep -v '^ *+' conftest.er1 >conftest.err
4327 rm -f conftest.er1
4328 cat conftest.err >&5
4329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4330 (exit $ac_status); } && {
4331 test -z "$ac_c_werror_flag" ||
4332 test ! -s conftest.err
4333 } && test -s conftest$ac_exeext &&
4334 $as_test_x conftest$ac_exeext; then
4336 else
4337 echo "$as_me: failed program was:" >&5
4338 sed 's/^/| /' conftest.$ac_ext >&5
4340 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4341 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4342 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4343 echo $ECHO_N "(cached) $ECHO_C" >&6
4344 else
4345 ac_check_lib_save_LIBS=$LIBS
4346 LIBS="-ldnet $LIBS"
4347 cat >conftest.$ac_ext <<_ACEOF
4348 /* confdefs.h. */
4349 _ACEOF
4350 cat confdefs.h >>conftest.$ac_ext
4351 cat >>conftest.$ac_ext <<_ACEOF
4352 /* end confdefs.h. */
4354 /* Override any GCC internal prototype to avoid an error.
4355 Use char because int might match the return type of a GCC
4356 builtin and then its argument prototype would still apply. */
4357 #ifdef __cplusplus
4358 extern "C"
4359 #endif
4360 char dnet_ntoa ();
4362 main ()
4364 return dnet_ntoa ();
4366 return 0;
4368 _ACEOF
4369 rm -f conftest.$ac_objext conftest$ac_exeext
4370 if { (ac_try="$ac_link"
4371 case "(($ac_try" in
4372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4373 *) ac_try_echo=$ac_try;;
4374 esac
4375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4376 (eval "$ac_link") 2>conftest.er1
4377 ac_status=$?
4378 grep -v '^ *+' conftest.er1 >conftest.err
4379 rm -f conftest.er1
4380 cat conftest.err >&5
4381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382 (exit $ac_status); } && {
4383 test -z "$ac_c_werror_flag" ||
4384 test ! -s conftest.err
4385 } && test -s conftest$ac_exeext &&
4386 $as_test_x conftest$ac_exeext; then
4387 ac_cv_lib_dnet_dnet_ntoa=yes
4388 else
4389 echo "$as_me: failed program was:" >&5
4390 sed 's/^/| /' conftest.$ac_ext >&5
4392 ac_cv_lib_dnet_dnet_ntoa=no
4395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4396 conftest$ac_exeext conftest.$ac_ext
4397 LIBS=$ac_check_lib_save_LIBS
4399 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4400 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4401 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4402 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4405 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4406 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4407 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4408 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4409 echo $ECHO_N "(cached) $ECHO_C" >&6
4410 else
4411 ac_check_lib_save_LIBS=$LIBS
4412 LIBS="-ldnet_stub $LIBS"
4413 cat >conftest.$ac_ext <<_ACEOF
4414 /* confdefs.h. */
4415 _ACEOF
4416 cat confdefs.h >>conftest.$ac_ext
4417 cat >>conftest.$ac_ext <<_ACEOF
4418 /* end confdefs.h. */
4420 /* Override any GCC internal prototype to avoid an error.
4421 Use char because int might match the return type of a GCC
4422 builtin and then its argument prototype would still apply. */
4423 #ifdef __cplusplus
4424 extern "C"
4425 #endif
4426 char dnet_ntoa ();
4428 main ()
4430 return dnet_ntoa ();
4432 return 0;
4434 _ACEOF
4435 rm -f conftest.$ac_objext conftest$ac_exeext
4436 if { (ac_try="$ac_link"
4437 case "(($ac_try" in
4438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4439 *) ac_try_echo=$ac_try;;
4440 esac
4441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4442 (eval "$ac_link") 2>conftest.er1
4443 ac_status=$?
4444 grep -v '^ *+' conftest.er1 >conftest.err
4445 rm -f conftest.er1
4446 cat conftest.err >&5
4447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4448 (exit $ac_status); } && {
4449 test -z "$ac_c_werror_flag" ||
4450 test ! -s conftest.err
4451 } && test -s conftest$ac_exeext &&
4452 $as_test_x conftest$ac_exeext; then
4453 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4454 else
4455 echo "$as_me: failed program was:" >&5
4456 sed 's/^/| /' conftest.$ac_ext >&5
4458 ac_cv_lib_dnet_stub_dnet_ntoa=no
4461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4462 conftest$ac_exeext conftest.$ac_ext
4463 LIBS=$ac_check_lib_save_LIBS
4465 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4466 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4467 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4468 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475 conftest$ac_exeext conftest.$ac_ext
4476 LIBS="$ac_xsave_LIBS"
4478 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4479 # to get the SysV transport functions.
4480 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4481 # needs -lnsl.
4482 # The nsl library prevents programs from opening the X display
4483 # on Irix 5.2, according to T.E. Dickey.
4484 # The functions gethostbyname, getservbyname, and inet_addr are
4485 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4486 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4487 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4488 if test "${ac_cv_func_gethostbyname+set}" = set; then
4489 echo $ECHO_N "(cached) $ECHO_C" >&6
4490 else
4491 cat >conftest.$ac_ext <<_ACEOF
4492 /* confdefs.h. */
4493 _ACEOF
4494 cat confdefs.h >>conftest.$ac_ext
4495 cat >>conftest.$ac_ext <<_ACEOF
4496 /* end confdefs.h. */
4497 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4498 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4499 #define gethostbyname innocuous_gethostbyname
4501 /* System header to define __stub macros and hopefully few prototypes,
4502 which can conflict with char gethostbyname (); below.
4503 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4504 <limits.h> exists even on freestanding compilers. */
4506 #ifdef __STDC__
4507 # include <limits.h>
4508 #else
4509 # include <assert.h>
4510 #endif
4512 #undef gethostbyname
4514 /* Override any GCC internal prototype to avoid an error.
4515 Use char because int might match the return type of a GCC
4516 builtin and then its argument prototype would still apply. */
4517 #ifdef __cplusplus
4518 extern "C"
4519 #endif
4520 char gethostbyname ();
4521 /* The GNU C library defines this for functions which it implements
4522 to always fail with ENOSYS. Some functions are actually named
4523 something starting with __ and the normal name is an alias. */
4524 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4525 choke me
4526 #endif
4529 main ()
4531 return gethostbyname ();
4533 return 0;
4535 _ACEOF
4536 rm -f conftest.$ac_objext conftest$ac_exeext
4537 if { (ac_try="$ac_link"
4538 case "(($ac_try" in
4539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4540 *) ac_try_echo=$ac_try;;
4541 esac
4542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4543 (eval "$ac_link") 2>conftest.er1
4544 ac_status=$?
4545 grep -v '^ *+' conftest.er1 >conftest.err
4546 rm -f conftest.er1
4547 cat conftest.err >&5
4548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4549 (exit $ac_status); } && {
4550 test -z "$ac_c_werror_flag" ||
4551 test ! -s conftest.err
4552 } && test -s conftest$ac_exeext &&
4553 $as_test_x conftest$ac_exeext; then
4554 ac_cv_func_gethostbyname=yes
4555 else
4556 echo "$as_me: failed program was:" >&5
4557 sed 's/^/| /' conftest.$ac_ext >&5
4559 ac_cv_func_gethostbyname=no
4562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4563 conftest$ac_exeext conftest.$ac_ext
4565 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4566 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4568 if test $ac_cv_func_gethostbyname = no; then
4569 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4570 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4571 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4572 echo $ECHO_N "(cached) $ECHO_C" >&6
4573 else
4574 ac_check_lib_save_LIBS=$LIBS
4575 LIBS="-lnsl $LIBS"
4576 cat >conftest.$ac_ext <<_ACEOF
4577 /* confdefs.h. */
4578 _ACEOF
4579 cat confdefs.h >>conftest.$ac_ext
4580 cat >>conftest.$ac_ext <<_ACEOF
4581 /* end confdefs.h. */
4583 /* Override any GCC internal prototype to avoid an error.
4584 Use char because int might match the return type of a GCC
4585 builtin and then its argument prototype would still apply. */
4586 #ifdef __cplusplus
4587 extern "C"
4588 #endif
4589 char gethostbyname ();
4591 main ()
4593 return gethostbyname ();
4595 return 0;
4597 _ACEOF
4598 rm -f conftest.$ac_objext conftest$ac_exeext
4599 if { (ac_try="$ac_link"
4600 case "(($ac_try" in
4601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4602 *) ac_try_echo=$ac_try;;
4603 esac
4604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4605 (eval "$ac_link") 2>conftest.er1
4606 ac_status=$?
4607 grep -v '^ *+' conftest.er1 >conftest.err
4608 rm -f conftest.er1
4609 cat conftest.err >&5
4610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4611 (exit $ac_status); } && {
4612 test -z "$ac_c_werror_flag" ||
4613 test ! -s conftest.err
4614 } && test -s conftest$ac_exeext &&
4615 $as_test_x conftest$ac_exeext; then
4616 ac_cv_lib_nsl_gethostbyname=yes
4617 else
4618 echo "$as_me: failed program was:" >&5
4619 sed 's/^/| /' conftest.$ac_ext >&5
4621 ac_cv_lib_nsl_gethostbyname=no
4624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4625 conftest$ac_exeext conftest.$ac_ext
4626 LIBS=$ac_check_lib_save_LIBS
4628 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4629 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4630 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4631 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4634 if test $ac_cv_lib_nsl_gethostbyname = no; then
4635 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4636 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4637 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4638 echo $ECHO_N "(cached) $ECHO_C" >&6
4639 else
4640 ac_check_lib_save_LIBS=$LIBS
4641 LIBS="-lbsd $LIBS"
4642 cat >conftest.$ac_ext <<_ACEOF
4643 /* confdefs.h. */
4644 _ACEOF
4645 cat confdefs.h >>conftest.$ac_ext
4646 cat >>conftest.$ac_ext <<_ACEOF
4647 /* end confdefs.h. */
4649 /* Override any GCC internal prototype to avoid an error.
4650 Use char because int might match the return type of a GCC
4651 builtin and then its argument prototype would still apply. */
4652 #ifdef __cplusplus
4653 extern "C"
4654 #endif
4655 char gethostbyname ();
4657 main ()
4659 return gethostbyname ();
4661 return 0;
4663 _ACEOF
4664 rm -f conftest.$ac_objext conftest$ac_exeext
4665 if { (ac_try="$ac_link"
4666 case "(($ac_try" in
4667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668 *) ac_try_echo=$ac_try;;
4669 esac
4670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4671 (eval "$ac_link") 2>conftest.er1
4672 ac_status=$?
4673 grep -v '^ *+' conftest.er1 >conftest.err
4674 rm -f conftest.er1
4675 cat conftest.err >&5
4676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4677 (exit $ac_status); } && {
4678 test -z "$ac_c_werror_flag" ||
4679 test ! -s conftest.err
4680 } && test -s conftest$ac_exeext &&
4681 $as_test_x conftest$ac_exeext; then
4682 ac_cv_lib_bsd_gethostbyname=yes
4683 else
4684 echo "$as_me: failed program was:" >&5
4685 sed 's/^/| /' conftest.$ac_ext >&5
4687 ac_cv_lib_bsd_gethostbyname=no
4690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4691 conftest$ac_exeext conftest.$ac_ext
4692 LIBS=$ac_check_lib_save_LIBS
4694 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4695 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4696 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4697 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4703 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4704 # socket/setsockopt and other routines are undefined under SCO ODT
4705 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4706 # on later versions), says Simon Leinen: it contains gethostby*
4707 # variants that don't use the name server (or something). -lsocket
4708 # must be given before -lnsl if both are needed. We assume that
4709 # if connect needs -lnsl, so does gethostbyname.
4710 { echo "$as_me:$LINENO: checking for connect" >&5
4711 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4712 if test "${ac_cv_func_connect+set}" = set; then
4713 echo $ECHO_N "(cached) $ECHO_C" >&6
4714 else
4715 cat >conftest.$ac_ext <<_ACEOF
4716 /* confdefs.h. */
4717 _ACEOF
4718 cat confdefs.h >>conftest.$ac_ext
4719 cat >>conftest.$ac_ext <<_ACEOF
4720 /* end confdefs.h. */
4721 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4723 #define connect innocuous_connect
4725 /* System header to define __stub macros and hopefully few prototypes,
4726 which can conflict with char connect (); below.
4727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4728 <limits.h> exists even on freestanding compilers. */
4730 #ifdef __STDC__
4731 # include <limits.h>
4732 #else
4733 # include <assert.h>
4734 #endif
4736 #undef connect
4738 /* Override any GCC internal prototype to avoid an error.
4739 Use char because int might match the return type of a GCC
4740 builtin and then its argument prototype would still apply. */
4741 #ifdef __cplusplus
4742 extern "C"
4743 #endif
4744 char connect ();
4745 /* The GNU C library defines this for functions which it implements
4746 to always fail with ENOSYS. Some functions are actually named
4747 something starting with __ and the normal name is an alias. */
4748 #if defined __stub_connect || defined __stub___connect
4749 choke me
4750 #endif
4753 main ()
4755 return connect ();
4757 return 0;
4759 _ACEOF
4760 rm -f conftest.$ac_objext conftest$ac_exeext
4761 if { (ac_try="$ac_link"
4762 case "(($ac_try" in
4763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4764 *) ac_try_echo=$ac_try;;
4765 esac
4766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4767 (eval "$ac_link") 2>conftest.er1
4768 ac_status=$?
4769 grep -v '^ *+' conftest.er1 >conftest.err
4770 rm -f conftest.er1
4771 cat conftest.err >&5
4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4773 (exit $ac_status); } && {
4774 test -z "$ac_c_werror_flag" ||
4775 test ! -s conftest.err
4776 } && test -s conftest$ac_exeext &&
4777 $as_test_x conftest$ac_exeext; then
4778 ac_cv_func_connect=yes
4779 else
4780 echo "$as_me: failed program was:" >&5
4781 sed 's/^/| /' conftest.$ac_ext >&5
4783 ac_cv_func_connect=no
4786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4787 conftest$ac_exeext conftest.$ac_ext
4789 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4790 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4792 if test $ac_cv_func_connect = no; then
4793 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4794 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4795 if test "${ac_cv_lib_socket_connect+set}" = set; then
4796 echo $ECHO_N "(cached) $ECHO_C" >&6
4797 else
4798 ac_check_lib_save_LIBS=$LIBS
4799 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4800 cat >conftest.$ac_ext <<_ACEOF
4801 /* confdefs.h. */
4802 _ACEOF
4803 cat confdefs.h >>conftest.$ac_ext
4804 cat >>conftest.$ac_ext <<_ACEOF
4805 /* end confdefs.h. */
4807 /* Override any GCC internal prototype to avoid an error.
4808 Use char because int might match the return type of a GCC
4809 builtin and then its argument prototype would still apply. */
4810 #ifdef __cplusplus
4811 extern "C"
4812 #endif
4813 char connect ();
4815 main ()
4817 return connect ();
4819 return 0;
4821 _ACEOF
4822 rm -f conftest.$ac_objext conftest$ac_exeext
4823 if { (ac_try="$ac_link"
4824 case "(($ac_try" in
4825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4826 *) ac_try_echo=$ac_try;;
4827 esac
4828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4829 (eval "$ac_link") 2>conftest.er1
4830 ac_status=$?
4831 grep -v '^ *+' conftest.er1 >conftest.err
4832 rm -f conftest.er1
4833 cat conftest.err >&5
4834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4835 (exit $ac_status); } && {
4836 test -z "$ac_c_werror_flag" ||
4837 test ! -s conftest.err
4838 } && test -s conftest$ac_exeext &&
4839 $as_test_x conftest$ac_exeext; then
4840 ac_cv_lib_socket_connect=yes
4841 else
4842 echo "$as_me: failed program was:" >&5
4843 sed 's/^/| /' conftest.$ac_ext >&5
4845 ac_cv_lib_socket_connect=no
4848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4849 conftest$ac_exeext conftest.$ac_ext
4850 LIBS=$ac_check_lib_save_LIBS
4852 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4853 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4854 if test $ac_cv_lib_socket_connect = yes; then
4855 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4860 # Guillermo Gomez says -lposix is necessary on A/UX.
4861 { echo "$as_me:$LINENO: checking for remove" >&5
4862 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4863 if test "${ac_cv_func_remove+set}" = set; then
4864 echo $ECHO_N "(cached) $ECHO_C" >&6
4865 else
4866 cat >conftest.$ac_ext <<_ACEOF
4867 /* confdefs.h. */
4868 _ACEOF
4869 cat confdefs.h >>conftest.$ac_ext
4870 cat >>conftest.$ac_ext <<_ACEOF
4871 /* end confdefs.h. */
4872 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4873 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4874 #define remove innocuous_remove
4876 /* System header to define __stub macros and hopefully few prototypes,
4877 which can conflict with char remove (); below.
4878 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4879 <limits.h> exists even on freestanding compilers. */
4881 #ifdef __STDC__
4882 # include <limits.h>
4883 #else
4884 # include <assert.h>
4885 #endif
4887 #undef remove
4889 /* Override any GCC internal prototype to avoid an error.
4890 Use char because int might match the return type of a GCC
4891 builtin and then its argument prototype would still apply. */
4892 #ifdef __cplusplus
4893 extern "C"
4894 #endif
4895 char remove ();
4896 /* The GNU C library defines this for functions which it implements
4897 to always fail with ENOSYS. Some functions are actually named
4898 something starting with __ and the normal name is an alias. */
4899 #if defined __stub_remove || defined __stub___remove
4900 choke me
4901 #endif
4904 main ()
4906 return remove ();
4908 return 0;
4910 _ACEOF
4911 rm -f conftest.$ac_objext conftest$ac_exeext
4912 if { (ac_try="$ac_link"
4913 case "(($ac_try" in
4914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4915 *) ac_try_echo=$ac_try;;
4916 esac
4917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4918 (eval "$ac_link") 2>conftest.er1
4919 ac_status=$?
4920 grep -v '^ *+' conftest.er1 >conftest.err
4921 rm -f conftest.er1
4922 cat conftest.err >&5
4923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4924 (exit $ac_status); } && {
4925 test -z "$ac_c_werror_flag" ||
4926 test ! -s conftest.err
4927 } && test -s conftest$ac_exeext &&
4928 $as_test_x conftest$ac_exeext; then
4929 ac_cv_func_remove=yes
4930 else
4931 echo "$as_me: failed program was:" >&5
4932 sed 's/^/| /' conftest.$ac_ext >&5
4934 ac_cv_func_remove=no
4937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4938 conftest$ac_exeext conftest.$ac_ext
4940 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4941 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4943 if test $ac_cv_func_remove = no; then
4944 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4945 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4946 if test "${ac_cv_lib_posix_remove+set}" = set; then
4947 echo $ECHO_N "(cached) $ECHO_C" >&6
4948 else
4949 ac_check_lib_save_LIBS=$LIBS
4950 LIBS="-lposix $LIBS"
4951 cat >conftest.$ac_ext <<_ACEOF
4952 /* confdefs.h. */
4953 _ACEOF
4954 cat confdefs.h >>conftest.$ac_ext
4955 cat >>conftest.$ac_ext <<_ACEOF
4956 /* end confdefs.h. */
4958 /* Override any GCC internal prototype to avoid an error.
4959 Use char because int might match the return type of a GCC
4960 builtin and then its argument prototype would still apply. */
4961 #ifdef __cplusplus
4962 extern "C"
4963 #endif
4964 char remove ();
4966 main ()
4968 return remove ();
4970 return 0;
4972 _ACEOF
4973 rm -f conftest.$ac_objext conftest$ac_exeext
4974 if { (ac_try="$ac_link"
4975 case "(($ac_try" in
4976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4977 *) ac_try_echo=$ac_try;;
4978 esac
4979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4980 (eval "$ac_link") 2>conftest.er1
4981 ac_status=$?
4982 grep -v '^ *+' conftest.er1 >conftest.err
4983 rm -f conftest.er1
4984 cat conftest.err >&5
4985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4986 (exit $ac_status); } && {
4987 test -z "$ac_c_werror_flag" ||
4988 test ! -s conftest.err
4989 } && test -s conftest$ac_exeext &&
4990 $as_test_x conftest$ac_exeext; then
4991 ac_cv_lib_posix_remove=yes
4992 else
4993 echo "$as_me: failed program was:" >&5
4994 sed 's/^/| /' conftest.$ac_ext >&5
4996 ac_cv_lib_posix_remove=no
4999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5000 conftest$ac_exeext conftest.$ac_ext
5001 LIBS=$ac_check_lib_save_LIBS
5003 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5004 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5005 if test $ac_cv_lib_posix_remove = yes; then
5006 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5011 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5012 { echo "$as_me:$LINENO: checking for shmat" >&5
5013 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5014 if test "${ac_cv_func_shmat+set}" = set; then
5015 echo $ECHO_N "(cached) $ECHO_C" >&6
5016 else
5017 cat >conftest.$ac_ext <<_ACEOF
5018 /* confdefs.h. */
5019 _ACEOF
5020 cat confdefs.h >>conftest.$ac_ext
5021 cat >>conftest.$ac_ext <<_ACEOF
5022 /* end confdefs.h. */
5023 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5024 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5025 #define shmat innocuous_shmat
5027 /* System header to define __stub macros and hopefully few prototypes,
5028 which can conflict with char shmat (); below.
5029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5030 <limits.h> exists even on freestanding compilers. */
5032 #ifdef __STDC__
5033 # include <limits.h>
5034 #else
5035 # include <assert.h>
5036 #endif
5038 #undef shmat
5040 /* Override any GCC internal prototype to avoid an error.
5041 Use char because int might match the return type of a GCC
5042 builtin and then its argument prototype would still apply. */
5043 #ifdef __cplusplus
5044 extern "C"
5045 #endif
5046 char shmat ();
5047 /* The GNU C library defines this for functions which it implements
5048 to always fail with ENOSYS. Some functions are actually named
5049 something starting with __ and the normal name is an alias. */
5050 #if defined __stub_shmat || defined __stub___shmat
5051 choke me
5052 #endif
5055 main ()
5057 return shmat ();
5059 return 0;
5061 _ACEOF
5062 rm -f conftest.$ac_objext conftest$ac_exeext
5063 if { (ac_try="$ac_link"
5064 case "(($ac_try" in
5065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5066 *) ac_try_echo=$ac_try;;
5067 esac
5068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5069 (eval "$ac_link") 2>conftest.er1
5070 ac_status=$?
5071 grep -v '^ *+' conftest.er1 >conftest.err
5072 rm -f conftest.er1
5073 cat conftest.err >&5
5074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5075 (exit $ac_status); } && {
5076 test -z "$ac_c_werror_flag" ||
5077 test ! -s conftest.err
5078 } && test -s conftest$ac_exeext &&
5079 $as_test_x conftest$ac_exeext; then
5080 ac_cv_func_shmat=yes
5081 else
5082 echo "$as_me: failed program was:" >&5
5083 sed 's/^/| /' conftest.$ac_ext >&5
5085 ac_cv_func_shmat=no
5088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5089 conftest$ac_exeext conftest.$ac_ext
5091 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5092 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5094 if test $ac_cv_func_shmat = no; then
5095 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5096 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5097 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5098 echo $ECHO_N "(cached) $ECHO_C" >&6
5099 else
5100 ac_check_lib_save_LIBS=$LIBS
5101 LIBS="-lipc $LIBS"
5102 cat >conftest.$ac_ext <<_ACEOF
5103 /* confdefs.h. */
5104 _ACEOF
5105 cat confdefs.h >>conftest.$ac_ext
5106 cat >>conftest.$ac_ext <<_ACEOF
5107 /* end confdefs.h. */
5109 /* Override any GCC internal prototype to avoid an error.
5110 Use char because int might match the return type of a GCC
5111 builtin and then its argument prototype would still apply. */
5112 #ifdef __cplusplus
5113 extern "C"
5114 #endif
5115 char shmat ();
5117 main ()
5119 return shmat ();
5121 return 0;
5123 _ACEOF
5124 rm -f conftest.$ac_objext conftest$ac_exeext
5125 if { (ac_try="$ac_link"
5126 case "(($ac_try" in
5127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5128 *) ac_try_echo=$ac_try;;
5129 esac
5130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5131 (eval "$ac_link") 2>conftest.er1
5132 ac_status=$?
5133 grep -v '^ *+' conftest.er1 >conftest.err
5134 rm -f conftest.er1
5135 cat conftest.err >&5
5136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5137 (exit $ac_status); } && {
5138 test -z "$ac_c_werror_flag" ||
5139 test ! -s conftest.err
5140 } && test -s conftest$ac_exeext &&
5141 $as_test_x conftest$ac_exeext; then
5142 ac_cv_lib_ipc_shmat=yes
5143 else
5144 echo "$as_me: failed program was:" >&5
5145 sed 's/^/| /' conftest.$ac_ext >&5
5147 ac_cv_lib_ipc_shmat=no
5150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5151 conftest$ac_exeext conftest.$ac_ext
5152 LIBS=$ac_check_lib_save_LIBS
5154 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5155 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5156 if test $ac_cv_lib_ipc_shmat = yes; then
5157 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5163 # Check for libraries that X11R6 Xt/Xaw programs need.
5164 ac_save_LDFLAGS=$LDFLAGS
5165 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5166 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5167 # check for ICE first), but we must link in the order -lSM -lICE or
5168 # we get undefined symbols. So assume we have SM if we have ICE.
5169 # These have to be linked with before -lX11, unlike the other
5170 # libraries we check for below, so use a different variable.
5171 # John Interrante, Karl Berry
5172 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5173 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5174 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5175 echo $ECHO_N "(cached) $ECHO_C" >&6
5176 else
5177 ac_check_lib_save_LIBS=$LIBS
5178 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5179 cat >conftest.$ac_ext <<_ACEOF
5180 /* confdefs.h. */
5181 _ACEOF
5182 cat confdefs.h >>conftest.$ac_ext
5183 cat >>conftest.$ac_ext <<_ACEOF
5184 /* end confdefs.h. */
5186 /* Override any GCC internal prototype to avoid an error.
5187 Use char because int might match the return type of a GCC
5188 builtin and then its argument prototype would still apply. */
5189 #ifdef __cplusplus
5190 extern "C"
5191 #endif
5192 char IceConnectionNumber ();
5194 main ()
5196 return IceConnectionNumber ();
5198 return 0;
5200 _ACEOF
5201 rm -f conftest.$ac_objext conftest$ac_exeext
5202 if { (ac_try="$ac_link"
5203 case "(($ac_try" in
5204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5205 *) ac_try_echo=$ac_try;;
5206 esac
5207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5208 (eval "$ac_link") 2>conftest.er1
5209 ac_status=$?
5210 grep -v '^ *+' conftest.er1 >conftest.err
5211 rm -f conftest.er1
5212 cat conftest.err >&5
5213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5214 (exit $ac_status); } && {
5215 test -z "$ac_c_werror_flag" ||
5216 test ! -s conftest.err
5217 } && test -s conftest$ac_exeext &&
5218 $as_test_x conftest$ac_exeext; then
5219 ac_cv_lib_ICE_IceConnectionNumber=yes
5220 else
5221 echo "$as_me: failed program was:" >&5
5222 sed 's/^/| /' conftest.$ac_ext >&5
5224 ac_cv_lib_ICE_IceConnectionNumber=no
5227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5228 conftest$ac_exeext conftest.$ac_ext
5229 LIBS=$ac_check_lib_save_LIBS
5231 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5232 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5233 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5234 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5237 LDFLAGS=$ac_save_LDFLAGS
5242 for ac_prog in flex
5244 # Extract the first word of "$ac_prog", so it can be a program name with args.
5245 set dummy $ac_prog; ac_word=$2
5246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5248 if test "${ac_cv_prog_FLEX+set}" = set; then
5249 echo $ECHO_N "(cached) $ECHO_C" >&6
5250 else
5251 if test -n "$FLEX"; then
5252 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5253 else
5254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5255 for as_dir in $PATH
5257 IFS=$as_save_IFS
5258 test -z "$as_dir" && as_dir=.
5259 for ac_exec_ext in '' $ac_executable_extensions; do
5260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5261 ac_cv_prog_FLEX="$ac_prog"
5262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5263 break 2
5265 done
5266 done
5267 IFS=$as_save_IFS
5271 FLEX=$ac_cv_prog_FLEX
5272 if test -n "$FLEX"; then
5273 { echo "$as_me:$LINENO: result: $FLEX" >&5
5274 echo "${ECHO_T}$FLEX" >&6; }
5275 else
5276 { echo "$as_me:$LINENO: result: no" >&5
5277 echo "${ECHO_T}no" >&6; }
5281 test -n "$FLEX" && break
5282 done
5283 test -n "$FLEX" || FLEX="none"
5285 if test "$FLEX" = "none"
5286 then
5287 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5288 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5289 { (exit 1); exit 1; }; }
5292 for ac_prog in bison
5294 # Extract the first word of "$ac_prog", so it can be a program name with args.
5295 set dummy $ac_prog; ac_word=$2
5296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5298 if test "${ac_cv_prog_BISON+set}" = set; then
5299 echo $ECHO_N "(cached) $ECHO_C" >&6
5300 else
5301 if test -n "$BISON"; then
5302 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5303 else
5304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5305 for as_dir in $PATH
5307 IFS=$as_save_IFS
5308 test -z "$as_dir" && as_dir=.
5309 for ac_exec_ext in '' $ac_executable_extensions; do
5310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5311 ac_cv_prog_BISON="$ac_prog"
5312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5313 break 2
5315 done
5316 done
5317 IFS=$as_save_IFS
5321 BISON=$ac_cv_prog_BISON
5322 if test -n "$BISON"; then
5323 { echo "$as_me:$LINENO: result: $BISON" >&5
5324 echo "${ECHO_T}$BISON" >&6; }
5325 else
5326 { echo "$as_me:$LINENO: result: no" >&5
5327 echo "${ECHO_T}no" >&6; }
5331 test -n "$BISON" && break
5332 done
5333 test -n "$BISON" || BISON="none"
5335 if test "$BISON" = "none"
5336 then
5337 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5338 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5339 { (exit 1); exit 1; }; }
5342 if test -n "$ac_tool_prefix"; then
5343 for ac_prog in gas as
5345 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5346 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5349 if test "${ac_cv_prog_AS+set}" = set; then
5350 echo $ECHO_N "(cached) $ECHO_C" >&6
5351 else
5352 if test -n "$AS"; then
5353 ac_cv_prog_AS="$AS" # Let the user override the test.
5354 else
5355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5356 for as_dir in $PATH
5358 IFS=$as_save_IFS
5359 test -z "$as_dir" && as_dir=.
5360 for ac_exec_ext in '' $ac_executable_extensions; do
5361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5362 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5364 break 2
5366 done
5367 done
5368 IFS=$as_save_IFS
5372 AS=$ac_cv_prog_AS
5373 if test -n "$AS"; then
5374 { echo "$as_me:$LINENO: result: $AS" >&5
5375 echo "${ECHO_T}$AS" >&6; }
5376 else
5377 { echo "$as_me:$LINENO: result: no" >&5
5378 echo "${ECHO_T}no" >&6; }
5382 test -n "$AS" && break
5383 done
5385 if test -z "$AS"; then
5386 ac_ct_AS=$AS
5387 for ac_prog in gas as
5389 # Extract the first word of "$ac_prog", so it can be a program name with args.
5390 set dummy $ac_prog; ac_word=$2
5391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5393 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5394 echo $ECHO_N "(cached) $ECHO_C" >&6
5395 else
5396 if test -n "$ac_ct_AS"; then
5397 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5398 else
5399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400 for as_dir in $PATH
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_exec_ext in '' $ac_executable_extensions; do
5405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5406 ac_cv_prog_ac_ct_AS="$ac_prog"
5407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5408 break 2
5410 done
5411 done
5412 IFS=$as_save_IFS
5416 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5417 if test -n "$ac_ct_AS"; then
5418 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5419 echo "${ECHO_T}$ac_ct_AS" >&6; }
5420 else
5421 { echo "$as_me:$LINENO: result: no" >&5
5422 echo "${ECHO_T}no" >&6; }
5426 test -n "$ac_ct_AS" && break
5427 done
5429 if test "x$ac_ct_AS" = x; then
5430 AS="as"
5431 else
5432 case $cross_compiling:$ac_tool_warned in
5433 yes:)
5434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5435 whose name does not start with the host triplet. If you think this
5436 configuration is useful to you, please write to autoconf@gnu.org." >&5
5437 echo "$as_me: 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." >&2;}
5440 ac_tool_warned=yes ;;
5441 esac
5442 AS=$ac_ct_AS
5446 if test -n "$ac_tool_prefix"; then
5447 for ac_prog in ld gld
5449 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5450 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5453 if test "${ac_cv_prog_LD+set}" = set; then
5454 echo $ECHO_N "(cached) $ECHO_C" >&6
5455 else
5456 if test -n "$LD"; then
5457 ac_cv_prog_LD="$LD" # Let the user override the test.
5458 else
5459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5460 for as_dir in $PATH
5462 IFS=$as_save_IFS
5463 test -z "$as_dir" && as_dir=.
5464 for ac_exec_ext in '' $ac_executable_extensions; do
5465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5466 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5468 break 2
5470 done
5471 done
5472 IFS=$as_save_IFS
5476 LD=$ac_cv_prog_LD
5477 if test -n "$LD"; then
5478 { echo "$as_me:$LINENO: result: $LD" >&5
5479 echo "${ECHO_T}$LD" >&6; }
5480 else
5481 { echo "$as_me:$LINENO: result: no" >&5
5482 echo "${ECHO_T}no" >&6; }
5486 test -n "$LD" && break
5487 done
5489 if test -z "$LD"; then
5490 ac_ct_LD=$LD
5491 for ac_prog in ld gld
5493 # Extract the first word of "$ac_prog", so it can be a program name with args.
5494 set dummy $ac_prog; ac_word=$2
5495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5497 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5498 echo $ECHO_N "(cached) $ECHO_C" >&6
5499 else
5500 if test -n "$ac_ct_LD"; then
5501 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5502 else
5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504 for as_dir in $PATH
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5510 ac_cv_prog_ac_ct_LD="$ac_prog"
5511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 break 2
5514 done
5515 done
5516 IFS=$as_save_IFS
5520 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5521 if test -n "$ac_ct_LD"; then
5522 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5523 echo "${ECHO_T}$ac_ct_LD" >&6; }
5524 else
5525 { echo "$as_me:$LINENO: result: no" >&5
5526 echo "${ECHO_T}no" >&6; }
5530 test -n "$ac_ct_LD" && break
5531 done
5533 if test "x$ac_ct_LD" = x; then
5534 LD="ld"
5535 else
5536 case $cross_compiling:$ac_tool_warned in
5537 yes:)
5538 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5539 whose name does not start with the host triplet. If you think this
5540 configuration is useful to you, please write to autoconf@gnu.org." >&5
5541 echo "$as_me: 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." >&2;}
5544 ac_tool_warned=yes ;;
5545 esac
5546 LD=$ac_ct_LD
5550 if test -n "$ac_tool_prefix"; then
5551 for ac_prog in nm gnm
5553 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5554 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5555 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5557 if test "${ac_cv_prog_NM+set}" = set; then
5558 echo $ECHO_N "(cached) $ECHO_C" >&6
5559 else
5560 if test -n "$NM"; then
5561 ac_cv_prog_NM="$NM" # Let the user override the test.
5562 else
5563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564 for as_dir in $PATH
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 for ac_exec_ext in '' $ac_executable_extensions; do
5569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5570 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5572 break 2
5574 done
5575 done
5576 IFS=$as_save_IFS
5580 NM=$ac_cv_prog_NM
5581 if test -n "$NM"; then
5582 { echo "$as_me:$LINENO: result: $NM" >&5
5583 echo "${ECHO_T}$NM" >&6; }
5584 else
5585 { echo "$as_me:$LINENO: result: no" >&5
5586 echo "${ECHO_T}no" >&6; }
5590 test -n "$NM" && break
5591 done
5593 if test -z "$NM"; then
5594 ac_ct_NM=$NM
5595 for ac_prog in nm gnm
5597 # Extract the first word of "$ac_prog", so it can be a program name with args.
5598 set dummy $ac_prog; ac_word=$2
5599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5601 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5602 echo $ECHO_N "(cached) $ECHO_C" >&6
5603 else
5604 if test -n "$ac_ct_NM"; then
5605 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5606 else
5607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5608 for as_dir in $PATH
5610 IFS=$as_save_IFS
5611 test -z "$as_dir" && as_dir=.
5612 for ac_exec_ext in '' $ac_executable_extensions; do
5613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5614 ac_cv_prog_ac_ct_NM="$ac_prog"
5615 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5616 break 2
5618 done
5619 done
5620 IFS=$as_save_IFS
5624 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5625 if test -n "$ac_ct_NM"; then
5626 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5627 echo "${ECHO_T}$ac_ct_NM" >&6; }
5628 else
5629 { echo "$as_me:$LINENO: result: no" >&5
5630 echo "${ECHO_T}no" >&6; }
5634 test -n "$ac_ct_NM" && break
5635 done
5637 if test "x$ac_ct_NM" = x; then
5638 NM="nm"
5639 else
5640 case $cross_compiling:$ac_tool_warned in
5641 yes:)
5642 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5643 whose name does not start with the host triplet. If you think this
5644 configuration is useful to you, please write to autoconf@gnu.org." >&5
5645 echo "$as_me: 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." >&2;}
5648 ac_tool_warned=yes ;;
5649 esac
5650 NM=$ac_ct_NM
5654 if test -n "$ac_tool_prefix"; then
5655 for ac_prog in ar gar
5657 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5658 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5659 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5661 if test "${ac_cv_prog_AR+set}" = set; then
5662 echo $ECHO_N "(cached) $ECHO_C" >&6
5663 else
5664 if test -n "$AR"; then
5665 ac_cv_prog_AR="$AR" # Let the user override the test.
5666 else
5667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5668 for as_dir in $PATH
5670 IFS=$as_save_IFS
5671 test -z "$as_dir" && as_dir=.
5672 for ac_exec_ext in '' $ac_executable_extensions; do
5673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5674 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5676 break 2
5678 done
5679 done
5680 IFS=$as_save_IFS
5684 AR=$ac_cv_prog_AR
5685 if test -n "$AR"; then
5686 { echo "$as_me:$LINENO: result: $AR" >&5
5687 echo "${ECHO_T}$AR" >&6; }
5688 else
5689 { echo "$as_me:$LINENO: result: no" >&5
5690 echo "${ECHO_T}no" >&6; }
5694 test -n "$AR" && break
5695 done
5697 if test -z "$AR"; then
5698 ac_ct_AR=$AR
5699 for ac_prog in ar gar
5701 # Extract the first word of "$ac_prog", so it can be a program name with args.
5702 set dummy $ac_prog; ac_word=$2
5703 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5705 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5706 echo $ECHO_N "(cached) $ECHO_C" >&6
5707 else
5708 if test -n "$ac_ct_AR"; then
5709 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5710 else
5711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5712 for as_dir in $PATH
5714 IFS=$as_save_IFS
5715 test -z "$as_dir" && as_dir=.
5716 for ac_exec_ext in '' $ac_executable_extensions; do
5717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5718 ac_cv_prog_ac_ct_AR="$ac_prog"
5719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5720 break 2
5722 done
5723 done
5724 IFS=$as_save_IFS
5728 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5729 if test -n "$ac_ct_AR"; then
5730 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5731 echo "${ECHO_T}$ac_ct_AR" >&6; }
5732 else
5733 { echo "$as_me:$LINENO: result: no" >&5
5734 echo "${ECHO_T}no" >&6; }
5738 test -n "$ac_ct_AR" && break
5739 done
5741 if test "x$ac_ct_AR" = x; then
5742 AR="ar"
5743 else
5744 case $cross_compiling:$ac_tool_warned in
5745 yes:)
5746 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5747 whose name does not start with the host triplet. If you think this
5748 configuration is useful to you, please write to autoconf@gnu.org." >&5
5749 echo "$as_me: 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." >&2;}
5752 ac_tool_warned=yes ;;
5753 esac
5754 AR=$ac_ct_AR
5758 ARFLAGS=rc
5760 if test -n "$ac_tool_prefix"; then
5761 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5762 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5763 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5764 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5765 if test "${ac_cv_prog_RANLIB+set}" = set; then
5766 echo $ECHO_N "(cached) $ECHO_C" >&6
5767 else
5768 if test -n "$RANLIB"; then
5769 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5770 else
5771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5772 for as_dir in $PATH
5774 IFS=$as_save_IFS
5775 test -z "$as_dir" && as_dir=.
5776 for ac_exec_ext in '' $ac_executable_extensions; do
5777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5778 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5779 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5780 break 2
5782 done
5783 done
5784 IFS=$as_save_IFS
5788 RANLIB=$ac_cv_prog_RANLIB
5789 if test -n "$RANLIB"; then
5790 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5791 echo "${ECHO_T}$RANLIB" >&6; }
5792 else
5793 { echo "$as_me:$LINENO: result: no" >&5
5794 echo "${ECHO_T}no" >&6; }
5799 if test -z "$ac_cv_prog_RANLIB"; then
5800 ac_ct_RANLIB=$RANLIB
5801 # Extract the first word of "ranlib", so it can be a program name with args.
5802 set dummy ranlib; ac_word=$2
5803 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5805 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5806 echo $ECHO_N "(cached) $ECHO_C" >&6
5807 else
5808 if test -n "$ac_ct_RANLIB"; then
5809 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5810 else
5811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5812 for as_dir in $PATH
5814 IFS=$as_save_IFS
5815 test -z "$as_dir" && as_dir=.
5816 for ac_exec_ext in '' $ac_executable_extensions; do
5817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5818 ac_cv_prog_ac_ct_RANLIB="ranlib"
5819 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5820 break 2
5822 done
5823 done
5824 IFS=$as_save_IFS
5828 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5829 if test -n "$ac_ct_RANLIB"; then
5830 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5831 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5832 else
5833 { echo "$as_me:$LINENO: result: no" >&5
5834 echo "${ECHO_T}no" >&6; }
5837 if test "x$ac_ct_RANLIB" = x; then
5838 RANLIB=":"
5839 else
5840 case $cross_compiling:$ac_tool_warned in
5841 yes:)
5842 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5843 whose name does not start with the host triplet. If you think this
5844 configuration is useful to you, please write to autoconf@gnu.org." >&5
5845 echo "$as_me: 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." >&2;}
5848 ac_tool_warned=yes ;;
5849 esac
5850 RANLIB=$ac_ct_RANLIB
5852 else
5853 RANLIB="$ac_cv_prog_RANLIB"
5856 if test -n "$ac_tool_prefix"; then
5857 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5858 set dummy ${ac_tool_prefix}strip; ac_word=$2
5859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5861 if test "${ac_cv_prog_STRIP+set}" = set; then
5862 echo $ECHO_N "(cached) $ECHO_C" >&6
5863 else
5864 if test -n "$STRIP"; then
5865 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5866 else
5867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5868 for as_dir in $PATH
5870 IFS=$as_save_IFS
5871 test -z "$as_dir" && as_dir=.
5872 for ac_exec_ext in '' $ac_executable_extensions; do
5873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5874 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5876 break 2
5878 done
5879 done
5880 IFS=$as_save_IFS
5884 STRIP=$ac_cv_prog_STRIP
5885 if test -n "$STRIP"; then
5886 { echo "$as_me:$LINENO: result: $STRIP" >&5
5887 echo "${ECHO_T}$STRIP" >&6; }
5888 else
5889 { echo "$as_me:$LINENO: result: no" >&5
5890 echo "${ECHO_T}no" >&6; }
5895 if test -z "$ac_cv_prog_STRIP"; then
5896 ac_ct_STRIP=$STRIP
5897 # Extract the first word of "strip", so it can be a program name with args.
5898 set dummy strip; ac_word=$2
5899 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5901 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5902 echo $ECHO_N "(cached) $ECHO_C" >&6
5903 else
5904 if test -n "$ac_ct_STRIP"; then
5905 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5906 else
5907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5908 for as_dir in $PATH
5910 IFS=$as_save_IFS
5911 test -z "$as_dir" && as_dir=.
5912 for ac_exec_ext in '' $ac_executable_extensions; do
5913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5914 ac_cv_prog_ac_ct_STRIP="strip"
5915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5916 break 2
5918 done
5919 done
5920 IFS=$as_save_IFS
5924 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5925 if test -n "$ac_ct_STRIP"; then
5926 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5927 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5928 else
5929 { echo "$as_me:$LINENO: result: no" >&5
5930 echo "${ECHO_T}no" >&6; }
5933 if test "x$ac_ct_STRIP" = x; then
5934 STRIP="strip"
5935 else
5936 case $cross_compiling:$ac_tool_warned in
5937 yes:)
5938 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5939 whose name does not start with the host triplet. If you think this
5940 configuration is useful to you, please write to autoconf@gnu.org." >&5
5941 echo "$as_me: 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." >&2;}
5944 ac_tool_warned=yes ;;
5945 esac
5946 STRIP=$ac_ct_STRIP
5948 else
5949 STRIP="$ac_cv_prog_STRIP"
5952 if test -n "$ac_tool_prefix"; then
5953 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5954 set dummy ${ac_tool_prefix}windres; ac_word=$2
5955 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5957 if test "${ac_cv_prog_WINDRES+set}" = set; then
5958 echo $ECHO_N "(cached) $ECHO_C" >&6
5959 else
5960 if test -n "$WINDRES"; then
5961 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5962 else
5963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5964 for as_dir in $PATH
5966 IFS=$as_save_IFS
5967 test -z "$as_dir" && as_dir=.
5968 for ac_exec_ext in '' $ac_executable_extensions; do
5969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5970 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5971 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5972 break 2
5974 done
5975 done
5976 IFS=$as_save_IFS
5980 WINDRES=$ac_cv_prog_WINDRES
5981 if test -n "$WINDRES"; then
5982 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5983 echo "${ECHO_T}$WINDRES" >&6; }
5984 else
5985 { echo "$as_me:$LINENO: result: no" >&5
5986 echo "${ECHO_T}no" >&6; }
5991 if test -z "$ac_cv_prog_WINDRES"; then
5992 ac_ct_WINDRES=$WINDRES
5993 # Extract the first word of "windres", so it can be a program name with args.
5994 set dummy windres; ac_word=$2
5995 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5997 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5998 echo $ECHO_N "(cached) $ECHO_C" >&6
5999 else
6000 if test -n "$ac_ct_WINDRES"; then
6001 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6002 else
6003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004 for as_dir in $PATH
6006 IFS=$as_save_IFS
6007 test -z "$as_dir" && as_dir=.
6008 for ac_exec_ext in '' $ac_executable_extensions; do
6009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6010 ac_cv_prog_ac_ct_WINDRES="windres"
6011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6012 break 2
6014 done
6015 done
6016 IFS=$as_save_IFS
6020 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6021 if test -n "$ac_ct_WINDRES"; then
6022 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6023 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6024 else
6025 { echo "$as_me:$LINENO: result: no" >&5
6026 echo "${ECHO_T}no" >&6; }
6029 if test "x$ac_ct_WINDRES" = x; then
6030 WINDRES="false"
6031 else
6032 case $cross_compiling:$ac_tool_warned in
6033 yes:)
6034 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6035 whose name does not start with the host triplet. If you think this
6036 configuration is useful to you, please write to autoconf@gnu.org." >&5
6037 echo "$as_me: 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." >&2;}
6040 ac_tool_warned=yes ;;
6041 esac
6042 WINDRES=$ac_ct_WINDRES
6044 else
6045 WINDRES="$ac_cv_prog_WINDRES"
6048 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6049 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6050 LN_S=$as_ln_s
6051 if test "$LN_S" = "ln -s"; then
6052 { echo "$as_me:$LINENO: result: yes" >&5
6053 echo "${ECHO_T}yes" >&6; }
6054 else
6055 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6056 echo "${ECHO_T}no, using $LN_S" >&6; }
6059 { echo "$as_me:$LINENO: checking whether ln works" >&5
6060 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6061 rm -f conf$$ conf$$.file
6062 echo >conf$$.file
6063 if ln conf$$.file conf$$ 2>/dev/null; then
6064 LN=ln
6066 { echo "$as_me:$LINENO: result: yes" >&5
6067 echo "${ECHO_T}yes" >&6; }
6068 else
6069 LN="cp -p"
6071 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6072 echo "${ECHO_T}no, using $LN" >&6; }
6074 rm -f conf$$ conf$$.file
6075 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6076 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6077 if test "${ac_cv_path_GREP+set}" = set; then
6078 echo $ECHO_N "(cached) $ECHO_C" >&6
6079 else
6080 # Extract the first word of "grep ggrep" to use in msg output
6081 if test -z "$GREP"; then
6082 set dummy grep ggrep; ac_prog_name=$2
6083 if test "${ac_cv_path_GREP+set}" = set; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6
6085 else
6086 ac_path_GREP_found=false
6087 # Loop through the user's path and test for each of PROGNAME-LIST
6088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6089 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6091 IFS=$as_save_IFS
6092 test -z "$as_dir" && as_dir=.
6093 for ac_prog in grep ggrep; do
6094 for ac_exec_ext in '' $ac_executable_extensions; do
6095 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6096 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6097 # Check for GNU ac_path_GREP and select it if it is found.
6098 # Check for GNU $ac_path_GREP
6099 case `"$ac_path_GREP" --version 2>&1` in
6100 *GNU*)
6101 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6103 ac_count=0
6104 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6105 while :
6107 cat "conftest.in" "conftest.in" >"conftest.tmp"
6108 mv "conftest.tmp" "conftest.in"
6109 cp "conftest.in" "conftest.nl"
6110 echo 'GREP' >> "conftest.nl"
6111 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6112 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6113 ac_count=`expr $ac_count + 1`
6114 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6115 # Best one so far, save it but keep looking for a better one
6116 ac_cv_path_GREP="$ac_path_GREP"
6117 ac_path_GREP_max=$ac_count
6119 # 10*(2^10) chars as input seems more than enough
6120 test $ac_count -gt 10 && break
6121 done
6122 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6123 esac
6126 $ac_path_GREP_found && break 3
6127 done
6128 done
6130 done
6131 IFS=$as_save_IFS
6136 GREP="$ac_cv_path_GREP"
6137 if test -z "$GREP"; then
6138 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6139 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6140 { (exit 1); exit 1; }; }
6143 else
6144 ac_cv_path_GREP=$GREP
6149 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6150 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6151 GREP="$ac_cv_path_GREP"
6154 { echo "$as_me:$LINENO: checking for egrep" >&5
6155 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6156 if test "${ac_cv_path_EGREP+set}" = set; then
6157 echo $ECHO_N "(cached) $ECHO_C" >&6
6158 else
6159 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6160 then ac_cv_path_EGREP="$GREP -E"
6161 else
6162 # Extract the first word of "egrep" to use in msg output
6163 if test -z "$EGREP"; then
6164 set dummy egrep; ac_prog_name=$2
6165 if test "${ac_cv_path_EGREP+set}" = set; then
6166 echo $ECHO_N "(cached) $ECHO_C" >&6
6167 else
6168 ac_path_EGREP_found=false
6169 # Loop through the user's path and test for each of PROGNAME-LIST
6170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6171 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6173 IFS=$as_save_IFS
6174 test -z "$as_dir" && as_dir=.
6175 for ac_prog in egrep; do
6176 for ac_exec_ext in '' $ac_executable_extensions; do
6177 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6178 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6179 # Check for GNU ac_path_EGREP and select it if it is found.
6180 # Check for GNU $ac_path_EGREP
6181 case `"$ac_path_EGREP" --version 2>&1` in
6182 *GNU*)
6183 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6185 ac_count=0
6186 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6187 while :
6189 cat "conftest.in" "conftest.in" >"conftest.tmp"
6190 mv "conftest.tmp" "conftest.in"
6191 cp "conftest.in" "conftest.nl"
6192 echo 'EGREP' >> "conftest.nl"
6193 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6194 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6195 ac_count=`expr $ac_count + 1`
6196 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6197 # Best one so far, save it but keep looking for a better one
6198 ac_cv_path_EGREP="$ac_path_EGREP"
6199 ac_path_EGREP_max=$ac_count
6201 # 10*(2^10) chars as input seems more than enough
6202 test $ac_count -gt 10 && break
6203 done
6204 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6205 esac
6208 $ac_path_EGREP_found && break 3
6209 done
6210 done
6212 done
6213 IFS=$as_save_IFS
6218 EGREP="$ac_cv_path_EGREP"
6219 if test -z "$EGREP"; then
6220 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6221 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6222 { (exit 1); exit 1; }; }
6225 else
6226 ac_cv_path_EGREP=$EGREP
6232 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6233 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6234 EGREP="$ac_cv_path_EGREP"
6237 # Extract the first word of "ldconfig", so it can be a program name with args.
6238 set dummy ldconfig; ac_word=$2
6239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6241 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6242 echo $ECHO_N "(cached) $ECHO_C" >&6
6243 else
6244 case $LDCONFIG in
6245 [\\/]* | ?:[\\/]*)
6246 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6250 for as_dir in /sbin /usr/sbin $PATH
6252 IFS=$as_save_IFS
6253 test -z "$as_dir" && as_dir=.
6254 for ac_exec_ext in '' $ac_executable_extensions; do
6255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6256 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6257 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6258 break 2
6260 done
6261 done
6262 IFS=$as_save_IFS
6264 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6266 esac
6268 LDCONFIG=$ac_cv_path_LDCONFIG
6269 if test -n "$LDCONFIG"; then
6270 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6271 echo "${ECHO_T}$LDCONFIG" >&6; }
6272 else
6273 { echo "$as_me:$LINENO: result: no" >&5
6274 echo "${ECHO_T}no" >&6; }
6278 # Find a good install program. We prefer a C program (faster),
6279 # so one script is as good as another. But avoid the broken or
6280 # incompatible versions:
6281 # SysV /etc/install, /usr/sbin/install
6282 # SunOS /usr/etc/install
6283 # IRIX /sbin/install
6284 # AIX /bin/install
6285 # AmigaOS /C/install, which installs bootblocks on floppy discs
6286 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6287 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6288 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6289 # OS/2's system install, which has a completely different semantic
6290 # ./install, which can be erroneously created by make from ./install.sh.
6291 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6292 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6293 if test -z "$INSTALL"; then
6294 if test "${ac_cv_path_install+set}" = set; then
6295 echo $ECHO_N "(cached) $ECHO_C" >&6
6296 else
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298 for as_dir in $PATH
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
6302 # Account for people who put trailing slashes in PATH elements.
6303 case $as_dir/ in
6304 ./ | .// | /cC/* | \
6305 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6306 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6307 /usr/ucb/* ) ;;
6309 # OSF1 and SCO ODT 3.0 have their own names for install.
6310 # Don't use installbsd from OSF since it installs stuff as root
6311 # by default.
6312 for ac_prog in ginstall scoinst install; do
6313 for ac_exec_ext in '' $ac_executable_extensions; do
6314 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6315 if test $ac_prog = install &&
6316 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6317 # AIX install. It has an incompatible calling convention.
6319 elif test $ac_prog = install &&
6320 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6321 # program-specific install script used by HP pwplus--don't use.
6323 else
6324 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6325 break 3
6328 done
6329 done
6331 esac
6332 done
6333 IFS=$as_save_IFS
6337 if test "${ac_cv_path_install+set}" = set; then
6338 INSTALL=$ac_cv_path_install
6339 else
6340 # As a last resort, use the slow shell script. Don't cache a
6341 # value for INSTALL within a source directory, because that will
6342 # break other packages using the cache if that directory is
6343 # removed, or if the value is a relative name.
6344 INSTALL=$ac_install_sh
6347 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6348 echo "${ECHO_T}$INSTALL" >&6; }
6350 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6351 # It thinks the first close brace ends the variable substitution.
6352 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6354 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6356 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6358 case "$INSTALL" in
6359 [\\/$]* | ?:[\\/]* ) ;;
6360 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6361 esac
6363 for ac_prog in lclint lint
6365 # Extract the first word of "$ac_prog", so it can be a program name with args.
6366 set dummy $ac_prog; ac_word=$2
6367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6369 if test "${ac_cv_prog_LINT+set}" = set; then
6370 echo $ECHO_N "(cached) $ECHO_C" >&6
6371 else
6372 if test -n "$LINT"; then
6373 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6374 else
6375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6376 for as_dir in $PATH
6378 IFS=$as_save_IFS
6379 test -z "$as_dir" && as_dir=.
6380 for ac_exec_ext in '' $ac_executable_extensions; do
6381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6382 ac_cv_prog_LINT="$ac_prog"
6383 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6384 break 2
6386 done
6387 done
6388 IFS=$as_save_IFS
6392 LINT=$ac_cv_prog_LINT
6393 if test -n "$LINT"; then
6394 { echo "$as_me:$LINENO: result: $LINT" >&5
6395 echo "${ECHO_T}$LINT" >&6; }
6396 else
6397 { echo "$as_me:$LINENO: result: no" >&5
6398 echo "${ECHO_T}no" >&6; }
6402 test -n "$LINT" && break
6403 done
6405 if test "$LINT" = "lint"
6406 then
6407 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6412 for ac_prog in fontforge
6414 # Extract the first word of "$ac_prog", so it can be a program name with args.
6415 set dummy $ac_prog; ac_word=$2
6416 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6418 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6419 echo $ECHO_N "(cached) $ECHO_C" >&6
6420 else
6421 if test -n "$FONTFORGE"; then
6422 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6423 else
6424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6425 for as_dir in $PATH
6427 IFS=$as_save_IFS
6428 test -z "$as_dir" && as_dir=.
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6431 ac_cv_prog_FONTFORGE="$ac_prog"
6432 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6433 break 2
6435 done
6436 done
6437 IFS=$as_save_IFS
6441 FONTFORGE=$ac_cv_prog_FONTFORGE
6442 if test -n "$FONTFORGE"; then
6443 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6444 echo "${ECHO_T}$FONTFORGE" >&6; }
6445 else
6446 { echo "$as_me:$LINENO: result: no" >&5
6447 echo "${ECHO_T}no" >&6; }
6451 test -n "$FONTFORGE" && break
6452 done
6453 test -n "$FONTFORGE" || FONTFORGE="false"
6455 for ac_prog in pkg-config
6457 # Extract the first word of "$ac_prog", so it can be a program name with args.
6458 set dummy $ac_prog; ac_word=$2
6459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6461 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6462 echo $ECHO_N "(cached) $ECHO_C" >&6
6463 else
6464 if test -n "$PKG_CONFIG"; then
6465 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6466 else
6467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6468 for as_dir in $PATH
6470 IFS=$as_save_IFS
6471 test -z "$as_dir" && as_dir=.
6472 for ac_exec_ext in '' $ac_executable_extensions; do
6473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6474 ac_cv_prog_PKG_CONFIG="$ac_prog"
6475 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6476 break 2
6478 done
6479 done
6480 IFS=$as_save_IFS
6484 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6485 if test -n "$PKG_CONFIG"; then
6486 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6487 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6488 else
6489 { echo "$as_me:$LINENO: result: no" >&5
6490 echo "${ECHO_T}no" >&6; }
6494 test -n "$PKG_CONFIG" && break
6495 done
6496 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6498 for ac_prog in rsvg
6500 # Extract the first word of "$ac_prog", so it can be a program name with args.
6501 set dummy $ac_prog; ac_word=$2
6502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6504 if test "${ac_cv_prog_RSVG+set}" = set; then
6505 echo $ECHO_N "(cached) $ECHO_C" >&6
6506 else
6507 if test -n "$RSVG"; then
6508 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6509 else
6510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6511 for as_dir in $PATH
6513 IFS=$as_save_IFS
6514 test -z "$as_dir" && as_dir=.
6515 for ac_exec_ext in '' $ac_executable_extensions; do
6516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6517 ac_cv_prog_RSVG="$ac_prog"
6518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6519 break 2
6521 done
6522 done
6523 IFS=$as_save_IFS
6527 RSVG=$ac_cv_prog_RSVG
6528 if test -n "$RSVG"; then
6529 { echo "$as_me:$LINENO: result: $RSVG" >&5
6530 echo "${ECHO_T}$RSVG" >&6; }
6531 else
6532 { echo "$as_me:$LINENO: result: no" >&5
6533 echo "${ECHO_T}no" >&6; }
6537 test -n "$RSVG" && break
6538 done
6539 test -n "$RSVG" || RSVG="false"
6541 for ac_prog in icotool
6543 # Extract the first word of "$ac_prog", so it can be a program name with args.
6544 set dummy $ac_prog; ac_word=$2
6545 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6546 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6547 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6548 echo $ECHO_N "(cached) $ECHO_C" >&6
6549 else
6550 if test -n "$ICOTOOL"; then
6551 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6552 else
6553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6554 for as_dir in $PATH
6556 IFS=$as_save_IFS
6557 test -z "$as_dir" && as_dir=.
6558 for ac_exec_ext in '' $ac_executable_extensions; do
6559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6560 ac_cv_prog_ICOTOOL="$ac_prog"
6561 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6562 break 2
6564 done
6565 done
6566 IFS=$as_save_IFS
6570 ICOTOOL=$ac_cv_prog_ICOTOOL
6571 if test -n "$ICOTOOL"; then
6572 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6573 echo "${ECHO_T}$ICOTOOL" >&6; }
6574 else
6575 { echo "$as_me:$LINENO: result: no" >&5
6576 echo "${ECHO_T}no" >&6; }
6580 test -n "$ICOTOOL" && break
6581 done
6582 test -n "$ICOTOOL" || ICOTOOL="false"
6585 if test "${enable_maintainer_mode+set}" = set
6586 then
6587 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6588 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6589 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6592 case $host_cpu in
6593 *i[3456789]86*)
6594 # Extract the first word of "prelink", so it can be a program name with args.
6595 set dummy prelink; ac_word=$2
6596 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6598 if test "${ac_cv_path_PRELINK+set}" = set; then
6599 echo $ECHO_N "(cached) $ECHO_C" >&6
6600 else
6601 case $PRELINK in
6602 [\\/]* | ?:[\\/]*)
6603 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6607 for as_dir in /sbin /usr/sbin $PATH
6609 IFS=$as_save_IFS
6610 test -z "$as_dir" && as_dir=.
6611 for ac_exec_ext in '' $ac_executable_extensions; do
6612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6613 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6615 break 2
6617 done
6618 done
6619 IFS=$as_save_IFS
6621 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6623 esac
6625 PRELINK=$ac_cv_path_PRELINK
6626 if test -n "$PRELINK"; then
6627 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6628 echo "${ECHO_T}$PRELINK" >&6; }
6629 else
6630 { echo "$as_me:$LINENO: result: no" >&5
6631 echo "${ECHO_T}no" >&6; }
6636 esac
6640 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6641 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6642 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6643 echo $ECHO_N "(cached) $ECHO_C" >&6
6644 else
6645 ac_check_lib_save_LIBS=$LIBS
6646 LIBS="-li386 $LIBS"
6647 cat >conftest.$ac_ext <<_ACEOF
6648 /* confdefs.h. */
6649 _ACEOF
6650 cat confdefs.h >>conftest.$ac_ext
6651 cat >>conftest.$ac_ext <<_ACEOF
6652 /* end confdefs.h. */
6654 /* Override any GCC internal prototype to avoid an error.
6655 Use char because int might match the return type of a GCC
6656 builtin and then its argument prototype would still apply. */
6657 #ifdef __cplusplus
6658 extern "C"
6659 #endif
6660 char i386_set_ldt ();
6662 main ()
6664 return i386_set_ldt ();
6666 return 0;
6668 _ACEOF
6669 rm -f conftest.$ac_objext conftest$ac_exeext
6670 if { (ac_try="$ac_link"
6671 case "(($ac_try" in
6672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6673 *) ac_try_echo=$ac_try;;
6674 esac
6675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6676 (eval "$ac_link") 2>conftest.er1
6677 ac_status=$?
6678 grep -v '^ *+' conftest.er1 >conftest.err
6679 rm -f conftest.er1
6680 cat conftest.err >&5
6681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6682 (exit $ac_status); } && {
6683 test -z "$ac_c_werror_flag" ||
6684 test ! -s conftest.err
6685 } && test -s conftest$ac_exeext &&
6686 $as_test_x conftest$ac_exeext; then
6687 ac_cv_lib_i386_i386_set_ldt=yes
6688 else
6689 echo "$as_me: failed program was:" >&5
6690 sed 's/^/| /' conftest.$ac_ext >&5
6692 ac_cv_lib_i386_i386_set_ldt=no
6695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6696 conftest$ac_exeext conftest.$ac_ext
6697 LIBS=$ac_check_lib_save_LIBS
6699 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6700 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6701 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6702 cat >>confdefs.h <<_ACEOF
6703 #define HAVE_LIBI386 1
6704 _ACEOF
6706 LIBS="-li386 $LIBS"
6711 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6712 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6713 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6714 echo $ECHO_N "(cached) $ECHO_C" >&6
6715 else
6716 ac_check_lib_save_LIBS=$LIBS
6717 LIBS="-lossaudio $LIBS"
6718 cat >conftest.$ac_ext <<_ACEOF
6719 /* confdefs.h. */
6720 _ACEOF
6721 cat confdefs.h >>conftest.$ac_ext
6722 cat >>conftest.$ac_ext <<_ACEOF
6723 /* end confdefs.h. */
6725 /* Override any GCC internal prototype to avoid an error.
6726 Use char because int might match the return type of a GCC
6727 builtin and then its argument prototype would still apply. */
6728 #ifdef __cplusplus
6729 extern "C"
6730 #endif
6731 char _oss_ioctl ();
6733 main ()
6735 return _oss_ioctl ();
6737 return 0;
6739 _ACEOF
6740 rm -f conftest.$ac_objext conftest$ac_exeext
6741 if { (ac_try="$ac_link"
6742 case "(($ac_try" in
6743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6744 *) ac_try_echo=$ac_try;;
6745 esac
6746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6747 (eval "$ac_link") 2>conftest.er1
6748 ac_status=$?
6749 grep -v '^ *+' conftest.er1 >conftest.err
6750 rm -f conftest.er1
6751 cat conftest.err >&5
6752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6753 (exit $ac_status); } && {
6754 test -z "$ac_c_werror_flag" ||
6755 test ! -s conftest.err
6756 } && test -s conftest$ac_exeext &&
6757 $as_test_x conftest$ac_exeext; then
6758 ac_cv_lib_ossaudio__oss_ioctl=yes
6759 else
6760 echo "$as_me: failed program was:" >&5
6761 sed 's/^/| /' conftest.$ac_ext >&5
6763 ac_cv_lib_ossaudio__oss_ioctl=no
6766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6767 conftest$ac_exeext conftest.$ac_ext
6768 LIBS=$ac_check_lib_save_LIBS
6770 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6771 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6772 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6773 cat >>confdefs.h <<_ACEOF
6774 #define HAVE_LIBOSSAUDIO 1
6775 _ACEOF
6777 LIBS="-lossaudio $LIBS"
6781 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6782 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6783 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6784 echo $ECHO_N "(cached) $ECHO_C" >&6
6785 else
6786 ac_check_lib_save_LIBS=$LIBS
6787 LIBS="-lpthread $LIBS"
6788 cat >conftest.$ac_ext <<_ACEOF
6789 /* confdefs.h. */
6790 _ACEOF
6791 cat confdefs.h >>conftest.$ac_ext
6792 cat >>conftest.$ac_ext <<_ACEOF
6793 /* end confdefs.h. */
6795 /* Override any GCC internal prototype to avoid an error.
6796 Use char because int might match the return type of a GCC
6797 builtin and then its argument prototype would still apply. */
6798 #ifdef __cplusplus
6799 extern "C"
6800 #endif
6801 char pthread_create ();
6803 main ()
6805 return pthread_create ();
6807 return 0;
6809 _ACEOF
6810 rm -f conftest.$ac_objext conftest$ac_exeext
6811 if { (ac_try="$ac_link"
6812 case "(($ac_try" in
6813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6814 *) ac_try_echo=$ac_try;;
6815 esac
6816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6817 (eval "$ac_link") 2>conftest.er1
6818 ac_status=$?
6819 grep -v '^ *+' conftest.er1 >conftest.err
6820 rm -f conftest.er1
6821 cat conftest.err >&5
6822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6823 (exit $ac_status); } && {
6824 test -z "$ac_c_werror_flag" ||
6825 test ! -s conftest.err
6826 } && test -s conftest$ac_exeext &&
6827 $as_test_x conftest$ac_exeext; then
6828 ac_cv_lib_pthread_pthread_create=yes
6829 else
6830 echo "$as_me: failed program was:" >&5
6831 sed 's/^/| /' conftest.$ac_ext >&5
6833 ac_cv_lib_pthread_pthread_create=no
6836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6837 conftest$ac_exeext conftest.$ac_ext
6838 LIBS=$ac_check_lib_save_LIBS
6840 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6841 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6842 if test $ac_cv_lib_pthread_pthread_create = yes; then
6843 LIBPTHREAD="-lpthread"
6848 XLIB=""
6850 OPENGL_LIBS=""
6854 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6855 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6856 if test "${ac_cv_header_stdc+set}" = set; then
6857 echo $ECHO_N "(cached) $ECHO_C" >&6
6858 else
6859 cat >conftest.$ac_ext <<_ACEOF
6860 /* confdefs.h. */
6861 _ACEOF
6862 cat confdefs.h >>conftest.$ac_ext
6863 cat >>conftest.$ac_ext <<_ACEOF
6864 /* end confdefs.h. */
6865 #include <stdlib.h>
6866 #include <stdarg.h>
6867 #include <string.h>
6868 #include <float.h>
6871 main ()
6875 return 0;
6877 _ACEOF
6878 rm -f conftest.$ac_objext
6879 if { (ac_try="$ac_compile"
6880 case "(($ac_try" in
6881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6882 *) ac_try_echo=$ac_try;;
6883 esac
6884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6885 (eval "$ac_compile") 2>conftest.er1
6886 ac_status=$?
6887 grep -v '^ *+' conftest.er1 >conftest.err
6888 rm -f conftest.er1
6889 cat conftest.err >&5
6890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6891 (exit $ac_status); } && {
6892 test -z "$ac_c_werror_flag" ||
6893 test ! -s conftest.err
6894 } && test -s conftest.$ac_objext; then
6895 ac_cv_header_stdc=yes
6896 else
6897 echo "$as_me: failed program was:" >&5
6898 sed 's/^/| /' conftest.$ac_ext >&5
6900 ac_cv_header_stdc=no
6903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6905 if test $ac_cv_header_stdc = yes; then
6906 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6907 cat >conftest.$ac_ext <<_ACEOF
6908 /* confdefs.h. */
6909 _ACEOF
6910 cat confdefs.h >>conftest.$ac_ext
6911 cat >>conftest.$ac_ext <<_ACEOF
6912 /* end confdefs.h. */
6913 #include <string.h>
6915 _ACEOF
6916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6917 $EGREP "memchr" >/dev/null 2>&1; then
6919 else
6920 ac_cv_header_stdc=no
6922 rm -f conftest*
6926 if test $ac_cv_header_stdc = yes; then
6927 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6928 cat >conftest.$ac_ext <<_ACEOF
6929 /* confdefs.h. */
6930 _ACEOF
6931 cat confdefs.h >>conftest.$ac_ext
6932 cat >>conftest.$ac_ext <<_ACEOF
6933 /* end confdefs.h. */
6934 #include <stdlib.h>
6936 _ACEOF
6937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6938 $EGREP "free" >/dev/null 2>&1; then
6940 else
6941 ac_cv_header_stdc=no
6943 rm -f conftest*
6947 if test $ac_cv_header_stdc = yes; then
6948 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6949 if test "$cross_compiling" = yes; then
6951 else
6952 cat >conftest.$ac_ext <<_ACEOF
6953 /* confdefs.h. */
6954 _ACEOF
6955 cat confdefs.h >>conftest.$ac_ext
6956 cat >>conftest.$ac_ext <<_ACEOF
6957 /* end confdefs.h. */
6958 #include <ctype.h>
6959 #include <stdlib.h>
6960 #if ((' ' & 0x0FF) == 0x020)
6961 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6962 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6963 #else
6964 # define ISLOWER(c) \
6965 (('a' <= (c) && (c) <= 'i') \
6966 || ('j' <= (c) && (c) <= 'r') \
6967 || ('s' <= (c) && (c) <= 'z'))
6968 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6969 #endif
6971 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6973 main ()
6975 int i;
6976 for (i = 0; i < 256; i++)
6977 if (XOR (islower (i), ISLOWER (i))
6978 || toupper (i) != TOUPPER (i))
6979 return 2;
6980 return 0;
6982 _ACEOF
6983 rm -f conftest$ac_exeext
6984 if { (ac_try="$ac_link"
6985 case "(($ac_try" in
6986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6987 *) ac_try_echo=$ac_try;;
6988 esac
6989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6990 (eval "$ac_link") 2>&5
6991 ac_status=$?
6992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6993 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6994 { (case "(($ac_try" in
6995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6996 *) ac_try_echo=$ac_try;;
6997 esac
6998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6999 (eval "$ac_try") 2>&5
7000 ac_status=$?
7001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7002 (exit $ac_status); }; }; then
7004 else
7005 echo "$as_me: program exited with status $ac_status" >&5
7006 echo "$as_me: failed program was:" >&5
7007 sed 's/^/| /' conftest.$ac_ext >&5
7009 ( exit $ac_status )
7010 ac_cv_header_stdc=no
7012 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7018 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7019 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7020 if test $ac_cv_header_stdc = yes; then
7022 cat >>confdefs.h <<\_ACEOF
7023 #define STDC_HEADERS 1
7024 _ACEOF
7028 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7038 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7039 inttypes.h stdint.h unistd.h
7041 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7042 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7043 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7045 echo $ECHO_N "(cached) $ECHO_C" >&6
7046 else
7047 cat >conftest.$ac_ext <<_ACEOF
7048 /* confdefs.h. */
7049 _ACEOF
7050 cat confdefs.h >>conftest.$ac_ext
7051 cat >>conftest.$ac_ext <<_ACEOF
7052 /* end confdefs.h. */
7053 $ac_includes_default
7055 #include <$ac_header>
7056 _ACEOF
7057 rm -f conftest.$ac_objext
7058 if { (ac_try="$ac_compile"
7059 case "(($ac_try" in
7060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7061 *) ac_try_echo=$ac_try;;
7062 esac
7063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7064 (eval "$ac_compile") 2>conftest.er1
7065 ac_status=$?
7066 grep -v '^ *+' conftest.er1 >conftest.err
7067 rm -f conftest.er1
7068 cat conftest.err >&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); } && {
7071 test -z "$ac_c_werror_flag" ||
7072 test ! -s conftest.err
7073 } && test -s conftest.$ac_objext; then
7074 eval "$as_ac_Header=yes"
7075 else
7076 echo "$as_me: failed program was:" >&5
7077 sed 's/^/| /' conftest.$ac_ext >&5
7079 eval "$as_ac_Header=no"
7082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7084 ac_res=`eval echo '${'$as_ac_Header'}'`
7085 { echo "$as_me:$LINENO: result: $ac_res" >&5
7086 echo "${ECHO_T}$ac_res" >&6; }
7087 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7088 cat >>confdefs.h <<_ACEOF
7089 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7090 _ACEOF
7094 done
7208 for ac_header in \
7209 AudioUnit/AudioUnit.h \
7210 Carbon/Carbon.h \
7211 CoreAudio/CoreAudio.h \
7212 DiskArbitration/DiskArbitration.h \
7213 IOKit/IOKitLib.h \
7214 alias.h \
7215 alsa/asoundlib.h \
7216 arpa/inet.h \
7217 arpa/nameser.h \
7218 asm/types.h \
7219 capi20.h \
7220 curses.h \
7221 direct.h \
7222 dlfcn.h \
7223 elf.h \
7224 float.h \
7225 fontconfig/fontconfig.h \
7226 getopt.h \
7227 ieeefp.h \
7228 io.h \
7229 jack/jack.h \
7230 jpeglib.h \
7231 lber.h \
7232 lcms.h \
7233 lcms/lcms.h \
7234 ldap.h \
7235 libaudioio.h \
7236 link.h \
7237 linux/cdrom.h \
7238 linux/compiler.h \
7239 linux/hdreg.h \
7240 linux/input.h \
7241 linux/ioctl.h \
7242 linux/joystick.h \
7243 linux/major.h \
7244 linux/param.h \
7245 linux/serial.h \
7246 linux/ucdrom.h \
7247 mach/mach.h \
7248 mach/machine.h \
7249 machine/cpu.h \
7250 machine/limits.h \
7251 machine/soundcard.h \
7252 mntent.h \
7253 ncurses.h \
7254 netdb.h \
7255 netinet/in.h \
7256 netinet/in_systm.h \
7257 netinet/tcp.h \
7258 netinet/tcp_fsm.h \
7259 openssl/err.h \
7260 openssl/ssl.h \
7261 png.h \
7262 poll.h \
7263 process.h \
7264 pthread.h \
7265 pwd.h \
7266 regex.h \
7267 sched.h \
7268 scsi/scsi.h \
7269 scsi/scsi_ioctl.h \
7270 scsi/sg.h \
7271 soundcard.h \
7272 stdint.h \
7273 strings.h \
7274 sys/asoundlib.h \
7275 sys/cdio.h \
7276 sys/elf32.h \
7277 sys/epoll.h \
7278 sys/errno.h \
7279 sys/event.h \
7280 sys/exec_elf.h \
7281 sys/filio.h \
7282 sys/ioctl.h \
7283 sys/ipc.h \
7284 sys/limits.h \
7285 sys/link.h \
7286 sys/lwp.h \
7287 sys/mman.h \
7288 sys/modem.h \
7289 sys/msg.h \
7290 sys/mtio.h \
7291 sys/param.h \
7292 sys/poll.h \
7293 sys/prctl.h \
7294 sys/ptrace.h \
7295 sys/reg.h \
7296 sys/resource.h \
7297 sys/scsiio.h \
7298 sys/shm.h \
7299 sys/signal.h \
7300 sys/socket.h \
7301 sys/socketvar.h \
7302 sys/sockio.h \
7303 sys/soundcard.h \
7304 sys/statvfs.h \
7305 sys/strtio.h \
7306 sys/syscall.h \
7307 sys/sysctl.h \
7308 sys/time.h \
7309 sys/times.h \
7310 sys/uio.h \
7311 sys/un.h \
7312 sys/vm86.h \
7313 sys/wait.h \
7314 syscall.h \
7315 termios.h \
7316 unistd.h \
7317 utime.h \
7318 valgrind/memcheck.h \
7319 valgrind/valgrind.h
7322 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7323 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7324 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7325 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7327 echo $ECHO_N "(cached) $ECHO_C" >&6
7329 ac_res=`eval echo '${'$as_ac_Header'}'`
7330 { echo "$as_me:$LINENO: result: $ac_res" >&5
7331 echo "${ECHO_T}$ac_res" >&6; }
7332 else
7333 # Is the header compilable?
7334 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7335 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7336 cat >conftest.$ac_ext <<_ACEOF
7337 /* confdefs.h. */
7338 _ACEOF
7339 cat confdefs.h >>conftest.$ac_ext
7340 cat >>conftest.$ac_ext <<_ACEOF
7341 /* end confdefs.h. */
7342 $ac_includes_default
7343 #include <$ac_header>
7344 _ACEOF
7345 rm -f conftest.$ac_objext
7346 if { (ac_try="$ac_compile"
7347 case "(($ac_try" in
7348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7349 *) ac_try_echo=$ac_try;;
7350 esac
7351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7352 (eval "$ac_compile") 2>conftest.er1
7353 ac_status=$?
7354 grep -v '^ *+' conftest.er1 >conftest.err
7355 rm -f conftest.er1
7356 cat conftest.err >&5
7357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7358 (exit $ac_status); } && {
7359 test -z "$ac_c_werror_flag" ||
7360 test ! -s conftest.err
7361 } && test -s conftest.$ac_objext; then
7362 ac_header_compiler=yes
7363 else
7364 echo "$as_me: failed program was:" >&5
7365 sed 's/^/| /' conftest.$ac_ext >&5
7367 ac_header_compiler=no
7370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7371 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7372 echo "${ECHO_T}$ac_header_compiler" >&6; }
7374 # Is the header present?
7375 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7376 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7377 cat >conftest.$ac_ext <<_ACEOF
7378 /* confdefs.h. */
7379 _ACEOF
7380 cat confdefs.h >>conftest.$ac_ext
7381 cat >>conftest.$ac_ext <<_ACEOF
7382 /* end confdefs.h. */
7383 #include <$ac_header>
7384 _ACEOF
7385 if { (ac_try="$ac_cpp conftest.$ac_ext"
7386 case "(($ac_try" in
7387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7388 *) ac_try_echo=$ac_try;;
7389 esac
7390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7391 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7392 ac_status=$?
7393 grep -v '^ *+' conftest.er1 >conftest.err
7394 rm -f conftest.er1
7395 cat conftest.err >&5
7396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397 (exit $ac_status); } >/dev/null && {
7398 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7399 test ! -s conftest.err
7400 }; then
7401 ac_header_preproc=yes
7402 else
7403 echo "$as_me: failed program was:" >&5
7404 sed 's/^/| /' conftest.$ac_ext >&5
7406 ac_header_preproc=no
7409 rm -f conftest.err conftest.$ac_ext
7410 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7411 echo "${ECHO_T}$ac_header_preproc" >&6; }
7413 # So? What about this header?
7414 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7415 yes:no: )
7416 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7417 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7418 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7419 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7420 ac_header_preproc=yes
7422 no:yes:* )
7423 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7424 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7425 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7426 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7427 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7428 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7430 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7432 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7434 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7435 ( cat <<\_ASBOX
7436 ## ------------------------------------ ##
7437 ## Report this to wine-devel@winehq.org ##
7438 ## ------------------------------------ ##
7439 _ASBOX
7440 ) | sed "s/^/$as_me: WARNING: /" >&2
7442 esac
7443 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7446 echo $ECHO_N "(cached) $ECHO_C" >&6
7447 else
7448 eval "$as_ac_Header=\$ac_header_preproc"
7450 ac_res=`eval echo '${'$as_ac_Header'}'`
7451 { echo "$as_me:$LINENO: result: $ac_res" >&5
7452 echo "${ECHO_T}$ac_res" >&6; }
7455 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7456 cat >>confdefs.h <<_ACEOF
7457 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7458 _ACEOF
7462 done
7464 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7465 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7466 if test "${ac_cv_header_stat_broken+set}" = set; then
7467 echo $ECHO_N "(cached) $ECHO_C" >&6
7468 else
7469 cat >conftest.$ac_ext <<_ACEOF
7470 /* confdefs.h. */
7471 _ACEOF
7472 cat confdefs.h >>conftest.$ac_ext
7473 cat >>conftest.$ac_ext <<_ACEOF
7474 /* end confdefs.h. */
7475 #include <sys/types.h>
7476 #include <sys/stat.h>
7478 #if defined S_ISBLK && defined S_IFDIR
7479 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7480 #endif
7482 #if defined S_ISBLK && defined S_IFCHR
7483 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7484 #endif
7486 #if defined S_ISLNK && defined S_IFREG
7487 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7488 #endif
7490 #if defined S_ISSOCK && defined S_IFREG
7491 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7492 #endif
7494 _ACEOF
7495 rm -f conftest.$ac_objext
7496 if { (ac_try="$ac_compile"
7497 case "(($ac_try" in
7498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7499 *) ac_try_echo=$ac_try;;
7500 esac
7501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7502 (eval "$ac_compile") 2>conftest.er1
7503 ac_status=$?
7504 grep -v '^ *+' conftest.er1 >conftest.err
7505 rm -f conftest.er1
7506 cat conftest.err >&5
7507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7508 (exit $ac_status); } && {
7509 test -z "$ac_c_werror_flag" ||
7510 test ! -s conftest.err
7511 } && test -s conftest.$ac_objext; then
7512 ac_cv_header_stat_broken=no
7513 else
7514 echo "$as_me: failed program was:" >&5
7515 sed 's/^/| /' conftest.$ac_ext >&5
7517 ac_cv_header_stat_broken=yes
7520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7522 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7523 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7524 if test $ac_cv_header_stat_broken = yes; then
7526 cat >>confdefs.h <<\_ACEOF
7527 #define STAT_MACROS_BROKEN 1
7528 _ACEOF
7538 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7540 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7541 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7542 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7543 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7544 echo $ECHO_N "(cached) $ECHO_C" >&6
7545 else
7546 cat >conftest.$ac_ext <<_ACEOF
7547 /* confdefs.h. */
7548 _ACEOF
7549 cat confdefs.h >>conftest.$ac_ext
7550 cat >>conftest.$ac_ext <<_ACEOF
7551 /* end confdefs.h. */
7552 #include <sys/types.h>
7553 #ifdef HAVE_SYS_PARAM_H
7554 # include <sys/param.h>
7555 #endif
7557 #include <$ac_header>
7558 _ACEOF
7559 rm -f conftest.$ac_objext
7560 if { (ac_try="$ac_compile"
7561 case "(($ac_try" in
7562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7563 *) ac_try_echo=$ac_try;;
7564 esac
7565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7566 (eval "$ac_compile") 2>conftest.er1
7567 ac_status=$?
7568 grep -v '^ *+' conftest.er1 >conftest.err
7569 rm -f conftest.er1
7570 cat conftest.err >&5
7571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572 (exit $ac_status); } && {
7573 test -z "$ac_c_werror_flag" ||
7574 test ! -s conftest.err
7575 } && test -s conftest.$ac_objext; then
7576 eval "$as_ac_Header=yes"
7577 else
7578 echo "$as_me: failed program was:" >&5
7579 sed 's/^/| /' conftest.$ac_ext >&5
7581 eval "$as_ac_Header=no"
7584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7586 ac_res=`eval echo '${'$as_ac_Header'}'`
7587 { echo "$as_me:$LINENO: result: $ac_res" >&5
7588 echo "${ECHO_T}$ac_res" >&6; }
7589 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7590 cat >>confdefs.h <<_ACEOF
7591 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7592 _ACEOF
7596 done
7611 for ac_header in \
7612 netinet/ip.h \
7613 net/if.h \
7614 net/if_arp.h \
7615 net/if_dl.h \
7616 net/if_types.h \
7617 net/route.h \
7618 netinet/if_ether.h \
7619 netinet/in_pcb.h \
7620 netinet/ip_icmp.h \
7621 netinet/ip_var.h \
7622 netinet/udp.h \
7623 netipx/ipx.h \
7626 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7627 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7628 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7630 echo $ECHO_N "(cached) $ECHO_C" >&6
7631 else
7632 cat >conftest.$ac_ext <<_ACEOF
7633 /* confdefs.h. */
7634 _ACEOF
7635 cat confdefs.h >>conftest.$ac_ext
7636 cat >>conftest.$ac_ext <<_ACEOF
7637 /* end confdefs.h. */
7638 #include <sys/types.h>
7639 #ifdef HAVE_SYS_SOCKET_H
7640 # include <sys/socket.h>
7641 #endif
7642 #ifdef HAVE_SYS_SOCKETVAR_H
7643 # include <sys/socketvar.h>
7644 #endif
7645 #ifdef HAVE_NETINET_IN_H
7646 # include <netinet/in.h>
7647 #endif
7648 #ifdef HAVE_NETINET_IP_H
7649 # include <netinet/ip.h>
7650 #endif
7652 #include <$ac_header>
7653 _ACEOF
7654 rm -f conftest.$ac_objext
7655 if { (ac_try="$ac_compile"
7656 case "(($ac_try" in
7657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7658 *) ac_try_echo=$ac_try;;
7659 esac
7660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7661 (eval "$ac_compile") 2>conftest.er1
7662 ac_status=$?
7663 grep -v '^ *+' conftest.er1 >conftest.err
7664 rm -f conftest.er1
7665 cat conftest.err >&5
7666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7667 (exit $ac_status); } && {
7668 test -z "$ac_c_werror_flag" ||
7669 test ! -s conftest.err
7670 } && test -s conftest.$ac_objext; then
7671 eval "$as_ac_Header=yes"
7672 else
7673 echo "$as_me: failed program was:" >&5
7674 sed 's/^/| /' conftest.$ac_ext >&5
7676 eval "$as_ac_Header=no"
7679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7681 ac_res=`eval echo '${'$as_ac_Header'}'`
7682 { echo "$as_me:$LINENO: result: $ac_res" >&5
7683 echo "${ECHO_T}$ac_res" >&6; }
7684 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7685 cat >>confdefs.h <<_ACEOF
7686 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7687 _ACEOF
7691 done
7698 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7700 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7701 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7702 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7703 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7704 echo $ECHO_N "(cached) $ECHO_C" >&6
7705 else
7706 cat >conftest.$ac_ext <<_ACEOF
7707 /* confdefs.h. */
7708 _ACEOF
7709 cat confdefs.h >>conftest.$ac_ext
7710 cat >>conftest.$ac_ext <<_ACEOF
7711 /* end confdefs.h. */
7712 #include <sys/types.h>
7713 #ifdef HAVE_ALIAS_H
7714 # include <alias.h>
7715 #endif
7716 #ifdef HAVE_SYS_SOCKET_H
7717 # include <sys/socket.h>
7718 #endif
7719 #ifdef HAVE_SYS_SOCKETVAR_H
7720 # include <sys/socketvar.h>
7721 #endif
7722 #ifdef HAVE_NETINET_IN_H
7723 # include <netinet/in.h>
7724 #endif
7725 #ifdef HAVE_NETINET_IP_H
7726 # include <netinet/ip.h>
7727 #endif
7728 #ifdef HAVE_NETINET_IP_VAR_H
7729 # include <netinet/ip_var.h>
7730 #endif
7731 #ifdef HAVE_NETINET_IP_ICMP_H
7732 # include <netinet/ip_icmp.h>
7733 #endif
7734 #ifdef HAVE_NETINET_UDP_H
7735 # include <netinet/udp.h>
7736 #endif
7737 #ifdef HAVE_NETINET_TCP_H
7738 # include <netinet/tcp.h>
7739 #endif
7741 #include <$ac_header>
7742 _ACEOF
7743 rm -f conftest.$ac_objext
7744 if { (ac_try="$ac_compile"
7745 case "(($ac_try" in
7746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7747 *) ac_try_echo=$ac_try;;
7748 esac
7749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7750 (eval "$ac_compile") 2>conftest.er1
7751 ac_status=$?
7752 grep -v '^ *+' conftest.er1 >conftest.err
7753 rm -f conftest.er1
7754 cat conftest.err >&5
7755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756 (exit $ac_status); } && {
7757 test -z "$ac_c_werror_flag" ||
7758 test ! -s conftest.err
7759 } && test -s conftest.$ac_objext; then
7760 eval "$as_ac_Header=yes"
7761 else
7762 echo "$as_me: failed program was:" >&5
7763 sed 's/^/| /' conftest.$ac_ext >&5
7765 eval "$as_ac_Header=no"
7768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7770 ac_res=`eval echo '${'$as_ac_Header'}'`
7771 { echo "$as_me:$LINENO: result: $ac_res" >&5
7772 echo "${ECHO_T}$ac_res" >&6; }
7773 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7774 cat >>confdefs.h <<_ACEOF
7775 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7776 _ACEOF
7780 done
7784 for ac_header in linux/ipx.h
7786 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7787 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7790 echo $ECHO_N "(cached) $ECHO_C" >&6
7791 else
7792 cat >conftest.$ac_ext <<_ACEOF
7793 /* confdefs.h. */
7794 _ACEOF
7795 cat confdefs.h >>conftest.$ac_ext
7796 cat >>conftest.$ac_ext <<_ACEOF
7797 /* end confdefs.h. */
7798 #include <sys/types.h>
7799 #ifdef HAVE_ASM_TYPES_H
7800 # include <asm/types.h>
7801 #endif
7802 #ifdef HAVE_SYS_SOCKET_H
7803 # include <sys/socket.h>
7804 #endif
7806 #include <$ac_header>
7807 _ACEOF
7808 rm -f conftest.$ac_objext
7809 if { (ac_try="$ac_compile"
7810 case "(($ac_try" in
7811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7812 *) ac_try_echo=$ac_try;;
7813 esac
7814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7815 (eval "$ac_compile") 2>conftest.er1
7816 ac_status=$?
7817 grep -v '^ *+' conftest.er1 >conftest.err
7818 rm -f conftest.er1
7819 cat conftest.err >&5
7820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821 (exit $ac_status); } && {
7822 test -z "$ac_c_werror_flag" ||
7823 test ! -s conftest.err
7824 } && test -s conftest.$ac_objext; then
7825 eval "$as_ac_Header=yes"
7826 else
7827 echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7830 eval "$as_ac_Header=no"
7833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7835 ac_res=`eval echo '${'$as_ac_Header'}'`
7836 { echo "$as_me:$LINENO: result: $ac_res" >&5
7837 echo "${ECHO_T}$ac_res" >&6; }
7838 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7839 cat >>confdefs.h <<_ACEOF
7840 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7841 _ACEOF
7845 done
7849 for ac_header in resolv.h
7851 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7852 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7853 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7854 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7855 echo $ECHO_N "(cached) $ECHO_C" >&6
7856 else
7857 cat >conftest.$ac_ext <<_ACEOF
7858 /* confdefs.h. */
7859 _ACEOF
7860 cat confdefs.h >>conftest.$ac_ext
7861 cat >>conftest.$ac_ext <<_ACEOF
7862 /* end confdefs.h. */
7863 #include <sys/types.h>
7864 #ifdef HAVE_SYS_SOCKET_H
7865 # include <sys/socket.h>
7866 #endif
7867 #ifdef HAVE_NETINET_IN_H
7868 # include <netinet/in.h>
7869 #endif
7870 #ifdef HAVE_ARPA_NAMESER_H
7871 # include <arpa/nameser.h>
7872 #endif
7874 #include <$ac_header>
7875 _ACEOF
7876 rm -f conftest.$ac_objext
7877 if { (ac_try="$ac_compile"
7878 case "(($ac_try" in
7879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7880 *) ac_try_echo=$ac_try;;
7881 esac
7882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7883 (eval "$ac_compile") 2>conftest.er1
7884 ac_status=$?
7885 grep -v '^ *+' conftest.er1 >conftest.err
7886 rm -f conftest.er1
7887 cat conftest.err >&5
7888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7889 (exit $ac_status); } && {
7890 test -z "$ac_c_werror_flag" ||
7891 test ! -s conftest.err
7892 } && test -s conftest.$ac_objext; then
7893 eval "$as_ac_Header=yes"
7894 else
7895 echo "$as_me: failed program was:" >&5
7896 sed 's/^/| /' conftest.$ac_ext >&5
7898 eval "$as_ac_Header=no"
7901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7903 ac_res=`eval echo '${'$as_ac_Header'}'`
7904 { echo "$as_me:$LINENO: result: $ac_res" >&5
7905 echo "${ECHO_T}$ac_res" >&6; }
7906 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7907 cat >>confdefs.h <<_ACEOF
7908 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7909 _ACEOF
7913 done
7917 for ac_header in ucontext.h
7919 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7920 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7921 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7923 echo $ECHO_N "(cached) $ECHO_C" >&6
7924 else
7925 cat >conftest.$ac_ext <<_ACEOF
7926 /* confdefs.h. */
7927 _ACEOF
7928 cat confdefs.h >>conftest.$ac_ext
7929 cat >>conftest.$ac_ext <<_ACEOF
7930 /* end confdefs.h. */
7931 #include <signal.h>
7933 #include <$ac_header>
7934 _ACEOF
7935 rm -f conftest.$ac_objext
7936 if { (ac_try="$ac_compile"
7937 case "(($ac_try" in
7938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7939 *) ac_try_echo=$ac_try;;
7940 esac
7941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7942 (eval "$ac_compile") 2>conftest.er1
7943 ac_status=$?
7944 grep -v '^ *+' conftest.er1 >conftest.err
7945 rm -f conftest.er1
7946 cat conftest.err >&5
7947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7948 (exit $ac_status); } && {
7949 test -z "$ac_c_werror_flag" ||
7950 test ! -s conftest.err
7951 } && test -s conftest.$ac_objext; then
7952 eval "$as_ac_Header=yes"
7953 else
7954 echo "$as_me: failed program was:" >&5
7955 sed 's/^/| /' conftest.$ac_ext >&5
7957 eval "$as_ac_Header=no"
7960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7962 ac_res=`eval echo '${'$as_ac_Header'}'`
7963 { echo "$as_me:$LINENO: result: $ac_res" >&5
7964 echo "${ECHO_T}$ac_res" >&6; }
7965 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7966 cat >>confdefs.h <<_ACEOF
7967 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7968 _ACEOF
7972 done
7976 for ac_header in sys/thr.h
7978 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7979 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7980 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7981 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7982 echo $ECHO_N "(cached) $ECHO_C" >&6
7983 else
7984 cat >conftest.$ac_ext <<_ACEOF
7985 /* confdefs.h. */
7986 _ACEOF
7987 cat confdefs.h >>conftest.$ac_ext
7988 cat >>conftest.$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7990 #include <sys/types.h>
7991 #ifdef HAVE_UCONTEXT_H
7992 #include <ucontext.h>
7993 #endif
7995 #include <$ac_header>
7996 _ACEOF
7997 rm -f conftest.$ac_objext
7998 if { (ac_try="$ac_compile"
7999 case "(($ac_try" in
8000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8001 *) ac_try_echo=$ac_try;;
8002 esac
8003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8004 (eval "$ac_compile") 2>conftest.er1
8005 ac_status=$?
8006 grep -v '^ *+' conftest.er1 >conftest.err
8007 rm -f conftest.er1
8008 cat conftest.err >&5
8009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010 (exit $ac_status); } && {
8011 test -z "$ac_c_werror_flag" ||
8012 test ! -s conftest.err
8013 } && test -s conftest.$ac_objext; then
8014 eval "$as_ac_Header=yes"
8015 else
8016 echo "$as_me: failed program was:" >&5
8017 sed 's/^/| /' conftest.$ac_ext >&5
8019 eval "$as_ac_Header=no"
8022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8024 ac_res=`eval echo '${'$as_ac_Header'}'`
8025 { echo "$as_me:$LINENO: result: $ac_res" >&5
8026 echo "${ECHO_T}$ac_res" >&6; }
8027 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8028 cat >>confdefs.h <<_ACEOF
8029 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8030 _ACEOF
8034 done
8038 for ac_header in pthread_np.h
8040 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8041 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8042 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8045 else
8046 cat >conftest.$ac_ext <<_ACEOF
8047 /* confdefs.h. */
8048 _ACEOF
8049 cat confdefs.h >>conftest.$ac_ext
8050 cat >>conftest.$ac_ext <<_ACEOF
8051 /* end confdefs.h. */
8052 #ifdef HAVE_PTHREAD_H
8053 #include <pthread.h>
8054 #endif
8056 #include <$ac_header>
8057 _ACEOF
8058 rm -f conftest.$ac_objext
8059 if { (ac_try="$ac_compile"
8060 case "(($ac_try" in
8061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8062 *) ac_try_echo=$ac_try;;
8063 esac
8064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8065 (eval "$ac_compile") 2>conftest.er1
8066 ac_status=$?
8067 grep -v '^ *+' conftest.er1 >conftest.err
8068 rm -f conftest.er1
8069 cat conftest.err >&5
8070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8071 (exit $ac_status); } && {
8072 test -z "$ac_c_werror_flag" ||
8073 test ! -s conftest.err
8074 } && test -s conftest.$ac_objext; then
8075 eval "$as_ac_Header=yes"
8076 else
8077 echo "$as_me: failed program was:" >&5
8078 sed 's/^/| /' conftest.$ac_ext >&5
8080 eval "$as_ac_Header=no"
8083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8085 ac_res=`eval echo '${'$as_ac_Header'}'`
8086 { echo "$as_me:$LINENO: result: $ac_res" >&5
8087 echo "${ECHO_T}$ac_res" >&6; }
8088 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8089 cat >>confdefs.h <<_ACEOF
8090 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8091 _ACEOF
8095 done
8099 for ac_header in linux/videodev.h
8101 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8102 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8103 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8104 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8105 echo $ECHO_N "(cached) $ECHO_C" >&6
8106 else
8107 cat >conftest.$ac_ext <<_ACEOF
8108 /* confdefs.h. */
8109 _ACEOF
8110 cat confdefs.h >>conftest.$ac_ext
8111 cat >>conftest.$ac_ext <<_ACEOF
8112 /* end confdefs.h. */
8113 #ifdef HAVE_SYS_TIME_H
8114 #include <sys/time.h>
8115 #endif
8116 #include <sys/types.h>
8117 #ifdef HAVE_ASM_TYPES_H
8118 #include <asm/types.h>
8119 #endif
8121 #include <$ac_header>
8122 _ACEOF
8123 rm -f conftest.$ac_objext
8124 if { (ac_try="$ac_compile"
8125 case "(($ac_try" in
8126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8127 *) ac_try_echo=$ac_try;;
8128 esac
8129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8130 (eval "$ac_compile") 2>conftest.er1
8131 ac_status=$?
8132 grep -v '^ *+' conftest.er1 >conftest.err
8133 rm -f conftest.er1
8134 cat conftest.err >&5
8135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8136 (exit $ac_status); } && {
8137 test -z "$ac_c_werror_flag" ||
8138 test ! -s conftest.err
8139 } && test -s conftest.$ac_objext; then
8140 eval "$as_ac_Header=yes"
8141 else
8142 echo "$as_me: failed program was:" >&5
8143 sed 's/^/| /' conftest.$ac_ext >&5
8145 eval "$as_ac_Header=no"
8148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8150 ac_res=`eval echo '${'$as_ac_Header'}'`
8151 { echo "$as_me:$LINENO: result: $ac_res" >&5
8152 echo "${ECHO_T}$ac_res" >&6; }
8153 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8154 cat >>confdefs.h <<_ACEOF
8155 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8156 _ACEOF
8160 done
8164 for ac_header in linux/capi.h
8166 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8167 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8168 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8169 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8170 echo $ECHO_N "(cached) $ECHO_C" >&6
8171 else
8172 cat >conftest.$ac_ext <<_ACEOF
8173 /* confdefs.h. */
8174 _ACEOF
8175 cat confdefs.h >>conftest.$ac_ext
8176 cat >>conftest.$ac_ext <<_ACEOF
8177 /* end confdefs.h. */
8178 #define __user
8180 #include <$ac_header>
8181 _ACEOF
8182 rm -f conftest.$ac_objext
8183 if { (ac_try="$ac_compile"
8184 case "(($ac_try" in
8185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8186 *) ac_try_echo=$ac_try;;
8187 esac
8188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8189 (eval "$ac_compile") 2>conftest.er1
8190 ac_status=$?
8191 grep -v '^ *+' conftest.er1 >conftest.err
8192 rm -f conftest.er1
8193 cat conftest.err >&5
8194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8195 (exit $ac_status); } && {
8196 test -z "$ac_c_werror_flag" ||
8197 test ! -s conftest.err
8198 } && test -s conftest.$ac_objext; then
8199 eval "$as_ac_Header=yes"
8200 else
8201 echo "$as_me: failed program was:" >&5
8202 sed 's/^/| /' conftest.$ac_ext >&5
8204 eval "$as_ac_Header=no"
8207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8209 ac_res=`eval echo '${'$as_ac_Header'}'`
8210 { echo "$as_me:$LINENO: result: $ac_res" >&5
8211 echo "${ECHO_T}$ac_res" >&6; }
8212 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8213 cat >>confdefs.h <<_ACEOF
8214 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8215 _ACEOF
8219 done
8223 DLLEXT=""
8225 DLLFLAGS="-D_REENTRANT"
8227 LDSHARED=""
8229 LDDLLFLAGS=""
8231 LIBEXT="so"
8233 IMPLIBEXT="def"
8235 LDRPATH_INSTALL=""
8237 LDRPATH_LOCAL=""
8239 # Extract the first word of "ldd", so it can be a program name with args.
8240 set dummy ldd; ac_word=$2
8241 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8243 if test "${ac_cv_path_LDD+set}" = set; then
8244 echo $ECHO_N "(cached) $ECHO_C" >&6
8245 else
8246 case $LDD in
8247 [\\/]* | ?:[\\/]*)
8248 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8252 as_dummy="/sbin:/usr/sbin:$PATH"
8253 for as_dir in $as_dummy
8255 IFS=$as_save_IFS
8256 test -z "$as_dir" && as_dir=.
8257 for ac_exec_ext in '' $ac_executable_extensions; do
8258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8259 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8261 break 2
8263 done
8264 done
8265 IFS=$as_save_IFS
8267 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8269 esac
8271 LDD=$ac_cv_path_LDD
8272 if test -n "$LDD"; then
8273 { echo "$as_me:$LINENO: result: $LDD" >&5
8274 echo "${ECHO_T}$LDD" >&6; }
8275 else
8276 { echo "$as_me:$LINENO: result: no" >&5
8277 echo "${ECHO_T}no" >&6; }
8282 case $host_os in
8283 cygwin*|mingw32*)
8284 if test -n "$ac_tool_prefix"; then
8285 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8286 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8289 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8290 echo $ECHO_N "(cached) $ECHO_C" >&6
8291 else
8292 if test -n "$DLLTOOL"; then
8293 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8294 else
8295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8296 for as_dir in $PATH
8298 IFS=$as_save_IFS
8299 test -z "$as_dir" && as_dir=.
8300 for ac_exec_ext in '' $ac_executable_extensions; do
8301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8302 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8304 break 2
8306 done
8307 done
8308 IFS=$as_save_IFS
8312 DLLTOOL=$ac_cv_prog_DLLTOOL
8313 if test -n "$DLLTOOL"; then
8314 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8315 echo "${ECHO_T}$DLLTOOL" >&6; }
8316 else
8317 { echo "$as_me:$LINENO: result: no" >&5
8318 echo "${ECHO_T}no" >&6; }
8323 if test -z "$ac_cv_prog_DLLTOOL"; then
8324 ac_ct_DLLTOOL=$DLLTOOL
8325 # Extract the first word of "dlltool", so it can be a program name with args.
8326 set dummy dlltool; ac_word=$2
8327 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8328 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8329 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8330 echo $ECHO_N "(cached) $ECHO_C" >&6
8331 else
8332 if test -n "$ac_ct_DLLTOOL"; then
8333 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8334 else
8335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8336 for as_dir in $PATH
8338 IFS=$as_save_IFS
8339 test -z "$as_dir" && as_dir=.
8340 for ac_exec_ext in '' $ac_executable_extensions; do
8341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8342 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8343 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8344 break 2
8346 done
8347 done
8348 IFS=$as_save_IFS
8352 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8353 if test -n "$ac_ct_DLLTOOL"; then
8354 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8355 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8356 else
8357 { echo "$as_me:$LINENO: result: no" >&5
8358 echo "${ECHO_T}no" >&6; }
8361 if test "x$ac_ct_DLLTOOL" = x; then
8362 DLLTOOL="false"
8363 else
8364 case $cross_compiling:$ac_tool_warned in
8365 yes:)
8366 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8367 whose name does not start with the host triplet. If you think this
8368 configuration is useful to you, please write to autoconf@gnu.org." >&5
8369 echo "$as_me: 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." >&2;}
8372 ac_tool_warned=yes ;;
8373 esac
8374 DLLTOOL=$ac_ct_DLLTOOL
8376 else
8377 DLLTOOL="$ac_cv_prog_DLLTOOL"
8380 if test -n "$ac_tool_prefix"; then
8381 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8382 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8385 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8386 echo $ECHO_N "(cached) $ECHO_C" >&6
8387 else
8388 if test -n "$DLLWRAP"; then
8389 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8390 else
8391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8392 for as_dir in $PATH
8394 IFS=$as_save_IFS
8395 test -z "$as_dir" && as_dir=.
8396 for ac_exec_ext in '' $ac_executable_extensions; do
8397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8398 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8400 break 2
8402 done
8403 done
8404 IFS=$as_save_IFS
8408 DLLWRAP=$ac_cv_prog_DLLWRAP
8409 if test -n "$DLLWRAP"; then
8410 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8411 echo "${ECHO_T}$DLLWRAP" >&6; }
8412 else
8413 { echo "$as_me:$LINENO: result: no" >&5
8414 echo "${ECHO_T}no" >&6; }
8419 if test -z "$ac_cv_prog_DLLWRAP"; then
8420 ac_ct_DLLWRAP=$DLLWRAP
8421 # Extract the first word of "dllwrap", so it can be a program name with args.
8422 set dummy dllwrap; ac_word=$2
8423 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8425 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8426 echo $ECHO_N "(cached) $ECHO_C" >&6
8427 else
8428 if test -n "$ac_ct_DLLWRAP"; then
8429 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8430 else
8431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8432 for as_dir in $PATH
8434 IFS=$as_save_IFS
8435 test -z "$as_dir" && as_dir=.
8436 for ac_exec_ext in '' $ac_executable_extensions; do
8437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8438 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8440 break 2
8442 done
8443 done
8444 IFS=$as_save_IFS
8448 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8449 if test -n "$ac_ct_DLLWRAP"; then
8450 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8451 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8452 else
8453 { echo "$as_me:$LINENO: result: no" >&5
8454 echo "${ECHO_T}no" >&6; }
8457 if test "x$ac_ct_DLLWRAP" = x; then
8458 DLLWRAP="false"
8459 else
8460 case $cross_compiling:$ac_tool_warned in
8461 yes:)
8462 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8463 whose name does not start with the host triplet. If you think this
8464 configuration is useful to you, please write to autoconf@gnu.org." >&5
8465 echo "$as_me: 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." >&2;}
8468 ac_tool_warned=yes ;;
8469 esac
8470 DLLWRAP=$ac_ct_DLLWRAP
8472 else
8473 DLLWRAP="$ac_cv_prog_DLLWRAP"
8476 if test -n "$ac_tool_prefix"; then
8477 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8478 set dummy ${ac_tool_prefix}ar; ac_word=$2
8479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8481 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8482 echo $ECHO_N "(cached) $ECHO_C" >&6
8483 else
8484 if test -n "$MINGWAR"; then
8485 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8486 else
8487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8488 for as_dir in $PATH
8490 IFS=$as_save_IFS
8491 test -z "$as_dir" && as_dir=.
8492 for ac_exec_ext in '' $ac_executable_extensions; do
8493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8494 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8496 break 2
8498 done
8499 done
8500 IFS=$as_save_IFS
8504 MINGWAR=$ac_cv_prog_MINGWAR
8505 if test -n "$MINGWAR"; then
8506 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8507 echo "${ECHO_T}$MINGWAR" >&6; }
8508 else
8509 { echo "$as_me:$LINENO: result: no" >&5
8510 echo "${ECHO_T}no" >&6; }
8515 if test -z "$ac_cv_prog_MINGWAR"; then
8516 ac_ct_MINGWAR=$MINGWAR
8517 # Extract the first word of "ar", so it can be a program name with args.
8518 set dummy ar; ac_word=$2
8519 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8521 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8522 echo $ECHO_N "(cached) $ECHO_C" >&6
8523 else
8524 if test -n "$ac_ct_MINGWAR"; then
8525 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8526 else
8527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8528 for as_dir in $PATH
8530 IFS=$as_save_IFS
8531 test -z "$as_dir" && as_dir=.
8532 for ac_exec_ext in '' $ac_executable_extensions; do
8533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8534 ac_cv_prog_ac_ct_MINGWAR="ar"
8535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8536 break 2
8538 done
8539 done
8540 IFS=$as_save_IFS
8544 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8545 if test -n "$ac_ct_MINGWAR"; then
8546 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8547 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8548 else
8549 { echo "$as_me:$LINENO: result: no" >&5
8550 echo "${ECHO_T}no" >&6; }
8553 if test "x$ac_ct_MINGWAR" = x; then
8554 MINGWAR="false"
8555 else
8556 case $cross_compiling:$ac_tool_warned in
8557 yes:)
8558 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8559 whose name does not start with the host triplet. If you think this
8560 configuration is useful to you, please write to autoconf@gnu.org." >&5
8561 echo "$as_me: 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." >&2;}
8564 ac_tool_warned=yes ;;
8565 esac
8566 MINGWAR=$ac_ct_MINGWAR
8568 else
8569 MINGWAR="$ac_cv_prog_MINGWAR"
8572 if test "$DLLWRAP" = "false"; then
8573 LIBEXT="a"
8574 else
8575 LIBEXT="dll"
8577 IMPLIBEXT="a"
8578 WIN16_FILES=""
8579 WIN16_INSTALL=""
8581 darwin*|macosx*)
8582 DLLEXT=".so"
8583 LIBEXT="dylib"
8584 DLLFLAGS="$DLLFLAGS -fPIC"
8585 LDDLLFLAGS="-bundle -multiply_defined suppress"
8586 LIBWINE_LDFLAGS="-multiply_defined suppress"
8587 LDSHARED="\$(CC) -dynamiclib"
8588 STRIP="$STRIP -x"
8589 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8590 SECURITYLIB="-framework Security -framework CoreFoundation"
8592 COREFOUNDATIONLIB="-framework CoreFoundation"
8594 IOKITLIB="-framework IOKit -framework CoreFoundation"
8596 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8598 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8599 then
8600 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8603 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8604 then
8605 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8608 case $host_cpu in
8609 *powerpc*)
8610 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8611 esac
8612 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8613 then
8614 CARBONLIB="-framework Carbon"
8616 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8620 DLLFLAGS="$DLLFLAGS -fPIC"
8621 DLLEXT=".so"
8622 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8623 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8624 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8625 echo $ECHO_N "(cached) $ECHO_C" >&6
8626 else
8627 ac_wine_try_cflags_saved=$CFLAGS
8628 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8629 cat >conftest.$ac_ext <<_ACEOF
8630 void myfunc() {}
8631 _ACEOF
8632 rm -f conftest.$ac_objext conftest$ac_exeext
8633 if { (ac_try="$ac_link"
8634 case "(($ac_try" in
8635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8636 *) ac_try_echo=$ac_try;;
8637 esac
8638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8639 (eval "$ac_link") 2>conftest.er1
8640 ac_status=$?
8641 grep -v '^ *+' conftest.er1 >conftest.err
8642 rm -f conftest.er1
8643 cat conftest.err >&5
8644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8645 (exit $ac_status); } && {
8646 test -z "$ac_c_werror_flag" ||
8647 test ! -s conftest.err
8648 } && test -s conftest$ac_exeext &&
8649 $as_test_x conftest$ac_exeext; then
8650 ac_cv_c_dll_gnuelf="yes"
8651 else
8652 echo "$as_me: failed program was:" >&5
8653 sed 's/^/| /' conftest.$ac_ext >&5
8655 ac_cv_c_dll_gnuelf="no"
8658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8659 conftest$ac_exeext conftest.$ac_ext
8660 CFLAGS=$ac_wine_try_cflags_saved
8662 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8663 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8664 if test "$ac_cv_c_dll_gnuelf" = "yes"
8665 then
8666 LDSHARED="\$(CC) -shared"
8667 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8668 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8669 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8670 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8671 echo $ECHO_N "(cached) $ECHO_C" >&6
8672 else
8673 ac_wine_try_cflags_saved=$CFLAGS
8674 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8675 cat >conftest.$ac_ext <<_ACEOF
8676 /* confdefs.h. */
8677 _ACEOF
8678 cat confdefs.h >>conftest.$ac_ext
8679 cat >>conftest.$ac_ext <<_ACEOF
8680 /* end confdefs.h. */
8683 main ()
8687 return 0;
8689 _ACEOF
8690 rm -f conftest.$ac_objext conftest$ac_exeext
8691 if { (ac_try="$ac_link"
8692 case "(($ac_try" in
8693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8694 *) ac_try_echo=$ac_try;;
8695 esac
8696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8697 (eval "$ac_link") 2>conftest.er1
8698 ac_status=$?
8699 grep -v '^ *+' conftest.er1 >conftest.err
8700 rm -f conftest.er1
8701 cat conftest.err >&5
8702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8703 (exit $ac_status); } && {
8704 test -z "$ac_c_werror_flag" ||
8705 test ! -s conftest.err
8706 } && test -s conftest$ac_exeext &&
8707 $as_test_x conftest$ac_exeext; then
8708 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8709 else
8710 echo "$as_me: failed program was:" >&5
8711 sed 's/^/| /' conftest.$ac_ext >&5
8713 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8717 conftest$ac_exeext conftest.$ac_ext
8718 CFLAGS=$ac_wine_try_cflags_saved
8720 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8721 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8722 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8723 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8724 else
8725 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8726 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8727 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8728 echo $ECHO_N "(cached) $ECHO_C" >&6
8729 else
8730 ac_wine_try_cflags_saved=$CFLAGS
8731 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8732 cat >conftest.$ac_ext <<_ACEOF
8733 /* confdefs.h. */
8734 _ACEOF
8735 cat confdefs.h >>conftest.$ac_ext
8736 cat >>conftest.$ac_ext <<_ACEOF
8737 /* end confdefs.h. */
8740 main ()
8744 return 0;
8746 _ACEOF
8747 rm -f conftest.$ac_objext conftest$ac_exeext
8748 if { (ac_try="$ac_link"
8749 case "(($ac_try" in
8750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8751 *) ac_try_echo=$ac_try;;
8752 esac
8753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8754 (eval "$ac_link") 2>conftest.er1
8755 ac_status=$?
8756 grep -v '^ *+' conftest.er1 >conftest.err
8757 rm -f conftest.er1
8758 cat conftest.err >&5
8759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760 (exit $ac_status); } && {
8761 test -z "$ac_c_werror_flag" ||
8762 test ! -s conftest.err
8763 } && test -s conftest$ac_exeext &&
8764 $as_test_x conftest$ac_exeext; then
8765 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8766 else
8767 echo "$as_me: failed program was:" >&5
8768 sed 's/^/| /' conftest.$ac_ext >&5
8770 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8774 conftest$ac_exeext conftest.$ac_ext
8775 CFLAGS=$ac_wine_try_cflags_saved
8777 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8778 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8779 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8780 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8786 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8787 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8788 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8789 echo $ECHO_N "(cached) $ECHO_C" >&6
8790 else
8791 ac_wine_try_cflags_saved=$CFLAGS
8792 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8793 cat >conftest.$ac_ext <<_ACEOF
8794 /* confdefs.h. */
8795 _ACEOF
8796 cat confdefs.h >>conftest.$ac_ext
8797 cat >>conftest.$ac_ext <<_ACEOF
8798 /* end confdefs.h. */
8801 main ()
8805 return 0;
8807 _ACEOF
8808 rm -f conftest.$ac_objext conftest$ac_exeext
8809 if { (ac_try="$ac_link"
8810 case "(($ac_try" in
8811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8812 *) ac_try_echo=$ac_try;;
8813 esac
8814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8815 (eval "$ac_link") 2>conftest.er1
8816 ac_status=$?
8817 grep -v '^ *+' conftest.er1 >conftest.err
8818 rm -f conftest.er1
8819 cat conftest.err >&5
8820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8821 (exit $ac_status); } && {
8822 test -z "$ac_c_werror_flag" ||
8823 test ! -s conftest.err
8824 } && test -s conftest$ac_exeext &&
8825 $as_test_x conftest$ac_exeext; then
8826 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8827 else
8828 echo "$as_me: failed program was:" >&5
8829 sed 's/^/| /' conftest.$ac_ext >&5
8831 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8835 conftest$ac_exeext conftest.$ac_ext
8836 CFLAGS=$ac_wine_try_cflags_saved
8838 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8839 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8840 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8841 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8845 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8846 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8847 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8848 echo $ECHO_N "(cached) $ECHO_C" >&6
8849 else
8850 ac_wine_try_cflags_saved=$CFLAGS
8851 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8852 cat >conftest.$ac_ext <<_ACEOF
8853 /* confdefs.h. */
8854 _ACEOF
8855 cat confdefs.h >>conftest.$ac_ext
8856 cat >>conftest.$ac_ext <<_ACEOF
8857 /* end confdefs.h. */
8860 main ()
8864 return 0;
8866 _ACEOF
8867 rm -f conftest.$ac_objext conftest$ac_exeext
8868 if { (ac_try="$ac_link"
8869 case "(($ac_try" in
8870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8871 *) ac_try_echo=$ac_try;;
8872 esac
8873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8874 (eval "$ac_link") 2>conftest.er1
8875 ac_status=$?
8876 grep -v '^ *+' conftest.er1 >conftest.err
8877 rm -f conftest.er1
8878 cat conftest.err >&5
8879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8880 (exit $ac_status); } && {
8881 test -z "$ac_c_werror_flag" ||
8882 test ! -s conftest.err
8883 } && test -s conftest$ac_exeext &&
8884 $as_test_x conftest$ac_exeext; then
8885 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8886 else
8887 echo "$as_me: failed program was:" >&5
8888 sed 's/^/| /' conftest.$ac_ext >&5
8890 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8894 conftest$ac_exeext conftest.$ac_ext
8895 CFLAGS=$ac_wine_try_cflags_saved
8897 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8898 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8899 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8900 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8904 echo '{ global: *; };' >conftest.map
8905 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8906 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8907 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8908 echo $ECHO_N "(cached) $ECHO_C" >&6
8909 else
8910 ac_wine_try_cflags_saved=$CFLAGS
8911 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8912 cat >conftest.$ac_ext <<_ACEOF
8913 /* confdefs.h. */
8914 _ACEOF
8915 cat confdefs.h >>conftest.$ac_ext
8916 cat >>conftest.$ac_ext <<_ACEOF
8917 /* end confdefs.h. */
8920 main ()
8924 return 0;
8926 _ACEOF
8927 rm -f conftest.$ac_objext conftest$ac_exeext
8928 if { (ac_try="$ac_link"
8929 case "(($ac_try" in
8930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8931 *) ac_try_echo=$ac_try;;
8932 esac
8933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8934 (eval "$ac_link") 2>conftest.er1
8935 ac_status=$?
8936 grep -v '^ *+' conftest.er1 >conftest.err
8937 rm -f conftest.er1
8938 cat conftest.err >&5
8939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8940 (exit $ac_status); } && {
8941 test -z "$ac_c_werror_flag" ||
8942 test ! -s conftest.err
8943 } && test -s conftest$ac_exeext &&
8944 $as_test_x conftest$ac_exeext; then
8945 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8946 else
8947 echo "$as_me: failed program was:" >&5
8948 sed 's/^/| /' conftest.$ac_ext >&5
8950 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8954 conftest$ac_exeext conftest.$ac_ext
8955 CFLAGS=$ac_wine_try_cflags_saved
8957 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8958 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8959 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8960 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8963 rm -f conftest.map
8965 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8966 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8967 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8968 echo $ECHO_N "(cached) $ECHO_C" >&6
8969 else
8970 ac_wine_try_cflags_saved=$CFLAGS
8971 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8972 cat >conftest.$ac_ext <<_ACEOF
8973 /* confdefs.h. */
8974 _ACEOF
8975 cat confdefs.h >>conftest.$ac_ext
8976 cat >>conftest.$ac_ext <<_ACEOF
8977 /* end confdefs.h. */
8980 main ()
8984 return 0;
8986 _ACEOF
8987 rm -f conftest.$ac_objext conftest$ac_exeext
8988 if { (ac_try="$ac_link"
8989 case "(($ac_try" in
8990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8991 *) ac_try_echo=$ac_try;;
8992 esac
8993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8994 (eval "$ac_link") 2>conftest.er1
8995 ac_status=$?
8996 grep -v '^ *+' conftest.er1 >conftest.err
8997 rm -f conftest.er1
8998 cat conftest.err >&5
8999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9000 (exit $ac_status); } && {
9001 test -z "$ac_c_werror_flag" ||
9002 test ! -s conftest.err
9003 } && test -s conftest$ac_exeext &&
9004 $as_test_x conftest$ac_exeext; then
9005 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9006 else
9007 echo "$as_me: failed program was:" >&5
9008 sed 's/^/| /' conftest.$ac_ext >&5
9010 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9014 conftest$ac_exeext conftest.$ac_ext
9015 CFLAGS=$ac_wine_try_cflags_saved
9017 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9018 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9019 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9020 LDEXECFLAGS="-Wl,--export-dynamic"
9025 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9026 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9027 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9028 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9029 echo $ECHO_N "(cached) $ECHO_C" >&6
9030 else
9031 ac_wine_try_cflags_saved=$CFLAGS
9032 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9033 cat >conftest.$ac_ext <<_ACEOF
9034 /* confdefs.h. */
9035 _ACEOF
9036 cat confdefs.h >>conftest.$ac_ext
9037 cat >>conftest.$ac_ext <<_ACEOF
9038 /* end confdefs.h. */
9041 main ()
9045 return 0;
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052 *) ac_try_echo=$ac_try;;
9053 esac
9054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9055 (eval "$ac_link") 2>conftest.er1
9056 ac_status=$?
9057 grep -v '^ *+' conftest.er1 >conftest.err
9058 rm -f conftest.er1
9059 cat conftest.err >&5
9060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061 (exit $ac_status); } && {
9062 test -z "$ac_c_werror_flag" ||
9063 test ! -s conftest.err
9064 } && test -s conftest$ac_exeext &&
9065 $as_test_x conftest$ac_exeext; then
9066 eval "$as_ac_var=yes"
9067 else
9068 echo "$as_me: failed program was:" >&5
9069 sed 's/^/| /' conftest.$ac_ext >&5
9071 eval "$as_ac_var=no"
9074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9075 conftest$ac_exeext conftest.$ac_ext
9076 CFLAGS=$ac_wine_try_cflags_saved
9078 ac_res=`eval echo '${'$as_ac_var'}'`
9079 { echo "$as_me:$LINENO: result: $ac_res" >&5
9080 echo "${ECHO_T}$ac_res" >&6; }
9081 if test `eval echo '${'$as_ac_var'}'` = yes; then
9082 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9083 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9084 else
9085 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9086 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9087 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9088 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9089 echo $ECHO_N "(cached) $ECHO_C" >&6
9090 else
9091 ac_wine_try_cflags_saved=$CFLAGS
9092 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9093 cat >conftest.$ac_ext <<_ACEOF
9094 /* confdefs.h. */
9095 _ACEOF
9096 cat confdefs.h >>conftest.$ac_ext
9097 cat >>conftest.$ac_ext <<_ACEOF
9098 /* end confdefs.h. */
9101 main ()
9105 return 0;
9107 _ACEOF
9108 rm -f conftest.$ac_objext conftest$ac_exeext
9109 if { (ac_try="$ac_link"
9110 case "(($ac_try" in
9111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9112 *) ac_try_echo=$ac_try;;
9113 esac
9114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9115 (eval "$ac_link") 2>conftest.er1
9116 ac_status=$?
9117 grep -v '^ *+' conftest.er1 >conftest.err
9118 rm -f conftest.er1
9119 cat conftest.err >&5
9120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9121 (exit $ac_status); } && {
9122 test -z "$ac_c_werror_flag" ||
9123 test ! -s conftest.err
9124 } && test -s conftest$ac_exeext &&
9125 $as_test_x conftest$ac_exeext; then
9126 eval "$as_ac_var=yes"
9127 else
9128 echo "$as_me: failed program was:" >&5
9129 sed 's/^/| /' conftest.$ac_ext >&5
9131 eval "$as_ac_var=no"
9134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9135 conftest$ac_exeext conftest.$ac_ext
9136 CFLAGS=$ac_wine_try_cflags_saved
9138 ac_res=`eval echo '${'$as_ac_var'}'`
9139 { echo "$as_me:$LINENO: result: $ac_res" >&5
9140 echo "${ECHO_T}$ac_res" >&6; }
9141 if test `eval echo '${'$as_ac_var'}'` = yes; then
9142 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9143 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9149 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9150 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9151 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9152 echo $ECHO_N "(cached) $ECHO_C" >&6
9153 else
9154 ac_wine_try_cflags_saved=$CFLAGS
9155 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9156 cat >conftest.$ac_ext <<_ACEOF
9157 /* confdefs.h. */
9158 _ACEOF
9159 cat confdefs.h >>conftest.$ac_ext
9160 cat >>conftest.$ac_ext <<_ACEOF
9161 /* end confdefs.h. */
9164 main ()
9168 return 0;
9170 _ACEOF
9171 rm -f conftest.$ac_objext conftest$ac_exeext
9172 if { (ac_try="$ac_link"
9173 case "(($ac_try" in
9174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9175 *) ac_try_echo=$ac_try;;
9176 esac
9177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9178 (eval "$ac_link") 2>conftest.er1
9179 ac_status=$?
9180 grep -v '^ *+' conftest.er1 >conftest.err
9181 rm -f conftest.er1
9182 cat conftest.err >&5
9183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9184 (exit $ac_status); } && {
9185 test -z "$ac_c_werror_flag" ||
9186 test ! -s conftest.err
9187 } && test -s conftest$ac_exeext &&
9188 $as_test_x conftest$ac_exeext; then
9189 ac_cv_cflags__Wl___enable_new_dtags=yes
9190 else
9191 echo "$as_me: failed program was:" >&5
9192 sed 's/^/| /' conftest.$ac_ext >&5
9194 ac_cv_cflags__Wl___enable_new_dtags=no
9197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9198 conftest$ac_exeext conftest.$ac_ext
9199 CFLAGS=$ac_wine_try_cflags_saved
9201 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9202 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9203 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9204 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9208 case $host_cpu in
9209 *i[3456789]86* | x86_64)
9210 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9211 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9212 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9213 echo $ECHO_N "(cached) $ECHO_C" >&6
9214 else
9215 ac_wine_try_cflags_saved=$CFLAGS
9216 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9217 cat >conftest.$ac_ext <<_ACEOF
9218 /* confdefs.h. */
9219 _ACEOF
9220 cat confdefs.h >>conftest.$ac_ext
9221 cat >>conftest.$ac_ext <<_ACEOF
9222 /* end confdefs.h. */
9225 main ()
9229 return 0;
9231 _ACEOF
9232 rm -f conftest.$ac_objext conftest$ac_exeext
9233 if { (ac_try="$ac_link"
9234 case "(($ac_try" in
9235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9236 *) ac_try_echo=$ac_try;;
9237 esac
9238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9239 (eval "$ac_link") 2>conftest.er1
9240 ac_status=$?
9241 grep -v '^ *+' conftest.er1 >conftest.err
9242 rm -f conftest.er1
9243 cat conftest.err >&5
9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 (exit $ac_status); } && {
9246 test -z "$ac_c_werror_flag" ||
9247 test ! -s conftest.err
9248 } && test -s conftest$ac_exeext &&
9249 $as_test_x conftest$ac_exeext; then
9250 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9251 else
9252 echo "$as_me: failed program was:" >&5
9253 sed 's/^/| /' conftest.$ac_ext >&5
9255 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9259 conftest$ac_exeext conftest.$ac_ext
9260 CFLAGS=$ac_wine_try_cflags_saved
9262 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9263 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9264 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9265 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9269 esac
9271 else
9272 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9273 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9274 if test "${ac_cv_c_dll_unixware+set}" = set; then
9275 echo $ECHO_N "(cached) $ECHO_C" >&6
9276 else
9277 ac_wine_try_cflags_saved=$CFLAGS
9278 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9279 cat >conftest.$ac_ext <<_ACEOF
9280 void myfunc() {}
9281 _ACEOF
9282 rm -f conftest.$ac_objext conftest$ac_exeext
9283 if { (ac_try="$ac_link"
9284 case "(($ac_try" in
9285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9286 *) ac_try_echo=$ac_try;;
9287 esac
9288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9289 (eval "$ac_link") 2>conftest.er1
9290 ac_status=$?
9291 grep -v '^ *+' conftest.er1 >conftest.err
9292 rm -f conftest.er1
9293 cat conftest.err >&5
9294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9295 (exit $ac_status); } && {
9296 test -z "$ac_c_werror_flag" ||
9297 test ! -s conftest.err
9298 } && test -s conftest$ac_exeext &&
9299 $as_test_x conftest$ac_exeext; then
9300 ac_cv_c_dll_unixware="yes"
9301 else
9302 echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9305 ac_cv_c_dll_unixware="no"
9308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9309 conftest$ac_exeext conftest.$ac_ext
9310 CFLAGS=$ac_wine_try_cflags_saved
9312 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9313 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9314 if test "$ac_cv_c_dll_unixware" = "yes"
9315 then
9316 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9317 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9319 else
9320 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9321 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9322 if test "${ac_cv_c_dll_hpux+set}" = set; then
9323 echo $ECHO_N "(cached) $ECHO_C" >&6
9324 else
9325 ac_wine_try_cflags_saved=$CFLAGS
9326 CFLAGS="$CFLAGS -shared"
9327 cat >conftest.$ac_ext <<_ACEOF
9328 void myfunc() {}
9329 _ACEOF
9330 rm -f conftest.$ac_objext conftest$ac_exeext
9331 if { (ac_try="$ac_link"
9332 case "(($ac_try" in
9333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9334 *) ac_try_echo=$ac_try;;
9335 esac
9336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9337 (eval "$ac_link") 2>conftest.er1
9338 ac_status=$?
9339 grep -v '^ *+' conftest.er1 >conftest.err
9340 rm -f conftest.er1
9341 cat conftest.err >&5
9342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9343 (exit $ac_status); } && {
9344 test -z "$ac_c_werror_flag" ||
9345 test ! -s conftest.err
9346 } && test -s conftest$ac_exeext &&
9347 $as_test_x conftest$ac_exeext; then
9348 ac_cv_c_dll_hpux="yes"
9349 else
9350 echo "$as_me: failed program was:" >&5
9351 sed 's/^/| /' conftest.$ac_ext >&5
9353 ac_cv_c_dll_hpux="no"
9356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9357 conftest$ac_exeext conftest.$ac_ext
9358 CFLAGS=$ac_wine_try_cflags_saved
9360 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9361 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9362 if test "$ac_cv_c_dll_hpux" = "yes"
9363 then
9364 LIBEXT="sl"
9365 DLLEXT=".sl"
9366 LDDLLFLAGS="-shared -fPIC"
9367 LDSHARED="\$(CC) -shared"
9372 CROSSTEST=""
9374 if test "$cross_compiling" = "no"
9375 then
9376 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9378 # Extract the first word of "$ac_prog", so it can be a program name with args.
9379 set dummy $ac_prog; ac_word=$2
9380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9382 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9383 echo $ECHO_N "(cached) $ECHO_C" >&6
9384 else
9385 if test -n "$CROSSCC"; then
9386 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9387 else
9388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9389 for as_dir in $PATH
9391 IFS=$as_save_IFS
9392 test -z "$as_dir" && as_dir=.
9393 for ac_exec_ext in '' $ac_executable_extensions; do
9394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9395 ac_cv_prog_CROSSCC="$ac_prog"
9396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9397 break 2
9399 done
9400 done
9401 IFS=$as_save_IFS
9405 CROSSCC=$ac_cv_prog_CROSSCC
9406 if test -n "$CROSSCC"; then
9407 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9408 echo "${ECHO_T}$CROSSCC" >&6; }
9409 else
9410 { echo "$as_me:$LINENO: result: no" >&5
9411 echo "${ECHO_T}no" >&6; }
9415 test -n "$CROSSCC" && break
9416 done
9417 test -n "$CROSSCC" || CROSSCC="false"
9419 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9421 # Extract the first word of "$ac_prog", so it can be a program name with args.
9422 set dummy $ac_prog; ac_word=$2
9423 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9425 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9426 echo $ECHO_N "(cached) $ECHO_C" >&6
9427 else
9428 if test -n "$DLLTOOL"; then
9429 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9430 else
9431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9432 for as_dir in $PATH
9434 IFS=$as_save_IFS
9435 test -z "$as_dir" && as_dir=.
9436 for ac_exec_ext in '' $ac_executable_extensions; do
9437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9438 ac_cv_prog_DLLTOOL="$ac_prog"
9439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9440 break 2
9442 done
9443 done
9444 IFS=$as_save_IFS
9448 DLLTOOL=$ac_cv_prog_DLLTOOL
9449 if test -n "$DLLTOOL"; then
9450 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9451 echo "${ECHO_T}$DLLTOOL" >&6; }
9452 else
9453 { echo "$as_me:$LINENO: result: no" >&5
9454 echo "${ECHO_T}no" >&6; }
9458 test -n "$DLLTOOL" && break
9459 done
9460 test -n "$DLLTOOL" || DLLTOOL="false"
9462 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9464 # Extract the first word of "$ac_prog", so it can be a program name with args.
9465 set dummy $ac_prog; ac_word=$2
9466 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9468 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9469 echo $ECHO_N "(cached) $ECHO_C" >&6
9470 else
9471 if test -n "$CROSSWINDRES"; then
9472 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9473 else
9474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475 for as_dir in $PATH
9477 IFS=$as_save_IFS
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_CROSSWINDRES="$ac_prog"
9482 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9483 break 2
9485 done
9486 done
9487 IFS=$as_save_IFS
9491 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9492 if test -n "$CROSSWINDRES"; then
9493 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9494 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9495 else
9496 { echo "$as_me:$LINENO: result: no" >&5
9497 echo "${ECHO_T}no" >&6; }
9501 test -n "$CROSSWINDRES" && break
9502 done
9503 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9505 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9507 # Extract the first word of "$ac_prog", so it can be a program name with args.
9508 set dummy $ac_prog; ac_word=$2
9509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9511 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9512 echo $ECHO_N "(cached) $ECHO_C" >&6
9513 else
9514 if test -n "$MINGWAR"; then
9515 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9516 else
9517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9518 for as_dir in $PATH
9520 IFS=$as_save_IFS
9521 test -z "$as_dir" && as_dir=.
9522 for ac_exec_ext in '' $ac_executable_extensions; do
9523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9524 ac_cv_prog_MINGWAR="$ac_prog"
9525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9526 break 2
9528 done
9529 done
9530 IFS=$as_save_IFS
9534 MINGWAR=$ac_cv_prog_MINGWAR
9535 if test -n "$MINGWAR"; then
9536 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9537 echo "${ECHO_T}$MINGWAR" >&6; }
9538 else
9539 { echo "$as_me:$LINENO: result: no" >&5
9540 echo "${ECHO_T}no" >&6; }
9544 test -n "$MINGWAR" && break
9545 done
9546 test -n "$MINGWAR" || MINGWAR="false"
9548 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9551 esac
9553 enable_winequartz_drv=${enable_winequartz_drv:-no}
9555 if test "$LIBEXT" = "a"; then
9556 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9557 It is currently not possible to build Wine without shared library
9558 (.so) support to allow transparent switch between .so and .dll files.
9559 If you are using Linux, you will need a newer binutils.
9560 " >&5
9561 echo "$as_me: error: could not find a way to build shared libraries.
9562 It is currently not possible to build Wine without shared library
9563 (.so) support to allow transparent switch between .so and .dll files.
9564 If you are using Linux, you will need a newer binutils.
9565 " >&2;}
9566 { (exit 1); exit 1; }; }
9570 if test "$have_x" = "yes"
9571 then
9572 XLIB="-lXext -lX11"
9573 ac_save_CPPFLAGS="$CPPFLAGS"
9574 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9576 { echo "$as_me:$LINENO: checking for -lX11" >&5
9577 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9578 if test "${ac_cv_lib_soname_X11+set}" = set; then
9579 echo $ECHO_N "(cached) $ECHO_C" >&6
9580 else
9581 ac_check_soname_save_LIBS=$LIBS
9582 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9583 cat >conftest.$ac_ext <<_ACEOF
9584 /* confdefs.h. */
9585 _ACEOF
9586 cat confdefs.h >>conftest.$ac_ext
9587 cat >>conftest.$ac_ext <<_ACEOF
9588 /* end confdefs.h. */
9590 /* Override any GCC internal prototype to avoid an error.
9591 Use char because int might match the return type of a GCC
9592 builtin and then its argument prototype would still apply. */
9593 #ifdef __cplusplus
9594 extern "C"
9595 #endif
9596 char XCreateWindow ();
9598 main ()
9600 return XCreateWindow ();
9602 return 0;
9604 _ACEOF
9605 rm -f conftest.$ac_objext conftest$ac_exeext
9606 if { (ac_try="$ac_link"
9607 case "(($ac_try" in
9608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9609 *) ac_try_echo=$ac_try;;
9610 esac
9611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9612 (eval "$ac_link") 2>conftest.er1
9613 ac_status=$?
9614 grep -v '^ *+' conftest.er1 >conftest.err
9615 rm -f conftest.er1
9616 cat conftest.err >&5
9617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618 (exit $ac_status); } && {
9619 test -z "$ac_c_werror_flag" ||
9620 test ! -s conftest.err
9621 } && test -s conftest$ac_exeext &&
9622 $as_test_x conftest$ac_exeext; then
9623 case "$LIBEXT" in
9624 dll) ;;
9625 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'` ;;
9626 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9627 esac
9628 else
9629 echo "$as_me: failed program was:" >&5
9630 sed 's/^/| /' conftest.$ac_ext >&5
9635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9636 conftest$ac_exeext conftest.$ac_ext
9637 LIBS=$ac_check_soname_save_LIBS
9639 if test "x$ac_cv_lib_soname_X11" = "x"; then
9640 { echo "$as_me:$LINENO: result: not found" >&5
9641 echo "${ECHO_T}not found" >&6; }
9643 else
9644 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9645 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9647 cat >>confdefs.h <<_ACEOF
9648 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9649 _ACEOF
9654 { echo "$as_me:$LINENO: checking for -lXext" >&5
9655 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9656 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9657 echo $ECHO_N "(cached) $ECHO_C" >&6
9658 else
9659 ac_check_soname_save_LIBS=$LIBS
9660 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9661 cat >conftest.$ac_ext <<_ACEOF
9662 /* confdefs.h. */
9663 _ACEOF
9664 cat confdefs.h >>conftest.$ac_ext
9665 cat >>conftest.$ac_ext <<_ACEOF
9666 /* end confdefs.h. */
9668 /* Override any GCC internal prototype to avoid an error.
9669 Use char because int might match the return type of a GCC
9670 builtin and then its argument prototype would still apply. */
9671 #ifdef __cplusplus
9672 extern "C"
9673 #endif
9674 char XextCreateExtension ();
9676 main ()
9678 return XextCreateExtension ();
9680 return 0;
9682 _ACEOF
9683 rm -f conftest.$ac_objext conftest$ac_exeext
9684 if { (ac_try="$ac_link"
9685 case "(($ac_try" in
9686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9687 *) ac_try_echo=$ac_try;;
9688 esac
9689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9690 (eval "$ac_link") 2>conftest.er1
9691 ac_status=$?
9692 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1
9694 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && {
9697 test -z "$ac_c_werror_flag" ||
9698 test ! -s conftest.err
9699 } && test -s conftest$ac_exeext &&
9700 $as_test_x conftest$ac_exeext; then
9701 case "$LIBEXT" in
9702 dll) ;;
9703 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'` ;;
9704 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9705 esac
9706 else
9707 echo "$as_me: failed program was:" >&5
9708 sed 's/^/| /' conftest.$ac_ext >&5
9713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9714 conftest$ac_exeext conftest.$ac_ext
9715 LIBS=$ac_check_soname_save_LIBS
9717 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9718 { echo "$as_me:$LINENO: result: not found" >&5
9719 echo "${ECHO_T}not found" >&6; }
9721 else
9722 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9723 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9725 cat >>confdefs.h <<_ACEOF
9726 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9727 _ACEOF
9745 for ac_header in X11/Xlib.h \
9746 X11/XKBlib.h \
9747 X11/Xutil.h \
9748 X11/Xcursor/Xcursor.h \
9749 X11/extensions/shape.h \
9750 X11/extensions/XInput.h \
9751 X11/extensions/XShm.h \
9752 X11/extensions/Xcomposite.h \
9753 X11/extensions/Xinerama.h \
9754 X11/extensions/Xrandr.h \
9755 X11/extensions/Xrender.h \
9756 X11/extensions/xf86vmode.h
9758 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9762 echo $ECHO_N "(cached) $ECHO_C" >&6
9763 else
9764 cat >conftest.$ac_ext <<_ACEOF
9765 /* confdefs.h. */
9766 _ACEOF
9767 cat confdefs.h >>conftest.$ac_ext
9768 cat >>conftest.$ac_ext <<_ACEOF
9769 /* end confdefs.h. */
9770 #ifdef HAVE_X11_XLIB_H
9771 # include <X11/Xlib.h>
9772 #endif
9773 #ifdef HAVE_X11_XUTIL_H
9774 # include <X11/Xutil.h>
9775 #endif
9777 #include <$ac_header>
9778 _ACEOF
9779 rm -f conftest.$ac_objext
9780 if { (ac_try="$ac_compile"
9781 case "(($ac_try" in
9782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9783 *) ac_try_echo=$ac_try;;
9784 esac
9785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9786 (eval "$ac_compile") 2>conftest.er1
9787 ac_status=$?
9788 grep -v '^ *+' conftest.er1 >conftest.err
9789 rm -f conftest.er1
9790 cat conftest.err >&5
9791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9792 (exit $ac_status); } && {
9793 test -z "$ac_c_werror_flag" ||
9794 test ! -s conftest.err
9795 } && test -s conftest.$ac_objext; then
9796 eval "$as_ac_Header=yes"
9797 else
9798 echo "$as_me: failed program was:" >&5
9799 sed 's/^/| /' conftest.$ac_ext >&5
9801 eval "$as_ac_Header=no"
9804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9806 ac_res=`eval echo '${'$as_ac_Header'}'`
9807 { echo "$as_me:$LINENO: result: $ac_res" >&5
9808 echo "${ECHO_T}$ac_res" >&6; }
9809 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9810 cat >>confdefs.h <<_ACEOF
9811 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9812 _ACEOF
9816 done
9819 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9820 then
9821 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9822 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9823 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9824 echo $ECHO_N "(cached) $ECHO_C" >&6
9825 else
9826 ac_check_lib_save_LIBS=$LIBS
9827 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9828 cat >conftest.$ac_ext <<_ACEOF
9829 /* confdefs.h. */
9830 _ACEOF
9831 cat confdefs.h >>conftest.$ac_ext
9832 cat >>conftest.$ac_ext <<_ACEOF
9833 /* end confdefs.h. */
9835 /* Override any GCC internal prototype to avoid an error.
9836 Use char because int might match the return type of a GCC
9837 builtin and then its argument prototype would still apply. */
9838 #ifdef __cplusplus
9839 extern "C"
9840 #endif
9841 char XkbQueryExtension ();
9843 main ()
9845 return XkbQueryExtension ();
9847 return 0;
9849 _ACEOF
9850 rm -f conftest.$ac_objext conftest$ac_exeext
9851 if { (ac_try="$ac_link"
9852 case "(($ac_try" in
9853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9854 *) ac_try_echo=$ac_try;;
9855 esac
9856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9857 (eval "$ac_link") 2>conftest.er1
9858 ac_status=$?
9859 grep -v '^ *+' conftest.er1 >conftest.err
9860 rm -f conftest.er1
9861 cat conftest.err >&5
9862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9863 (exit $ac_status); } && {
9864 test -z "$ac_c_werror_flag" ||
9865 test ! -s conftest.err
9866 } && test -s conftest$ac_exeext &&
9867 $as_test_x conftest$ac_exeext; then
9868 ac_cv_lib_X11_XkbQueryExtension=yes
9869 else
9870 echo "$as_me: failed program was:" >&5
9871 sed 's/^/| /' conftest.$ac_ext >&5
9873 ac_cv_lib_X11_XkbQueryExtension=no
9876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9877 conftest$ac_exeext conftest.$ac_ext
9878 LIBS=$ac_check_lib_save_LIBS
9880 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9881 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9882 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9884 cat >>confdefs.h <<\_ACEOF
9885 #define HAVE_XKB 1
9886 _ACEOF
9892 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9893 then
9894 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9895 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9896 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9897 echo $ECHO_N "(cached) $ECHO_C" >&6
9898 else
9899 ac_check_soname_save_LIBS=$LIBS
9900 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9901 cat >conftest.$ac_ext <<_ACEOF
9902 /* confdefs.h. */
9903 _ACEOF
9904 cat confdefs.h >>conftest.$ac_ext
9905 cat >>conftest.$ac_ext <<_ACEOF
9906 /* end confdefs.h. */
9908 /* Override any GCC internal prototype to avoid an error.
9909 Use char because int might match the return type of a GCC
9910 builtin and then its argument prototype would still apply. */
9911 #ifdef __cplusplus
9912 extern "C"
9913 #endif
9914 char XcursorImageLoadCursor ();
9916 main ()
9918 return XcursorImageLoadCursor ();
9920 return 0;
9922 _ACEOF
9923 rm -f conftest.$ac_objext conftest$ac_exeext
9924 if { (ac_try="$ac_link"
9925 case "(($ac_try" in
9926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9927 *) ac_try_echo=$ac_try;;
9928 esac
9929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9930 (eval "$ac_link") 2>conftest.er1
9931 ac_status=$?
9932 grep -v '^ *+' conftest.er1 >conftest.err
9933 rm -f conftest.er1
9934 cat conftest.err >&5
9935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9936 (exit $ac_status); } && {
9937 test -z "$ac_c_werror_flag" ||
9938 test ! -s conftest.err
9939 } && test -s conftest$ac_exeext &&
9940 $as_test_x conftest$ac_exeext; then
9941 case "$LIBEXT" in
9942 dll) ;;
9943 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'` ;;
9944 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9945 esac
9946 else
9947 echo "$as_me: failed program was:" >&5
9948 sed 's/^/| /' conftest.$ac_ext >&5
9953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9954 conftest$ac_exeext conftest.$ac_ext
9955 LIBS=$ac_check_soname_save_LIBS
9957 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9958 { echo "$as_me:$LINENO: result: not found" >&5
9959 echo "${ECHO_T}not found" >&6; }
9961 else
9962 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9963 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9965 cat >>confdefs.h <<_ACEOF
9966 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9967 _ACEOF
9973 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9974 case "x$with_xcursor" in
9975 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9976 xno) ;;
9977 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9978 This is an error since --with-xcursor was requested." >&5
9979 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9980 This is an error since --with-xcursor was requested." >&2;}
9981 { (exit 1); exit 1; }; } ;;
9982 esac
9986 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9987 then
9988 { echo "$as_me:$LINENO: checking for -lXi" >&5
9989 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9990 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9991 echo $ECHO_N "(cached) $ECHO_C" >&6
9992 else
9993 ac_check_soname_save_LIBS=$LIBS
9994 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9995 cat >conftest.$ac_ext <<_ACEOF
9996 /* confdefs.h. */
9997 _ACEOF
9998 cat confdefs.h >>conftest.$ac_ext
9999 cat >>conftest.$ac_ext <<_ACEOF
10000 /* end confdefs.h. */
10002 /* Override any GCC internal prototype to avoid an error.
10003 Use char because int might match the return type of a GCC
10004 builtin and then its argument prototype would still apply. */
10005 #ifdef __cplusplus
10006 extern "C"
10007 #endif
10008 char XOpenDevice ();
10010 main ()
10012 return XOpenDevice ();
10014 return 0;
10016 _ACEOF
10017 rm -f conftest.$ac_objext conftest$ac_exeext
10018 if { (ac_try="$ac_link"
10019 case "(($ac_try" in
10020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10021 *) ac_try_echo=$ac_try;;
10022 esac
10023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10024 (eval "$ac_link") 2>conftest.er1
10025 ac_status=$?
10026 grep -v '^ *+' conftest.er1 >conftest.err
10027 rm -f conftest.er1
10028 cat conftest.err >&5
10029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10030 (exit $ac_status); } && {
10031 test -z "$ac_c_werror_flag" ||
10032 test ! -s conftest.err
10033 } && test -s conftest$ac_exeext &&
10034 $as_test_x conftest$ac_exeext; then
10035 case "$LIBEXT" in
10036 dll) ;;
10037 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'` ;;
10038 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10039 esac
10040 else
10041 echo "$as_me: failed program was:" >&5
10042 sed 's/^/| /' conftest.$ac_ext >&5
10047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10048 conftest$ac_exeext conftest.$ac_ext
10049 LIBS=$ac_check_soname_save_LIBS
10051 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10052 { echo "$as_me:$LINENO: result: not found" >&5
10053 echo "${ECHO_T}not found" >&6; }
10055 else
10056 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10057 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10059 cat >>confdefs.h <<_ACEOF
10060 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10061 _ACEOF
10067 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10068 case "x$with_xinput" in
10069 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10070 xno) ;;
10071 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10072 This is an error since --with-xinput was requested." >&5
10073 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10074 This is an error since --with-xinput was requested." >&2;}
10075 { (exit 1); exit 1; }; } ;;
10076 esac
10080 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10081 then
10082 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10083 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10084 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10085 echo $ECHO_N "(cached) $ECHO_C" >&6
10086 else
10087 ac_check_lib_save_LIBS=$LIBS
10088 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10089 cat >conftest.$ac_ext <<_ACEOF
10090 /* confdefs.h. */
10091 _ACEOF
10092 cat confdefs.h >>conftest.$ac_ext
10093 cat >>conftest.$ac_ext <<_ACEOF
10094 /* end confdefs.h. */
10096 /* Override any GCC internal prototype to avoid an error.
10097 Use char because int might match the return type of a GCC
10098 builtin and then its argument prototype would still apply. */
10099 #ifdef __cplusplus
10100 extern "C"
10101 #endif
10102 char XShmQueryExtension ();
10104 main ()
10106 return XShmQueryExtension ();
10108 return 0;
10110 _ACEOF
10111 rm -f conftest.$ac_objext conftest$ac_exeext
10112 if { (ac_try="$ac_link"
10113 case "(($ac_try" in
10114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10115 *) ac_try_echo=$ac_try;;
10116 esac
10117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10118 (eval "$ac_link") 2>conftest.er1
10119 ac_status=$?
10120 grep -v '^ *+' conftest.er1 >conftest.err
10121 rm -f conftest.er1
10122 cat conftest.err >&5
10123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10124 (exit $ac_status); } && {
10125 test -z "$ac_c_werror_flag" ||
10126 test ! -s conftest.err
10127 } && test -s conftest$ac_exeext &&
10128 $as_test_x conftest$ac_exeext; then
10129 ac_cv_lib_Xext_XShmQueryExtension=yes
10130 else
10131 echo "$as_me: failed program was:" >&5
10132 sed 's/^/| /' conftest.$ac_ext >&5
10134 ac_cv_lib_Xext_XShmQueryExtension=no
10137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10138 conftest$ac_exeext conftest.$ac_ext
10139 LIBS=$ac_check_lib_save_LIBS
10141 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10142 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10143 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10145 cat >>confdefs.h <<\_ACEOF
10146 #define HAVE_LIBXXSHM 1
10147 _ACEOF
10152 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10153 case "x$with_xshm" in
10154 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10155 xno) ;;
10156 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10157 This is an error since --with-xshm was requested." >&5
10158 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10159 This is an error since --with-xshm was requested." >&2;}
10160 { (exit 1); exit 1; }; } ;;
10161 esac
10165 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10166 then
10167 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10168 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10169 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10170 echo $ECHO_N "(cached) $ECHO_C" >&6
10171 else
10172 ac_check_lib_save_LIBS=$LIBS
10173 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10174 cat >conftest.$ac_ext <<_ACEOF
10175 /* confdefs.h. */
10176 _ACEOF
10177 cat confdefs.h >>conftest.$ac_ext
10178 cat >>conftest.$ac_ext <<_ACEOF
10179 /* end confdefs.h. */
10181 /* Override any GCC internal prototype to avoid an error.
10182 Use char because int might match the return type of a GCC
10183 builtin and then its argument prototype would still apply. */
10184 #ifdef __cplusplus
10185 extern "C"
10186 #endif
10187 char XShapeQueryExtension ();
10189 main ()
10191 return XShapeQueryExtension ();
10193 return 0;
10195 _ACEOF
10196 rm -f conftest.$ac_objext conftest$ac_exeext
10197 if { (ac_try="$ac_link"
10198 case "(($ac_try" in
10199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10200 *) ac_try_echo=$ac_try;;
10201 esac
10202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10203 (eval "$ac_link") 2>conftest.er1
10204 ac_status=$?
10205 grep -v '^ *+' conftest.er1 >conftest.err
10206 rm -f conftest.er1
10207 cat conftest.err >&5
10208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10209 (exit $ac_status); } && {
10210 test -z "$ac_c_werror_flag" ||
10211 test ! -s conftest.err
10212 } && test -s conftest$ac_exeext &&
10213 $as_test_x conftest$ac_exeext; then
10214 ac_cv_lib_Xext_XShapeQueryExtension=yes
10215 else
10216 echo "$as_me: failed program was:" >&5
10217 sed 's/^/| /' conftest.$ac_ext >&5
10219 ac_cv_lib_Xext_XShapeQueryExtension=no
10222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10223 conftest$ac_exeext conftest.$ac_ext
10224 LIBS=$ac_check_lib_save_LIBS
10226 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10227 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10228 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10230 cat >>confdefs.h <<\_ACEOF
10231 #define HAVE_LIBXSHAPE 1
10232 _ACEOF
10237 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10238 case "x$with_xshape" in
10239 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10240 xno) ;;
10241 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10242 This is an error since --with-xshape was requested." >&5
10243 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10244 This is an error since --with-xshape was requested." >&2;}
10245 { (exit 1); exit 1; }; } ;;
10246 esac
10250 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10251 then
10252 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10253 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10254 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10255 echo $ECHO_N "(cached) $ECHO_C" >&6
10256 else
10257 ac_check_soname_save_LIBS=$LIBS
10258 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10259 cat >conftest.$ac_ext <<_ACEOF
10260 /* confdefs.h. */
10261 _ACEOF
10262 cat confdefs.h >>conftest.$ac_ext
10263 cat >>conftest.$ac_ext <<_ACEOF
10264 /* end confdefs.h. */
10266 /* Override any GCC internal prototype to avoid an error.
10267 Use char because int might match the return type of a GCC
10268 builtin and then its argument prototype would still apply. */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 char XF86VidModeQueryExtension ();
10274 main ()
10276 return XF86VidModeQueryExtension ();
10278 return 0;
10280 _ACEOF
10281 rm -f conftest.$ac_objext conftest$ac_exeext
10282 if { (ac_try="$ac_link"
10283 case "(($ac_try" in
10284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10285 *) ac_try_echo=$ac_try;;
10286 esac
10287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10288 (eval "$ac_link") 2>conftest.er1
10289 ac_status=$?
10290 grep -v '^ *+' conftest.er1 >conftest.err
10291 rm -f conftest.er1
10292 cat conftest.err >&5
10293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10294 (exit $ac_status); } && {
10295 test -z "$ac_c_werror_flag" ||
10296 test ! -s conftest.err
10297 } && test -s conftest$ac_exeext &&
10298 $as_test_x conftest$ac_exeext; then
10299 case "$LIBEXT" in
10300 dll) ;;
10301 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'` ;;
10302 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10303 esac
10304 else
10305 echo "$as_me: failed program was:" >&5
10306 sed 's/^/| /' conftest.$ac_ext >&5
10311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10312 conftest$ac_exeext conftest.$ac_ext
10313 LIBS=$ac_check_soname_save_LIBS
10315 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10316 { echo "$as_me:$LINENO: result: not found" >&5
10317 echo "${ECHO_T}not found" >&6; }
10319 else
10320 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10321 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10323 cat >>confdefs.h <<_ACEOF
10324 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10325 _ACEOF
10331 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10332 case "x$with_xxf86vm" in
10333 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10334 xno) ;;
10335 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10336 This is an error since --with-xxf86vm was requested." >&5
10337 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10338 This is an error since --with-xxf86vm was requested." >&2;}
10339 { (exit 1); exit 1; }; } ;;
10340 esac
10344 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"
10345 then
10346 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10347 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10348 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10349 echo $ECHO_N "(cached) $ECHO_C" >&6
10350 else
10351 ac_check_soname_save_LIBS=$LIBS
10352 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10353 cat >conftest.$ac_ext <<_ACEOF
10354 /* confdefs.h. */
10355 _ACEOF
10356 cat confdefs.h >>conftest.$ac_ext
10357 cat >>conftest.$ac_ext <<_ACEOF
10358 /* end confdefs.h. */
10360 /* Override any GCC internal prototype to avoid an error.
10361 Use char because int might match the return type of a GCC
10362 builtin and then its argument prototype would still apply. */
10363 #ifdef __cplusplus
10364 extern "C"
10365 #endif
10366 char XRenderQueryExtension ();
10368 main ()
10370 return XRenderQueryExtension ();
10372 return 0;
10374 _ACEOF
10375 rm -f conftest.$ac_objext conftest$ac_exeext
10376 if { (ac_try="$ac_link"
10377 case "(($ac_try" in
10378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10379 *) ac_try_echo=$ac_try;;
10380 esac
10381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10382 (eval "$ac_link") 2>conftest.er1
10383 ac_status=$?
10384 grep -v '^ *+' conftest.er1 >conftest.err
10385 rm -f conftest.er1
10386 cat conftest.err >&5
10387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10388 (exit $ac_status); } && {
10389 test -z "$ac_c_werror_flag" ||
10390 test ! -s conftest.err
10391 } && test -s conftest$ac_exeext &&
10392 $as_test_x conftest$ac_exeext; then
10393 case "$LIBEXT" in
10394 dll) ;;
10395 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'` ;;
10396 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10397 esac
10398 else
10399 echo "$as_me: failed program was:" >&5
10400 sed 's/^/| /' conftest.$ac_ext >&5
10405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10406 conftest$ac_exeext conftest.$ac_ext
10407 LIBS=$ac_check_soname_save_LIBS
10409 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10410 { echo "$as_me:$LINENO: result: not found" >&5
10411 echo "${ECHO_T}not found" >&6; }
10413 else
10414 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10415 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10417 cat >>confdefs.h <<_ACEOF
10418 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10419 _ACEOF
10421 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10422 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10423 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10424 echo $ECHO_N "(cached) $ECHO_C" >&6
10425 else
10426 ac_check_lib_save_LIBS=$LIBS
10427 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10428 cat >conftest.$ac_ext <<_ACEOF
10429 /* confdefs.h. */
10430 _ACEOF
10431 cat confdefs.h >>conftest.$ac_ext
10432 cat >>conftest.$ac_ext <<_ACEOF
10433 /* end confdefs.h. */
10435 /* Override any GCC internal prototype to avoid an error.
10436 Use char because int might match the return type of a GCC
10437 builtin and then its argument prototype would still apply. */
10438 #ifdef __cplusplus
10439 extern "C"
10440 #endif
10441 char XRenderSetPictureTransform ();
10443 main ()
10445 return XRenderSetPictureTransform ();
10447 return 0;
10449 _ACEOF
10450 rm -f conftest.$ac_objext conftest$ac_exeext
10451 if { (ac_try="$ac_link"
10452 case "(($ac_try" in
10453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10454 *) ac_try_echo=$ac_try;;
10455 esac
10456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10457 (eval "$ac_link") 2>conftest.er1
10458 ac_status=$?
10459 grep -v '^ *+' conftest.er1 >conftest.err
10460 rm -f conftest.er1
10461 cat conftest.err >&5
10462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10463 (exit $ac_status); } && {
10464 test -z "$ac_c_werror_flag" ||
10465 test ! -s conftest.err
10466 } && test -s conftest$ac_exeext &&
10467 $as_test_x conftest$ac_exeext; then
10468 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10469 else
10470 echo "$as_me: failed program was:" >&5
10471 sed 's/^/| /' conftest.$ac_ext >&5
10473 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10477 conftest$ac_exeext conftest.$ac_ext
10478 LIBS=$ac_check_lib_save_LIBS
10480 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10481 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10482 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10484 cat >>confdefs.h <<\_ACEOF
10485 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10486 _ACEOF
10494 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10495 case "x$with_xrender" in
10496 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10497 xno) ;;
10498 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10499 This is an error since --with-xrender was requested." >&5
10500 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10501 This is an error since --with-xrender was requested." >&2;}
10502 { (exit 1); exit 1; }; } ;;
10503 esac
10507 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10508 then
10509 cat >conftest.$ac_ext <<_ACEOF
10510 /* confdefs.h. */
10511 _ACEOF
10512 cat confdefs.h >>conftest.$ac_ext
10513 cat >>conftest.$ac_ext <<_ACEOF
10514 /* end confdefs.h. */
10515 #include <X11/Xlib.h>
10516 #include <X11/extensions/Xrandr.h>
10518 main ()
10520 static typeof(XRRSetScreenConfigAndRate) * func;
10522 return 0;
10524 _ACEOF
10525 rm -f conftest.$ac_objext
10526 if { (ac_try="$ac_compile"
10527 case "(($ac_try" in
10528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10529 *) ac_try_echo=$ac_try;;
10530 esac
10531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10532 (eval "$ac_compile") 2>conftest.er1
10533 ac_status=$?
10534 grep -v '^ *+' conftest.er1 >conftest.err
10535 rm -f conftest.er1
10536 cat conftest.err >&5
10537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10538 (exit $ac_status); } && {
10539 test -z "$ac_c_werror_flag" ||
10540 test ! -s conftest.err
10541 } && test -s conftest.$ac_objext; then
10542 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10543 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10544 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10545 echo $ECHO_N "(cached) $ECHO_C" >&6
10546 else
10547 ac_check_soname_save_LIBS=$LIBS
10548 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10549 cat >conftest.$ac_ext <<_ACEOF
10550 /* confdefs.h. */
10551 _ACEOF
10552 cat confdefs.h >>conftest.$ac_ext
10553 cat >>conftest.$ac_ext <<_ACEOF
10554 /* end confdefs.h. */
10556 /* Override any GCC internal prototype to avoid an error.
10557 Use char because int might match the return type of a GCC
10558 builtin and then its argument prototype would still apply. */
10559 #ifdef __cplusplus
10560 extern "C"
10561 #endif
10562 char XRRQueryExtension ();
10564 main ()
10566 return XRRQueryExtension ();
10568 return 0;
10570 _ACEOF
10571 rm -f conftest.$ac_objext conftest$ac_exeext
10572 if { (ac_try="$ac_link"
10573 case "(($ac_try" in
10574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10575 *) ac_try_echo=$ac_try;;
10576 esac
10577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10578 (eval "$ac_link") 2>conftest.er1
10579 ac_status=$?
10580 grep -v '^ *+' conftest.er1 >conftest.err
10581 rm -f conftest.er1
10582 cat conftest.err >&5
10583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10584 (exit $ac_status); } && {
10585 test -z "$ac_c_werror_flag" ||
10586 test ! -s conftest.err
10587 } && test -s conftest$ac_exeext &&
10588 $as_test_x conftest$ac_exeext; then
10589 case "$LIBEXT" in
10590 dll) ;;
10591 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'` ;;
10592 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10593 esac
10594 else
10595 echo "$as_me: failed program was:" >&5
10596 sed 's/^/| /' conftest.$ac_ext >&5
10601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10602 conftest$ac_exeext conftest.$ac_ext
10603 LIBS=$ac_check_soname_save_LIBS
10605 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10606 { echo "$as_me:$LINENO: result: not found" >&5
10607 echo "${ECHO_T}not found" >&6; }
10609 else
10610 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10611 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10613 cat >>confdefs.h <<_ACEOF
10614 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10615 _ACEOF
10620 else
10621 echo "$as_me: failed program was:" >&5
10622 sed 's/^/| /' conftest.$ac_ext >&5
10627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10629 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10630 case "x$with_xrandr" in
10631 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10632 xno) ;;
10633 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10634 This is an error since --with-xrandr was requested." >&5
10635 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10636 This is an error since --with-xrandr was requested." >&2;}
10637 { (exit 1); exit 1; }; } ;;
10638 esac
10642 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10643 then
10644 cat >conftest.$ac_ext <<_ACEOF
10645 /* confdefs.h. */
10646 _ACEOF
10647 cat confdefs.h >>conftest.$ac_ext
10648 cat >>conftest.$ac_ext <<_ACEOF
10649 /* end confdefs.h. */
10650 #include <X11/Xlib.h>
10651 #include <X11/extensions/Xinerama.h>
10653 main ()
10655 static typeof(XineramaQueryScreens) * func;
10657 return 0;
10659 _ACEOF
10660 rm -f conftest.$ac_objext
10661 if { (ac_try="$ac_compile"
10662 case "(($ac_try" in
10663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10664 *) ac_try_echo=$ac_try;;
10665 esac
10666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10667 (eval "$ac_compile") 2>conftest.er1
10668 ac_status=$?
10669 grep -v '^ *+' conftest.er1 >conftest.err
10670 rm -f conftest.er1
10671 cat conftest.err >&5
10672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10673 (exit $ac_status); } && {
10674 test -z "$ac_c_werror_flag" ||
10675 test ! -s conftest.err
10676 } && test -s conftest.$ac_objext; then
10677 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10678 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10679 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10680 echo $ECHO_N "(cached) $ECHO_C" >&6
10681 else
10682 ac_check_soname_save_LIBS=$LIBS
10683 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10684 cat >conftest.$ac_ext <<_ACEOF
10685 /* confdefs.h. */
10686 _ACEOF
10687 cat confdefs.h >>conftest.$ac_ext
10688 cat >>conftest.$ac_ext <<_ACEOF
10689 /* end confdefs.h. */
10691 /* Override any GCC internal prototype to avoid an error.
10692 Use char because int might match the return type of a GCC
10693 builtin and then its argument prototype would still apply. */
10694 #ifdef __cplusplus
10695 extern "C"
10696 #endif
10697 char XineramaQueryScreens ();
10699 main ()
10701 return XineramaQueryScreens ();
10703 return 0;
10705 _ACEOF
10706 rm -f conftest.$ac_objext conftest$ac_exeext
10707 if { (ac_try="$ac_link"
10708 case "(($ac_try" in
10709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10710 *) ac_try_echo=$ac_try;;
10711 esac
10712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10713 (eval "$ac_link") 2>conftest.er1
10714 ac_status=$?
10715 grep -v '^ *+' conftest.er1 >conftest.err
10716 rm -f conftest.er1
10717 cat conftest.err >&5
10718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10719 (exit $ac_status); } && {
10720 test -z "$ac_c_werror_flag" ||
10721 test ! -s conftest.err
10722 } && test -s conftest$ac_exeext &&
10723 $as_test_x conftest$ac_exeext; then
10724 case "$LIBEXT" in
10725 dll) ;;
10726 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'` ;;
10727 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10728 esac
10729 else
10730 echo "$as_me: failed program was:" >&5
10731 sed 's/^/| /' conftest.$ac_ext >&5
10736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10737 conftest$ac_exeext conftest.$ac_ext
10738 LIBS=$ac_check_soname_save_LIBS
10740 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10741 { echo "$as_me:$LINENO: result: not found" >&5
10742 echo "${ECHO_T}not found" >&6; }
10744 else
10745 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10746 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10748 cat >>confdefs.h <<_ACEOF
10749 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10750 _ACEOF
10755 else
10756 echo "$as_me: failed program was:" >&5
10757 sed 's/^/| /' conftest.$ac_ext >&5
10762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10764 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10765 case "x$with_xinerama" in
10766 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10767 xno) ;;
10768 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10769 This is an error since --with-xinerama was requested." >&5
10770 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10771 This is an error since --with-xinerama was requested." >&2;}
10772 { (exit 1); exit 1; }; } ;;
10773 esac
10777 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10778 then
10779 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10780 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10781 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10782 echo $ECHO_N "(cached) $ECHO_C" >&6
10783 else
10784 ac_check_soname_save_LIBS=$LIBS
10785 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10786 cat >conftest.$ac_ext <<_ACEOF
10787 /* confdefs.h. */
10788 _ACEOF
10789 cat confdefs.h >>conftest.$ac_ext
10790 cat >>conftest.$ac_ext <<_ACEOF
10791 /* end confdefs.h. */
10793 /* Override any GCC internal prototype to avoid an error.
10794 Use char because int might match the return type of a GCC
10795 builtin and then its argument prototype would still apply. */
10796 #ifdef __cplusplus
10797 extern "C"
10798 #endif
10799 char XCompositeRedirectWindow ();
10801 main ()
10803 return XCompositeRedirectWindow ();
10805 return 0;
10807 _ACEOF
10808 rm -f conftest.$ac_objext conftest$ac_exeext
10809 if { (ac_try="$ac_link"
10810 case "(($ac_try" in
10811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10812 *) ac_try_echo=$ac_try;;
10813 esac
10814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10815 (eval "$ac_link") 2>conftest.er1
10816 ac_status=$?
10817 grep -v '^ *+' conftest.er1 >conftest.err
10818 rm -f conftest.er1
10819 cat conftest.err >&5
10820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10821 (exit $ac_status); } && {
10822 test -z "$ac_c_werror_flag" ||
10823 test ! -s conftest.err
10824 } && test -s conftest$ac_exeext &&
10825 $as_test_x conftest$ac_exeext; then
10826 case "$LIBEXT" in
10827 dll) ;;
10828 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'` ;;
10829 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10830 esac
10831 else
10832 echo "$as_me: failed program was:" >&5
10833 sed 's/^/| /' conftest.$ac_ext >&5
10838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10839 conftest$ac_exeext conftest.$ac_ext
10840 LIBS=$ac_check_soname_save_LIBS
10842 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10843 { echo "$as_me:$LINENO: result: not found" >&5
10844 echo "${ECHO_T}not found" >&6; }
10846 else
10847 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10848 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10850 cat >>confdefs.h <<_ACEOF
10851 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10852 _ACEOF
10858 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10859 case "x$with_xcomposite" in
10860 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10861 xno) ;;
10862 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10863 This is an error since --with-xcomposite was requested." >&5
10864 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10865 This is an error since --with-xcomposite was requested." >&2;}
10866 { (exit 1); exit 1; }; } ;;
10867 esac
10871 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10872 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10873 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10874 echo $ECHO_N "(cached) $ECHO_C" >&6
10875 else
10876 cat >conftest.$ac_ext <<_ACEOF
10877 /* confdefs.h. */
10878 _ACEOF
10879 cat confdefs.h >>conftest.$ac_ext
10880 cat >>conftest.$ac_ext <<_ACEOF
10881 /* end confdefs.h. */
10882 #ifdef HAVE_X11_XLIB_H
10883 #include <X11/Xlib.h>
10884 #endif
10887 main ()
10889 static XICCallback ac_aggr;
10890 if (ac_aggr.callback)
10891 return 0;
10893 return 0;
10895 _ACEOF
10896 rm -f conftest.$ac_objext
10897 if { (ac_try="$ac_compile"
10898 case "(($ac_try" in
10899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10900 *) ac_try_echo=$ac_try;;
10901 esac
10902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10903 (eval "$ac_compile") 2>conftest.er1
10904 ac_status=$?
10905 grep -v '^ *+' conftest.er1 >conftest.err
10906 rm -f conftest.er1
10907 cat conftest.err >&5
10908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10909 (exit $ac_status); } && {
10910 test -z "$ac_c_werror_flag" ||
10911 test ! -s conftest.err
10912 } && test -s conftest.$ac_objext; then
10913 ac_cv_member_XICCallback_callback=yes
10914 else
10915 echo "$as_me: failed program was:" >&5
10916 sed 's/^/| /' conftest.$ac_ext >&5
10918 cat >conftest.$ac_ext <<_ACEOF
10919 /* confdefs.h. */
10920 _ACEOF
10921 cat confdefs.h >>conftest.$ac_ext
10922 cat >>conftest.$ac_ext <<_ACEOF
10923 /* end confdefs.h. */
10924 #ifdef HAVE_X11_XLIB_H
10925 #include <X11/Xlib.h>
10926 #endif
10929 main ()
10931 static XICCallback ac_aggr;
10932 if (sizeof ac_aggr.callback)
10933 return 0;
10935 return 0;
10937 _ACEOF
10938 rm -f conftest.$ac_objext
10939 if { (ac_try="$ac_compile"
10940 case "(($ac_try" in
10941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10942 *) ac_try_echo=$ac_try;;
10943 esac
10944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10945 (eval "$ac_compile") 2>conftest.er1
10946 ac_status=$?
10947 grep -v '^ *+' conftest.er1 >conftest.err
10948 rm -f conftest.er1
10949 cat conftest.err >&5
10950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10951 (exit $ac_status); } && {
10952 test -z "$ac_c_werror_flag" ||
10953 test ! -s conftest.err
10954 } && test -s conftest.$ac_objext; then
10955 ac_cv_member_XICCallback_callback=yes
10956 else
10957 echo "$as_me: failed program was:" >&5
10958 sed 's/^/| /' conftest.$ac_ext >&5
10960 ac_cv_member_XICCallback_callback=no
10963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10968 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10969 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10970 if test $ac_cv_member_XICCallback_callback = yes; then
10972 cat >>confdefs.h <<_ACEOF
10973 #define HAVE_XICCALLBACK_CALLBACK 1
10974 _ACEOF
10981 opengl_msg=""
10982 if test "x$with_opengl" != "xno"
10983 then
10988 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10990 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10991 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10993 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10994 echo $ECHO_N "(cached) $ECHO_C" >&6
10995 else
10996 cat >conftest.$ac_ext <<_ACEOF
10997 /* confdefs.h. */
10998 _ACEOF
10999 cat confdefs.h >>conftest.$ac_ext
11000 cat >>conftest.$ac_ext <<_ACEOF
11001 /* end confdefs.h. */
11002 #ifdef HAVE_GL_GLX_H
11003 # include <GL/glx.h>
11004 #endif
11006 #include <$ac_header>
11007 _ACEOF
11008 rm -f conftest.$ac_objext
11009 if { (ac_try="$ac_compile"
11010 case "(($ac_try" in
11011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11012 *) ac_try_echo=$ac_try;;
11013 esac
11014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11015 (eval "$ac_compile") 2>conftest.er1
11016 ac_status=$?
11017 grep -v '^ *+' conftest.er1 >conftest.err
11018 rm -f conftest.er1
11019 cat conftest.err >&5
11020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11021 (exit $ac_status); } && {
11022 test -z "$ac_c_werror_flag" ||
11023 test ! -s conftest.err
11024 } && test -s conftest.$ac_objext; then
11025 eval "$as_ac_Header=yes"
11026 else
11027 echo "$as_me: failed program was:" >&5
11028 sed 's/^/| /' conftest.$ac_ext >&5
11030 eval "$as_ac_Header=no"
11033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11035 ac_res=`eval echo '${'$as_ac_Header'}'`
11036 { echo "$as_me:$LINENO: result: $ac_res" >&5
11037 echo "${ECHO_T}$ac_res" >&6; }
11038 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11039 cat >>confdefs.h <<_ACEOF
11040 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11041 _ACEOF
11045 done
11047 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11048 then
11049 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11050 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11051 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11052 echo $ECHO_N "(cached) $ECHO_C" >&6
11053 else
11054 cat >conftest.$ac_ext <<_ACEOF
11055 /* confdefs.h. */
11056 _ACEOF
11057 cat confdefs.h >>conftest.$ac_ext
11058 cat >>conftest.$ac_ext <<_ACEOF
11059 /* end confdefs.h. */
11060 #include <GL/gl.h>
11062 main ()
11064 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11066 return 0;
11068 _ACEOF
11069 rm -f conftest.$ac_objext
11070 if { (ac_try="$ac_compile"
11071 case "(($ac_try" in
11072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11073 *) ac_try_echo=$ac_try;;
11074 esac
11075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11076 (eval "$ac_compile") 2>conftest.er1
11077 ac_status=$?
11078 grep -v '^ *+' conftest.er1 >conftest.err
11079 rm -f conftest.er1
11080 cat conftest.err >&5
11081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11082 (exit $ac_status); } && {
11083 test -z "$ac_c_werror_flag" ||
11084 test ! -s conftest.err
11085 } && test -s conftest.$ac_objext; then
11086 wine_cv_opengl_header_version_OK="yes"
11087 else
11088 echo "$as_me: failed program was:" >&5
11089 sed 's/^/| /' conftest.$ac_ext >&5
11091 wine_cv_opengl_header_version_OK="no"
11094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11096 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11097 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11099 if test "$wine_cv_opengl_header_version_OK" = "yes"
11100 then
11101 { echo "$as_me:$LINENO: checking for -lGL" >&5
11102 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11103 if test "${ac_cv_lib_soname_GL+set}" = set; then
11104 echo $ECHO_N "(cached) $ECHO_C" >&6
11105 else
11106 ac_check_soname_save_LIBS=$LIBS
11107 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11108 cat >conftest.$ac_ext <<_ACEOF
11109 /* confdefs.h. */
11110 _ACEOF
11111 cat confdefs.h >>conftest.$ac_ext
11112 cat >>conftest.$ac_ext <<_ACEOF
11113 /* end confdefs.h. */
11115 /* Override any GCC internal prototype to avoid an error.
11116 Use char because int might match the return type of a GCC
11117 builtin and then its argument prototype would still apply. */
11118 #ifdef __cplusplus
11119 extern "C"
11120 #endif
11121 char glXCreateContext ();
11123 main ()
11125 return glXCreateContext ();
11127 return 0;
11129 _ACEOF
11130 rm -f conftest.$ac_objext conftest$ac_exeext
11131 if { (ac_try="$ac_link"
11132 case "(($ac_try" in
11133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11134 *) ac_try_echo=$ac_try;;
11135 esac
11136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11137 (eval "$ac_link") 2>conftest.er1
11138 ac_status=$?
11139 grep -v '^ *+' conftest.er1 >conftest.err
11140 rm -f conftest.er1
11141 cat conftest.err >&5
11142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11143 (exit $ac_status); } && {
11144 test -z "$ac_c_werror_flag" ||
11145 test ! -s conftest.err
11146 } && test -s conftest$ac_exeext &&
11147 $as_test_x conftest$ac_exeext; then
11148 case "$LIBEXT" in
11149 dll) ;;
11150 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'` ;;
11151 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11152 esac
11153 else
11154 echo "$as_me: failed program was:" >&5
11155 sed 's/^/| /' conftest.$ac_ext >&5
11160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11161 conftest$ac_exeext conftest.$ac_ext
11162 LIBS=$ac_check_soname_save_LIBS
11164 if test "x$ac_cv_lib_soname_GL" = "x"; then
11165 { echo "$as_me:$LINENO: result: not found" >&5
11166 echo "${ECHO_T}not found" >&6; }
11167 { echo "$as_me:$LINENO: checking for -lGL" >&5
11168 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11169 if test "${ac_cv_lib_soname_GL+set}" = set; then
11170 echo $ECHO_N "(cached) $ECHO_C" >&6
11171 else
11172 ac_check_soname_save_LIBS=$LIBS
11173 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"
11174 cat >conftest.$ac_ext <<_ACEOF
11175 /* confdefs.h. */
11176 _ACEOF
11177 cat confdefs.h >>conftest.$ac_ext
11178 cat >>conftest.$ac_ext <<_ACEOF
11179 /* end confdefs.h. */
11181 /* Override any GCC internal prototype to avoid an error.
11182 Use char because int might match the return type of a GCC
11183 builtin and then its argument prototype would still apply. */
11184 #ifdef __cplusplus
11185 extern "C"
11186 #endif
11187 char glXCreateContext ();
11189 main ()
11191 return glXCreateContext ();
11193 return 0;
11195 _ACEOF
11196 rm -f conftest.$ac_objext conftest$ac_exeext
11197 if { (ac_try="$ac_link"
11198 case "(($ac_try" in
11199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11200 *) ac_try_echo=$ac_try;;
11201 esac
11202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11203 (eval "$ac_link") 2>conftest.er1
11204 ac_status=$?
11205 grep -v '^ *+' conftest.er1 >conftest.err
11206 rm -f conftest.er1
11207 cat conftest.err >&5
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); } && {
11210 test -z "$ac_c_werror_flag" ||
11211 test ! -s conftest.err
11212 } && test -s conftest$ac_exeext &&
11213 $as_test_x conftest$ac_exeext; then
11214 case "$LIBEXT" in
11215 dll) ;;
11216 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'` ;;
11217 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11218 esac
11219 else
11220 echo "$as_me: failed program was:" >&5
11221 sed 's/^/| /' conftest.$ac_ext >&5
11226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11227 conftest$ac_exeext conftest.$ac_ext
11228 LIBS=$ac_check_soname_save_LIBS
11230 if test "x$ac_cv_lib_soname_GL" = "x"; then
11231 { echo "$as_me:$LINENO: result: not found" >&5
11232 echo "${ECHO_T}not found" >&6; }
11233 if test -f /usr/X11R6/lib/libGL.a
11234 then
11235 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11236 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11237 else
11238 opengl_msg="No OpenGL library found on this system."
11240 else
11241 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11242 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11244 cat >>confdefs.h <<_ACEOF
11245 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11246 _ACEOF
11248 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"
11250 cat >>confdefs.h <<\_ACEOF
11251 #define HAVE_OPENGL 1
11252 _ACEOF
11256 else
11257 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11258 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11260 cat >>confdefs.h <<_ACEOF
11261 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11262 _ACEOF
11264 OPENGL_LIBS="-lGL"
11266 cat >>confdefs.h <<\_ACEOF
11267 #define HAVE_OPENGL 1
11268 _ACEOF
11272 if test "$ac_cv_header_GL_glu_h" = "yes"
11273 then
11274 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11275 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11276 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11277 echo $ECHO_N "(cached) $ECHO_C" >&6
11278 else
11279 ac_check_soname_save_LIBS=$LIBS
11280 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11281 cat >conftest.$ac_ext <<_ACEOF
11282 /* confdefs.h. */
11283 _ACEOF
11284 cat confdefs.h >>conftest.$ac_ext
11285 cat >>conftest.$ac_ext <<_ACEOF
11286 /* end confdefs.h. */
11288 /* Override any GCC internal prototype to avoid an error.
11289 Use char because int might match the return type of a GCC
11290 builtin and then its argument prototype would still apply. */
11291 #ifdef __cplusplus
11292 extern "C"
11293 #endif
11294 char gluLookAt ();
11296 main ()
11298 return gluLookAt ();
11300 return 0;
11302 _ACEOF
11303 rm -f conftest.$ac_objext conftest$ac_exeext
11304 if { (ac_try="$ac_link"
11305 case "(($ac_try" in
11306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11307 *) ac_try_echo=$ac_try;;
11308 esac
11309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11310 (eval "$ac_link") 2>conftest.er1
11311 ac_status=$?
11312 grep -v '^ *+' conftest.er1 >conftest.err
11313 rm -f conftest.er1
11314 cat conftest.err >&5
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); } && {
11317 test -z "$ac_c_werror_flag" ||
11318 test ! -s conftest.err
11319 } && test -s conftest$ac_exeext &&
11320 $as_test_x conftest$ac_exeext; then
11321 case "$LIBEXT" in
11322 dll) ;;
11323 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'` ;;
11324 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11325 esac
11326 else
11327 echo "$as_me: failed program was:" >&5
11328 sed 's/^/| /' conftest.$ac_ext >&5
11333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11334 conftest$ac_exeext conftest.$ac_ext
11335 LIBS=$ac_check_soname_save_LIBS
11337 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11338 { echo "$as_me:$LINENO: result: not found" >&5
11339 echo "${ECHO_T}not found" >&6; }
11341 else
11342 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11343 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11345 cat >>confdefs.h <<_ACEOF
11346 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11347 _ACEOF
11353 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11354 case "x$with_glu" in
11355 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11356 xno) ;;
11357 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11358 This is an error since --with-glu was requested." >&5
11359 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11360 This is an error since --with-glu was requested." >&2;}
11361 { (exit 1); exit 1; }; } ;;
11362 esac
11365 else
11366 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11368 else
11369 opengl_msg="OpenGL development headers not found."
11372 if test -n "$opengl_msg"; then
11373 case "x$with_opengl" in
11374 x) wine_warnings="$wine_warnings|$opengl_msg
11375 OpenGL and Direct3D won't be supported." ;;
11376 xno) ;;
11377 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11378 OpenGL and Direct3D won't be supported.
11379 This is an error since --with-opengl was requested." >&5
11380 echo "$as_me: error: $opengl_msg
11381 OpenGL and Direct3D won't be supported.
11382 This is an error since --with-opengl was requested." >&2;}
11383 { (exit 1); exit 1; }; } ;;
11384 esac
11388 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11389 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11391 NASLIBS=""
11394 for ac_header in audio/audiolib.h
11396 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11397 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11398 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11399 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11401 echo $ECHO_N "(cached) $ECHO_C" >&6
11403 ac_res=`eval echo '${'$as_ac_Header'}'`
11404 { echo "$as_me:$LINENO: result: $ac_res" >&5
11405 echo "${ECHO_T}$ac_res" >&6; }
11406 else
11407 # Is the header compilable?
11408 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11409 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11410 cat >conftest.$ac_ext <<_ACEOF
11411 /* confdefs.h. */
11412 _ACEOF
11413 cat confdefs.h >>conftest.$ac_ext
11414 cat >>conftest.$ac_ext <<_ACEOF
11415 /* end confdefs.h. */
11416 $ac_includes_default
11417 #include <$ac_header>
11418 _ACEOF
11419 rm -f conftest.$ac_objext
11420 if { (ac_try="$ac_compile"
11421 case "(($ac_try" in
11422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11423 *) ac_try_echo=$ac_try;;
11424 esac
11425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11426 (eval "$ac_compile") 2>conftest.er1
11427 ac_status=$?
11428 grep -v '^ *+' conftest.er1 >conftest.err
11429 rm -f conftest.er1
11430 cat conftest.err >&5
11431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); } && {
11433 test -z "$ac_c_werror_flag" ||
11434 test ! -s conftest.err
11435 } && test -s conftest.$ac_objext; then
11436 ac_header_compiler=yes
11437 else
11438 echo "$as_me: failed program was:" >&5
11439 sed 's/^/| /' conftest.$ac_ext >&5
11441 ac_header_compiler=no
11444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11445 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11446 echo "${ECHO_T}$ac_header_compiler" >&6; }
11448 # Is the header present?
11449 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11450 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11451 cat >conftest.$ac_ext <<_ACEOF
11452 /* confdefs.h. */
11453 _ACEOF
11454 cat confdefs.h >>conftest.$ac_ext
11455 cat >>conftest.$ac_ext <<_ACEOF
11456 /* end confdefs.h. */
11457 #include <$ac_header>
11458 _ACEOF
11459 if { (ac_try="$ac_cpp conftest.$ac_ext"
11460 case "(($ac_try" in
11461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11462 *) ac_try_echo=$ac_try;;
11463 esac
11464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11465 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11466 ac_status=$?
11467 grep -v '^ *+' conftest.er1 >conftest.err
11468 rm -f conftest.er1
11469 cat conftest.err >&5
11470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11471 (exit $ac_status); } >/dev/null && {
11472 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11473 test ! -s conftest.err
11474 }; then
11475 ac_header_preproc=yes
11476 else
11477 echo "$as_me: failed program was:" >&5
11478 sed 's/^/| /' conftest.$ac_ext >&5
11480 ac_header_preproc=no
11483 rm -f conftest.err conftest.$ac_ext
11484 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11485 echo "${ECHO_T}$ac_header_preproc" >&6; }
11487 # So? What about this header?
11488 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11489 yes:no: )
11490 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11491 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11492 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11493 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11494 ac_header_preproc=yes
11496 no:yes:* )
11497 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11498 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11499 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11500 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11501 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11502 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11503 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11504 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11505 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11506 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11507 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11508 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11509 ( cat <<\_ASBOX
11510 ## ------------------------------------ ##
11511 ## Report this to wine-devel@winehq.org ##
11512 ## ------------------------------------ ##
11513 _ASBOX
11514 ) | sed "s/^/$as_me: WARNING: /" >&2
11516 esac
11517 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11518 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11519 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11520 echo $ECHO_N "(cached) $ECHO_C" >&6
11521 else
11522 eval "$as_ac_Header=\$ac_header_preproc"
11524 ac_res=`eval echo '${'$as_ac_Header'}'`
11525 { echo "$as_me:$LINENO: result: $ac_res" >&5
11526 echo "${ECHO_T}$ac_res" >&6; }
11529 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11530 cat >>confdefs.h <<_ACEOF
11531 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11532 _ACEOF
11534 for ac_header in audio/soundlib.h
11536 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11537 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11538 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11540 echo $ECHO_N "(cached) $ECHO_C" >&6
11541 else
11542 cat >conftest.$ac_ext <<_ACEOF
11543 /* confdefs.h. */
11544 _ACEOF
11545 cat confdefs.h >>conftest.$ac_ext
11546 cat >>conftest.$ac_ext <<_ACEOF
11547 /* end confdefs.h. */
11548 #include <audio/audiolib.h>
11550 #include <$ac_header>
11551 _ACEOF
11552 rm -f conftest.$ac_objext
11553 if { (ac_try="$ac_compile"
11554 case "(($ac_try" in
11555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11556 *) ac_try_echo=$ac_try;;
11557 esac
11558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11559 (eval "$ac_compile") 2>conftest.er1
11560 ac_status=$?
11561 grep -v '^ *+' conftest.er1 >conftest.err
11562 rm -f conftest.er1
11563 cat conftest.err >&5
11564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11565 (exit $ac_status); } && {
11566 test -z "$ac_c_werror_flag" ||
11567 test ! -s conftest.err
11568 } && test -s conftest.$ac_objext; then
11569 eval "$as_ac_Header=yes"
11570 else
11571 echo "$as_me: failed program was:" >&5
11572 sed 's/^/| /' conftest.$ac_ext >&5
11574 eval "$as_ac_Header=no"
11577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11579 ac_res=`eval echo '${'$as_ac_Header'}'`
11580 { echo "$as_me:$LINENO: result: $ac_res" >&5
11581 echo "${ECHO_T}$ac_res" >&6; }
11582 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11583 cat >>confdefs.h <<_ACEOF
11584 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11585 _ACEOF
11589 done
11591 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11592 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11593 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11594 echo $ECHO_N "(cached) $ECHO_C" >&6
11595 else
11596 ac_check_lib_save_LIBS=$LIBS
11597 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11598 cat >conftest.$ac_ext <<_ACEOF
11599 /* confdefs.h. */
11600 _ACEOF
11601 cat confdefs.h >>conftest.$ac_ext
11602 cat >>conftest.$ac_ext <<_ACEOF
11603 /* end confdefs.h. */
11605 /* Override any GCC internal prototype to avoid an error.
11606 Use char because int might match the return type of a GCC
11607 builtin and then its argument prototype would still apply. */
11608 #ifdef __cplusplus
11609 extern "C"
11610 #endif
11611 char AuCreateFlow ();
11613 main ()
11615 return AuCreateFlow ();
11617 return 0;
11619 _ACEOF
11620 rm -f conftest.$ac_objext conftest$ac_exeext
11621 if { (ac_try="$ac_link"
11622 case "(($ac_try" in
11623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11624 *) ac_try_echo=$ac_try;;
11625 esac
11626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11627 (eval "$ac_link") 2>conftest.er1
11628 ac_status=$?
11629 grep -v '^ *+' conftest.er1 >conftest.err
11630 rm -f conftest.er1
11631 cat conftest.err >&5
11632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11633 (exit $ac_status); } && {
11634 test -z "$ac_c_werror_flag" ||
11635 test ! -s conftest.err
11636 } && test -s conftest$ac_exeext &&
11637 $as_test_x conftest$ac_exeext; then
11638 ac_cv_lib_audio_AuCreateFlow=yes
11639 else
11640 echo "$as_me: failed program was:" >&5
11641 sed 's/^/| /' conftest.$ac_ext >&5
11643 ac_cv_lib_audio_AuCreateFlow=no
11646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11647 conftest$ac_exeext conftest.$ac_ext
11648 LIBS=$ac_check_lib_save_LIBS
11650 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11651 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11652 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11654 cat >>confdefs.h <<\_ACEOF
11655 #define HAVE_NAS 1
11656 _ACEOF
11658 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11659 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11660 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11661 echo $ECHO_N "(cached) $ECHO_C" >&6
11662 else
11663 ac_check_lib_save_LIBS=$LIBS
11664 LIBS="-lXau $X_LIBS $LIBS"
11665 cat >conftest.$ac_ext <<_ACEOF
11666 /* confdefs.h. */
11667 _ACEOF
11668 cat confdefs.h >>conftest.$ac_ext
11669 cat >>conftest.$ac_ext <<_ACEOF
11670 /* end confdefs.h. */
11672 /* Override any GCC internal prototype to avoid an error.
11673 Use char because int might match the return type of a GCC
11674 builtin and then its argument prototype would still apply. */
11675 #ifdef __cplusplus
11676 extern "C"
11677 #endif
11678 char XauGetBestAuthByAddr ();
11680 main ()
11682 return XauGetBestAuthByAddr ();
11684 return 0;
11686 _ACEOF
11687 rm -f conftest.$ac_objext conftest$ac_exeext
11688 if { (ac_try="$ac_link"
11689 case "(($ac_try" in
11690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11691 *) ac_try_echo=$ac_try;;
11692 esac
11693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11694 (eval "$ac_link") 2>conftest.er1
11695 ac_status=$?
11696 grep -v '^ *+' conftest.er1 >conftest.err
11697 rm -f conftest.er1
11698 cat conftest.err >&5
11699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11700 (exit $ac_status); } && {
11701 test -z "$ac_c_werror_flag" ||
11702 test ! -s conftest.err
11703 } && test -s conftest$ac_exeext &&
11704 $as_test_x conftest$ac_exeext; then
11705 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11706 else
11707 echo "$as_me: failed program was:" >&5
11708 sed 's/^/| /' conftest.$ac_ext >&5
11710 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11714 conftest$ac_exeext conftest.$ac_ext
11715 LIBS=$ac_check_lib_save_LIBS
11717 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11718 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11719 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11720 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11721 else
11722 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11730 done
11733 CPPFLAGS="$ac_save_CPPFLAGS"
11734 else
11735 XLIB=""
11736 X_CFLAGS=""
11737 X_LIBS=""
11738 enable_winex11_drv=${enable_winex11_drv:-no}
11739 enable_opengl32=${enable_opengl32:-no}
11740 enable_glu32=${enable_glu32:-no}
11742 if test "x$XLIB" = "x"; then
11743 case "x$with_x" in
11744 xno) ;;
11745 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11746 without X support, which probably isn't what you want. You will need to install
11747 development packages of Xlib/Xfree86 at the very least.
11748 Use the --without-x option if you really want this." >&5
11749 echo "$as_me: error: X development files not found. Wine will be built
11750 without X support, which probably isn't what you want. You will need to install
11751 development packages of Xlib/Xfree86 at the very least.
11752 Use the --without-x option if you really want this." >&2;}
11753 { (exit 1); exit 1; }; } ;;
11754 esac
11759 XML2LIBS=""
11761 XML2INCL=""
11763 XSLTLIBS=""
11765 XSLTINCL=""
11767 if test "x$with_xml" != "xno"
11768 then
11769 ac_save_CPPFLAGS="$CPPFLAGS"
11770 if test "$PKG_CONFIG" != "false"
11771 then
11772 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11773 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11774 else
11775 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11776 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11778 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11780 for ac_header in libxml/parser.h
11782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11783 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11784 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11785 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11787 echo $ECHO_N "(cached) $ECHO_C" >&6
11789 ac_res=`eval echo '${'$as_ac_Header'}'`
11790 { echo "$as_me:$LINENO: result: $ac_res" >&5
11791 echo "${ECHO_T}$ac_res" >&6; }
11792 else
11793 # Is the header compilable?
11794 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11795 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11796 cat >conftest.$ac_ext <<_ACEOF
11797 /* confdefs.h. */
11798 _ACEOF
11799 cat confdefs.h >>conftest.$ac_ext
11800 cat >>conftest.$ac_ext <<_ACEOF
11801 /* end confdefs.h. */
11802 $ac_includes_default
11803 #include <$ac_header>
11804 _ACEOF
11805 rm -f conftest.$ac_objext
11806 if { (ac_try="$ac_compile"
11807 case "(($ac_try" in
11808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11809 *) ac_try_echo=$ac_try;;
11810 esac
11811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11812 (eval "$ac_compile") 2>conftest.er1
11813 ac_status=$?
11814 grep -v '^ *+' conftest.er1 >conftest.err
11815 rm -f conftest.er1
11816 cat conftest.err >&5
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); } && {
11819 test -z "$ac_c_werror_flag" ||
11820 test ! -s conftest.err
11821 } && test -s conftest.$ac_objext; then
11822 ac_header_compiler=yes
11823 else
11824 echo "$as_me: failed program was:" >&5
11825 sed 's/^/| /' conftest.$ac_ext >&5
11827 ac_header_compiler=no
11830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11831 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11832 echo "${ECHO_T}$ac_header_compiler" >&6; }
11834 # Is the header present?
11835 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11836 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11837 cat >conftest.$ac_ext <<_ACEOF
11838 /* confdefs.h. */
11839 _ACEOF
11840 cat confdefs.h >>conftest.$ac_ext
11841 cat >>conftest.$ac_ext <<_ACEOF
11842 /* end confdefs.h. */
11843 #include <$ac_header>
11844 _ACEOF
11845 if { (ac_try="$ac_cpp conftest.$ac_ext"
11846 case "(($ac_try" in
11847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11848 *) ac_try_echo=$ac_try;;
11849 esac
11850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11851 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11852 ac_status=$?
11853 grep -v '^ *+' conftest.er1 >conftest.err
11854 rm -f conftest.er1
11855 cat conftest.err >&5
11856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11857 (exit $ac_status); } >/dev/null && {
11858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11859 test ! -s conftest.err
11860 }; then
11861 ac_header_preproc=yes
11862 else
11863 echo "$as_me: failed program was:" >&5
11864 sed 's/^/| /' conftest.$ac_ext >&5
11866 ac_header_preproc=no
11869 rm -f conftest.err conftest.$ac_ext
11870 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11871 echo "${ECHO_T}$ac_header_preproc" >&6; }
11873 # So? What about this header?
11874 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11875 yes:no: )
11876 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11877 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11879 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11880 ac_header_preproc=yes
11882 no:yes:* )
11883 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11884 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11885 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11886 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11888 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11890 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11892 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11893 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11894 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11895 ( cat <<\_ASBOX
11896 ## ------------------------------------ ##
11897 ## Report this to wine-devel@winehq.org ##
11898 ## ------------------------------------ ##
11899 _ASBOX
11900 ) | sed "s/^/$as_me: WARNING: /" >&2
11902 esac
11903 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11904 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11906 echo $ECHO_N "(cached) $ECHO_C" >&6
11907 else
11908 eval "$as_ac_Header=\$ac_header_preproc"
11910 ac_res=`eval echo '${'$as_ac_Header'}'`
11911 { echo "$as_me:$LINENO: result: $ac_res" >&5
11912 echo "${ECHO_T}$ac_res" >&6; }
11915 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11916 cat >>confdefs.h <<_ACEOF
11917 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11918 _ACEOF
11919 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11920 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11921 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11922 echo $ECHO_N "(cached) $ECHO_C" >&6
11923 else
11924 ac_check_lib_save_LIBS=$LIBS
11925 LIBS="-lxml2 $ac_xml_libs $LIBS"
11926 cat >conftest.$ac_ext <<_ACEOF
11927 /* confdefs.h. */
11928 _ACEOF
11929 cat confdefs.h >>conftest.$ac_ext
11930 cat >>conftest.$ac_ext <<_ACEOF
11931 /* end confdefs.h. */
11933 /* Override any GCC internal prototype to avoid an error.
11934 Use char because int might match the return type of a GCC
11935 builtin and then its argument prototype would still apply. */
11936 #ifdef __cplusplus
11937 extern "C"
11938 #endif
11939 char xmlParseMemory ();
11941 main ()
11943 return xmlParseMemory ();
11945 return 0;
11947 _ACEOF
11948 rm -f conftest.$ac_objext conftest$ac_exeext
11949 if { (ac_try="$ac_link"
11950 case "(($ac_try" in
11951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11952 *) ac_try_echo=$ac_try;;
11953 esac
11954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11955 (eval "$ac_link") 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } && {
11962 test -z "$ac_c_werror_flag" ||
11963 test ! -s conftest.err
11964 } && test -s conftest$ac_exeext &&
11965 $as_test_x conftest$ac_exeext; then
11966 ac_cv_lib_xml2_xmlParseMemory=yes
11967 else
11968 echo "$as_me: failed program was:" >&5
11969 sed 's/^/| /' conftest.$ac_ext >&5
11971 ac_cv_lib_xml2_xmlParseMemory=no
11974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11975 conftest$ac_exeext conftest.$ac_ext
11976 LIBS=$ac_check_lib_save_LIBS
11978 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11979 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11980 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11982 cat >>confdefs.h <<\_ACEOF
11983 #define HAVE_LIBXML2 1
11984 _ACEOF
11986 XML2LIBS="$ac_xml_libs"
11987 XML2INCL="$ac_xml_cflags"
11990 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11991 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11992 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11993 echo $ECHO_N "(cached) $ECHO_C" >&6
11994 else
11995 ac_check_lib_save_LIBS=$LIBS
11996 LIBS="-lxml2 $ac_xml_libs $LIBS"
11997 cat >conftest.$ac_ext <<_ACEOF
11998 /* confdefs.h. */
11999 _ACEOF
12000 cat confdefs.h >>conftest.$ac_ext
12001 cat >>conftest.$ac_ext <<_ACEOF
12002 /* end confdefs.h. */
12004 /* Override any GCC internal prototype to avoid an error.
12005 Use char because int might match the return type of a GCC
12006 builtin and then its argument prototype would still apply. */
12007 #ifdef __cplusplus
12008 extern "C"
12009 #endif
12010 char xmlReadMemory ();
12012 main ()
12014 return xmlReadMemory ();
12016 return 0;
12018 _ACEOF
12019 rm -f conftest.$ac_objext conftest$ac_exeext
12020 if { (ac_try="$ac_link"
12021 case "(($ac_try" in
12022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12023 *) ac_try_echo=$ac_try;;
12024 esac
12025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12026 (eval "$ac_link") 2>conftest.er1
12027 ac_status=$?
12028 grep -v '^ *+' conftest.er1 >conftest.err
12029 rm -f conftest.er1
12030 cat conftest.err >&5
12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032 (exit $ac_status); } && {
12033 test -z "$ac_c_werror_flag" ||
12034 test ! -s conftest.err
12035 } && test -s conftest$ac_exeext &&
12036 $as_test_x conftest$ac_exeext; then
12037 ac_cv_lib_xml2_xmlReadMemory=yes
12038 else
12039 echo "$as_me: failed program was:" >&5
12040 sed 's/^/| /' conftest.$ac_ext >&5
12042 ac_cv_lib_xml2_xmlReadMemory=no
12045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12046 conftest$ac_exeext conftest.$ac_ext
12047 LIBS=$ac_check_lib_save_LIBS
12049 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12050 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12051 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12053 cat >>confdefs.h <<\_ACEOF
12054 #define HAVE_XMLREADMEMORY 1
12055 _ACEOF
12059 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12060 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12061 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12062 echo $ECHO_N "(cached) $ECHO_C" >&6
12063 else
12064 ac_check_lib_save_LIBS=$LIBS
12065 LIBS="-lxml2 $ac_xml_libs $LIBS"
12066 cat >conftest.$ac_ext <<_ACEOF
12067 /* confdefs.h. */
12068 _ACEOF
12069 cat confdefs.h >>conftest.$ac_ext
12070 cat >>conftest.$ac_ext <<_ACEOF
12071 /* end confdefs.h. */
12073 /* Override any GCC internal prototype to avoid an error.
12074 Use char because int might match the return type of a GCC
12075 builtin and then its argument prototype would still apply. */
12076 #ifdef __cplusplus
12077 extern "C"
12078 #endif
12079 char xmlNewDocPI ();
12081 main ()
12083 return xmlNewDocPI ();
12085 return 0;
12087 _ACEOF
12088 rm -f conftest.$ac_objext conftest$ac_exeext
12089 if { (ac_try="$ac_link"
12090 case "(($ac_try" in
12091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12092 *) ac_try_echo=$ac_try;;
12093 esac
12094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12095 (eval "$ac_link") 2>conftest.er1
12096 ac_status=$?
12097 grep -v '^ *+' conftest.er1 >conftest.err
12098 rm -f conftest.er1
12099 cat conftest.err >&5
12100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12101 (exit $ac_status); } && {
12102 test -z "$ac_c_werror_flag" ||
12103 test ! -s conftest.err
12104 } && test -s conftest$ac_exeext &&
12105 $as_test_x conftest$ac_exeext; then
12106 ac_cv_lib_xml2_xmlNewDocPI=yes
12107 else
12108 echo "$as_me: failed program was:" >&5
12109 sed 's/^/| /' conftest.$ac_ext >&5
12111 ac_cv_lib_xml2_xmlNewDocPI=no
12114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12115 conftest$ac_exeext conftest.$ac_ext
12116 LIBS=$ac_check_lib_save_LIBS
12118 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12119 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12120 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12122 cat >>confdefs.h <<\_ACEOF
12123 #define HAVE_XMLNEWDOCPI 1
12124 _ACEOF
12131 done
12133 CPPFLAGS="$ac_save_CPPFLAGS"
12135 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12136 case "x$with_xml" in
12137 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12138 xno) ;;
12139 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12140 This is an error since --with-xml was requested." >&5
12141 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12142 This is an error since --with-xml was requested." >&2;}
12143 { (exit 1); exit 1; }; } ;;
12144 esac
12148 if test "x$with_xslt" != "xno"
12149 then
12150 if test "$PKG_CONFIG" != "false"
12151 then
12152 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12153 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12154 else
12155 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12156 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12158 ac_save_CPPFLAGS="$CPPFLAGS"
12159 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12162 for ac_header in libxslt/pattern.h libxslt/transform.h
12164 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12165 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12166 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12167 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12168 echo $ECHO_N "(cached) $ECHO_C" >&6
12169 else
12170 cat >conftest.$ac_ext <<_ACEOF
12171 /* confdefs.h. */
12172 _ACEOF
12173 cat confdefs.h >>conftest.$ac_ext
12174 cat >>conftest.$ac_ext <<_ACEOF
12175 /* end confdefs.h. */
12176 #ifdef HAVE_LIBXSLT_PATTERN_H
12177 # include <libxslt/pattern.h>
12178 #endif
12180 #include <$ac_header>
12181 _ACEOF
12182 rm -f conftest.$ac_objext
12183 if { (ac_try="$ac_compile"
12184 case "(($ac_try" in
12185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12186 *) ac_try_echo=$ac_try;;
12187 esac
12188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12189 (eval "$ac_compile") 2>conftest.er1
12190 ac_status=$?
12191 grep -v '^ *+' conftest.er1 >conftest.err
12192 rm -f conftest.er1
12193 cat conftest.err >&5
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); } && {
12196 test -z "$ac_c_werror_flag" ||
12197 test ! -s conftest.err
12198 } && test -s conftest.$ac_objext; then
12199 eval "$as_ac_Header=yes"
12200 else
12201 echo "$as_me: failed program was:" >&5
12202 sed 's/^/| /' conftest.$ac_ext >&5
12204 eval "$as_ac_Header=no"
12207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12209 ac_res=`eval echo '${'$as_ac_Header'}'`
12210 { echo "$as_me:$LINENO: result: $ac_res" >&5
12211 echo "${ECHO_T}$ac_res" >&6; }
12212 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12213 cat >>confdefs.h <<_ACEOF
12214 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12215 _ACEOF
12219 done
12221 CPPFLAGS="$ac_save_CPPFLAGS"
12222 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12223 then
12224 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12225 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12226 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12227 echo $ECHO_N "(cached) $ECHO_C" >&6
12228 else
12229 ac_check_lib_save_LIBS=$LIBS
12230 LIBS="-lxslt $ac_xslt_libs $LIBS"
12231 cat >conftest.$ac_ext <<_ACEOF
12232 /* confdefs.h. */
12233 _ACEOF
12234 cat confdefs.h >>conftest.$ac_ext
12235 cat >>conftest.$ac_ext <<_ACEOF
12236 /* end confdefs.h. */
12238 /* Override any GCC internal prototype to avoid an error.
12239 Use char because int might match the return type of a GCC
12240 builtin and then its argument prototype would still apply. */
12241 #ifdef __cplusplus
12242 extern "C"
12243 #endif
12244 char xsltCompilePattern ();
12246 main ()
12248 return xsltCompilePattern ();
12250 return 0;
12252 _ACEOF
12253 rm -f conftest.$ac_objext conftest$ac_exeext
12254 if { (ac_try="$ac_link"
12255 case "(($ac_try" in
12256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12257 *) ac_try_echo=$ac_try;;
12258 esac
12259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12260 (eval "$ac_link") 2>conftest.er1
12261 ac_status=$?
12262 grep -v '^ *+' conftest.er1 >conftest.err
12263 rm -f conftest.er1
12264 cat conftest.err >&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); } && {
12267 test -z "$ac_c_werror_flag" ||
12268 test ! -s conftest.err
12269 } && test -s conftest$ac_exeext &&
12270 $as_test_x conftest$ac_exeext; then
12271 ac_cv_lib_xslt_xsltCompilePattern=yes
12272 else
12273 echo "$as_me: failed program was:" >&5
12274 sed 's/^/| /' conftest.$ac_ext >&5
12276 ac_cv_lib_xslt_xsltCompilePattern=no
12279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12280 conftest$ac_exeext conftest.$ac_ext
12281 LIBS=$ac_check_lib_save_LIBS
12283 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12284 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12285 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12287 cat >>confdefs.h <<\_ACEOF
12288 #define HAVE_LIBXSLT 1
12289 _ACEOF
12291 XSLTLIBS="$ac_xslt_libs"
12292 XSLTINCL="$ac_xslt_cflags"
12293 ac_save_LIBS="$LIBS"
12294 LIBS="$LIBS $ac_xslt_libs"
12296 for ac_func in xsltInit
12298 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12299 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12300 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12301 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12302 echo $ECHO_N "(cached) $ECHO_C" >&6
12303 else
12304 cat >conftest.$ac_ext <<_ACEOF
12305 /* confdefs.h. */
12306 _ACEOF
12307 cat confdefs.h >>conftest.$ac_ext
12308 cat >>conftest.$ac_ext <<_ACEOF
12309 /* end confdefs.h. */
12310 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12311 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12312 #define $ac_func innocuous_$ac_func
12314 /* System header to define __stub macros and hopefully few prototypes,
12315 which can conflict with char $ac_func (); below.
12316 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12317 <limits.h> exists even on freestanding compilers. */
12319 #ifdef __STDC__
12320 # include <limits.h>
12321 #else
12322 # include <assert.h>
12323 #endif
12325 #undef $ac_func
12327 /* Override any GCC internal prototype to avoid an error.
12328 Use char because int might match the return type of a GCC
12329 builtin and then its argument prototype would still apply. */
12330 #ifdef __cplusplus
12331 extern "C"
12332 #endif
12333 char $ac_func ();
12334 /* The GNU C library defines this for functions which it implements
12335 to always fail with ENOSYS. Some functions are actually named
12336 something starting with __ and the normal name is an alias. */
12337 #if defined __stub_$ac_func || defined __stub___$ac_func
12338 choke me
12339 #endif
12342 main ()
12344 return $ac_func ();
12346 return 0;
12348 _ACEOF
12349 rm -f conftest.$ac_objext conftest$ac_exeext
12350 if { (ac_try="$ac_link"
12351 case "(($ac_try" in
12352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12353 *) ac_try_echo=$ac_try;;
12354 esac
12355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12356 (eval "$ac_link") 2>conftest.er1
12357 ac_status=$?
12358 grep -v '^ *+' conftest.er1 >conftest.err
12359 rm -f conftest.er1
12360 cat conftest.err >&5
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); } && {
12363 test -z "$ac_c_werror_flag" ||
12364 test ! -s conftest.err
12365 } && test -s conftest$ac_exeext &&
12366 $as_test_x conftest$ac_exeext; then
12367 eval "$as_ac_var=yes"
12368 else
12369 echo "$as_me: failed program was:" >&5
12370 sed 's/^/| /' conftest.$ac_ext >&5
12372 eval "$as_ac_var=no"
12375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12376 conftest$ac_exeext conftest.$ac_ext
12378 ac_res=`eval echo '${'$as_ac_var'}'`
12379 { echo "$as_me:$LINENO: result: $ac_res" >&5
12380 echo "${ECHO_T}$ac_res" >&6; }
12381 if test `eval echo '${'$as_ac_var'}'` = yes; then
12382 cat >>confdefs.h <<_ACEOF
12383 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12384 _ACEOF
12387 done
12389 LIBS="$ac_save_LIBS"
12394 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12395 case "x$with_xslt" in
12396 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12397 xno) ;;
12398 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12399 This is an error since --with-xslt was requested." >&5
12400 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12401 This is an error since --with-xslt was requested." >&2;}
12402 { (exit 1); exit 1; }; } ;;
12403 esac
12407 HALINCL=""
12409 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12410 then
12411 ac_save_CPPFLAGS="$CPPFLAGS"
12412 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12413 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12414 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12417 for ac_header in dbus/dbus.h hal/libhal.h
12419 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12421 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12424 echo $ECHO_N "(cached) $ECHO_C" >&6
12426 ac_res=`eval echo '${'$as_ac_Header'}'`
12427 { echo "$as_me:$LINENO: result: $ac_res" >&5
12428 echo "${ECHO_T}$ac_res" >&6; }
12429 else
12430 # Is the header compilable?
12431 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12432 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12433 cat >conftest.$ac_ext <<_ACEOF
12434 /* confdefs.h. */
12435 _ACEOF
12436 cat confdefs.h >>conftest.$ac_ext
12437 cat >>conftest.$ac_ext <<_ACEOF
12438 /* end confdefs.h. */
12439 $ac_includes_default
12440 #include <$ac_header>
12441 _ACEOF
12442 rm -f conftest.$ac_objext
12443 if { (ac_try="$ac_compile"
12444 case "(($ac_try" in
12445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12446 *) ac_try_echo=$ac_try;;
12447 esac
12448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12449 (eval "$ac_compile") 2>conftest.er1
12450 ac_status=$?
12451 grep -v '^ *+' conftest.er1 >conftest.err
12452 rm -f conftest.er1
12453 cat conftest.err >&5
12454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12455 (exit $ac_status); } && {
12456 test -z "$ac_c_werror_flag" ||
12457 test ! -s conftest.err
12458 } && test -s conftest.$ac_objext; then
12459 ac_header_compiler=yes
12460 else
12461 echo "$as_me: failed program was:" >&5
12462 sed 's/^/| /' conftest.$ac_ext >&5
12464 ac_header_compiler=no
12467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12468 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12469 echo "${ECHO_T}$ac_header_compiler" >&6; }
12471 # Is the header present?
12472 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12473 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12474 cat >conftest.$ac_ext <<_ACEOF
12475 /* confdefs.h. */
12476 _ACEOF
12477 cat confdefs.h >>conftest.$ac_ext
12478 cat >>conftest.$ac_ext <<_ACEOF
12479 /* end confdefs.h. */
12480 #include <$ac_header>
12481 _ACEOF
12482 if { (ac_try="$ac_cpp conftest.$ac_ext"
12483 case "(($ac_try" in
12484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12485 *) ac_try_echo=$ac_try;;
12486 esac
12487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12489 ac_status=$?
12490 grep -v '^ *+' conftest.er1 >conftest.err
12491 rm -f conftest.er1
12492 cat conftest.err >&5
12493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12494 (exit $ac_status); } >/dev/null && {
12495 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12496 test ! -s conftest.err
12497 }; then
12498 ac_header_preproc=yes
12499 else
12500 echo "$as_me: failed program was:" >&5
12501 sed 's/^/| /' conftest.$ac_ext >&5
12503 ac_header_preproc=no
12506 rm -f conftest.err conftest.$ac_ext
12507 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12508 echo "${ECHO_T}$ac_header_preproc" >&6; }
12510 # So? What about this header?
12511 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12512 yes:no: )
12513 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12514 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12516 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12517 ac_header_preproc=yes
12519 no:yes:* )
12520 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12521 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12522 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12523 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12524 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12525 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12526 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12527 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12529 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12530 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12531 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12532 ( cat <<\_ASBOX
12533 ## ------------------------------------ ##
12534 ## Report this to wine-devel@winehq.org ##
12535 ## ------------------------------------ ##
12536 _ASBOX
12537 ) | sed "s/^/$as_me: WARNING: /" >&2
12539 esac
12540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12543 echo $ECHO_N "(cached) $ECHO_C" >&6
12544 else
12545 eval "$as_ac_Header=\$ac_header_preproc"
12547 ac_res=`eval echo '${'$as_ac_Header'}'`
12548 { echo "$as_me:$LINENO: result: $ac_res" >&5
12549 echo "${ECHO_T}$ac_res" >&6; }
12552 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12553 cat >>confdefs.h <<_ACEOF
12554 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12555 _ACEOF
12559 done
12561 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12562 then
12563 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12564 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12565 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12566 echo $ECHO_N "(cached) $ECHO_C" >&6
12567 else
12568 ac_check_lib_save_LIBS=$LIBS
12569 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12570 cat >conftest.$ac_ext <<_ACEOF
12571 /* confdefs.h. */
12572 _ACEOF
12573 cat confdefs.h >>conftest.$ac_ext
12574 cat >>conftest.$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12577 /* Override any GCC internal prototype to avoid an error.
12578 Use char because int might match the return type of a GCC
12579 builtin and then its argument prototype would still apply. */
12580 #ifdef __cplusplus
12581 extern "C"
12582 #endif
12583 char dbus_connection_close ();
12585 main ()
12587 return dbus_connection_close ();
12589 return 0;
12591 _ACEOF
12592 rm -f conftest.$ac_objext conftest$ac_exeext
12593 if { (ac_try="$ac_link"
12594 case "(($ac_try" in
12595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12596 *) ac_try_echo=$ac_try;;
12597 esac
12598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12599 (eval "$ac_link") 2>conftest.er1
12600 ac_status=$?
12601 grep -v '^ *+' conftest.er1 >conftest.err
12602 rm -f conftest.er1
12603 cat conftest.err >&5
12604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12605 (exit $ac_status); } && {
12606 test -z "$ac_c_werror_flag" ||
12607 test ! -s conftest.err
12608 } && test -s conftest$ac_exeext &&
12609 $as_test_x conftest$ac_exeext; then
12610 ac_cv_lib_dbus_1_dbus_connection_close=yes
12611 else
12612 echo "$as_me: failed program was:" >&5
12613 sed 's/^/| /' conftest.$ac_ext >&5
12615 ac_cv_lib_dbus_1_dbus_connection_close=no
12618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12619 conftest$ac_exeext conftest.$ac_ext
12620 LIBS=$ac_check_lib_save_LIBS
12622 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12623 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12624 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12625 { echo "$as_me:$LINENO: checking for -lhal" >&5
12626 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12627 if test "${ac_cv_lib_soname_hal+set}" = set; then
12628 echo $ECHO_N "(cached) $ECHO_C" >&6
12629 else
12630 ac_check_soname_save_LIBS=$LIBS
12631 LIBS="-lhal $ac_hal_libs $LIBS"
12632 cat >conftest.$ac_ext <<_ACEOF
12633 /* confdefs.h. */
12634 _ACEOF
12635 cat confdefs.h >>conftest.$ac_ext
12636 cat >>conftest.$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12639 /* Override any GCC internal prototype to avoid an error.
12640 Use char because int might match the return type of a GCC
12641 builtin and then its argument prototype would still apply. */
12642 #ifdef __cplusplus
12643 extern "C"
12644 #endif
12645 char libhal_ctx_new ();
12647 main ()
12649 return libhal_ctx_new ();
12651 return 0;
12653 _ACEOF
12654 rm -f conftest.$ac_objext conftest$ac_exeext
12655 if { (ac_try="$ac_link"
12656 case "(($ac_try" in
12657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12658 *) ac_try_echo=$ac_try;;
12659 esac
12660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12661 (eval "$ac_link") 2>conftest.er1
12662 ac_status=$?
12663 grep -v '^ *+' conftest.er1 >conftest.err
12664 rm -f conftest.er1
12665 cat conftest.err >&5
12666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12667 (exit $ac_status); } && {
12668 test -z "$ac_c_werror_flag" ||
12669 test ! -s conftest.err
12670 } && test -s conftest$ac_exeext &&
12671 $as_test_x conftest$ac_exeext; then
12672 case "$LIBEXT" in
12673 dll) ;;
12674 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'` ;;
12675 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12676 esac
12677 else
12678 echo "$as_me: failed program was:" >&5
12679 sed 's/^/| /' conftest.$ac_ext >&5
12684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12685 conftest$ac_exeext conftest.$ac_ext
12686 LIBS=$ac_check_soname_save_LIBS
12688 if test "x$ac_cv_lib_soname_hal" = "x"; then
12689 { echo "$as_me:$LINENO: result: not found" >&5
12690 echo "${ECHO_T}not found" >&6; }
12692 else
12693 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12694 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12696 cat >>confdefs.h <<_ACEOF
12697 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12698 _ACEOF
12700 HALINCL="$ac_hal_cflags"
12706 CPPFLAGS="$ac_save_CPPFLAGS"
12708 if test "x$ac_cv_lib_soname_hal" = "x"; then
12709 case "x$with_hal" in
12710 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12711 xno) ;;
12712 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12713 This is an error since --with-hal was requested." >&5
12714 echo "$as_me: error: libhal development files not found, no dynamic device support.
12715 This is an error since --with-hal was requested." >&2;}
12716 { (exit 1); exit 1; }; } ;;
12717 esac
12721 CURSESLIBS=""
12722 if test "$ac_cv_header_ncurses_h" = "yes"
12723 then
12724 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12725 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12726 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12727 echo $ECHO_N "(cached) $ECHO_C" >&6
12728 else
12729 ac_check_soname_save_LIBS=$LIBS
12730 LIBS="-lncurses $LIBS"
12731 cat >conftest.$ac_ext <<_ACEOF
12732 /* confdefs.h. */
12733 _ACEOF
12734 cat confdefs.h >>conftest.$ac_ext
12735 cat >>conftest.$ac_ext <<_ACEOF
12736 /* end confdefs.h. */
12738 /* Override any GCC internal prototype to avoid an error.
12739 Use char because int might match the return type of a GCC
12740 builtin and then its argument prototype would still apply. */
12741 #ifdef __cplusplus
12742 extern "C"
12743 #endif
12744 char waddch ();
12746 main ()
12748 return waddch ();
12750 return 0;
12752 _ACEOF
12753 rm -f conftest.$ac_objext conftest$ac_exeext
12754 if { (ac_try="$ac_link"
12755 case "(($ac_try" in
12756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12757 *) ac_try_echo=$ac_try;;
12758 esac
12759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12760 (eval "$ac_link") 2>conftest.er1
12761 ac_status=$?
12762 grep -v '^ *+' conftest.er1 >conftest.err
12763 rm -f conftest.er1
12764 cat conftest.err >&5
12765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12766 (exit $ac_status); } && {
12767 test -z "$ac_c_werror_flag" ||
12768 test ! -s conftest.err
12769 } && test -s conftest$ac_exeext &&
12770 $as_test_x conftest$ac_exeext; then
12771 case "$LIBEXT" in
12772 dll) ;;
12773 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'` ;;
12774 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12775 esac
12776 else
12777 echo "$as_me: failed program was:" >&5
12778 sed 's/^/| /' conftest.$ac_ext >&5
12783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12784 conftest$ac_exeext conftest.$ac_ext
12785 LIBS=$ac_check_soname_save_LIBS
12787 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12788 { echo "$as_me:$LINENO: result: not found" >&5
12789 echo "${ECHO_T}not found" >&6; }
12791 else
12792 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12793 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12795 cat >>confdefs.h <<_ACEOF
12796 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12797 _ACEOF
12799 CURSESLIBS="-lncurses"
12802 elif test "$ac_cv_header_curses_h" = "yes"
12803 then
12804 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12805 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12806 if test "${ac_cv_lib_soname_curses+set}" = set; then
12807 echo $ECHO_N "(cached) $ECHO_C" >&6
12808 else
12809 ac_check_soname_save_LIBS=$LIBS
12810 LIBS="-lcurses $LIBS"
12811 cat >conftest.$ac_ext <<_ACEOF
12812 /* confdefs.h. */
12813 _ACEOF
12814 cat confdefs.h >>conftest.$ac_ext
12815 cat >>conftest.$ac_ext <<_ACEOF
12816 /* end confdefs.h. */
12818 /* Override any GCC internal prototype to avoid an error.
12819 Use char because int might match the return type of a GCC
12820 builtin and then its argument prototype would still apply. */
12821 #ifdef __cplusplus
12822 extern "C"
12823 #endif
12824 char waddch ();
12826 main ()
12828 return waddch ();
12830 return 0;
12832 _ACEOF
12833 rm -f conftest.$ac_objext conftest$ac_exeext
12834 if { (ac_try="$ac_link"
12835 case "(($ac_try" in
12836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12837 *) ac_try_echo=$ac_try;;
12838 esac
12839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12840 (eval "$ac_link") 2>conftest.er1
12841 ac_status=$?
12842 grep -v '^ *+' conftest.er1 >conftest.err
12843 rm -f conftest.er1
12844 cat conftest.err >&5
12845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12846 (exit $ac_status); } && {
12847 test -z "$ac_c_werror_flag" ||
12848 test ! -s conftest.err
12849 } && test -s conftest$ac_exeext &&
12850 $as_test_x conftest$ac_exeext; then
12851 case "$LIBEXT" in
12852 dll) ;;
12853 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'` ;;
12854 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12855 esac
12856 else
12857 echo "$as_me: failed program was:" >&5
12858 sed 's/^/| /' conftest.$ac_ext >&5
12863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12864 conftest$ac_exeext conftest.$ac_ext
12865 LIBS=$ac_check_soname_save_LIBS
12867 if test "x$ac_cv_lib_soname_curses" = "x"; then
12868 { echo "$as_me:$LINENO: result: not found" >&5
12869 echo "${ECHO_T}not found" >&6; }
12871 else
12872 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12873 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12875 cat >>confdefs.h <<_ACEOF
12876 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12877 _ACEOF
12879 CURSESLIBS="-lcurses"
12883 ac_save_LIBS="$LIBS"
12884 LIBS="$LIBS $CURSESLIBS"
12886 for ac_func in mousemask
12888 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12889 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12890 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12891 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12892 echo $ECHO_N "(cached) $ECHO_C" >&6
12893 else
12894 cat >conftest.$ac_ext <<_ACEOF
12895 /* confdefs.h. */
12896 _ACEOF
12897 cat confdefs.h >>conftest.$ac_ext
12898 cat >>conftest.$ac_ext <<_ACEOF
12899 /* end confdefs.h. */
12900 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12901 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12902 #define $ac_func innocuous_$ac_func
12904 /* System header to define __stub macros and hopefully few prototypes,
12905 which can conflict with char $ac_func (); below.
12906 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12907 <limits.h> exists even on freestanding compilers. */
12909 #ifdef __STDC__
12910 # include <limits.h>
12911 #else
12912 # include <assert.h>
12913 #endif
12915 #undef $ac_func
12917 /* Override any GCC internal prototype to avoid an error.
12918 Use char because int might match the return type of a GCC
12919 builtin and then its argument prototype would still apply. */
12920 #ifdef __cplusplus
12921 extern "C"
12922 #endif
12923 char $ac_func ();
12924 /* The GNU C library defines this for functions which it implements
12925 to always fail with ENOSYS. Some functions are actually named
12926 something starting with __ and the normal name is an alias. */
12927 #if defined __stub_$ac_func || defined __stub___$ac_func
12928 choke me
12929 #endif
12932 main ()
12934 return $ac_func ();
12936 return 0;
12938 _ACEOF
12939 rm -f conftest.$ac_objext conftest$ac_exeext
12940 if { (ac_try="$ac_link"
12941 case "(($ac_try" in
12942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12943 *) ac_try_echo=$ac_try;;
12944 esac
12945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12946 (eval "$ac_link") 2>conftest.er1
12947 ac_status=$?
12948 grep -v '^ *+' conftest.er1 >conftest.err
12949 rm -f conftest.er1
12950 cat conftest.err >&5
12951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12952 (exit $ac_status); } && {
12953 test -z "$ac_c_werror_flag" ||
12954 test ! -s conftest.err
12955 } && test -s conftest$ac_exeext &&
12956 $as_test_x conftest$ac_exeext; then
12957 eval "$as_ac_var=yes"
12958 else
12959 echo "$as_me: failed program was:" >&5
12960 sed 's/^/| /' conftest.$ac_ext >&5
12962 eval "$as_ac_var=no"
12965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12966 conftest$ac_exeext conftest.$ac_ext
12968 ac_res=`eval echo '${'$as_ac_var'}'`
12969 { echo "$as_me:$LINENO: result: $ac_res" >&5
12970 echo "${ECHO_T}$ac_res" >&6; }
12971 if test `eval echo '${'$as_ac_var'}'` = yes; then
12972 cat >>confdefs.h <<_ACEOF
12973 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12974 _ACEOF
12977 done
12979 LIBS="$ac_save_LIBS"
12980 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12981 case "x$with_curses" in
12982 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12983 xno) ;;
12984 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12985 This is an error since --with-curses was requested." >&5
12986 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12987 This is an error since --with-curses was requested." >&2;}
12988 { (exit 1); exit 1; }; } ;;
12989 esac
12993 # Extract the first word of "sane-config", so it can be a program name with args.
12994 set dummy sane-config; ac_word=$2
12995 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12997 if test "${ac_cv_prog_sane_devel+set}" = set; then
12998 echo $ECHO_N "(cached) $ECHO_C" >&6
12999 else
13000 if test -n "$sane_devel"; then
13001 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13002 else
13003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13004 for as_dir in $PATH
13006 IFS=$as_save_IFS
13007 test -z "$as_dir" && as_dir=.
13008 for ac_exec_ext in '' $ac_executable_extensions; do
13009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13010 ac_cv_prog_sane_devel="sane-config"
13011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13012 break 2
13014 done
13015 done
13016 IFS=$as_save_IFS
13018 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13021 sane_devel=$ac_cv_prog_sane_devel
13022 if test -n "$sane_devel"; then
13023 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13024 echo "${ECHO_T}$sane_devel" >&6; }
13025 else
13026 { echo "$as_me:$LINENO: result: no" >&5
13027 echo "${ECHO_T}no" >&6; }
13031 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13032 then
13033 ac_sane_incl="`$sane_devel --cflags`"
13034 ac_sane_libs="`$sane_devel --ldflags`"
13035 ac_save_CPPFLAGS="$CPPFLAGS"
13036 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13037 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13038 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13039 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13040 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13041 echo $ECHO_N "(cached) $ECHO_C" >&6
13043 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13044 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13045 else
13046 # Is the header compilable?
13047 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13048 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13049 cat >conftest.$ac_ext <<_ACEOF
13050 /* confdefs.h. */
13051 _ACEOF
13052 cat confdefs.h >>conftest.$ac_ext
13053 cat >>conftest.$ac_ext <<_ACEOF
13054 /* end confdefs.h. */
13055 $ac_includes_default
13056 #include <sane/sane.h>
13057 _ACEOF
13058 rm -f conftest.$ac_objext
13059 if { (ac_try="$ac_compile"
13060 case "(($ac_try" in
13061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13062 *) ac_try_echo=$ac_try;;
13063 esac
13064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13065 (eval "$ac_compile") 2>conftest.er1
13066 ac_status=$?
13067 grep -v '^ *+' conftest.er1 >conftest.err
13068 rm -f conftest.er1
13069 cat conftest.err >&5
13070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13071 (exit $ac_status); } && {
13072 test -z "$ac_c_werror_flag" ||
13073 test ! -s conftest.err
13074 } && test -s conftest.$ac_objext; then
13075 ac_header_compiler=yes
13076 else
13077 echo "$as_me: failed program was:" >&5
13078 sed 's/^/| /' conftest.$ac_ext >&5
13080 ac_header_compiler=no
13083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13084 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13085 echo "${ECHO_T}$ac_header_compiler" >&6; }
13087 # Is the header present?
13088 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13089 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13090 cat >conftest.$ac_ext <<_ACEOF
13091 /* confdefs.h. */
13092 _ACEOF
13093 cat confdefs.h >>conftest.$ac_ext
13094 cat >>conftest.$ac_ext <<_ACEOF
13095 /* end confdefs.h. */
13096 #include <sane/sane.h>
13097 _ACEOF
13098 if { (ac_try="$ac_cpp conftest.$ac_ext"
13099 case "(($ac_try" in
13100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13101 *) ac_try_echo=$ac_try;;
13102 esac
13103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13105 ac_status=$?
13106 grep -v '^ *+' conftest.er1 >conftest.err
13107 rm -f conftest.er1
13108 cat conftest.err >&5
13109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13110 (exit $ac_status); } >/dev/null && {
13111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13112 test ! -s conftest.err
13113 }; then
13114 ac_header_preproc=yes
13115 else
13116 echo "$as_me: failed program was:" >&5
13117 sed 's/^/| /' conftest.$ac_ext >&5
13119 ac_header_preproc=no
13122 rm -f conftest.err conftest.$ac_ext
13123 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13124 echo "${ECHO_T}$ac_header_preproc" >&6; }
13126 # So? What about this header?
13127 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13128 yes:no: )
13129 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13130 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13131 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13132 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13133 ac_header_preproc=yes
13135 no:yes:* )
13136 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13137 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13138 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13139 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13140 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13141 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13143 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13144 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13145 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13146 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13147 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13148 ( cat <<\_ASBOX
13149 ## ------------------------------------ ##
13150 ## Report this to wine-devel@winehq.org ##
13151 ## ------------------------------------ ##
13152 _ASBOX
13153 ) | sed "s/^/$as_me: WARNING: /" >&2
13155 esac
13156 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13157 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13158 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13159 echo $ECHO_N "(cached) $ECHO_C" >&6
13160 else
13161 ac_cv_header_sane_sane_h=$ac_header_preproc
13163 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13164 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13167 if test $ac_cv_header_sane_sane_h = yes; then
13168 { echo "$as_me:$LINENO: checking for -lsane" >&5
13169 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13170 if test "${ac_cv_lib_soname_sane+set}" = set; then
13171 echo $ECHO_N "(cached) $ECHO_C" >&6
13172 else
13173 ac_check_soname_save_LIBS=$LIBS
13174 LIBS="-lsane $ac_sane_libs $LIBS"
13175 cat >conftest.$ac_ext <<_ACEOF
13176 /* confdefs.h. */
13177 _ACEOF
13178 cat confdefs.h >>conftest.$ac_ext
13179 cat >>conftest.$ac_ext <<_ACEOF
13180 /* end confdefs.h. */
13182 /* Override any GCC internal prototype to avoid an error.
13183 Use char because int might match the return type of a GCC
13184 builtin and then its argument prototype would still apply. */
13185 #ifdef __cplusplus
13186 extern "C"
13187 #endif
13188 char sane_init ();
13190 main ()
13192 return sane_init ();
13194 return 0;
13196 _ACEOF
13197 rm -f conftest.$ac_objext conftest$ac_exeext
13198 if { (ac_try="$ac_link"
13199 case "(($ac_try" in
13200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13201 *) ac_try_echo=$ac_try;;
13202 esac
13203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13204 (eval "$ac_link") 2>conftest.er1
13205 ac_status=$?
13206 grep -v '^ *+' conftest.er1 >conftest.err
13207 rm -f conftest.er1
13208 cat conftest.err >&5
13209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13210 (exit $ac_status); } && {
13211 test -z "$ac_c_werror_flag" ||
13212 test ! -s conftest.err
13213 } && test -s conftest$ac_exeext &&
13214 $as_test_x conftest$ac_exeext; then
13215 case "$LIBEXT" in
13216 dll) ;;
13217 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'` ;;
13218 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13219 esac
13220 else
13221 echo "$as_me: failed program was:" >&5
13222 sed 's/^/| /' conftest.$ac_ext >&5
13227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13228 conftest$ac_exeext conftest.$ac_ext
13229 LIBS=$ac_check_soname_save_LIBS
13231 if test "x$ac_cv_lib_soname_sane" = "x"; then
13232 { echo "$as_me:$LINENO: result: not found" >&5
13233 echo "${ECHO_T}not found" >&6; }
13235 else
13236 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13237 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13239 cat >>confdefs.h <<_ACEOF
13240 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13241 _ACEOF
13243 SANEINCL="$ac_sane_incl"
13250 CPPFLAGS="$ac_save_CPPFLAGS"
13252 if test "x$ac_cv_lib_soname_sane" = "x"; then
13253 case "x$with_sane" in
13254 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13255 xno) ;;
13256 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13257 This is an error since --with-sane was requested." >&5
13258 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13259 This is an error since --with-sane was requested." >&2;}
13260 { (exit 1); exit 1; }; } ;;
13261 esac
13265 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13266 set dummy gphoto2-config; ac_word=$2
13267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13269 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13270 echo $ECHO_N "(cached) $ECHO_C" >&6
13271 else
13272 if test -n "$gphoto2_devel"; then
13273 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13274 else
13275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13276 for as_dir in $PATH
13278 IFS=$as_save_IFS
13279 test -z "$as_dir" && as_dir=.
13280 for ac_exec_ext in '' $ac_executable_extensions; do
13281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13282 ac_cv_prog_gphoto2_devel="gphoto2-config"
13283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13284 break 2
13286 done
13287 done
13288 IFS=$as_save_IFS
13290 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13293 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13294 if test -n "$gphoto2_devel"; then
13295 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13296 echo "${ECHO_T}$gphoto2_devel" >&6; }
13297 else
13298 { echo "$as_me:$LINENO: result: no" >&5
13299 echo "${ECHO_T}no" >&6; }
13303 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13304 set dummy gphoto2-port-config; ac_word=$2
13305 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13307 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13308 echo $ECHO_N "(cached) $ECHO_C" >&6
13309 else
13310 if test -n "$gphoto2port_devel"; then
13311 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13312 else
13313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13314 for as_dir in $PATH
13316 IFS=$as_save_IFS
13317 test -z "$as_dir" && as_dir=.
13318 for ac_exec_ext in '' $ac_executable_extensions; do
13319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13320 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13322 break 2
13324 done
13325 done
13326 IFS=$as_save_IFS
13328 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13331 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13332 if test -n "$gphoto2port_devel"; then
13333 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13334 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13335 else
13336 { echo "$as_me:$LINENO: result: no" >&5
13337 echo "${ECHO_T}no" >&6; }
13341 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13342 then
13343 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13344 ac_gphoto2_libs=""
13345 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13347 case "$i" in
13348 -L/usr/lib|-L/usr/lib64) ;;
13349 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13350 esac
13351 done
13352 ac_save_CPPFLAGS="$CPPFLAGS"
13353 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13354 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13355 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13356 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13357 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13358 echo $ECHO_N "(cached) $ECHO_C" >&6
13360 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13361 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13362 else
13363 # Is the header compilable?
13364 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13365 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13366 cat >conftest.$ac_ext <<_ACEOF
13367 /* confdefs.h. */
13368 _ACEOF
13369 cat confdefs.h >>conftest.$ac_ext
13370 cat >>conftest.$ac_ext <<_ACEOF
13371 /* end confdefs.h. */
13372 $ac_includes_default
13373 #include <gphoto2-camera.h>
13374 _ACEOF
13375 rm -f conftest.$ac_objext
13376 if { (ac_try="$ac_compile"
13377 case "(($ac_try" in
13378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13379 *) ac_try_echo=$ac_try;;
13380 esac
13381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13382 (eval "$ac_compile") 2>conftest.er1
13383 ac_status=$?
13384 grep -v '^ *+' conftest.er1 >conftest.err
13385 rm -f conftest.er1
13386 cat conftest.err >&5
13387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388 (exit $ac_status); } && {
13389 test -z "$ac_c_werror_flag" ||
13390 test ! -s conftest.err
13391 } && test -s conftest.$ac_objext; then
13392 ac_header_compiler=yes
13393 else
13394 echo "$as_me: failed program was:" >&5
13395 sed 's/^/| /' conftest.$ac_ext >&5
13397 ac_header_compiler=no
13400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13401 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13402 echo "${ECHO_T}$ac_header_compiler" >&6; }
13404 # Is the header present?
13405 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13406 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13407 cat >conftest.$ac_ext <<_ACEOF
13408 /* confdefs.h. */
13409 _ACEOF
13410 cat confdefs.h >>conftest.$ac_ext
13411 cat >>conftest.$ac_ext <<_ACEOF
13412 /* end confdefs.h. */
13413 #include <gphoto2-camera.h>
13414 _ACEOF
13415 if { (ac_try="$ac_cpp conftest.$ac_ext"
13416 case "(($ac_try" in
13417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13418 *) ac_try_echo=$ac_try;;
13419 esac
13420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13421 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13422 ac_status=$?
13423 grep -v '^ *+' conftest.er1 >conftest.err
13424 rm -f conftest.er1
13425 cat conftest.err >&5
13426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13427 (exit $ac_status); } >/dev/null && {
13428 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13429 test ! -s conftest.err
13430 }; then
13431 ac_header_preproc=yes
13432 else
13433 echo "$as_me: failed program was:" >&5
13434 sed 's/^/| /' conftest.$ac_ext >&5
13436 ac_header_preproc=no
13439 rm -f conftest.err conftest.$ac_ext
13440 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13441 echo "${ECHO_T}$ac_header_preproc" >&6; }
13443 # So? What about this header?
13444 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13445 yes:no: )
13446 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13447 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13448 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13449 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13450 ac_header_preproc=yes
13452 no:yes:* )
13453 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13454 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13455 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13456 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13457 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13458 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13459 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13460 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13461 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13462 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13463 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13464 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13465 ( cat <<\_ASBOX
13466 ## ------------------------------------ ##
13467 ## Report this to wine-devel@winehq.org ##
13468 ## ------------------------------------ ##
13469 _ASBOX
13470 ) | sed "s/^/$as_me: WARNING: /" >&2
13472 esac
13473 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13474 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13475 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13476 echo $ECHO_N "(cached) $ECHO_C" >&6
13477 else
13478 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13480 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13481 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13484 if test $ac_cv_header_gphoto2_camera_h = yes; then
13485 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13486 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13487 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13488 echo $ECHO_N "(cached) $ECHO_C" >&6
13489 else
13490 ac_check_lib_save_LIBS=$LIBS
13491 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13492 cat >conftest.$ac_ext <<_ACEOF
13493 /* confdefs.h. */
13494 _ACEOF
13495 cat confdefs.h >>conftest.$ac_ext
13496 cat >>conftest.$ac_ext <<_ACEOF
13497 /* end confdefs.h. */
13499 /* Override any GCC internal prototype to avoid an error.
13500 Use char because int might match the return type of a GCC
13501 builtin and then its argument prototype would still apply. */
13502 #ifdef __cplusplus
13503 extern "C"
13504 #endif
13505 char gp_camera_new ();
13507 main ()
13509 return gp_camera_new ();
13511 return 0;
13513 _ACEOF
13514 rm -f conftest.$ac_objext conftest$ac_exeext
13515 if { (ac_try="$ac_link"
13516 case "(($ac_try" in
13517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13518 *) ac_try_echo=$ac_try;;
13519 esac
13520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13521 (eval "$ac_link") 2>conftest.er1
13522 ac_status=$?
13523 grep -v '^ *+' conftest.er1 >conftest.err
13524 rm -f conftest.er1
13525 cat conftest.err >&5
13526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13527 (exit $ac_status); } && {
13528 test -z "$ac_c_werror_flag" ||
13529 test ! -s conftest.err
13530 } && test -s conftest$ac_exeext &&
13531 $as_test_x conftest$ac_exeext; then
13532 ac_cv_lib_gphoto2_gp_camera_new=yes
13533 else
13534 echo "$as_me: failed program was:" >&5
13535 sed 's/^/| /' conftest.$ac_ext >&5
13537 ac_cv_lib_gphoto2_gp_camera_new=no
13540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13541 conftest$ac_exeext conftest.$ac_ext
13542 LIBS=$ac_check_lib_save_LIBS
13544 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13545 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13546 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13548 cat >>confdefs.h <<\_ACEOF
13549 #define HAVE_GPHOTO2 1
13550 _ACEOF
13552 GPHOTO2LIBS="$ac_gphoto2_libs"
13554 GPHOTO2INCL="$ac_gphoto2_incl"
13561 CPPFLAGS="$ac_save_CPPFLAGS"
13563 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13564 case "x$with_gphoto" in
13565 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13566 xno) ;;
13567 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13568 This is an error since --with-gphoto was requested." >&5
13569 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13570 This is an error since --with-gphoto was requested." >&2;}
13571 { (exit 1); exit 1; }; } ;;
13572 esac
13577 RESOLVLIBS=""
13579 if test "$ac_cv_header_resolv_h" = "yes"
13580 then
13581 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13582 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13583 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13584 echo $ECHO_N "(cached) $ECHO_C" >&6
13585 else
13586 ac_check_lib_save_LIBS=$LIBS
13587 LIBS="-lresolv $LIBS"
13588 cat >conftest.$ac_ext <<_ACEOF
13589 /* confdefs.h. */
13590 _ACEOF
13591 cat confdefs.h >>conftest.$ac_ext
13592 cat >>conftest.$ac_ext <<_ACEOF
13593 /* end confdefs.h. */
13595 /* Override any GCC internal prototype to avoid an error.
13596 Use char because int might match the return type of a GCC
13597 builtin and then its argument prototype would still apply. */
13598 #ifdef __cplusplus
13599 extern "C"
13600 #endif
13601 char res_query ();
13603 main ()
13605 return res_query ();
13607 return 0;
13609 _ACEOF
13610 rm -f conftest.$ac_objext conftest$ac_exeext
13611 if { (ac_try="$ac_link"
13612 case "(($ac_try" in
13613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13614 *) ac_try_echo=$ac_try;;
13615 esac
13616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13617 (eval "$ac_link") 2>conftest.er1
13618 ac_status=$?
13619 grep -v '^ *+' conftest.er1 >conftest.err
13620 rm -f conftest.er1
13621 cat conftest.err >&5
13622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13623 (exit $ac_status); } && {
13624 test -z "$ac_c_werror_flag" ||
13625 test ! -s conftest.err
13626 } && test -s conftest$ac_exeext &&
13627 $as_test_x conftest$ac_exeext; then
13628 ac_cv_lib_resolv_res_query=yes
13629 else
13630 echo "$as_me: failed program was:" >&5
13631 sed 's/^/| /' conftest.$ac_ext >&5
13633 ac_cv_lib_resolv_res_query=no
13636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13637 conftest$ac_exeext conftest.$ac_ext
13638 LIBS=$ac_check_lib_save_LIBS
13640 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13641 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13642 if test $ac_cv_lib_resolv_res_query = yes; then
13644 cat >>confdefs.h <<\_ACEOF
13645 #define HAVE_RESOLV 1
13646 _ACEOF
13648 RESOLVLIBS="-lresolv"
13653 LCMSLIBS=""
13655 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13656 then
13657 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13658 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13659 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13660 echo $ECHO_N "(cached) $ECHO_C" >&6
13661 else
13662 ac_check_lib_save_LIBS=$LIBS
13663 LIBS="-llcms $LIBS"
13664 cat >conftest.$ac_ext <<_ACEOF
13665 /* confdefs.h. */
13666 _ACEOF
13667 cat confdefs.h >>conftest.$ac_ext
13668 cat >>conftest.$ac_ext <<_ACEOF
13669 /* end confdefs.h. */
13671 /* Override any GCC internal prototype to avoid an error.
13672 Use char because int might match the return type of a GCC
13673 builtin and then its argument prototype would still apply. */
13674 #ifdef __cplusplus
13675 extern "C"
13676 #endif
13677 char cmsOpenProfileFromFile ();
13679 main ()
13681 return cmsOpenProfileFromFile ();
13683 return 0;
13685 _ACEOF
13686 rm -f conftest.$ac_objext conftest$ac_exeext
13687 if { (ac_try="$ac_link"
13688 case "(($ac_try" in
13689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13690 *) ac_try_echo=$ac_try;;
13691 esac
13692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13693 (eval "$ac_link") 2>conftest.er1
13694 ac_status=$?
13695 grep -v '^ *+' conftest.er1 >conftest.err
13696 rm -f conftest.er1
13697 cat conftest.err >&5
13698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13699 (exit $ac_status); } && {
13700 test -z "$ac_c_werror_flag" ||
13701 test ! -s conftest.err
13702 } && test -s conftest$ac_exeext &&
13703 $as_test_x conftest$ac_exeext; then
13704 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13705 else
13706 echo "$as_me: failed program was:" >&5
13707 sed 's/^/| /' conftest.$ac_ext >&5
13709 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13713 conftest$ac_exeext conftest.$ac_ext
13714 LIBS=$ac_check_lib_save_LIBS
13716 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13717 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13718 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13720 cat >>confdefs.h <<\_ACEOF
13721 #define HAVE_LCMS 1
13722 _ACEOF
13724 LCMSLIBS="-llcms"
13728 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13729 case "x$with_cms" in
13730 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13731 xno) ;;
13732 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13733 This is an error since --with-cms was requested." >&5
13734 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13735 This is an error since --with-cms was requested." >&2;}
13736 { (exit 1); exit 1; }; } ;;
13737 esac
13741 for ac_prog in freetype-config freetype2-config
13743 # Extract the first word of "$ac_prog", so it can be a program name with args.
13744 set dummy $ac_prog; ac_word=$2
13745 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13747 if test "${ac_cv_prog_ft_devel+set}" = set; then
13748 echo $ECHO_N "(cached) $ECHO_C" >&6
13749 else
13750 if test -n "$ft_devel"; then
13751 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13752 else
13753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13754 for as_dir in $PATH
13756 IFS=$as_save_IFS
13757 test -z "$as_dir" && as_dir=.
13758 for ac_exec_ext in '' $ac_executable_extensions; do
13759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13760 ac_cv_prog_ft_devel="$ac_prog"
13761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13762 break 2
13764 done
13765 done
13766 IFS=$as_save_IFS
13770 ft_devel=$ac_cv_prog_ft_devel
13771 if test -n "$ft_devel"; then
13772 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13773 echo "${ECHO_T}$ft_devel" >&6; }
13774 else
13775 { echo "$as_me:$LINENO: result: no" >&5
13776 echo "${ECHO_T}no" >&6; }
13780 test -n "$ft_devel" && break
13781 done
13782 test -n "$ft_devel" || ft_devel="false"
13784 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13785 then
13786 ac_freetype_libs=`$ft_devel --libs`
13787 ac_freetype_incl=`$ft_devel --cflags`
13788 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13789 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13790 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13791 echo $ECHO_N "(cached) $ECHO_C" >&6
13792 else
13793 ac_check_soname_save_LIBS=$LIBS
13794 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13795 cat >conftest.$ac_ext <<_ACEOF
13796 /* confdefs.h. */
13797 _ACEOF
13798 cat confdefs.h >>conftest.$ac_ext
13799 cat >>conftest.$ac_ext <<_ACEOF
13800 /* end confdefs.h. */
13802 /* Override any GCC internal prototype to avoid an error.
13803 Use char because int might match the return type of a GCC
13804 builtin and then its argument prototype would still apply. */
13805 #ifdef __cplusplus
13806 extern "C"
13807 #endif
13808 char FT_Init_FreeType ();
13810 main ()
13812 return FT_Init_FreeType ();
13814 return 0;
13816 _ACEOF
13817 rm -f conftest.$ac_objext conftest$ac_exeext
13818 if { (ac_try="$ac_link"
13819 case "(($ac_try" in
13820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13821 *) ac_try_echo=$ac_try;;
13822 esac
13823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13824 (eval "$ac_link") 2>conftest.er1
13825 ac_status=$?
13826 grep -v '^ *+' conftest.er1 >conftest.err
13827 rm -f conftest.er1
13828 cat conftest.err >&5
13829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13830 (exit $ac_status); } && {
13831 test -z "$ac_c_werror_flag" ||
13832 test ! -s conftest.err
13833 } && test -s conftest$ac_exeext &&
13834 $as_test_x conftest$ac_exeext; then
13835 case "$LIBEXT" in
13836 dll) ;;
13837 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'` ;;
13838 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13839 esac
13840 else
13841 echo "$as_me: failed program was:" >&5
13842 sed 's/^/| /' conftest.$ac_ext >&5
13847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13848 conftest$ac_exeext conftest.$ac_ext
13849 LIBS=$ac_check_soname_save_LIBS
13851 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13852 { echo "$as_me:$LINENO: result: not found" >&5
13853 echo "${ECHO_T}not found" >&6; }
13854 ft_lib=no
13855 else
13856 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13857 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13859 cat >>confdefs.h <<_ACEOF
13860 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13861 _ACEOF
13863 ft_lib=yes
13866 if test "$ft_lib" = "yes"
13867 then
13868 ac_save_CPPFLAGS="$CPPFLAGS"
13869 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13882 for ac_header in ft2build.h \
13883 freetype/freetype.h \
13884 freetype/ftglyph.h \
13885 freetype/fttypes.h \
13886 freetype/tttables.h \
13887 freetype/ftnames.h \
13888 freetype/ftsnames.h \
13889 freetype/ttnameid.h \
13890 freetype/ftoutln.h \
13891 freetype/ftwinfnt.h \
13892 freetype/ftmodapi.h \
13893 freetype/internal/sfnt.h
13895 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13896 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13897 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13898 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13899 echo $ECHO_N "(cached) $ECHO_C" >&6
13900 else
13901 cat >conftest.$ac_ext <<_ACEOF
13902 /* confdefs.h. */
13903 _ACEOF
13904 cat confdefs.h >>conftest.$ac_ext
13905 cat >>conftest.$ac_ext <<_ACEOF
13906 /* end confdefs.h. */
13907 #ifdef HAVE_FT2BUILD_H
13908 # include <ft2build.h>
13909 #endif
13911 #include <$ac_header>
13912 _ACEOF
13913 rm -f conftest.$ac_objext
13914 if { (ac_try="$ac_compile"
13915 case "(($ac_try" in
13916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13917 *) ac_try_echo=$ac_try;;
13918 esac
13919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13920 (eval "$ac_compile") 2>conftest.er1
13921 ac_status=$?
13922 grep -v '^ *+' conftest.er1 >conftest.err
13923 rm -f conftest.er1
13924 cat conftest.err >&5
13925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13926 (exit $ac_status); } && {
13927 test -z "$ac_c_werror_flag" ||
13928 test ! -s conftest.err
13929 } && test -s conftest.$ac_objext; then
13930 eval "$as_ac_Header=yes"
13931 else
13932 echo "$as_me: failed program was:" >&5
13933 sed 's/^/| /' conftest.$ac_ext >&5
13935 eval "$as_ac_Header=no"
13938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13940 ac_res=`eval echo '${'$as_ac_Header'}'`
13941 { echo "$as_me:$LINENO: result: $ac_res" >&5
13942 echo "${ECHO_T}$ac_res" >&6; }
13943 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13944 cat >>confdefs.h <<_ACEOF
13945 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13946 _ACEOF
13950 done
13952 cat >conftest.$ac_ext <<_ACEOF
13953 /* confdefs.h. */
13954 _ACEOF
13955 cat confdefs.h >>conftest.$ac_ext
13956 cat >>conftest.$ac_ext <<_ACEOF
13957 /* end confdefs.h. */
13958 #include <ft2build.h>
13959 #include <freetype/fttrigon.h>
13960 _ACEOF
13961 if { (ac_try="$ac_cpp conftest.$ac_ext"
13962 case "(($ac_try" in
13963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13964 *) ac_try_echo=$ac_try;;
13965 esac
13966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13967 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13968 ac_status=$?
13969 grep -v '^ *+' conftest.er1 >conftest.err
13970 rm -f conftest.er1
13971 cat conftest.err >&5
13972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13973 (exit $ac_status); } >/dev/null && {
13974 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13975 test ! -s conftest.err
13976 }; then
13978 cat >>confdefs.h <<\_ACEOF
13979 #define HAVE_FREETYPE_FTTRIGON_H 1
13980 _ACEOF
13982 wine_cv_fttrigon=yes
13983 else
13984 echo "$as_me: failed program was:" >&5
13985 sed 's/^/| /' conftest.$ac_ext >&5
13987 wine_cv_fttrigon=no
13990 rm -f conftest.err conftest.$ac_ext
13991 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13992 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13993 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13994 echo $ECHO_N "(cached) $ECHO_C" >&6
13995 else
13996 cat >conftest.$ac_ext <<_ACEOF
13997 /* confdefs.h. */
13998 _ACEOF
13999 cat confdefs.h >>conftest.$ac_ext
14000 cat >>conftest.$ac_ext <<_ACEOF
14001 /* end confdefs.h. */
14002 #include <freetype/ftmodapi.h>
14004 typedef FT_TrueTypeEngineType ac__type_new_;
14006 main ()
14008 if ((ac__type_new_ *) 0)
14009 return 0;
14010 if (sizeof (ac__type_new_))
14011 return 0;
14013 return 0;
14015 _ACEOF
14016 rm -f conftest.$ac_objext
14017 if { (ac_try="$ac_compile"
14018 case "(($ac_try" in
14019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14020 *) ac_try_echo=$ac_try;;
14021 esac
14022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14023 (eval "$ac_compile") 2>conftest.er1
14024 ac_status=$?
14025 grep -v '^ *+' conftest.er1 >conftest.err
14026 rm -f conftest.er1
14027 cat conftest.err >&5
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); } && {
14030 test -z "$ac_c_werror_flag" ||
14031 test ! -s conftest.err
14032 } && test -s conftest.$ac_objext; then
14033 ac_cv_type_FT_TrueTypeEngineType=yes
14034 else
14035 echo "$as_me: failed program was:" >&5
14036 sed 's/^/| /' conftest.$ac_ext >&5
14038 ac_cv_type_FT_TrueTypeEngineType=no
14041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14043 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14044 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14045 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14047 cat >>confdefs.h <<_ACEOF
14048 #define HAVE_FT_TRUETYPEENGINETYPE 1
14049 _ACEOF
14054 ac_save_CFLAGS="$CFLAGS"
14055 CFLAGS="$CFLAGS $ac_freetype_libs"
14057 for ac_func in FT_Load_Sfnt_Table
14059 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14060 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14061 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14062 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14063 echo $ECHO_N "(cached) $ECHO_C" >&6
14064 else
14065 cat >conftest.$ac_ext <<_ACEOF
14066 /* confdefs.h. */
14067 _ACEOF
14068 cat confdefs.h >>conftest.$ac_ext
14069 cat >>conftest.$ac_ext <<_ACEOF
14070 /* end confdefs.h. */
14071 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14072 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14073 #define $ac_func innocuous_$ac_func
14075 /* System header to define __stub macros and hopefully few prototypes,
14076 which can conflict with char $ac_func (); below.
14077 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14078 <limits.h> exists even on freestanding compilers. */
14080 #ifdef __STDC__
14081 # include <limits.h>
14082 #else
14083 # include <assert.h>
14084 #endif
14086 #undef $ac_func
14088 /* Override any GCC internal prototype to avoid an error.
14089 Use char because int might match the return type of a GCC
14090 builtin and then its argument prototype would still apply. */
14091 #ifdef __cplusplus
14092 extern "C"
14093 #endif
14094 char $ac_func ();
14095 /* The GNU C library defines this for functions which it implements
14096 to always fail with ENOSYS. Some functions are actually named
14097 something starting with __ and the normal name is an alias. */
14098 #if defined __stub_$ac_func || defined __stub___$ac_func
14099 choke me
14100 #endif
14103 main ()
14105 return $ac_func ();
14107 return 0;
14109 _ACEOF
14110 rm -f conftest.$ac_objext conftest$ac_exeext
14111 if { (ac_try="$ac_link"
14112 case "(($ac_try" in
14113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14114 *) ac_try_echo=$ac_try;;
14115 esac
14116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14117 (eval "$ac_link") 2>conftest.er1
14118 ac_status=$?
14119 grep -v '^ *+' conftest.er1 >conftest.err
14120 rm -f conftest.er1
14121 cat conftest.err >&5
14122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14123 (exit $ac_status); } && {
14124 test -z "$ac_c_werror_flag" ||
14125 test ! -s conftest.err
14126 } && test -s conftest$ac_exeext &&
14127 $as_test_x conftest$ac_exeext; then
14128 eval "$as_ac_var=yes"
14129 else
14130 echo "$as_me: failed program was:" >&5
14131 sed 's/^/| /' conftest.$ac_ext >&5
14133 eval "$as_ac_var=no"
14136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14137 conftest$ac_exeext conftest.$ac_ext
14139 ac_res=`eval echo '${'$as_ac_var'}'`
14140 { echo "$as_me:$LINENO: result: $ac_res" >&5
14141 echo "${ECHO_T}$ac_res" >&6; }
14142 if test `eval echo '${'$as_ac_var'}'` = yes; then
14143 cat >>confdefs.h <<_ACEOF
14144 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14145 _ACEOF
14148 done
14150 CFLAGS="$ac_save_CFLAGS"
14151 CPPFLAGS="$ac_save_CPPFLAGS"
14152 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14153 then
14155 cat >>confdefs.h <<\_ACEOF
14156 #define HAVE_FREETYPE 1
14157 _ACEOF
14159 FREETYPELIBS="$ac_freetype_libs"
14161 FREETYPEINCL="$ac_freetype_incl"
14163 FONTSSUBDIRS="fonts"
14168 if test "x$FREETYPELIBS" = "x"; then
14169 case "x$with_freetype" in
14170 xno) ;;
14171 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14172 Fonts will not be built. Dialog text may be invisible or unaligned.
14173 Use the --without-freetype option if you really want this." >&5
14174 echo "$as_me: error: FreeType development files not found.
14175 Fonts will not be built. Dialog text may be invisible or unaligned.
14176 Use the --without-freetype option if you really want this." >&2;}
14177 { (exit 1); exit 1; }; } ;;
14178 esac
14182 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14183 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14184 if test "${ac_cv_c_ppdev+set}" = set; then
14185 echo $ECHO_N "(cached) $ECHO_C" >&6
14186 else
14187 cat >conftest.$ac_ext <<_ACEOF
14188 /* confdefs.h. */
14189 _ACEOF
14190 cat confdefs.h >>conftest.$ac_ext
14191 cat >>conftest.$ac_ext <<_ACEOF
14192 /* end confdefs.h. */
14193 #include <linux/ppdev.h>
14195 main ()
14197 ioctl (1,PPCLAIM,0)
14199 return 0;
14201 _ACEOF
14202 rm -f conftest.$ac_objext
14203 if { (ac_try="$ac_compile"
14204 case "(($ac_try" in
14205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14206 *) ac_try_echo=$ac_try;;
14207 esac
14208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14209 (eval "$ac_compile") 2>conftest.er1
14210 ac_status=$?
14211 grep -v '^ *+' conftest.er1 >conftest.err
14212 rm -f conftest.er1
14213 cat conftest.err >&5
14214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14215 (exit $ac_status); } && {
14216 test -z "$ac_c_werror_flag" ||
14217 test ! -s conftest.err
14218 } && test -s conftest.$ac_objext; then
14219 ac_cv_c_ppdev="yes"
14220 else
14221 echo "$as_me: failed program was:" >&5
14222 sed 's/^/| /' conftest.$ac_ext >&5
14224 ac_cv_c_ppdev="no"
14227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14229 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14230 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14231 if test "$ac_cv_c_ppdev" = "yes"
14232 then
14234 cat >>confdefs.h <<\_ACEOF
14235 #define HAVE_PPDEV 1
14236 _ACEOF
14240 { echo "$as_me:$LINENO: checking for va_copy" >&5
14241 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14242 if test "${ac_cv_c_va_copy+set}" = set; then
14243 echo $ECHO_N "(cached) $ECHO_C" >&6
14244 else
14245 cat >conftest.$ac_ext <<_ACEOF
14246 /* confdefs.h. */
14247 _ACEOF
14248 cat confdefs.h >>conftest.$ac_ext
14249 cat >>conftest.$ac_ext <<_ACEOF
14250 /* end confdefs.h. */
14251 #include <stdarg.h>
14253 main ()
14255 va_list ap1, ap2; va_copy(ap1,ap2);
14257 return 0;
14259 _ACEOF
14260 rm -f conftest.$ac_objext conftest$ac_exeext
14261 if { (ac_try="$ac_link"
14262 case "(($ac_try" in
14263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14264 *) ac_try_echo=$ac_try;;
14265 esac
14266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14267 (eval "$ac_link") 2>conftest.er1
14268 ac_status=$?
14269 grep -v '^ *+' conftest.er1 >conftest.err
14270 rm -f conftest.er1
14271 cat conftest.err >&5
14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273 (exit $ac_status); } && {
14274 test -z "$ac_c_werror_flag" ||
14275 test ! -s conftest.err
14276 } && test -s conftest$ac_exeext &&
14277 $as_test_x conftest$ac_exeext; then
14278 ac_cv_c_va_copy="yes"
14279 else
14280 echo "$as_me: failed program was:" >&5
14281 sed 's/^/| /' conftest.$ac_ext >&5
14283 ac_cv_c_va_copy="no"
14286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14287 conftest$ac_exeext conftest.$ac_ext
14290 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14291 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14292 if test "$ac_cv_c_va_copy" = "yes"
14293 then
14295 cat >>confdefs.h <<\_ACEOF
14296 #define HAVE_VA_COPY 1
14297 _ACEOF
14300 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14301 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14302 if test "${ac_cv_c___va_copy+set}" = set; then
14303 echo $ECHO_N "(cached) $ECHO_C" >&6
14304 else
14305 cat >conftest.$ac_ext <<_ACEOF
14306 /* confdefs.h. */
14307 _ACEOF
14308 cat confdefs.h >>conftest.$ac_ext
14309 cat >>conftest.$ac_ext <<_ACEOF
14310 /* end confdefs.h. */
14311 #include <stdarg.h>
14313 main ()
14315 va_list ap1, ap2; __va_copy(ap1,ap2);
14317 return 0;
14319 _ACEOF
14320 rm -f conftest.$ac_objext conftest$ac_exeext
14321 if { (ac_try="$ac_link"
14322 case "(($ac_try" in
14323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14324 *) ac_try_echo=$ac_try;;
14325 esac
14326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14327 (eval "$ac_link") 2>conftest.er1
14328 ac_status=$?
14329 grep -v '^ *+' conftest.er1 >conftest.err
14330 rm -f conftest.er1
14331 cat conftest.err >&5
14332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14333 (exit $ac_status); } && {
14334 test -z "$ac_c_werror_flag" ||
14335 test ! -s conftest.err
14336 } && test -s conftest$ac_exeext &&
14337 $as_test_x conftest$ac_exeext; then
14338 ac_cv_c___va_copy="yes"
14339 else
14340 echo "$as_me: failed program was:" >&5
14341 sed 's/^/| /' conftest.$ac_ext >&5
14343 ac_cv_c___va_copy="no"
14346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14347 conftest$ac_exeext conftest.$ac_ext
14350 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14351 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14352 if test "$ac_cv_c___va_copy" = "yes"
14353 then
14355 cat >>confdefs.h <<\_ACEOF
14356 #define HAVE___VA_COPY 1
14357 _ACEOF
14361 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14362 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14363 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14364 echo $ECHO_N "(cached) $ECHO_C" >&6
14365 else
14366 cat >conftest.$ac_ext <<_ACEOF
14367 /* confdefs.h. */
14368 _ACEOF
14369 cat confdefs.h >>conftest.$ac_ext
14370 cat >>conftest.$ac_ext <<_ACEOF
14371 /* end confdefs.h. */
14372 #define _GNU_SOURCE
14373 #include <pthread.h>
14375 typedef pthread_rwlock_t ac__type_new_;
14377 main ()
14379 if ((ac__type_new_ *) 0)
14380 return 0;
14381 if (sizeof (ac__type_new_))
14382 return 0;
14384 return 0;
14386 _ACEOF
14387 rm -f conftest.$ac_objext
14388 if { (ac_try="$ac_compile"
14389 case "(($ac_try" in
14390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14391 *) ac_try_echo=$ac_try;;
14392 esac
14393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14394 (eval "$ac_compile") 2>conftest.er1
14395 ac_status=$?
14396 grep -v '^ *+' conftest.er1 >conftest.err
14397 rm -f conftest.er1
14398 cat conftest.err >&5
14399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400 (exit $ac_status); } && {
14401 test -z "$ac_c_werror_flag" ||
14402 test ! -s conftest.err
14403 } && test -s conftest.$ac_objext; then
14404 ac_cv_type_pthread_rwlock_t=yes
14405 else
14406 echo "$as_me: failed program was:" >&5
14407 sed 's/^/| /' conftest.$ac_ext >&5
14409 ac_cv_type_pthread_rwlock_t=no
14412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14414 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14415 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14416 if test $ac_cv_type_pthread_rwlock_t = yes; then
14418 cat >>confdefs.h <<_ACEOF
14419 #define HAVE_PTHREAD_RWLOCK_T 1
14420 _ACEOF
14424 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14425 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14426 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14427 echo $ECHO_N "(cached) $ECHO_C" >&6
14428 else
14429 cat >conftest.$ac_ext <<_ACEOF
14430 /* confdefs.h. */
14431 _ACEOF
14432 cat confdefs.h >>conftest.$ac_ext
14433 cat >>conftest.$ac_ext <<_ACEOF
14434 /* end confdefs.h. */
14435 #define _GNU_SOURCE
14436 #include <pthread.h>
14438 typedef pthread_rwlockattr_t ac__type_new_;
14440 main ()
14442 if ((ac__type_new_ *) 0)
14443 return 0;
14444 if (sizeof (ac__type_new_))
14445 return 0;
14447 return 0;
14449 _ACEOF
14450 rm -f conftest.$ac_objext
14451 if { (ac_try="$ac_compile"
14452 case "(($ac_try" in
14453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14454 *) ac_try_echo=$ac_try;;
14455 esac
14456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14457 (eval "$ac_compile") 2>conftest.er1
14458 ac_status=$?
14459 grep -v '^ *+' conftest.er1 >conftest.err
14460 rm -f conftest.er1
14461 cat conftest.err >&5
14462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14463 (exit $ac_status); } && {
14464 test -z "$ac_c_werror_flag" ||
14465 test ! -s conftest.err
14466 } && test -s conftest.$ac_objext; then
14467 ac_cv_type_pthread_rwlockattr_t=yes
14468 else
14469 echo "$as_me: failed program was:" >&5
14470 sed 's/^/| /' conftest.$ac_ext >&5
14472 ac_cv_type_pthread_rwlockattr_t=no
14475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14477 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14478 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14479 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14481 cat >>confdefs.h <<_ACEOF
14482 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14483 _ACEOF
14489 ac_wine_check_funcs_save_LIBS="$LIBS"
14490 LIBS="$LIBS $LIBPTHREAD"
14495 for ac_func in \
14496 pthread_attr_get_np \
14497 pthread_getattr_np \
14498 pthread_get_stackaddr_np \
14499 pthread_get_stacksize_np
14501 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14502 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14503 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14504 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14505 echo $ECHO_N "(cached) $ECHO_C" >&6
14506 else
14507 cat >conftest.$ac_ext <<_ACEOF
14508 /* confdefs.h. */
14509 _ACEOF
14510 cat confdefs.h >>conftest.$ac_ext
14511 cat >>conftest.$ac_ext <<_ACEOF
14512 /* end confdefs.h. */
14513 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14514 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14515 #define $ac_func innocuous_$ac_func
14517 /* System header to define __stub macros and hopefully few prototypes,
14518 which can conflict with char $ac_func (); below.
14519 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14520 <limits.h> exists even on freestanding compilers. */
14522 #ifdef __STDC__
14523 # include <limits.h>
14524 #else
14525 # include <assert.h>
14526 #endif
14528 #undef $ac_func
14530 /* Override any GCC internal prototype to avoid an error.
14531 Use char because int might match the return type of a GCC
14532 builtin and then its argument prototype would still apply. */
14533 #ifdef __cplusplus
14534 extern "C"
14535 #endif
14536 char $ac_func ();
14537 /* The GNU C library defines this for functions which it implements
14538 to always fail with ENOSYS. Some functions are actually named
14539 something starting with __ and the normal name is an alias. */
14540 #if defined __stub_$ac_func || defined __stub___$ac_func
14541 choke me
14542 #endif
14545 main ()
14547 return $ac_func ();
14549 return 0;
14551 _ACEOF
14552 rm -f conftest.$ac_objext conftest$ac_exeext
14553 if { (ac_try="$ac_link"
14554 case "(($ac_try" in
14555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14556 *) ac_try_echo=$ac_try;;
14557 esac
14558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14559 (eval "$ac_link") 2>conftest.er1
14560 ac_status=$?
14561 grep -v '^ *+' conftest.er1 >conftest.err
14562 rm -f conftest.er1
14563 cat conftest.err >&5
14564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14565 (exit $ac_status); } && {
14566 test -z "$ac_c_werror_flag" ||
14567 test ! -s conftest.err
14568 } && test -s conftest$ac_exeext &&
14569 $as_test_x conftest$ac_exeext; then
14570 eval "$as_ac_var=yes"
14571 else
14572 echo "$as_me: failed program was:" >&5
14573 sed 's/^/| /' conftest.$ac_ext >&5
14575 eval "$as_ac_var=no"
14578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14579 conftest$ac_exeext conftest.$ac_ext
14581 ac_res=`eval echo '${'$as_ac_var'}'`
14582 { echo "$as_me:$LINENO: result: $ac_res" >&5
14583 echo "${ECHO_T}$ac_res" >&6; }
14584 if test `eval echo '${'$as_ac_var'}'` = yes; then
14585 cat >>confdefs.h <<_ACEOF
14586 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14587 _ACEOF
14590 done
14592 LIBS="$ac_wine_check_funcs_save_LIBS"
14594 # Extract the first word of "esd-config", so it can be a program name with args.
14595 set dummy esd-config; ac_word=$2
14596 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14598 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14599 echo $ECHO_N "(cached) $ECHO_C" >&6
14600 else
14601 case $ESDCONFIG in
14602 [\\/]* | ?:[\\/]*)
14603 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14607 for as_dir in $PATH
14609 IFS=$as_save_IFS
14610 test -z "$as_dir" && as_dir=.
14611 for ac_exec_ext in '' $ac_executable_extensions; do
14612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14613 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14615 break 2
14617 done
14618 done
14619 IFS=$as_save_IFS
14622 esac
14624 ESDCONFIG=$ac_cv_path_ESDCONFIG
14625 if test -n "$ESDCONFIG"; then
14626 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14627 echo "${ECHO_T}$ESDCONFIG" >&6; }
14628 else
14629 { echo "$as_me:$LINENO: result: no" >&5
14630 echo "${ECHO_T}no" >&6; }
14634 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14635 then
14636 ac_esd_incl=""
14637 for i in `$ESDCONFIG --cflags`
14639 case "$i" in
14640 -I*) ac_esd_incl="$ac_esd_incl $i";;
14641 esac
14642 done
14643 ac_esd_libs=`$ESDCONFIG --libs`
14644 save_CFLAGS="$CFLAGS"
14645 CFLAGS="$CFLAGS $ac_esd_incl"
14646 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14647 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14648 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14649 echo $ECHO_N "(cached) $ECHO_C" >&6
14650 else
14651 ac_check_lib_save_LIBS=$LIBS
14652 LIBS="-lesd $ac_esd_libs $LIBS"
14653 cat >conftest.$ac_ext <<_ACEOF
14654 /* confdefs.h. */
14655 _ACEOF
14656 cat confdefs.h >>conftest.$ac_ext
14657 cat >>conftest.$ac_ext <<_ACEOF
14658 /* end confdefs.h. */
14660 /* Override any GCC internal prototype to avoid an error.
14661 Use char because int might match the return type of a GCC
14662 builtin and then its argument prototype would still apply. */
14663 #ifdef __cplusplus
14664 extern "C"
14665 #endif
14666 char esd_open_sound ();
14668 main ()
14670 return esd_open_sound ();
14672 return 0;
14674 _ACEOF
14675 rm -f conftest.$ac_objext conftest$ac_exeext
14676 if { (ac_try="$ac_link"
14677 case "(($ac_try" in
14678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14679 *) ac_try_echo=$ac_try;;
14680 esac
14681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14682 (eval "$ac_link") 2>conftest.er1
14683 ac_status=$?
14684 grep -v '^ *+' conftest.er1 >conftest.err
14685 rm -f conftest.er1
14686 cat conftest.err >&5
14687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14688 (exit $ac_status); } && {
14689 test -z "$ac_c_werror_flag" ||
14690 test ! -s conftest.err
14691 } && test -s conftest$ac_exeext &&
14692 $as_test_x conftest$ac_exeext; then
14693 ac_cv_lib_esd_esd_open_sound=yes
14694 else
14695 echo "$as_me: failed program was:" >&5
14696 sed 's/^/| /' conftest.$ac_ext >&5
14698 ac_cv_lib_esd_esd_open_sound=no
14701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14702 conftest$ac_exeext conftest.$ac_ext
14703 LIBS=$ac_check_lib_save_LIBS
14705 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14706 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14707 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14708 ESDINCL="$ac_esd_incl"
14710 ESDLIBS="$ac_esd_libs"
14713 cat >>confdefs.h <<\_ACEOF
14714 #define HAVE_ESD 1
14715 _ACEOF
14719 CFLAGS="$save_CFLAGS"
14722 ALSALIBS=""
14724 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14725 then
14726 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14727 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14728 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14729 echo $ECHO_N "(cached) $ECHO_C" >&6
14730 else
14731 ac_check_lib_save_LIBS=$LIBS
14732 LIBS="-lasound $LIBS"
14733 cat >conftest.$ac_ext <<_ACEOF
14734 /* confdefs.h. */
14735 _ACEOF
14736 cat confdefs.h >>conftest.$ac_ext
14737 cat >>conftest.$ac_ext <<_ACEOF
14738 /* end confdefs.h. */
14740 /* Override any GCC internal prototype to avoid an error.
14741 Use char because int might match the return type of a GCC
14742 builtin and then its argument prototype would still apply. */
14743 #ifdef __cplusplus
14744 extern "C"
14745 #endif
14746 char snd_pcm_hw_params_get_access ();
14748 main ()
14750 return snd_pcm_hw_params_get_access ();
14752 return 0;
14754 _ACEOF
14755 rm -f conftest.$ac_objext conftest$ac_exeext
14756 if { (ac_try="$ac_link"
14757 case "(($ac_try" in
14758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14759 *) ac_try_echo=$ac_try;;
14760 esac
14761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14762 (eval "$ac_link") 2>conftest.er1
14763 ac_status=$?
14764 grep -v '^ *+' conftest.er1 >conftest.err
14765 rm -f conftest.er1
14766 cat conftest.err >&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } && {
14769 test -z "$ac_c_werror_flag" ||
14770 test ! -s conftest.err
14771 } && test -s conftest$ac_exeext &&
14772 $as_test_x conftest$ac_exeext; then
14773 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14774 else
14775 echo "$as_me: failed program was:" >&5
14776 sed 's/^/| /' conftest.$ac_ext >&5
14778 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14782 conftest$ac_exeext conftest.$ac_ext
14783 LIBS=$ac_check_lib_save_LIBS
14785 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14786 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14787 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14788 cat >conftest.$ac_ext <<_ACEOF
14789 /* confdefs.h. */
14790 _ACEOF
14791 cat confdefs.h >>conftest.$ac_ext
14792 cat >>conftest.$ac_ext <<_ACEOF
14793 /* end confdefs.h. */
14794 #ifdef HAVE_ALSA_ASOUNDLIB_H
14795 #include <alsa/asoundlib.h>
14796 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14797 #include <sys/asoundlib.h>
14798 #endif
14800 main ()
14802 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14804 return 0;
14806 _ACEOF
14807 rm -f conftest.$ac_objext
14808 if { (ac_try="$ac_compile"
14809 case "(($ac_try" in
14810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14811 *) ac_try_echo=$ac_try;;
14812 esac
14813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14814 (eval "$ac_compile") 2>conftest.er1
14815 ac_status=$?
14816 grep -v '^ *+' conftest.er1 >conftest.err
14817 rm -f conftest.er1
14818 cat conftest.err >&5
14819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14820 (exit $ac_status); } && {
14821 test -z "$ac_c_werror_flag" ||
14822 test ! -s conftest.err
14823 } && test -s conftest.$ac_objext; then
14825 cat >>confdefs.h <<\_ACEOF
14826 #define HAVE_ALSA 1
14827 _ACEOF
14829 ALSALIBS="-lasound"
14830 else
14831 echo "$as_me: failed program was:" >&5
14832 sed 's/^/| /' conftest.$ac_ext >&5
14837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14842 AUDIOIOLIBS=""
14844 if test "$ac_cv_header_libaudioio_h" = "yes"
14845 then
14846 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14847 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14848 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14849 echo $ECHO_N "(cached) $ECHO_C" >&6
14850 else
14851 ac_check_lib_save_LIBS=$LIBS
14852 LIBS="-laudioio $LIBS"
14853 cat >conftest.$ac_ext <<_ACEOF
14854 /* confdefs.h. */
14855 _ACEOF
14856 cat confdefs.h >>conftest.$ac_ext
14857 cat >>conftest.$ac_ext <<_ACEOF
14858 /* end confdefs.h. */
14860 /* Override any GCC internal prototype to avoid an error.
14861 Use char because int might match the return type of a GCC
14862 builtin and then its argument prototype would still apply. */
14863 #ifdef __cplusplus
14864 extern "C"
14865 #endif
14866 char AudioIOGetVersion ();
14868 main ()
14870 return AudioIOGetVersion ();
14872 return 0;
14874 _ACEOF
14875 rm -f conftest.$ac_objext conftest$ac_exeext
14876 if { (ac_try="$ac_link"
14877 case "(($ac_try" in
14878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14879 *) ac_try_echo=$ac_try;;
14880 esac
14881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14882 (eval "$ac_link") 2>conftest.er1
14883 ac_status=$?
14884 grep -v '^ *+' conftest.er1 >conftest.err
14885 rm -f conftest.er1
14886 cat conftest.err >&5
14887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14888 (exit $ac_status); } && {
14889 test -z "$ac_c_werror_flag" ||
14890 test ! -s conftest.err
14891 } && test -s conftest$ac_exeext &&
14892 $as_test_x conftest$ac_exeext; then
14893 ac_cv_lib_audioio_AudioIOGetVersion=yes
14894 else
14895 echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.$ac_ext >&5
14898 ac_cv_lib_audioio_AudioIOGetVersion=no
14901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14902 conftest$ac_exeext conftest.$ac_ext
14903 LIBS=$ac_check_lib_save_LIBS
14905 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14906 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14907 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14908 AUDIOIOLIBS="-laudioio"
14910 cat >>confdefs.h <<\_ACEOF
14911 #define HAVE_LIBAUDIOIO 1
14912 _ACEOF
14919 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14920 then
14921 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14922 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14923 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14924 echo $ECHO_N "(cached) $ECHO_C" >&6
14925 else
14926 ac_check_soname_save_LIBS=$LIBS
14927 LIBS="-lcapi20 $LIBS"
14928 cat >conftest.$ac_ext <<_ACEOF
14929 /* confdefs.h. */
14930 _ACEOF
14931 cat confdefs.h >>conftest.$ac_ext
14932 cat >>conftest.$ac_ext <<_ACEOF
14933 /* end confdefs.h. */
14935 /* Override any GCC internal prototype to avoid an error.
14936 Use char because int might match the return type of a GCC
14937 builtin and then its argument prototype would still apply. */
14938 #ifdef __cplusplus
14939 extern "C"
14940 #endif
14941 char capi20_register ();
14943 main ()
14945 return capi20_register ();
14947 return 0;
14949 _ACEOF
14950 rm -f conftest.$ac_objext conftest$ac_exeext
14951 if { (ac_try="$ac_link"
14952 case "(($ac_try" in
14953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14954 *) ac_try_echo=$ac_try;;
14955 esac
14956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14957 (eval "$ac_link") 2>conftest.er1
14958 ac_status=$?
14959 grep -v '^ *+' conftest.er1 >conftest.err
14960 rm -f conftest.er1
14961 cat conftest.err >&5
14962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14963 (exit $ac_status); } && {
14964 test -z "$ac_c_werror_flag" ||
14965 test ! -s conftest.err
14966 } && test -s conftest$ac_exeext &&
14967 $as_test_x conftest$ac_exeext; then
14968 case "$LIBEXT" in
14969 dll) ;;
14970 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'` ;;
14971 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14972 esac
14973 else
14974 echo "$as_me: failed program was:" >&5
14975 sed 's/^/| /' conftest.$ac_ext >&5
14980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14981 conftest$ac_exeext conftest.$ac_ext
14982 LIBS=$ac_check_soname_save_LIBS
14984 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14985 { echo "$as_me:$LINENO: result: not found" >&5
14986 echo "${ECHO_T}not found" >&6; }
14988 else
14989 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14990 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14992 cat >>confdefs.h <<_ACEOF
14993 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14994 _ACEOF
15000 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15001 case "x$with_capi" in
15002 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15003 xno) ;;
15004 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15005 This is an error since --with-capi was requested." >&5
15006 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15007 This is an error since --with-capi was requested." >&2;}
15008 { (exit 1); exit 1; }; } ;;
15009 esac
15013 CUPSINCL=""
15015 if test "x$with_cups" != "xno"
15016 then
15017 ac_save_CPPFLAGS="$CPPFLAGS"
15018 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15019 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15020 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15022 for ac_header in cups/cups.h
15024 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15026 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15027 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15029 echo $ECHO_N "(cached) $ECHO_C" >&6
15031 ac_res=`eval echo '${'$as_ac_Header'}'`
15032 { echo "$as_me:$LINENO: result: $ac_res" >&5
15033 echo "${ECHO_T}$ac_res" >&6; }
15034 else
15035 # Is the header compilable?
15036 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15037 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15038 cat >conftest.$ac_ext <<_ACEOF
15039 /* confdefs.h. */
15040 _ACEOF
15041 cat confdefs.h >>conftest.$ac_ext
15042 cat >>conftest.$ac_ext <<_ACEOF
15043 /* end confdefs.h. */
15044 $ac_includes_default
15045 #include <$ac_header>
15046 _ACEOF
15047 rm -f conftest.$ac_objext
15048 if { (ac_try="$ac_compile"
15049 case "(($ac_try" in
15050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15051 *) ac_try_echo=$ac_try;;
15052 esac
15053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15054 (eval "$ac_compile") 2>conftest.er1
15055 ac_status=$?
15056 grep -v '^ *+' conftest.er1 >conftest.err
15057 rm -f conftest.er1
15058 cat conftest.err >&5
15059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15060 (exit $ac_status); } && {
15061 test -z "$ac_c_werror_flag" ||
15062 test ! -s conftest.err
15063 } && test -s conftest.$ac_objext; then
15064 ac_header_compiler=yes
15065 else
15066 echo "$as_me: failed program was:" >&5
15067 sed 's/^/| /' conftest.$ac_ext >&5
15069 ac_header_compiler=no
15072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15073 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15074 echo "${ECHO_T}$ac_header_compiler" >&6; }
15076 # Is the header present?
15077 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15078 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15079 cat >conftest.$ac_ext <<_ACEOF
15080 /* confdefs.h. */
15081 _ACEOF
15082 cat confdefs.h >>conftest.$ac_ext
15083 cat >>conftest.$ac_ext <<_ACEOF
15084 /* end confdefs.h. */
15085 #include <$ac_header>
15086 _ACEOF
15087 if { (ac_try="$ac_cpp conftest.$ac_ext"
15088 case "(($ac_try" in
15089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15090 *) ac_try_echo=$ac_try;;
15091 esac
15092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15093 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15094 ac_status=$?
15095 grep -v '^ *+' conftest.er1 >conftest.err
15096 rm -f conftest.er1
15097 cat conftest.err >&5
15098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15099 (exit $ac_status); } >/dev/null && {
15100 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15101 test ! -s conftest.err
15102 }; then
15103 ac_header_preproc=yes
15104 else
15105 echo "$as_me: failed program was:" >&5
15106 sed 's/^/| /' conftest.$ac_ext >&5
15108 ac_header_preproc=no
15111 rm -f conftest.err conftest.$ac_ext
15112 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15113 echo "${ECHO_T}$ac_header_preproc" >&6; }
15115 # So? What about this header?
15116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15117 yes:no: )
15118 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15119 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15120 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15121 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15122 ac_header_preproc=yes
15124 no:yes:* )
15125 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15126 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15127 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15128 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15129 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15130 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15131 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15132 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15133 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15134 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15136 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15137 ( cat <<\_ASBOX
15138 ## ------------------------------------ ##
15139 ## Report this to wine-devel@winehq.org ##
15140 ## ------------------------------------ ##
15141 _ASBOX
15142 ) | sed "s/^/$as_me: WARNING: /" >&2
15144 esac
15145 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15146 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15147 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15148 echo $ECHO_N "(cached) $ECHO_C" >&6
15149 else
15150 eval "$as_ac_Header=\$ac_header_preproc"
15152 ac_res=`eval echo '${'$as_ac_Header'}'`
15153 { echo "$as_me:$LINENO: result: $ac_res" >&5
15154 echo "${ECHO_T}$ac_res" >&6; }
15157 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15158 cat >>confdefs.h <<_ACEOF
15159 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15160 _ACEOF
15161 { echo "$as_me:$LINENO: checking for -lcups" >&5
15162 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15163 if test "${ac_cv_lib_soname_cups+set}" = set; then
15164 echo $ECHO_N "(cached) $ECHO_C" >&6
15165 else
15166 ac_check_soname_save_LIBS=$LIBS
15167 LIBS="-lcups $ac_cups_libs $LIBS"
15168 cat >conftest.$ac_ext <<_ACEOF
15169 /* confdefs.h. */
15170 _ACEOF
15171 cat confdefs.h >>conftest.$ac_ext
15172 cat >>conftest.$ac_ext <<_ACEOF
15173 /* end confdefs.h. */
15175 /* Override any GCC internal prototype to avoid an error.
15176 Use char because int might match the return type of a GCC
15177 builtin and then its argument prototype would still apply. */
15178 #ifdef __cplusplus
15179 extern "C"
15180 #endif
15181 char cupsGetDefault ();
15183 main ()
15185 return cupsGetDefault ();
15187 return 0;
15189 _ACEOF
15190 rm -f conftest.$ac_objext conftest$ac_exeext
15191 if { (ac_try="$ac_link"
15192 case "(($ac_try" in
15193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15194 *) ac_try_echo=$ac_try;;
15195 esac
15196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15197 (eval "$ac_link") 2>conftest.er1
15198 ac_status=$?
15199 grep -v '^ *+' conftest.er1 >conftest.err
15200 rm -f conftest.er1
15201 cat conftest.err >&5
15202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15203 (exit $ac_status); } && {
15204 test -z "$ac_c_werror_flag" ||
15205 test ! -s conftest.err
15206 } && test -s conftest$ac_exeext &&
15207 $as_test_x conftest$ac_exeext; then
15208 case "$LIBEXT" in
15209 dll) ;;
15210 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'` ;;
15211 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15212 esac
15213 else
15214 echo "$as_me: failed program was:" >&5
15215 sed 's/^/| /' conftest.$ac_ext >&5
15220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15221 conftest$ac_exeext conftest.$ac_ext
15222 LIBS=$ac_check_soname_save_LIBS
15224 if test "x$ac_cv_lib_soname_cups" = "x"; then
15225 { echo "$as_me:$LINENO: result: not found" >&5
15226 echo "${ECHO_T}not found" >&6; }
15228 else
15229 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15230 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15232 cat >>confdefs.h <<_ACEOF
15233 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15234 _ACEOF
15236 CUPSINCL="$ac_cups_cflags"
15241 done
15243 CPPFLAGS="$ac_save_CPPFLAGS"
15245 if test "x$ac_cv_lib_soname_cups" = "x"; then
15246 case "x$with_cups" in
15247 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15248 xno) ;;
15249 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15250 This is an error since --with-cups was requested." >&5
15251 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15252 This is an error since --with-cups was requested." >&2;}
15253 { (exit 1); exit 1; }; } ;;
15254 esac
15258 if test "$ac_cv_header_jack_jack_h" = "yes"
15259 then
15260 { echo "$as_me:$LINENO: checking for -ljack" >&5
15261 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15262 if test "${ac_cv_lib_soname_jack+set}" = set; then
15263 echo $ECHO_N "(cached) $ECHO_C" >&6
15264 else
15265 ac_check_soname_save_LIBS=$LIBS
15266 LIBS="-ljack $LIBS"
15267 cat >conftest.$ac_ext <<_ACEOF
15268 /* confdefs.h. */
15269 _ACEOF
15270 cat confdefs.h >>conftest.$ac_ext
15271 cat >>conftest.$ac_ext <<_ACEOF
15272 /* end confdefs.h. */
15274 /* Override any GCC internal prototype to avoid an error.
15275 Use char because int might match the return type of a GCC
15276 builtin and then its argument prototype would still apply. */
15277 #ifdef __cplusplus
15278 extern "C"
15279 #endif
15280 char jack_client_new ();
15282 main ()
15284 return jack_client_new ();
15286 return 0;
15288 _ACEOF
15289 rm -f conftest.$ac_objext conftest$ac_exeext
15290 if { (ac_try="$ac_link"
15291 case "(($ac_try" in
15292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15293 *) ac_try_echo=$ac_try;;
15294 esac
15295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15296 (eval "$ac_link") 2>conftest.er1
15297 ac_status=$?
15298 grep -v '^ *+' conftest.er1 >conftest.err
15299 rm -f conftest.er1
15300 cat conftest.err >&5
15301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15302 (exit $ac_status); } && {
15303 test -z "$ac_c_werror_flag" ||
15304 test ! -s conftest.err
15305 } && test -s conftest$ac_exeext &&
15306 $as_test_x conftest$ac_exeext; then
15307 case "$LIBEXT" in
15308 dll) ;;
15309 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'` ;;
15310 *) 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'` ;;
15311 esac
15312 else
15313 echo "$as_me: failed program was:" >&5
15314 sed 's/^/| /' conftest.$ac_ext >&5
15319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15320 conftest$ac_exeext conftest.$ac_ext
15321 LIBS=$ac_check_soname_save_LIBS
15323 if test "x$ac_cv_lib_soname_jack" = "x"; then
15324 { echo "$as_me:$LINENO: result: not found" >&5
15325 echo "${ECHO_T}not found" >&6; }
15327 else
15328 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15329 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15331 cat >>confdefs.h <<_ACEOF
15332 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15333 _ACEOF
15340 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15341 then
15342 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15343 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15344 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15345 echo $ECHO_N "(cached) $ECHO_C" >&6
15346 else
15347 ac_check_soname_save_LIBS=$LIBS
15348 LIBS="-lfontconfig $LIBS"
15349 cat >conftest.$ac_ext <<_ACEOF
15350 /* confdefs.h. */
15351 _ACEOF
15352 cat confdefs.h >>conftest.$ac_ext
15353 cat >>conftest.$ac_ext <<_ACEOF
15354 /* end confdefs.h. */
15356 /* Override any GCC internal prototype to avoid an error.
15357 Use char because int might match the return type of a GCC
15358 builtin and then its argument prototype would still apply. */
15359 #ifdef __cplusplus
15360 extern "C"
15361 #endif
15362 char FcInit ();
15364 main ()
15366 return FcInit ();
15368 return 0;
15370 _ACEOF
15371 rm -f conftest.$ac_objext conftest$ac_exeext
15372 if { (ac_try="$ac_link"
15373 case "(($ac_try" in
15374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15375 *) ac_try_echo=$ac_try;;
15376 esac
15377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15378 (eval "$ac_link") 2>conftest.er1
15379 ac_status=$?
15380 grep -v '^ *+' conftest.er1 >conftest.err
15381 rm -f conftest.er1
15382 cat conftest.err >&5
15383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15384 (exit $ac_status); } && {
15385 test -z "$ac_c_werror_flag" ||
15386 test ! -s conftest.err
15387 } && test -s conftest$ac_exeext &&
15388 $as_test_x conftest$ac_exeext; then
15389 case "$LIBEXT" in
15390 dll) ;;
15391 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'` ;;
15392 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15393 esac
15394 else
15395 echo "$as_me: failed program was:" >&5
15396 sed 's/^/| /' conftest.$ac_ext >&5
15401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15402 conftest$ac_exeext conftest.$ac_ext
15403 LIBS=$ac_check_soname_save_LIBS
15405 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15406 { echo "$as_me:$LINENO: result: not found" >&5
15407 echo "${ECHO_T}not found" >&6; }
15409 else
15410 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15411 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15413 cat >>confdefs.h <<_ACEOF
15414 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15415 _ACEOF
15420 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15421 then
15422 ac_save_CPPFLAGS="$CPPFLAGS"
15423 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15424 $as_unset ac_cv_header_fontconfig_fontconfig_h
15426 for ac_header in fontconfig/fontconfig.h
15428 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15429 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15430 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15431 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15432 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15433 echo $ECHO_N "(cached) $ECHO_C" >&6
15435 ac_res=`eval echo '${'$as_ac_Header'}'`
15436 { echo "$as_me:$LINENO: result: $ac_res" >&5
15437 echo "${ECHO_T}$ac_res" >&6; }
15438 else
15439 # Is the header compilable?
15440 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15441 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15442 cat >conftest.$ac_ext <<_ACEOF
15443 /* confdefs.h. */
15444 _ACEOF
15445 cat confdefs.h >>conftest.$ac_ext
15446 cat >>conftest.$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15448 $ac_includes_default
15449 #include <$ac_header>
15450 _ACEOF
15451 rm -f conftest.$ac_objext
15452 if { (ac_try="$ac_compile"
15453 case "(($ac_try" in
15454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15455 *) ac_try_echo=$ac_try;;
15456 esac
15457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15458 (eval "$ac_compile") 2>conftest.er1
15459 ac_status=$?
15460 grep -v '^ *+' conftest.er1 >conftest.err
15461 rm -f conftest.er1
15462 cat conftest.err >&5
15463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15464 (exit $ac_status); } && {
15465 test -z "$ac_c_werror_flag" ||
15466 test ! -s conftest.err
15467 } && test -s conftest.$ac_objext; then
15468 ac_header_compiler=yes
15469 else
15470 echo "$as_me: failed program was:" >&5
15471 sed 's/^/| /' conftest.$ac_ext >&5
15473 ac_header_compiler=no
15476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15477 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15478 echo "${ECHO_T}$ac_header_compiler" >&6; }
15480 # Is the header present?
15481 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15482 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15483 cat >conftest.$ac_ext <<_ACEOF
15484 /* confdefs.h. */
15485 _ACEOF
15486 cat confdefs.h >>conftest.$ac_ext
15487 cat >>conftest.$ac_ext <<_ACEOF
15488 /* end confdefs.h. */
15489 #include <$ac_header>
15490 _ACEOF
15491 if { (ac_try="$ac_cpp conftest.$ac_ext"
15492 case "(($ac_try" in
15493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15494 *) ac_try_echo=$ac_try;;
15495 esac
15496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15497 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15498 ac_status=$?
15499 grep -v '^ *+' conftest.er1 >conftest.err
15500 rm -f conftest.er1
15501 cat conftest.err >&5
15502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15503 (exit $ac_status); } >/dev/null && {
15504 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15505 test ! -s conftest.err
15506 }; then
15507 ac_header_preproc=yes
15508 else
15509 echo "$as_me: failed program was:" >&5
15510 sed 's/^/| /' conftest.$ac_ext >&5
15512 ac_header_preproc=no
15515 rm -f conftest.err conftest.$ac_ext
15516 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15517 echo "${ECHO_T}$ac_header_preproc" >&6; }
15519 # So? What about this header?
15520 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15521 yes:no: )
15522 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15523 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15525 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15526 ac_header_preproc=yes
15528 no:yes:* )
15529 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15530 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15531 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15532 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15533 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15534 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15535 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15536 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15537 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15538 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15540 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15541 ( cat <<\_ASBOX
15542 ## ------------------------------------ ##
15543 ## Report this to wine-devel@winehq.org ##
15544 ## ------------------------------------ ##
15545 _ASBOX
15546 ) | sed "s/^/$as_me: WARNING: /" >&2
15548 esac
15549 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15550 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15551 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15552 echo $ECHO_N "(cached) $ECHO_C" >&6
15553 else
15554 eval "$as_ac_Header=\$ac_header_preproc"
15556 ac_res=`eval echo '${'$as_ac_Header'}'`
15557 { echo "$as_me:$LINENO: result: $ac_res" >&5
15558 echo "${ECHO_T}$ac_res" >&6; }
15561 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15562 cat >>confdefs.h <<_ACEOF
15563 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15564 _ACEOF
15568 done
15570 CPPFLAGS="$ac_save_CPPFLAGS"
15571 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15572 then
15573 FONTCONFIGINCL="$X_CFLAGS"
15575 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15576 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15577 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15578 echo $ECHO_N "(cached) $ECHO_C" >&6
15579 else
15580 ac_check_soname_save_LIBS=$LIBS
15581 LIBS="-lfontconfig $X_LIBS $LIBS"
15582 cat >conftest.$ac_ext <<_ACEOF
15583 /* confdefs.h. */
15584 _ACEOF
15585 cat confdefs.h >>conftest.$ac_ext
15586 cat >>conftest.$ac_ext <<_ACEOF
15587 /* end confdefs.h. */
15589 /* Override any GCC internal prototype to avoid an error.
15590 Use char because int might match the return type of a GCC
15591 builtin and then its argument prototype would still apply. */
15592 #ifdef __cplusplus
15593 extern "C"
15594 #endif
15595 char FcInit ();
15597 main ()
15599 return FcInit ();
15601 return 0;
15603 _ACEOF
15604 rm -f conftest.$ac_objext conftest$ac_exeext
15605 if { (ac_try="$ac_link"
15606 case "(($ac_try" in
15607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15608 *) ac_try_echo=$ac_try;;
15609 esac
15610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15611 (eval "$ac_link") 2>conftest.er1
15612 ac_status=$?
15613 grep -v '^ *+' conftest.er1 >conftest.err
15614 rm -f conftest.er1
15615 cat conftest.err >&5
15616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); } && {
15618 test -z "$ac_c_werror_flag" ||
15619 test ! -s conftest.err
15620 } && test -s conftest$ac_exeext &&
15621 $as_test_x conftest$ac_exeext; then
15622 case "$LIBEXT" in
15623 dll) ;;
15624 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'` ;;
15625 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15626 esac
15627 else
15628 echo "$as_me: failed program was:" >&5
15629 sed 's/^/| /' conftest.$ac_ext >&5
15634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15635 conftest$ac_exeext conftest.$ac_ext
15636 LIBS=$ac_check_soname_save_LIBS
15638 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15639 { echo "$as_me:$LINENO: result: not found" >&5
15640 echo "${ECHO_T}not found" >&6; }
15642 else
15643 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15644 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15646 cat >>confdefs.h <<_ACEOF
15647 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15648 _ACEOF
15655 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15656 case "x$with_fontconfig" in
15657 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15658 xno) ;;
15659 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15660 This is an error since --with-fontconfig was requested." >&5
15661 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15662 This is an error since --with-fontconfig was requested." >&2;}
15663 { (exit 1); exit 1; }; } ;;
15664 esac
15668 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15669 then
15670 { echo "$as_me:$LINENO: checking for -lssl" >&5
15671 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15672 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15673 echo $ECHO_N "(cached) $ECHO_C" >&6
15674 else
15675 ac_check_soname_save_LIBS=$LIBS
15676 LIBS="-lssl $LIBS"
15677 cat >conftest.$ac_ext <<_ACEOF
15678 /* confdefs.h. */
15679 _ACEOF
15680 cat confdefs.h >>conftest.$ac_ext
15681 cat >>conftest.$ac_ext <<_ACEOF
15682 /* end confdefs.h. */
15684 /* Override any GCC internal prototype to avoid an error.
15685 Use char because int might match the return type of a GCC
15686 builtin and then its argument prototype would still apply. */
15687 #ifdef __cplusplus
15688 extern "C"
15689 #endif
15690 char SSL_library_init ();
15692 main ()
15694 return SSL_library_init ();
15696 return 0;
15698 _ACEOF
15699 rm -f conftest.$ac_objext conftest$ac_exeext
15700 if { (ac_try="$ac_link"
15701 case "(($ac_try" in
15702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15703 *) ac_try_echo=$ac_try;;
15704 esac
15705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15706 (eval "$ac_link") 2>conftest.er1
15707 ac_status=$?
15708 grep -v '^ *+' conftest.er1 >conftest.err
15709 rm -f conftest.er1
15710 cat conftest.err >&5
15711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15712 (exit $ac_status); } && {
15713 test -z "$ac_c_werror_flag" ||
15714 test ! -s conftest.err
15715 } && test -s conftest$ac_exeext &&
15716 $as_test_x conftest$ac_exeext; then
15717 case "$LIBEXT" in
15718 dll) ;;
15719 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'` ;;
15720 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15721 esac
15722 else
15723 echo "$as_me: failed program was:" >&5
15724 sed 's/^/| /' conftest.$ac_ext >&5
15729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15730 conftest$ac_exeext conftest.$ac_ext
15731 LIBS=$ac_check_soname_save_LIBS
15733 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15734 { echo "$as_me:$LINENO: result: not found" >&5
15735 echo "${ECHO_T}not found" >&6; }
15737 else
15738 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15739 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15741 cat >>confdefs.h <<_ACEOF
15742 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15743 _ACEOF
15748 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15749 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15750 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15751 echo $ECHO_N "(cached) $ECHO_C" >&6
15752 else
15753 ac_check_soname_save_LIBS=$LIBS
15754 LIBS="-lcrypto $LIBS"
15755 cat >conftest.$ac_ext <<_ACEOF
15756 /* confdefs.h. */
15757 _ACEOF
15758 cat confdefs.h >>conftest.$ac_ext
15759 cat >>conftest.$ac_ext <<_ACEOF
15760 /* end confdefs.h. */
15762 /* Override any GCC internal prototype to avoid an error.
15763 Use char because int might match the return type of a GCC
15764 builtin and then its argument prototype would still apply. */
15765 #ifdef __cplusplus
15766 extern "C"
15767 #endif
15768 char BIO_new_socket ();
15770 main ()
15772 return BIO_new_socket ();
15774 return 0;
15776 _ACEOF
15777 rm -f conftest.$ac_objext conftest$ac_exeext
15778 if { (ac_try="$ac_link"
15779 case "(($ac_try" in
15780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15781 *) ac_try_echo=$ac_try;;
15782 esac
15783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15784 (eval "$ac_link") 2>conftest.er1
15785 ac_status=$?
15786 grep -v '^ *+' conftest.er1 >conftest.err
15787 rm -f conftest.er1
15788 cat conftest.err >&5
15789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15790 (exit $ac_status); } && {
15791 test -z "$ac_c_werror_flag" ||
15792 test ! -s conftest.err
15793 } && test -s conftest$ac_exeext &&
15794 $as_test_x conftest$ac_exeext; then
15795 case "$LIBEXT" in
15796 dll) ;;
15797 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'` ;;
15798 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15799 esac
15800 else
15801 echo "$as_me: failed program was:" >&5
15802 sed 's/^/| /' conftest.$ac_ext >&5
15807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15808 conftest$ac_exeext conftest.$ac_ext
15809 LIBS=$ac_check_soname_save_LIBS
15811 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15812 { echo "$as_me:$LINENO: result: not found" >&5
15813 echo "${ECHO_T}not found" >&6; }
15815 else
15816 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15817 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15819 cat >>confdefs.h <<_ACEOF
15820 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15821 _ACEOF
15827 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15828 case "x$with_openssl" in
15829 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15830 xno) ;;
15831 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15832 This is an error since --with-openssl was requested." >&5
15833 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15834 This is an error since --with-openssl was requested." >&2;}
15835 { (exit 1); exit 1; }; } ;;
15836 esac
15840 if test "$ac_cv_header_jpeglib_h" = "yes"
15841 then
15842 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15843 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15844 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15845 echo $ECHO_N "(cached) $ECHO_C" >&6
15846 else
15847 ac_check_soname_save_LIBS=$LIBS
15848 LIBS="-ljpeg $LIBS"
15849 cat >conftest.$ac_ext <<_ACEOF
15850 /* confdefs.h. */
15851 _ACEOF
15852 cat confdefs.h >>conftest.$ac_ext
15853 cat >>conftest.$ac_ext <<_ACEOF
15854 /* end confdefs.h. */
15856 /* Override any GCC internal prototype to avoid an error.
15857 Use char because int might match the return type of a GCC
15858 builtin and then its argument prototype would still apply. */
15859 #ifdef __cplusplus
15860 extern "C"
15861 #endif
15862 char jpeg_start_decompress ();
15864 main ()
15866 return jpeg_start_decompress ();
15868 return 0;
15870 _ACEOF
15871 rm -f conftest.$ac_objext conftest$ac_exeext
15872 if { (ac_try="$ac_link"
15873 case "(($ac_try" in
15874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15875 *) ac_try_echo=$ac_try;;
15876 esac
15877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15878 (eval "$ac_link") 2>conftest.er1
15879 ac_status=$?
15880 grep -v '^ *+' conftest.er1 >conftest.err
15881 rm -f conftest.er1
15882 cat conftest.err >&5
15883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15884 (exit $ac_status); } && {
15885 test -z "$ac_c_werror_flag" ||
15886 test ! -s conftest.err
15887 } && test -s conftest$ac_exeext &&
15888 $as_test_x conftest$ac_exeext; then
15889 case "$LIBEXT" in
15890 dll) ;;
15891 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'` ;;
15892 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15893 esac
15894 else
15895 echo "$as_me: failed program was:" >&5
15896 sed 's/^/| /' conftest.$ac_ext >&5
15901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15902 conftest$ac_exeext conftest.$ac_ext
15903 LIBS=$ac_check_soname_save_LIBS
15905 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15906 { echo "$as_me:$LINENO: result: not found" >&5
15907 echo "${ECHO_T}not found" >&6; }
15909 else
15910 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15911 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15913 cat >>confdefs.h <<_ACEOF
15914 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15915 _ACEOF
15921 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15922 case "x$with_jpeg" in
15923 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15924 xno) ;;
15925 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15926 This is an error since --with-jpeg was requested." >&5
15927 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15928 This is an error since --with-jpeg was requested." >&2;}
15929 { (exit 1); exit 1; }; } ;;
15930 esac
15934 if test "$ac_cv_header_png_h" = "yes"
15935 then
15936 { echo "$as_me:$LINENO: checking for -lpng" >&5
15937 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15938 if test "${ac_cv_lib_soname_png+set}" = set; then
15939 echo $ECHO_N "(cached) $ECHO_C" >&6
15940 else
15941 ac_check_soname_save_LIBS=$LIBS
15942 LIBS="-lpng -lm $LIBS"
15943 cat >conftest.$ac_ext <<_ACEOF
15944 /* confdefs.h. */
15945 _ACEOF
15946 cat confdefs.h >>conftest.$ac_ext
15947 cat >>conftest.$ac_ext <<_ACEOF
15948 /* end confdefs.h. */
15950 /* Override any GCC internal prototype to avoid an error.
15951 Use char because int might match the return type of a GCC
15952 builtin and then its argument prototype would still apply. */
15953 #ifdef __cplusplus
15954 extern "C"
15955 #endif
15956 char png_create_read_struct ();
15958 main ()
15960 return png_create_read_struct ();
15962 return 0;
15964 _ACEOF
15965 rm -f conftest.$ac_objext conftest$ac_exeext
15966 if { (ac_try="$ac_link"
15967 case "(($ac_try" in
15968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15969 *) ac_try_echo=$ac_try;;
15970 esac
15971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15972 (eval "$ac_link") 2>conftest.er1
15973 ac_status=$?
15974 grep -v '^ *+' conftest.er1 >conftest.err
15975 rm -f conftest.er1
15976 cat conftest.err >&5
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } && {
15979 test -z "$ac_c_werror_flag" ||
15980 test ! -s conftest.err
15981 } && test -s conftest$ac_exeext &&
15982 $as_test_x conftest$ac_exeext; then
15983 case "$LIBEXT" in
15984 dll) ;;
15985 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'` ;;
15986 *) 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'` ;;
15987 esac
15988 else
15989 echo "$as_me: failed program was:" >&5
15990 sed 's/^/| /' conftest.$ac_ext >&5
15995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15996 conftest$ac_exeext conftest.$ac_ext
15997 LIBS=$ac_check_soname_save_LIBS
15999 if test "x$ac_cv_lib_soname_png" = "x"; then
16000 { echo "$as_me:$LINENO: result: not found" >&5
16001 echo "${ECHO_T}not found" >&6; }
16003 else
16004 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16005 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16007 cat >>confdefs.h <<_ACEOF
16008 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16009 _ACEOF
16015 if test "x$ac_cv_lib_soname_png" = "x"; then
16016 case "x$with_png" in
16017 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16018 xno) ;;
16019 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16020 This is an error since --with-png was requested." >&5
16021 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16022 This is an error since --with-png was requested." >&2;}
16023 { (exit 1); exit 1; }; } ;;
16024 esac
16028 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16029 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16030 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16031 echo $ECHO_N "(cached) $ECHO_C" >&6
16032 else
16033 ac_check_soname_save_LIBS=$LIBS
16034 LIBS="-lodbc $LIBS"
16035 cat >conftest.$ac_ext <<_ACEOF
16036 /* confdefs.h. */
16037 _ACEOF
16038 cat confdefs.h >>conftest.$ac_ext
16039 cat >>conftest.$ac_ext <<_ACEOF
16040 /* end confdefs.h. */
16042 /* Override any GCC internal prototype to avoid an error.
16043 Use char because int might match the return type of a GCC
16044 builtin and then its argument prototype would still apply. */
16045 #ifdef __cplusplus
16046 extern "C"
16047 #endif
16048 char SQLConnect ();
16050 main ()
16052 return SQLConnect ();
16054 return 0;
16056 _ACEOF
16057 rm -f conftest.$ac_objext conftest$ac_exeext
16058 if { (ac_try="$ac_link"
16059 case "(($ac_try" in
16060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16061 *) ac_try_echo=$ac_try;;
16062 esac
16063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16064 (eval "$ac_link") 2>conftest.er1
16065 ac_status=$?
16066 grep -v '^ *+' conftest.er1 >conftest.err
16067 rm -f conftest.er1
16068 cat conftest.err >&5
16069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16070 (exit $ac_status); } && {
16071 test -z "$ac_c_werror_flag" ||
16072 test ! -s conftest.err
16073 } && test -s conftest$ac_exeext &&
16074 $as_test_x conftest$ac_exeext; then
16075 case "$LIBEXT" in
16076 dll) ;;
16077 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'` ;;
16078 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16079 esac
16080 else
16081 echo "$as_me: failed program was:" >&5
16082 sed 's/^/| /' conftest.$ac_ext >&5
16087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16088 conftest$ac_exeext conftest.$ac_ext
16089 LIBS=$ac_check_soname_save_LIBS
16091 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16092 { echo "$as_me:$LINENO: result: not found" >&5
16093 echo "${ECHO_T}not found" >&6; }
16094 cat >>confdefs.h <<_ACEOF
16095 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16096 _ACEOF
16098 else
16099 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16100 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16102 cat >>confdefs.h <<_ACEOF
16103 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16104 _ACEOF
16110 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16111 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16112 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16113 "$ac_cv_header_soundcard_h" != "yes" -a \
16114 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16115 then
16116 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16120 EXTRACFLAGS=""
16122 if test "x${GCC}" = "xyes"
16123 then
16124 EXTRACFLAGS="-Wall -pipe"
16126 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16127 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16128 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16129 echo $ECHO_N "(cached) $ECHO_C" >&6
16130 else
16131 if test "$cross_compiling" = yes; then
16132 ac_cv_c_gcc_strength_bug="yes"
16133 else
16134 cat >conftest.$ac_ext <<_ACEOF
16135 /* confdefs.h. */
16136 _ACEOF
16137 cat confdefs.h >>conftest.$ac_ext
16138 cat >>conftest.$ac_ext <<_ACEOF
16139 /* end confdefs.h. */
16140 int L[4] = {0,1,2,3};
16142 main ()
16144 static int Array[3];
16145 unsigned int B = 3;
16146 int i;
16147 for(i=0; i<B; i++) Array[i] = i - 3;
16148 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16149 L[i] = 4;
16150 exit( Array[1] != -2 || L[2] != 3)
16152 return 0;
16154 _ACEOF
16155 rm -f conftest$ac_exeext
16156 if { (ac_try="$ac_link"
16157 case "(($ac_try" in
16158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16159 *) ac_try_echo=$ac_try;;
16160 esac
16161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16162 (eval "$ac_link") 2>&5
16163 ac_status=$?
16164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16165 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16166 { (case "(($ac_try" in
16167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16168 *) ac_try_echo=$ac_try;;
16169 esac
16170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16171 (eval "$ac_try") 2>&5
16172 ac_status=$?
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); }; }; then
16175 ac_cv_c_gcc_strength_bug="no"
16176 else
16177 echo "$as_me: program exited with status $ac_status" >&5
16178 echo "$as_me: failed program was:" >&5
16179 sed 's/^/| /' conftest.$ac_ext >&5
16181 ( exit $ac_status )
16182 ac_cv_c_gcc_strength_bug="yes"
16184 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16189 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16190 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16191 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16192 then
16193 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16197 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16198 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16199 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16200 echo $ECHO_N "(cached) $ECHO_C" >&6
16201 else
16202 ac_wine_try_cflags_saved=$CFLAGS
16203 CFLAGS="$CFLAGS -fshort-wchar"
16204 cat >conftest.$ac_ext <<_ACEOF
16205 /* confdefs.h. */
16206 _ACEOF
16207 cat confdefs.h >>conftest.$ac_ext
16208 cat >>conftest.$ac_ext <<_ACEOF
16209 /* end confdefs.h. */
16212 main ()
16216 return 0;
16218 _ACEOF
16219 rm -f conftest.$ac_objext conftest$ac_exeext
16220 if { (ac_try="$ac_link"
16221 case "(($ac_try" in
16222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16223 *) ac_try_echo=$ac_try;;
16224 esac
16225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16226 (eval "$ac_link") 2>conftest.er1
16227 ac_status=$?
16228 grep -v '^ *+' conftest.er1 >conftest.err
16229 rm -f conftest.er1
16230 cat conftest.err >&5
16231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16232 (exit $ac_status); } && {
16233 test -z "$ac_c_werror_flag" ||
16234 test ! -s conftest.err
16235 } && test -s conftest$ac_exeext &&
16236 $as_test_x conftest$ac_exeext; then
16237 ac_cv_cflags__fshort_wchar=yes
16238 else
16239 echo "$as_me: failed program was:" >&5
16240 sed 's/^/| /' conftest.$ac_ext >&5
16242 ac_cv_cflags__fshort_wchar=no
16245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16246 conftest$ac_exeext conftest.$ac_ext
16247 CFLAGS=$ac_wine_try_cflags_saved
16249 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16250 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16251 if test $ac_cv_cflags__fshort_wchar = yes; then
16253 cat >>confdefs.h <<\_ACEOF
16254 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16255 _ACEOF
16259 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16260 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16261 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16262 echo $ECHO_N "(cached) $ECHO_C" >&6
16263 else
16264 ac_wine_try_cflags_saved=$CFLAGS
16265 CFLAGS="$CFLAGS -fno-strict-aliasing"
16266 cat >conftest.$ac_ext <<_ACEOF
16267 /* confdefs.h. */
16268 _ACEOF
16269 cat confdefs.h >>conftest.$ac_ext
16270 cat >>conftest.$ac_ext <<_ACEOF
16271 /* end confdefs.h. */
16274 main ()
16278 return 0;
16280 _ACEOF
16281 rm -f conftest.$ac_objext conftest$ac_exeext
16282 if { (ac_try="$ac_link"
16283 case "(($ac_try" in
16284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16285 *) ac_try_echo=$ac_try;;
16286 esac
16287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16288 (eval "$ac_link") 2>conftest.er1
16289 ac_status=$?
16290 grep -v '^ *+' conftest.er1 >conftest.err
16291 rm -f conftest.er1
16292 cat conftest.err >&5
16293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294 (exit $ac_status); } && {
16295 test -z "$ac_c_werror_flag" ||
16296 test ! -s conftest.err
16297 } && test -s conftest$ac_exeext &&
16298 $as_test_x conftest$ac_exeext; then
16299 ac_cv_cflags__fno_strict_aliasing=yes
16300 else
16301 echo "$as_me: failed program was:" >&5
16302 sed 's/^/| /' conftest.$ac_ext >&5
16304 ac_cv_cflags__fno_strict_aliasing=no
16307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16308 conftest$ac_exeext conftest.$ac_ext
16309 CFLAGS=$ac_wine_try_cflags_saved
16311 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16312 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16313 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16314 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16317 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16318 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16319 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16320 echo $ECHO_N "(cached) $ECHO_C" >&6
16321 else
16322 ac_wine_try_cflags_saved=$CFLAGS
16323 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16324 cat >conftest.$ac_ext <<_ACEOF
16325 /* confdefs.h. */
16326 _ACEOF
16327 cat confdefs.h >>conftest.$ac_ext
16328 cat >>conftest.$ac_ext <<_ACEOF
16329 /* end confdefs.h. */
16332 main ()
16336 return 0;
16338 _ACEOF
16339 rm -f conftest.$ac_objext conftest$ac_exeext
16340 if { (ac_try="$ac_link"
16341 case "(($ac_try" in
16342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16343 *) ac_try_echo=$ac_try;;
16344 esac
16345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16346 (eval "$ac_link") 2>conftest.er1
16347 ac_status=$?
16348 grep -v '^ *+' conftest.er1 >conftest.err
16349 rm -f conftest.er1
16350 cat conftest.err >&5
16351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16352 (exit $ac_status); } && {
16353 test -z "$ac_c_werror_flag" ||
16354 test ! -s conftest.err
16355 } && test -s conftest$ac_exeext &&
16356 $as_test_x conftest$ac_exeext; then
16357 ac_cv_cflags__Wdeclaration_after_statement=yes
16358 else
16359 echo "$as_me: failed program was:" >&5
16360 sed 's/^/| /' conftest.$ac_ext >&5
16362 ac_cv_cflags__Wdeclaration_after_statement=no
16365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16366 conftest$ac_exeext conftest.$ac_ext
16367 CFLAGS=$ac_wine_try_cflags_saved
16369 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16370 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16371 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16372 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16375 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16376 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16377 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16378 echo $ECHO_N "(cached) $ECHO_C" >&6
16379 else
16380 ac_wine_try_cflags_saved=$CFLAGS
16381 CFLAGS="$CFLAGS -Wwrite-strings"
16382 cat >conftest.$ac_ext <<_ACEOF
16383 /* confdefs.h. */
16384 _ACEOF
16385 cat confdefs.h >>conftest.$ac_ext
16386 cat >>conftest.$ac_ext <<_ACEOF
16387 /* end confdefs.h. */
16390 main ()
16394 return 0;
16396 _ACEOF
16397 rm -f conftest.$ac_objext conftest$ac_exeext
16398 if { (ac_try="$ac_link"
16399 case "(($ac_try" in
16400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16401 *) ac_try_echo=$ac_try;;
16402 esac
16403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16404 (eval "$ac_link") 2>conftest.er1
16405 ac_status=$?
16406 grep -v '^ *+' conftest.er1 >conftest.err
16407 rm -f conftest.er1
16408 cat conftest.err >&5
16409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16410 (exit $ac_status); } && {
16411 test -z "$ac_c_werror_flag" ||
16412 test ! -s conftest.err
16413 } && test -s conftest$ac_exeext &&
16414 $as_test_x conftest$ac_exeext; then
16415 ac_cv_cflags__Wwrite_strings=yes
16416 else
16417 echo "$as_me: failed program was:" >&5
16418 sed 's/^/| /' conftest.$ac_ext >&5
16420 ac_cv_cflags__Wwrite_strings=no
16423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16424 conftest$ac_exeext conftest.$ac_ext
16425 CFLAGS=$ac_wine_try_cflags_saved
16427 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16428 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16429 if test $ac_cv_cflags__Wwrite_strings = yes; then
16430 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16433 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16434 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16435 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16436 echo $ECHO_N "(cached) $ECHO_C" >&6
16437 else
16438 ac_wine_try_cflags_saved=$CFLAGS
16439 CFLAGS="$CFLAGS -Wtype-limits"
16440 cat >conftest.$ac_ext <<_ACEOF
16441 /* confdefs.h. */
16442 _ACEOF
16443 cat confdefs.h >>conftest.$ac_ext
16444 cat >>conftest.$ac_ext <<_ACEOF
16445 /* end confdefs.h. */
16448 main ()
16452 return 0;
16454 _ACEOF
16455 rm -f conftest.$ac_objext conftest$ac_exeext
16456 if { (ac_try="$ac_link"
16457 case "(($ac_try" in
16458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16459 *) ac_try_echo=$ac_try;;
16460 esac
16461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16462 (eval "$ac_link") 2>conftest.er1
16463 ac_status=$?
16464 grep -v '^ *+' conftest.er1 >conftest.err
16465 rm -f conftest.er1
16466 cat conftest.err >&5
16467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16468 (exit $ac_status); } && {
16469 test -z "$ac_c_werror_flag" ||
16470 test ! -s conftest.err
16471 } && test -s conftest$ac_exeext &&
16472 $as_test_x conftest$ac_exeext; then
16473 ac_cv_cflags__Wtype_limits=yes
16474 else
16475 echo "$as_me: failed program was:" >&5
16476 sed 's/^/| /' conftest.$ac_ext >&5
16478 ac_cv_cflags__Wtype_limits=no
16481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16482 conftest$ac_exeext conftest.$ac_ext
16483 CFLAGS=$ac_wine_try_cflags_saved
16485 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16486 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16487 if test $ac_cv_cflags__Wtype_limits = yes; then
16488 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16492 saved_CFLAGS="$CFLAGS"
16493 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16494 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16495 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16496 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16497 echo $ECHO_N "(cached) $ECHO_C" >&6
16498 else
16499 cat >conftest.$ac_ext <<_ACEOF
16500 /* confdefs.h. */
16501 _ACEOF
16502 cat confdefs.h >>conftest.$ac_ext
16503 cat >>conftest.$ac_ext <<_ACEOF
16504 /* end confdefs.h. */
16505 #include <string.h>
16507 main ()
16511 return 0;
16513 _ACEOF
16514 rm -f conftest.$ac_objext
16515 if { (ac_try="$ac_compile"
16516 case "(($ac_try" in
16517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16518 *) ac_try_echo=$ac_try;;
16519 esac
16520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16521 (eval "$ac_compile") 2>conftest.er1
16522 ac_status=$?
16523 grep -v '^ *+' conftest.er1 >conftest.err
16524 rm -f conftest.er1
16525 cat conftest.err >&5
16526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16527 (exit $ac_status); } && {
16528 test -z "$ac_c_werror_flag" ||
16529 test ! -s conftest.err
16530 } && test -s conftest.$ac_objext; then
16531 ac_cv_c_string_h_warnings=no
16532 else
16533 echo "$as_me: failed program was:" >&5
16534 sed 's/^/| /' conftest.$ac_ext >&5
16536 ac_cv_c_string_h_warnings=yes
16539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16541 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16542 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16543 CFLAGS="$saved_CFLAGS"
16544 if test "$ac_cv_c_string_h_warnings" = "no"
16545 then
16546 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16549 BUILTINFLAG=""
16551 saved_CFLAGS="$CFLAGS"
16552 CFLAGS="$CFLAGS -Werror"
16553 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16554 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16555 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16556 echo $ECHO_N "(cached) $ECHO_C" >&6
16557 else
16558 cat >conftest.$ac_ext <<_ACEOF
16559 /* confdefs.h. */
16560 _ACEOF
16561 cat confdefs.h >>conftest.$ac_ext
16562 cat >>conftest.$ac_ext <<_ACEOF
16563 /* end confdefs.h. */
16566 main ()
16568 int iswlower(unsigned short);
16570 return 0;
16572 _ACEOF
16573 rm -f conftest.$ac_objext
16574 if { (ac_try="$ac_compile"
16575 case "(($ac_try" in
16576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16577 *) ac_try_echo=$ac_try;;
16578 esac
16579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16580 (eval "$ac_compile") 2>conftest.er1
16581 ac_status=$?
16582 grep -v '^ *+' conftest.er1 >conftest.err
16583 rm -f conftest.er1
16584 cat conftest.err >&5
16585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16586 (exit $ac_status); } && {
16587 test -z "$ac_c_werror_flag" ||
16588 test ! -s conftest.err
16589 } && test -s conftest.$ac_objext; then
16590 ac_cv_c_builtin_wchar_ctype=no
16591 else
16592 echo "$as_me: failed program was:" >&5
16593 sed 's/^/| /' conftest.$ac_ext >&5
16595 ac_cv_c_builtin_wchar_ctype=yes
16598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16600 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16601 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16602 CFLAGS="$saved_CFLAGS"
16603 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16604 then
16605 BUILTINFLAG="-fno-builtin"
16610 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16611 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16612 if test "${ac_cv_asm_func_def+set}" = set; then
16613 echo $ECHO_N "(cached) $ECHO_C" >&6
16614 else
16615 cat >conftest.$ac_ext <<_ACEOF
16616 /* confdefs.h. */
16617 _ACEOF
16618 cat confdefs.h >>conftest.$ac_ext
16619 cat >>conftest.$ac_ext <<_ACEOF
16620 /* end confdefs.h. */
16623 main ()
16625 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16627 return 0;
16629 _ACEOF
16630 rm -f conftest.$ac_objext conftest$ac_exeext
16631 if { (ac_try="$ac_link"
16632 case "(($ac_try" in
16633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16634 *) ac_try_echo=$ac_try;;
16635 esac
16636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16637 (eval "$ac_link") 2>conftest.er1
16638 ac_status=$?
16639 grep -v '^ *+' conftest.er1 >conftest.err
16640 rm -f conftest.er1
16641 cat conftest.err >&5
16642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16643 (exit $ac_status); } && {
16644 test -z "$ac_c_werror_flag" ||
16645 test ! -s conftest.err
16646 } && test -s conftest$ac_exeext &&
16647 $as_test_x conftest$ac_exeext; then
16648 ac_cv_asm_func_def=".def"
16649 else
16650 echo "$as_me: failed program was:" >&5
16651 sed 's/^/| /' conftest.$ac_ext >&5
16653 cat >conftest.$ac_ext <<_ACEOF
16654 /* confdefs.h. */
16655 _ACEOF
16656 cat confdefs.h >>conftest.$ac_ext
16657 cat >>conftest.$ac_ext <<_ACEOF
16658 /* end confdefs.h. */
16661 main ()
16663 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16665 return 0;
16667 _ACEOF
16668 rm -f conftest.$ac_objext conftest$ac_exeext
16669 if { (ac_try="$ac_link"
16670 case "(($ac_try" in
16671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16672 *) ac_try_echo=$ac_try;;
16673 esac
16674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16675 (eval "$ac_link") 2>conftest.er1
16676 ac_status=$?
16677 grep -v '^ *+' conftest.er1 >conftest.err
16678 rm -f conftest.er1
16679 cat conftest.err >&5
16680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16681 (exit $ac_status); } && {
16682 test -z "$ac_c_werror_flag" ||
16683 test ! -s conftest.err
16684 } && test -s conftest$ac_exeext &&
16685 $as_test_x conftest$ac_exeext; then
16686 ac_cv_asm_func_def=".type @function"
16687 else
16688 echo "$as_me: failed program was:" >&5
16689 sed 's/^/| /' conftest.$ac_ext >&5
16691 cat >conftest.$ac_ext <<_ACEOF
16692 /* confdefs.h. */
16693 _ACEOF
16694 cat confdefs.h >>conftest.$ac_ext
16695 cat >>conftest.$ac_ext <<_ACEOF
16696 /* end confdefs.h. */
16699 main ()
16701 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16703 return 0;
16705 _ACEOF
16706 rm -f conftest.$ac_objext conftest$ac_exeext
16707 if { (ac_try="$ac_link"
16708 case "(($ac_try" in
16709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16710 *) ac_try_echo=$ac_try;;
16711 esac
16712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16713 (eval "$ac_link") 2>conftest.er1
16714 ac_status=$?
16715 grep -v '^ *+' conftest.er1 >conftest.err
16716 rm -f conftest.er1
16717 cat conftest.err >&5
16718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); } && {
16720 test -z "$ac_c_werror_flag" ||
16721 test ! -s conftest.err
16722 } && test -s conftest$ac_exeext &&
16723 $as_test_x conftest$ac_exeext; then
16724 ac_cv_asm_func_def=".type 2"
16725 else
16726 echo "$as_me: failed program was:" >&5
16727 sed 's/^/| /' conftest.$ac_ext >&5
16729 ac_cv_asm_func_def="unknown"
16732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16733 conftest$ac_exeext conftest.$ac_ext
16736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16737 conftest$ac_exeext conftest.$ac_ext
16740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16741 conftest$ac_exeext conftest.$ac_ext
16743 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16744 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16748 case "$ac_cv_asm_func_def" in
16749 ".def")
16750 cat >>confdefs.h <<\_ACEOF
16751 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16752 _ACEOF
16754 ".type @function")
16755 cat >>confdefs.h <<\_ACEOF
16756 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16757 _ACEOF
16759 ".type 2")
16760 cat >>confdefs.h <<\_ACEOF
16761 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16762 _ACEOF
16765 cat >>confdefs.h <<\_ACEOF
16766 #define __ASM_FUNC(name) ""
16767 _ACEOF
16769 esac
16772 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16773 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16774 if test "${ac_cv_c_extern_prefix+set}" = set; then
16775 echo $ECHO_N "(cached) $ECHO_C" >&6
16776 else
16777 cat >conftest.$ac_ext <<_ACEOF
16778 /* confdefs.h. */
16779 _ACEOF
16780 cat confdefs.h >>conftest.$ac_ext
16781 cat >>conftest.$ac_ext <<_ACEOF
16782 /* end confdefs.h. */
16783 extern int ac_test;
16785 main ()
16787 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16789 return 0;
16791 _ACEOF
16792 rm -f conftest.$ac_objext conftest$ac_exeext
16793 if { (ac_try="$ac_link"
16794 case "(($ac_try" in
16795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16796 *) ac_try_echo=$ac_try;;
16797 esac
16798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16799 (eval "$ac_link") 2>conftest.er1
16800 ac_status=$?
16801 grep -v '^ *+' conftest.er1 >conftest.err
16802 rm -f conftest.er1
16803 cat conftest.err >&5
16804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16805 (exit $ac_status); } && {
16806 test -z "$ac_c_werror_flag" ||
16807 test ! -s conftest.err
16808 } && test -s conftest$ac_exeext &&
16809 $as_test_x conftest$ac_exeext; then
16810 ac_cv_c_extern_prefix="yes"
16811 else
16812 echo "$as_me: failed program was:" >&5
16813 sed 's/^/| /' conftest.$ac_ext >&5
16815 ac_cv_c_extern_prefix="no"
16818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16819 conftest$ac_exeext conftest.$ac_ext
16821 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16822 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16826 if test "$ac_cv_c_extern_prefix" = "yes"
16827 then
16828 cat >>confdefs.h <<\_ACEOF
16829 #define __ASM_NAME(name) "_" name
16830 _ACEOF
16832 else
16833 cat >>confdefs.h <<\_ACEOF
16834 #define __ASM_NAME(name) name
16835 _ACEOF
16840 LDPATH=""
16842 case $build_os in
16843 cygwin*|mingw32*)
16844 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16846 darwin*|macosx*)
16848 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16849 then
16850 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16854 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16856 esac
16858 case $host_os in
16859 mingw32*)
16860 CRTLIBS="-lmsvcrt"
16862 SOCKETLIBS="-lws2_32"
16865 esac
16867 MAIN_BINARY="wine-pthread"
16868 case $host_cpu in
16869 *i[3456789]86*)
16870 case $host_os in
16871 linux* | k*bsd*-gnu)
16872 MAIN_BINARY="wine-glibc"
16874 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16876 freebsd*)
16877 MAIN_BINARY="wine-freebsd"
16879 EXTRA_BINARIES="wine-pthread"
16881 esac
16883 esac
16955 for ac_func in \
16956 _pclose \
16957 _popen \
16958 _snprintf \
16959 _spawnvp \
16960 _strdup \
16961 _stricmp \
16962 _strnicmp \
16963 _strtoi64 \
16964 _strtoui64 \
16965 _vsnprintf \
16966 asctime_r \
16967 chsize \
16968 clone \
16969 dlopen \
16970 epoll_create \
16971 ffs \
16972 finite \
16973 fork \
16974 fpclass \
16975 fstatfs \
16976 fstatvfs \
16977 ftruncate \
16978 futimes \
16979 futimesat \
16980 getdirentries \
16981 getopt_long \
16982 getpagesize \
16983 getpwuid \
16984 gettid \
16985 gettimeofday \
16986 getuid \
16987 inet_pton \
16988 kqueue \
16989 lstat \
16990 memmove \
16991 mmap \
16992 pclose \
16993 poll \
16994 popen \
16995 prctl \
16996 pread \
16997 pwrite \
16998 readlink \
16999 rfork \
17000 sched_yield \
17001 select \
17002 setproctitle \
17003 setrlimit \
17004 settimeofday \
17005 sigaltstack \
17006 sigprocmask \
17007 snprintf \
17008 spawnvp \
17009 statfs \
17010 statvfs \
17011 strcasecmp \
17012 strdup \
17013 strerror \
17014 strncasecmp \
17015 strtold \
17016 strtoll \
17017 strtoull \
17018 tcgetattr \
17019 thr_kill2 \
17020 timegm \
17021 usleep \
17022 vsnprintf \
17023 wait4 \
17024 waitpid \
17027 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17028 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17029 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17030 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17031 echo $ECHO_N "(cached) $ECHO_C" >&6
17032 else
17033 cat >conftest.$ac_ext <<_ACEOF
17034 /* confdefs.h. */
17035 _ACEOF
17036 cat confdefs.h >>conftest.$ac_ext
17037 cat >>conftest.$ac_ext <<_ACEOF
17038 /* end confdefs.h. */
17039 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17040 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17041 #define $ac_func innocuous_$ac_func
17043 /* System header to define __stub macros and hopefully few prototypes,
17044 which can conflict with char $ac_func (); below.
17045 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17046 <limits.h> exists even on freestanding compilers. */
17048 #ifdef __STDC__
17049 # include <limits.h>
17050 #else
17051 # include <assert.h>
17052 #endif
17054 #undef $ac_func
17056 /* Override any GCC internal prototype to avoid an error.
17057 Use char because int might match the return type of a GCC
17058 builtin and then its argument prototype would still apply. */
17059 #ifdef __cplusplus
17060 extern "C"
17061 #endif
17062 char $ac_func ();
17063 /* The GNU C library defines this for functions which it implements
17064 to always fail with ENOSYS. Some functions are actually named
17065 something starting with __ and the normal name is an alias. */
17066 #if defined __stub_$ac_func || defined __stub___$ac_func
17067 choke me
17068 #endif
17071 main ()
17073 return $ac_func ();
17075 return 0;
17077 _ACEOF
17078 rm -f conftest.$ac_objext conftest$ac_exeext
17079 if { (ac_try="$ac_link"
17080 case "(($ac_try" in
17081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17082 *) ac_try_echo=$ac_try;;
17083 esac
17084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17085 (eval "$ac_link") 2>conftest.er1
17086 ac_status=$?
17087 grep -v '^ *+' conftest.er1 >conftest.err
17088 rm -f conftest.er1
17089 cat conftest.err >&5
17090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17091 (exit $ac_status); } && {
17092 test -z "$ac_c_werror_flag" ||
17093 test ! -s conftest.err
17094 } && test -s conftest$ac_exeext &&
17095 $as_test_x conftest$ac_exeext; then
17096 eval "$as_ac_var=yes"
17097 else
17098 echo "$as_me: failed program was:" >&5
17099 sed 's/^/| /' conftest.$ac_ext >&5
17101 eval "$as_ac_var=no"
17104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17105 conftest$ac_exeext conftest.$ac_ext
17107 ac_res=`eval echo '${'$as_ac_var'}'`
17108 { echo "$as_me:$LINENO: result: $ac_res" >&5
17109 echo "${ECHO_T}$ac_res" >&6; }
17110 if test `eval echo '${'$as_ac_var'}'` = yes; then
17111 cat >>confdefs.h <<_ACEOF
17112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17113 _ACEOF
17116 done
17119 if test "$ac_cv_func_dlopen" = no
17120 then
17121 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17122 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17123 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17124 echo $ECHO_N "(cached) $ECHO_C" >&6
17125 else
17126 ac_check_lib_save_LIBS=$LIBS
17127 LIBS="-ldl $LIBS"
17128 cat >conftest.$ac_ext <<_ACEOF
17129 /* confdefs.h. */
17130 _ACEOF
17131 cat confdefs.h >>conftest.$ac_ext
17132 cat >>conftest.$ac_ext <<_ACEOF
17133 /* end confdefs.h. */
17135 /* Override any GCC internal prototype to avoid an error.
17136 Use char because int might match the return type of a GCC
17137 builtin and then its argument prototype would still apply. */
17138 #ifdef __cplusplus
17139 extern "C"
17140 #endif
17141 char dlopen ();
17143 main ()
17145 return dlopen ();
17147 return 0;
17149 _ACEOF
17150 rm -f conftest.$ac_objext conftest$ac_exeext
17151 if { (ac_try="$ac_link"
17152 case "(($ac_try" in
17153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17154 *) ac_try_echo=$ac_try;;
17155 esac
17156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17157 (eval "$ac_link") 2>conftest.er1
17158 ac_status=$?
17159 grep -v '^ *+' conftest.er1 >conftest.err
17160 rm -f conftest.er1
17161 cat conftest.err >&5
17162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163 (exit $ac_status); } && {
17164 test -z "$ac_c_werror_flag" ||
17165 test ! -s conftest.err
17166 } && test -s conftest$ac_exeext &&
17167 $as_test_x conftest$ac_exeext; then
17168 ac_cv_lib_dl_dlopen=yes
17169 else
17170 echo "$as_me: failed program was:" >&5
17171 sed 's/^/| /' conftest.$ac_ext >&5
17173 ac_cv_lib_dl_dlopen=no
17176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17177 conftest$ac_exeext conftest.$ac_ext
17178 LIBS=$ac_check_lib_save_LIBS
17180 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17181 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17182 if test $ac_cv_lib_dl_dlopen = yes; then
17183 cat >>confdefs.h <<\_ACEOF
17184 #define HAVE_DLOPEN 1
17185 _ACEOF
17186 LIBDL="-ldl"
17191 ac_wine_check_funcs_save_LIBS="$LIBS"
17192 LIBS="$LIBS $LIBDL"
17194 for ac_func in dladdr
17196 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17197 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17198 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17199 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17200 echo $ECHO_N "(cached) $ECHO_C" >&6
17201 else
17202 cat >conftest.$ac_ext <<_ACEOF
17203 /* confdefs.h. */
17204 _ACEOF
17205 cat confdefs.h >>conftest.$ac_ext
17206 cat >>conftest.$ac_ext <<_ACEOF
17207 /* end confdefs.h. */
17208 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17209 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17210 #define $ac_func innocuous_$ac_func
17212 /* System header to define __stub macros and hopefully few prototypes,
17213 which can conflict with char $ac_func (); below.
17214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17215 <limits.h> exists even on freestanding compilers. */
17217 #ifdef __STDC__
17218 # include <limits.h>
17219 #else
17220 # include <assert.h>
17221 #endif
17223 #undef $ac_func
17225 /* Override any GCC internal prototype to avoid an error.
17226 Use char because int might match the return type of a GCC
17227 builtin and then its argument prototype would still apply. */
17228 #ifdef __cplusplus
17229 extern "C"
17230 #endif
17231 char $ac_func ();
17232 /* The GNU C library defines this for functions which it implements
17233 to always fail with ENOSYS. Some functions are actually named
17234 something starting with __ and the normal name is an alias. */
17235 #if defined __stub_$ac_func || defined __stub___$ac_func
17236 choke me
17237 #endif
17240 main ()
17242 return $ac_func ();
17244 return 0;
17246 _ACEOF
17247 rm -f conftest.$ac_objext conftest$ac_exeext
17248 if { (ac_try="$ac_link"
17249 case "(($ac_try" in
17250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17251 *) ac_try_echo=$ac_try;;
17252 esac
17253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17254 (eval "$ac_link") 2>conftest.er1
17255 ac_status=$?
17256 grep -v '^ *+' conftest.er1 >conftest.err
17257 rm -f conftest.er1
17258 cat conftest.err >&5
17259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17260 (exit $ac_status); } && {
17261 test -z "$ac_c_werror_flag" ||
17262 test ! -s conftest.err
17263 } && test -s conftest$ac_exeext &&
17264 $as_test_x conftest$ac_exeext; then
17265 eval "$as_ac_var=yes"
17266 else
17267 echo "$as_me: failed program was:" >&5
17268 sed 's/^/| /' conftest.$ac_ext >&5
17270 eval "$as_ac_var=no"
17273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17274 conftest$ac_exeext conftest.$ac_ext
17276 ac_res=`eval echo '${'$as_ac_var'}'`
17277 { echo "$as_me:$LINENO: result: $ac_res" >&5
17278 echo "${ECHO_T}$ac_res" >&6; }
17279 if test `eval echo '${'$as_ac_var'}'` = yes; then
17280 cat >>confdefs.h <<_ACEOF
17281 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17282 _ACEOF
17285 done
17287 LIBS="$ac_wine_check_funcs_save_LIBS"
17289 if test "$ac_cv_func_poll" = no
17290 then
17291 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17292 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17293 if test "${ac_cv_lib_poll_poll+set}" = set; then
17294 echo $ECHO_N "(cached) $ECHO_C" >&6
17295 else
17296 ac_check_lib_save_LIBS=$LIBS
17297 LIBS="-lpoll $LIBS"
17298 cat >conftest.$ac_ext <<_ACEOF
17299 /* confdefs.h. */
17300 _ACEOF
17301 cat confdefs.h >>conftest.$ac_ext
17302 cat >>conftest.$ac_ext <<_ACEOF
17303 /* end confdefs.h. */
17305 /* Override any GCC internal prototype to avoid an error.
17306 Use char because int might match the return type of a GCC
17307 builtin and then its argument prototype would still apply. */
17308 #ifdef __cplusplus
17309 extern "C"
17310 #endif
17311 char poll ();
17313 main ()
17315 return poll ();
17317 return 0;
17319 _ACEOF
17320 rm -f conftest.$ac_objext conftest$ac_exeext
17321 if { (ac_try="$ac_link"
17322 case "(($ac_try" in
17323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17324 *) ac_try_echo=$ac_try;;
17325 esac
17326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17327 (eval "$ac_link") 2>conftest.er1
17328 ac_status=$?
17329 grep -v '^ *+' conftest.er1 >conftest.err
17330 rm -f conftest.er1
17331 cat conftest.err >&5
17332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17333 (exit $ac_status); } && {
17334 test -z "$ac_c_werror_flag" ||
17335 test ! -s conftest.err
17336 } && test -s conftest$ac_exeext &&
17337 $as_test_x conftest$ac_exeext; then
17338 ac_cv_lib_poll_poll=yes
17339 else
17340 echo "$as_me: failed program was:" >&5
17341 sed 's/^/| /' conftest.$ac_ext >&5
17343 ac_cv_lib_poll_poll=no
17346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17347 conftest$ac_exeext conftest.$ac_ext
17348 LIBS=$ac_check_lib_save_LIBS
17350 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17351 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17352 if test $ac_cv_lib_poll_poll = yes; then
17353 cat >>confdefs.h <<\_ACEOF
17354 #define HAVE_POLL 1
17355 _ACEOF
17356 LIBPOLL="-lpoll"
17362 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17363 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17364 if test "${ac_cv_search_gethostbyname+set}" = set; then
17365 echo $ECHO_N "(cached) $ECHO_C" >&6
17366 else
17367 ac_func_search_save_LIBS=$LIBS
17368 cat >conftest.$ac_ext <<_ACEOF
17369 /* confdefs.h. */
17370 _ACEOF
17371 cat confdefs.h >>conftest.$ac_ext
17372 cat >>conftest.$ac_ext <<_ACEOF
17373 /* end confdefs.h. */
17375 /* Override any GCC internal prototype to avoid an error.
17376 Use char because int might match the return type of a GCC
17377 builtin and then its argument prototype would still apply. */
17378 #ifdef __cplusplus
17379 extern "C"
17380 #endif
17381 char gethostbyname ();
17383 main ()
17385 return gethostbyname ();
17387 return 0;
17389 _ACEOF
17390 for ac_lib in '' nsl; do
17391 if test -z "$ac_lib"; then
17392 ac_res="none required"
17393 else
17394 ac_res=-l$ac_lib
17395 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17397 rm -f conftest.$ac_objext conftest$ac_exeext
17398 if { (ac_try="$ac_link"
17399 case "(($ac_try" in
17400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17401 *) ac_try_echo=$ac_try;;
17402 esac
17403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17404 (eval "$ac_link") 2>conftest.er1
17405 ac_status=$?
17406 grep -v '^ *+' conftest.er1 >conftest.err
17407 rm -f conftest.er1
17408 cat conftest.err >&5
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); } && {
17411 test -z "$ac_c_werror_flag" ||
17412 test ! -s conftest.err
17413 } && test -s conftest$ac_exeext &&
17414 $as_test_x conftest$ac_exeext; then
17415 ac_cv_search_gethostbyname=$ac_res
17416 else
17417 echo "$as_me: failed program was:" >&5
17418 sed 's/^/| /' conftest.$ac_ext >&5
17423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17424 conftest$ac_exeext
17425 if test "${ac_cv_search_gethostbyname+set}" = set; then
17426 break
17428 done
17429 if test "${ac_cv_search_gethostbyname+set}" = set; then
17431 else
17432 ac_cv_search_gethostbyname=no
17434 rm conftest.$ac_ext
17435 LIBS=$ac_func_search_save_LIBS
17437 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17438 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17439 ac_res=$ac_cv_search_gethostbyname
17440 if test "$ac_res" != no; then
17441 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17446 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17447 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17448 if test "${ac_cv_search_connect+set}" = set; then
17449 echo $ECHO_N "(cached) $ECHO_C" >&6
17450 else
17451 ac_func_search_save_LIBS=$LIBS
17452 cat >conftest.$ac_ext <<_ACEOF
17453 /* confdefs.h. */
17454 _ACEOF
17455 cat confdefs.h >>conftest.$ac_ext
17456 cat >>conftest.$ac_ext <<_ACEOF
17457 /* end confdefs.h. */
17459 /* Override any GCC internal prototype to avoid an error.
17460 Use char because int might match the return type of a GCC
17461 builtin and then its argument prototype would still apply. */
17462 #ifdef __cplusplus
17463 extern "C"
17464 #endif
17465 char connect ();
17467 main ()
17469 return connect ();
17471 return 0;
17473 _ACEOF
17474 for ac_lib in '' socket; do
17475 if test -z "$ac_lib"; then
17476 ac_res="none required"
17477 else
17478 ac_res=-l$ac_lib
17479 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17481 rm -f conftest.$ac_objext conftest$ac_exeext
17482 if { (ac_try="$ac_link"
17483 case "(($ac_try" in
17484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17485 *) ac_try_echo=$ac_try;;
17486 esac
17487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17488 (eval "$ac_link") 2>conftest.er1
17489 ac_status=$?
17490 grep -v '^ *+' conftest.er1 >conftest.err
17491 rm -f conftest.er1
17492 cat conftest.err >&5
17493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17494 (exit $ac_status); } && {
17495 test -z "$ac_c_werror_flag" ||
17496 test ! -s conftest.err
17497 } && test -s conftest$ac_exeext &&
17498 $as_test_x conftest$ac_exeext; then
17499 ac_cv_search_connect=$ac_res
17500 else
17501 echo "$as_me: failed program was:" >&5
17502 sed 's/^/| /' conftest.$ac_ext >&5
17507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17508 conftest$ac_exeext
17509 if test "${ac_cv_search_connect+set}" = set; then
17510 break
17512 done
17513 if test "${ac_cv_search_connect+set}" = set; then
17515 else
17516 ac_cv_search_connect=no
17518 rm conftest.$ac_ext
17519 LIBS=$ac_func_search_save_LIBS
17521 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17522 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17523 ac_res=$ac_cv_search_connect
17524 if test "$ac_res" != no; then
17525 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17530 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17531 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17532 if test "${ac_cv_search_inet_aton+set}" = set; then
17533 echo $ECHO_N "(cached) $ECHO_C" >&6
17534 else
17535 ac_func_search_save_LIBS=$LIBS
17536 cat >conftest.$ac_ext <<_ACEOF
17537 /* confdefs.h. */
17538 _ACEOF
17539 cat confdefs.h >>conftest.$ac_ext
17540 cat >>conftest.$ac_ext <<_ACEOF
17541 /* end confdefs.h. */
17543 /* Override any GCC internal prototype to avoid an error.
17544 Use char because int might match the return type of a GCC
17545 builtin and then its argument prototype would still apply. */
17546 #ifdef __cplusplus
17547 extern "C"
17548 #endif
17549 char inet_aton ();
17551 main ()
17553 return inet_aton ();
17555 return 0;
17557 _ACEOF
17558 for ac_lib in '' resolv; do
17559 if test -z "$ac_lib"; then
17560 ac_res="none required"
17561 else
17562 ac_res=-l$ac_lib
17563 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17565 rm -f conftest.$ac_objext conftest$ac_exeext
17566 if { (ac_try="$ac_link"
17567 case "(($ac_try" in
17568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17569 *) ac_try_echo=$ac_try;;
17570 esac
17571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17572 (eval "$ac_link") 2>conftest.er1
17573 ac_status=$?
17574 grep -v '^ *+' conftest.er1 >conftest.err
17575 rm -f conftest.er1
17576 cat conftest.err >&5
17577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); } && {
17579 test -z "$ac_c_werror_flag" ||
17580 test ! -s conftest.err
17581 } && test -s conftest$ac_exeext &&
17582 $as_test_x conftest$ac_exeext; then
17583 ac_cv_search_inet_aton=$ac_res
17584 else
17585 echo "$as_me: failed program was:" >&5
17586 sed 's/^/| /' conftest.$ac_ext >&5
17591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17592 conftest$ac_exeext
17593 if test "${ac_cv_search_inet_aton+set}" = set; then
17594 break
17596 done
17597 if test "${ac_cv_search_inet_aton+set}" = set; then
17599 else
17600 ac_cv_search_inet_aton=no
17602 rm conftest.$ac_ext
17603 LIBS=$ac_func_search_save_LIBS
17605 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17606 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17607 ac_res=$ac_cv_search_inet_aton
17608 if test "$ac_res" != no; then
17609 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17622 for ac_func in \
17623 getaddrinfo \
17624 getnameinfo \
17625 getnetbyname \
17626 getprotobyname \
17627 getprotobynumber \
17628 getservbyport \
17629 inet_network \
17630 sendmsg \
17633 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17634 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17635 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17636 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17637 echo $ECHO_N "(cached) $ECHO_C" >&6
17638 else
17639 cat >conftest.$ac_ext <<_ACEOF
17640 /* confdefs.h. */
17641 _ACEOF
17642 cat confdefs.h >>conftest.$ac_ext
17643 cat >>conftest.$ac_ext <<_ACEOF
17644 /* end confdefs.h. */
17645 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17646 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17647 #define $ac_func innocuous_$ac_func
17649 /* System header to define __stub macros and hopefully few prototypes,
17650 which can conflict with char $ac_func (); below.
17651 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17652 <limits.h> exists even on freestanding compilers. */
17654 #ifdef __STDC__
17655 # include <limits.h>
17656 #else
17657 # include <assert.h>
17658 #endif
17660 #undef $ac_func
17662 /* Override any GCC internal prototype to avoid an error.
17663 Use char because int might match the return type of a GCC
17664 builtin and then its argument prototype would still apply. */
17665 #ifdef __cplusplus
17666 extern "C"
17667 #endif
17668 char $ac_func ();
17669 /* The GNU C library defines this for functions which it implements
17670 to always fail with ENOSYS. Some functions are actually named
17671 something starting with __ and the normal name is an alias. */
17672 #if defined __stub_$ac_func || defined __stub___$ac_func
17673 choke me
17674 #endif
17677 main ()
17679 return $ac_func ();
17681 return 0;
17683 _ACEOF
17684 rm -f conftest.$ac_objext conftest$ac_exeext
17685 if { (ac_try="$ac_link"
17686 case "(($ac_try" in
17687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17688 *) ac_try_echo=$ac_try;;
17689 esac
17690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17691 (eval "$ac_link") 2>conftest.er1
17692 ac_status=$?
17693 grep -v '^ *+' conftest.er1 >conftest.err
17694 rm -f conftest.er1
17695 cat conftest.err >&5
17696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17697 (exit $ac_status); } && {
17698 test -z "$ac_c_werror_flag" ||
17699 test ! -s conftest.err
17700 } && test -s conftest$ac_exeext &&
17701 $as_test_x conftest$ac_exeext; then
17702 eval "$as_ac_var=yes"
17703 else
17704 echo "$as_me: failed program was:" >&5
17705 sed 's/^/| /' conftest.$ac_ext >&5
17707 eval "$as_ac_var=no"
17710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17711 conftest$ac_exeext conftest.$ac_ext
17713 ac_res=`eval echo '${'$as_ac_var'}'`
17714 { echo "$as_me:$LINENO: result: $ac_res" >&5
17715 echo "${ECHO_T}$ac_res" >&6; }
17716 if test `eval echo '${'$as_ac_var'}'` = yes; then
17717 cat >>confdefs.h <<_ACEOF
17718 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17719 _ACEOF
17722 done
17725 LDAPLIBS=""
17727 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17728 then
17729 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17730 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17731 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17732 echo $ECHO_N "(cached) $ECHO_C" >&6
17733 else
17734 cat >conftest.$ac_ext <<_ACEOF
17735 /* confdefs.h. */
17736 _ACEOF
17737 cat confdefs.h >>conftest.$ac_ext
17738 cat >>conftest.$ac_ext <<_ACEOF
17739 /* end confdefs.h. */
17740 #include <ldap.h>
17742 typedef LDAPSortKey ac__type_new_;
17744 main ()
17746 if ((ac__type_new_ *) 0)
17747 return 0;
17748 if (sizeof (ac__type_new_))
17749 return 0;
17751 return 0;
17753 _ACEOF
17754 rm -f conftest.$ac_objext
17755 if { (ac_try="$ac_compile"
17756 case "(($ac_try" in
17757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17758 *) ac_try_echo=$ac_try;;
17759 esac
17760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17761 (eval "$ac_compile") 2>conftest.er1
17762 ac_status=$?
17763 grep -v '^ *+' conftest.er1 >conftest.err
17764 rm -f conftest.er1
17765 cat conftest.err >&5
17766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17767 (exit $ac_status); } && {
17768 test -z "$ac_c_werror_flag" ||
17769 test ! -s conftest.err
17770 } && test -s conftest.$ac_objext; then
17771 ac_cv_type_LDAPSortKey=yes
17772 else
17773 echo "$as_me: failed program was:" >&5
17774 sed 's/^/| /' conftest.$ac_ext >&5
17776 ac_cv_type_LDAPSortKey=no
17779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17781 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17782 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17783 if test $ac_cv_type_LDAPSortKey = yes; then
17784 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17785 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17786 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17787 echo $ECHO_N "(cached) $ECHO_C" >&6
17788 else
17789 ac_check_lib_save_LIBS=$LIBS
17790 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17791 cat >conftest.$ac_ext <<_ACEOF
17792 /* confdefs.h. */
17793 _ACEOF
17794 cat confdefs.h >>conftest.$ac_ext
17795 cat >>conftest.$ac_ext <<_ACEOF
17796 /* end confdefs.h. */
17798 /* Override any GCC internal prototype to avoid an error.
17799 Use char because int might match the return type of a GCC
17800 builtin and then its argument prototype would still apply. */
17801 #ifdef __cplusplus
17802 extern "C"
17803 #endif
17804 char ldap_initialize ();
17806 main ()
17808 return ldap_initialize ();
17810 return 0;
17812 _ACEOF
17813 rm -f conftest.$ac_objext conftest$ac_exeext
17814 if { (ac_try="$ac_link"
17815 case "(($ac_try" in
17816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17817 *) ac_try_echo=$ac_try;;
17818 esac
17819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17820 (eval "$ac_link") 2>conftest.er1
17821 ac_status=$?
17822 grep -v '^ *+' conftest.er1 >conftest.err
17823 rm -f conftest.er1
17824 cat conftest.err >&5
17825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17826 (exit $ac_status); } && {
17827 test -z "$ac_c_werror_flag" ||
17828 test ! -s conftest.err
17829 } && test -s conftest$ac_exeext &&
17830 $as_test_x conftest$ac_exeext; then
17831 ac_cv_lib_ldap_r_ldap_initialize=yes
17832 else
17833 echo "$as_me: failed program was:" >&5
17834 sed 's/^/| /' conftest.$ac_ext >&5
17836 ac_cv_lib_ldap_r_ldap_initialize=no
17839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17840 conftest$ac_exeext conftest.$ac_ext
17841 LIBS=$ac_check_lib_save_LIBS
17843 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17844 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17845 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17846 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17847 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17848 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17849 echo $ECHO_N "(cached) $ECHO_C" >&6
17850 else
17851 ac_check_lib_save_LIBS=$LIBS
17852 LIBS="-llber $LIBPTHREAD $LIBS"
17853 cat >conftest.$ac_ext <<_ACEOF
17854 /* confdefs.h. */
17855 _ACEOF
17856 cat confdefs.h >>conftest.$ac_ext
17857 cat >>conftest.$ac_ext <<_ACEOF
17858 /* end confdefs.h. */
17860 /* Override any GCC internal prototype to avoid an error.
17861 Use char because int might match the return type of a GCC
17862 builtin and then its argument prototype would still apply. */
17863 #ifdef __cplusplus
17864 extern "C"
17865 #endif
17866 char ber_init ();
17868 main ()
17870 return ber_init ();
17872 return 0;
17874 _ACEOF
17875 rm -f conftest.$ac_objext conftest$ac_exeext
17876 if { (ac_try="$ac_link"
17877 case "(($ac_try" in
17878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17879 *) ac_try_echo=$ac_try;;
17880 esac
17881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17882 (eval "$ac_link") 2>conftest.er1
17883 ac_status=$?
17884 grep -v '^ *+' conftest.er1 >conftest.err
17885 rm -f conftest.er1
17886 cat conftest.err >&5
17887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17888 (exit $ac_status); } && {
17889 test -z "$ac_c_werror_flag" ||
17890 test ! -s conftest.err
17891 } && test -s conftest$ac_exeext &&
17892 $as_test_x conftest$ac_exeext; then
17893 ac_cv_lib_lber_ber_init=yes
17894 else
17895 echo "$as_me: failed program was:" >&5
17896 sed 's/^/| /' conftest.$ac_ext >&5
17898 ac_cv_lib_lber_ber_init=no
17901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17902 conftest$ac_exeext conftest.$ac_ext
17903 LIBS=$ac_check_lib_save_LIBS
17905 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17906 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17907 if test $ac_cv_lib_lber_ber_init = yes; then
17909 cat >>confdefs.h <<\_ACEOF
17910 #define HAVE_LDAP 1
17911 _ACEOF
17913 LDAPLIBS="-lldap_r -llber"
17920 ac_wine_check_funcs_save_LIBS="$LIBS"
17921 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17930 for ac_func in \
17931 ldap_count_references \
17932 ldap_first_reference \
17933 ldap_next_reference \
17934 ldap_parse_reference \
17935 ldap_parse_sort_control \
17936 ldap_parse_sortresponse_control \
17937 ldap_parse_vlv_control \
17938 ldap_parse_vlvresponse_control
17940 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17941 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17942 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17943 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17944 echo $ECHO_N "(cached) $ECHO_C" >&6
17945 else
17946 cat >conftest.$ac_ext <<_ACEOF
17947 /* confdefs.h. */
17948 _ACEOF
17949 cat confdefs.h >>conftest.$ac_ext
17950 cat >>conftest.$ac_ext <<_ACEOF
17951 /* end confdefs.h. */
17952 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17953 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17954 #define $ac_func innocuous_$ac_func
17956 /* System header to define __stub macros and hopefully few prototypes,
17957 which can conflict with char $ac_func (); below.
17958 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17959 <limits.h> exists even on freestanding compilers. */
17961 #ifdef __STDC__
17962 # include <limits.h>
17963 #else
17964 # include <assert.h>
17965 #endif
17967 #undef $ac_func
17969 /* Override any GCC internal prototype to avoid an error.
17970 Use char because int might match the return type of a GCC
17971 builtin and then its argument prototype would still apply. */
17972 #ifdef __cplusplus
17973 extern "C"
17974 #endif
17975 char $ac_func ();
17976 /* The GNU C library defines this for functions which it implements
17977 to always fail with ENOSYS. Some functions are actually named
17978 something starting with __ and the normal name is an alias. */
17979 #if defined __stub_$ac_func || defined __stub___$ac_func
17980 choke me
17981 #endif
17984 main ()
17986 return $ac_func ();
17988 return 0;
17990 _ACEOF
17991 rm -f conftest.$ac_objext conftest$ac_exeext
17992 if { (ac_try="$ac_link"
17993 case "(($ac_try" in
17994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17995 *) ac_try_echo=$ac_try;;
17996 esac
17997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17998 (eval "$ac_link") 2>conftest.er1
17999 ac_status=$?
18000 grep -v '^ *+' conftest.er1 >conftest.err
18001 rm -f conftest.er1
18002 cat conftest.err >&5
18003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18004 (exit $ac_status); } && {
18005 test -z "$ac_c_werror_flag" ||
18006 test ! -s conftest.err
18007 } && test -s conftest$ac_exeext &&
18008 $as_test_x conftest$ac_exeext; then
18009 eval "$as_ac_var=yes"
18010 else
18011 echo "$as_me: failed program was:" >&5
18012 sed 's/^/| /' conftest.$ac_ext >&5
18014 eval "$as_ac_var=no"
18017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18018 conftest$ac_exeext conftest.$ac_ext
18020 ac_res=`eval echo '${'$as_ac_var'}'`
18021 { echo "$as_me:$LINENO: result: $ac_res" >&5
18022 echo "${ECHO_T}$ac_res" >&6; }
18023 if test `eval echo '${'$as_ac_var'}'` = yes; then
18024 cat >>confdefs.h <<_ACEOF
18025 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18026 _ACEOF
18029 done
18031 LIBS="$ac_wine_check_funcs_save_LIBS"
18033 if test "x$LDAPLIBS" = "x"; then
18034 case "x$with_ldap" in
18035 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18036 xno) ;;
18037 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18038 This is an error since --with-ldap was requested." >&5
18039 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18040 This is an error since --with-ldap was requested." >&2;}
18041 { (exit 1); exit 1; }; } ;;
18042 esac
18047 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18048 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18049 if test "${ac_cv_c_const+set}" = set; then
18050 echo $ECHO_N "(cached) $ECHO_C" >&6
18051 else
18052 cat >conftest.$ac_ext <<_ACEOF
18053 /* confdefs.h. */
18054 _ACEOF
18055 cat confdefs.h >>conftest.$ac_ext
18056 cat >>conftest.$ac_ext <<_ACEOF
18057 /* end confdefs.h. */
18060 main ()
18062 /* FIXME: Include the comments suggested by Paul. */
18063 #ifndef __cplusplus
18064 /* Ultrix mips cc rejects this. */
18065 typedef int charset[2];
18066 const charset cs;
18067 /* SunOS 4.1.1 cc rejects this. */
18068 char const *const *pcpcc;
18069 char **ppc;
18070 /* NEC SVR4.0.2 mips cc rejects this. */
18071 struct point {int x, y;};
18072 static struct point const zero = {0,0};
18073 /* AIX XL C 1.02.0.0 rejects this.
18074 It does not let you subtract one const X* pointer from another in
18075 an arm of an if-expression whose if-part is not a constant
18076 expression */
18077 const char *g = "string";
18078 pcpcc = &g + (g ? g-g : 0);
18079 /* HPUX 7.0 cc rejects these. */
18080 ++pcpcc;
18081 ppc = (char**) pcpcc;
18082 pcpcc = (char const *const *) ppc;
18083 { /* SCO 3.2v4 cc rejects this. */
18084 char *t;
18085 char const *s = 0 ? (char *) 0 : (char const *) 0;
18087 *t++ = 0;
18088 if (s) return 0;
18090 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18091 int x[] = {25, 17};
18092 const int *foo = &x[0];
18093 ++foo;
18095 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18096 typedef const int *iptr;
18097 iptr p = 0;
18098 ++p;
18100 { /* AIX XL C 1.02.0.0 rejects this saying
18101 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18102 struct s { int j; const int *ap[3]; };
18103 struct s *b; b->j = 5;
18105 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18106 const int foo = 10;
18107 if (!foo) return 0;
18109 return !cs[0] && !zero.x;
18110 #endif
18113 return 0;
18115 _ACEOF
18116 rm -f conftest.$ac_objext
18117 if { (ac_try="$ac_compile"
18118 case "(($ac_try" in
18119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18120 *) ac_try_echo=$ac_try;;
18121 esac
18122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18123 (eval "$ac_compile") 2>conftest.er1
18124 ac_status=$?
18125 grep -v '^ *+' conftest.er1 >conftest.err
18126 rm -f conftest.er1
18127 cat conftest.err >&5
18128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18129 (exit $ac_status); } && {
18130 test -z "$ac_c_werror_flag" ||
18131 test ! -s conftest.err
18132 } && test -s conftest.$ac_objext; then
18133 ac_cv_c_const=yes
18134 else
18135 echo "$as_me: failed program was:" >&5
18136 sed 's/^/| /' conftest.$ac_ext >&5
18138 ac_cv_c_const=no
18141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18143 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18144 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18145 if test $ac_cv_c_const = no; then
18147 cat >>confdefs.h <<\_ACEOF
18148 #define const
18149 _ACEOF
18153 { echo "$as_me:$LINENO: checking for inline" >&5
18154 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18155 if test "${ac_cv_c_inline+set}" = set; then
18156 echo $ECHO_N "(cached) $ECHO_C" >&6
18157 else
18158 ac_cv_c_inline=no
18159 for ac_kw in inline __inline__ __inline; do
18160 cat >conftest.$ac_ext <<_ACEOF
18161 /* confdefs.h. */
18162 _ACEOF
18163 cat confdefs.h >>conftest.$ac_ext
18164 cat >>conftest.$ac_ext <<_ACEOF
18165 /* end confdefs.h. */
18166 #ifndef __cplusplus
18167 typedef int foo_t;
18168 static $ac_kw foo_t static_foo () {return 0; }
18169 $ac_kw foo_t foo () {return 0; }
18170 #endif
18172 _ACEOF
18173 rm -f conftest.$ac_objext
18174 if { (ac_try="$ac_compile"
18175 case "(($ac_try" in
18176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18177 *) ac_try_echo=$ac_try;;
18178 esac
18179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18180 (eval "$ac_compile") 2>conftest.er1
18181 ac_status=$?
18182 grep -v '^ *+' conftest.er1 >conftest.err
18183 rm -f conftest.er1
18184 cat conftest.err >&5
18185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18186 (exit $ac_status); } && {
18187 test -z "$ac_c_werror_flag" ||
18188 test ! -s conftest.err
18189 } && test -s conftest.$ac_objext; then
18190 ac_cv_c_inline=$ac_kw
18191 else
18192 echo "$as_me: failed program was:" >&5
18193 sed 's/^/| /' conftest.$ac_ext >&5
18198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18199 test "$ac_cv_c_inline" != no && break
18200 done
18203 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18204 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18207 case $ac_cv_c_inline in
18208 inline | yes) ;;
18210 case $ac_cv_c_inline in
18211 no) ac_val=;;
18212 *) ac_val=$ac_cv_c_inline;;
18213 esac
18214 cat >>confdefs.h <<_ACEOF
18215 #ifndef __cplusplus
18216 #define inline $ac_val
18217 #endif
18218 _ACEOF
18220 esac
18222 { echo "$as_me:$LINENO: checking for mode_t" >&5
18223 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18224 if test "${ac_cv_type_mode_t+set}" = set; then
18225 echo $ECHO_N "(cached) $ECHO_C" >&6
18226 else
18227 cat >conftest.$ac_ext <<_ACEOF
18228 /* confdefs.h. */
18229 _ACEOF
18230 cat confdefs.h >>conftest.$ac_ext
18231 cat >>conftest.$ac_ext <<_ACEOF
18232 /* end confdefs.h. */
18233 $ac_includes_default
18234 typedef mode_t ac__type_new_;
18236 main ()
18238 if ((ac__type_new_ *) 0)
18239 return 0;
18240 if (sizeof (ac__type_new_))
18241 return 0;
18243 return 0;
18245 _ACEOF
18246 rm -f conftest.$ac_objext
18247 if { (ac_try="$ac_compile"
18248 case "(($ac_try" in
18249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18250 *) ac_try_echo=$ac_try;;
18251 esac
18252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18253 (eval "$ac_compile") 2>conftest.er1
18254 ac_status=$?
18255 grep -v '^ *+' conftest.er1 >conftest.err
18256 rm -f conftest.er1
18257 cat conftest.err >&5
18258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18259 (exit $ac_status); } && {
18260 test -z "$ac_c_werror_flag" ||
18261 test ! -s conftest.err
18262 } && test -s conftest.$ac_objext; then
18263 ac_cv_type_mode_t=yes
18264 else
18265 echo "$as_me: failed program was:" >&5
18266 sed 's/^/| /' conftest.$ac_ext >&5
18268 ac_cv_type_mode_t=no
18271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18273 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18274 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18275 if test $ac_cv_type_mode_t = yes; then
18277 cat >>confdefs.h <<_ACEOF
18278 #define HAVE_MODE_T 1
18279 _ACEOF
18283 { echo "$as_me:$LINENO: checking for off_t" >&5
18284 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18285 if test "${ac_cv_type_off_t+set}" = set; then
18286 echo $ECHO_N "(cached) $ECHO_C" >&6
18287 else
18288 cat >conftest.$ac_ext <<_ACEOF
18289 /* confdefs.h. */
18290 _ACEOF
18291 cat confdefs.h >>conftest.$ac_ext
18292 cat >>conftest.$ac_ext <<_ACEOF
18293 /* end confdefs.h. */
18294 $ac_includes_default
18295 typedef off_t ac__type_new_;
18297 main ()
18299 if ((ac__type_new_ *) 0)
18300 return 0;
18301 if (sizeof (ac__type_new_))
18302 return 0;
18304 return 0;
18306 _ACEOF
18307 rm -f conftest.$ac_objext
18308 if { (ac_try="$ac_compile"
18309 case "(($ac_try" in
18310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18311 *) ac_try_echo=$ac_try;;
18312 esac
18313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18314 (eval "$ac_compile") 2>conftest.er1
18315 ac_status=$?
18316 grep -v '^ *+' conftest.er1 >conftest.err
18317 rm -f conftest.er1
18318 cat conftest.err >&5
18319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18320 (exit $ac_status); } && {
18321 test -z "$ac_c_werror_flag" ||
18322 test ! -s conftest.err
18323 } && test -s conftest.$ac_objext; then
18324 ac_cv_type_off_t=yes
18325 else
18326 echo "$as_me: failed program was:" >&5
18327 sed 's/^/| /' conftest.$ac_ext >&5
18329 ac_cv_type_off_t=no
18332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18334 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18335 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18336 if test $ac_cv_type_off_t = yes; then
18338 cat >>confdefs.h <<_ACEOF
18339 #define HAVE_OFF_T 1
18340 _ACEOF
18344 { echo "$as_me:$LINENO: checking for pid_t" >&5
18345 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18346 if test "${ac_cv_type_pid_t+set}" = set; then
18347 echo $ECHO_N "(cached) $ECHO_C" >&6
18348 else
18349 cat >conftest.$ac_ext <<_ACEOF
18350 /* confdefs.h. */
18351 _ACEOF
18352 cat confdefs.h >>conftest.$ac_ext
18353 cat >>conftest.$ac_ext <<_ACEOF
18354 /* end confdefs.h. */
18355 $ac_includes_default
18356 typedef pid_t ac__type_new_;
18358 main ()
18360 if ((ac__type_new_ *) 0)
18361 return 0;
18362 if (sizeof (ac__type_new_))
18363 return 0;
18365 return 0;
18367 _ACEOF
18368 rm -f conftest.$ac_objext
18369 if { (ac_try="$ac_compile"
18370 case "(($ac_try" in
18371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18372 *) ac_try_echo=$ac_try;;
18373 esac
18374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18375 (eval "$ac_compile") 2>conftest.er1
18376 ac_status=$?
18377 grep -v '^ *+' conftest.er1 >conftest.err
18378 rm -f conftest.er1
18379 cat conftest.err >&5
18380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18381 (exit $ac_status); } && {
18382 test -z "$ac_c_werror_flag" ||
18383 test ! -s conftest.err
18384 } && test -s conftest.$ac_objext; then
18385 ac_cv_type_pid_t=yes
18386 else
18387 echo "$as_me: failed program was:" >&5
18388 sed 's/^/| /' conftest.$ac_ext >&5
18390 ac_cv_type_pid_t=no
18393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18395 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18396 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18397 if test $ac_cv_type_pid_t = yes; then
18399 cat >>confdefs.h <<_ACEOF
18400 #define HAVE_PID_T 1
18401 _ACEOF
18405 { echo "$as_me:$LINENO: checking for size_t" >&5
18406 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18407 if test "${ac_cv_type_size_t+set}" = set; then
18408 echo $ECHO_N "(cached) $ECHO_C" >&6
18409 else
18410 cat >conftest.$ac_ext <<_ACEOF
18411 /* confdefs.h. */
18412 _ACEOF
18413 cat confdefs.h >>conftest.$ac_ext
18414 cat >>conftest.$ac_ext <<_ACEOF
18415 /* end confdefs.h. */
18416 $ac_includes_default
18417 typedef size_t ac__type_new_;
18419 main ()
18421 if ((ac__type_new_ *) 0)
18422 return 0;
18423 if (sizeof (ac__type_new_))
18424 return 0;
18426 return 0;
18428 _ACEOF
18429 rm -f conftest.$ac_objext
18430 if { (ac_try="$ac_compile"
18431 case "(($ac_try" in
18432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18433 *) ac_try_echo=$ac_try;;
18434 esac
18435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18436 (eval "$ac_compile") 2>conftest.er1
18437 ac_status=$?
18438 grep -v '^ *+' conftest.er1 >conftest.err
18439 rm -f conftest.er1
18440 cat conftest.err >&5
18441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18442 (exit $ac_status); } && {
18443 test -z "$ac_c_werror_flag" ||
18444 test ! -s conftest.err
18445 } && test -s conftest.$ac_objext; then
18446 ac_cv_type_size_t=yes
18447 else
18448 echo "$as_me: failed program was:" >&5
18449 sed 's/^/| /' conftest.$ac_ext >&5
18451 ac_cv_type_size_t=no
18454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18456 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18457 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18458 if test $ac_cv_type_size_t = yes; then
18460 cat >>confdefs.h <<_ACEOF
18461 #define HAVE_SIZE_T 1
18462 _ACEOF
18466 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18467 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18468 if test "${ac_cv_type_ssize_t+set}" = set; then
18469 echo $ECHO_N "(cached) $ECHO_C" >&6
18470 else
18471 cat >conftest.$ac_ext <<_ACEOF
18472 /* confdefs.h. */
18473 _ACEOF
18474 cat confdefs.h >>conftest.$ac_ext
18475 cat >>conftest.$ac_ext <<_ACEOF
18476 /* end confdefs.h. */
18477 $ac_includes_default
18478 typedef ssize_t ac__type_new_;
18480 main ()
18482 if ((ac__type_new_ *) 0)
18483 return 0;
18484 if (sizeof (ac__type_new_))
18485 return 0;
18487 return 0;
18489 _ACEOF
18490 rm -f conftest.$ac_objext
18491 if { (ac_try="$ac_compile"
18492 case "(($ac_try" in
18493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18494 *) ac_try_echo=$ac_try;;
18495 esac
18496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18497 (eval "$ac_compile") 2>conftest.er1
18498 ac_status=$?
18499 grep -v '^ *+' conftest.er1 >conftest.err
18500 rm -f conftest.er1
18501 cat conftest.err >&5
18502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503 (exit $ac_status); } && {
18504 test -z "$ac_c_werror_flag" ||
18505 test ! -s conftest.err
18506 } && test -s conftest.$ac_objext; then
18507 ac_cv_type_ssize_t=yes
18508 else
18509 echo "$as_me: failed program was:" >&5
18510 sed 's/^/| /' conftest.$ac_ext >&5
18512 ac_cv_type_ssize_t=no
18515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18517 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18518 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18519 if test $ac_cv_type_ssize_t = yes; then
18521 cat >>confdefs.h <<_ACEOF
18522 #define HAVE_SSIZE_T 1
18523 _ACEOF
18527 { echo "$as_me:$LINENO: checking for long long" >&5
18528 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18529 if test "${ac_cv_type_long_long+set}" = set; then
18530 echo $ECHO_N "(cached) $ECHO_C" >&6
18531 else
18532 cat >conftest.$ac_ext <<_ACEOF
18533 /* confdefs.h. */
18534 _ACEOF
18535 cat confdefs.h >>conftest.$ac_ext
18536 cat >>conftest.$ac_ext <<_ACEOF
18537 /* end confdefs.h. */
18538 $ac_includes_default
18539 typedef long long ac__type_new_;
18541 main ()
18543 if ((ac__type_new_ *) 0)
18544 return 0;
18545 if (sizeof (ac__type_new_))
18546 return 0;
18548 return 0;
18550 _ACEOF
18551 rm -f conftest.$ac_objext
18552 if { (ac_try="$ac_compile"
18553 case "(($ac_try" in
18554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18555 *) ac_try_echo=$ac_try;;
18556 esac
18557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18558 (eval "$ac_compile") 2>conftest.er1
18559 ac_status=$?
18560 grep -v '^ *+' conftest.er1 >conftest.err
18561 rm -f conftest.er1
18562 cat conftest.err >&5
18563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564 (exit $ac_status); } && {
18565 test -z "$ac_c_werror_flag" ||
18566 test ! -s conftest.err
18567 } && test -s conftest.$ac_objext; then
18568 ac_cv_type_long_long=yes
18569 else
18570 echo "$as_me: failed program was:" >&5
18571 sed 's/^/| /' conftest.$ac_ext >&5
18573 ac_cv_type_long_long=no
18576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18578 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18579 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18580 if test $ac_cv_type_long_long = yes; then
18582 cat >>confdefs.h <<_ACEOF
18583 #define HAVE_LONG_LONG 1
18584 _ACEOF
18588 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18589 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18590 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18591 echo $ECHO_N "(cached) $ECHO_C" >&6
18592 else
18593 cat >conftest.$ac_ext <<_ACEOF
18594 /* confdefs.h. */
18595 _ACEOF
18596 cat confdefs.h >>conftest.$ac_ext
18597 cat >>conftest.$ac_ext <<_ACEOF
18598 /* end confdefs.h. */
18599 $ac_includes_default
18600 typedef fsblkcnt_t ac__type_new_;
18602 main ()
18604 if ((ac__type_new_ *) 0)
18605 return 0;
18606 if (sizeof (ac__type_new_))
18607 return 0;
18609 return 0;
18611 _ACEOF
18612 rm -f conftest.$ac_objext
18613 if { (ac_try="$ac_compile"
18614 case "(($ac_try" in
18615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18616 *) ac_try_echo=$ac_try;;
18617 esac
18618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18619 (eval "$ac_compile") 2>conftest.er1
18620 ac_status=$?
18621 grep -v '^ *+' conftest.er1 >conftest.err
18622 rm -f conftest.er1
18623 cat conftest.err >&5
18624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18625 (exit $ac_status); } && {
18626 test -z "$ac_c_werror_flag" ||
18627 test ! -s conftest.err
18628 } && test -s conftest.$ac_objext; then
18629 ac_cv_type_fsblkcnt_t=yes
18630 else
18631 echo "$as_me: failed program was:" >&5
18632 sed 's/^/| /' conftest.$ac_ext >&5
18634 ac_cv_type_fsblkcnt_t=no
18637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18639 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18640 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18641 if test $ac_cv_type_fsblkcnt_t = yes; then
18643 cat >>confdefs.h <<_ACEOF
18644 #define HAVE_FSBLKCNT_T 1
18645 _ACEOF
18649 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18650 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18651 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18652 echo $ECHO_N "(cached) $ECHO_C" >&6
18653 else
18654 cat >conftest.$ac_ext <<_ACEOF
18655 /* confdefs.h. */
18656 _ACEOF
18657 cat confdefs.h >>conftest.$ac_ext
18658 cat >>conftest.$ac_ext <<_ACEOF
18659 /* end confdefs.h. */
18660 $ac_includes_default
18661 typedef fsfilcnt_t ac__type_new_;
18663 main ()
18665 if ((ac__type_new_ *) 0)
18666 return 0;
18667 if (sizeof (ac__type_new_))
18668 return 0;
18670 return 0;
18672 _ACEOF
18673 rm -f conftest.$ac_objext
18674 if { (ac_try="$ac_compile"
18675 case "(($ac_try" in
18676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18677 *) ac_try_echo=$ac_try;;
18678 esac
18679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18680 (eval "$ac_compile") 2>conftest.er1
18681 ac_status=$?
18682 grep -v '^ *+' conftest.er1 >conftest.err
18683 rm -f conftest.er1
18684 cat conftest.err >&5
18685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18686 (exit $ac_status); } && {
18687 test -z "$ac_c_werror_flag" ||
18688 test ! -s conftest.err
18689 } && test -s conftest.$ac_objext; then
18690 ac_cv_type_fsfilcnt_t=yes
18691 else
18692 echo "$as_me: failed program was:" >&5
18693 sed 's/^/| /' conftest.$ac_ext >&5
18695 ac_cv_type_fsfilcnt_t=no
18698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18700 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18701 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18702 if test $ac_cv_type_fsfilcnt_t = yes; then
18704 cat >>confdefs.h <<_ACEOF
18705 #define HAVE_FSFILCNT_T 1
18706 _ACEOF
18711 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18712 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18713 if test "${ac_cv_type_sigset_t+set}" = set; then
18714 echo $ECHO_N "(cached) $ECHO_C" >&6
18715 else
18716 cat >conftest.$ac_ext <<_ACEOF
18717 /* confdefs.h. */
18718 _ACEOF
18719 cat confdefs.h >>conftest.$ac_ext
18720 cat >>conftest.$ac_ext <<_ACEOF
18721 /* end confdefs.h. */
18722 #include <signal.h>
18724 typedef sigset_t ac__type_new_;
18726 main ()
18728 if ((ac__type_new_ *) 0)
18729 return 0;
18730 if (sizeof (ac__type_new_))
18731 return 0;
18733 return 0;
18735 _ACEOF
18736 rm -f conftest.$ac_objext
18737 if { (ac_try="$ac_compile"
18738 case "(($ac_try" in
18739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18740 *) ac_try_echo=$ac_try;;
18741 esac
18742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18743 (eval "$ac_compile") 2>conftest.er1
18744 ac_status=$?
18745 grep -v '^ *+' conftest.er1 >conftest.err
18746 rm -f conftest.er1
18747 cat conftest.err >&5
18748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18749 (exit $ac_status); } && {
18750 test -z "$ac_c_werror_flag" ||
18751 test ! -s conftest.err
18752 } && test -s conftest.$ac_objext; then
18753 ac_cv_type_sigset_t=yes
18754 else
18755 echo "$as_me: failed program was:" >&5
18756 sed 's/^/| /' conftest.$ac_ext >&5
18758 ac_cv_type_sigset_t=no
18761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18763 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18764 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18765 if test $ac_cv_type_sigset_t = yes; then
18767 cat >>confdefs.h <<_ACEOF
18768 #define HAVE_SIGSET_T 1
18769 _ACEOF
18774 { echo "$as_me:$LINENO: checking for request_sense" >&5
18775 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18776 if test "${ac_cv_type_request_sense+set}" = set; then
18777 echo $ECHO_N "(cached) $ECHO_C" >&6
18778 else
18779 cat >conftest.$ac_ext <<_ACEOF
18780 /* confdefs.h. */
18781 _ACEOF
18782 cat confdefs.h >>conftest.$ac_ext
18783 cat >>conftest.$ac_ext <<_ACEOF
18784 /* end confdefs.h. */
18785 #include <linux/cdrom.h>
18787 typedef request_sense ac__type_new_;
18789 main ()
18791 if ((ac__type_new_ *) 0)
18792 return 0;
18793 if (sizeof (ac__type_new_))
18794 return 0;
18796 return 0;
18798 _ACEOF
18799 rm -f conftest.$ac_objext
18800 if { (ac_try="$ac_compile"
18801 case "(($ac_try" in
18802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18803 *) ac_try_echo=$ac_try;;
18804 esac
18805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18806 (eval "$ac_compile") 2>conftest.er1
18807 ac_status=$?
18808 grep -v '^ *+' conftest.er1 >conftest.err
18809 rm -f conftest.er1
18810 cat conftest.err >&5
18811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18812 (exit $ac_status); } && {
18813 test -z "$ac_c_werror_flag" ||
18814 test ! -s conftest.err
18815 } && test -s conftest.$ac_objext; then
18816 ac_cv_type_request_sense=yes
18817 else
18818 echo "$as_me: failed program was:" >&5
18819 sed 's/^/| /' conftest.$ac_ext >&5
18821 ac_cv_type_request_sense=no
18824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18826 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18827 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18828 if test $ac_cv_type_request_sense = yes; then
18830 cat >>confdefs.h <<_ACEOF
18831 #define HAVE_REQUEST_SENSE 1
18832 _ACEOF
18838 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18839 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18840 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18841 echo $ECHO_N "(cached) $ECHO_C" >&6
18842 else
18843 cat >conftest.$ac_ext <<_ACEOF
18844 /* confdefs.h. */
18845 _ACEOF
18846 cat confdefs.h >>conftest.$ac_ext
18847 cat >>conftest.$ac_ext <<_ACEOF
18848 /* end confdefs.h. */
18849 #ifdef HAVE_LINUX_INPUT_H
18850 #include <linux/input.h>
18851 #endif
18854 main ()
18856 static struct ff_effect ac_aggr;
18857 if (ac_aggr.direction)
18858 return 0;
18860 return 0;
18862 _ACEOF
18863 rm -f conftest.$ac_objext
18864 if { (ac_try="$ac_compile"
18865 case "(($ac_try" in
18866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18867 *) ac_try_echo=$ac_try;;
18868 esac
18869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18870 (eval "$ac_compile") 2>conftest.er1
18871 ac_status=$?
18872 grep -v '^ *+' conftest.er1 >conftest.err
18873 rm -f conftest.er1
18874 cat conftest.err >&5
18875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18876 (exit $ac_status); } && {
18877 test -z "$ac_c_werror_flag" ||
18878 test ! -s conftest.err
18879 } && test -s conftest.$ac_objext; then
18880 ac_cv_member_struct_ff_effect_direction=yes
18881 else
18882 echo "$as_me: failed program was:" >&5
18883 sed 's/^/| /' conftest.$ac_ext >&5
18885 cat >conftest.$ac_ext <<_ACEOF
18886 /* confdefs.h. */
18887 _ACEOF
18888 cat confdefs.h >>conftest.$ac_ext
18889 cat >>conftest.$ac_ext <<_ACEOF
18890 /* end confdefs.h. */
18891 #ifdef HAVE_LINUX_INPUT_H
18892 #include <linux/input.h>
18893 #endif
18896 main ()
18898 static struct ff_effect ac_aggr;
18899 if (sizeof ac_aggr.direction)
18900 return 0;
18902 return 0;
18904 _ACEOF
18905 rm -f conftest.$ac_objext
18906 if { (ac_try="$ac_compile"
18907 case "(($ac_try" in
18908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18909 *) ac_try_echo=$ac_try;;
18910 esac
18911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18912 (eval "$ac_compile") 2>conftest.er1
18913 ac_status=$?
18914 grep -v '^ *+' conftest.er1 >conftest.err
18915 rm -f conftest.er1
18916 cat conftest.err >&5
18917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18918 (exit $ac_status); } && {
18919 test -z "$ac_c_werror_flag" ||
18920 test ! -s conftest.err
18921 } && test -s conftest.$ac_objext; then
18922 ac_cv_member_struct_ff_effect_direction=yes
18923 else
18924 echo "$as_me: failed program was:" >&5
18925 sed 's/^/| /' conftest.$ac_ext >&5
18927 ac_cv_member_struct_ff_effect_direction=no
18930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18935 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18936 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18937 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18939 cat >>confdefs.h <<_ACEOF
18940 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18941 _ACEOF
18947 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18948 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18949 if test "${wine_cv_have_sigaddset+set}" = set; then
18950 echo $ECHO_N "(cached) $ECHO_C" >&6
18951 else
18952 cat >conftest.$ac_ext <<_ACEOF
18953 /* confdefs.h. */
18954 _ACEOF
18955 cat confdefs.h >>conftest.$ac_ext
18956 cat >>conftest.$ac_ext <<_ACEOF
18957 /* end confdefs.h. */
18958 #include <signal.h>
18960 main ()
18962 sigset_t set; sigaddset(&set,SIGTERM);
18964 return 0;
18966 _ACEOF
18967 rm -f conftest.$ac_objext conftest$ac_exeext
18968 if { (ac_try="$ac_link"
18969 case "(($ac_try" in
18970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18971 *) ac_try_echo=$ac_try;;
18972 esac
18973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18974 (eval "$ac_link") 2>conftest.er1
18975 ac_status=$?
18976 grep -v '^ *+' conftest.er1 >conftest.err
18977 rm -f conftest.er1
18978 cat conftest.err >&5
18979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); } && {
18981 test -z "$ac_c_werror_flag" ||
18982 test ! -s conftest.err
18983 } && test -s conftest$ac_exeext &&
18984 $as_test_x conftest$ac_exeext; then
18985 wine_cv_have_sigaddset=yes
18986 else
18987 echo "$as_me: failed program was:" >&5
18988 sed 's/^/| /' conftest.$ac_ext >&5
18990 wine_cv_have_sigaddset=no
18993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18994 conftest$ac_exeext conftest.$ac_ext
18996 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18997 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
18998 if test "$wine_cv_have_sigaddset" = "yes"
18999 then
19001 cat >>confdefs.h <<\_ACEOF
19002 #define HAVE_SIGADDSET 1
19003 _ACEOF
19008 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19009 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19010 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19011 echo $ECHO_N "(cached) $ECHO_C" >&6
19012 else
19013 cat >conftest.$ac_ext <<_ACEOF
19014 /* confdefs.h. */
19015 _ACEOF
19016 cat confdefs.h >>conftest.$ac_ext
19017 cat >>conftest.$ac_ext <<_ACEOF
19018 /* end confdefs.h. */
19019 #include <netdb.h>
19021 main ()
19024 char *name=0;
19025 struct hostent he;
19026 struct hostent *result;
19027 char *buf=0;
19028 int bufsize=0;
19029 int res,errnr;
19030 char *addr=0;
19031 int addrlen=0;
19032 int addrtype=0;
19033 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19034 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19037 return 0;
19039 _ACEOF
19040 rm -f conftest.$ac_objext conftest$ac_exeext
19041 if { (ac_try="$ac_link"
19042 case "(($ac_try" in
19043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19044 *) ac_try_echo=$ac_try;;
19045 esac
19046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19047 (eval "$ac_link") 2>conftest.er1
19048 ac_status=$?
19049 grep -v '^ *+' conftest.er1 >conftest.err
19050 rm -f conftest.er1
19051 cat conftest.err >&5
19052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19053 (exit $ac_status); } && {
19054 test -z "$ac_c_werror_flag" ||
19055 test ! -s conftest.err
19056 } && test -s conftest$ac_exeext &&
19057 $as_test_x conftest$ac_exeext; then
19058 wine_cv_linux_gethostbyname_r_6=yes
19059 else
19060 echo "$as_me: failed program was:" >&5
19061 sed 's/^/| /' conftest.$ac_ext >&5
19063 wine_cv_linux_gethostbyname_r_6=no
19067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19068 conftest$ac_exeext conftest.$ac_ext
19071 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19072 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19073 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19074 then
19076 cat >>confdefs.h <<\_ACEOF
19077 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19078 _ACEOF
19082 if test "$ac_cv_header_linux_joystick_h" = "yes"
19083 then
19084 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19085 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19086 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19087 echo $ECHO_N "(cached) $ECHO_C" >&6
19088 else
19089 cat >conftest.$ac_ext <<_ACEOF
19090 /* confdefs.h. */
19091 _ACEOF
19092 cat confdefs.h >>conftest.$ac_ext
19093 cat >>conftest.$ac_ext <<_ACEOF
19094 /* end confdefs.h. */
19096 #include <sys/ioctl.h>
19097 #include <sys/types.h>
19098 #include <linux/joystick.h>
19100 struct js_event blub;
19101 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19102 #error "no 2.2 header"
19103 #endif
19106 main ()
19108 /*empty*/
19110 return 0;
19112 _ACEOF
19113 rm -f conftest.$ac_objext
19114 if { (ac_try="$ac_compile"
19115 case "(($ac_try" in
19116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19117 *) ac_try_echo=$ac_try;;
19118 esac
19119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19120 (eval "$ac_compile") 2>conftest.er1
19121 ac_status=$?
19122 grep -v '^ *+' conftest.er1 >conftest.err
19123 rm -f conftest.er1
19124 cat conftest.err >&5
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); } && {
19127 test -z "$ac_c_werror_flag" ||
19128 test ! -s conftest.err
19129 } && test -s conftest.$ac_objext; then
19130 wine_cv_linux_joystick_22_api=yes
19131 else
19132 echo "$as_me: failed program was:" >&5
19133 sed 's/^/| /' conftest.$ac_ext >&5
19135 wine_cv_linux_joystick_22_api=no
19138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19141 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19142 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19143 if test "$wine_cv_linux_joystick_22_api" = "yes"
19144 then
19146 cat >>confdefs.h <<\_ACEOF
19147 #define HAVE_LINUX_22_JOYSTICK_API 1
19148 _ACEOF
19154 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19155 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19156 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19157 echo $ECHO_N "(cached) $ECHO_C" >&6
19158 else
19159 cat >conftest.$ac_ext <<_ACEOF
19160 /* confdefs.h. */
19161 _ACEOF
19162 cat confdefs.h >>conftest.$ac_ext
19163 cat >>conftest.$ac_ext <<_ACEOF
19164 /* end confdefs.h. */
19165 #include <sys/types.h>
19166 #ifdef HAVE_SYS_PARAM_H
19167 # include <sys/param.h>
19168 #endif
19169 #ifdef HAVE_SYS_MOUNT_H
19170 # include <sys/mount.h>
19171 #endif
19172 #ifdef HAVE_SYS_VFS_H
19173 # include <sys/vfs.h>
19174 #endif
19175 #ifdef HAVE_SYS_STATFS_H
19176 # include <sys/statfs.h>
19177 #endif
19180 main ()
19182 static struct statfs ac_aggr;
19183 if (ac_aggr.f_bfree)
19184 return 0;
19186 return 0;
19188 _ACEOF
19189 rm -f conftest.$ac_objext
19190 if { (ac_try="$ac_compile"
19191 case "(($ac_try" in
19192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19193 *) ac_try_echo=$ac_try;;
19194 esac
19195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19196 (eval "$ac_compile") 2>conftest.er1
19197 ac_status=$?
19198 grep -v '^ *+' conftest.er1 >conftest.err
19199 rm -f conftest.er1
19200 cat conftest.err >&5
19201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19202 (exit $ac_status); } && {
19203 test -z "$ac_c_werror_flag" ||
19204 test ! -s conftest.err
19205 } && test -s conftest.$ac_objext; then
19206 ac_cv_member_struct_statfs_f_bfree=yes
19207 else
19208 echo "$as_me: failed program was:" >&5
19209 sed 's/^/| /' conftest.$ac_ext >&5
19211 cat >conftest.$ac_ext <<_ACEOF
19212 /* confdefs.h. */
19213 _ACEOF
19214 cat confdefs.h >>conftest.$ac_ext
19215 cat >>conftest.$ac_ext <<_ACEOF
19216 /* end confdefs.h. */
19217 #include <sys/types.h>
19218 #ifdef HAVE_SYS_PARAM_H
19219 # include <sys/param.h>
19220 #endif
19221 #ifdef HAVE_SYS_MOUNT_H
19222 # include <sys/mount.h>
19223 #endif
19224 #ifdef HAVE_SYS_VFS_H
19225 # include <sys/vfs.h>
19226 #endif
19227 #ifdef HAVE_SYS_STATFS_H
19228 # include <sys/statfs.h>
19229 #endif
19232 main ()
19234 static struct statfs ac_aggr;
19235 if (sizeof ac_aggr.f_bfree)
19236 return 0;
19238 return 0;
19240 _ACEOF
19241 rm -f conftest.$ac_objext
19242 if { (ac_try="$ac_compile"
19243 case "(($ac_try" in
19244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19245 *) ac_try_echo=$ac_try;;
19246 esac
19247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19248 (eval "$ac_compile") 2>conftest.er1
19249 ac_status=$?
19250 grep -v '^ *+' conftest.er1 >conftest.err
19251 rm -f conftest.er1
19252 cat conftest.err >&5
19253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19254 (exit $ac_status); } && {
19255 test -z "$ac_c_werror_flag" ||
19256 test ! -s conftest.err
19257 } && test -s conftest.$ac_objext; then
19258 ac_cv_member_struct_statfs_f_bfree=yes
19259 else
19260 echo "$as_me: failed program was:" >&5
19261 sed 's/^/| /' conftest.$ac_ext >&5
19263 ac_cv_member_struct_statfs_f_bfree=no
19266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19271 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19272 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19273 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19275 cat >>confdefs.h <<_ACEOF
19276 #define HAVE_STRUCT_STATFS_F_BFREE 1
19277 _ACEOF
19281 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19282 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19283 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19284 echo $ECHO_N "(cached) $ECHO_C" >&6
19285 else
19286 cat >conftest.$ac_ext <<_ACEOF
19287 /* confdefs.h. */
19288 _ACEOF
19289 cat confdefs.h >>conftest.$ac_ext
19290 cat >>conftest.$ac_ext <<_ACEOF
19291 /* end confdefs.h. */
19292 #include <sys/types.h>
19293 #ifdef HAVE_SYS_PARAM_H
19294 # include <sys/param.h>
19295 #endif
19296 #ifdef HAVE_SYS_MOUNT_H
19297 # include <sys/mount.h>
19298 #endif
19299 #ifdef HAVE_SYS_VFS_H
19300 # include <sys/vfs.h>
19301 #endif
19302 #ifdef HAVE_SYS_STATFS_H
19303 # include <sys/statfs.h>
19304 #endif
19307 main ()
19309 static struct statfs ac_aggr;
19310 if (ac_aggr.f_bavail)
19311 return 0;
19313 return 0;
19315 _ACEOF
19316 rm -f conftest.$ac_objext
19317 if { (ac_try="$ac_compile"
19318 case "(($ac_try" in
19319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19320 *) ac_try_echo=$ac_try;;
19321 esac
19322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19323 (eval "$ac_compile") 2>conftest.er1
19324 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1
19327 cat conftest.err >&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err
19332 } && test -s conftest.$ac_objext; then
19333 ac_cv_member_struct_statfs_f_bavail=yes
19334 else
19335 echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5
19338 cat >conftest.$ac_ext <<_ACEOF
19339 /* confdefs.h. */
19340 _ACEOF
19341 cat confdefs.h >>conftest.$ac_ext
19342 cat >>conftest.$ac_ext <<_ACEOF
19343 /* end confdefs.h. */
19344 #include <sys/types.h>
19345 #ifdef HAVE_SYS_PARAM_H
19346 # include <sys/param.h>
19347 #endif
19348 #ifdef HAVE_SYS_MOUNT_H
19349 # include <sys/mount.h>
19350 #endif
19351 #ifdef HAVE_SYS_VFS_H
19352 # include <sys/vfs.h>
19353 #endif
19354 #ifdef HAVE_SYS_STATFS_H
19355 # include <sys/statfs.h>
19356 #endif
19359 main ()
19361 static struct statfs ac_aggr;
19362 if (sizeof ac_aggr.f_bavail)
19363 return 0;
19365 return 0;
19367 _ACEOF
19368 rm -f conftest.$ac_objext
19369 if { (ac_try="$ac_compile"
19370 case "(($ac_try" in
19371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19372 *) ac_try_echo=$ac_try;;
19373 esac
19374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19375 (eval "$ac_compile") 2>conftest.er1
19376 ac_status=$?
19377 grep -v '^ *+' conftest.er1 >conftest.err
19378 rm -f conftest.er1
19379 cat conftest.err >&5
19380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19381 (exit $ac_status); } && {
19382 test -z "$ac_c_werror_flag" ||
19383 test ! -s conftest.err
19384 } && test -s conftest.$ac_objext; then
19385 ac_cv_member_struct_statfs_f_bavail=yes
19386 else
19387 echo "$as_me: failed program was:" >&5
19388 sed 's/^/| /' conftest.$ac_ext >&5
19390 ac_cv_member_struct_statfs_f_bavail=no
19393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19398 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19399 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19400 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19402 cat >>confdefs.h <<_ACEOF
19403 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19404 _ACEOF
19408 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19409 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19410 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19411 echo $ECHO_N "(cached) $ECHO_C" >&6
19412 else
19413 cat >conftest.$ac_ext <<_ACEOF
19414 /* confdefs.h. */
19415 _ACEOF
19416 cat confdefs.h >>conftest.$ac_ext
19417 cat >>conftest.$ac_ext <<_ACEOF
19418 /* end confdefs.h. */
19419 #include <sys/types.h>
19420 #ifdef HAVE_SYS_PARAM_H
19421 # include <sys/param.h>
19422 #endif
19423 #ifdef HAVE_SYS_MOUNT_H
19424 # include <sys/mount.h>
19425 #endif
19426 #ifdef HAVE_SYS_VFS_H
19427 # include <sys/vfs.h>
19428 #endif
19429 #ifdef HAVE_SYS_STATFS_H
19430 # include <sys/statfs.h>
19431 #endif
19434 main ()
19436 static struct statfs ac_aggr;
19437 if (ac_aggr.f_frsize)
19438 return 0;
19440 return 0;
19442 _ACEOF
19443 rm -f conftest.$ac_objext
19444 if { (ac_try="$ac_compile"
19445 case "(($ac_try" in
19446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19447 *) ac_try_echo=$ac_try;;
19448 esac
19449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19450 (eval "$ac_compile") 2>conftest.er1
19451 ac_status=$?
19452 grep -v '^ *+' conftest.er1 >conftest.err
19453 rm -f conftest.er1
19454 cat conftest.err >&5
19455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19456 (exit $ac_status); } && {
19457 test -z "$ac_c_werror_flag" ||
19458 test ! -s conftest.err
19459 } && test -s conftest.$ac_objext; then
19460 ac_cv_member_struct_statfs_f_frsize=yes
19461 else
19462 echo "$as_me: failed program was:" >&5
19463 sed 's/^/| /' conftest.$ac_ext >&5
19465 cat >conftest.$ac_ext <<_ACEOF
19466 /* confdefs.h. */
19467 _ACEOF
19468 cat confdefs.h >>conftest.$ac_ext
19469 cat >>conftest.$ac_ext <<_ACEOF
19470 /* end confdefs.h. */
19471 #include <sys/types.h>
19472 #ifdef HAVE_SYS_PARAM_H
19473 # include <sys/param.h>
19474 #endif
19475 #ifdef HAVE_SYS_MOUNT_H
19476 # include <sys/mount.h>
19477 #endif
19478 #ifdef HAVE_SYS_VFS_H
19479 # include <sys/vfs.h>
19480 #endif
19481 #ifdef HAVE_SYS_STATFS_H
19482 # include <sys/statfs.h>
19483 #endif
19486 main ()
19488 static struct statfs ac_aggr;
19489 if (sizeof ac_aggr.f_frsize)
19490 return 0;
19492 return 0;
19494 _ACEOF
19495 rm -f conftest.$ac_objext
19496 if { (ac_try="$ac_compile"
19497 case "(($ac_try" in
19498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19499 *) ac_try_echo=$ac_try;;
19500 esac
19501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19502 (eval "$ac_compile") 2>conftest.er1
19503 ac_status=$?
19504 grep -v '^ *+' conftest.er1 >conftest.err
19505 rm -f conftest.er1
19506 cat conftest.err >&5
19507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19508 (exit $ac_status); } && {
19509 test -z "$ac_c_werror_flag" ||
19510 test ! -s conftest.err
19511 } && test -s conftest.$ac_objext; then
19512 ac_cv_member_struct_statfs_f_frsize=yes
19513 else
19514 echo "$as_me: failed program was:" >&5
19515 sed 's/^/| /' conftest.$ac_ext >&5
19517 ac_cv_member_struct_statfs_f_frsize=no
19520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19525 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19526 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19527 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19529 cat >>confdefs.h <<_ACEOF
19530 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19531 _ACEOF
19535 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19536 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19537 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19538 echo $ECHO_N "(cached) $ECHO_C" >&6
19539 else
19540 cat >conftest.$ac_ext <<_ACEOF
19541 /* confdefs.h. */
19542 _ACEOF
19543 cat confdefs.h >>conftest.$ac_ext
19544 cat >>conftest.$ac_ext <<_ACEOF
19545 /* end confdefs.h. */
19546 #include <sys/types.h>
19547 #ifdef HAVE_SYS_PARAM_H
19548 # include <sys/param.h>
19549 #endif
19550 #ifdef HAVE_SYS_MOUNT_H
19551 # include <sys/mount.h>
19552 #endif
19553 #ifdef HAVE_SYS_VFS_H
19554 # include <sys/vfs.h>
19555 #endif
19556 #ifdef HAVE_SYS_STATFS_H
19557 # include <sys/statfs.h>
19558 #endif
19561 main ()
19563 static struct statfs ac_aggr;
19564 if (ac_aggr.f_ffree)
19565 return 0;
19567 return 0;
19569 _ACEOF
19570 rm -f conftest.$ac_objext
19571 if { (ac_try="$ac_compile"
19572 case "(($ac_try" in
19573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19574 *) ac_try_echo=$ac_try;;
19575 esac
19576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19577 (eval "$ac_compile") 2>conftest.er1
19578 ac_status=$?
19579 grep -v '^ *+' conftest.er1 >conftest.err
19580 rm -f conftest.er1
19581 cat conftest.err >&5
19582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19583 (exit $ac_status); } && {
19584 test -z "$ac_c_werror_flag" ||
19585 test ! -s conftest.err
19586 } && test -s conftest.$ac_objext; then
19587 ac_cv_member_struct_statfs_f_ffree=yes
19588 else
19589 echo "$as_me: failed program was:" >&5
19590 sed 's/^/| /' conftest.$ac_ext >&5
19592 cat >conftest.$ac_ext <<_ACEOF
19593 /* confdefs.h. */
19594 _ACEOF
19595 cat confdefs.h >>conftest.$ac_ext
19596 cat >>conftest.$ac_ext <<_ACEOF
19597 /* end confdefs.h. */
19598 #include <sys/types.h>
19599 #ifdef HAVE_SYS_PARAM_H
19600 # include <sys/param.h>
19601 #endif
19602 #ifdef HAVE_SYS_MOUNT_H
19603 # include <sys/mount.h>
19604 #endif
19605 #ifdef HAVE_SYS_VFS_H
19606 # include <sys/vfs.h>
19607 #endif
19608 #ifdef HAVE_SYS_STATFS_H
19609 # include <sys/statfs.h>
19610 #endif
19613 main ()
19615 static struct statfs ac_aggr;
19616 if (sizeof ac_aggr.f_ffree)
19617 return 0;
19619 return 0;
19621 _ACEOF
19622 rm -f conftest.$ac_objext
19623 if { (ac_try="$ac_compile"
19624 case "(($ac_try" in
19625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19626 *) ac_try_echo=$ac_try;;
19627 esac
19628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19629 (eval "$ac_compile") 2>conftest.er1
19630 ac_status=$?
19631 grep -v '^ *+' conftest.er1 >conftest.err
19632 rm -f conftest.er1
19633 cat conftest.err >&5
19634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); } && {
19636 test -z "$ac_c_werror_flag" ||
19637 test ! -s conftest.err
19638 } && test -s conftest.$ac_objext; then
19639 ac_cv_member_struct_statfs_f_ffree=yes
19640 else
19641 echo "$as_me: failed program was:" >&5
19642 sed 's/^/| /' conftest.$ac_ext >&5
19644 ac_cv_member_struct_statfs_f_ffree=no
19647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19652 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19653 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19654 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19656 cat >>confdefs.h <<_ACEOF
19657 #define HAVE_STRUCT_STATFS_F_FFREE 1
19658 _ACEOF
19662 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19663 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19664 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19665 echo $ECHO_N "(cached) $ECHO_C" >&6
19666 else
19667 cat >conftest.$ac_ext <<_ACEOF
19668 /* confdefs.h. */
19669 _ACEOF
19670 cat confdefs.h >>conftest.$ac_ext
19671 cat >>conftest.$ac_ext <<_ACEOF
19672 /* end confdefs.h. */
19673 #include <sys/types.h>
19674 #ifdef HAVE_SYS_PARAM_H
19675 # include <sys/param.h>
19676 #endif
19677 #ifdef HAVE_SYS_MOUNT_H
19678 # include <sys/mount.h>
19679 #endif
19680 #ifdef HAVE_SYS_VFS_H
19681 # include <sys/vfs.h>
19682 #endif
19683 #ifdef HAVE_SYS_STATFS_H
19684 # include <sys/statfs.h>
19685 #endif
19688 main ()
19690 static struct statfs ac_aggr;
19691 if (ac_aggr.f_favail)
19692 return 0;
19694 return 0;
19696 _ACEOF
19697 rm -f conftest.$ac_objext
19698 if { (ac_try="$ac_compile"
19699 case "(($ac_try" in
19700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19701 *) ac_try_echo=$ac_try;;
19702 esac
19703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19704 (eval "$ac_compile") 2>conftest.er1
19705 ac_status=$?
19706 grep -v '^ *+' conftest.er1 >conftest.err
19707 rm -f conftest.er1
19708 cat conftest.err >&5
19709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19710 (exit $ac_status); } && {
19711 test -z "$ac_c_werror_flag" ||
19712 test ! -s conftest.err
19713 } && test -s conftest.$ac_objext; then
19714 ac_cv_member_struct_statfs_f_favail=yes
19715 else
19716 echo "$as_me: failed program was:" >&5
19717 sed 's/^/| /' conftest.$ac_ext >&5
19719 cat >conftest.$ac_ext <<_ACEOF
19720 /* confdefs.h. */
19721 _ACEOF
19722 cat confdefs.h >>conftest.$ac_ext
19723 cat >>conftest.$ac_ext <<_ACEOF
19724 /* end confdefs.h. */
19725 #include <sys/types.h>
19726 #ifdef HAVE_SYS_PARAM_H
19727 # include <sys/param.h>
19728 #endif
19729 #ifdef HAVE_SYS_MOUNT_H
19730 # include <sys/mount.h>
19731 #endif
19732 #ifdef HAVE_SYS_VFS_H
19733 # include <sys/vfs.h>
19734 #endif
19735 #ifdef HAVE_SYS_STATFS_H
19736 # include <sys/statfs.h>
19737 #endif
19740 main ()
19742 static struct statfs ac_aggr;
19743 if (sizeof ac_aggr.f_favail)
19744 return 0;
19746 return 0;
19748 _ACEOF
19749 rm -f conftest.$ac_objext
19750 if { (ac_try="$ac_compile"
19751 case "(($ac_try" in
19752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19753 *) ac_try_echo=$ac_try;;
19754 esac
19755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19756 (eval "$ac_compile") 2>conftest.er1
19757 ac_status=$?
19758 grep -v '^ *+' conftest.er1 >conftest.err
19759 rm -f conftest.er1
19760 cat conftest.err >&5
19761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19762 (exit $ac_status); } && {
19763 test -z "$ac_c_werror_flag" ||
19764 test ! -s conftest.err
19765 } && test -s conftest.$ac_objext; then
19766 ac_cv_member_struct_statfs_f_favail=yes
19767 else
19768 echo "$as_me: failed program was:" >&5
19769 sed 's/^/| /' conftest.$ac_ext >&5
19771 ac_cv_member_struct_statfs_f_favail=no
19774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19779 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19780 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19781 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19783 cat >>confdefs.h <<_ACEOF
19784 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19785 _ACEOF
19789 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19790 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19791 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19792 echo $ECHO_N "(cached) $ECHO_C" >&6
19793 else
19794 cat >conftest.$ac_ext <<_ACEOF
19795 /* confdefs.h. */
19796 _ACEOF
19797 cat confdefs.h >>conftest.$ac_ext
19798 cat >>conftest.$ac_ext <<_ACEOF
19799 /* end confdefs.h. */
19800 #include <sys/types.h>
19801 #ifdef HAVE_SYS_PARAM_H
19802 # include <sys/param.h>
19803 #endif
19804 #ifdef HAVE_SYS_MOUNT_H
19805 # include <sys/mount.h>
19806 #endif
19807 #ifdef HAVE_SYS_VFS_H
19808 # include <sys/vfs.h>
19809 #endif
19810 #ifdef HAVE_SYS_STATFS_H
19811 # include <sys/statfs.h>
19812 #endif
19815 main ()
19817 static struct statfs ac_aggr;
19818 if (ac_aggr.f_namelen)
19819 return 0;
19821 return 0;
19823 _ACEOF
19824 rm -f conftest.$ac_objext
19825 if { (ac_try="$ac_compile"
19826 case "(($ac_try" in
19827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19828 *) ac_try_echo=$ac_try;;
19829 esac
19830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19831 (eval "$ac_compile") 2>conftest.er1
19832 ac_status=$?
19833 grep -v '^ *+' conftest.er1 >conftest.err
19834 rm -f conftest.er1
19835 cat conftest.err >&5
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); } && {
19838 test -z "$ac_c_werror_flag" ||
19839 test ! -s conftest.err
19840 } && test -s conftest.$ac_objext; then
19841 ac_cv_member_struct_statfs_f_namelen=yes
19842 else
19843 echo "$as_me: failed program was:" >&5
19844 sed 's/^/| /' conftest.$ac_ext >&5
19846 cat >conftest.$ac_ext <<_ACEOF
19847 /* confdefs.h. */
19848 _ACEOF
19849 cat confdefs.h >>conftest.$ac_ext
19850 cat >>conftest.$ac_ext <<_ACEOF
19851 /* end confdefs.h. */
19852 #include <sys/types.h>
19853 #ifdef HAVE_SYS_PARAM_H
19854 # include <sys/param.h>
19855 #endif
19856 #ifdef HAVE_SYS_MOUNT_H
19857 # include <sys/mount.h>
19858 #endif
19859 #ifdef HAVE_SYS_VFS_H
19860 # include <sys/vfs.h>
19861 #endif
19862 #ifdef HAVE_SYS_STATFS_H
19863 # include <sys/statfs.h>
19864 #endif
19867 main ()
19869 static struct statfs ac_aggr;
19870 if (sizeof ac_aggr.f_namelen)
19871 return 0;
19873 return 0;
19875 _ACEOF
19876 rm -f conftest.$ac_objext
19877 if { (ac_try="$ac_compile"
19878 case "(($ac_try" in
19879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19880 *) ac_try_echo=$ac_try;;
19881 esac
19882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19883 (eval "$ac_compile") 2>conftest.er1
19884 ac_status=$?
19885 grep -v '^ *+' conftest.er1 >conftest.err
19886 rm -f conftest.er1
19887 cat conftest.err >&5
19888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19889 (exit $ac_status); } && {
19890 test -z "$ac_c_werror_flag" ||
19891 test ! -s conftest.err
19892 } && test -s conftest.$ac_objext; then
19893 ac_cv_member_struct_statfs_f_namelen=yes
19894 else
19895 echo "$as_me: failed program was:" >&5
19896 sed 's/^/| /' conftest.$ac_ext >&5
19898 ac_cv_member_struct_statfs_f_namelen=no
19901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19906 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19907 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19908 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19910 cat >>confdefs.h <<_ACEOF
19911 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19912 _ACEOF
19918 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19919 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19920 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19921 echo $ECHO_N "(cached) $ECHO_C" >&6
19922 else
19923 cat >conftest.$ac_ext <<_ACEOF
19924 /* confdefs.h. */
19925 _ACEOF
19926 cat confdefs.h >>conftest.$ac_ext
19927 cat >>conftest.$ac_ext <<_ACEOF
19928 /* end confdefs.h. */
19929 #ifdef HAVE_SYS_STATVFS_H
19930 #include <sys/statvfs.h>
19931 #endif
19934 main ()
19936 static struct statvfs ac_aggr;
19937 if (ac_aggr.f_blocks)
19938 return 0;
19940 return 0;
19942 _ACEOF
19943 rm -f conftest.$ac_objext
19944 if { (ac_try="$ac_compile"
19945 case "(($ac_try" in
19946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19947 *) ac_try_echo=$ac_try;;
19948 esac
19949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19950 (eval "$ac_compile") 2>conftest.er1
19951 ac_status=$?
19952 grep -v '^ *+' conftest.er1 >conftest.err
19953 rm -f conftest.er1
19954 cat conftest.err >&5
19955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19956 (exit $ac_status); } && {
19957 test -z "$ac_c_werror_flag" ||
19958 test ! -s conftest.err
19959 } && test -s conftest.$ac_objext; then
19960 ac_cv_member_struct_statvfs_f_blocks=yes
19961 else
19962 echo "$as_me: failed program was:" >&5
19963 sed 's/^/| /' conftest.$ac_ext >&5
19965 cat >conftest.$ac_ext <<_ACEOF
19966 /* confdefs.h. */
19967 _ACEOF
19968 cat confdefs.h >>conftest.$ac_ext
19969 cat >>conftest.$ac_ext <<_ACEOF
19970 /* end confdefs.h. */
19971 #ifdef HAVE_SYS_STATVFS_H
19972 #include <sys/statvfs.h>
19973 #endif
19976 main ()
19978 static struct statvfs ac_aggr;
19979 if (sizeof ac_aggr.f_blocks)
19980 return 0;
19982 return 0;
19984 _ACEOF
19985 rm -f conftest.$ac_objext
19986 if { (ac_try="$ac_compile"
19987 case "(($ac_try" in
19988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19989 *) ac_try_echo=$ac_try;;
19990 esac
19991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19992 (eval "$ac_compile") 2>conftest.er1
19993 ac_status=$?
19994 grep -v '^ *+' conftest.er1 >conftest.err
19995 rm -f conftest.er1
19996 cat conftest.err >&5
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); } && {
19999 test -z "$ac_c_werror_flag" ||
20000 test ! -s conftest.err
20001 } && test -s conftest.$ac_objext; then
20002 ac_cv_member_struct_statvfs_f_blocks=yes
20003 else
20004 echo "$as_me: failed program was:" >&5
20005 sed 's/^/| /' conftest.$ac_ext >&5
20007 ac_cv_member_struct_statvfs_f_blocks=no
20010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20016 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20017 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20019 cat >>confdefs.h <<_ACEOF
20020 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20021 _ACEOF
20027 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20028 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20029 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20030 echo $ECHO_N "(cached) $ECHO_C" >&6
20031 else
20032 cat >conftest.$ac_ext <<_ACEOF
20033 /* confdefs.h. */
20034 _ACEOF
20035 cat confdefs.h >>conftest.$ac_ext
20036 cat >>conftest.$ac_ext <<_ACEOF
20037 /* end confdefs.h. */
20038 #include <sys/types.h>
20039 #ifdef HAVE_SYS_SOCKET_H
20040 # include <sys/socket.h>
20041 #endif
20042 #ifdef HAVE_SYS_UN_H
20043 # include <sys/un.h>
20044 #endif
20047 main ()
20049 static struct msghdr ac_aggr;
20050 if (ac_aggr.msg_accrights)
20051 return 0;
20053 return 0;
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060 *) ac_try_echo=$ac_try;;
20061 esac
20062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20063 (eval "$ac_compile") 2>conftest.er1
20064 ac_status=$?
20065 grep -v '^ *+' conftest.er1 >conftest.err
20066 rm -f conftest.er1
20067 cat conftest.err >&5
20068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069 (exit $ac_status); } && {
20070 test -z "$ac_c_werror_flag" ||
20071 test ! -s conftest.err
20072 } && test -s conftest.$ac_objext; then
20073 ac_cv_member_struct_msghdr_msg_accrights=yes
20074 else
20075 echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20078 cat >conftest.$ac_ext <<_ACEOF
20079 /* confdefs.h. */
20080 _ACEOF
20081 cat confdefs.h >>conftest.$ac_ext
20082 cat >>conftest.$ac_ext <<_ACEOF
20083 /* end confdefs.h. */
20084 #include <sys/types.h>
20085 #ifdef HAVE_SYS_SOCKET_H
20086 # include <sys/socket.h>
20087 #endif
20088 #ifdef HAVE_SYS_UN_H
20089 # include <sys/un.h>
20090 #endif
20093 main ()
20095 static struct msghdr ac_aggr;
20096 if (sizeof ac_aggr.msg_accrights)
20097 return 0;
20099 return 0;
20101 _ACEOF
20102 rm -f conftest.$ac_objext
20103 if { (ac_try="$ac_compile"
20104 case "(($ac_try" in
20105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20106 *) ac_try_echo=$ac_try;;
20107 esac
20108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20109 (eval "$ac_compile") 2>conftest.er1
20110 ac_status=$?
20111 grep -v '^ *+' conftest.er1 >conftest.err
20112 rm -f conftest.er1
20113 cat conftest.err >&5
20114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20115 (exit $ac_status); } && {
20116 test -z "$ac_c_werror_flag" ||
20117 test ! -s conftest.err
20118 } && test -s conftest.$ac_objext; then
20119 ac_cv_member_struct_msghdr_msg_accrights=yes
20120 else
20121 echo "$as_me: failed program was:" >&5
20122 sed 's/^/| /' conftest.$ac_ext >&5
20124 ac_cv_member_struct_msghdr_msg_accrights=no
20127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20132 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20133 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20134 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20136 cat >>confdefs.h <<_ACEOF
20137 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20138 _ACEOF
20142 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20143 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20144 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20145 echo $ECHO_N "(cached) $ECHO_C" >&6
20146 else
20147 cat >conftest.$ac_ext <<_ACEOF
20148 /* confdefs.h. */
20149 _ACEOF
20150 cat confdefs.h >>conftest.$ac_ext
20151 cat >>conftest.$ac_ext <<_ACEOF
20152 /* end confdefs.h. */
20153 #include <sys/types.h>
20154 #ifdef HAVE_SYS_SOCKET_H
20155 # include <sys/socket.h>
20156 #endif
20157 #ifdef HAVE_SYS_UN_H
20158 # include <sys/un.h>
20159 #endif
20162 main ()
20164 static struct sockaddr ac_aggr;
20165 if (ac_aggr.sa_len)
20166 return 0;
20168 return 0;
20170 _ACEOF
20171 rm -f conftest.$ac_objext
20172 if { (ac_try="$ac_compile"
20173 case "(($ac_try" in
20174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20175 *) ac_try_echo=$ac_try;;
20176 esac
20177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20178 (eval "$ac_compile") 2>conftest.er1
20179 ac_status=$?
20180 grep -v '^ *+' conftest.er1 >conftest.err
20181 rm -f conftest.er1
20182 cat conftest.err >&5
20183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20184 (exit $ac_status); } && {
20185 test -z "$ac_c_werror_flag" ||
20186 test ! -s conftest.err
20187 } && test -s conftest.$ac_objext; then
20188 ac_cv_member_struct_sockaddr_sa_len=yes
20189 else
20190 echo "$as_me: failed program was:" >&5
20191 sed 's/^/| /' conftest.$ac_ext >&5
20193 cat >conftest.$ac_ext <<_ACEOF
20194 /* confdefs.h. */
20195 _ACEOF
20196 cat confdefs.h >>conftest.$ac_ext
20197 cat >>conftest.$ac_ext <<_ACEOF
20198 /* end confdefs.h. */
20199 #include <sys/types.h>
20200 #ifdef HAVE_SYS_SOCKET_H
20201 # include <sys/socket.h>
20202 #endif
20203 #ifdef HAVE_SYS_UN_H
20204 # include <sys/un.h>
20205 #endif
20208 main ()
20210 static struct sockaddr ac_aggr;
20211 if (sizeof ac_aggr.sa_len)
20212 return 0;
20214 return 0;
20216 _ACEOF
20217 rm -f conftest.$ac_objext
20218 if { (ac_try="$ac_compile"
20219 case "(($ac_try" in
20220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20221 *) ac_try_echo=$ac_try;;
20222 esac
20223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20224 (eval "$ac_compile") 2>conftest.er1
20225 ac_status=$?
20226 grep -v '^ *+' conftest.er1 >conftest.err
20227 rm -f conftest.er1
20228 cat conftest.err >&5
20229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20230 (exit $ac_status); } && {
20231 test -z "$ac_c_werror_flag" ||
20232 test ! -s conftest.err
20233 } && test -s conftest.$ac_objext; then
20234 ac_cv_member_struct_sockaddr_sa_len=yes
20235 else
20236 echo "$as_me: failed program was:" >&5
20237 sed 's/^/| /' conftest.$ac_ext >&5
20239 ac_cv_member_struct_sockaddr_sa_len=no
20242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20247 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20248 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20249 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20251 cat >>confdefs.h <<_ACEOF
20252 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20253 _ACEOF
20257 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20258 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20259 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20260 echo $ECHO_N "(cached) $ECHO_C" >&6
20261 else
20262 cat >conftest.$ac_ext <<_ACEOF
20263 /* confdefs.h. */
20264 _ACEOF
20265 cat confdefs.h >>conftest.$ac_ext
20266 cat >>conftest.$ac_ext <<_ACEOF
20267 /* end confdefs.h. */
20268 #include <sys/types.h>
20269 #ifdef HAVE_SYS_SOCKET_H
20270 # include <sys/socket.h>
20271 #endif
20272 #ifdef HAVE_SYS_UN_H
20273 # include <sys/un.h>
20274 #endif
20277 main ()
20279 static struct sockaddr_un ac_aggr;
20280 if (ac_aggr.sun_len)
20281 return 0;
20283 return 0;
20285 _ACEOF
20286 rm -f conftest.$ac_objext
20287 if { (ac_try="$ac_compile"
20288 case "(($ac_try" in
20289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20290 *) ac_try_echo=$ac_try;;
20291 esac
20292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20293 (eval "$ac_compile") 2>conftest.er1
20294 ac_status=$?
20295 grep -v '^ *+' conftest.er1 >conftest.err
20296 rm -f conftest.er1
20297 cat conftest.err >&5
20298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20299 (exit $ac_status); } && {
20300 test -z "$ac_c_werror_flag" ||
20301 test ! -s conftest.err
20302 } && test -s conftest.$ac_objext; then
20303 ac_cv_member_struct_sockaddr_un_sun_len=yes
20304 else
20305 echo "$as_me: failed program was:" >&5
20306 sed 's/^/| /' conftest.$ac_ext >&5
20308 cat >conftest.$ac_ext <<_ACEOF
20309 /* confdefs.h. */
20310 _ACEOF
20311 cat confdefs.h >>conftest.$ac_ext
20312 cat >>conftest.$ac_ext <<_ACEOF
20313 /* end confdefs.h. */
20314 #include <sys/types.h>
20315 #ifdef HAVE_SYS_SOCKET_H
20316 # include <sys/socket.h>
20317 #endif
20318 #ifdef HAVE_SYS_UN_H
20319 # include <sys/un.h>
20320 #endif
20323 main ()
20325 static struct sockaddr_un ac_aggr;
20326 if (sizeof ac_aggr.sun_len)
20327 return 0;
20329 return 0;
20331 _ACEOF
20332 rm -f conftest.$ac_objext
20333 if { (ac_try="$ac_compile"
20334 case "(($ac_try" in
20335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20336 *) ac_try_echo=$ac_try;;
20337 esac
20338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20339 (eval "$ac_compile") 2>conftest.er1
20340 ac_status=$?
20341 grep -v '^ *+' conftest.er1 >conftest.err
20342 rm -f conftest.er1
20343 cat conftest.err >&5
20344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20345 (exit $ac_status); } && {
20346 test -z "$ac_c_werror_flag" ||
20347 test ! -s conftest.err
20348 } && test -s conftest.$ac_objext; then
20349 ac_cv_member_struct_sockaddr_un_sun_len=yes
20350 else
20351 echo "$as_me: failed program was:" >&5
20352 sed 's/^/| /' conftest.$ac_ext >&5
20354 ac_cv_member_struct_sockaddr_un_sun_len=no
20357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20362 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20363 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20364 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20366 cat >>confdefs.h <<_ACEOF
20367 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20368 _ACEOF
20374 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20375 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20376 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20377 echo $ECHO_N "(cached) $ECHO_C" >&6
20378 else
20379 cat >conftest.$ac_ext <<_ACEOF
20380 /* confdefs.h. */
20381 _ACEOF
20382 cat confdefs.h >>conftest.$ac_ext
20383 cat >>conftest.$ac_ext <<_ACEOF
20384 /* end confdefs.h. */
20385 #include <sys/types.h>
20386 #ifdef HAVE_SCSI_SG_H
20387 #include <scsi/sg.h>
20388 #endif
20391 main ()
20393 static scsireq_t ac_aggr;
20394 if (ac_aggr.cmd)
20395 return 0;
20397 return 0;
20399 _ACEOF
20400 rm -f conftest.$ac_objext
20401 if { (ac_try="$ac_compile"
20402 case "(($ac_try" in
20403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20404 *) ac_try_echo=$ac_try;;
20405 esac
20406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20407 (eval "$ac_compile") 2>conftest.er1
20408 ac_status=$?
20409 grep -v '^ *+' conftest.er1 >conftest.err
20410 rm -f conftest.er1
20411 cat conftest.err >&5
20412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20413 (exit $ac_status); } && {
20414 test -z "$ac_c_werror_flag" ||
20415 test ! -s conftest.err
20416 } && test -s conftest.$ac_objext; then
20417 ac_cv_member_scsireq_t_cmd=yes
20418 else
20419 echo "$as_me: failed program was:" >&5
20420 sed 's/^/| /' conftest.$ac_ext >&5
20422 cat >conftest.$ac_ext <<_ACEOF
20423 /* confdefs.h. */
20424 _ACEOF
20425 cat confdefs.h >>conftest.$ac_ext
20426 cat >>conftest.$ac_ext <<_ACEOF
20427 /* end confdefs.h. */
20428 #include <sys/types.h>
20429 #ifdef HAVE_SCSI_SG_H
20430 #include <scsi/sg.h>
20431 #endif
20434 main ()
20436 static scsireq_t ac_aggr;
20437 if (sizeof ac_aggr.cmd)
20438 return 0;
20440 return 0;
20442 _ACEOF
20443 rm -f conftest.$ac_objext
20444 if { (ac_try="$ac_compile"
20445 case "(($ac_try" in
20446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20447 *) ac_try_echo=$ac_try;;
20448 esac
20449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20450 (eval "$ac_compile") 2>conftest.er1
20451 ac_status=$?
20452 grep -v '^ *+' conftest.er1 >conftest.err
20453 rm -f conftest.er1
20454 cat conftest.err >&5
20455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20456 (exit $ac_status); } && {
20457 test -z "$ac_c_werror_flag" ||
20458 test ! -s conftest.err
20459 } && test -s conftest.$ac_objext; then
20460 ac_cv_member_scsireq_t_cmd=yes
20461 else
20462 echo "$as_me: failed program was:" >&5
20463 sed 's/^/| /' conftest.$ac_ext >&5
20465 ac_cv_member_scsireq_t_cmd=no
20468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20473 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20474 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20475 if test $ac_cv_member_scsireq_t_cmd = yes; then
20477 cat >>confdefs.h <<_ACEOF
20478 #define HAVE_SCSIREQ_T_CMD 1
20479 _ACEOF
20483 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20484 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20485 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20486 echo $ECHO_N "(cached) $ECHO_C" >&6
20487 else
20488 cat >conftest.$ac_ext <<_ACEOF
20489 /* confdefs.h. */
20490 _ACEOF
20491 cat confdefs.h >>conftest.$ac_ext
20492 cat >>conftest.$ac_ext <<_ACEOF
20493 /* end confdefs.h. */
20494 #include <sys/types.h>
20495 #ifdef HAVE_SCSI_SG_H
20496 #include <scsi/sg.h>
20497 #endif
20500 main ()
20502 static sg_io_hdr_t ac_aggr;
20503 if (ac_aggr.interface_id)
20504 return 0;
20506 return 0;
20508 _ACEOF
20509 rm -f conftest.$ac_objext
20510 if { (ac_try="$ac_compile"
20511 case "(($ac_try" in
20512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513 *) ac_try_echo=$ac_try;;
20514 esac
20515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20516 (eval "$ac_compile") 2>conftest.er1
20517 ac_status=$?
20518 grep -v '^ *+' conftest.er1 >conftest.err
20519 rm -f conftest.er1
20520 cat conftest.err >&5
20521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20522 (exit $ac_status); } && {
20523 test -z "$ac_c_werror_flag" ||
20524 test ! -s conftest.err
20525 } && test -s conftest.$ac_objext; then
20526 ac_cv_member_sg_io_hdr_t_interface_id=yes
20527 else
20528 echo "$as_me: failed program was:" >&5
20529 sed 's/^/| /' conftest.$ac_ext >&5
20531 cat >conftest.$ac_ext <<_ACEOF
20532 /* confdefs.h. */
20533 _ACEOF
20534 cat confdefs.h >>conftest.$ac_ext
20535 cat >>conftest.$ac_ext <<_ACEOF
20536 /* end confdefs.h. */
20537 #include <sys/types.h>
20538 #ifdef HAVE_SCSI_SG_H
20539 #include <scsi/sg.h>
20540 #endif
20543 main ()
20545 static sg_io_hdr_t ac_aggr;
20546 if (sizeof ac_aggr.interface_id)
20547 return 0;
20549 return 0;
20551 _ACEOF
20552 rm -f conftest.$ac_objext
20553 if { (ac_try="$ac_compile"
20554 case "(($ac_try" in
20555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20556 *) ac_try_echo=$ac_try;;
20557 esac
20558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20559 (eval "$ac_compile") 2>conftest.er1
20560 ac_status=$?
20561 grep -v '^ *+' conftest.er1 >conftest.err
20562 rm -f conftest.er1
20563 cat conftest.err >&5
20564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565 (exit $ac_status); } && {
20566 test -z "$ac_c_werror_flag" ||
20567 test ! -s conftest.err
20568 } && test -s conftest.$ac_objext; then
20569 ac_cv_member_sg_io_hdr_t_interface_id=yes
20570 else
20571 echo "$as_me: failed program was:" >&5
20572 sed 's/^/| /' conftest.$ac_ext >&5
20574 ac_cv_member_sg_io_hdr_t_interface_id=no
20577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20582 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20583 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20584 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20586 cat >>confdefs.h <<_ACEOF
20587 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20588 _ACEOF
20594 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20595 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20596 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20597 echo $ECHO_N "(cached) $ECHO_C" >&6
20598 else
20599 cat >conftest.$ac_ext <<_ACEOF
20600 /* confdefs.h. */
20601 _ACEOF
20602 cat confdefs.h >>conftest.$ac_ext
20603 cat >>conftest.$ac_ext <<_ACEOF
20604 /* end confdefs.h. */
20605 #include <signal.h>
20608 main ()
20610 static siginfo_t ac_aggr;
20611 if (ac_aggr.si_fd)
20612 return 0;
20614 return 0;
20616 _ACEOF
20617 rm -f conftest.$ac_objext
20618 if { (ac_try="$ac_compile"
20619 case "(($ac_try" in
20620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20621 *) ac_try_echo=$ac_try;;
20622 esac
20623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20624 (eval "$ac_compile") 2>conftest.er1
20625 ac_status=$?
20626 grep -v '^ *+' conftest.er1 >conftest.err
20627 rm -f conftest.er1
20628 cat conftest.err >&5
20629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20630 (exit $ac_status); } && {
20631 test -z "$ac_c_werror_flag" ||
20632 test ! -s conftest.err
20633 } && test -s conftest.$ac_objext; then
20634 ac_cv_member_siginfo_t_si_fd=yes
20635 else
20636 echo "$as_me: failed program was:" >&5
20637 sed 's/^/| /' conftest.$ac_ext >&5
20639 cat >conftest.$ac_ext <<_ACEOF
20640 /* confdefs.h. */
20641 _ACEOF
20642 cat confdefs.h >>conftest.$ac_ext
20643 cat >>conftest.$ac_ext <<_ACEOF
20644 /* end confdefs.h. */
20645 #include <signal.h>
20648 main ()
20650 static siginfo_t ac_aggr;
20651 if (sizeof ac_aggr.si_fd)
20652 return 0;
20654 return 0;
20656 _ACEOF
20657 rm -f conftest.$ac_objext
20658 if { (ac_try="$ac_compile"
20659 case "(($ac_try" in
20660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20661 *) ac_try_echo=$ac_try;;
20662 esac
20663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20664 (eval "$ac_compile") 2>conftest.er1
20665 ac_status=$?
20666 grep -v '^ *+' conftest.er1 >conftest.err
20667 rm -f conftest.er1
20668 cat conftest.err >&5
20669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20670 (exit $ac_status); } && {
20671 test -z "$ac_c_werror_flag" ||
20672 test ! -s conftest.err
20673 } && test -s conftest.$ac_objext; then
20674 ac_cv_member_siginfo_t_si_fd=yes
20675 else
20676 echo "$as_me: failed program was:" >&5
20677 sed 's/^/| /' conftest.$ac_ext >&5
20679 ac_cv_member_siginfo_t_si_fd=no
20682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20687 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20688 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20689 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20691 cat >>confdefs.h <<_ACEOF
20692 #define HAVE_SIGINFO_T_SI_FD 1
20693 _ACEOF
20699 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20700 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20701 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20702 echo $ECHO_N "(cached) $ECHO_C" >&6
20703 else
20704 cat >conftest.$ac_ext <<_ACEOF
20705 /* confdefs.h. */
20706 _ACEOF
20707 cat confdefs.h >>conftest.$ac_ext
20708 cat >>conftest.$ac_ext <<_ACEOF
20709 /* end confdefs.h. */
20710 #include <sys/types.h>
20711 #ifdef HAVE_SYS_MTIO_H
20712 #include <sys/mtio.h>
20713 #endif
20716 main ()
20718 static struct mtget ac_aggr;
20719 if (ac_aggr.mt_blksiz)
20720 return 0;
20722 return 0;
20724 _ACEOF
20725 rm -f conftest.$ac_objext
20726 if { (ac_try="$ac_compile"
20727 case "(($ac_try" in
20728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20729 *) ac_try_echo=$ac_try;;
20730 esac
20731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20732 (eval "$ac_compile") 2>conftest.er1
20733 ac_status=$?
20734 grep -v '^ *+' conftest.er1 >conftest.err
20735 rm -f conftest.er1
20736 cat conftest.err >&5
20737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20738 (exit $ac_status); } && {
20739 test -z "$ac_c_werror_flag" ||
20740 test ! -s conftest.err
20741 } && test -s conftest.$ac_objext; then
20742 ac_cv_member_struct_mtget_mt_blksiz=yes
20743 else
20744 echo "$as_me: failed program was:" >&5
20745 sed 's/^/| /' conftest.$ac_ext >&5
20747 cat >conftest.$ac_ext <<_ACEOF
20748 /* confdefs.h. */
20749 _ACEOF
20750 cat confdefs.h >>conftest.$ac_ext
20751 cat >>conftest.$ac_ext <<_ACEOF
20752 /* end confdefs.h. */
20753 #include <sys/types.h>
20754 #ifdef HAVE_SYS_MTIO_H
20755 #include <sys/mtio.h>
20756 #endif
20759 main ()
20761 static struct mtget ac_aggr;
20762 if (sizeof ac_aggr.mt_blksiz)
20763 return 0;
20765 return 0;
20767 _ACEOF
20768 rm -f conftest.$ac_objext
20769 if { (ac_try="$ac_compile"
20770 case "(($ac_try" in
20771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20772 *) ac_try_echo=$ac_try;;
20773 esac
20774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20775 (eval "$ac_compile") 2>conftest.er1
20776 ac_status=$?
20777 grep -v '^ *+' conftest.er1 >conftest.err
20778 rm -f conftest.er1
20779 cat conftest.err >&5
20780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } && {
20782 test -z "$ac_c_werror_flag" ||
20783 test ! -s conftest.err
20784 } && test -s conftest.$ac_objext; then
20785 ac_cv_member_struct_mtget_mt_blksiz=yes
20786 else
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.$ac_ext >&5
20790 ac_cv_member_struct_mtget_mt_blksiz=no
20793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20798 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20799 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20800 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20802 cat >>confdefs.h <<_ACEOF
20803 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20804 _ACEOF
20808 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20809 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20810 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20811 echo $ECHO_N "(cached) $ECHO_C" >&6
20812 else
20813 cat >conftest.$ac_ext <<_ACEOF
20814 /* confdefs.h. */
20815 _ACEOF
20816 cat confdefs.h >>conftest.$ac_ext
20817 cat >>conftest.$ac_ext <<_ACEOF
20818 /* end confdefs.h. */
20819 #include <sys/types.h>
20820 #ifdef HAVE_SYS_MTIO_H
20821 #include <sys/mtio.h>
20822 #endif
20825 main ()
20827 static struct mtget ac_aggr;
20828 if (ac_aggr.mt_gstat)
20829 return 0;
20831 return 0;
20833 _ACEOF
20834 rm -f conftest.$ac_objext
20835 if { (ac_try="$ac_compile"
20836 case "(($ac_try" in
20837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20838 *) ac_try_echo=$ac_try;;
20839 esac
20840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20841 (eval "$ac_compile") 2>conftest.er1
20842 ac_status=$?
20843 grep -v '^ *+' conftest.er1 >conftest.err
20844 rm -f conftest.er1
20845 cat conftest.err >&5
20846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20847 (exit $ac_status); } && {
20848 test -z "$ac_c_werror_flag" ||
20849 test ! -s conftest.err
20850 } && test -s conftest.$ac_objext; then
20851 ac_cv_member_struct_mtget_mt_gstat=yes
20852 else
20853 echo "$as_me: failed program was:" >&5
20854 sed 's/^/| /' conftest.$ac_ext >&5
20856 cat >conftest.$ac_ext <<_ACEOF
20857 /* confdefs.h. */
20858 _ACEOF
20859 cat confdefs.h >>conftest.$ac_ext
20860 cat >>conftest.$ac_ext <<_ACEOF
20861 /* end confdefs.h. */
20862 #include <sys/types.h>
20863 #ifdef HAVE_SYS_MTIO_H
20864 #include <sys/mtio.h>
20865 #endif
20868 main ()
20870 static struct mtget ac_aggr;
20871 if (sizeof ac_aggr.mt_gstat)
20872 return 0;
20874 return 0;
20876 _ACEOF
20877 rm -f conftest.$ac_objext
20878 if { (ac_try="$ac_compile"
20879 case "(($ac_try" in
20880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20881 *) ac_try_echo=$ac_try;;
20882 esac
20883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20884 (eval "$ac_compile") 2>conftest.er1
20885 ac_status=$?
20886 grep -v '^ *+' conftest.er1 >conftest.err
20887 rm -f conftest.er1
20888 cat conftest.err >&5
20889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20890 (exit $ac_status); } && {
20891 test -z "$ac_c_werror_flag" ||
20892 test ! -s conftest.err
20893 } && test -s conftest.$ac_objext; then
20894 ac_cv_member_struct_mtget_mt_gstat=yes
20895 else
20896 echo "$as_me: failed program was:" >&5
20897 sed 's/^/| /' conftest.$ac_ext >&5
20899 ac_cv_member_struct_mtget_mt_gstat=no
20902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20908 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20909 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20911 cat >>confdefs.h <<_ACEOF
20912 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20913 _ACEOF
20917 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20918 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20919 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20920 echo $ECHO_N "(cached) $ECHO_C" >&6
20921 else
20922 cat >conftest.$ac_ext <<_ACEOF
20923 /* confdefs.h. */
20924 _ACEOF
20925 cat confdefs.h >>conftest.$ac_ext
20926 cat >>conftest.$ac_ext <<_ACEOF
20927 /* end confdefs.h. */
20928 #include <sys/types.h>
20929 #ifdef HAVE_SYS_MTIO_H
20930 #include <sys/mtio.h>
20931 #endif
20934 main ()
20936 static struct mtget ac_aggr;
20937 if (ac_aggr.mt_blkno)
20938 return 0;
20940 return 0;
20942 _ACEOF
20943 rm -f conftest.$ac_objext
20944 if { (ac_try="$ac_compile"
20945 case "(($ac_try" in
20946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20947 *) ac_try_echo=$ac_try;;
20948 esac
20949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20950 (eval "$ac_compile") 2>conftest.er1
20951 ac_status=$?
20952 grep -v '^ *+' conftest.er1 >conftest.err
20953 rm -f conftest.er1
20954 cat conftest.err >&5
20955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956 (exit $ac_status); } && {
20957 test -z "$ac_c_werror_flag" ||
20958 test ! -s conftest.err
20959 } && test -s conftest.$ac_objext; then
20960 ac_cv_member_struct_mtget_mt_blkno=yes
20961 else
20962 echo "$as_me: failed program was:" >&5
20963 sed 's/^/| /' conftest.$ac_ext >&5
20965 cat >conftest.$ac_ext <<_ACEOF
20966 /* confdefs.h. */
20967 _ACEOF
20968 cat confdefs.h >>conftest.$ac_ext
20969 cat >>conftest.$ac_ext <<_ACEOF
20970 /* end confdefs.h. */
20971 #include <sys/types.h>
20972 #ifdef HAVE_SYS_MTIO_H
20973 #include <sys/mtio.h>
20974 #endif
20977 main ()
20979 static struct mtget ac_aggr;
20980 if (sizeof ac_aggr.mt_blkno)
20981 return 0;
20983 return 0;
20985 _ACEOF
20986 rm -f conftest.$ac_objext
20987 if { (ac_try="$ac_compile"
20988 case "(($ac_try" in
20989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20990 *) ac_try_echo=$ac_try;;
20991 esac
20992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20993 (eval "$ac_compile") 2>conftest.er1
20994 ac_status=$?
20995 grep -v '^ *+' conftest.er1 >conftest.err
20996 rm -f conftest.er1
20997 cat conftest.err >&5
20998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20999 (exit $ac_status); } && {
21000 test -z "$ac_c_werror_flag" ||
21001 test ! -s conftest.err
21002 } && test -s conftest.$ac_objext; then
21003 ac_cv_member_struct_mtget_mt_blkno=yes
21004 else
21005 echo "$as_me: failed program was:" >&5
21006 sed 's/^/| /' conftest.$ac_ext >&5
21008 ac_cv_member_struct_mtget_mt_blkno=no
21011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21016 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21017 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21018 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21020 cat >>confdefs.h <<_ACEOF
21021 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21022 _ACEOF
21028 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21029 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21030 if test "${ac_cv_member_struct_option_name+set}" = set; then
21031 echo $ECHO_N "(cached) $ECHO_C" >&6
21032 else
21033 cat >conftest.$ac_ext <<_ACEOF
21034 /* confdefs.h. */
21035 _ACEOF
21036 cat confdefs.h >>conftest.$ac_ext
21037 cat >>conftest.$ac_ext <<_ACEOF
21038 /* end confdefs.h. */
21039 #ifdef HAVE_GETOPT_H
21040 #include <getopt.h>
21041 #endif
21044 main ()
21046 static struct option ac_aggr;
21047 if (ac_aggr.name)
21048 return 0;
21050 return 0;
21052 _ACEOF
21053 rm -f conftest.$ac_objext
21054 if { (ac_try="$ac_compile"
21055 case "(($ac_try" in
21056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21057 *) ac_try_echo=$ac_try;;
21058 esac
21059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21060 (eval "$ac_compile") 2>conftest.er1
21061 ac_status=$?
21062 grep -v '^ *+' conftest.er1 >conftest.err
21063 rm -f conftest.er1
21064 cat conftest.err >&5
21065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); } && {
21067 test -z "$ac_c_werror_flag" ||
21068 test ! -s conftest.err
21069 } && test -s conftest.$ac_objext; then
21070 ac_cv_member_struct_option_name=yes
21071 else
21072 echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21075 cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h. */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h. */
21081 #ifdef HAVE_GETOPT_H
21082 #include <getopt.h>
21083 #endif
21086 main ()
21088 static struct option ac_aggr;
21089 if (sizeof ac_aggr.name)
21090 return 0;
21092 return 0;
21094 _ACEOF
21095 rm -f conftest.$ac_objext
21096 if { (ac_try="$ac_compile"
21097 case "(($ac_try" in
21098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21099 *) ac_try_echo=$ac_try;;
21100 esac
21101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21102 (eval "$ac_compile") 2>conftest.er1
21103 ac_status=$?
21104 grep -v '^ *+' conftest.er1 >conftest.err
21105 rm -f conftest.er1
21106 cat conftest.err >&5
21107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21108 (exit $ac_status); } && {
21109 test -z "$ac_c_werror_flag" ||
21110 test ! -s conftest.err
21111 } && test -s conftest.$ac_objext; then
21112 ac_cv_member_struct_option_name=yes
21113 else
21114 echo "$as_me: failed program was:" >&5
21115 sed 's/^/| /' conftest.$ac_ext >&5
21117 ac_cv_member_struct_option_name=no
21120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21125 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21126 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21127 if test $ac_cv_member_struct_option_name = yes; then
21129 cat >>confdefs.h <<_ACEOF
21130 #define HAVE_STRUCT_OPTION_NAME 1
21131 _ACEOF
21137 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21138 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21139 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21140 echo $ECHO_N "(cached) $ECHO_C" >&6
21141 else
21142 cat >conftest.$ac_ext <<_ACEOF
21143 /* confdefs.h. */
21144 _ACEOF
21145 cat confdefs.h >>conftest.$ac_ext
21146 cat >>conftest.$ac_ext <<_ACEOF
21147 /* end confdefs.h. */
21148 $ac_includes_default
21150 main ()
21152 static struct stat ac_aggr;
21153 if (ac_aggr.st_blocks)
21154 return 0;
21156 return 0;
21158 _ACEOF
21159 rm -f conftest.$ac_objext
21160 if { (ac_try="$ac_compile"
21161 case "(($ac_try" in
21162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21163 *) ac_try_echo=$ac_try;;
21164 esac
21165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21166 (eval "$ac_compile") 2>conftest.er1
21167 ac_status=$?
21168 grep -v '^ *+' conftest.er1 >conftest.err
21169 rm -f conftest.er1
21170 cat conftest.err >&5
21171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21172 (exit $ac_status); } && {
21173 test -z "$ac_c_werror_flag" ||
21174 test ! -s conftest.err
21175 } && test -s conftest.$ac_objext; then
21176 ac_cv_member_struct_stat_st_blocks=yes
21177 else
21178 echo "$as_me: failed program was:" >&5
21179 sed 's/^/| /' conftest.$ac_ext >&5
21181 cat >conftest.$ac_ext <<_ACEOF
21182 /* confdefs.h. */
21183 _ACEOF
21184 cat confdefs.h >>conftest.$ac_ext
21185 cat >>conftest.$ac_ext <<_ACEOF
21186 /* end confdefs.h. */
21187 $ac_includes_default
21189 main ()
21191 static struct stat ac_aggr;
21192 if (sizeof ac_aggr.st_blocks)
21193 return 0;
21195 return 0;
21197 _ACEOF
21198 rm -f conftest.$ac_objext
21199 if { (ac_try="$ac_compile"
21200 case "(($ac_try" in
21201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21202 *) ac_try_echo=$ac_try;;
21203 esac
21204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21205 (eval "$ac_compile") 2>conftest.er1
21206 ac_status=$?
21207 grep -v '^ *+' conftest.er1 >conftest.err
21208 rm -f conftest.er1
21209 cat conftest.err >&5
21210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211 (exit $ac_status); } && {
21212 test -z "$ac_c_werror_flag" ||
21213 test ! -s conftest.err
21214 } && test -s conftest.$ac_objext; then
21215 ac_cv_member_struct_stat_st_blocks=yes
21216 else
21217 echo "$as_me: failed program was:" >&5
21218 sed 's/^/| /' conftest.$ac_ext >&5
21220 ac_cv_member_struct_stat_st_blocks=no
21223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21228 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21229 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21230 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21232 cat >>confdefs.h <<_ACEOF
21233 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21234 _ACEOF
21238 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21239 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21240 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21241 echo $ECHO_N "(cached) $ECHO_C" >&6
21242 else
21243 cat >conftest.$ac_ext <<_ACEOF
21244 /* confdefs.h. */
21245 _ACEOF
21246 cat confdefs.h >>conftest.$ac_ext
21247 cat >>conftest.$ac_ext <<_ACEOF
21248 /* end confdefs.h. */
21249 $ac_includes_default
21251 main ()
21253 static struct stat ac_aggr;
21254 if (ac_aggr.st_mtim)
21255 return 0;
21257 return 0;
21259 _ACEOF
21260 rm -f conftest.$ac_objext
21261 if { (ac_try="$ac_compile"
21262 case "(($ac_try" in
21263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21264 *) ac_try_echo=$ac_try;;
21265 esac
21266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21267 (eval "$ac_compile") 2>conftest.er1
21268 ac_status=$?
21269 grep -v '^ *+' conftest.er1 >conftest.err
21270 rm -f conftest.er1
21271 cat conftest.err >&5
21272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21273 (exit $ac_status); } && {
21274 test -z "$ac_c_werror_flag" ||
21275 test ! -s conftest.err
21276 } && test -s conftest.$ac_objext; then
21277 ac_cv_member_struct_stat_st_mtim=yes
21278 else
21279 echo "$as_me: failed program was:" >&5
21280 sed 's/^/| /' conftest.$ac_ext >&5
21282 cat >conftest.$ac_ext <<_ACEOF
21283 /* confdefs.h. */
21284 _ACEOF
21285 cat confdefs.h >>conftest.$ac_ext
21286 cat >>conftest.$ac_ext <<_ACEOF
21287 /* end confdefs.h. */
21288 $ac_includes_default
21290 main ()
21292 static struct stat ac_aggr;
21293 if (sizeof ac_aggr.st_mtim)
21294 return 0;
21296 return 0;
21298 _ACEOF
21299 rm -f conftest.$ac_objext
21300 if { (ac_try="$ac_compile"
21301 case "(($ac_try" in
21302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21303 *) ac_try_echo=$ac_try;;
21304 esac
21305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21306 (eval "$ac_compile") 2>conftest.er1
21307 ac_status=$?
21308 grep -v '^ *+' conftest.er1 >conftest.err
21309 rm -f conftest.er1
21310 cat conftest.err >&5
21311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21312 (exit $ac_status); } && {
21313 test -z "$ac_c_werror_flag" ||
21314 test ! -s conftest.err
21315 } && test -s conftest.$ac_objext; then
21316 ac_cv_member_struct_stat_st_mtim=yes
21317 else
21318 echo "$as_me: failed program was:" >&5
21319 sed 's/^/| /' conftest.$ac_ext >&5
21321 ac_cv_member_struct_stat_st_mtim=no
21324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21329 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21330 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21331 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21333 cat >>confdefs.h <<_ACEOF
21334 #define HAVE_STRUCT_STAT_ST_MTIM 1
21335 _ACEOF
21339 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21340 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21341 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21342 echo $ECHO_N "(cached) $ECHO_C" >&6
21343 else
21344 cat >conftest.$ac_ext <<_ACEOF
21345 /* confdefs.h. */
21346 _ACEOF
21347 cat confdefs.h >>conftest.$ac_ext
21348 cat >>conftest.$ac_ext <<_ACEOF
21349 /* end confdefs.h. */
21350 $ac_includes_default
21352 main ()
21354 static struct stat ac_aggr;
21355 if (ac_aggr.st_ctim)
21356 return 0;
21358 return 0;
21360 _ACEOF
21361 rm -f conftest.$ac_objext
21362 if { (ac_try="$ac_compile"
21363 case "(($ac_try" in
21364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21365 *) ac_try_echo=$ac_try;;
21366 esac
21367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21368 (eval "$ac_compile") 2>conftest.er1
21369 ac_status=$?
21370 grep -v '^ *+' conftest.er1 >conftest.err
21371 rm -f conftest.er1
21372 cat conftest.err >&5
21373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21374 (exit $ac_status); } && {
21375 test -z "$ac_c_werror_flag" ||
21376 test ! -s conftest.err
21377 } && test -s conftest.$ac_objext; then
21378 ac_cv_member_struct_stat_st_ctim=yes
21379 else
21380 echo "$as_me: failed program was:" >&5
21381 sed 's/^/| /' conftest.$ac_ext >&5
21383 cat >conftest.$ac_ext <<_ACEOF
21384 /* confdefs.h. */
21385 _ACEOF
21386 cat confdefs.h >>conftest.$ac_ext
21387 cat >>conftest.$ac_ext <<_ACEOF
21388 /* end confdefs.h. */
21389 $ac_includes_default
21391 main ()
21393 static struct stat ac_aggr;
21394 if (sizeof ac_aggr.st_ctim)
21395 return 0;
21397 return 0;
21399 _ACEOF
21400 rm -f conftest.$ac_objext
21401 if { (ac_try="$ac_compile"
21402 case "(($ac_try" in
21403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21404 *) ac_try_echo=$ac_try;;
21405 esac
21406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21407 (eval "$ac_compile") 2>conftest.er1
21408 ac_status=$?
21409 grep -v '^ *+' conftest.er1 >conftest.err
21410 rm -f conftest.er1
21411 cat conftest.err >&5
21412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413 (exit $ac_status); } && {
21414 test -z "$ac_c_werror_flag" ||
21415 test ! -s conftest.err
21416 } && test -s conftest.$ac_objext; then
21417 ac_cv_member_struct_stat_st_ctim=yes
21418 else
21419 echo "$as_me: failed program was:" >&5
21420 sed 's/^/| /' conftest.$ac_ext >&5
21422 ac_cv_member_struct_stat_st_ctim=no
21425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21431 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21432 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21434 cat >>confdefs.h <<_ACEOF
21435 #define HAVE_STRUCT_STAT_ST_CTIM 1
21436 _ACEOF
21440 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21441 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21442 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21443 echo $ECHO_N "(cached) $ECHO_C" >&6
21444 else
21445 cat >conftest.$ac_ext <<_ACEOF
21446 /* confdefs.h. */
21447 _ACEOF
21448 cat confdefs.h >>conftest.$ac_ext
21449 cat >>conftest.$ac_ext <<_ACEOF
21450 /* end confdefs.h. */
21451 $ac_includes_default
21453 main ()
21455 static struct stat ac_aggr;
21456 if (ac_aggr.st_atim)
21457 return 0;
21459 return 0;
21461 _ACEOF
21462 rm -f conftest.$ac_objext
21463 if { (ac_try="$ac_compile"
21464 case "(($ac_try" in
21465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21466 *) ac_try_echo=$ac_try;;
21467 esac
21468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21469 (eval "$ac_compile") 2>conftest.er1
21470 ac_status=$?
21471 grep -v '^ *+' conftest.er1 >conftest.err
21472 rm -f conftest.er1
21473 cat conftest.err >&5
21474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21475 (exit $ac_status); } && {
21476 test -z "$ac_c_werror_flag" ||
21477 test ! -s conftest.err
21478 } && test -s conftest.$ac_objext; then
21479 ac_cv_member_struct_stat_st_atim=yes
21480 else
21481 echo "$as_me: failed program was:" >&5
21482 sed 's/^/| /' conftest.$ac_ext >&5
21484 cat >conftest.$ac_ext <<_ACEOF
21485 /* confdefs.h. */
21486 _ACEOF
21487 cat confdefs.h >>conftest.$ac_ext
21488 cat >>conftest.$ac_ext <<_ACEOF
21489 /* end confdefs.h. */
21490 $ac_includes_default
21492 main ()
21494 static struct stat ac_aggr;
21495 if (sizeof ac_aggr.st_atim)
21496 return 0;
21498 return 0;
21500 _ACEOF
21501 rm -f conftest.$ac_objext
21502 if { (ac_try="$ac_compile"
21503 case "(($ac_try" in
21504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21505 *) ac_try_echo=$ac_try;;
21506 esac
21507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21508 (eval "$ac_compile") 2>conftest.er1
21509 ac_status=$?
21510 grep -v '^ *+' conftest.er1 >conftest.err
21511 rm -f conftest.er1
21512 cat conftest.err >&5
21513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); } && {
21515 test -z "$ac_c_werror_flag" ||
21516 test ! -s conftest.err
21517 } && test -s conftest.$ac_objext; then
21518 ac_cv_member_struct_stat_st_atim=yes
21519 else
21520 echo "$as_me: failed program was:" >&5
21521 sed 's/^/| /' conftest.$ac_ext >&5
21523 ac_cv_member_struct_stat_st_atim=no
21526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21531 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21532 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21533 if test $ac_cv_member_struct_stat_st_atim = yes; then
21535 cat >>confdefs.h <<_ACEOF
21536 #define HAVE_STRUCT_STAT_ST_ATIM 1
21537 _ACEOF
21543 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21544 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21545 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21546 echo $ECHO_N "(cached) $ECHO_C" >&6
21547 else
21548 cat >conftest.$ac_ext <<_ACEOF
21549 /* confdefs.h. */
21550 _ACEOF
21551 cat confdefs.h >>conftest.$ac_ext
21552 cat >>conftest.$ac_ext <<_ACEOF
21553 /* end confdefs.h. */
21554 #ifdef HAVE_SYS_TYPES_H
21555 #include <sys/types.h>
21556 #endif
21557 #ifdef HAVE_NETINET_IN_H
21558 #include <netinet/in.h>
21559 #endif
21562 main ()
21564 static struct sockaddr_in6 ac_aggr;
21565 if (ac_aggr.sin6_scope_id)
21566 return 0;
21568 return 0;
21570 _ACEOF
21571 rm -f conftest.$ac_objext
21572 if { (ac_try="$ac_compile"
21573 case "(($ac_try" in
21574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21575 *) ac_try_echo=$ac_try;;
21576 esac
21577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21578 (eval "$ac_compile") 2>conftest.er1
21579 ac_status=$?
21580 grep -v '^ *+' conftest.er1 >conftest.err
21581 rm -f conftest.er1
21582 cat conftest.err >&5
21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); } && {
21585 test -z "$ac_c_werror_flag" ||
21586 test ! -s conftest.err
21587 } && test -s conftest.$ac_objext; then
21588 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21589 else
21590 echo "$as_me: failed program was:" >&5
21591 sed 's/^/| /' conftest.$ac_ext >&5
21593 cat >conftest.$ac_ext <<_ACEOF
21594 /* confdefs.h. */
21595 _ACEOF
21596 cat confdefs.h >>conftest.$ac_ext
21597 cat >>conftest.$ac_ext <<_ACEOF
21598 /* end confdefs.h. */
21599 #ifdef HAVE_SYS_TYPES_H
21600 #include <sys/types.h>
21601 #endif
21602 #ifdef HAVE_NETINET_IN_H
21603 #include <netinet/in.h>
21604 #endif
21607 main ()
21609 static struct sockaddr_in6 ac_aggr;
21610 if (sizeof ac_aggr.sin6_scope_id)
21611 return 0;
21613 return 0;
21615 _ACEOF
21616 rm -f conftest.$ac_objext
21617 if { (ac_try="$ac_compile"
21618 case "(($ac_try" in
21619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21620 *) ac_try_echo=$ac_try;;
21621 esac
21622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21623 (eval "$ac_compile") 2>conftest.er1
21624 ac_status=$?
21625 grep -v '^ *+' conftest.er1 >conftest.err
21626 rm -f conftest.er1
21627 cat conftest.err >&5
21628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21629 (exit $ac_status); } && {
21630 test -z "$ac_c_werror_flag" ||
21631 test ! -s conftest.err
21632 } && test -s conftest.$ac_objext; then
21633 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21634 else
21635 echo "$as_me: failed program was:" >&5
21636 sed 's/^/| /' conftest.$ac_ext >&5
21638 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21647 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21648 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21650 cat >>confdefs.h <<_ACEOF
21651 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21652 _ACEOF
21658 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21659 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21660 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21661 echo $ECHO_N "(cached) $ECHO_C" >&6
21662 else
21663 cat >conftest.$ac_ext <<_ACEOF
21664 /* confdefs.h. */
21665 _ACEOF
21666 cat confdefs.h >>conftest.$ac_ext
21667 cat >>conftest.$ac_ext <<_ACEOF
21668 /* end confdefs.h. */
21669 #ifdef HAVE_SYS_TYPES_H
21670 #include <sys/types.h>
21671 #endif
21672 #ifdef HAVE_NETINET_IN_H
21673 # include <netinet/in.h>
21674 #endif
21675 #ifdef HAVE_ARPA_NAMESER_H
21676 # include <arpa/nameser.h>
21677 #endif
21680 main ()
21682 static ns_msg ac_aggr;
21683 if (ac_aggr._msg_ptr)
21684 return 0;
21686 return 0;
21688 _ACEOF
21689 rm -f conftest.$ac_objext
21690 if { (ac_try="$ac_compile"
21691 case "(($ac_try" in
21692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21693 *) ac_try_echo=$ac_try;;
21694 esac
21695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21696 (eval "$ac_compile") 2>conftest.er1
21697 ac_status=$?
21698 grep -v '^ *+' conftest.er1 >conftest.err
21699 rm -f conftest.er1
21700 cat conftest.err >&5
21701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21702 (exit $ac_status); } && {
21703 test -z "$ac_c_werror_flag" ||
21704 test ! -s conftest.err
21705 } && test -s conftest.$ac_objext; then
21706 ac_cv_member_ns_msg__msg_ptr=yes
21707 else
21708 echo "$as_me: failed program was:" >&5
21709 sed 's/^/| /' conftest.$ac_ext >&5
21711 cat >conftest.$ac_ext <<_ACEOF
21712 /* confdefs.h. */
21713 _ACEOF
21714 cat confdefs.h >>conftest.$ac_ext
21715 cat >>conftest.$ac_ext <<_ACEOF
21716 /* end confdefs.h. */
21717 #ifdef HAVE_SYS_TYPES_H
21718 #include <sys/types.h>
21719 #endif
21720 #ifdef HAVE_NETINET_IN_H
21721 # include <netinet/in.h>
21722 #endif
21723 #ifdef HAVE_ARPA_NAMESER_H
21724 # include <arpa/nameser.h>
21725 #endif
21728 main ()
21730 static ns_msg ac_aggr;
21731 if (sizeof ac_aggr._msg_ptr)
21732 return 0;
21734 return 0;
21736 _ACEOF
21737 rm -f conftest.$ac_objext
21738 if { (ac_try="$ac_compile"
21739 case "(($ac_try" in
21740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21741 *) ac_try_echo=$ac_try;;
21742 esac
21743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21744 (eval "$ac_compile") 2>conftest.er1
21745 ac_status=$?
21746 grep -v '^ *+' conftest.er1 >conftest.err
21747 rm -f conftest.er1
21748 cat conftest.err >&5
21749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21750 (exit $ac_status); } && {
21751 test -z "$ac_c_werror_flag" ||
21752 test ! -s conftest.err
21753 } && test -s conftest.$ac_objext; then
21754 ac_cv_member_ns_msg__msg_ptr=yes
21755 else
21756 echo "$as_me: failed program was:" >&5
21757 sed 's/^/| /' conftest.$ac_ext >&5
21759 ac_cv_member_ns_msg__msg_ptr=no
21762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21767 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21768 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21769 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21771 cat >>confdefs.h <<_ACEOF
21772 #define HAVE_NS_MSG__MSG_PTR 1
21773 _ACEOF
21779 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21780 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21781 if test "${ac_cv_have_timezone+set}" = set; then
21782 echo $ECHO_N "(cached) $ECHO_C" >&6
21783 else
21784 cat >conftest.$ac_ext <<_ACEOF
21785 /* confdefs.h. */
21786 _ACEOF
21787 cat confdefs.h >>conftest.$ac_ext
21788 cat >>conftest.$ac_ext <<_ACEOF
21789 /* end confdefs.h. */
21790 #include <time.h>
21792 main ()
21794 timezone = 1
21796 return 0;
21798 _ACEOF
21799 rm -f conftest.$ac_objext conftest$ac_exeext
21800 if { (ac_try="$ac_link"
21801 case "(($ac_try" in
21802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21803 *) ac_try_echo=$ac_try;;
21804 esac
21805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21806 (eval "$ac_link") 2>conftest.er1
21807 ac_status=$?
21808 grep -v '^ *+' conftest.er1 >conftest.err
21809 rm -f conftest.er1
21810 cat conftest.err >&5
21811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21812 (exit $ac_status); } && {
21813 test -z "$ac_c_werror_flag" ||
21814 test ! -s conftest.err
21815 } && test -s conftest$ac_exeext &&
21816 $as_test_x conftest$ac_exeext; then
21817 ac_cv_have_timezone="yes"
21818 else
21819 echo "$as_me: failed program was:" >&5
21820 sed 's/^/| /' conftest.$ac_ext >&5
21822 ac_cv_have_timezone="no"
21825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21826 conftest$ac_exeext conftest.$ac_ext
21828 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21829 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21830 if test "$ac_cv_have_timezone" = "yes"
21831 then
21833 cat >>confdefs.h <<\_ACEOF
21834 #define HAVE_TIMEZONE 1
21835 _ACEOF
21838 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21839 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21840 if test "${ac_cv_have_daylight+set}" = set; then
21841 echo $ECHO_N "(cached) $ECHO_C" >&6
21842 else
21843 cat >conftest.$ac_ext <<_ACEOF
21844 /* confdefs.h. */
21845 _ACEOF
21846 cat confdefs.h >>conftest.$ac_ext
21847 cat >>conftest.$ac_ext <<_ACEOF
21848 /* end confdefs.h. */
21849 #include <time.h>
21851 main ()
21853 daylight = 1
21855 return 0;
21857 _ACEOF
21858 rm -f conftest.$ac_objext conftest$ac_exeext
21859 if { (ac_try="$ac_link"
21860 case "(($ac_try" in
21861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21862 *) ac_try_echo=$ac_try;;
21863 esac
21864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21865 (eval "$ac_link") 2>conftest.er1
21866 ac_status=$?
21867 grep -v '^ *+' conftest.er1 >conftest.err
21868 rm -f conftest.er1
21869 cat conftest.err >&5
21870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21871 (exit $ac_status); } && {
21872 test -z "$ac_c_werror_flag" ||
21873 test ! -s conftest.err
21874 } && test -s conftest$ac_exeext &&
21875 $as_test_x conftest$ac_exeext; then
21876 ac_cv_have_daylight="yes"
21877 else
21878 echo "$as_me: failed program was:" >&5
21879 sed 's/^/| /' conftest.$ac_ext >&5
21881 ac_cv_have_daylight="no"
21884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21885 conftest$ac_exeext conftest.$ac_ext
21887 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21888 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21889 if test "$ac_cv_have_daylight" = "yes"
21890 then
21892 cat >>confdefs.h <<\_ACEOF
21893 #define HAVE_DAYLIGHT 1
21894 _ACEOF
21898 { echo "$as_me:$LINENO: checking for isinf" >&5
21899 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21900 if test "${ac_cv_have_isinf+set}" = set; then
21901 echo $ECHO_N "(cached) $ECHO_C" >&6
21902 else
21903 cat >conftest.$ac_ext <<_ACEOF
21904 /* confdefs.h. */
21905 _ACEOF
21906 cat confdefs.h >>conftest.$ac_ext
21907 cat >>conftest.$ac_ext <<_ACEOF
21908 /* end confdefs.h. */
21909 #include <math.h>
21911 main ()
21913 float f = 0.0; int i=isinf(f)
21915 return 0;
21917 _ACEOF
21918 rm -f conftest.$ac_objext conftest$ac_exeext
21919 if { (ac_try="$ac_link"
21920 case "(($ac_try" in
21921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21922 *) ac_try_echo=$ac_try;;
21923 esac
21924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21925 (eval "$ac_link") 2>conftest.er1
21926 ac_status=$?
21927 grep -v '^ *+' conftest.er1 >conftest.err
21928 rm -f conftest.er1
21929 cat conftest.err >&5
21930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21931 (exit $ac_status); } && {
21932 test -z "$ac_c_werror_flag" ||
21933 test ! -s conftest.err
21934 } && test -s conftest$ac_exeext &&
21935 $as_test_x conftest$ac_exeext; then
21936 ac_cv_have_isinf="yes"
21937 else
21938 echo "$as_me: failed program was:" >&5
21939 sed 's/^/| /' conftest.$ac_ext >&5
21941 ac_cv_have_isinf="no"
21944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21945 conftest$ac_exeext conftest.$ac_ext
21947 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21948 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21949 if test "$ac_cv_have_isinf" = "yes"
21950 then
21952 cat >>confdefs.h <<\_ACEOF
21953 #define HAVE_ISINF 1
21954 _ACEOF
21959 case $host_cpu in
21960 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21961 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21962 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21963 echo $ECHO_N "(cached) $ECHO_C" >&6
21964 else
21965 cat >conftest.$ac_ext <<_ACEOF
21966 /* confdefs.h. */
21967 _ACEOF
21968 cat confdefs.h >>conftest.$ac_ext
21969 cat >>conftest.$ac_ext <<_ACEOF
21970 /* end confdefs.h. */
21971 #ifndef __i386__
21973 #endif
21974 _ACEOF
21975 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21976 $EGREP "yes" >/dev/null 2>&1; then
21977 ac_cv_cpp_def___i386__=yes
21978 else
21979 ac_cv_cpp_def___i386__=no
21981 rm -f conftest*
21984 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21985 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21986 if test $ac_cv_cpp_def___i386__ = yes; then
21987 CFLAGS="$CFLAGS -D__i386__"
21988 LINTFLAGS="$LINTFLAGS -D__i386__"
21991 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21992 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21993 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21994 echo $ECHO_N "(cached) $ECHO_C" >&6
21995 else
21996 cat >conftest.$ac_ext <<_ACEOF
21997 /* confdefs.h. */
21998 _ACEOF
21999 cat confdefs.h >>conftest.$ac_ext
22000 cat >>conftest.$ac_ext <<_ACEOF
22001 /* end confdefs.h. */
22002 #ifndef __x86_64__
22004 #endif
22005 _ACEOF
22006 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22007 $EGREP "yes" >/dev/null 2>&1; then
22008 ac_cv_cpp_def___x86_64__=yes
22009 else
22010 ac_cv_cpp_def___x86_64__=no
22012 rm -f conftest*
22015 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22016 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22017 if test $ac_cv_cpp_def___x86_64__ = yes; then
22018 CFLAGS="$CFLAGS -D__x86_64__"
22019 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22022 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22023 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22024 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22025 echo $ECHO_N "(cached) $ECHO_C" >&6
22026 else
22027 cat >conftest.$ac_ext <<_ACEOF
22028 /* confdefs.h. */
22029 _ACEOF
22030 cat confdefs.h >>conftest.$ac_ext
22031 cat >>conftest.$ac_ext <<_ACEOF
22032 /* end confdefs.h. */
22033 #ifndef __ALPHA__
22035 #endif
22036 _ACEOF
22037 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22038 $EGREP "yes" >/dev/null 2>&1; then
22039 ac_cv_cpp_def___ALPHA__=yes
22040 else
22041 ac_cv_cpp_def___ALPHA__=no
22043 rm -f conftest*
22046 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22047 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22048 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22049 CFLAGS="$CFLAGS -D__ALPHA__"
22050 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22053 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22054 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22055 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22056 echo $ECHO_N "(cached) $ECHO_C" >&6
22057 else
22058 cat >conftest.$ac_ext <<_ACEOF
22059 /* confdefs.h. */
22060 _ACEOF
22061 cat confdefs.h >>conftest.$ac_ext
22062 cat >>conftest.$ac_ext <<_ACEOF
22063 /* end confdefs.h. */
22064 #ifndef __sparc__
22066 #endif
22067 _ACEOF
22068 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22069 $EGREP "yes" >/dev/null 2>&1; then
22070 ac_cv_cpp_def___sparc__=yes
22071 else
22072 ac_cv_cpp_def___sparc__=no
22074 rm -f conftest*
22077 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22078 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22079 if test $ac_cv_cpp_def___sparc__ = yes; then
22080 CFLAGS="$CFLAGS -D__sparc__"
22081 LINTFLAGS="$LINTFLAGS -D__sparc__"
22084 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22085 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22086 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22087 echo $ECHO_N "(cached) $ECHO_C" >&6
22088 else
22089 cat >conftest.$ac_ext <<_ACEOF
22090 /* confdefs.h. */
22091 _ACEOF
22092 cat confdefs.h >>conftest.$ac_ext
22093 cat >>conftest.$ac_ext <<_ACEOF
22094 /* end confdefs.h. */
22095 #ifndef __powerpc__
22097 #endif
22098 _ACEOF
22099 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22100 $EGREP "yes" >/dev/null 2>&1; then
22101 ac_cv_cpp_def___powerpc__=yes
22102 else
22103 ac_cv_cpp_def___powerpc__=no
22105 rm -f conftest*
22108 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22109 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22110 if test $ac_cv_cpp_def___powerpc__ = yes; then
22111 CFLAGS="$CFLAGS -D__powerpc__"
22112 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22115 esac
22117 case $host_vendor in
22118 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22119 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22120 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22121 echo $ECHO_N "(cached) $ECHO_C" >&6
22122 else
22123 cat >conftest.$ac_ext <<_ACEOF
22124 /* confdefs.h. */
22125 _ACEOF
22126 cat confdefs.h >>conftest.$ac_ext
22127 cat >>conftest.$ac_ext <<_ACEOF
22128 /* end confdefs.h. */
22129 #ifndef __sun__
22131 #endif
22132 _ACEOF
22133 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22134 $EGREP "yes" >/dev/null 2>&1; then
22135 ac_cv_cpp_def___sun__=yes
22136 else
22137 ac_cv_cpp_def___sun__=no
22139 rm -f conftest*
22142 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22143 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22144 if test $ac_cv_cpp_def___sun__ = yes; then
22145 CFLAGS="$CFLAGS -D__sun__"
22146 LINTFLAGS="$LINTFLAGS -D__sun__"
22149 esac
22152 DEPENDENCIES="### Dependencies:
22154 .INIT: Makefile
22155 .BEGIN: Makefile
22156 Makefile: dummy
22157 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22159 \$(OBJS): \$(IDL_GEN_HEADERS)
22160 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22161 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22162 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22163 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22166 ALL_MAKERULES=""
22168 ALL_MAKEFILES=""
22170 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22173 ALL_DLL_DIRS=""
22175 ALL_IMPLIB_DIRS=""
22177 ALL_TEST_DIRS=""
22183 ac_config_commands="$ac_config_commands include/stamp-h"
22186 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22188 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22190 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22192 ac_config_commands="$ac_config_commands dlls/user32/resources"
22194 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22196 ac_config_commands="$ac_config_commands include/wine"
22199 ALL_MAKERULES="$ALL_MAKERULES \\
22200 Make.rules"
22201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22202 Make.rules: Make.rules.in"
22203 MAKE_RULES=Make.rules
22204 ac_config_files="$ac_config_files Make.rules"
22206 ALL_MAKERULES="$ALL_MAKERULES \\
22207 dlls/Makedll.rules"
22208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22209 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22210 MAKE_DLL_RULES=dlls/Makedll.rules
22211 ac_config_files="$ac_config_files dlls/Makedll.rules"
22213 ALL_MAKERULES="$ALL_MAKERULES \\
22214 dlls/Makeimplib.rules"
22215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22216 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22217 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22218 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22220 ALL_MAKERULES="$ALL_MAKERULES \\
22221 dlls/Maketest.rules"
22222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22223 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22224 MAKE_TEST_RULES=dlls/Maketest.rules
22225 ac_config_files="$ac_config_files dlls/Maketest.rules"
22227 ALL_MAKERULES="$ALL_MAKERULES \\
22228 programs/Makeprog.rules"
22229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22230 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22231 MAKE_PROG_RULES=programs/Makeprog.rules
22232 ac_config_files="$ac_config_files programs/Makeprog.rules"
22237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22238 Makefile: Makefile.in Make.rules"
22239 ac_config_files="$ac_config_files Makefile"
22241 ALL_MAKEFILES="$ALL_MAKEFILES \\
22242 dlls/Makefile"
22244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22245 dlls/Makefile: dlls/Makefile.in Make.rules"
22246 ac_config_files="$ac_config_files dlls/Makefile"
22248 ALL_MAKEFILES="$ALL_MAKEFILES \\
22249 dlls/acledit/Makefile"
22250 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22251 acledit"
22252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22253 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22254 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22256 ALL_MAKEFILES="$ALL_MAKEFILES \\
22257 dlls/activeds/Makefile"
22258 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22259 activeds"
22260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22261 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22262 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22264 ALL_MAKEFILES="$ALL_MAKEFILES \\
22265 dlls/actxprxy/Makefile"
22266 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22267 actxprxy"
22268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22269 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22270 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22272 ALL_MAKEFILES="$ALL_MAKEFILES \\
22273 dlls/adsiid/Makefile"
22274 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22275 adsiid"
22276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22277 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22278 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22280 ALL_MAKEFILES="$ALL_MAKEFILES \\
22281 dlls/advapi32/Makefile"
22282 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22283 advapi32"
22284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22285 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22286 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22288 ALL_MAKEFILES="$ALL_MAKEFILES \\
22289 dlls/advapi32/tests/Makefile"
22290 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22291 advapi32/tests"
22292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22293 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22294 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22296 ALL_MAKEFILES="$ALL_MAKEFILES \\
22297 dlls/advpack/Makefile"
22298 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22299 advpack"
22300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22301 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22302 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22304 ALL_MAKEFILES="$ALL_MAKEFILES \\
22305 dlls/advpack/tests/Makefile"
22306 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22307 advpack/tests"
22308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22309 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22310 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22312 ALL_MAKEFILES="$ALL_MAKEFILES \\
22313 dlls/amstream/Makefile"
22314 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22315 amstream"
22316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22317 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22318 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22320 ALL_MAKEFILES="$ALL_MAKEFILES \\
22321 dlls/appwiz.cpl/Makefile"
22322 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22323 appwiz.cpl"
22324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22325 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22326 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22328 ALL_MAKEFILES="$ALL_MAKEFILES \\
22329 dlls/atl/Makefile"
22330 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22331 atl"
22332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22333 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22334 ac_config_files="$ac_config_files dlls/atl/Makefile"
22336 ALL_MAKEFILES="$ALL_MAKEFILES \\
22337 dlls/avicap32/Makefile"
22338 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22339 avicap32"
22340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22341 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22342 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22344 ALL_MAKEFILES="$ALL_MAKEFILES \\
22345 dlls/avifil32/Makefile"
22346 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22347 avifil32"
22348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22349 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22350 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22352 ALL_MAKEFILES="$ALL_MAKEFILES \\
22353 dlls/browseui/Makefile"
22354 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22355 browseui"
22356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22357 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22358 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22360 ALL_MAKEFILES="$ALL_MAKEFILES \\
22361 dlls/browseui/tests/Makefile"
22362 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22363 browseui/tests"
22364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22365 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22366 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22368 ALL_MAKEFILES="$ALL_MAKEFILES \\
22369 dlls/cabinet/Makefile"
22370 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22371 cabinet"
22372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22373 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22374 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22376 ALL_MAKEFILES="$ALL_MAKEFILES \\
22377 dlls/cabinet/tests/Makefile"
22378 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22379 cabinet/tests"
22380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22381 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22382 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22384 ALL_MAKEFILES="$ALL_MAKEFILES \\
22385 dlls/capi2032/Makefile"
22386 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22387 capi2032"
22388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22389 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22390 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22392 ALL_MAKEFILES="$ALL_MAKEFILES \\
22393 dlls/cards/Makefile"
22394 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22395 cards"
22396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22397 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22398 ac_config_files="$ac_config_files dlls/cards/Makefile"
22400 ALL_MAKEFILES="$ALL_MAKEFILES \\
22401 dlls/cfgmgr32/Makefile"
22402 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22403 cfgmgr32"
22404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22405 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22406 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22408 ALL_MAKEFILES="$ALL_MAKEFILES \\
22409 dlls/clusapi/Makefile"
22410 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22411 clusapi"
22412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22413 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22414 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22416 ALL_MAKEFILES="$ALL_MAKEFILES \\
22417 dlls/comcat/Makefile"
22418 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22419 comcat"
22420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22421 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22422 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22424 ALL_MAKEFILES="$ALL_MAKEFILES \\
22425 dlls/comcat/tests/Makefile"
22426 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22427 comcat/tests"
22428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22429 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22430 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22432 ALL_MAKEFILES="$ALL_MAKEFILES \\
22433 dlls/comctl32/Makefile"
22434 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22435 comctl32"
22436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22437 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22438 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22440 ALL_MAKEFILES="$ALL_MAKEFILES \\
22441 dlls/comctl32/tests/Makefile"
22442 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22443 comctl32/tests"
22444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22445 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22446 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22448 ALL_MAKEFILES="$ALL_MAKEFILES \\
22449 dlls/comdlg32/Makefile"
22450 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22451 comdlg32"
22452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22453 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22454 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22456 ALL_MAKEFILES="$ALL_MAKEFILES \\
22457 dlls/comdlg32/tests/Makefile"
22458 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22459 comdlg32/tests"
22460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22461 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22462 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22464 ALL_MAKEFILES="$ALL_MAKEFILES \\
22465 dlls/compstui/Makefile"
22466 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22467 compstui"
22468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22469 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22470 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22472 ALL_MAKEFILES="$ALL_MAKEFILES \\
22473 dlls/credui/Makefile"
22474 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22475 credui"
22476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22477 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22478 ac_config_files="$ac_config_files dlls/credui/Makefile"
22480 ALL_MAKEFILES="$ALL_MAKEFILES \\
22481 dlls/credui/tests/Makefile"
22482 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22483 credui/tests"
22484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22485 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22486 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22488 ALL_MAKEFILES="$ALL_MAKEFILES \\
22489 dlls/crtdll/Makefile"
22490 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22491 crtdll"
22492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22493 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22494 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22496 ALL_MAKEFILES="$ALL_MAKEFILES \\
22497 dlls/crypt32/Makefile"
22498 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22499 crypt32"
22500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22501 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22502 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22504 ALL_MAKEFILES="$ALL_MAKEFILES \\
22505 dlls/crypt32/tests/Makefile"
22506 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22507 crypt32/tests"
22508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22509 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22510 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22512 ALL_MAKEFILES="$ALL_MAKEFILES \\
22513 dlls/cryptdlg/Makefile"
22514 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22515 cryptdlg"
22516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22517 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22518 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22520 ALL_MAKEFILES="$ALL_MAKEFILES \\
22521 dlls/cryptdll/Makefile"
22522 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22523 cryptdll"
22524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22525 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22526 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22528 ALL_MAKEFILES="$ALL_MAKEFILES \\
22529 dlls/cryptnet/Makefile"
22530 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22531 cryptnet"
22532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22533 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22534 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22536 ALL_MAKEFILES="$ALL_MAKEFILES \\
22537 dlls/cryptnet/tests/Makefile"
22538 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22539 cryptnet/tests"
22540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22541 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22542 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22544 ALL_MAKEFILES="$ALL_MAKEFILES \\
22545 dlls/cryptui/Makefile"
22546 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22547 cryptui"
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22550 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22553 dlls/ctapi32/Makefile"
22554 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22555 ctapi32"
22556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22557 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22558 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22560 ALL_MAKEFILES="$ALL_MAKEFILES \\
22561 dlls/ctl3d32/Makefile"
22562 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22563 ctl3d32"
22564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22565 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22566 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22568 ALL_MAKEFILES="$ALL_MAKEFILES \\
22569 dlls/d3d10/Makefile"
22570 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22571 d3d10"
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22574 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577 dlls/d3d8/Makefile"
22578 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22579 d3d8"
22580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22581 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22582 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22584 ALL_MAKEFILES="$ALL_MAKEFILES \\
22585 dlls/d3d8/tests/Makefile"
22586 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22587 d3d8/tests"
22588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22589 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22590 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22592 ALL_MAKEFILES="$ALL_MAKEFILES \\
22593 dlls/d3d9/Makefile"
22594 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22595 d3d9"
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601 dlls/d3d9/tests/Makefile"
22602 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22603 d3d9/tests"
22604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22605 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22606 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22608 ALL_MAKEFILES="$ALL_MAKEFILES \\
22609 dlls/d3dim/Makefile"
22610 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22611 d3dim"
22612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22613 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22614 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22616 ALL_MAKEFILES="$ALL_MAKEFILES \\
22617 dlls/d3drm/Makefile"
22618 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22619 d3drm"
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22622 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625 dlls/d3drm/tests/Makefile"
22626 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22627 d3drm/tests"
22628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22629 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22630 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22632 ALL_MAKEFILES="$ALL_MAKEFILES \\
22633 dlls/d3dx8/Makefile"
22634 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22635 d3dx8"
22636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22637 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22638 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22640 ALL_MAKEFILES="$ALL_MAKEFILES \\
22641 dlls/d3dx8/tests/Makefile"
22642 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22643 d3dx8/tests"
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22646 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649 dlls/d3dx9_24/Makefile"
22650 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22651 d3dx9_24"
22652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22653 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22654 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22656 ALL_MAKEFILES="$ALL_MAKEFILES \\
22657 dlls/d3dx9_25/Makefile"
22658 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22659 d3dx9_25"
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22662 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22664 ALL_MAKEFILES="$ALL_MAKEFILES \\
22665 dlls/d3dx9_26/Makefile"
22666 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22667 d3dx9_26"
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/d3dx9_27/Makefile"
22674 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22675 d3dx9_27"
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22678 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681 dlls/d3dx9_28/Makefile"
22682 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22683 d3dx9_28"
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689 dlls/d3dx9_29/Makefile"
22690 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22691 d3dx9_29"
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22694 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/d3dx9_30/Makefile"
22698 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22699 d3dx9_30"
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705 dlls/d3dx9_31/Makefile"
22706 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22707 d3dx9_31"
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22710 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713 dlls/d3dx9_32/Makefile"
22714 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22715 d3dx9_32"
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/d3dx9_33/Makefile"
22722 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22723 d3dx9_33"
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22726 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729 dlls/d3dx9_34/Makefile"
22730 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22731 d3dx9_34"
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737 dlls/d3dx9_35/Makefile"
22738 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22739 d3dx9_35"
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22742 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/d3dx9_36/Makefile"
22746 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22747 d3dx9_36"
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22750 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753 dlls/d3dx9_36/tests/Makefile"
22754 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22755 d3dx9_36/tests"
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22758 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761 dlls/d3dx9_37/Makefile"
22762 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22763 d3dx9_37"
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/d3dxof/Makefile"
22770 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22771 d3dxof"
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22774 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777 dlls/d3dxof/tests/Makefile"
22778 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22779 d3dxof/tests"
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22782 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785 dlls/dbghelp/Makefile"
22786 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22787 dbghelp"
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/dciman32/Makefile"
22794 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22795 dciman32"
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22798 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801 dlls/ddraw/Makefile"
22802 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22803 ddraw"
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22806 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809 dlls/ddraw/tests/Makefile"
22810 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22811 ddraw/tests"
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22814 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/ddrawex/Makefile"
22818 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22819 ddrawex"
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22822 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825 dlls/devenum/Makefile"
22826 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22827 devenum"
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833 dlls/dinput/Makefile"
22834 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22835 dinput"
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/dinput/tests/Makefile"
22842 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22843 dinput/tests"
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22846 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849 dlls/dinput8/Makefile"
22850 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22851 dinput8"
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22854 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857 dlls/dmband/Makefile"
22858 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22859 dmband"
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/dmcompos/Makefile"
22866 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22867 dmcompos"
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22870 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873 dlls/dmime/Makefile"
22874 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22875 dmime"
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22878 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881 dlls/dmloader/Makefile"
22882 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22883 dmloader"
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22886 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/dmscript/Makefile"
22890 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22891 dmscript"
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22894 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897 dlls/dmstyle/Makefile"
22898 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22899 dmstyle"
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22902 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905 dlls/dmsynth/Makefile"
22906 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22907 dmsynth"
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22910 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/dmusic/Makefile"
22914 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22915 dmusic"
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22918 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921 dlls/dmusic32/Makefile"
22922 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22923 dmusic32"
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22926 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929 dlls/dnsapi/Makefile"
22930 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22931 dnsapi"
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/dnsapi/tests/Makefile"
22938 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22939 dnsapi/tests"
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22942 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945 dlls/dplay/Makefile"
22946 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22947 dplay"
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953 dlls/dplayx/Makefile"
22954 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22955 dplayx"
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22958 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/dplayx/tests/Makefile"
22962 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22963 dplayx/tests"
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22966 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969 dlls/dpnaddr/Makefile"
22970 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22971 dpnaddr"
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22974 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977 dlls/dpnet/Makefile"
22978 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22979 dpnet"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/dpnhpast/Makefile"
22986 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22987 dpnhpast"
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
22990 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993 dlls/dpnlobby/Makefile"
22994 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22995 dpnlobby"
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001 dlls/dpwsockx/Makefile"
23002 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23003 dpwsockx"
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/dsound/Makefile"
23010 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23011 dsound"
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017 dlls/dsound/tests/Makefile"
23018 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23019 dsound/tests"
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23022 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025 dlls/dssenh/Makefile"
23026 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23027 dssenh"
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/dswave/Makefile"
23034 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23035 dswave"
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23038 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041 dlls/dwmapi/Makefile"
23042 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23043 dwmapi"
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23046 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049 dlls/dxdiagn/Makefile"
23050 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23051 dxdiagn"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/dxerr8/Makefile"
23058 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23059 dxerr8"
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23062 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/dxerr9/Makefile"
23066 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23067 dxerr9"
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23070 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/dxguid/Makefile"
23074 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23075 dxguid"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23078 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/faultrep/Makefile"
23082 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23083 faultrep"
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/fusion/Makefile"
23090 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23091 fusion"
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23094 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/fusion/tests/Makefile"
23098 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23099 fusion/tests"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23102 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/gdi32/Makefile"
23106 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23107 gdi32"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23110 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/gdi32/tests/Makefile"
23114 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23115 gdi32/tests"
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23118 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/gdiplus/Makefile"
23122 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23123 gdiplus"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23126 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/gdiplus/tests/Makefile"
23130 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23131 gdiplus/tests"
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23134 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/glu32/Makefile"
23138 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23139 glu32"
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/gphoto2.ds/Makefile"
23146 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23147 gphoto2.ds"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/gpkcsp/Makefile"
23154 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23155 gpkcsp"
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23158 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/hal/Makefile"
23162 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23163 hal"
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/hal/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/hhctrl.ocx/Makefile"
23170 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23171 hhctrl.ocx"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/hid/Makefile"
23178 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23179 hid"
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/hid/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/hlink/Makefile"
23186 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23187 hlink"
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/hlink/tests/Makefile"
23194 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23195 hlink/tests"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23198 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/hnetcfg/Makefile"
23202 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23203 hnetcfg"
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23206 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/iccvid/Makefile"
23210 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23211 iccvid"
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/icmp/Makefile"
23218 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23219 icmp"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23222 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/ifsmgr.vxd/Makefile"
23226 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23227 ifsmgr.vxd"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23230 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/imaadp32.acm/Makefile"
23234 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23235 imaadp32.acm"
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/imagehlp/Makefile"
23242 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23243 imagehlp"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/imm32/Makefile"
23250 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23251 imm32"
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23254 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/imm32/tests/Makefile"
23258 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23259 imm32/tests"
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23262 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/inetcomm/Makefile"
23266 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23267 inetcomm"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23270 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/inetcomm/tests/Makefile"
23274 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23275 inetcomm/tests"
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23278 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/inetmib1/Makefile"
23282 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23283 inetmib1"
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23286 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/inetmib1/tests/Makefile"
23290 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23291 inetmib1/tests"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23294 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/infosoft/Makefile"
23298 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23299 infosoft"
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23302 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/infosoft/tests/Makefile"
23306 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23307 infosoft/tests"
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23310 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/initpki/Makefile"
23314 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23315 initpki"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/inkobj/Makefile"
23322 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23323 inkobj"
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23326 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/inseng/Makefile"
23330 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23331 inseng"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23334 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/iphlpapi/Makefile"
23338 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23339 iphlpapi"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23342 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/iphlpapi/tests/Makefile"
23346 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23347 iphlpapi/tests"
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23350 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/itircl/Makefile"
23354 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23355 itircl"
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23358 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/itss/Makefile"
23362 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23363 itss"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/itss/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/itss/tests/Makefile"
23370 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23371 itss/tests"
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23374 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/jscript/Makefile"
23378 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23379 jscript"
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23382 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/jscript/tests/Makefile"
23386 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23387 jscript/tests"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23390 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/kernel32/Makefile"
23394 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23395 kernel32"
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23398 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/kernel32/tests/Makefile"
23402 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23403 kernel32/tests"
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23406 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/localspl/Makefile"
23410 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23411 localspl"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23414 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/localspl/tests/Makefile"
23418 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23419 localspl/tests"
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23422 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425 dlls/localui/Makefile"
23426 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23427 localui"
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23430 ac_config_files="$ac_config_files dlls/localui/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/localui/tests/Makefile"
23434 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23435 localui/tests"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23438 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/lz32/Makefile"
23442 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23443 lz32"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23446 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/lz32/tests/Makefile"
23450 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23451 lz32/tests"
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23454 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/mapi32/Makefile"
23458 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23459 mapi32"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/mapi32/tests/Makefile"
23466 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23467 mapi32/tests"
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23470 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473 dlls/mciavi32/Makefile"
23474 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23475 mciavi32"
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23478 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/mcicda/Makefile"
23482 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23483 mcicda"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/mciseq/Makefile"
23490 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23491 mciseq"
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/mciwave/Makefile"
23498 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23499 mciwave"
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/midimap/Makefile"
23506 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23507 midimap"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23510 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/mlang/Makefile"
23514 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23515 mlang"
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/mlang/tests/Makefile"
23522 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23523 mlang/tests"
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23526 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/mmdevldr.vxd/Makefile"
23530 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23531 mmdevldr.vxd"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/monodebg.vxd/Makefile"
23538 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23539 monodebg.vxd"
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23542 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/mountmgr.sys/Makefile"
23546 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23547 mountmgr.sys"
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/mpr/Makefile"
23554 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23555 mpr"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23558 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/mprapi/Makefile"
23562 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23563 mprapi"
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/msacm32.drv/Makefile"
23570 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23571 msacm32.drv"
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23574 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/msacm32/Makefile"
23578 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23579 msacm32"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/msacm32/tests/Makefile"
23586 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23587 msacm32/tests"
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23590 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/msadp32.acm/Makefile"
23594 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23595 msadp32.acm"
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/mscat32/Makefile"
23602 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23603 mscat32"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/mscms/Makefile"
23610 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23611 mscms"
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23614 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/mscms/tests/Makefile"
23618 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23619 mscms/tests"
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23622 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/mscoree/Makefile"
23626 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23627 mscoree"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/msdmo/Makefile"
23634 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23635 msdmo"
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23638 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/msftedit/Makefile"
23642 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23643 msftedit"
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/msg711.acm/Makefile"
23650 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23651 msg711.acm"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23654 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/mshtml.tlb/Makefile"
23658 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23659 mshtml.tlb"
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23662 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/mshtml/Makefile"
23666 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23667 mshtml"
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23670 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/mshtml/tests/Makefile"
23674 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23675 mshtml/tests"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23678 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/msi/Makefile"
23682 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23683 msi"
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23686 ac_config_files="$ac_config_files dlls/msi/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/msi/tests/Makefile"
23690 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23691 msi/tests"
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23694 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/msimg32/Makefile"
23698 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23699 msimg32"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23702 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/msimtf/Makefile"
23706 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23707 msimtf"
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/msisip/Makefile"
23714 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23715 msisip"
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23718 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/msisys.ocx/Makefile"
23722 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23723 msisys.ocx"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/msnet32/Makefile"
23730 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23731 msnet32"
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23734 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/msrle32/Makefile"
23738 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23739 msrle32"
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/mssip32/Makefile"
23746 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23747 mssip32"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23750 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/mstask/Makefile"
23754 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23755 mstask"
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23758 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/mstask/tests/Makefile"
23762 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23763 mstask/tests"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23766 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/msvcirt/Makefile"
23770 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23771 msvcirt"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/msvcr71/Makefile"
23778 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23779 msvcr71"
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23782 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/msvcrt/Makefile"
23786 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23787 msvcrt"
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23790 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/msvcrt/tests/Makefile"
23794 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23795 msvcrt/tests"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23798 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/msvcrt20/Makefile"
23802 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23803 msvcrt20"
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/msvcrt40/Makefile"
23810 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23811 msvcrt40"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817 dlls/msvcrtd/Makefile"
23818 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23819 msvcrtd"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/msvcrtd/tests/Makefile"
23826 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23827 msvcrtd/tests"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23830 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/msvfw32/Makefile"
23834 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23835 msvfw32"
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23838 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/msvidc32/Makefile"
23842 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23843 msvidc32"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/mswsock/Makefile"
23850 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23851 mswsock"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23854 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/msxml3/Makefile"
23858 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859 msxml3"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865 dlls/msxml3/tests/Makefile"
23866 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23867 msxml3/tests"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23870 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/nddeapi/Makefile"
23874 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23875 nddeapi"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/netapi32/Makefile"
23882 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23883 netapi32"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23886 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/netapi32/tests/Makefile"
23890 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23891 netapi32/tests"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23894 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/newdev/Makefile"
23898 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23899 newdev"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23902 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/ntdll/Makefile"
23906 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23907 ntdll"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/ntdll/tests/Makefile"
23914 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23915 ntdll/tests"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23918 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/ntdsapi/Makefile"
23922 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923 ntdsapi"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/ntdsapi/tests/Makefile"
23930 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23931 ntdsapi/tests"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23934 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/ntoskrnl.exe/Makefile"
23938 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23939 ntoskrnl.exe"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/ntprint/Makefile"
23946 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23947 ntprint"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/ntprint/tests/Makefile"
23954 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23955 ntprint/tests"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23958 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/objsel/Makefile"
23962 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23963 objsel"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/odbc32/Makefile"
23970 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23971 odbc32"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/odbccp32/Makefile"
23978 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23979 odbccp32"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/odbccp32/tests/Makefile"
23986 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23987 odbccp32/tests"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
23990 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/ole32/Makefile"
23994 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23995 ole32"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/ole32/tests/Makefile"
24002 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24003 ole32/tests"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24006 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/oleacc/Makefile"
24010 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24011 oleacc"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/oleaut32/Makefile"
24018 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24019 oleaut32"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/oleaut32/tests/Makefile"
24026 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24027 oleaut32/tests"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24030 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/olecli32/Makefile"
24034 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035 olecli32"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/oledlg/Makefile"
24042 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24043 oledlg"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/olepro32/Makefile"
24050 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051 olepro32"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/olesvr32/Makefile"
24058 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24059 olesvr32"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24062 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/olethk32/Makefile"
24066 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067 olethk32"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/opengl32/Makefile"
24074 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24075 opengl32"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24078 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/opengl32/tests/Makefile"
24082 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24083 opengl32/tests"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24086 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/pdh/Makefile"
24090 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24091 pdh"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/pdh/tests/Makefile"
24098 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24099 pdh/tests"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24102 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/powrprof/Makefile"
24106 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24107 powrprof"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24110 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/printui/Makefile"
24114 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115 printui"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/printui/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/propsys/Makefile"
24122 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123 propsys"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/psapi/Makefile"
24130 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131 psapi"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/psapi/tests/Makefile"
24138 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24139 psapi/tests"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24142 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/pstorec/Makefile"
24146 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147 pstorec"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/qcap/Makefile"
24154 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24155 qcap"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/qedit/Makefile"
24162 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163 qedit"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/qedit/tests/Makefile"
24170 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24171 qedit/tests"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24174 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/qmgr/Makefile"
24178 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24179 qmgr"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24182 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/qmgr/tests/Makefile"
24186 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24187 qmgr/tests"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24190 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/qmgrprxy/Makefile"
24194 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24195 qmgrprxy"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/quartz/Makefile"
24202 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24203 quartz"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/quartz/tests/Makefile"
24210 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24211 quartz/tests"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24214 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/query/Makefile"
24218 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24219 query"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/query/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/rasapi32/Makefile"
24226 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24227 rasapi32"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24230 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/rasapi32/tests/Makefile"
24234 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24235 rasapi32/tests"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24238 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/resutils/Makefile"
24242 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24243 resutils"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24246 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/riched20/Makefile"
24250 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251 riched20"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/riched20/tests/Makefile"
24258 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24259 riched20/tests"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24262 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/riched32/Makefile"
24266 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24267 riched32"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24270 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/riched32/tests/Makefile"
24274 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24275 riched32/tests"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24278 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/rpcrt4/Makefile"
24282 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24283 rpcrt4"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/rpcrt4/tests/Makefile"
24290 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24291 rpcrt4/tests"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24294 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/rsabase/Makefile"
24298 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24299 rsabase"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/rsaenh/Makefile"
24306 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307 rsaenh"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/rsaenh/tests/Makefile"
24314 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24315 rsaenh/tests"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24318 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/sane.ds/Makefile"
24322 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323 sane.ds"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/sccbase/Makefile"
24330 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 sccbase"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/schannel/Makefile"
24338 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24339 schannel"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/schannel/tests/Makefile"
24346 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24347 schannel/tests"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24350 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/secur32/Makefile"
24354 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24355 secur32"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/secur32/tests/Makefile"
24362 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24363 secur32/tests"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24366 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/security/Makefile"
24370 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 security"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/security/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/sensapi/Makefile"
24378 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379 sensapi"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/serialui/Makefile"
24386 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24387 serialui"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/serialui/tests/Makefile"
24394 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24395 serialui/tests"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24398 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/setupapi/Makefile"
24402 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403 setupapi"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/setupapi/tests/Makefile"
24410 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24411 setupapi/tests"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24414 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/sfc/Makefile"
24418 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24419 sfc"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/sfc_os/Makefile"
24426 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 sfc_os"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/shdoclc/Makefile"
24434 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435 shdoclc"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/shdocvw/Makefile"
24442 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 shdocvw"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/shdocvw/tests/Makefile"
24450 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24451 shdocvw/tests"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/shell32/Makefile"
24458 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459 shell32"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/shell32/tests/Makefile"
24466 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24467 shell32/tests"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24470 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/shfolder/Makefile"
24474 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24475 shfolder"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24478 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/shlwapi/Makefile"
24482 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483 shlwapi"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/shlwapi/tests/Makefile"
24490 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24491 shlwapi/tests"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24494 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/slbcsp/Makefile"
24498 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24499 slbcsp"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24502 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/slc/Makefile"
24506 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 slc"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/slc/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/snmpapi/Makefile"
24514 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 snmpapi"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/snmpapi/tests/Makefile"
24522 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24523 snmpapi/tests"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/softpub/Makefile"
24530 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 softpub"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/spoolss/Makefile"
24538 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539 spoolss"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/spoolss/tests/Makefile"
24546 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24547 spoolss/tests"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24550 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/stdole2.tlb/Makefile"
24554 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555 stdole2.tlb"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/stdole32.tlb/Makefile"
24562 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 stdole32.tlb"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/sti/Makefile"
24570 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571 sti"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/sti/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/strmiids/Makefile"
24578 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24579 strmiids"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24582 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/svrapi/Makefile"
24586 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587 svrapi"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/sxs/Makefile"
24594 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595 sxs"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/tapi32/Makefile"
24602 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603 tapi32"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/twain_32/Makefile"
24610 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 twain_32"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/unicows/Makefile"
24618 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 unicows"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/url/Makefile"
24626 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627 url"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/url/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/urlmon/Makefile"
24634 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 urlmon"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/urlmon/tests/Makefile"
24642 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24643 urlmon/tests"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24646 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/user32/Makefile"
24650 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 user32"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/user32/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/user32/tests/Makefile"
24658 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24659 user32/tests"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/userenv/Makefile"
24666 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 userenv"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/userenv/tests/Makefile"
24674 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675 userenv/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/usp10/Makefile"
24682 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683 usp10"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/usp10/tests/Makefile"
24690 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24691 usp10/tests"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24694 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/uuid/Makefile"
24698 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24699 uuid"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24702 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/uxtheme/Makefile"
24706 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707 uxtheme"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/uxtheme/tests/Makefile"
24714 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24715 uxtheme/tests"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24718 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/vdhcp.vxd/Makefile"
24722 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 vdhcp.vxd"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/vdmdbg/Makefile"
24730 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731 vdmdbg"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/version/Makefile"
24738 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 version"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/version/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/version/tests/Makefile"
24746 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24747 version/tests"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24750 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/vmm.vxd/Makefile"
24754 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 vmm.vxd"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/vnbt.vxd/Makefile"
24762 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763 vnbt.vxd"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/vnetbios.vxd/Makefile"
24770 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771 vnetbios.vxd"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/vtdapi.vxd/Makefile"
24778 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 vtdapi.vxd"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/vwin32.vxd/Makefile"
24786 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 vwin32.vxd"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/w32skrnl/Makefile"
24794 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 w32skrnl"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/winealsa.drv/Makefile"
24802 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803 winealsa.drv"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/wineaudioio.drv/Makefile"
24810 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 wineaudioio.drv"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/winecoreaudio.drv/Makefile"
24818 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 winecoreaudio.drv"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/winecrt0/Makefile"
24826 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24827 winecrt0"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24830 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/wined3d/Makefile"
24834 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835 wined3d"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/winedos/Makefile"
24842 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 winedos"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/wineesd.drv/Makefile"
24850 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 wineesd.drv"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/winejack.drv/Makefile"
24858 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859 winejack.drv"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/winejoystick.drv/Makefile"
24866 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 winejoystick.drv"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/winemp3.acm/Makefile"
24874 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 winemp3.acm"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/winenas.drv/Makefile"
24882 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883 winenas.drv"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/wineoss.drv/Makefile"
24890 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 wineoss.drv"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/wineps.drv/Makefile"
24898 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 wineps.drv"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/winequartz.drv/Makefile"
24906 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 winequartz.drv"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/winex11.drv/Makefile"
24914 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 winex11.drv"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/wing32/Makefile"
24922 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24923 wing32"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/winhttp/Makefile"
24930 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931 winhttp"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/winhttp/tests/Makefile"
24938 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939 winhttp/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/wininet/Makefile"
24946 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 wininet"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/wininet/tests/Makefile"
24954 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955 wininet/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/winmm/Makefile"
24962 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 winmm"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/winmm/tests/Makefile"
24970 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971 winmm/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/winnls32/Makefile"
24978 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979 winnls32"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/winscard/Makefile"
24986 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 winscard"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/winscard/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/winspool.drv/Makefile"
24994 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995 winspool.drv"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/winspool.drv/tests/Makefile"
25002 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25003 winspool.drv/tests"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25006 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/wintab32/Makefile"
25010 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011 wintab32"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/wintrust/Makefile"
25018 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019 wintrust"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/wintrust/tests/Makefile"
25026 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25027 wintrust/tests"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25030 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/wldap32/Makefile"
25034 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 wldap32"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/wmi/Makefile"
25042 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 wmi"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/wnaspi32/Makefile"
25050 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051 wnaspi32"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/wow32/Makefile"
25058 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 wow32"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/ws2_32/Makefile"
25066 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 ws2_32"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/ws2_32/tests/Makefile"
25074 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25075 ws2_32/tests"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25078 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/wsock32/Makefile"
25082 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 wsock32"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/wtsapi32/Makefile"
25090 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 wtsapi32"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 documentation/Makefile"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 documentation/Makefile: documentation/Makefile.in Make.rules"
25101 ac_config_files="$ac_config_files documentation/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 fonts/Makefile"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 fonts/Makefile: fonts/Makefile.in Make.rules"
25108 ac_config_files="$ac_config_files fonts/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 include/Makefile"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 include/Makefile: include/Makefile.in Make.rules"
25115 ac_config_files="$ac_config_files include/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 libs/Makefile"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 libs/Makefile: libs/Makefile.in Make.rules"
25122 ac_config_files="$ac_config_files libs/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 libs/port/Makefile"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25129 ac_config_files="$ac_config_files libs/port/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 libs/wine/Makefile"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25136 ac_config_files="$ac_config_files libs/wine/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 libs/wpp/Makefile"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25143 ac_config_files="$ac_config_files libs/wpp/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 loader/Makefile"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 loader/Makefile: loader/Makefile.in Make.rules"
25150 ac_config_files="$ac_config_files loader/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 programs/Makefile"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 programs/Makefile: programs/Makefile.in Make.rules"
25157 ac_config_files="$ac_config_files programs/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 programs/clock/Makefile"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25164 ac_config_files="$ac_config_files programs/clock/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 programs/cmd/Makefile"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25171 ac_config_files="$ac_config_files programs/cmd/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 programs/cmdlgtst/Makefile"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25178 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 programs/control/Makefile"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25185 ac_config_files="$ac_config_files programs/control/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 programs/eject/Makefile"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25192 ac_config_files="$ac_config_files programs/eject/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 programs/expand/Makefile"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25199 ac_config_files="$ac_config_files programs/expand/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 programs/explorer/Makefile"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25206 ac_config_files="$ac_config_files programs/explorer/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 programs/hh/Makefile"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25213 ac_config_files="$ac_config_files programs/hh/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 programs/icinfo/Makefile"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25220 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 programs/iexplore/Makefile"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25227 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 programs/msiexec/Makefile"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25234 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 programs/net/Makefile"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25241 ac_config_files="$ac_config_files programs/net/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 programs/notepad/Makefile"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25248 ac_config_files="$ac_config_files programs/notepad/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 programs/oleview/Makefile"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25255 ac_config_files="$ac_config_files programs/oleview/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 programs/progman/Makefile"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25262 ac_config_files="$ac_config_files programs/progman/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 programs/reg/Makefile"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25269 ac_config_files="$ac_config_files programs/reg/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 programs/regedit/Makefile"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25276 ac_config_files="$ac_config_files programs/regedit/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 programs/regsvr32/Makefile"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25283 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 programs/rpcss/Makefile"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25290 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 programs/rundll32/Makefile"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25297 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 programs/secedit/Makefile"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25304 ac_config_files="$ac_config_files programs/secedit/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 programs/services/Makefile"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25311 ac_config_files="$ac_config_files programs/services/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 programs/spoolsv/Makefile"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25318 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 programs/start/Makefile"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25325 ac_config_files="$ac_config_files programs/start/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 programs/svchost/Makefile"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25332 ac_config_files="$ac_config_files programs/svchost/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 programs/taskmgr/Makefile"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25339 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 programs/uninstaller/Makefile"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25346 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 programs/view/Makefile"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25353 ac_config_files="$ac_config_files programs/view/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 programs/wineboot/Makefile"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25360 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 programs/winebrowser/Makefile"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25367 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 programs/winecfg/Makefile"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25374 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 programs/wineconsole/Makefile"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25381 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 programs/winedbg/Makefile"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25388 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 programs/winedevice/Makefile"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25395 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 programs/winefile/Makefile"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25402 ac_config_files="$ac_config_files programs/winefile/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 programs/winemenubuilder/Makefile"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25409 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 programs/winemine/Makefile"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25416 ac_config_files="$ac_config_files programs/winemine/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 programs/winepath/Makefile"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25423 ac_config_files="$ac_config_files programs/winepath/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 programs/winetest/Makefile"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25430 ac_config_files="$ac_config_files programs/winetest/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 programs/winevdm/Makefile"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25437 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 programs/winhlp32/Makefile"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25444 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 programs/winver/Makefile"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25451 ac_config_files="$ac_config_files programs/winver/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 programs/wordpad/Makefile"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25458 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 programs/write/Makefile"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25465 ac_config_files="$ac_config_files programs/write/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 programs/xcopy/Makefile"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25472 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 server/Makefile"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 server/Makefile: server/Makefile.in Make.rules"
25479 ac_config_files="$ac_config_files server/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 tools/Makefile"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 tools/Makefile: tools/Makefile.in Make.rules"
25486 ac_config_files="$ac_config_files tools/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 tools/widl/Makefile"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25493 ac_config_files="$ac_config_files tools/widl/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 tools/winebuild/Makefile"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25500 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 tools/winedump/Makefile"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25507 ac_config_files="$ac_config_files tools/winedump/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 tools/winegcc/Makefile"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25514 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 tools/wmc/Makefile"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25521 ac_config_files="$ac_config_files tools/wmc/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 tools/wrc/Makefile"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25528 ac_config_files="$ac_config_files tools/wrc/Makefile"
25531 cat >confcache <<\_ACEOF
25532 # This file is a shell script that caches the results of configure
25533 # tests run on this system so they can be shared between configure
25534 # scripts and configure runs, see configure's option --config-cache.
25535 # It is not useful on other systems. If it contains results you don't
25536 # want to keep, you may remove or edit it.
25538 # config.status only pays attention to the cache file if you give it
25539 # the --recheck option to rerun configure.
25541 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25542 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25543 # following values.
25545 _ACEOF
25547 # The following way of writing the cache mishandles newlines in values,
25548 # but we know of no workaround that is simple, portable, and efficient.
25549 # So, we kill variables containing newlines.
25550 # Ultrix sh set writes to stderr and can't be redirected directly,
25551 # and sets the high bit in the cache file unless we assign to the vars.
25553 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25554 eval ac_val=\$$ac_var
25555 case $ac_val in #(
25556 *${as_nl}*)
25557 case $ac_var in #(
25558 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25559 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25560 esac
25561 case $ac_var in #(
25562 _ | IFS | as_nl) ;; #(
25563 *) $as_unset $ac_var ;;
25564 esac ;;
25565 esac
25566 done
25568 (set) 2>&1 |
25569 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25570 *${as_nl}ac_space=\ *)
25571 # `set' does not quote correctly, so add quotes (double-quote
25572 # substitution turns \\\\ into \\, and sed turns \\ into \).
25573 sed -n \
25574 "s/'/'\\\\''/g;
25575 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25576 ;; #(
25578 # `set' quotes correctly as required by POSIX, so do not add quotes.
25579 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25581 esac |
25582 sort
25584 sed '
25585 /^ac_cv_env_/b end
25586 t clear
25587 :clear
25588 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25589 t end
25590 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25591 :end' >>confcache
25592 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25593 if test -w "$cache_file"; then
25594 test "x$cache_file" != "x/dev/null" &&
25595 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25596 echo "$as_me: updating cache $cache_file" >&6;}
25597 cat confcache >$cache_file
25598 else
25599 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25600 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25603 rm -f confcache
25605 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25606 # Let make expand exec_prefix.
25607 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25609 DEFS=-DHAVE_CONFIG_H
25611 ac_libobjs=
25612 ac_ltlibobjs=
25613 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25614 # 1. Remove the extension, and $U if already installed.
25615 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25616 ac_i=`echo "$ac_i" | sed "$ac_script"`
25617 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25618 # will be set to the directory where LIBOBJS objects are built.
25619 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25620 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25621 done
25622 LIBOBJS=$ac_libobjs
25624 LTLIBOBJS=$ac_ltlibobjs
25628 : ${CONFIG_STATUS=./config.status}
25629 ac_clean_files_save=$ac_clean_files
25630 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25631 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25632 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25633 cat >$CONFIG_STATUS <<_ACEOF
25634 #! $SHELL
25635 # Generated by $as_me.
25636 # Run this file to recreate the current configuration.
25637 # Compiler output produced by configure, useful for debugging
25638 # configure, is in config.log if it exists.
25640 debug=false
25641 ac_cs_recheck=false
25642 ac_cs_silent=false
25643 SHELL=\${CONFIG_SHELL-$SHELL}
25644 _ACEOF
25646 cat >>$CONFIG_STATUS <<\_ACEOF
25647 ## --------------------- ##
25648 ## M4sh Initialization. ##
25649 ## --------------------- ##
25651 # Be more Bourne compatible
25652 DUALCASE=1; export DUALCASE # for MKS sh
25653 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25654 emulate sh
25655 NULLCMD=:
25656 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25657 # is contrary to our usage. Disable this feature.
25658 alias -g '${1+"$@"}'='"$@"'
25659 setopt NO_GLOB_SUBST
25660 else
25661 case `(set -o) 2>/dev/null` in
25662 *posix*) set -o posix ;;
25663 esac
25670 # PATH needs CR
25671 # Avoid depending upon Character Ranges.
25672 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25673 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25674 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25675 as_cr_digits='0123456789'
25676 as_cr_alnum=$as_cr_Letters$as_cr_digits
25678 # The user is always right.
25679 if test "${PATH_SEPARATOR+set}" != set; then
25680 echo "#! /bin/sh" >conf$$.sh
25681 echo "exit 0" >>conf$$.sh
25682 chmod +x conf$$.sh
25683 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25684 PATH_SEPARATOR=';'
25685 else
25686 PATH_SEPARATOR=:
25688 rm -f conf$$.sh
25691 # Support unset when possible.
25692 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25693 as_unset=unset
25694 else
25695 as_unset=false
25699 # IFS
25700 # We need space, tab and new line, in precisely that order. Quoting is
25701 # there to prevent editors from complaining about space-tab.
25702 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25703 # splitting by setting IFS to empty value.)
25704 as_nl='
25706 IFS=" "" $as_nl"
25708 # Find who we are. Look in the path if we contain no directory separator.
25709 case $0 in
25710 *[\\/]* ) as_myself=$0 ;;
25711 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25712 for as_dir in $PATH
25714 IFS=$as_save_IFS
25715 test -z "$as_dir" && as_dir=.
25716 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25717 done
25718 IFS=$as_save_IFS
25721 esac
25722 # We did not find ourselves, most probably we were run as `sh COMMAND'
25723 # in which case we are not to be found in the path.
25724 if test "x$as_myself" = x; then
25725 as_myself=$0
25727 if test ! -f "$as_myself"; then
25728 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25729 { (exit 1); exit 1; }
25732 # Work around bugs in pre-3.0 UWIN ksh.
25733 for as_var in ENV MAIL MAILPATH
25734 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25735 done
25736 PS1='$ '
25737 PS2='> '
25738 PS4='+ '
25740 # NLS nuisances.
25741 for as_var in \
25742 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25743 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25744 LC_TELEPHONE LC_TIME
25746 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25747 eval $as_var=C; export $as_var
25748 else
25749 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25751 done
25753 # Required to use basename.
25754 if expr a : '\(a\)' >/dev/null 2>&1 &&
25755 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25756 as_expr=expr
25757 else
25758 as_expr=false
25761 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25762 as_basename=basename
25763 else
25764 as_basename=false
25768 # Name of the executable.
25769 as_me=`$as_basename -- "$0" ||
25770 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25771 X"$0" : 'X\(//\)$' \| \
25772 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25773 echo X/"$0" |
25774 sed '/^.*\/\([^/][^/]*\)\/*$/{
25775 s//\1/
25778 /^X\/\(\/\/\)$/{
25779 s//\1/
25782 /^X\/\(\/\).*/{
25783 s//\1/
25786 s/.*/./; q'`
25788 # CDPATH.
25789 $as_unset CDPATH
25793 as_lineno_1=$LINENO
25794 as_lineno_2=$LINENO
25795 test "x$as_lineno_1" != "x$as_lineno_2" &&
25796 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25798 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25799 # uniformly replaced by the line number. The first 'sed' inserts a
25800 # line-number line after each line using $LINENO; the second 'sed'
25801 # does the real work. The second script uses 'N' to pair each
25802 # line-number line with the line containing $LINENO, and appends
25803 # trailing '-' during substitution so that $LINENO is not a special
25804 # case at line end.
25805 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25806 # scripts with optimization help from Paolo Bonzini. Blame Lee
25807 # E. McMahon (1931-1989) for sed's syntax. :-)
25808 sed -n '
25810 /[$]LINENO/=
25811 ' <$as_myself |
25812 sed '
25813 s/[$]LINENO.*/&-/
25814 t lineno
25816 :lineno
25818 :loop
25819 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25820 t loop
25821 s/-\n.*//
25822 ' >$as_me.lineno &&
25823 chmod +x "$as_me.lineno" ||
25824 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25825 { (exit 1); exit 1; }; }
25827 # Don't try to exec as it changes $[0], causing all sort of problems
25828 # (the dirname of $[0] is not the place where we might find the
25829 # original and so on. Autoconf is especially sensitive to this).
25830 . "./$as_me.lineno"
25831 # Exit status is that of the last command.
25832 exit
25836 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25837 as_dirname=dirname
25838 else
25839 as_dirname=false
25842 ECHO_C= ECHO_N= ECHO_T=
25843 case `echo -n x` in
25844 -n*)
25845 case `echo 'x\c'` in
25846 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25847 *) ECHO_C='\c';;
25848 esac;;
25850 ECHO_N='-n';;
25851 esac
25853 if expr a : '\(a\)' >/dev/null 2>&1 &&
25854 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25855 as_expr=expr
25856 else
25857 as_expr=false
25860 rm -f conf$$ conf$$.exe conf$$.file
25861 if test -d conf$$.dir; then
25862 rm -f conf$$.dir/conf$$.file
25863 else
25864 rm -f conf$$.dir
25865 mkdir conf$$.dir
25867 echo >conf$$.file
25868 if ln -s conf$$.file conf$$ 2>/dev/null; then
25869 as_ln_s='ln -s'
25870 # ... but there are two gotchas:
25871 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25872 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25873 # In both cases, we have to default to `cp -p'.
25874 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25875 as_ln_s='cp -p'
25876 elif ln conf$$.file conf$$ 2>/dev/null; then
25877 as_ln_s=ln
25878 else
25879 as_ln_s='cp -p'
25881 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25882 rmdir conf$$.dir 2>/dev/null
25884 if mkdir -p . 2>/dev/null; then
25885 as_mkdir_p=:
25886 else
25887 test -d ./-p && rmdir ./-p
25888 as_mkdir_p=false
25891 if test -x / >/dev/null 2>&1; then
25892 as_test_x='test -x'
25893 else
25894 if ls -dL / >/dev/null 2>&1; then
25895 as_ls_L_option=L
25896 else
25897 as_ls_L_option=
25899 as_test_x='
25900 eval sh -c '\''
25901 if test -d "$1"; then
25902 test -d "$1/.";
25903 else
25904 case $1 in
25905 -*)set "./$1";;
25906 esac;
25907 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
25908 ???[sx]*):;;*)false;;esac;fi
25909 '\'' sh
25912 as_executable_p=$as_test_x
25914 # Sed expression to map a string onto a valid CPP name.
25915 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25917 # Sed expression to map a string onto a valid variable name.
25918 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25921 exec 6>&1
25923 # Save the log message, to keep $[0] and so on meaningful, and to
25924 # report actual input values of CONFIG_FILES etc. instead of their
25925 # values after options handling.
25926 ac_log="
25927 This file was extended by Wine $as_me 1.1.3, which was
25928 generated by GNU Autoconf 2.61. Invocation command line was
25930 CONFIG_FILES = $CONFIG_FILES
25931 CONFIG_HEADERS = $CONFIG_HEADERS
25932 CONFIG_LINKS = $CONFIG_LINKS
25933 CONFIG_COMMANDS = $CONFIG_COMMANDS
25934 $ $0 $@
25936 on `(hostname || uname -n) 2>/dev/null | sed 1q`
25939 _ACEOF
25941 cat >>$CONFIG_STATUS <<_ACEOF
25942 # Files that config.status was made for.
25943 config_files="$ac_config_files"
25944 config_headers="$ac_config_headers"
25945 config_commands="$ac_config_commands"
25947 _ACEOF
25949 cat >>$CONFIG_STATUS <<\_ACEOF
25950 ac_cs_usage="\
25951 \`$as_me' instantiates files from templates according to the
25952 current configuration.
25954 Usage: $0 [OPTIONS] [FILE]...
25956 -h, --help print this help, then exit
25957 -V, --version print version number and configuration settings, then exit
25958 -q, --quiet do not print progress messages
25959 -d, --debug don't remove temporary files
25960 --recheck update $as_me by reconfiguring in the same conditions
25961 --file=FILE[:TEMPLATE]
25962 instantiate the configuration file FILE
25963 --header=FILE[:TEMPLATE]
25964 instantiate the configuration header FILE
25966 Configuration files:
25967 $config_files
25969 Configuration headers:
25970 $config_headers
25972 Configuration commands:
25973 $config_commands
25975 Report bugs to <bug-autoconf@gnu.org>."
25977 _ACEOF
25978 cat >>$CONFIG_STATUS <<_ACEOF
25979 ac_cs_version="\\
25980 Wine config.status 1.1.3
25981 configured by $0, generated by GNU Autoconf 2.61,
25982 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25984 Copyright (C) 2006 Free Software Foundation, Inc.
25985 This config.status script is free software; the Free Software Foundation
25986 gives unlimited permission to copy, distribute and modify it."
25988 ac_pwd='$ac_pwd'
25989 srcdir='$srcdir'
25990 INSTALL='$INSTALL'
25991 _ACEOF
25993 cat >>$CONFIG_STATUS <<\_ACEOF
25994 # If no file are specified by the user, then we need to provide default
25995 # value. By we need to know if files were specified by the user.
25996 ac_need_defaults=:
25997 while test $# != 0
25999 case $1 in
26000 --*=*)
26001 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26002 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26003 ac_shift=:
26006 ac_option=$1
26007 ac_optarg=$2
26008 ac_shift=shift
26010 esac
26012 case $ac_option in
26013 # Handling of the options.
26014 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26015 ac_cs_recheck=: ;;
26016 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26017 echo "$ac_cs_version"; exit ;;
26018 --debug | --debu | --deb | --de | --d | -d )
26019 debug=: ;;
26020 --file | --fil | --fi | --f )
26021 $ac_shift
26022 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26023 ac_need_defaults=false;;
26024 --header | --heade | --head | --hea )
26025 $ac_shift
26026 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26027 ac_need_defaults=false;;
26028 --he | --h)
26029 # Conflict between --help and --header
26030 { echo "$as_me: error: ambiguous option: $1
26031 Try \`$0 --help' for more information." >&2
26032 { (exit 1); exit 1; }; };;
26033 --help | --hel | -h )
26034 echo "$ac_cs_usage"; exit ;;
26035 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26036 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26037 ac_cs_silent=: ;;
26039 # This is an error.
26040 -*) { echo "$as_me: error: unrecognized option: $1
26041 Try \`$0 --help' for more information." >&2
26042 { (exit 1); exit 1; }; } ;;
26044 *) ac_config_targets="$ac_config_targets $1"
26045 ac_need_defaults=false ;;
26047 esac
26048 shift
26049 done
26051 ac_configure_extra_args=
26053 if $ac_cs_silent; then
26054 exec 6>/dev/null
26055 ac_configure_extra_args="$ac_configure_extra_args --silent"
26058 _ACEOF
26059 cat >>$CONFIG_STATUS <<_ACEOF
26060 if \$ac_cs_recheck; then
26061 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26062 CONFIG_SHELL=$SHELL
26063 export CONFIG_SHELL
26064 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26067 _ACEOF
26068 cat >>$CONFIG_STATUS <<\_ACEOF
26069 exec 5>>config.log
26071 echo
26072 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26073 ## Running $as_me. ##
26074 _ASBOX
26075 echo "$ac_log"
26076 } >&5
26078 _ACEOF
26079 cat >>$CONFIG_STATUS <<_ACEOF
26080 _ACEOF
26082 cat >>$CONFIG_STATUS <<\_ACEOF
26084 # Handling of arguments.
26085 for ac_config_target in $ac_config_targets
26087 case $ac_config_target in
26088 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26089 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26090 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26091 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26092 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26093 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26094 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26095 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26096 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26097 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26098 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26099 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26100 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26101 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26102 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26103 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26104 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26105 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26106 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26107 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26108 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26109 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26110 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26111 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26112 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26113 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26114 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26115 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26116 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26117 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26118 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26119 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26120 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26121 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26122 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26123 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26124 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26125 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26126 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26127 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26128 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26129 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26130 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26131 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26132 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26133 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26134 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26135 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26136 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26137 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26138 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26139 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26140 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26141 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26142 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26143 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26144 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26145 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26146 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26147 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26148 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26149 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26150 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26151 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26152 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26153 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26154 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26155 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26156 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26157 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26158 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26159 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26160 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26161 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26162 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26163 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26164 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26165 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26166 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26167 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26168 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26169 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26170 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26171 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26172 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26173 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26174 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26175 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26176 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26177 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26178 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26179 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26180 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26181 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26182 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26183 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26184 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26185 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26186 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26187 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26188 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26189 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26190 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26191 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26192 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26193 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26194 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26195 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26196 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26197 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26198 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26199 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26200 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26201 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26202 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26203 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26204 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26205 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26206 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26207 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26208 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26209 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26210 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26211 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26212 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26213 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26214 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26215 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26216 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26217 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26218 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26219 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26220 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26221 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26222 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26223 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26224 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26225 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26226 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26227 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26228 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26229 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26230 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26231 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26232 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26233 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26234 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26235 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26236 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26237 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26238 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26239 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26240 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26241 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26242 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26243 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26244 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26245 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26246 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26247 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26248 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26249 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26250 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26251 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26252 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26253 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26254 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26255 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26256 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26257 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26258 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26259 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26260 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26261 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26262 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26263 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26264 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26265 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26266 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26267 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26268 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26269 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26270 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26271 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26272 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26273 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26274 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26275 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26276 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26277 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26278 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26279 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26280 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26281 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26282 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26283 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26284 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26285 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26286 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26287 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26288 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26289 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26290 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26291 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26292 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26293 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26294 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26295 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26296 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26297 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26298 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26299 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26300 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26301 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26302 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26303 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26304 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26305 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26306 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26307 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26308 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26309 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26310 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26311 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26312 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26313 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26314 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26315 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26316 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26317 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26318 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26319 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26320 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26321 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26322 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26323 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26324 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26325 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26326 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26327 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26328 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26329 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26330 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26331 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26332 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26333 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26334 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26335 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26336 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26337 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26338 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26339 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26340 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26341 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26342 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26343 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26344 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26345 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26346 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26347 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26348 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26349 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26350 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26351 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26352 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26353 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26354 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26355 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26356 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26357 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26358 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26359 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26360 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26361 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26362 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26363 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26364 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26365 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26366 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26367 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26368 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26369 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26370 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26371 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26372 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26373 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26374 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26375 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26376 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26377 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26378 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26379 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26380 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26381 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26382 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26383 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26384 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26385 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26386 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26387 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26388 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26389 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26390 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26391 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26392 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26393 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26394 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26395 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26396 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26397 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26398 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26399 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26400 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26401 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26402 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26403 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26404 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26405 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26406 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26407 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26408 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26409 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26410 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26411 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26412 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26413 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26414 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26415 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26416 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26417 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26418 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26419 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26420 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26421 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26422 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26423 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26424 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26425 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26426 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26427 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26428 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26429 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26430 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26431 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26432 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26433 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26434 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26435 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26436 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26437 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26438 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26439 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26440 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26441 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26442 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26443 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26444 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26445 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26446 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26447 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26448 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26449 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26450 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26451 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26452 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26453 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26454 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26455 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26456 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26457 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26458 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26459 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26460 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26461 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26462 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26463 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26464 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26465 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26466 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26467 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26468 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26469 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26470 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26471 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26472 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26473 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26474 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26475 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26476 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26477 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26478 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26479 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26480 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26481 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26482 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26483 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26484 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26485 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26486 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26487 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26488 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26489 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26490 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26491 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26492 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26493 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26494 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26495 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26496 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26497 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26498 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26499 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26500 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26501 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26502 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26503 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26504 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26505 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26506 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26507 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26508 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26509 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26510 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26511 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26512 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26513 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26514 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26515 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26516 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26517 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26518 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26519 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26520 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26522 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26523 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26524 { (exit 1); exit 1; }; };;
26525 esac
26526 done
26529 # If the user did not use the arguments to specify the items to instantiate,
26530 # then the envvar interface is used. Set only those that are not.
26531 # We use the long form for the default assignment because of an extremely
26532 # bizarre bug on SunOS 4.1.3.
26533 if $ac_need_defaults; then
26534 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26535 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26536 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26539 # Have a temporary directory for convenience. Make it in the build tree
26540 # simply because there is no reason against having it here, and in addition,
26541 # creating and moving files from /tmp can sometimes cause problems.
26542 # Hook for its removal unless debugging.
26543 # Note that there is a small window in which the directory will not be cleaned:
26544 # after its creation but before its name has been assigned to `$tmp'.
26545 $debug ||
26547 tmp=
26548 trap 'exit_status=$?
26549 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26551 trap '{ (exit 1); exit 1; }' 1 2 13 15
26553 # Create a (secure) tmp directory for tmp files.
26556 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26557 test -n "$tmp" && test -d "$tmp"
26558 } ||
26560 tmp=./conf$$-$RANDOM
26561 (umask 077 && mkdir "$tmp")
26562 } ||
26564 echo "$me: cannot create a temporary directory in ." >&2
26565 { (exit 1); exit 1; }
26569 # Set up the sed scripts for CONFIG_FILES section.
26572 # No need to generate the scripts if there are no CONFIG_FILES.
26573 # This happens for instance when ./config.status config.h
26574 if test -n "$CONFIG_FILES"; then
26576 _ACEOF
26578 # Create sed commands to just substitute file output variables.
26580 # Remaining file output variables are in a fragment that also has non-file
26581 # output varibles.
26585 ac_delim='%!_!# '
26586 for ac_last_try in false false false false false :; do
26587 cat >conf$$subs.sed <<_ACEOF
26588 SHELL!$SHELL$ac_delim
26589 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26590 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26591 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26592 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26593 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26594 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26595 exec_prefix!$exec_prefix$ac_delim
26596 prefix!$prefix$ac_delim
26597 program_transform_name!$program_transform_name$ac_delim
26598 bindir!$bindir$ac_delim
26599 sbindir!$sbindir$ac_delim
26600 libexecdir!$libexecdir$ac_delim
26601 datarootdir!$datarootdir$ac_delim
26602 datadir!$datadir$ac_delim
26603 sysconfdir!$sysconfdir$ac_delim
26604 sharedstatedir!$sharedstatedir$ac_delim
26605 localstatedir!$localstatedir$ac_delim
26606 includedir!$includedir$ac_delim
26607 oldincludedir!$oldincludedir$ac_delim
26608 docdir!$docdir$ac_delim
26609 infodir!$infodir$ac_delim
26610 htmldir!$htmldir$ac_delim
26611 dvidir!$dvidir$ac_delim
26612 pdfdir!$pdfdir$ac_delim
26613 psdir!$psdir$ac_delim
26614 libdir!$libdir$ac_delim
26615 localedir!$localedir$ac_delim
26616 mandir!$mandir$ac_delim
26617 DEFS!$DEFS$ac_delim
26618 ECHO_C!$ECHO_C$ac_delim
26619 ECHO_N!$ECHO_N$ac_delim
26620 ECHO_T!$ECHO_T$ac_delim
26621 LIBS!$LIBS$ac_delim
26622 build_alias!$build_alias$ac_delim
26623 host_alias!$host_alias$ac_delim
26624 target_alias!$target_alias$ac_delim
26625 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26626 build!$build$ac_delim
26627 build_cpu!$build_cpu$ac_delim
26628 build_vendor!$build_vendor$ac_delim
26629 build_os!$build_os$ac_delim
26630 host!$host$ac_delim
26631 host_cpu!$host_cpu$ac_delim
26632 host_vendor!$host_vendor$ac_delim
26633 host_os!$host_os$ac_delim
26634 WIN16_FILES!$WIN16_FILES$ac_delim
26635 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26636 SET_MAKE!$SET_MAKE$ac_delim
26637 CC!$CC$ac_delim
26638 CFLAGS!$CFLAGS$ac_delim
26639 LDFLAGS!$LDFLAGS$ac_delim
26640 CPPFLAGS!$CPPFLAGS$ac_delim
26641 ac_ct_CC!$ac_ct_CC$ac_delim
26642 EXEEXT!$EXEEXT$ac_delim
26643 OBJEXT!$OBJEXT$ac_delim
26644 CXX!$CXX$ac_delim
26645 CXXFLAGS!$CXXFLAGS$ac_delim
26646 ac_ct_CXX!$ac_ct_CXX$ac_delim
26647 CPPBIN!$CPPBIN$ac_delim
26648 TOOLSDIR!$TOOLSDIR$ac_delim
26649 XMKMF!$XMKMF$ac_delim
26650 CPP!$CPP$ac_delim
26651 X_CFLAGS!$X_CFLAGS$ac_delim
26652 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26653 X_LIBS!$X_LIBS$ac_delim
26654 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26655 FLEX!$FLEX$ac_delim
26656 BISON!$BISON$ac_delim
26657 AS!$AS$ac_delim
26658 ac_ct_AS!$ac_ct_AS$ac_delim
26659 LD!$LD$ac_delim
26660 ac_ct_LD!$ac_ct_LD$ac_delim
26661 NM!$NM$ac_delim
26662 ac_ct_NM!$ac_ct_NM$ac_delim
26663 AR!$AR$ac_delim
26664 ac_ct_AR!$ac_ct_AR$ac_delim
26665 ARFLAGS!$ARFLAGS$ac_delim
26666 RANLIB!$RANLIB$ac_delim
26667 STRIP!$STRIP$ac_delim
26668 WINDRES!$WINDRES$ac_delim
26669 LN_S!$LN_S$ac_delim
26670 _ACEOF
26672 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26673 break
26674 elif $ac_last_try; then
26675 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26676 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26677 { (exit 1); exit 1; }; }
26678 else
26679 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26681 done
26683 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26684 if test -n "$ac_eof"; then
26685 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26686 ac_eof=`expr $ac_eof + 1`
26689 cat >>$CONFIG_STATUS <<_ACEOF
26690 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26691 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26692 /^[ ]*@MAKE_RULES@[ ]*$/{
26693 r $MAKE_RULES
26696 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26697 r $MAKE_DLL_RULES
26700 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26701 r $MAKE_IMPLIB_RULES
26704 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26705 r $MAKE_TEST_RULES
26708 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26709 r $MAKE_PROG_RULES
26712 _ACEOF
26713 sed '
26714 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26715 s/^/s,@/; s/!/@,|#_!!_#|/
26718 s/'"$ac_delim"'$/,g/; t
26719 s/$/\\/; p
26720 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26721 ' >>$CONFIG_STATUS <conf$$subs.sed
26722 rm -f conf$$subs.sed
26723 cat >>$CONFIG_STATUS <<_ACEOF
26724 CEOF$ac_eof
26725 _ACEOF
26728 ac_delim='%!_!# '
26729 for ac_last_try in false false false false false :; do
26730 cat >conf$$subs.sed <<_ACEOF
26731 LN!$LN$ac_delim
26732 GREP!$GREP$ac_delim
26733 EGREP!$EGREP$ac_delim
26734 LDCONFIG!$LDCONFIG$ac_delim
26735 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26736 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26737 INSTALL_DATA!$INSTALL_DATA$ac_delim
26738 LINT!$LINT$ac_delim
26739 LINTFLAGS!$LINTFLAGS$ac_delim
26740 FONTFORGE!$FONTFORGE$ac_delim
26741 PKG_CONFIG!$PKG_CONFIG$ac_delim
26742 RSVG!$RSVG$ac_delim
26743 ICOTOOL!$ICOTOOL$ac_delim
26744 PRELINK!$PRELINK$ac_delim
26745 LIBPTHREAD!$LIBPTHREAD$ac_delim
26746 XLIB!$XLIB$ac_delim
26747 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26748 DLLEXT!$DLLEXT$ac_delim
26749 DLLFLAGS!$DLLFLAGS$ac_delim
26750 LDSHARED!$LDSHARED$ac_delim
26751 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26752 LIBEXT!$LIBEXT$ac_delim
26753 IMPLIBEXT!$IMPLIBEXT$ac_delim
26754 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26755 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26756 LDD!$LDD$ac_delim
26757 DLLTOOL!$DLLTOOL$ac_delim
26758 DLLWRAP!$DLLWRAP$ac_delim
26759 MINGWAR!$MINGWAR$ac_delim
26760 SECURITYLIB!$SECURITYLIB$ac_delim
26761 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26762 IOKITLIB!$IOKITLIB$ac_delim
26763 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26764 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26765 COREAUDIO!$COREAUDIO$ac_delim
26766 CARBONLIB!$CARBONLIB$ac_delim
26767 CROSSTEST!$CROSSTEST$ac_delim
26768 CROSSCC!$CROSSCC$ac_delim
26769 CROSSWINDRES!$CROSSWINDRES$ac_delim
26770 NASLIBS!$NASLIBS$ac_delim
26771 XML2LIBS!$XML2LIBS$ac_delim
26772 XML2INCL!$XML2INCL$ac_delim
26773 XSLTLIBS!$XSLTLIBS$ac_delim
26774 XSLTINCL!$XSLTINCL$ac_delim
26775 HALINCL!$HALINCL$ac_delim
26776 sane_devel!$sane_devel$ac_delim
26777 SANEINCL!$SANEINCL$ac_delim
26778 gphoto2_devel!$gphoto2_devel$ac_delim
26779 gphoto2port_devel!$gphoto2port_devel$ac_delim
26780 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26781 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26782 RESOLVLIBS!$RESOLVLIBS$ac_delim
26783 LCMSLIBS!$LCMSLIBS$ac_delim
26784 ft_devel!$ft_devel$ac_delim
26785 FREETYPELIBS!$FREETYPELIBS$ac_delim
26786 FREETYPEINCL!$FREETYPEINCL$ac_delim
26787 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26788 ESDCONFIG!$ESDCONFIG$ac_delim
26789 ESDINCL!$ESDINCL$ac_delim
26790 ESDLIBS!$ESDLIBS$ac_delim
26791 ALSALIBS!$ALSALIBS$ac_delim
26792 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26793 CUPSINCL!$CUPSINCL$ac_delim
26794 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26795 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26796 BUILTINFLAG!$BUILTINFLAG$ac_delim
26797 LDPATH!$LDPATH$ac_delim
26798 CRTLIBS!$CRTLIBS$ac_delim
26799 SOCKETLIBS!$SOCKETLIBS$ac_delim
26800 MAIN_BINARY!$MAIN_BINARY$ac_delim
26801 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26802 LIBDL!$LIBDL$ac_delim
26803 LIBPOLL!$LIBPOLL$ac_delim
26804 LDAPLIBS!$LDAPLIBS$ac_delim
26805 DEPENDENCIES!$DEPENDENCIES$ac_delim
26806 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26807 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26808 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26809 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26810 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26811 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26812 LIBOBJS!$LIBOBJS$ac_delim
26813 LTLIBOBJS!$LTLIBOBJS$ac_delim
26814 _ACEOF
26816 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
26817 break
26818 elif $ac_last_try; then
26819 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26820 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26821 { (exit 1); exit 1; }; }
26822 else
26823 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26825 done
26827 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26828 if test -n "$ac_eof"; then
26829 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26830 ac_eof=`expr $ac_eof + 1`
26833 cat >>$CONFIG_STATUS <<_ACEOF
26834 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26835 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26836 _ACEOF
26837 sed '
26838 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26839 s/^/s,@/; s/!/@,|#_!!_#|/
26842 s/'"$ac_delim"'$/,g/; t
26843 s/$/\\/; p
26844 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26845 ' >>$CONFIG_STATUS <conf$$subs.sed
26846 rm -f conf$$subs.sed
26847 cat >>$CONFIG_STATUS <<_ACEOF
26848 :end
26849 s/|#_!!_#|//g
26850 CEOF$ac_eof
26851 _ACEOF
26854 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26855 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26856 # trailing colons and then remove the whole line if VPATH becomes empty
26857 # (actually we leave an empty line to preserve line numbers).
26858 if test "x$srcdir" = x.; then
26859 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26860 s/:*\$(srcdir):*/:/
26861 s/:*\${srcdir}:*/:/
26862 s/:*@srcdir@:*/:/
26863 s/^\([^=]*=[ ]*\):*/\1/
26864 s/:*$//
26865 s/^[^=]*=[ ]*$//
26869 cat >>$CONFIG_STATUS <<\_ACEOF
26870 fi # test -n "$CONFIG_FILES"
26873 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
26875 case $ac_tag in
26876 :[FHLC]) ac_mode=$ac_tag; continue;;
26877 esac
26878 case $ac_mode$ac_tag in
26879 :[FHL]*:*);;
26880 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
26881 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
26882 { (exit 1); exit 1; }; };;
26883 :[FH]-) ac_tag=-:-;;
26884 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26885 esac
26886 ac_save_IFS=$IFS
26887 IFS=:
26888 set x $ac_tag
26889 IFS=$ac_save_IFS
26890 shift
26891 ac_file=$1
26892 shift
26894 case $ac_mode in
26895 :L) ac_source=$1;;
26896 :[FH])
26897 ac_file_inputs=
26898 for ac_f
26900 case $ac_f in
26901 -) ac_f="$tmp/stdin";;
26902 *) # Look for the file first in the build tree, then in the source tree
26903 # (if the path is not absolute). The absolute path cannot be DOS-style,
26904 # because $ac_f cannot contain `:'.
26905 test -f "$ac_f" ||
26906 case $ac_f in
26907 [\\/$]*) false;;
26908 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
26909 esac ||
26910 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
26911 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
26912 { (exit 1); exit 1; }; };;
26913 esac
26914 ac_file_inputs="$ac_file_inputs $ac_f"
26915 done
26917 # Let's still pretend it is `configure' which instantiates (i.e., don't
26918 # use $as_me), people would be surprised to read:
26919 # /* config.h. Generated by config.status. */
26920 configure_input="Generated from "`IFS=:
26921 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
26922 if test x"$ac_file" != x-; then
26923 configure_input="$ac_file. $configure_input"
26924 { echo "$as_me:$LINENO: creating $ac_file" >&5
26925 echo "$as_me: creating $ac_file" >&6;}
26928 case $ac_tag in
26929 *:-:* | *:-) cat >"$tmp/stdin";;
26930 esac
26932 esac
26934 ac_dir=`$as_dirname -- "$ac_file" ||
26935 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26936 X"$ac_file" : 'X\(//\)[^/]' \| \
26937 X"$ac_file" : 'X\(//\)$' \| \
26938 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
26939 echo X"$ac_file" |
26940 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26941 s//\1/
26944 /^X\(\/\/\)[^/].*/{
26945 s//\1/
26948 /^X\(\/\/\)$/{
26949 s//\1/
26952 /^X\(\/\).*/{
26953 s//\1/
26956 s/.*/./; q'`
26957 { as_dir="$ac_dir"
26958 case $as_dir in #(
26959 -*) as_dir=./$as_dir;;
26960 esac
26961 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
26962 as_dirs=
26963 while :; do
26964 case $as_dir in #(
26965 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
26966 *) as_qdir=$as_dir;;
26967 esac
26968 as_dirs="'$as_qdir' $as_dirs"
26969 as_dir=`$as_dirname -- "$as_dir" ||
26970 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26971 X"$as_dir" : 'X\(//\)[^/]' \| \
26972 X"$as_dir" : 'X\(//\)$' \| \
26973 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
26974 echo X"$as_dir" |
26975 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26976 s//\1/
26979 /^X\(\/\/\)[^/].*/{
26980 s//\1/
26983 /^X\(\/\/\)$/{
26984 s//\1/
26987 /^X\(\/\).*/{
26988 s//\1/
26991 s/.*/./; q'`
26992 test -d "$as_dir" && break
26993 done
26994 test -z "$as_dirs" || eval "mkdir $as_dirs"
26995 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
26996 echo "$as_me: error: cannot create directory $as_dir" >&2;}
26997 { (exit 1); exit 1; }; }; }
26998 ac_builddir=.
27000 case "$ac_dir" in
27001 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27003 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27004 # A ".." for each directory in $ac_dir_suffix.
27005 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27006 case $ac_top_builddir_sub in
27007 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27008 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27009 esac ;;
27010 esac
27011 ac_abs_top_builddir=$ac_pwd
27012 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27013 # for backward compatibility:
27014 ac_top_builddir=$ac_top_build_prefix
27016 case $srcdir in
27017 .) # We are building in place.
27018 ac_srcdir=.
27019 ac_top_srcdir=$ac_top_builddir_sub
27020 ac_abs_top_srcdir=$ac_pwd ;;
27021 [\\/]* | ?:[\\/]* ) # Absolute name.
27022 ac_srcdir=$srcdir$ac_dir_suffix;
27023 ac_top_srcdir=$srcdir
27024 ac_abs_top_srcdir=$srcdir ;;
27025 *) # Relative name.
27026 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27027 ac_top_srcdir=$ac_top_build_prefix$srcdir
27028 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27029 esac
27030 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27033 case $ac_mode in
27036 # CONFIG_FILE
27039 case $INSTALL in
27040 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27041 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27042 esac
27043 _ACEOF
27045 cat >>$CONFIG_STATUS <<\_ACEOF
27046 # If the template does not know about datarootdir, expand it.
27047 # FIXME: This hack should be removed a few years after 2.60.
27048 ac_datarootdir_hack=; ac_datarootdir_seen=
27050 case `sed -n '/datarootdir/ {
27054 /@datadir@/p
27055 /@docdir@/p
27056 /@infodir@/p
27057 /@localedir@/p
27058 /@mandir@/p
27059 ' $ac_file_inputs` in
27060 *datarootdir*) ac_datarootdir_seen=yes;;
27061 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27062 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27063 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27064 _ACEOF
27065 cat >>$CONFIG_STATUS <<_ACEOF
27066 ac_datarootdir_hack='
27067 s&@datadir@&$datadir&g
27068 s&@docdir@&$docdir&g
27069 s&@infodir@&$infodir&g
27070 s&@localedir@&$localedir&g
27071 s&@mandir@&$mandir&g
27072 s&\\\${datarootdir}&$datarootdir&g' ;;
27073 esac
27074 _ACEOF
27076 # Neutralize VPATH when `$srcdir' = `.'.
27077 # Shell code in configure.ac might set extrasub.
27078 # FIXME: do we really want to maintain this feature?
27079 cat >>$CONFIG_STATUS <<_ACEOF
27080 sed "$ac_vpsub
27081 $extrasub
27082 _ACEOF
27083 cat >>$CONFIG_STATUS <<\_ACEOF
27085 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27086 s&@configure_input@&$configure_input&;t t
27087 s&@top_builddir@&$ac_top_builddir_sub&;t t
27088 s&@srcdir@&$ac_srcdir&;t t
27089 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27090 s&@top_srcdir@&$ac_top_srcdir&;t t
27091 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27092 s&@builddir@&$ac_builddir&;t t
27093 s&@abs_builddir@&$ac_abs_builddir&;t t
27094 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27095 s&@INSTALL@&$ac_INSTALL&;t t
27096 $ac_datarootdir_hack
27097 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27099 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27100 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27101 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27102 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27103 which seems to be undefined. Please make sure it is defined." >&5
27104 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27105 which seems to be undefined. Please make sure it is defined." >&2;}
27107 rm -f "$tmp/stdin"
27108 case $ac_file in
27109 -) cat "$tmp/out"; rm -f "$tmp/out";;
27110 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27111 esac
27115 # CONFIG_HEADER
27117 _ACEOF
27119 # Transform confdefs.h into a sed script `conftest.defines', that
27120 # substitutes the proper values into config.h.in to produce config.h.
27121 rm -f conftest.defines conftest.tail
27122 # First, append a space to every undef/define line, to ease matching.
27123 echo 's/$/ /' >conftest.defines
27124 # Then, protect against being on the right side of a sed subst, or in
27125 # an unquoted here document, in config.status. If some macros were
27126 # called several times there might be several #defines for the same
27127 # symbol, which is useless. But do not sort them, since the last
27128 # AC_DEFINE must be honored.
27129 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27130 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27131 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27132 # PARAMS is the parameter list in the macro definition--in most cases, it's
27133 # just an empty string.
27134 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27135 ac_dB='\\)[ (].*,\\1define\\2'
27136 ac_dC=' '
27137 ac_dD=' ,'
27139 uniq confdefs.h |
27140 sed -n '
27141 t rset
27142 :rset
27143 s/^[ ]*#[ ]*define[ ][ ]*//
27144 t ok
27147 s/[\\&,]/\\&/g
27148 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27149 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27150 ' >>conftest.defines
27152 # Remove the space that was appended to ease matching.
27153 # Then replace #undef with comments. This is necessary, for
27154 # example, in the case of _POSIX_SOURCE, which is predefined and required
27155 # on some systems where configure will not decide to define it.
27156 # (The regexp can be short, since the line contains either #define or #undef.)
27157 echo 's/ $//
27158 s,^[ #]*u.*,/* & */,' >>conftest.defines
27160 # Break up conftest.defines:
27161 ac_max_sed_lines=50
27163 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27164 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27165 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27166 # et cetera.
27167 ac_in='$ac_file_inputs'
27168 ac_out='"$tmp/out1"'
27169 ac_nxt='"$tmp/out2"'
27171 while :
27173 # Write a here document:
27174 cat >>$CONFIG_STATUS <<_ACEOF
27175 # First, check the format of the line:
27176 cat >"\$tmp/defines.sed" <<\\CEOF
27177 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27178 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27180 :def
27181 _ACEOF
27182 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27183 echo 'CEOF
27184 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27185 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27186 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27187 grep . conftest.tail >/dev/null || break
27188 rm -f conftest.defines
27189 mv conftest.tail conftest.defines
27190 done
27191 rm -f conftest.defines conftest.tail
27193 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27194 cat >>$CONFIG_STATUS <<\_ACEOF
27195 if test x"$ac_file" != x-; then
27196 echo "/* $configure_input */" >"$tmp/config.h"
27197 cat "$ac_result" >>"$tmp/config.h"
27198 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27199 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27200 echo "$as_me: $ac_file is unchanged" >&6;}
27201 else
27202 rm -f $ac_file
27203 mv "$tmp/config.h" $ac_file
27205 else
27206 echo "/* $configure_input */"
27207 cat "$ac_result"
27209 rm -f "$tmp/out12"
27212 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27213 echo "$as_me: executing $ac_file commands" >&6;}
27215 esac
27218 case $ac_file$ac_mode in
27219 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27220 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27221 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27222 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27223 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27224 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27225 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27226 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27227 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27228 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27229 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27230 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27231 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27233 esac
27234 done # for ac_tag
27237 { (exit 0); exit 0; }
27238 _ACEOF
27239 chmod +x $CONFIG_STATUS
27240 ac_clean_files=$ac_clean_files_save
27243 # configure is writing to config.log, and then calls config.status.
27244 # config.status does its own redirection, appending to config.log.
27245 # Unfortunately, on DOS this fails, as config.log is still kept open
27246 # by configure, so config.status won't be able to write to it; its
27247 # output is simply discarded. So we exec the FD to /dev/null,
27248 # effectively closing config.log, so it can be properly (re)opened and
27249 # appended to by config.status. When coming back to configure, we
27250 # need to make the FD available again.
27251 if test "$no_create" != yes; then
27252 ac_cs_success=:
27253 ac_config_status_args=
27254 test "$silent" = yes &&
27255 ac_config_status_args="$ac_config_status_args --quiet"
27256 exec 5>/dev/null
27257 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27258 exec 5>>config.log
27259 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27260 # would make configure fail if this is the last instruction.
27261 $ac_cs_success || { (exit 1); exit 1; }
27265 if test "$no_create" = "yes"
27266 then
27267 exit 0
27270 ac_save_IFS="$IFS"
27271 IFS="|"
27272 if test "x$wine_notices != "x; then
27273 echo >&6
27274 for msg in $wine_notices; do
27275 if test -n "$msg"; then
27276 { echo "$as_me:$LINENO: $msg" >&5
27277 echo "$as_me: $msg" >&6;}
27279 done
27281 for msg in $wine_warnings; do
27282 if test -n "$msg"; then
27283 echo >&2
27284 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27285 echo "$as_me: WARNING: $msg" >&2;}
27287 done
27288 IFS="$ac_save_IFS"
27290 echo "
27291 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27292 " >&6