winegcc: Add support for the --sysroot option to allow out-of-tree cross-compiling.
[wine.git] / configure
blob413c59076354247e343dea92ed9dcbfd5275bd63
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.22.
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, 2007, 2008 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 # Pre-4.2 versions of Zsh do 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 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.22'
600 PACKAGE_STRING='Wine 1.1.22'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 FREETYPEINCL
673 FREETYPELIBS
674 ft_devel
675 LCMSLIBS
676 RESOLVLIBS
677 GPHOTO2INCL
678 GPHOTO2LIBS
679 gphoto2port_devel
680 gphoto2_devel
681 SANEINCL
682 sane_devel
683 GNUTLSINCL
684 HALINCL
685 XSLTINCL
686 XML2INCL
687 XML2LIBS
688 NASLIBS
689 X_EXTRA_LIBS
690 X_LIBS
691 X_PRE_LIBS
692 X_CFLAGS
693 XMKMF
694 LIBPTHREAD
695 CROSSTEST
696 CROSSWINDRES
697 CROSSCC
698 CARBONLIB
699 COREAUDIO
700 DISKARBITRATIONLIB
701 LDEXECFLAGS
702 IOKITLIB
703 COREFOUNDATIONLIB
704 SECURITYLIB
705 MINGWAR
706 DLLWRAP
707 DLLTOOL
709 LDRPATH_LOCAL
710 LDRPATH_INSTALL
711 IMPLIBEXT
712 LIBEXT
713 LDDLLFLAGS
714 LDSHARED
715 DLLFLAGS
716 DLLEXT
718 OPENGL_LIBS
719 XLIB
720 PRELINK
721 ICOTOOL
722 RSVG
723 PKG_CONFIG
724 FONTFORGE
725 LINTFLAGS
726 LINT
727 INSTALL_DATA
728 INSTALL_SCRIPT
729 INSTALL_PROGRAM
730 LDCONFIG
731 EGREP
732 GREP
734 LN_S
735 WINDRES
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
854 ac_precious_vars='build_alias
855 host_alias
856 target_alias
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
863 CXXFLAGS
866 XMKMF'
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
917 ac_prev=
918 ac_dashdash=
919 for ac_option
921 # If the previous option needs an argument, assign it.
922 if test -n "$ac_prev"; then
923 eval $ac_prev=\$ac_option
924 ac_prev=
925 continue
928 case $ac_option in
929 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 *) ac_optarg=yes ;;
931 esac
933 # Accept the important Cygnus configure options, so we can diagnose typos.
935 case $ac_dashdash$ac_option in
937 ac_dashdash=yes ;;
939 -bindir | --bindir | --bindi | --bind | --bin | --bi)
940 ac_prev=bindir ;;
941 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942 bindir=$ac_optarg ;;
944 -build | --build | --buil | --bui | --bu)
945 ac_prev=build_alias ;;
946 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947 build_alias=$ac_optarg ;;
949 -cache-file | --cache-file | --cache-fil | --cache-fi \
950 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951 ac_prev=cache_file ;;
952 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954 cache_file=$ac_optarg ;;
956 --config-cache | -C)
957 cache_file=config.cache ;;
959 -datadir | --datadir | --datadi | --datad)
960 ac_prev=datadir ;;
961 -datadir=* | --datadir=* | --datadi=* | --datad=*)
962 datadir=$ac_optarg ;;
964 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965 | --dataroo | --dataro | --datar)
966 ac_prev=datarootdir ;;
967 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969 datarootdir=$ac_optarg ;;
971 -disable-* | --disable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; }
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=no ;;
988 -docdir | --docdir | --docdi | --doc | --do)
989 ac_prev=docdir ;;
990 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991 docdir=$ac_optarg ;;
993 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994 ac_prev=dvidir ;;
995 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996 dvidir=$ac_optarg ;;
998 -enable-* | --enable-*)
999 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1008 "enable_$ac_useropt"
1009 "*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
1012 esac
1013 eval enable_$ac_useropt=\$ac_optarg ;;
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
1022 exec_prefix=$ac_optarg ;;
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
1035 -host | --host | --hos | --ho)
1036 ac_prev=host_alias ;;
1037 -host=* | --host=* | --hos=* | --ho=*)
1038 host_alias=$ac_optarg ;;
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
1051 includedir=$ac_optarg ;;
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056 infodir=$ac_optarg ;;
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061 libdir=$ac_optarg ;;
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
1068 libexecdir=$ac_optarg ;;
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
1076 | --localstate | --localstat | --localsta | --localst | --locals)
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080 localstatedir=$ac_optarg ;;
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085 mandir=$ac_optarg ;;
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092 | --no-cr | --no-c | -n)
1093 no_create=yes ;;
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106 oldincludedir=$ac_optarg ;;
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111 prefix=$ac_optarg ;;
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118 program_prefix=$ac_optarg ;;
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 program_suffix=$ac_optarg ;;
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
1142 program_transform_name=$ac_optarg ;;
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
1162 sbindir=$ac_optarg ;;
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
1173 sharedstatedir=$ac_optarg ;;
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
1178 site=$ac_optarg ;;
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183 srcdir=$ac_optarg ;;
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190 sysconfdir=$ac_optarg ;;
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
1193 ac_prev=target_alias ;;
1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195 target_alias=$ac_optarg ;;
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
1203 -with-* | --with-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208 { (exit 1); exit 1; }; }
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=\$ac_optarg ;;
1220 -without-* | --without-*)
1221 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222 # Reject names that are not valid shell variable names.
1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225 { (exit 1); exit 1; }; }
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1230 "with_$ac_useropt"
1231 "*) ;;
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1234 esac
1235 eval with_$ac_useropt=no ;;
1237 --x)
1238 # Obsolete; use --with-x.
1239 with_x=yes ;;
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257 { (exit 1); exit 1; }; }
1260 *=*)
1261 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262 # Reject names that are not valid shell variable names.
1263 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265 { (exit 1); exit 1; }; }
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277 esac
1278 done
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283 { (exit 1); exit 1; }; }
1286 if test -n "$ac_unrecognized_opts"; then
1287 case $enable_option_checking in
1288 no) ;;
1289 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290 { (exit 1); exit 1; }; } ;;
1291 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292 esac
1295 # Check all directory arguments for consistency.
1296 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297 datadir sysconfdir sharedstatedir localstatedir includedir \
1298 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299 libdir localedir mandir
1301 eval ac_val=\$$ac_var
1302 # Remove trailing slashes.
1303 case $ac_val in
1304 */ )
1305 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306 eval $ac_var=\$ac_val;;
1307 esac
1308 # Be sure to have absolute directory names.
1309 case $ac_val in
1310 [\\/$]* | ?:[\\/]* ) continue;;
1311 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312 esac
1313 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314 { (exit 1); exit 1; }; }
1315 done
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326 if test "x$build_alias" = x; then
1327 cross_compiling=maybe
1328 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329 If a cross compiler is detected then cross compile mode will be used." >&2
1330 elif test "x$build_alias" != "x$host_alias"; then
1331 cross_compiling=yes
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338 test "$silent" = yes && exec 6>/dev/null
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345 { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348 { (exit 1); exit 1; }; }
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353 ac_srcdir_defaulted=yes
1354 # Try the directory containing this script, then the parent directory.
1355 ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357 X"$as_myself" : 'X\(//\)[^/]' \| \
1358 X"$as_myself" : 'X\(//\)$' \| \
1359 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 s//\1/
1365 /^X\(\/\/\)[^/].*/{
1366 s//\1/
1369 /^X\(\/\/\)$/{
1370 s//\1/
1373 /^X\(\/\).*/{
1374 s//\1/
1377 s/.*/./; q'`
1378 srcdir=$ac_confdir
1379 if test ! -r "$srcdir/$ac_unique_file"; then
1380 srcdir=..
1382 else
1383 ac_srcdir_defaulted=no
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388 { (exit 1); exit 1; }; }
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393 { (exit 1); exit 1; }; }
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1413 # Report the --help message.
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1426 Defaults for the options are specified in brackets.
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1450 For better control, use the options below.
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1474 cat <<\_ACEOF
1476 X features:
1477 --x-includes=DIR X include files are in DIR
1478 --x-libraries=DIR X library files are in DIR
1480 System types:
1481 --build=BUILD configure for building on BUILD [guessed]
1482 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1486 if test -n "$ac_init_help"; then
1487 case $ac_init_help in
1488 short | recursive ) echo "Configuration of Wine 1.1.22:";;
1489 esac
1490 cat <<\_ACEOF
1492 Optional Features:
1493 --disable-option-checking ignore unrecognized --enable/--with options
1494 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1495 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1496 --disable-win16 do not include Win16 support
1497 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1498 binaries)
1499 --disable-tests do not build the regression tests
1500 --enable-maintainer-mode
1501 enable maintainer-specific build rules
1503 Optional Packages:
1504 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1505 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1506 --without-alsa do not use the Alsa sound support
1507 --without-audioio do not use the AudioIO sound support
1508 --without-capi do not use CAPI (ISDN support)
1509 --without-cms do not use CMS (color management support)
1510 --without-coreaudio do not use the CoreAudio sound support
1511 --without-cups do not use CUPS
1512 --without-curses do not use (n)curses
1513 --without-esd do not use the EsounD sound support
1514 --without-fontconfig do not use fontconfig
1515 --without-freetype do not use the FreeType library
1516 --without-gphoto do not use gphoto (Digital Camera support)
1517 --without-glu do not use the GLU library
1518 --without-gnutls do not use GnuTLS (schannel support)
1519 --without-hal do not use HAL (dynamic device support)
1520 --without-jack do not use the Jack sound support
1521 --without-jpeg do not use JPEG
1522 --without-ldap do not use LDAP
1523 --without-nas do not use the NAS sound support
1524 --without-opengl do not use OpenGL
1525 --without-openssl do not use OpenSSL
1526 --without-oss do not use the OSS sound support
1527 --without-png do not use PNG
1528 --without-pthread do not use the pthread library
1529 --without-sane do not use SANE (scanner support)
1530 --without-xcomposite do not use the Xcomposite extension
1531 --without-xcursor do not use the Xcursor extension
1532 --without-xinerama do not use Xinerama (multi-monitor support)
1533 --without-xinput do not use the Xinput extension
1534 --without-xml do not use XML
1535 --without-xrandr do not use Xrandr (resolution changes)
1536 --without-xrender do not use the Xrender extension
1537 --without-xshape do not use the Xshape extension
1538 --without-xshm do not use XShm (shared memory extension)
1539 --without-xslt do not use XSLT
1540 --without-xxf86vm do not use XFree video mode extension
1541 --with-wine-tools=DIR use Wine tools from directory DIR
1542 --with-x use the X Window System
1544 Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 Wine configure 1.1.22
1624 generated by GNU Autoconf 2.63
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631 exit
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1637 It was created by Wine $as_me 1.1.22, which was
1638 generated by GNU Autoconf 2.63. Invocation command line was
1640 $ $0 $@
1642 _ACEOF
1643 exec 5>>config.log
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1659 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1660 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1663 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1664 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1665 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1667 _ASUNAME
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1678 } >&5
1680 cat >&5 <<_ACEOF
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1687 _ACEOF
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1701 for ac_arg
1703 case $ac_arg in
1704 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706 | -silent | --silent | --silen | --sile | --sil)
1707 continue ;;
1708 *\'*)
1709 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710 esac
1711 case $ac_pass in
1712 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715 if test $ac_must_keep_next = true; then
1716 ac_must_keep_next=false # Got value, back to normal.
1717 else
1718 case $ac_arg in
1719 *=* | --config-cache | -C | -disable-* | --disable-* \
1720 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722 | -with-* | --with-* | -without-* | --without-* | --x)
1723 case "$ac_configure_args0 " in
1724 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725 esac
1727 -* ) ac_must_keep_next=true ;;
1728 esac
1730 ac_configure_args="$ac_configure_args '$ac_arg'"
1732 esac
1733 done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log. We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744 # Save into config.log some information that might help in debugging.
1746 echo
1748 cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753 echo
1754 # The following way of writing the cache mishandles newlines in values,
1756 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757 eval ac_val=\$$ac_var
1758 case $ac_val in #(
1759 *${as_nl}*)
1760 case $ac_var in #(
1761 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763 esac
1764 case $ac_var in #(
1765 _ | IFS | as_nl) ;; #(
1766 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767 *) $as_unset $ac_var ;;
1768 esac ;;
1769 esac
1770 done
1771 (set) 2>&1 |
1772 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773 *${as_nl}ac_space=\ *)
1774 sed -n \
1775 "s/'\''/'\''\\\\'\'''\''/g;
1776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777 ;; #(
1779 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781 esac |
1782 sort
1784 echo
1786 cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791 echo
1792 for ac_var in $ac_subst_vars
1794 eval ac_val=\$$ac_var
1795 case $ac_val in
1796 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797 esac
1798 $as_echo "$ac_var='\''$ac_val'\''"
1799 done | sort
1800 echo
1802 if test -n "$ac_subst_files"; then
1803 cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808 echo
1809 for ac_var in $ac_subst_files
1811 eval ac_val=\$$ac_var
1812 case $ac_val in
1813 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814 esac
1815 $as_echo "$ac_var='\''$ac_val'\''"
1816 done | sort
1817 echo
1820 if test -s confdefs.h; then
1821 cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826 echo
1827 cat confdefs.h
1828 echo
1830 test "$ac_signal" != 0 &&
1831 $as_echo "$as_me: caught signal $ac_signal"
1832 $as_echo "$as_me: exit $exit_status"
1833 } >&5
1834 rm -f core *.core core.conftest.* &&
1835 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836 exit $exit_status
1838 for ac_signal in 1 2 13 15; do
1839 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1846 # Predefined preprocessor variables.
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878 ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880 ac_site_file1=$prefix/share/config.site
1881 ac_site_file2=$prefix/etc/config.site
1882 else
1883 ac_site_file1=$ac_default_prefix/share/config.site
1884 ac_site_file2=$ac_default_prefix/etc/config.site
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 test "x$ac_site_file" = xNONE && continue
1889 if test -r "$ac_site_file"; then
1890 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892 sed 's/^/| /' "$ac_site_file" >&5
1893 . "$ac_site_file"
1895 done
1897 if test -r "$cache_file"; then
1898 # Some versions of bash will fail to source /dev/null (special
1899 # files actually), so we avoid doing that.
1900 if test -f "$cache_file"; then
1901 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903 case $cache_file in
1904 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905 *) . "./$cache_file";;
1906 esac
1908 else
1909 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911 >$cache_file
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919 eval ac_new_set=\$ac_env_${ac_var}_set
1920 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921 eval ac_new_val=\$ac_env_${ac_var}_value
1922 case $ac_old_set,$ac_new_set in
1923 set,)
1924 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926 ac_cache_corrupted=: ;;
1927 ,set)
1928 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930 ac_cache_corrupted=: ;;
1931 ,);;
1933 if test "x$ac_old_val" != "x$ac_new_val"; then
1934 # differences in whitespace do not lead to failure.
1935 ac_old_val_w=`echo x $ac_old_val`
1936 ac_new_val_w=`echo x $ac_new_val`
1937 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940 ac_cache_corrupted=:
1941 else
1942 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944 eval $ac_var=\$ac_old_val
1946 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1947 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1948 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1950 fi;;
1951 esac
1952 # Pass precious variables to config.status.
1953 if test "$ac_new_set" = set; then
1954 case $ac_new_val in
1955 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 *) ac_arg=$ac_var=$ac_new_val ;;
1957 esac
1958 case " $ac_configure_args " in
1959 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1960 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961 esac
1963 done
1964 if $ac_cache_corrupted; then
1965 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971 { (exit 1); exit 1; }; }
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006 ac_config_headers="$ac_config_headers include/config.h"
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010 if test -f "$ac_dir/install-sh"; then
2011 ac_aux_dir=$ac_dir
2012 ac_install_sh="$ac_aux_dir/install-sh -c"
2013 break
2014 elif test -f "$ac_dir/install.sh"; then
2015 ac_aux_dir=$ac_dir
2016 ac_install_sh="$ac_aux_dir/install.sh -c"
2017 break
2018 elif test -f "$ac_dir/shtool"; then
2019 ac_aux_dir=$ac_dir
2020 ac_install_sh="$ac_aux_dir/shtool install -c"
2021 break
2023 done
2024 if test -z "$ac_aux_dir"; then
2025 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027 { (exit 1); exit 1; }; }
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043 enableval=$enable_win16;
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048 enableval=$enable_win64;
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053 enableval=$enable_tests;
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058 enableval=$enable_maintainer_mode;
2059 else
2060 MAINTAINER_MODE=\#
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098 withval=$with_cups;
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110 withval=$with_esd;
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122 withval=$with_freetype;
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128 withval=$with_gphoto;
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140 withval=$with_gnutls;
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146 withval=$with_hal;
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176 withval=$with_opengl;
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188 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
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206 withval=$with_sane;
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236 withval=$with_xml;
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266 withval=$with_xslt;
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279 withval=$with_wine_tools;
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287 { (exit 1); exit 1; }; }
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292 $as_echo_n "(cached) " >&6
2293 else
2294 ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300 { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304 { (exit 1); exit 1; }; }
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313 { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340 { (exit 1); exit 1; }; }
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350 { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2367 case "$srcdir" in
2368 .) ;;
2369 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374 { (exit 1); exit 1; }; }
2375 fi ;;
2376 esac
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384 $as_echo_n "(cached) " >&6
2385 else
2386 cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389 @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393 *@@@%%%=?*=@@@%%%*)
2394 eval ac_cv_prog_make_${ac_make}_set=yes;;
2396 eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 SET_MAKE=
2404 else
2405 { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407 SET_MAKE="MAKE=${MAKE-make}"
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2429 IFS=$as_save_IFS
2430 test -z "$as_dir" && as_dir=.
2431 for ac_exec_ext in '' $ac_executable_extensions; do
2432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 break 2
2437 done
2438 done
2439 IFS=$as_save_IFS
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$ac_cv_prog_CC"; then
2455 ac_ct_CC=$CC
2456 # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$ac_ct_CC"; then
2464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_ac_ct_CC="gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2492 if test "x$ac_ct_CC" = x; then
2493 CC=""
2494 else
2495 case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501 CC=$ac_ct_CC
2503 else
2504 CC="$ac_cv_prog_CC"
2507 if test -z "$CC"; then
2508 if test -n "$ac_tool_prefix"; then
2509 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514 $as_echo_n "(cached) " >&6
2515 else
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526 ac_cv_prog_CC="${ac_tool_prefix}cc"
2527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2530 done
2531 done
2532 IFS=$as_save_IFS
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541 { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2548 if test -z "$CC"; then
2549 # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568 ac_prog_rejected=yes
2569 continue
2571 ac_cv_prog_CC="cc"
2572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2579 if test $ac_prog_rejected = yes; then
2580 # We found a bogon in the path, so make sure we never use it.
2581 set dummy $ac_cv_prog_CC
2582 shift
2583 if test $# != 0; then
2584 # We chose a different compiler from the bogus one.
2585 # However, it has the same basename, so the bogon will be chosen
2586 # first if we set CC to just the basename; use the full file name.
2587 shift
2588 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598 { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2604 if test -z "$CC"; then
2605 if test -n "$ac_tool_prefix"; then
2606 for ac_prog in cl.exe
2608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613 $as_echo_n "(cached) " >&6
2614 else
2615 if test -n "$CC"; then
2616 ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2629 done
2630 done
2631 IFS=$as_save_IFS
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640 { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2645 test -n "$CC" && break
2646 done
2648 if test -z "$CC"; then
2649 ac_ct_CC=$CC
2650 for ac_prog in cl.exe
2652 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test -n "$ac_ct_CC"; then
2660 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669 ac_cv_prog_ac_ct_CC="$ac_prog"
2670 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2
2673 done
2674 done
2675 IFS=$as_save_IFS
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684 { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2689 test -n "$ac_ct_CC" && break
2690 done
2692 if test "x$ac_ct_CC" = x; then
2693 CC=""
2694 else
2695 case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701 CC=$ac_ct_CC
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714 { (exit 1); exit 1; }; }; }
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727 (eval "$ac_compiler --version >&5") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738 (eval "$ac_compiler -v >&5") 2>&5
2739 ac_status=$?
2740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749 (eval "$ac_compiler -V >&5") 2>&5
2750 ac_status=$?
2751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h. */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h. */
2762 main ()
2766 return 0;
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2784 case $ac_file in
2785 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787 esac
2788 done
2789 rm -f $ac_rmfiles
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798 (eval "$ac_link_default") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; then
2802 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2813 [ab].out )
2814 # We found the default executable, but exeext='' is most
2815 # certainly right.
2816 break;;
2817 *.* )
2818 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819 then :; else
2820 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 # We set ac_cv_exeext here because the later test for it is not
2823 # safe: cross compilers may not add the suffix if given an `-o'
2824 # argument, so we may need to know it at that point already.
2825 # Even if this section looks crufty: it has the advantage of
2826 # actually working.
2827 break;;
2829 break;;
2830 esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2834 else
2835 ac_file=''
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841 $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850 { (exit 77); exit 77; }; }; }
2853 ac_exeext=$ac_cv_exeext
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862 if { ac_try='./$ac_file'
2863 { (case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872 (exit $ac_status); }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }; }
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911 (eval "$ac_link") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); }; then
2915 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924 break;;
2925 * ) break;;
2926 esac
2927 done
2928 else
2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935 { (exit 1); exit 1; }; }; }
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948 $as_echo_n "(cached) " >&6
2949 else
2950 cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h. */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2958 main ()
2962 return 0;
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973 (eval "$ac_compile") 2>&5
2974 ac_status=$?
2975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); }; then
2977 for ac_file in conftest.o conftest.obj conftest.*; do
2978 test -f "$ac_file" || continue;
2979 case $ac_file in
2980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982 break;;
2983 esac
2984 done
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995 { (exit 1); exit 1; }; }; }
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007 $as_echo_n "(cached) " >&6
3008 else
3009 cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h. */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h. */
3017 main ()
3019 #ifndef __GNUC__
3020 choke me
3021 #endif
3024 return 0;
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_compiler_gnu=yes
3046 else
3047 $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3050 ac_compiler_gnu=no
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060 GCC=yes
3061 else
3062 GCC=
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_save_c_werror_flag=$ac_c_werror_flag
3072 ac_c_werror_flag=yes
3073 ac_cv_prog_cc_g=no
3074 CFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3083 main ()
3087 return 0;
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098 (eval "$ac_compile") 2>conftest.er1
3099 ac_status=$?
3100 grep -v '^ *+' conftest.er1 >conftest.err
3101 rm -f conftest.er1
3102 cat conftest.err >&5
3103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104 (exit $ac_status); } && {
3105 test -z "$ac_c_werror_flag" ||
3106 test ! -s conftest.err
3107 } && test -s conftest.$ac_objext; then
3108 ac_cv_prog_cc_g=yes
3109 else
3110 $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3113 CFLAGS=""
3114 cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h. */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h. */
3122 main ()
3126 return 0;
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133 *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_c_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3148 else
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3187 ac_cv_prog_cc_g=yes
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 ac_c_werror_flag=$ac_save_c_werror_flag
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207 CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209 if test "$GCC" = yes; then
3210 CFLAGS="-g -O2"
3211 else
3212 CFLAGS="-g"
3214 else
3215 if test "$GCC" = yes; then
3216 CFLAGS="-O2"
3217 else
3218 CFLAGS=
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224 $as_echo_n "(cached) " >&6
3225 else
3226 ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h. */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h. */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242 char **p;
3243 int i;
3245 return p[i];
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3249 char *s;
3250 va_list v;
3251 va_start (v,p);
3252 s = g (p, va_arg (v,int));
3253 va_end (v);
3254 return s;
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3258 function prototypes and stuff, but not '\xHH' hex character constants.
3259 These don't provoke an error unfortunately, instead are silently treated
3260 as 'x'. The following induces an error, until -std is added to get
3261 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3262 array size at least. It's necessary to write '\x00'==0 to get something
3263 that's true only with -std. */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267 inside strings and character constants. */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3278 main ()
3280 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3282 return 0;
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3288 CC="$ac_save_CC $ac_arg"
3289 rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297 (eval "$ac_compile") 2>conftest.er1
3298 ac_status=$?
3299 grep -v '^ *+' conftest.er1 >conftest.err
3300 rm -f conftest.er1
3301 cat conftest.err >&5
3302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); } && {
3304 test -z "$ac_c_werror_flag" ||
3305 test ! -s conftest.err
3306 } && test -s conftest.$ac_objext; then
3307 ac_cv_prog_cc_c89=$ac_arg
3308 else
3309 $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3315 rm -f core conftest.err conftest.$ac_objext
3316 test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3325 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327 xno)
3328 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3331 CC="$CC $ac_cv_prog_cc_c89"
3332 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349 if test -n "$CCC"; then
3350 CXX=$CCC
3351 else
3352 if test -n "$ac_tool_prefix"; then
3353 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360 $as_echo_n "(cached) " >&6
3361 else
3362 if test -n "$CXX"; then
3363 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 break 2
3376 done
3377 done
3378 IFS=$as_save_IFS
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387 { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3392 test -n "$CXX" && break
3393 done
3395 if test -z "$CXX"; then
3396 ac_ct_CXX=$CXX
3397 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3399 # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$ac_ct_CXX"; then
3407 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416 ac_cv_prog_ac_ct_CXX="$ac_prog"
3417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3420 done
3421 done
3422 IFS=$as_save_IFS
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431 { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3436 test -n "$ac_ct_CXX" && break
3437 done
3439 if test "x$ac_ct_CXX" = x; then
3440 CXX="g++"
3441 else
3442 case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448 CXX=$ac_ct_CXX
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465 (eval "$ac_compiler --version >&5") 2>&5
3466 ac_status=$?
3467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476 (eval "$ac_compiler -v >&5") 2>&5
3477 ac_status=$?
3478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483 *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487 (eval "$ac_compiler -V >&5") 2>&5
3488 ac_status=$?
3489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495 $as_echo_n "(cached) " >&6
3496 else
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 ()
3507 #ifndef __GNUC__
3508 choke me
3509 #endif
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_compiler_gnu=yes
3534 else
3535 $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3538 ac_compiler_gnu=no
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548 GXX=yes
3549 else
3550 GXX=
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557 $as_echo_n "(cached) " >&6
3558 else
3559 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560 ac_cxx_werror_flag=yes
3561 ac_cv_prog_cxx_g=no
3562 CXXFLAGS="-g"
3563 cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h. */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h. */
3571 main ()
3575 return 0;
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3587 ac_status=$?
3588 grep -v '^ *+' conftest.er1 >conftest.err
3589 rm -f conftest.er1
3590 cat conftest.err >&5
3591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } && {
3593 test -z "$ac_cxx_werror_flag" ||
3594 test ! -s conftest.err
3595 } && test -s conftest.$ac_objext; then
3596 ac_cv_prog_cxx_g=yes
3597 else
3598 $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3601 CXXFLAGS=""
3602 cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h. */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h. */
3610 main ()
3614 return 0;
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621 *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625 (eval "$ac_compile") 2>conftest.er1
3626 ac_status=$?
3627 grep -v '^ *+' conftest.er1 >conftest.err
3628 rm -f conftest.er1
3629 cat conftest.err >&5
3630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } && {
3632 test -z "$ac_cxx_werror_flag" ||
3633 test ! -s conftest.err
3634 } && test -s conftest.$ac_objext; then
3636 else
3637 $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3640 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 CXXFLAGS="-g"
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3675 ac_cv_prog_cxx_g=yes
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695 CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697 if test "$GXX" = yes; then
3698 CXXFLAGS="-g -O2"
3699 else
3700 CXXFLAGS="-g"
3702 else
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-O2"
3705 else
3706 CXXFLAGS=
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3715 if test -n "$ac_tool_prefix"; then
3716 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$CPPBIN"; then
3724 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748 { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755 ac_ct_CPPBIN=$CPPBIN
3756 # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$ac_ct_CPPBIN"; then
3764 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_ac_ct_CPPBIN="cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3792 if test "x$ac_ct_CPPBIN" = x; then
3793 CPPBIN="cpp"
3794 else
3795 case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801 CPPBIN=$ac_ct_CPPBIN
3803 else
3804 CPPBIN="$ac_cv_prog_CPPBIN"
3808 case $host in
3809 *-darwin*)
3810 if test "x$enable_win64" == "xyes"
3811 then
3812 CC="$CC -m64"
3813 CXX="$CXX -m64"
3814 LD="${LD:-ld} -arch x86_64"
3815 AS="${AS:-as} -arch x86_64"
3816 host_cpu="x86_64"
3817 notice_platform="64-bit "
3818 TARGETFLAGS="-m64"
3820 else
3821 CC="$CC -m32"
3822 CXX="$CXX -m32"
3823 LD="${LD:-ld} -arch i386"
3824 AS="${AS:-as} -arch i386"
3825 host_cpu="i386"
3826 notice_platform="32-bit "
3827 TARGETFLAGS="-m32"
3829 enable_win16=${enable_win16:-yes}
3832 x86_64*)
3833 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834 then
3835 CC="$CC -m32"
3836 CXX="$CXX -m32"
3837 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859 *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863 (eval "$ac_link") 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } && {
3870 test -z "$ac_c_werror_flag" ||
3871 test ! -s conftest.err
3872 } && test -s conftest$ac_exeext && {
3873 test "$cross_compiling" = yes ||
3874 $as_test_x conftest$ac_exeext
3875 }; then
3876 { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879 $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886 { (exit 1); exit 1; }; }
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891 conftest$ac_exeext conftest.$ac_ext
3892 LD="${LD:-ld} -m elf_i386"
3893 AS="${AS:-as} --32"
3894 host_cpu="i386"
3895 notice_platform="32-bit "
3896 TARGETFLAGS="-m32"
3898 enable_win16=${enable_win16:-yes}
3899 else
3900 TARGETFLAGS="-m64"
3904 *-mingw32*|*-cygwin*)
3905 enable_win16=${enable_win16:-no}
3907 i[3456789]86*)
3908 enable_win16=${enable_win16:-yes}
3910 esac
3912 enable_win16=${enable_win16:-no}
3914 WIN16_FILES="\$(WIN16_FILES)"
3916 WIN16_INSTALL="\$(WIN16_INSTALL)"
3918 if test "x$enable_win16" != "xyes"
3919 then
3920 WIN16_FILES=""
3921 WIN16_INSTALL=""
3922 enable_w32skrnl=${enable_w32skrnl:-no}
3923 enable_winedos=${enable_winedos:-no}
3924 enable_winevdm=${enable_winevdm:-no}
3927 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3928 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3929 if test "${wine_cv_toolsdir+set}" = set; then
3930 $as_echo_n "(cached) " >&6
3931 else
3932 if test -z "$with_wine_tools"; then
3933 if test "$cross_compiling" = "yes"; then
3934 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3935 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3936 { (exit 1); exit 1; }; }
3937 else
3938 wine_cv_toolsdir="\$(TOPOBJDIR)"
3940 elif test -d "$with_wine_tools/tools/winebuild"; then
3941 case $with_wine_tools in
3942 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3943 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3944 esac
3945 else
3946 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3947 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3948 { (exit 1); exit 1; }; }
3951 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3952 $as_echo "$wine_cv_toolsdir" >&6; }
3953 TOOLSDIR=$wine_cv_toolsdir
3955 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3956 then
3957 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3961 for ac_prog in flex
3963 # Extract the first word of "$ac_prog", so it can be a program name with args.
3964 set dummy $ac_prog; ac_word=$2
3965 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3966 $as_echo_n "checking for $ac_word... " >&6; }
3967 if test "${ac_cv_prog_FLEX+set}" = set; then
3968 $as_echo_n "(cached) " >&6
3969 else
3970 if test -n "$FLEX"; then
3971 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3972 else
3973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974 for as_dir in $PATH
3976 IFS=$as_save_IFS
3977 test -z "$as_dir" && as_dir=.
3978 for ac_exec_ext in '' $ac_executable_extensions; do
3979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3980 ac_cv_prog_FLEX="$ac_prog"
3981 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3982 break 2
3984 done
3985 done
3986 IFS=$as_save_IFS
3990 FLEX=$ac_cv_prog_FLEX
3991 if test -n "$FLEX"; then
3992 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3993 $as_echo "$FLEX" >&6; }
3994 else
3995 { $as_echo "$as_me:$LINENO: result: no" >&5
3996 $as_echo "no" >&6; }
4000 test -n "$FLEX" && break
4001 done
4002 test -n "$FLEX" || FLEX="none"
4004 if test "$FLEX" = "none"
4005 then
4006 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4007 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4008 { (exit 1); exit 1; }; }
4011 for ac_prog in bison
4013 # Extract the first word of "$ac_prog", so it can be a program name with args.
4014 set dummy $ac_prog; ac_word=$2
4015 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4016 $as_echo_n "checking for $ac_word... " >&6; }
4017 if test "${ac_cv_prog_BISON+set}" = set; then
4018 $as_echo_n "(cached) " >&6
4019 else
4020 if test -n "$BISON"; then
4021 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4022 else
4023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4024 for as_dir in $PATH
4026 IFS=$as_save_IFS
4027 test -z "$as_dir" && as_dir=.
4028 for ac_exec_ext in '' $ac_executable_extensions; do
4029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4030 ac_cv_prog_BISON="$ac_prog"
4031 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 break 2
4034 done
4035 done
4036 IFS=$as_save_IFS
4040 BISON=$ac_cv_prog_BISON
4041 if test -n "$BISON"; then
4042 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4043 $as_echo "$BISON" >&6; }
4044 else
4045 { $as_echo "$as_me:$LINENO: result: no" >&5
4046 $as_echo "no" >&6; }
4050 test -n "$BISON" && break
4051 done
4052 test -n "$BISON" || BISON="none"
4054 if test "$BISON" = "none"
4055 then
4056 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4057 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4058 { (exit 1); exit 1; }; }
4061 if test -n "$ac_tool_prefix"; then
4062 for ac_prog in ar gar
4064 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4065 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4067 $as_echo_n "checking for $ac_word... " >&6; }
4068 if test "${ac_cv_prog_AR+set}" = set; then
4069 $as_echo_n "(cached) " >&6
4070 else
4071 if test -n "$AR"; then
4072 ac_cv_prog_AR="$AR" # Let the user override the test.
4073 else
4074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4075 for as_dir in $PATH
4077 IFS=$as_save_IFS
4078 test -z "$as_dir" && as_dir=.
4079 for ac_exec_ext in '' $ac_executable_extensions; do
4080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4081 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4082 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4083 break 2
4085 done
4086 done
4087 IFS=$as_save_IFS
4091 AR=$ac_cv_prog_AR
4092 if test -n "$AR"; then
4093 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4094 $as_echo "$AR" >&6; }
4095 else
4096 { $as_echo "$as_me:$LINENO: result: no" >&5
4097 $as_echo "no" >&6; }
4101 test -n "$AR" && break
4102 done
4104 if test -z "$AR"; then
4105 ac_ct_AR=$AR
4106 for ac_prog in ar gar
4108 # Extract the first word of "$ac_prog", so it can be a program name with args.
4109 set dummy $ac_prog; ac_word=$2
4110 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4111 $as_echo_n "checking for $ac_word... " >&6; }
4112 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4113 $as_echo_n "(cached) " >&6
4114 else
4115 if test -n "$ac_ct_AR"; then
4116 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4117 else
4118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4119 for as_dir in $PATH
4121 IFS=$as_save_IFS
4122 test -z "$as_dir" && as_dir=.
4123 for ac_exec_ext in '' $ac_executable_extensions; do
4124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4125 ac_cv_prog_ac_ct_AR="$ac_prog"
4126 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4127 break 2
4129 done
4130 done
4131 IFS=$as_save_IFS
4135 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4136 if test -n "$ac_ct_AR"; then
4137 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4138 $as_echo "$ac_ct_AR" >&6; }
4139 else
4140 { $as_echo "$as_me:$LINENO: result: no" >&5
4141 $as_echo "no" >&6; }
4145 test -n "$ac_ct_AR" && break
4146 done
4148 if test "x$ac_ct_AR" = x; then
4149 AR="ar"
4150 else
4151 case $cross_compiling:$ac_tool_warned in
4152 yes:)
4153 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4154 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4155 ac_tool_warned=yes ;;
4156 esac
4157 AR=$ac_ct_AR
4161 ARFLAGS=rc
4163 if test -n "$ac_tool_prefix"; then
4164 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4165 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4166 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4167 $as_echo_n "checking for $ac_word... " >&6; }
4168 if test "${ac_cv_prog_RANLIB+set}" = set; then
4169 $as_echo_n "(cached) " >&6
4170 else
4171 if test -n "$RANLIB"; then
4172 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4173 else
4174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4175 for as_dir in $PATH
4177 IFS=$as_save_IFS
4178 test -z "$as_dir" && as_dir=.
4179 for ac_exec_ext in '' $ac_executable_extensions; do
4180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4181 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4182 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4183 break 2
4185 done
4186 done
4187 IFS=$as_save_IFS
4191 RANLIB=$ac_cv_prog_RANLIB
4192 if test -n "$RANLIB"; then
4193 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4194 $as_echo "$RANLIB" >&6; }
4195 else
4196 { $as_echo "$as_me:$LINENO: result: no" >&5
4197 $as_echo "no" >&6; }
4202 if test -z "$ac_cv_prog_RANLIB"; then
4203 ac_ct_RANLIB=$RANLIB
4204 # Extract the first word of "ranlib", so it can be a program name with args.
4205 set dummy ranlib; ac_word=$2
4206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4207 $as_echo_n "checking for $ac_word... " >&6; }
4208 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4209 $as_echo_n "(cached) " >&6
4210 else
4211 if test -n "$ac_ct_RANLIB"; then
4212 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4213 else
4214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215 for as_dir in $PATH
4217 IFS=$as_save_IFS
4218 test -z "$as_dir" && as_dir=.
4219 for ac_exec_ext in '' $ac_executable_extensions; do
4220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4221 ac_cv_prog_ac_ct_RANLIB="ranlib"
4222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 break 2
4225 done
4226 done
4227 IFS=$as_save_IFS
4231 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4232 if test -n "$ac_ct_RANLIB"; then
4233 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4234 $as_echo "$ac_ct_RANLIB" >&6; }
4235 else
4236 { $as_echo "$as_me:$LINENO: result: no" >&5
4237 $as_echo "no" >&6; }
4240 if test "x$ac_ct_RANLIB" = x; then
4241 RANLIB=":"
4242 else
4243 case $cross_compiling:$ac_tool_warned in
4244 yes:)
4245 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4246 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4247 ac_tool_warned=yes ;;
4248 esac
4249 RANLIB=$ac_ct_RANLIB
4251 else
4252 RANLIB="$ac_cv_prog_RANLIB"
4255 if test -n "$ac_tool_prefix"; then
4256 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4257 set dummy ${ac_tool_prefix}strip; ac_word=$2
4258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_STRIP+set}" = set; then
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$STRIP"; then
4264 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4277 done
4278 done
4279 IFS=$as_save_IFS
4283 STRIP=$ac_cv_prog_STRIP
4284 if test -n "$STRIP"; then
4285 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4286 $as_echo "$STRIP" >&6; }
4287 else
4288 { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4294 if test -z "$ac_cv_prog_STRIP"; then
4295 ac_ct_STRIP=$STRIP
4296 # Extract the first word of "strip", so it can be a program name with args.
4297 set dummy strip; ac_word=$2
4298 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4299 $as_echo_n "checking for $ac_word... " >&6; }
4300 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4301 $as_echo_n "(cached) " >&6
4302 else
4303 if test -n "$ac_ct_STRIP"; then
4304 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4305 else
4306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4307 for as_dir in $PATH
4309 IFS=$as_save_IFS
4310 test -z "$as_dir" && as_dir=.
4311 for ac_exec_ext in '' $ac_executable_extensions; do
4312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4313 ac_cv_prog_ac_ct_STRIP="strip"
4314 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4315 break 2
4317 done
4318 done
4319 IFS=$as_save_IFS
4323 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4324 if test -n "$ac_ct_STRIP"; then
4325 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4326 $as_echo "$ac_ct_STRIP" >&6; }
4327 else
4328 { $as_echo "$as_me:$LINENO: result: no" >&5
4329 $as_echo "no" >&6; }
4332 if test "x$ac_ct_STRIP" = x; then
4333 STRIP="strip"
4334 else
4335 case $cross_compiling:$ac_tool_warned in
4336 yes:)
4337 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4338 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4339 ac_tool_warned=yes ;;
4340 esac
4341 STRIP=$ac_ct_STRIP
4343 else
4344 STRIP="$ac_cv_prog_STRIP"
4347 if test -n "$ac_tool_prefix"; then
4348 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4349 set dummy ${ac_tool_prefix}windres; ac_word=$2
4350 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4351 $as_echo_n "checking for $ac_word... " >&6; }
4352 if test "${ac_cv_prog_WINDRES+set}" = set; then
4353 $as_echo_n "(cached) " >&6
4354 else
4355 if test -n "$WINDRES"; then
4356 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4357 else
4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4359 for as_dir in $PATH
4361 IFS=$as_save_IFS
4362 test -z "$as_dir" && as_dir=.
4363 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4365 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4366 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2
4369 done
4370 done
4371 IFS=$as_save_IFS
4375 WINDRES=$ac_cv_prog_WINDRES
4376 if test -n "$WINDRES"; then
4377 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4378 $as_echo "$WINDRES" >&6; }
4379 else
4380 { $as_echo "$as_me:$LINENO: result: no" >&5
4381 $as_echo "no" >&6; }
4386 if test -z "$ac_cv_prog_WINDRES"; then
4387 ac_ct_WINDRES=$WINDRES
4388 # Extract the first word of "windres", so it can be a program name with args.
4389 set dummy windres; ac_word=$2
4390 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4391 $as_echo_n "checking for $ac_word... " >&6; }
4392 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4393 $as_echo_n "(cached) " >&6
4394 else
4395 if test -n "$ac_ct_WINDRES"; then
4396 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4397 else
4398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4399 for as_dir in $PATH
4401 IFS=$as_save_IFS
4402 test -z "$as_dir" && as_dir=.
4403 for ac_exec_ext in '' $ac_executable_extensions; do
4404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4405 ac_cv_prog_ac_ct_WINDRES="windres"
4406 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4407 break 2
4409 done
4410 done
4411 IFS=$as_save_IFS
4415 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4416 if test -n "$ac_ct_WINDRES"; then
4417 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4418 $as_echo "$ac_ct_WINDRES" >&6; }
4419 else
4420 { $as_echo "$as_me:$LINENO: result: no" >&5
4421 $as_echo "no" >&6; }
4424 if test "x$ac_ct_WINDRES" = x; then
4425 WINDRES="false"
4426 else
4427 case $cross_compiling:$ac_tool_warned in
4428 yes:)
4429 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4430 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4431 ac_tool_warned=yes ;;
4432 esac
4433 WINDRES=$ac_ct_WINDRES
4435 else
4436 WINDRES="$ac_cv_prog_WINDRES"
4439 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4440 $as_echo_n "checking whether ln -s works... " >&6; }
4441 LN_S=$as_ln_s
4442 if test "$LN_S" = "ln -s"; then
4443 { $as_echo "$as_me:$LINENO: result: yes" >&5
4444 $as_echo "yes" >&6; }
4445 else
4446 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4447 $as_echo "no, using $LN_S" >&6; }
4450 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4451 $as_echo_n "checking whether ln works... " >&6; }
4452 rm -f conf$$ conf$$.file
4453 echo >conf$$.file
4454 if ln conf$$.file conf$$ 2>/dev/null; then
4455 LN=ln
4457 { $as_echo "$as_me:$LINENO: result: yes" >&5
4458 $as_echo "yes" >&6; }
4459 else
4460 LN="cp -p"
4462 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4463 $as_echo "no, using $LN" >&6; }
4465 rm -f conf$$ conf$$.file
4466 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4467 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4468 if test "${ac_cv_path_GREP+set}" = set; then
4469 $as_echo_n "(cached) " >&6
4470 else
4471 if test -z "$GREP"; then
4472 ac_path_GREP_found=false
4473 # Loop through the user's path and test for each of PROGNAME-LIST
4474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4475 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4477 IFS=$as_save_IFS
4478 test -z "$as_dir" && as_dir=.
4479 for ac_prog in grep ggrep; do
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4482 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4483 # Check for GNU ac_path_GREP and select it if it is found.
4484 # Check for GNU $ac_path_GREP
4485 case `"$ac_path_GREP" --version 2>&1` in
4486 *GNU*)
4487 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4489 ac_count=0
4490 $as_echo_n 0123456789 >"conftest.in"
4491 while :
4493 cat "conftest.in" "conftest.in" >"conftest.tmp"
4494 mv "conftest.tmp" "conftest.in"
4495 cp "conftest.in" "conftest.nl"
4496 $as_echo 'GREP' >> "conftest.nl"
4497 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4498 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4499 ac_count=`expr $ac_count + 1`
4500 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4501 # Best one so far, save it but keep looking for a better one
4502 ac_cv_path_GREP="$ac_path_GREP"
4503 ac_path_GREP_max=$ac_count
4505 # 10*(2^10) chars as input seems more than enough
4506 test $ac_count -gt 10 && break
4507 done
4508 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4509 esac
4511 $ac_path_GREP_found && break 3
4512 done
4513 done
4514 done
4515 IFS=$as_save_IFS
4516 if test -z "$ac_cv_path_GREP"; then
4517 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4518 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4519 { (exit 1); exit 1; }; }
4521 else
4522 ac_cv_path_GREP=$GREP
4526 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4527 $as_echo "$ac_cv_path_GREP" >&6; }
4528 GREP="$ac_cv_path_GREP"
4531 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4532 $as_echo_n "checking for egrep... " >&6; }
4533 if test "${ac_cv_path_EGREP+set}" = set; then
4534 $as_echo_n "(cached) " >&6
4535 else
4536 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4537 then ac_cv_path_EGREP="$GREP -E"
4538 else
4539 if test -z "$EGREP"; then
4540 ac_path_EGREP_found=false
4541 # Loop through the user's path and test for each of PROGNAME-LIST
4542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4543 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4545 IFS=$as_save_IFS
4546 test -z "$as_dir" && as_dir=.
4547 for ac_prog in egrep; do
4548 for ac_exec_ext in '' $ac_executable_extensions; do
4549 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4550 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4551 # Check for GNU ac_path_EGREP and select it if it is found.
4552 # Check for GNU $ac_path_EGREP
4553 case `"$ac_path_EGREP" --version 2>&1` in
4554 *GNU*)
4555 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4557 ac_count=0
4558 $as_echo_n 0123456789 >"conftest.in"
4559 while :
4561 cat "conftest.in" "conftest.in" >"conftest.tmp"
4562 mv "conftest.tmp" "conftest.in"
4563 cp "conftest.in" "conftest.nl"
4564 $as_echo 'EGREP' >> "conftest.nl"
4565 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4566 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4567 ac_count=`expr $ac_count + 1`
4568 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4569 # Best one so far, save it but keep looking for a better one
4570 ac_cv_path_EGREP="$ac_path_EGREP"
4571 ac_path_EGREP_max=$ac_count
4573 # 10*(2^10) chars as input seems more than enough
4574 test $ac_count -gt 10 && break
4575 done
4576 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4577 esac
4579 $ac_path_EGREP_found && break 3
4580 done
4581 done
4582 done
4583 IFS=$as_save_IFS
4584 if test -z "$ac_cv_path_EGREP"; then
4585 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4586 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4587 { (exit 1); exit 1; }; }
4589 else
4590 ac_cv_path_EGREP=$EGREP
4595 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4596 $as_echo "$ac_cv_path_EGREP" >&6; }
4597 EGREP="$ac_cv_path_EGREP"
4600 # Extract the first word of "ldconfig", so it can be a program name with args.
4601 set dummy ldconfig; ac_word=$2
4602 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4603 $as_echo_n "checking for $ac_word... " >&6; }
4604 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4605 $as_echo_n "(cached) " >&6
4606 else
4607 case $LDCONFIG in
4608 [\\/]* | ?:[\\/]*)
4609 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4613 for as_dir in /sbin /usr/sbin $PATH
4615 IFS=$as_save_IFS
4616 test -z "$as_dir" && as_dir=.
4617 for ac_exec_ext in '' $ac_executable_extensions; do
4618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4619 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4620 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4621 break 2
4623 done
4624 done
4625 IFS=$as_save_IFS
4627 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4629 esac
4631 LDCONFIG=$ac_cv_path_LDCONFIG
4632 if test -n "$LDCONFIG"; then
4633 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4634 $as_echo "$LDCONFIG" >&6; }
4635 else
4636 { $as_echo "$as_me:$LINENO: result: no" >&5
4637 $as_echo "no" >&6; }
4641 # Find a good install program. We prefer a C program (faster),
4642 # so one script is as good as another. But avoid the broken or
4643 # incompatible versions:
4644 # SysV /etc/install, /usr/sbin/install
4645 # SunOS /usr/etc/install
4646 # IRIX /sbin/install
4647 # AIX /bin/install
4648 # AmigaOS /C/install, which installs bootblocks on floppy discs
4649 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4650 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4651 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4652 # OS/2's system install, which has a completely different semantic
4653 # ./install, which can be erroneously created by make from ./install.sh.
4654 # Reject install programs that cannot install multiple files.
4655 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4656 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4657 if test -z "$INSTALL"; then
4658 if test "${ac_cv_path_install+set}" = set; then
4659 $as_echo_n "(cached) " >&6
4660 else
4661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4662 for as_dir in $PATH
4664 IFS=$as_save_IFS
4665 test -z "$as_dir" && as_dir=.
4666 # Account for people who put trailing slashes in PATH elements.
4667 case $as_dir/ in
4668 ./ | .// | /cC/* | \
4669 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4670 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4671 /usr/ucb/* ) ;;
4673 # OSF1 and SCO ODT 3.0 have their own names for install.
4674 # Don't use installbsd from OSF since it installs stuff as root
4675 # by default.
4676 for ac_prog in ginstall scoinst install; do
4677 for ac_exec_ext in '' $ac_executable_extensions; do
4678 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4679 if test $ac_prog = install &&
4680 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4681 # AIX install. It has an incompatible calling convention.
4683 elif test $ac_prog = install &&
4684 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4685 # program-specific install script used by HP pwplus--don't use.
4687 else
4688 rm -rf conftest.one conftest.two conftest.dir
4689 echo one > conftest.one
4690 echo two > conftest.two
4691 mkdir conftest.dir
4692 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4693 test -s conftest.one && test -s conftest.two &&
4694 test -s conftest.dir/conftest.one &&
4695 test -s conftest.dir/conftest.two
4696 then
4697 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4698 break 3
4702 done
4703 done
4705 esac
4707 done
4708 IFS=$as_save_IFS
4710 rm -rf conftest.one conftest.two conftest.dir
4713 if test "${ac_cv_path_install+set}" = set; then
4714 INSTALL=$ac_cv_path_install
4715 else
4716 # As a last resort, use the slow shell script. Don't cache a
4717 # value for INSTALL within a source directory, because that will
4718 # break other packages using the cache if that directory is
4719 # removed, or if the value is a relative name.
4720 INSTALL=$ac_install_sh
4723 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4724 $as_echo "$INSTALL" >&6; }
4726 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4727 # It thinks the first close brace ends the variable substitution.
4728 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4730 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4732 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4734 case "$INSTALL" in
4735 [\\/$]* | ?:[\\/]* ) ;;
4736 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4737 esac
4739 for ac_prog in lclint lint
4741 # Extract the first word of "$ac_prog", so it can be a program name with args.
4742 set dummy $ac_prog; ac_word=$2
4743 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4744 $as_echo_n "checking for $ac_word... " >&6; }
4745 if test "${ac_cv_prog_LINT+set}" = set; then
4746 $as_echo_n "(cached) " >&6
4747 else
4748 if test -n "$LINT"; then
4749 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4750 else
4751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4752 for as_dir in $PATH
4754 IFS=$as_save_IFS
4755 test -z "$as_dir" && as_dir=.
4756 for ac_exec_ext in '' $ac_executable_extensions; do
4757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4758 ac_cv_prog_LINT="$ac_prog"
4759 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4760 break 2
4762 done
4763 done
4764 IFS=$as_save_IFS
4768 LINT=$ac_cv_prog_LINT
4769 if test -n "$LINT"; then
4770 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4771 $as_echo "$LINT" >&6; }
4772 else
4773 { $as_echo "$as_me:$LINENO: result: no" >&5
4774 $as_echo "no" >&6; }
4778 test -n "$LINT" && break
4779 done
4781 if test "$LINT" = "lint"
4782 then
4783 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4788 for ac_prog in fontforge
4790 # Extract the first word of "$ac_prog", so it can be a program name with args.
4791 set dummy $ac_prog; ac_word=$2
4792 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4793 $as_echo_n "checking for $ac_word... " >&6; }
4794 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4795 $as_echo_n "(cached) " >&6
4796 else
4797 if test -n "$FONTFORGE"; then
4798 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4799 else
4800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4801 for as_dir in $PATH
4803 IFS=$as_save_IFS
4804 test -z "$as_dir" && as_dir=.
4805 for ac_exec_ext in '' $ac_executable_extensions; do
4806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4807 ac_cv_prog_FONTFORGE="$ac_prog"
4808 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4809 break 2
4811 done
4812 done
4813 IFS=$as_save_IFS
4817 FONTFORGE=$ac_cv_prog_FONTFORGE
4818 if test -n "$FONTFORGE"; then
4819 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4820 $as_echo "$FONTFORGE" >&6; }
4821 else
4822 { $as_echo "$as_me:$LINENO: result: no" >&5
4823 $as_echo "no" >&6; }
4827 test -n "$FONTFORGE" && break
4828 done
4829 test -n "$FONTFORGE" || FONTFORGE="false"
4831 for ac_prog in pkg-config
4833 # Extract the first word of "$ac_prog", so it can be a program name with args.
4834 set dummy $ac_prog; ac_word=$2
4835 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4836 $as_echo_n "checking for $ac_word... " >&6; }
4837 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4838 $as_echo_n "(cached) " >&6
4839 else
4840 if test -n "$PKG_CONFIG"; then
4841 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4842 else
4843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4844 for as_dir in $PATH
4846 IFS=$as_save_IFS
4847 test -z "$as_dir" && as_dir=.
4848 for ac_exec_ext in '' $ac_executable_extensions; do
4849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4850 ac_cv_prog_PKG_CONFIG="$ac_prog"
4851 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4852 break 2
4854 done
4855 done
4856 IFS=$as_save_IFS
4860 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4861 if test -n "$PKG_CONFIG"; then
4862 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4863 $as_echo "$PKG_CONFIG" >&6; }
4864 else
4865 { $as_echo "$as_me:$LINENO: result: no" >&5
4866 $as_echo "no" >&6; }
4870 test -n "$PKG_CONFIG" && break
4871 done
4872 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4874 for ac_prog in rsvg
4876 # Extract the first word of "$ac_prog", so it can be a program name with args.
4877 set dummy $ac_prog; ac_word=$2
4878 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4879 $as_echo_n "checking for $ac_word... " >&6; }
4880 if test "${ac_cv_prog_RSVG+set}" = set; then
4881 $as_echo_n "(cached) " >&6
4882 else
4883 if test -n "$RSVG"; then
4884 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4885 else
4886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4887 for as_dir in $PATH
4889 IFS=$as_save_IFS
4890 test -z "$as_dir" && as_dir=.
4891 for ac_exec_ext in '' $ac_executable_extensions; do
4892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4893 ac_cv_prog_RSVG="$ac_prog"
4894 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4895 break 2
4897 done
4898 done
4899 IFS=$as_save_IFS
4903 RSVG=$ac_cv_prog_RSVG
4904 if test -n "$RSVG"; then
4905 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4906 $as_echo "$RSVG" >&6; }
4907 else
4908 { $as_echo "$as_me:$LINENO: result: no" >&5
4909 $as_echo "no" >&6; }
4913 test -n "$RSVG" && break
4914 done
4915 test -n "$RSVG" || RSVG="false"
4917 for ac_prog in icotool
4919 # Extract the first word of "$ac_prog", so it can be a program name with args.
4920 set dummy $ac_prog; ac_word=$2
4921 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4922 $as_echo_n "checking for $ac_word... " >&6; }
4923 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4924 $as_echo_n "(cached) " >&6
4925 else
4926 if test -n "$ICOTOOL"; then
4927 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4928 else
4929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4930 for as_dir in $PATH
4932 IFS=$as_save_IFS
4933 test -z "$as_dir" && as_dir=.
4934 for ac_exec_ext in '' $ac_executable_extensions; do
4935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4936 ac_cv_prog_ICOTOOL="$ac_prog"
4937 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4938 break 2
4940 done
4941 done
4942 IFS=$as_save_IFS
4946 ICOTOOL=$ac_cv_prog_ICOTOOL
4947 if test -n "$ICOTOOL"; then
4948 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4949 $as_echo "$ICOTOOL" >&6; }
4950 else
4951 { $as_echo "$as_me:$LINENO: result: no" >&5
4952 $as_echo "no" >&6; }
4956 test -n "$ICOTOOL" && break
4957 done
4958 test -n "$ICOTOOL" || ICOTOOL="false"
4961 if test "${enable_maintainer_mode+set}" = set
4962 then
4963 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4964 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4965 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4968 case $host_cpu in
4969 *i[3456789]86*)
4970 # Extract the first word of "prelink", so it can be a program name with args.
4971 set dummy prelink; ac_word=$2
4972 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4973 $as_echo_n "checking for $ac_word... " >&6; }
4974 if test "${ac_cv_path_PRELINK+set}" = set; then
4975 $as_echo_n "(cached) " >&6
4976 else
4977 case $PRELINK in
4978 [\\/]* | ?:[\\/]*)
4979 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4983 for as_dir in /sbin /usr/sbin $PATH
4985 IFS=$as_save_IFS
4986 test -z "$as_dir" && as_dir=.
4987 for ac_exec_ext in '' $ac_executable_extensions; do
4988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4989 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4990 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4991 break 2
4993 done
4994 done
4995 IFS=$as_save_IFS
4997 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4999 esac
5001 PRELINK=$ac_cv_path_PRELINK
5002 if test -n "$PRELINK"; then
5003 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5004 $as_echo "$PRELINK" >&6; }
5005 else
5006 { $as_echo "$as_me:$LINENO: result: no" >&5
5007 $as_echo "no" >&6; }
5012 esac
5016 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5017 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5018 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5019 $as_echo_n "(cached) " >&6
5020 else
5021 ac_check_lib_save_LIBS=$LIBS
5022 LIBS="-li386 $LIBS"
5023 cat >conftest.$ac_ext <<_ACEOF
5024 /* confdefs.h. */
5025 _ACEOF
5026 cat confdefs.h >>conftest.$ac_ext
5027 cat >>conftest.$ac_ext <<_ACEOF
5028 /* end confdefs.h. */
5030 /* Override any GCC internal prototype to avoid an error.
5031 Use char because int might match the return type of a GCC
5032 builtin and then its argument prototype would still apply. */
5033 #ifdef __cplusplus
5034 extern "C"
5035 #endif
5036 char i386_set_ldt ();
5038 main ()
5040 return i386_set_ldt ();
5042 return 0;
5044 _ACEOF
5045 rm -f conftest.$ac_objext conftest$ac_exeext
5046 if { (ac_try="$ac_link"
5047 case "(($ac_try" in
5048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5049 *) ac_try_echo=$ac_try;;
5050 esac
5051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5052 $as_echo "$ac_try_echo") >&5
5053 (eval "$ac_link") 2>conftest.er1
5054 ac_status=$?
5055 grep -v '^ *+' conftest.er1 >conftest.err
5056 rm -f conftest.er1
5057 cat conftest.err >&5
5058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5059 (exit $ac_status); } && {
5060 test -z "$ac_c_werror_flag" ||
5061 test ! -s conftest.err
5062 } && test -s conftest$ac_exeext && {
5063 test "$cross_compiling" = yes ||
5064 $as_test_x conftest$ac_exeext
5065 }; then
5066 ac_cv_lib_i386_i386_set_ldt=yes
5067 else
5068 $as_echo "$as_me: failed program was:" >&5
5069 sed 's/^/| /' conftest.$ac_ext >&5
5071 ac_cv_lib_i386_i386_set_ldt=no
5074 rm -rf conftest.dSYM
5075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5076 conftest$ac_exeext conftest.$ac_ext
5077 LIBS=$ac_check_lib_save_LIBS
5079 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5080 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5081 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5082 cat >>confdefs.h <<_ACEOF
5083 #define HAVE_LIBI386 1
5084 _ACEOF
5086 LIBS="-li386 $LIBS"
5091 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5092 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5093 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5094 $as_echo_n "(cached) " >&6
5095 else
5096 ac_check_lib_save_LIBS=$LIBS
5097 LIBS="-lossaudio $LIBS"
5098 cat >conftest.$ac_ext <<_ACEOF
5099 /* confdefs.h. */
5100 _ACEOF
5101 cat confdefs.h >>conftest.$ac_ext
5102 cat >>conftest.$ac_ext <<_ACEOF
5103 /* end confdefs.h. */
5105 /* Override any GCC internal prototype to avoid an error.
5106 Use char because int might match the return type of a GCC
5107 builtin and then its argument prototype would still apply. */
5108 #ifdef __cplusplus
5109 extern "C"
5110 #endif
5111 char _oss_ioctl ();
5113 main ()
5115 return _oss_ioctl ();
5117 return 0;
5119 _ACEOF
5120 rm -f conftest.$ac_objext conftest$ac_exeext
5121 if { (ac_try="$ac_link"
5122 case "(($ac_try" in
5123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5124 *) ac_try_echo=$ac_try;;
5125 esac
5126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5127 $as_echo "$ac_try_echo") >&5
5128 (eval "$ac_link") 2>conftest.er1
5129 ac_status=$?
5130 grep -v '^ *+' conftest.er1 >conftest.err
5131 rm -f conftest.er1
5132 cat conftest.err >&5
5133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134 (exit $ac_status); } && {
5135 test -z "$ac_c_werror_flag" ||
5136 test ! -s conftest.err
5137 } && test -s conftest$ac_exeext && {
5138 test "$cross_compiling" = yes ||
5139 $as_test_x conftest$ac_exeext
5140 }; then
5141 ac_cv_lib_ossaudio__oss_ioctl=yes
5142 else
5143 $as_echo "$as_me: failed program was:" >&5
5144 sed 's/^/| /' conftest.$ac_ext >&5
5146 ac_cv_lib_ossaudio__oss_ioctl=no
5149 rm -rf conftest.dSYM
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 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5155 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5156 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5157 cat >>confdefs.h <<_ACEOF
5158 #define HAVE_LIBOSSAUDIO 1
5159 _ACEOF
5161 LIBS="-lossaudio $LIBS"
5166 XLIB=""
5168 OPENGL_LIBS=""
5172 ac_ext=c
5173 ac_cpp='$CPP $CPPFLAGS'
5174 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5175 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5176 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5177 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5178 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5179 # On Suns, sometimes $CPP names a directory.
5180 if test -n "$CPP" && test -d "$CPP"; then
5181 CPP=
5183 if test -z "$CPP"; then
5184 if test "${ac_cv_prog_CPP+set}" = set; then
5185 $as_echo_n "(cached) " >&6
5186 else
5187 # Double quotes because CPP needs to be expanded
5188 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5190 ac_preproc_ok=false
5191 for ac_c_preproc_warn_flag in '' yes
5193 # Use a header file that comes with gcc, so configuring glibc
5194 # with a fresh cross-compiler works.
5195 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5196 # <limits.h> exists even on freestanding compilers.
5197 # On the NeXT, cc -E runs the code through the compiler's parser,
5198 # not just through cpp. "Syntax error" is here to catch this case.
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5205 #ifdef __STDC__
5206 # include <limits.h>
5207 #else
5208 # include <assert.h>
5209 #endif
5210 Syntax error
5211 _ACEOF
5212 if { (ac_try="$ac_cpp conftest.$ac_ext"
5213 case "(($ac_try" in
5214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5215 *) ac_try_echo=$ac_try;;
5216 esac
5217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5218 $as_echo "$ac_try_echo") >&5
5219 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5220 ac_status=$?
5221 grep -v '^ *+' conftest.er1 >conftest.err
5222 rm -f conftest.er1
5223 cat conftest.err >&5
5224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5225 (exit $ac_status); } >/dev/null && {
5226 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5227 test ! -s conftest.err
5228 }; then
5230 else
5231 $as_echo "$as_me: failed program was:" >&5
5232 sed 's/^/| /' conftest.$ac_ext >&5
5234 # Broken: fails on valid input.
5235 continue
5238 rm -f conftest.err conftest.$ac_ext
5240 # OK, works on sane cases. Now check whether nonexistent headers
5241 # can be detected and how.
5242 cat >conftest.$ac_ext <<_ACEOF
5243 /* confdefs.h. */
5244 _ACEOF
5245 cat confdefs.h >>conftest.$ac_ext
5246 cat >>conftest.$ac_ext <<_ACEOF
5247 /* end confdefs.h. */
5248 #include <ac_nonexistent.h>
5249 _ACEOF
5250 if { (ac_try="$ac_cpp conftest.$ac_ext"
5251 case "(($ac_try" in
5252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5253 *) ac_try_echo=$ac_try;;
5254 esac
5255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5256 $as_echo "$ac_try_echo") >&5
5257 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5258 ac_status=$?
5259 grep -v '^ *+' conftest.er1 >conftest.err
5260 rm -f conftest.er1
5261 cat conftest.err >&5
5262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5263 (exit $ac_status); } >/dev/null && {
5264 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5265 test ! -s conftest.err
5266 }; then
5267 # Broken: success on invalid input.
5268 continue
5269 else
5270 $as_echo "$as_me: failed program was:" >&5
5271 sed 's/^/| /' conftest.$ac_ext >&5
5273 # Passes both tests.
5274 ac_preproc_ok=:
5275 break
5278 rm -f conftest.err conftest.$ac_ext
5280 done
5281 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5282 rm -f conftest.err conftest.$ac_ext
5283 if $ac_preproc_ok; then
5284 break
5287 done
5288 ac_cv_prog_CPP=$CPP
5291 CPP=$ac_cv_prog_CPP
5292 else
5293 ac_cv_prog_CPP=$CPP
5295 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5296 $as_echo "$CPP" >&6; }
5297 ac_preproc_ok=false
5298 for ac_c_preproc_warn_flag in '' yes
5300 # Use a header file that comes with gcc, so configuring glibc
5301 # with a fresh cross-compiler works.
5302 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5303 # <limits.h> exists even on freestanding compilers.
5304 # On the NeXT, cc -E runs the code through the compiler's parser,
5305 # not just through cpp. "Syntax error" is here to catch this case.
5306 cat >conftest.$ac_ext <<_ACEOF
5307 /* confdefs.h. */
5308 _ACEOF
5309 cat confdefs.h >>conftest.$ac_ext
5310 cat >>conftest.$ac_ext <<_ACEOF
5311 /* end confdefs.h. */
5312 #ifdef __STDC__
5313 # include <limits.h>
5314 #else
5315 # include <assert.h>
5316 #endif
5317 Syntax error
5318 _ACEOF
5319 if { (ac_try="$ac_cpp conftest.$ac_ext"
5320 case "(($ac_try" in
5321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5322 *) ac_try_echo=$ac_try;;
5323 esac
5324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5325 $as_echo "$ac_try_echo") >&5
5326 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5327 ac_status=$?
5328 grep -v '^ *+' conftest.er1 >conftest.err
5329 rm -f conftest.er1
5330 cat conftest.err >&5
5331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5332 (exit $ac_status); } >/dev/null && {
5333 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5334 test ! -s conftest.err
5335 }; then
5337 else
5338 $as_echo "$as_me: failed program was:" >&5
5339 sed 's/^/| /' conftest.$ac_ext >&5
5341 # Broken: fails on valid input.
5342 continue
5345 rm -f conftest.err conftest.$ac_ext
5347 # OK, works on sane cases. Now check whether nonexistent headers
5348 # can be detected and how.
5349 cat >conftest.$ac_ext <<_ACEOF
5350 /* confdefs.h. */
5351 _ACEOF
5352 cat confdefs.h >>conftest.$ac_ext
5353 cat >>conftest.$ac_ext <<_ACEOF
5354 /* end confdefs.h. */
5355 #include <ac_nonexistent.h>
5356 _ACEOF
5357 if { (ac_try="$ac_cpp conftest.$ac_ext"
5358 case "(($ac_try" in
5359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5360 *) ac_try_echo=$ac_try;;
5361 esac
5362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5363 $as_echo "$ac_try_echo") >&5
5364 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5365 ac_status=$?
5366 grep -v '^ *+' conftest.er1 >conftest.err
5367 rm -f conftest.er1
5368 cat conftest.err >&5
5369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5370 (exit $ac_status); } >/dev/null && {
5371 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5372 test ! -s conftest.err
5373 }; then
5374 # Broken: success on invalid input.
5375 continue
5376 else
5377 $as_echo "$as_me: failed program was:" >&5
5378 sed 's/^/| /' conftest.$ac_ext >&5
5380 # Passes both tests.
5381 ac_preproc_ok=:
5382 break
5385 rm -f conftest.err conftest.$ac_ext
5387 done
5388 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5389 rm -f conftest.err conftest.$ac_ext
5390 if $ac_preproc_ok; then
5392 else
5393 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5394 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5395 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5396 See \`config.log' for more details." >&5
5397 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5398 See \`config.log' for more details." >&2;}
5399 { (exit 1); exit 1; }; }; }
5402 ac_ext=c
5403 ac_cpp='$CPP $CPPFLAGS'
5404 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5405 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5406 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5409 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5410 $as_echo_n "checking for ANSI C header files... " >&6; }
5411 if test "${ac_cv_header_stdc+set}" = set; then
5412 $as_echo_n "(cached) " >&6
5413 else
5414 cat >conftest.$ac_ext <<_ACEOF
5415 /* confdefs.h. */
5416 _ACEOF
5417 cat confdefs.h >>conftest.$ac_ext
5418 cat >>conftest.$ac_ext <<_ACEOF
5419 /* end confdefs.h. */
5420 #include <stdlib.h>
5421 #include <stdarg.h>
5422 #include <string.h>
5423 #include <float.h>
5426 main ()
5430 return 0;
5432 _ACEOF
5433 rm -f conftest.$ac_objext
5434 if { (ac_try="$ac_compile"
5435 case "(($ac_try" in
5436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5437 *) ac_try_echo=$ac_try;;
5438 esac
5439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5440 $as_echo "$ac_try_echo") >&5
5441 (eval "$ac_compile") 2>conftest.er1
5442 ac_status=$?
5443 grep -v '^ *+' conftest.er1 >conftest.err
5444 rm -f conftest.er1
5445 cat conftest.err >&5
5446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5447 (exit $ac_status); } && {
5448 test -z "$ac_c_werror_flag" ||
5449 test ! -s conftest.err
5450 } && test -s conftest.$ac_objext; then
5451 ac_cv_header_stdc=yes
5452 else
5453 $as_echo "$as_me: failed program was:" >&5
5454 sed 's/^/| /' conftest.$ac_ext >&5
5456 ac_cv_header_stdc=no
5459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5461 if test $ac_cv_header_stdc = yes; then
5462 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5463 cat >conftest.$ac_ext <<_ACEOF
5464 /* confdefs.h. */
5465 _ACEOF
5466 cat confdefs.h >>conftest.$ac_ext
5467 cat >>conftest.$ac_ext <<_ACEOF
5468 /* end confdefs.h. */
5469 #include <string.h>
5471 _ACEOF
5472 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5473 $EGREP "memchr" >/dev/null 2>&1; then
5475 else
5476 ac_cv_header_stdc=no
5478 rm -f conftest*
5482 if test $ac_cv_header_stdc = yes; then
5483 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5484 cat >conftest.$ac_ext <<_ACEOF
5485 /* confdefs.h. */
5486 _ACEOF
5487 cat confdefs.h >>conftest.$ac_ext
5488 cat >>conftest.$ac_ext <<_ACEOF
5489 /* end confdefs.h. */
5490 #include <stdlib.h>
5492 _ACEOF
5493 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5494 $EGREP "free" >/dev/null 2>&1; then
5496 else
5497 ac_cv_header_stdc=no
5499 rm -f conftest*
5503 if test $ac_cv_header_stdc = yes; then
5504 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5505 if test "$cross_compiling" = yes; then
5507 else
5508 cat >conftest.$ac_ext <<_ACEOF
5509 /* confdefs.h. */
5510 _ACEOF
5511 cat confdefs.h >>conftest.$ac_ext
5512 cat >>conftest.$ac_ext <<_ACEOF
5513 /* end confdefs.h. */
5514 #include <ctype.h>
5515 #include <stdlib.h>
5516 #if ((' ' & 0x0FF) == 0x020)
5517 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5518 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5519 #else
5520 # define ISLOWER(c) \
5521 (('a' <= (c) && (c) <= 'i') \
5522 || ('j' <= (c) && (c) <= 'r') \
5523 || ('s' <= (c) && (c) <= 'z'))
5524 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5525 #endif
5527 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5529 main ()
5531 int i;
5532 for (i = 0; i < 256; i++)
5533 if (XOR (islower (i), ISLOWER (i))
5534 || toupper (i) != TOUPPER (i))
5535 return 2;
5536 return 0;
5538 _ACEOF
5539 rm -f conftest$ac_exeext
5540 if { (ac_try="$ac_link"
5541 case "(($ac_try" in
5542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5543 *) ac_try_echo=$ac_try;;
5544 esac
5545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5546 $as_echo "$ac_try_echo") >&5
5547 (eval "$ac_link") 2>&5
5548 ac_status=$?
5549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5551 { (case "(($ac_try" in
5552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5553 *) ac_try_echo=$ac_try;;
5554 esac
5555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5556 $as_echo "$ac_try_echo") >&5
5557 (eval "$ac_try") 2>&5
5558 ac_status=$?
5559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560 (exit $ac_status); }; }; then
5562 else
5563 $as_echo "$as_me: program exited with status $ac_status" >&5
5564 $as_echo "$as_me: failed program was:" >&5
5565 sed 's/^/| /' conftest.$ac_ext >&5
5567 ( exit $ac_status )
5568 ac_cv_header_stdc=no
5570 rm -rf conftest.dSYM
5571 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5577 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5578 $as_echo "$ac_cv_header_stdc" >&6; }
5579 if test $ac_cv_header_stdc = yes; then
5581 cat >>confdefs.h <<\_ACEOF
5582 #define STDC_HEADERS 1
5583 _ACEOF
5587 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5597 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5598 inttypes.h stdint.h unistd.h
5600 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5601 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5602 $as_echo_n "checking for $ac_header... " >&6; }
5603 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5604 $as_echo_n "(cached) " >&6
5605 else
5606 cat >conftest.$ac_ext <<_ACEOF
5607 /* confdefs.h. */
5608 _ACEOF
5609 cat confdefs.h >>conftest.$ac_ext
5610 cat >>conftest.$ac_ext <<_ACEOF
5611 /* end confdefs.h. */
5612 $ac_includes_default
5614 #include <$ac_header>
5615 _ACEOF
5616 rm -f conftest.$ac_objext
5617 if { (ac_try="$ac_compile"
5618 case "(($ac_try" in
5619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5620 *) ac_try_echo=$ac_try;;
5621 esac
5622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5623 $as_echo "$ac_try_echo") >&5
5624 (eval "$ac_compile") 2>conftest.er1
5625 ac_status=$?
5626 grep -v '^ *+' conftest.er1 >conftest.err
5627 rm -f conftest.er1
5628 cat conftest.err >&5
5629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5630 (exit $ac_status); } && {
5631 test -z "$ac_c_werror_flag" ||
5632 test ! -s conftest.err
5633 } && test -s conftest.$ac_objext; then
5634 eval "$as_ac_Header=yes"
5635 else
5636 $as_echo "$as_me: failed program was:" >&5
5637 sed 's/^/| /' conftest.$ac_ext >&5
5639 eval "$as_ac_Header=no"
5642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5644 ac_res=`eval 'as_val=${'$as_ac_Header'}
5645 $as_echo "$as_val"'`
5646 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5647 $as_echo "$ac_res" >&6; }
5648 as_val=`eval 'as_val=${'$as_ac_Header'}
5649 $as_echo "$as_val"'`
5650 if test "x$as_val" = x""yes; then
5651 cat >>confdefs.h <<_ACEOF
5652 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5653 _ACEOF
5657 done
5781 for ac_header in \
5782 AudioUnit/AudioUnit.h \
5783 Carbon/Carbon.h \
5784 CoreAudio/CoreAudio.h \
5785 DiskArbitration/DiskArbitration.h \
5786 IOKit/IOKitLib.h \
5787 IOKit/hid/IOHIDLib.h \
5788 alias.h \
5789 alsa/asoundlib.h \
5790 arpa/inet.h \
5791 arpa/nameser.h \
5792 asm/types.h \
5793 capi20.h \
5794 curses.h \
5795 direct.h \
5796 dirent.h \
5797 dlfcn.h \
5798 elf.h \
5799 float.h \
5800 fontconfig/fontconfig.h \
5801 getopt.h \
5802 grp.h \
5803 ieeefp.h \
5804 inet/mib2.h \
5805 io.h \
5806 jack/jack.h \
5807 jpeglib.h \
5808 kstat.h \
5809 lber.h \
5810 lcms.h \
5811 lcms/lcms.h \
5812 ldap.h \
5813 libaudioio.h \
5814 link.h \
5815 linux/cdrom.h \
5816 linux/compiler.h \
5817 linux/hdreg.h \
5818 linux/input.h \
5819 linux/ioctl.h \
5820 linux/joystick.h \
5821 linux/major.h \
5822 linux/param.h \
5823 linux/serial.h \
5824 linux/types.h \
5825 linux/ucdrom.h \
5826 mach-o/dyld_images.h \
5827 mach-o/nlist.h \
5828 mach/mach.h \
5829 mach/machine.h \
5830 machine/cpu.h \
5831 machine/limits.h \
5832 machine/soundcard.h \
5833 mntent.h \
5834 ncurses.h \
5835 netdb.h \
5836 netinet/in.h \
5837 netinet/in_systm.h \
5838 netinet/tcp.h \
5839 netinet/tcp_fsm.h \
5840 openssl/err.h \
5841 openssl/ssl.h \
5842 png.h \
5843 poll.h \
5844 process.h \
5845 pthread.h \
5846 pwd.h \
5847 regex.h \
5848 sched.h \
5849 scsi/scsi.h \
5850 scsi/scsi_ioctl.h \
5851 scsi/sg.h \
5852 soundcard.h \
5853 stdint.h \
5854 strings.h \
5855 stropts.h \
5856 sys/asoundlib.h \
5857 sys/cdio.h \
5858 sys/elf32.h \
5859 sys/epoll.h \
5860 sys/errno.h \
5861 sys/event.h \
5862 sys/exec_elf.h \
5863 sys/filio.h \
5864 sys/ioctl.h \
5865 sys/ipc.h \
5866 sys/limits.h \
5867 sys/link.h \
5868 sys/mman.h \
5869 sys/modem.h \
5870 sys/msg.h \
5871 sys/mtio.h \
5872 sys/param.h \
5873 sys/poll.h \
5874 sys/prctl.h \
5875 sys/protosw.h \
5876 sys/ptrace.h \
5877 sys/resource.h \
5878 sys/scsiio.h \
5879 sys/shm.h \
5880 sys/signal.h \
5881 sys/socket.h \
5882 sys/socketvar.h \
5883 sys/sockio.h \
5884 sys/soundcard.h \
5885 sys/statvfs.h \
5886 sys/strtio.h \
5887 sys/syscall.h \
5888 sys/tihdr.h \
5889 sys/time.h \
5890 sys/timeout.h \
5891 sys/times.h \
5892 sys/uio.h \
5893 sys/un.h \
5894 sys/utsname.h \
5895 sys/vm86.h \
5896 sys/wait.h \
5897 syscall.h \
5898 termios.h \
5899 unistd.h \
5900 utime.h \
5901 valgrind/memcheck.h \
5902 valgrind/valgrind.h
5905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5907 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5908 $as_echo_n "checking for $ac_header... " >&6; }
5909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5910 $as_echo_n "(cached) " >&6
5912 ac_res=`eval 'as_val=${'$as_ac_Header'}
5913 $as_echo "$as_val"'`
5914 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5915 $as_echo "$ac_res" >&6; }
5916 else
5917 # Is the header compilable?
5918 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5919 $as_echo_n "checking $ac_header usability... " >&6; }
5920 cat >conftest.$ac_ext <<_ACEOF
5921 /* confdefs.h. */
5922 _ACEOF
5923 cat confdefs.h >>conftest.$ac_ext
5924 cat >>conftest.$ac_ext <<_ACEOF
5925 /* end confdefs.h. */
5926 $ac_includes_default
5927 #include <$ac_header>
5928 _ACEOF
5929 rm -f conftest.$ac_objext
5930 if { (ac_try="$ac_compile"
5931 case "(($ac_try" in
5932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5933 *) ac_try_echo=$ac_try;;
5934 esac
5935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5936 $as_echo "$ac_try_echo") >&5
5937 (eval "$ac_compile") 2>conftest.er1
5938 ac_status=$?
5939 grep -v '^ *+' conftest.er1 >conftest.err
5940 rm -f conftest.er1
5941 cat conftest.err >&5
5942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); } && {
5944 test -z "$ac_c_werror_flag" ||
5945 test ! -s conftest.err
5946 } && test -s conftest.$ac_objext; then
5947 ac_header_compiler=yes
5948 else
5949 $as_echo "$as_me: failed program was:" >&5
5950 sed 's/^/| /' conftest.$ac_ext >&5
5952 ac_header_compiler=no
5955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5956 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5957 $as_echo "$ac_header_compiler" >&6; }
5959 # Is the header present?
5960 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5961 $as_echo_n "checking $ac_header presence... " >&6; }
5962 cat >conftest.$ac_ext <<_ACEOF
5963 /* confdefs.h. */
5964 _ACEOF
5965 cat confdefs.h >>conftest.$ac_ext
5966 cat >>conftest.$ac_ext <<_ACEOF
5967 /* end confdefs.h. */
5968 #include <$ac_header>
5969 _ACEOF
5970 if { (ac_try="$ac_cpp conftest.$ac_ext"
5971 case "(($ac_try" in
5972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5973 *) ac_try_echo=$ac_try;;
5974 esac
5975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5976 $as_echo "$ac_try_echo") >&5
5977 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5978 ac_status=$?
5979 grep -v '^ *+' conftest.er1 >conftest.err
5980 rm -f conftest.er1
5981 cat conftest.err >&5
5982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5983 (exit $ac_status); } >/dev/null && {
5984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5985 test ! -s conftest.err
5986 }; then
5987 ac_header_preproc=yes
5988 else
5989 $as_echo "$as_me: failed program was:" >&5
5990 sed 's/^/| /' conftest.$ac_ext >&5
5992 ac_header_preproc=no
5995 rm -f conftest.err conftest.$ac_ext
5996 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5997 $as_echo "$ac_header_preproc" >&6; }
5999 # So? What about this header?
6000 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6001 yes:no: )
6002 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6003 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6004 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6005 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6006 ac_header_preproc=yes
6008 no:yes:* )
6009 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6010 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6011 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6012 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6013 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6014 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6015 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6016 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6017 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6018 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6019 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6020 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6021 ( cat <<\_ASBOX
6022 ## ------------------------------------ ##
6023 ## Report this to wine-devel@winehq.org ##
6024 ## ------------------------------------ ##
6025 _ASBOX
6026 ) | sed "s/^/$as_me: WARNING: /" >&2
6028 esac
6029 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6030 $as_echo_n "checking for $ac_header... " >&6; }
6031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6032 $as_echo_n "(cached) " >&6
6033 else
6034 eval "$as_ac_Header=\$ac_header_preproc"
6036 ac_res=`eval 'as_val=${'$as_ac_Header'}
6037 $as_echo "$as_val"'`
6038 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6039 $as_echo "$ac_res" >&6; }
6042 as_val=`eval 'as_val=${'$as_ac_Header'}
6043 $as_echo "$as_val"'`
6044 if test "x$as_val" = x""yes; then
6045 cat >>confdefs.h <<_ACEOF
6046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6047 _ACEOF
6051 done
6053 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6054 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6055 if test "${ac_cv_header_stat_broken+set}" = set; then
6056 $as_echo_n "(cached) " >&6
6057 else
6058 cat >conftest.$ac_ext <<_ACEOF
6059 /* confdefs.h. */
6060 _ACEOF
6061 cat confdefs.h >>conftest.$ac_ext
6062 cat >>conftest.$ac_ext <<_ACEOF
6063 /* end confdefs.h. */
6064 #include <sys/types.h>
6065 #include <sys/stat.h>
6067 #if defined S_ISBLK && defined S_IFDIR
6068 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6069 #endif
6071 #if defined S_ISBLK && defined S_IFCHR
6072 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6073 #endif
6075 #if defined S_ISLNK && defined S_IFREG
6076 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6077 #endif
6079 #if defined S_ISSOCK && defined S_IFREG
6080 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6081 #endif
6083 _ACEOF
6084 rm -f conftest.$ac_objext
6085 if { (ac_try="$ac_compile"
6086 case "(($ac_try" in
6087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6088 *) ac_try_echo=$ac_try;;
6089 esac
6090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6091 $as_echo "$ac_try_echo") >&5
6092 (eval "$ac_compile") 2>conftest.er1
6093 ac_status=$?
6094 grep -v '^ *+' conftest.er1 >conftest.err
6095 rm -f conftest.er1
6096 cat conftest.err >&5
6097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6098 (exit $ac_status); } && {
6099 test -z "$ac_c_werror_flag" ||
6100 test ! -s conftest.err
6101 } && test -s conftest.$ac_objext; then
6102 ac_cv_header_stat_broken=no
6103 else
6104 $as_echo "$as_me: failed program was:" >&5
6105 sed 's/^/| /' conftest.$ac_ext >&5
6107 ac_cv_header_stat_broken=yes
6110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6112 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6113 $as_echo "$ac_cv_header_stat_broken" >&6; }
6114 if test $ac_cv_header_stat_broken = yes; then
6116 cat >>confdefs.h <<\_ACEOF
6117 #define STAT_MACROS_BROKEN 1
6118 _ACEOF
6129 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6131 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6132 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6133 $as_echo_n "checking for $ac_header... " >&6; }
6134 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6135 $as_echo_n "(cached) " >&6
6136 else
6137 cat >conftest.$ac_ext <<_ACEOF
6138 /* confdefs.h. */
6139 _ACEOF
6140 cat confdefs.h >>conftest.$ac_ext
6141 cat >>conftest.$ac_ext <<_ACEOF
6142 /* end confdefs.h. */
6143 #include <sys/types.h>
6144 #ifdef HAVE_SYS_PARAM_H
6145 # include <sys/param.h>
6146 #endif
6148 #include <$ac_header>
6149 _ACEOF
6150 rm -f conftest.$ac_objext
6151 if { (ac_try="$ac_compile"
6152 case "(($ac_try" in
6153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6154 *) ac_try_echo=$ac_try;;
6155 esac
6156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6157 $as_echo "$ac_try_echo") >&5
6158 (eval "$ac_compile") 2>conftest.er1
6159 ac_status=$?
6160 grep -v '^ *+' conftest.er1 >conftest.err
6161 rm -f conftest.er1
6162 cat conftest.err >&5
6163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6164 (exit $ac_status); } && {
6165 test -z "$ac_c_werror_flag" ||
6166 test ! -s conftest.err
6167 } && test -s conftest.$ac_objext; then
6168 eval "$as_ac_Header=yes"
6169 else
6170 $as_echo "$as_me: failed program was:" >&5
6171 sed 's/^/| /' conftest.$ac_ext >&5
6173 eval "$as_ac_Header=no"
6176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6178 ac_res=`eval 'as_val=${'$as_ac_Header'}
6179 $as_echo "$as_val"'`
6180 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6181 $as_echo "$ac_res" >&6; }
6182 as_val=`eval 'as_val=${'$as_ac_Header'}
6183 $as_echo "$as_val"'`
6184 if test "x$as_val" = x""yes; then
6185 cat >>confdefs.h <<_ACEOF
6186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6187 _ACEOF
6191 done
6207 for ac_header in \
6208 netinet/ip.h \
6209 net/if.h \
6210 net/if_arp.h \
6211 net/if_dl.h \
6212 net/if_types.h \
6213 net/route.h \
6214 netinet/if_ether.h \
6215 netinet/if_inarp.h \
6216 netinet/in_pcb.h \
6217 netinet/ip_icmp.h \
6218 netinet/ip_var.h \
6219 netinet/udp.h \
6220 netipx/ipx.h \
6223 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6224 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6225 $as_echo_n "checking for $ac_header... " >&6; }
6226 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6227 $as_echo_n "(cached) " >&6
6228 else
6229 cat >conftest.$ac_ext <<_ACEOF
6230 /* confdefs.h. */
6231 _ACEOF
6232 cat confdefs.h >>conftest.$ac_ext
6233 cat >>conftest.$ac_ext <<_ACEOF
6234 /* end confdefs.h. */
6235 #include <sys/types.h>
6236 #ifdef HAVE_SYS_SOCKET_H
6237 # include <sys/socket.h>
6238 #endif
6239 #ifdef HAVE_SYS_SOCKETVAR_H
6240 # include <sys/socketvar.h>
6241 #endif
6242 #ifdef HAVE_NET_ROUTE_H
6243 # include <net/route.h>
6244 #endif
6245 #ifdef HAVE_NETINET_IN_H
6246 # include <netinet/in.h>
6247 #endif
6248 #ifdef HAVE_NETINET_IN_SYSTM_H
6249 # include <netinet/in_systm.h>
6250 #endif
6251 #ifdef HAVE_NET_IF_H
6252 # include <net/if.h>
6253 #endif
6254 #ifdef HAVE_NETINET_IP_H
6255 # include <netinet/ip.h>
6256 #endif
6258 #include <$ac_header>
6259 _ACEOF
6260 rm -f conftest.$ac_objext
6261 if { (ac_try="$ac_compile"
6262 case "(($ac_try" in
6263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6264 *) ac_try_echo=$ac_try;;
6265 esac
6266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6267 $as_echo "$ac_try_echo") >&5
6268 (eval "$ac_compile") 2>conftest.er1
6269 ac_status=$?
6270 grep -v '^ *+' conftest.er1 >conftest.err
6271 rm -f conftest.er1
6272 cat conftest.err >&5
6273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6274 (exit $ac_status); } && {
6275 test -z "$ac_c_werror_flag" ||
6276 test ! -s conftest.err
6277 } && test -s conftest.$ac_objext; then
6278 eval "$as_ac_Header=yes"
6279 else
6280 $as_echo "$as_me: failed program was:" >&5
6281 sed 's/^/| /' conftest.$ac_ext >&5
6283 eval "$as_ac_Header=no"
6286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6288 ac_res=`eval 'as_val=${'$as_ac_Header'}
6289 $as_echo "$as_val"'`
6290 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6291 $as_echo "$ac_res" >&6; }
6292 as_val=`eval 'as_val=${'$as_ac_Header'}
6293 $as_echo "$as_val"'`
6294 if test "x$as_val" = x""yes; then
6295 cat >>confdefs.h <<_ACEOF
6296 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6297 _ACEOF
6301 done
6308 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6310 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6311 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6312 $as_echo_n "checking for $ac_header... " >&6; }
6313 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6314 $as_echo_n "(cached) " >&6
6315 else
6316 cat >conftest.$ac_ext <<_ACEOF
6317 /* confdefs.h. */
6318 _ACEOF
6319 cat confdefs.h >>conftest.$ac_ext
6320 cat >>conftest.$ac_ext <<_ACEOF
6321 /* end confdefs.h. */
6322 #include <sys/types.h>
6323 #ifdef HAVE_ALIAS_H
6324 # include <alias.h>
6325 #endif
6326 #ifdef HAVE_SYS_SOCKET_H
6327 # include <sys/socket.h>
6328 #endif
6329 #ifdef HAVE_SYS_SOCKETVAR_H
6330 # include <sys/socketvar.h>
6331 #endif
6332 #ifdef HAVE_SYS_TIMEOUT_H
6333 # include <sys/timeout.h>
6334 #endif
6335 #ifdef HAVE_NETINET_IN_H
6336 # include <netinet/in.h>
6337 #endif
6338 #ifdef HAVE_NETINET_IN_SYSTM_H
6339 # include <netinet/in_systm.h>
6340 #endif
6341 #ifdef HAVE_NETINET_IP_H
6342 # include <netinet/ip.h>
6343 #endif
6344 #ifdef HAVE_NETINET_IP_VAR_H
6345 # include <netinet/ip_var.h>
6346 #endif
6347 #ifdef HAVE_NETINET_IP_ICMP_H
6348 # include <netinet/ip_icmp.h>
6349 #endif
6350 #ifdef HAVE_NETINET_UDP_H
6351 # include <netinet/udp.h>
6352 #endif
6353 #ifdef HAVE_NETINET_TCP_H
6354 # include <netinet/tcp.h>
6355 #endif
6356 #ifdef HAVE_NETINET_TCP_TIMER_H
6357 #include <netinet/tcp_timer.h>
6358 #endif
6360 #include <$ac_header>
6361 _ACEOF
6362 rm -f conftest.$ac_objext
6363 if { (ac_try="$ac_compile"
6364 case "(($ac_try" in
6365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6366 *) ac_try_echo=$ac_try;;
6367 esac
6368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6369 $as_echo "$ac_try_echo") >&5
6370 (eval "$ac_compile") 2>conftest.er1
6371 ac_status=$?
6372 grep -v '^ *+' conftest.er1 >conftest.err
6373 rm -f conftest.er1
6374 cat conftest.err >&5
6375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6376 (exit $ac_status); } && {
6377 test -z "$ac_c_werror_flag" ||
6378 test ! -s conftest.err
6379 } && test -s conftest.$ac_objext; then
6380 eval "$as_ac_Header=yes"
6381 else
6382 $as_echo "$as_me: failed program was:" >&5
6383 sed 's/^/| /' conftest.$ac_ext >&5
6385 eval "$as_ac_Header=no"
6388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6390 ac_res=`eval 'as_val=${'$as_ac_Header'}
6391 $as_echo "$as_val"'`
6392 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6393 $as_echo "$ac_res" >&6; }
6394 as_val=`eval 'as_val=${'$as_ac_Header'}
6395 $as_echo "$as_val"'`
6396 if test "x$as_val" = x""yes; then
6397 cat >>confdefs.h <<_ACEOF
6398 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6399 _ACEOF
6403 done
6407 for ac_header in linux/ipx.h
6409 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6410 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6411 $as_echo_n "checking for $ac_header... " >&6; }
6412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6413 $as_echo_n "(cached) " >&6
6414 else
6415 cat >conftest.$ac_ext <<_ACEOF
6416 /* confdefs.h. */
6417 _ACEOF
6418 cat confdefs.h >>conftest.$ac_ext
6419 cat >>conftest.$ac_ext <<_ACEOF
6420 /* end confdefs.h. */
6421 #include <sys/types.h>
6422 #ifdef HAVE_ASM_TYPES_H
6423 # include <asm/types.h>
6424 #endif
6425 #ifdef HAVE_SYS_SOCKET_H
6426 # include <sys/socket.h>
6427 #endif
6428 #ifdef HAVE_LINUX_TYPES_H
6429 # include <linux/types.h>
6430 #endif
6432 #include <$ac_header>
6433 _ACEOF
6434 rm -f conftest.$ac_objext
6435 if { (ac_try="$ac_compile"
6436 case "(($ac_try" in
6437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6438 *) ac_try_echo=$ac_try;;
6439 esac
6440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6441 $as_echo "$ac_try_echo") >&5
6442 (eval "$ac_compile") 2>conftest.er1
6443 ac_status=$?
6444 grep -v '^ *+' conftest.er1 >conftest.err
6445 rm -f conftest.er1
6446 cat conftest.err >&5
6447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6448 (exit $ac_status); } && {
6449 test -z "$ac_c_werror_flag" ||
6450 test ! -s conftest.err
6451 } && test -s conftest.$ac_objext; then
6452 eval "$as_ac_Header=yes"
6453 else
6454 $as_echo "$as_me: failed program was:" >&5
6455 sed 's/^/| /' conftest.$ac_ext >&5
6457 eval "$as_ac_Header=no"
6460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6462 ac_res=`eval 'as_val=${'$as_ac_Header'}
6463 $as_echo "$as_val"'`
6464 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6465 $as_echo "$ac_res" >&6; }
6466 as_val=`eval 'as_val=${'$as_ac_Header'}
6467 $as_echo "$as_val"'`
6468 if test "x$as_val" = x""yes; then
6469 cat >>confdefs.h <<_ACEOF
6470 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6471 _ACEOF
6475 done
6479 for ac_header in resolv.h
6481 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6482 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6483 $as_echo_n "checking for $ac_header... " >&6; }
6484 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6485 $as_echo_n "(cached) " >&6
6486 else
6487 cat >conftest.$ac_ext <<_ACEOF
6488 /* confdefs.h. */
6489 _ACEOF
6490 cat confdefs.h >>conftest.$ac_ext
6491 cat >>conftest.$ac_ext <<_ACEOF
6492 /* end confdefs.h. */
6493 #include <sys/types.h>
6494 #ifdef HAVE_SYS_SOCKET_H
6495 # include <sys/socket.h>
6496 #endif
6497 #ifdef HAVE_NETINET_IN_H
6498 # include <netinet/in.h>
6499 #endif
6500 #ifdef HAVE_ARPA_NAMESER_H
6501 # include <arpa/nameser.h>
6502 #endif
6504 #include <$ac_header>
6505 _ACEOF
6506 rm -f conftest.$ac_objext
6507 if { (ac_try="$ac_compile"
6508 case "(($ac_try" in
6509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6510 *) ac_try_echo=$ac_try;;
6511 esac
6512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6513 $as_echo "$ac_try_echo") >&5
6514 (eval "$ac_compile") 2>conftest.er1
6515 ac_status=$?
6516 grep -v '^ *+' conftest.er1 >conftest.err
6517 rm -f conftest.er1
6518 cat conftest.err >&5
6519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6520 (exit $ac_status); } && {
6521 test -z "$ac_c_werror_flag" ||
6522 test ! -s conftest.err
6523 } && test -s conftest.$ac_objext; then
6524 eval "$as_ac_Header=yes"
6525 else
6526 $as_echo "$as_me: failed program was:" >&5
6527 sed 's/^/| /' conftest.$ac_ext >&5
6529 eval "$as_ac_Header=no"
6532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6534 ac_res=`eval 'as_val=${'$as_ac_Header'}
6535 $as_echo "$as_val"'`
6536 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6537 $as_echo "$ac_res" >&6; }
6538 as_val=`eval 'as_val=${'$as_ac_Header'}
6539 $as_echo "$as_val"'`
6540 if test "x$as_val" = x""yes; then
6541 cat >>confdefs.h <<_ACEOF
6542 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6543 _ACEOF
6547 done
6551 for ac_header in ucontext.h
6553 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6554 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6555 $as_echo_n "checking for $ac_header... " >&6; }
6556 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6557 $as_echo_n "(cached) " >&6
6558 else
6559 cat >conftest.$ac_ext <<_ACEOF
6560 /* confdefs.h. */
6561 _ACEOF
6562 cat confdefs.h >>conftest.$ac_ext
6563 cat >>conftest.$ac_ext <<_ACEOF
6564 /* end confdefs.h. */
6565 #include <signal.h>
6567 #include <$ac_header>
6568 _ACEOF
6569 rm -f conftest.$ac_objext
6570 if { (ac_try="$ac_compile"
6571 case "(($ac_try" in
6572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6573 *) ac_try_echo=$ac_try;;
6574 esac
6575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6576 $as_echo "$ac_try_echo") >&5
6577 (eval "$ac_compile") 2>conftest.er1
6578 ac_status=$?
6579 grep -v '^ *+' conftest.er1 >conftest.err
6580 rm -f conftest.er1
6581 cat conftest.err >&5
6582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 (exit $ac_status); } && {
6584 test -z "$ac_c_werror_flag" ||
6585 test ! -s conftest.err
6586 } && test -s conftest.$ac_objext; then
6587 eval "$as_ac_Header=yes"
6588 else
6589 $as_echo "$as_me: failed program was:" >&5
6590 sed 's/^/| /' conftest.$ac_ext >&5
6592 eval "$as_ac_Header=no"
6595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6597 ac_res=`eval 'as_val=${'$as_ac_Header'}
6598 $as_echo "$as_val"'`
6599 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6600 $as_echo "$ac_res" >&6; }
6601 as_val=`eval 'as_val=${'$as_ac_Header'}
6602 $as_echo "$as_val"'`
6603 if test "x$as_val" = x""yes; then
6604 cat >>confdefs.h <<_ACEOF
6605 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6606 _ACEOF
6610 done
6614 for ac_header in sys/thr.h
6616 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6617 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6618 $as_echo_n "checking for $ac_header... " >&6; }
6619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6620 $as_echo_n "(cached) " >&6
6621 else
6622 cat >conftest.$ac_ext <<_ACEOF
6623 /* confdefs.h. */
6624 _ACEOF
6625 cat confdefs.h >>conftest.$ac_ext
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 #include <sys/types.h>
6629 #ifdef HAVE_UCONTEXT_H
6630 #include <ucontext.h>
6631 #endif
6633 #include <$ac_header>
6634 _ACEOF
6635 rm -f conftest.$ac_objext
6636 if { (ac_try="$ac_compile"
6637 case "(($ac_try" in
6638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6639 *) ac_try_echo=$ac_try;;
6640 esac
6641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6642 $as_echo "$ac_try_echo") >&5
6643 (eval "$ac_compile") 2>conftest.er1
6644 ac_status=$?
6645 grep -v '^ *+' conftest.er1 >conftest.err
6646 rm -f conftest.er1
6647 cat conftest.err >&5
6648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649 (exit $ac_status); } && {
6650 test -z "$ac_c_werror_flag" ||
6651 test ! -s conftest.err
6652 } && test -s conftest.$ac_objext; then
6653 eval "$as_ac_Header=yes"
6654 else
6655 $as_echo "$as_me: failed program was:" >&5
6656 sed 's/^/| /' conftest.$ac_ext >&5
6658 eval "$as_ac_Header=no"
6661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6663 ac_res=`eval 'as_val=${'$as_ac_Header'}
6664 $as_echo "$as_val"'`
6665 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6666 $as_echo "$ac_res" >&6; }
6667 as_val=`eval 'as_val=${'$as_ac_Header'}
6668 $as_echo "$as_val"'`
6669 if test "x$as_val" = x""yes; then
6670 cat >>confdefs.h <<_ACEOF
6671 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6672 _ACEOF
6676 done
6680 for ac_header in pthread_np.h
6682 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6683 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6684 $as_echo_n "checking for $ac_header... " >&6; }
6685 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6686 $as_echo_n "(cached) " >&6
6687 else
6688 cat >conftest.$ac_ext <<_ACEOF
6689 /* confdefs.h. */
6690 _ACEOF
6691 cat confdefs.h >>conftest.$ac_ext
6692 cat >>conftest.$ac_ext <<_ACEOF
6693 /* end confdefs.h. */
6694 #ifdef HAVE_PTHREAD_H
6695 #include <pthread.h>
6696 #endif
6698 #include <$ac_header>
6699 _ACEOF
6700 rm -f conftest.$ac_objext
6701 if { (ac_try="$ac_compile"
6702 case "(($ac_try" in
6703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6704 *) ac_try_echo=$ac_try;;
6705 esac
6706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6707 $as_echo "$ac_try_echo") >&5
6708 (eval "$ac_compile") 2>conftest.er1
6709 ac_status=$?
6710 grep -v '^ *+' conftest.er1 >conftest.err
6711 rm -f conftest.er1
6712 cat conftest.err >&5
6713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6714 (exit $ac_status); } && {
6715 test -z "$ac_c_werror_flag" ||
6716 test ! -s conftest.err
6717 } && test -s conftest.$ac_objext; then
6718 eval "$as_ac_Header=yes"
6719 else
6720 $as_echo "$as_me: failed program was:" >&5
6721 sed 's/^/| /' conftest.$ac_ext >&5
6723 eval "$as_ac_Header=no"
6726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6728 ac_res=`eval 'as_val=${'$as_ac_Header'}
6729 $as_echo "$as_val"'`
6730 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6731 $as_echo "$ac_res" >&6; }
6732 as_val=`eval 'as_val=${'$as_ac_Header'}
6733 $as_echo "$as_val"'`
6734 if test "x$as_val" = x""yes; then
6735 cat >>confdefs.h <<_ACEOF
6736 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6737 _ACEOF
6741 done
6745 for ac_header in linux/videodev.h
6747 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6748 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6749 $as_echo_n "checking for $ac_header... " >&6; }
6750 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6751 $as_echo_n "(cached) " >&6
6752 else
6753 cat >conftest.$ac_ext <<_ACEOF
6754 /* confdefs.h. */
6755 _ACEOF
6756 cat confdefs.h >>conftest.$ac_ext
6757 cat >>conftest.$ac_ext <<_ACEOF
6758 /* end confdefs.h. */
6759 #ifdef HAVE_SYS_TIME_H
6760 #include <sys/time.h>
6761 #endif
6762 #include <sys/types.h>
6763 #ifdef HAVE_ASM_TYPES_H
6764 #include <asm/types.h>
6765 #endif
6767 #include <$ac_header>
6768 _ACEOF
6769 rm -f conftest.$ac_objext
6770 if { (ac_try="$ac_compile"
6771 case "(($ac_try" in
6772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6773 *) ac_try_echo=$ac_try;;
6774 esac
6775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6776 $as_echo "$ac_try_echo") >&5
6777 (eval "$ac_compile") 2>conftest.er1
6778 ac_status=$?
6779 grep -v '^ *+' conftest.er1 >conftest.err
6780 rm -f conftest.er1
6781 cat conftest.err >&5
6782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6783 (exit $ac_status); } && {
6784 test -z "$ac_c_werror_flag" ||
6785 test ! -s conftest.err
6786 } && test -s conftest.$ac_objext; then
6787 eval "$as_ac_Header=yes"
6788 else
6789 $as_echo "$as_me: failed program was:" >&5
6790 sed 's/^/| /' conftest.$ac_ext >&5
6792 eval "$as_ac_Header=no"
6795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6797 ac_res=`eval 'as_val=${'$as_ac_Header'}
6798 $as_echo "$as_val"'`
6799 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6800 $as_echo "$ac_res" >&6; }
6801 as_val=`eval 'as_val=${'$as_ac_Header'}
6802 $as_echo "$as_val"'`
6803 if test "x$as_val" = x""yes; then
6804 cat >>confdefs.h <<_ACEOF
6805 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6806 _ACEOF
6810 done
6814 for ac_header in linux/capi.h
6816 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6817 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6818 $as_echo_n "checking for $ac_header... " >&6; }
6819 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6820 $as_echo_n "(cached) " >&6
6821 else
6822 cat >conftest.$ac_ext <<_ACEOF
6823 /* confdefs.h. */
6824 _ACEOF
6825 cat confdefs.h >>conftest.$ac_ext
6826 cat >>conftest.$ac_ext <<_ACEOF
6827 /* end confdefs.h. */
6828 #define __user
6830 #include <$ac_header>
6831 _ACEOF
6832 rm -f conftest.$ac_objext
6833 if { (ac_try="$ac_compile"
6834 case "(($ac_try" in
6835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6836 *) ac_try_echo=$ac_try;;
6837 esac
6838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6839 $as_echo "$ac_try_echo") >&5
6840 (eval "$ac_compile") 2>conftest.er1
6841 ac_status=$?
6842 grep -v '^ *+' conftest.er1 >conftest.err
6843 rm -f conftest.er1
6844 cat conftest.err >&5
6845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6846 (exit $ac_status); } && {
6847 test -z "$ac_c_werror_flag" ||
6848 test ! -s conftest.err
6849 } && test -s conftest.$ac_objext; then
6850 eval "$as_ac_Header=yes"
6851 else
6852 $as_echo "$as_me: failed program was:" >&5
6853 sed 's/^/| /' conftest.$ac_ext >&5
6855 eval "$as_ac_Header=no"
6858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6860 ac_res=`eval 'as_val=${'$as_ac_Header'}
6861 $as_echo "$as_val"'`
6862 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6863 $as_echo "$ac_res" >&6; }
6864 as_val=`eval 'as_val=${'$as_ac_Header'}
6865 $as_echo "$as_val"'`
6866 if test "x$as_val" = x""yes; then
6867 cat >>confdefs.h <<_ACEOF
6868 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6869 _ACEOF
6873 done
6877 DLLEXT=""
6879 DLLFLAGS="-D_REENTRANT"
6881 LDSHARED=""
6883 LDDLLFLAGS=""
6885 LIBEXT="so"
6887 IMPLIBEXT="def"
6889 LDRPATH_INSTALL=""
6891 LDRPATH_LOCAL=""
6893 # Extract the first word of "ldd", so it can be a program name with args.
6894 set dummy ldd; ac_word=$2
6895 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6896 $as_echo_n "checking for $ac_word... " >&6; }
6897 if test "${ac_cv_path_LDD+set}" = set; then
6898 $as_echo_n "(cached) " >&6
6899 else
6900 case $LDD in
6901 [\\/]* | ?:[\\/]*)
6902 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906 as_dummy="/sbin:/usr/sbin:$PATH"
6907 for as_dir in $as_dummy
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6913 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6914 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6917 done
6918 done
6919 IFS=$as_save_IFS
6921 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6923 esac
6925 LDD=$ac_cv_path_LDD
6926 if test -n "$LDD"; then
6927 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6928 $as_echo "$LDD" >&6; }
6929 else
6930 { $as_echo "$as_me:$LINENO: result: no" >&5
6931 $as_echo "no" >&6; }
6936 case $host_os in
6937 cygwin*|mingw32*)
6938 if test -n "$ac_tool_prefix"; then
6939 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6940 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6941 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6942 $as_echo_n "checking for $ac_word... " >&6; }
6943 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6944 $as_echo_n "(cached) " >&6
6945 else
6946 if test -n "$DLLTOOL"; then
6947 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6948 else
6949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6950 for as_dir in $PATH
6952 IFS=$as_save_IFS
6953 test -z "$as_dir" && as_dir=.
6954 for ac_exec_ext in '' $ac_executable_extensions; do
6955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6956 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6957 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6958 break 2
6960 done
6961 done
6962 IFS=$as_save_IFS
6966 DLLTOOL=$ac_cv_prog_DLLTOOL
6967 if test -n "$DLLTOOL"; then
6968 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6969 $as_echo "$DLLTOOL" >&6; }
6970 else
6971 { $as_echo "$as_me:$LINENO: result: no" >&5
6972 $as_echo "no" >&6; }
6977 if test -z "$ac_cv_prog_DLLTOOL"; then
6978 ac_ct_DLLTOOL=$DLLTOOL
6979 # Extract the first word of "dlltool", so it can be a program name with args.
6980 set dummy dlltool; ac_word=$2
6981 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6982 $as_echo_n "checking for $ac_word... " >&6; }
6983 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6984 $as_echo_n "(cached) " >&6
6985 else
6986 if test -n "$ac_ct_DLLTOOL"; then
6987 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6988 else
6989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6990 for as_dir in $PATH
6992 IFS=$as_save_IFS
6993 test -z "$as_dir" && as_dir=.
6994 for ac_exec_ext in '' $ac_executable_extensions; do
6995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6996 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6997 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6998 break 2
7000 done
7001 done
7002 IFS=$as_save_IFS
7006 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7007 if test -n "$ac_ct_DLLTOOL"; then
7008 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7009 $as_echo "$ac_ct_DLLTOOL" >&6; }
7010 else
7011 { $as_echo "$as_me:$LINENO: result: no" >&5
7012 $as_echo "no" >&6; }
7015 if test "x$ac_ct_DLLTOOL" = x; then
7016 DLLTOOL="false"
7017 else
7018 case $cross_compiling:$ac_tool_warned in
7019 yes:)
7020 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7021 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7022 ac_tool_warned=yes ;;
7023 esac
7024 DLLTOOL=$ac_ct_DLLTOOL
7026 else
7027 DLLTOOL="$ac_cv_prog_DLLTOOL"
7030 if test -n "$ac_tool_prefix"; then
7031 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7032 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7033 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7034 $as_echo_n "checking for $ac_word... " >&6; }
7035 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7036 $as_echo_n "(cached) " >&6
7037 else
7038 if test -n "$DLLWRAP"; then
7039 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7040 else
7041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7042 for as_dir in $PATH
7044 IFS=$as_save_IFS
7045 test -z "$as_dir" && as_dir=.
7046 for ac_exec_ext in '' $ac_executable_extensions; do
7047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7048 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7049 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7050 break 2
7052 done
7053 done
7054 IFS=$as_save_IFS
7058 DLLWRAP=$ac_cv_prog_DLLWRAP
7059 if test -n "$DLLWRAP"; then
7060 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7061 $as_echo "$DLLWRAP" >&6; }
7062 else
7063 { $as_echo "$as_me:$LINENO: result: no" >&5
7064 $as_echo "no" >&6; }
7069 if test -z "$ac_cv_prog_DLLWRAP"; then
7070 ac_ct_DLLWRAP=$DLLWRAP
7071 # Extract the first word of "dllwrap", so it can be a program name with args.
7072 set dummy dllwrap; ac_word=$2
7073 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7074 $as_echo_n "checking for $ac_word... " >&6; }
7075 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7076 $as_echo_n "(cached) " >&6
7077 else
7078 if test -n "$ac_ct_DLLWRAP"; then
7079 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7080 else
7081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7082 for as_dir in $PATH
7084 IFS=$as_save_IFS
7085 test -z "$as_dir" && as_dir=.
7086 for ac_exec_ext in '' $ac_executable_extensions; do
7087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7088 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7089 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7090 break 2
7092 done
7093 done
7094 IFS=$as_save_IFS
7098 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7099 if test -n "$ac_ct_DLLWRAP"; then
7100 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7101 $as_echo "$ac_ct_DLLWRAP" >&6; }
7102 else
7103 { $as_echo "$as_me:$LINENO: result: no" >&5
7104 $as_echo "no" >&6; }
7107 if test "x$ac_ct_DLLWRAP" = x; then
7108 DLLWRAP="false"
7109 else
7110 case $cross_compiling:$ac_tool_warned in
7111 yes:)
7112 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7113 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7114 ac_tool_warned=yes ;;
7115 esac
7116 DLLWRAP=$ac_ct_DLLWRAP
7118 else
7119 DLLWRAP="$ac_cv_prog_DLLWRAP"
7122 if test -n "$ac_tool_prefix"; then
7123 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7124 set dummy ${ac_tool_prefix}ar; ac_word=$2
7125 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7126 $as_echo_n "checking for $ac_word... " >&6; }
7127 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7128 $as_echo_n "(cached) " >&6
7129 else
7130 if test -n "$MINGWAR"; then
7131 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7132 else
7133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7134 for as_dir in $PATH
7136 IFS=$as_save_IFS
7137 test -z "$as_dir" && as_dir=.
7138 for ac_exec_ext in '' $ac_executable_extensions; do
7139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7140 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7141 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7142 break 2
7144 done
7145 done
7146 IFS=$as_save_IFS
7150 MINGWAR=$ac_cv_prog_MINGWAR
7151 if test -n "$MINGWAR"; then
7152 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7153 $as_echo "$MINGWAR" >&6; }
7154 else
7155 { $as_echo "$as_me:$LINENO: result: no" >&5
7156 $as_echo "no" >&6; }
7161 if test -z "$ac_cv_prog_MINGWAR"; then
7162 ac_ct_MINGWAR=$MINGWAR
7163 # Extract the first word of "ar", so it can be a program name with args.
7164 set dummy ar; ac_word=$2
7165 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7166 $as_echo_n "checking for $ac_word... " >&6; }
7167 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7168 $as_echo_n "(cached) " >&6
7169 else
7170 if test -n "$ac_ct_MINGWAR"; then
7171 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7172 else
7173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7174 for as_dir in $PATH
7176 IFS=$as_save_IFS
7177 test -z "$as_dir" && as_dir=.
7178 for ac_exec_ext in '' $ac_executable_extensions; do
7179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7180 ac_cv_prog_ac_ct_MINGWAR="ar"
7181 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7182 break 2
7184 done
7185 done
7186 IFS=$as_save_IFS
7190 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7191 if test -n "$ac_ct_MINGWAR"; then
7192 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7193 $as_echo "$ac_ct_MINGWAR" >&6; }
7194 else
7195 { $as_echo "$as_me:$LINENO: result: no" >&5
7196 $as_echo "no" >&6; }
7199 if test "x$ac_ct_MINGWAR" = x; then
7200 MINGWAR="false"
7201 else
7202 case $cross_compiling:$ac_tool_warned in
7203 yes:)
7204 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7205 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7206 ac_tool_warned=yes ;;
7207 esac
7208 MINGWAR=$ac_ct_MINGWAR
7210 else
7211 MINGWAR="$ac_cv_prog_MINGWAR"
7214 if test "$DLLWRAP" = "false"; then
7215 LIBEXT="a"
7216 else
7217 LIBEXT="dll"
7219 IMPLIBEXT="a"
7220 enable_iphlpapi=${enable_iphlpapi:-no}
7221 enable_kernel32=${enable_kernel32:-no}
7222 enable_msvcrt=${enable_msvcrt:-no}
7223 enable_ntdll=${enable_ntdll:-no}
7224 enable_ws2_32=${enable_ws2_32:-no}
7225 enable_loader=${enable_loader:-no}
7226 enable_server=${enable_server:-no}
7227 with_x=${with_x:-no}
7228 with_pthread=${with_pthread:-no}
7230 darwin*|macosx*)
7231 DLLEXT=".so"
7232 LIBEXT="dylib"
7233 DLLFLAGS="$DLLFLAGS -fPIC"
7234 LDDLLFLAGS="-bundle -multiply_defined suppress"
7235 LIBWINE_LDFLAGS="-multiply_defined suppress"
7236 LDSHARED="\$(CC) -dynamiclib"
7237 STRIP="$STRIP -x"
7238 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7239 SECURITYLIB="-framework Security -framework CoreFoundation"
7241 COREFOUNDATIONLIB="-framework CoreFoundation"
7243 IOKITLIB="-framework IOKit -framework CoreFoundation"
7245 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7247 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7248 then
7249 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7252 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7253 then
7254 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7257 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7258 then
7259 ac_save_LIBS="$LIBS"
7260 LIBS="$LIBS $IOKITLIB"
7262 for ac_func in IOHIDManagerCreate
7264 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7265 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7266 $as_echo_n "checking for $ac_func... " >&6; }
7267 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7268 $as_echo_n "(cached) " >&6
7269 else
7270 cat >conftest.$ac_ext <<_ACEOF
7271 /* confdefs.h. */
7272 _ACEOF
7273 cat confdefs.h >>conftest.$ac_ext
7274 cat >>conftest.$ac_ext <<_ACEOF
7275 /* end confdefs.h. */
7276 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7277 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7278 #define $ac_func innocuous_$ac_func
7280 /* System header to define __stub macros and hopefully few prototypes,
7281 which can conflict with char $ac_func (); below.
7282 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7283 <limits.h> exists even on freestanding compilers. */
7285 #ifdef __STDC__
7286 # include <limits.h>
7287 #else
7288 # include <assert.h>
7289 #endif
7291 #undef $ac_func
7293 /* Override any GCC internal prototype to avoid an error.
7294 Use char because int might match the return type of a GCC
7295 builtin and then its argument prototype would still apply. */
7296 #ifdef __cplusplus
7297 extern "C"
7298 #endif
7299 char $ac_func ();
7300 /* The GNU C library defines this for functions which it implements
7301 to always fail with ENOSYS. Some functions are actually named
7302 something starting with __ and the normal name is an alias. */
7303 #if defined __stub_$ac_func || defined __stub___$ac_func
7304 choke me
7305 #endif
7308 main ()
7310 return $ac_func ();
7312 return 0;
7314 _ACEOF
7315 rm -f conftest.$ac_objext conftest$ac_exeext
7316 if { (ac_try="$ac_link"
7317 case "(($ac_try" in
7318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7319 *) ac_try_echo=$ac_try;;
7320 esac
7321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7322 $as_echo "$ac_try_echo") >&5
7323 (eval "$ac_link") 2>conftest.er1
7324 ac_status=$?
7325 grep -v '^ *+' conftest.er1 >conftest.err
7326 rm -f conftest.er1
7327 cat conftest.err >&5
7328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7329 (exit $ac_status); } && {
7330 test -z "$ac_c_werror_flag" ||
7331 test ! -s conftest.err
7332 } && test -s conftest$ac_exeext && {
7333 test "$cross_compiling" = yes ||
7334 $as_test_x conftest$ac_exeext
7335 }; then
7336 eval "$as_ac_var=yes"
7337 else
7338 $as_echo "$as_me: failed program was:" >&5
7339 sed 's/^/| /' conftest.$ac_ext >&5
7341 eval "$as_ac_var=no"
7344 rm -rf conftest.dSYM
7345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7346 conftest$ac_exeext conftest.$ac_ext
7348 ac_res=`eval 'as_val=${'$as_ac_var'}
7349 $as_echo "$as_val"'`
7350 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7351 $as_echo "$ac_res" >&6; }
7352 as_val=`eval 'as_val=${'$as_ac_var'}
7353 $as_echo "$as_val"'`
7354 if test "x$as_val" = x""yes; then
7355 cat >>confdefs.h <<_ACEOF
7356 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7357 _ACEOF
7360 done
7362 LIBS="$ac_save_LIBS"
7364 case $host_cpu in
7365 *powerpc*)
7366 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7367 esac
7368 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7369 then
7370 CARBONLIB="-framework Carbon"
7372 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7376 DLLFLAGS="$DLLFLAGS -fPIC"
7377 DLLEXT=".so"
7378 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7379 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7380 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7381 $as_echo_n "(cached) " >&6
7382 else
7383 ac_wine_try_cflags_saved=$CFLAGS
7384 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7385 cat >conftest.$ac_ext <<_ACEOF
7386 void myfunc() {}
7387 _ACEOF
7388 rm -f conftest.$ac_objext conftest$ac_exeext
7389 if { (ac_try="$ac_link"
7390 case "(($ac_try" in
7391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7392 *) ac_try_echo=$ac_try;;
7393 esac
7394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7395 $as_echo "$ac_try_echo") >&5
7396 (eval "$ac_link") 2>conftest.er1
7397 ac_status=$?
7398 grep -v '^ *+' conftest.er1 >conftest.err
7399 rm -f conftest.er1
7400 cat conftest.err >&5
7401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7402 (exit $ac_status); } && {
7403 test -z "$ac_c_werror_flag" ||
7404 test ! -s conftest.err
7405 } && test -s conftest$ac_exeext && {
7406 test "$cross_compiling" = yes ||
7407 $as_test_x conftest$ac_exeext
7408 }; then
7409 ac_cv_c_dll_gnuelf="yes"
7410 else
7411 $as_echo "$as_me: failed program was:" >&5
7412 sed 's/^/| /' conftest.$ac_ext >&5
7414 ac_cv_c_dll_gnuelf="no"
7417 rm -rf conftest.dSYM
7418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7419 conftest$ac_exeext conftest.$ac_ext
7420 CFLAGS=$ac_wine_try_cflags_saved
7422 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7423 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7424 if test "$ac_cv_c_dll_gnuelf" = "yes"
7425 then
7426 LDSHARED="\$(CC) -shared"
7427 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7428 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7429 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7430 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7431 $as_echo_n "(cached) " >&6
7432 else
7433 ac_wine_try_cflags_saved=$CFLAGS
7434 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7435 cat >conftest.$ac_ext <<_ACEOF
7436 /* confdefs.h. */
7437 _ACEOF
7438 cat confdefs.h >>conftest.$ac_ext
7439 cat >>conftest.$ac_ext <<_ACEOF
7440 /* end confdefs.h. */
7443 main ()
7447 return 0;
7449 _ACEOF
7450 rm -f conftest.$ac_objext conftest$ac_exeext
7451 if { (ac_try="$ac_link"
7452 case "(($ac_try" in
7453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7454 *) ac_try_echo=$ac_try;;
7455 esac
7456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7457 $as_echo "$ac_try_echo") >&5
7458 (eval "$ac_link") 2>conftest.er1
7459 ac_status=$?
7460 grep -v '^ *+' conftest.er1 >conftest.err
7461 rm -f conftest.er1
7462 cat conftest.err >&5
7463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7464 (exit $ac_status); } && {
7465 test -z "$ac_c_werror_flag" ||
7466 test ! -s conftest.err
7467 } && test -s conftest$ac_exeext && {
7468 test "$cross_compiling" = yes ||
7469 $as_test_x conftest$ac_exeext
7470 }; then
7471 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7472 else
7473 $as_echo "$as_me: failed program was:" >&5
7474 sed 's/^/| /' conftest.$ac_ext >&5
7476 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7479 rm -rf conftest.dSYM
7480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7481 conftest$ac_exeext conftest.$ac_ext
7482 CFLAGS=$ac_wine_try_cflags_saved
7484 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7485 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7486 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7487 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7488 else
7489 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7490 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7491 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7492 $as_echo_n "(cached) " >&6
7493 else
7494 ac_wine_try_cflags_saved=$CFLAGS
7495 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7496 cat >conftest.$ac_ext <<_ACEOF
7497 /* confdefs.h. */
7498 _ACEOF
7499 cat confdefs.h >>conftest.$ac_ext
7500 cat >>conftest.$ac_ext <<_ACEOF
7501 /* end confdefs.h. */
7504 main ()
7508 return 0;
7510 _ACEOF
7511 rm -f conftest.$ac_objext conftest$ac_exeext
7512 if { (ac_try="$ac_link"
7513 case "(($ac_try" in
7514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7515 *) ac_try_echo=$ac_try;;
7516 esac
7517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7518 $as_echo "$ac_try_echo") >&5
7519 (eval "$ac_link") 2>conftest.er1
7520 ac_status=$?
7521 grep -v '^ *+' conftest.er1 >conftest.err
7522 rm -f conftest.er1
7523 cat conftest.err >&5
7524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7525 (exit $ac_status); } && {
7526 test -z "$ac_c_werror_flag" ||
7527 test ! -s conftest.err
7528 } && test -s conftest$ac_exeext && {
7529 test "$cross_compiling" = yes ||
7530 $as_test_x conftest$ac_exeext
7531 }; then
7532 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7533 else
7534 $as_echo "$as_me: failed program was:" >&5
7535 sed 's/^/| /' conftest.$ac_ext >&5
7537 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7540 rm -rf conftest.dSYM
7541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7542 conftest$ac_exeext conftest.$ac_ext
7543 CFLAGS=$ac_wine_try_cflags_saved
7545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7546 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7547 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7548 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7554 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7555 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7556 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7557 $as_echo_n "(cached) " >&6
7558 else
7559 ac_wine_try_cflags_saved=$CFLAGS
7560 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7561 cat >conftest.$ac_ext <<_ACEOF
7562 /* confdefs.h. */
7563 _ACEOF
7564 cat confdefs.h >>conftest.$ac_ext
7565 cat >>conftest.$ac_ext <<_ACEOF
7566 /* end confdefs.h. */
7569 main ()
7573 return 0;
7575 _ACEOF
7576 rm -f conftest.$ac_objext conftest$ac_exeext
7577 if { (ac_try="$ac_link"
7578 case "(($ac_try" in
7579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7580 *) ac_try_echo=$ac_try;;
7581 esac
7582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7583 $as_echo "$ac_try_echo") >&5
7584 (eval "$ac_link") 2>conftest.er1
7585 ac_status=$?
7586 grep -v '^ *+' conftest.er1 >conftest.err
7587 rm -f conftest.er1
7588 cat conftest.err >&5
7589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590 (exit $ac_status); } && {
7591 test -z "$ac_c_werror_flag" ||
7592 test ! -s conftest.err
7593 } && test -s conftest$ac_exeext && {
7594 test "$cross_compiling" = yes ||
7595 $as_test_x conftest$ac_exeext
7596 }; then
7597 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7598 else
7599 $as_echo "$as_me: failed program was:" >&5
7600 sed 's/^/| /' conftest.$ac_ext >&5
7602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7605 rm -rf conftest.dSYM
7606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7607 conftest$ac_exeext conftest.$ac_ext
7608 CFLAGS=$ac_wine_try_cflags_saved
7610 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7611 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7612 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7613 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7617 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7618 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7619 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7620 $as_echo_n "(cached) " >&6
7621 else
7622 ac_wine_try_cflags_saved=$CFLAGS
7623 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7624 cat >conftest.$ac_ext <<_ACEOF
7625 /* confdefs.h. */
7626 _ACEOF
7627 cat confdefs.h >>conftest.$ac_ext
7628 cat >>conftest.$ac_ext <<_ACEOF
7629 /* end confdefs.h. */
7632 main ()
7636 return 0;
7638 _ACEOF
7639 rm -f conftest.$ac_objext conftest$ac_exeext
7640 if { (ac_try="$ac_link"
7641 case "(($ac_try" in
7642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7643 *) ac_try_echo=$ac_try;;
7644 esac
7645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7646 $as_echo "$ac_try_echo") >&5
7647 (eval "$ac_link") 2>conftest.er1
7648 ac_status=$?
7649 grep -v '^ *+' conftest.er1 >conftest.err
7650 rm -f conftest.er1
7651 cat conftest.err >&5
7652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7653 (exit $ac_status); } && {
7654 test -z "$ac_c_werror_flag" ||
7655 test ! -s conftest.err
7656 } && test -s conftest$ac_exeext && {
7657 test "$cross_compiling" = yes ||
7658 $as_test_x conftest$ac_exeext
7659 }; then
7660 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7661 else
7662 $as_echo "$as_me: failed program was:" >&5
7663 sed 's/^/| /' conftest.$ac_ext >&5
7665 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7668 rm -rf conftest.dSYM
7669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7670 conftest$ac_exeext conftest.$ac_ext
7671 CFLAGS=$ac_wine_try_cflags_saved
7673 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7674 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7675 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7676 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7680 echo '{ global: *; };' >conftest.map
7681 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7682 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7683 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7684 $as_echo_n "(cached) " >&6
7685 else
7686 ac_wine_try_cflags_saved=$CFLAGS
7687 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7688 cat >conftest.$ac_ext <<_ACEOF
7689 /* confdefs.h. */
7690 _ACEOF
7691 cat confdefs.h >>conftest.$ac_ext
7692 cat >>conftest.$ac_ext <<_ACEOF
7693 /* end confdefs.h. */
7696 main ()
7700 return 0;
7702 _ACEOF
7703 rm -f conftest.$ac_objext conftest$ac_exeext
7704 if { (ac_try="$ac_link"
7705 case "(($ac_try" in
7706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7707 *) ac_try_echo=$ac_try;;
7708 esac
7709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7710 $as_echo "$ac_try_echo") >&5
7711 (eval "$ac_link") 2>conftest.er1
7712 ac_status=$?
7713 grep -v '^ *+' conftest.er1 >conftest.err
7714 rm -f conftest.er1
7715 cat conftest.err >&5
7716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7717 (exit $ac_status); } && {
7718 test -z "$ac_c_werror_flag" ||
7719 test ! -s conftest.err
7720 } && test -s conftest$ac_exeext && {
7721 test "$cross_compiling" = yes ||
7722 $as_test_x conftest$ac_exeext
7723 }; then
7724 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7725 else
7726 $as_echo "$as_me: failed program was:" >&5
7727 sed 's/^/| /' conftest.$ac_ext >&5
7729 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7732 rm -rf conftest.dSYM
7733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7734 conftest$ac_exeext conftest.$ac_ext
7735 CFLAGS=$ac_wine_try_cflags_saved
7737 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7738 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7739 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7740 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7743 rm -f conftest.map
7745 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7746 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7747 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7748 $as_echo_n "(cached) " >&6
7749 else
7750 ac_wine_try_cflags_saved=$CFLAGS
7751 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7752 cat >conftest.$ac_ext <<_ACEOF
7753 /* confdefs.h. */
7754 _ACEOF
7755 cat confdefs.h >>conftest.$ac_ext
7756 cat >>conftest.$ac_ext <<_ACEOF
7757 /* end confdefs.h. */
7760 main ()
7764 return 0;
7766 _ACEOF
7767 rm -f conftest.$ac_objext conftest$ac_exeext
7768 if { (ac_try="$ac_link"
7769 case "(($ac_try" in
7770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7771 *) ac_try_echo=$ac_try;;
7772 esac
7773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7774 $as_echo "$ac_try_echo") >&5
7775 (eval "$ac_link") 2>conftest.er1
7776 ac_status=$?
7777 grep -v '^ *+' conftest.er1 >conftest.err
7778 rm -f conftest.er1
7779 cat conftest.err >&5
7780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7781 (exit $ac_status); } && {
7782 test -z "$ac_c_werror_flag" ||
7783 test ! -s conftest.err
7784 } && test -s conftest$ac_exeext && {
7785 test "$cross_compiling" = yes ||
7786 $as_test_x conftest$ac_exeext
7787 }; then
7788 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7789 else
7790 $as_echo "$as_me: failed program was:" >&5
7791 sed 's/^/| /' conftest.$ac_ext >&5
7793 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7796 rm -rf conftest.dSYM
7797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7798 conftest$ac_exeext conftest.$ac_ext
7799 CFLAGS=$ac_wine_try_cflags_saved
7801 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7802 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7803 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7804 LDEXECFLAGS="-Wl,--export-dynamic"
7809 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7810 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7811 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7812 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7813 $as_echo_n "(cached) " >&6
7814 else
7815 ac_wine_try_cflags_saved=$CFLAGS
7816 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7817 cat >conftest.$ac_ext <<_ACEOF
7818 /* confdefs.h. */
7819 _ACEOF
7820 cat confdefs.h >>conftest.$ac_ext
7821 cat >>conftest.$ac_ext <<_ACEOF
7822 /* end confdefs.h. */
7825 main ()
7829 return 0;
7831 _ACEOF
7832 rm -f conftest.$ac_objext conftest$ac_exeext
7833 if { (ac_try="$ac_link"
7834 case "(($ac_try" in
7835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7836 *) ac_try_echo=$ac_try;;
7837 esac
7838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7839 $as_echo "$ac_try_echo") >&5
7840 (eval "$ac_link") 2>conftest.er1
7841 ac_status=$?
7842 grep -v '^ *+' conftest.er1 >conftest.err
7843 rm -f conftest.er1
7844 cat conftest.err >&5
7845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7846 (exit $ac_status); } && {
7847 test -z "$ac_c_werror_flag" ||
7848 test ! -s conftest.err
7849 } && test -s conftest$ac_exeext && {
7850 test "$cross_compiling" = yes ||
7851 $as_test_x conftest$ac_exeext
7852 }; then
7853 eval "$as_ac_var=yes"
7854 else
7855 $as_echo "$as_me: failed program was:" >&5
7856 sed 's/^/| /' conftest.$ac_ext >&5
7858 eval "$as_ac_var=no"
7861 rm -rf conftest.dSYM
7862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7863 conftest$ac_exeext conftest.$ac_ext
7864 CFLAGS=$ac_wine_try_cflags_saved
7866 ac_res=`eval 'as_val=${'$as_ac_var'}
7867 $as_echo "$as_val"'`
7868 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7869 $as_echo "$ac_res" >&6; }
7870 if test `eval 'as_val=${'$as_ac_var'}
7871 $as_echo "$as_val"'` = yes; then
7872 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7873 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7874 else
7875 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7876 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7877 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7878 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7879 $as_echo_n "(cached) " >&6
7880 else
7881 ac_wine_try_cflags_saved=$CFLAGS
7882 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7883 cat >conftest.$ac_ext <<_ACEOF
7884 /* confdefs.h. */
7885 _ACEOF
7886 cat confdefs.h >>conftest.$ac_ext
7887 cat >>conftest.$ac_ext <<_ACEOF
7888 /* end confdefs.h. */
7891 main ()
7895 return 0;
7897 _ACEOF
7898 rm -f conftest.$ac_objext conftest$ac_exeext
7899 if { (ac_try="$ac_link"
7900 case "(($ac_try" in
7901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7902 *) ac_try_echo=$ac_try;;
7903 esac
7904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7905 $as_echo "$ac_try_echo") >&5
7906 (eval "$ac_link") 2>conftest.er1
7907 ac_status=$?
7908 grep -v '^ *+' conftest.er1 >conftest.err
7909 rm -f conftest.er1
7910 cat conftest.err >&5
7911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7912 (exit $ac_status); } && {
7913 test -z "$ac_c_werror_flag" ||
7914 test ! -s conftest.err
7915 } && test -s conftest$ac_exeext && {
7916 test "$cross_compiling" = yes ||
7917 $as_test_x conftest$ac_exeext
7918 }; then
7919 eval "$as_ac_var=yes"
7920 else
7921 $as_echo "$as_me: failed program was:" >&5
7922 sed 's/^/| /' conftest.$ac_ext >&5
7924 eval "$as_ac_var=no"
7927 rm -rf conftest.dSYM
7928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7929 conftest$ac_exeext conftest.$ac_ext
7930 CFLAGS=$ac_wine_try_cflags_saved
7932 ac_res=`eval 'as_val=${'$as_ac_var'}
7933 $as_echo "$as_val"'`
7934 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7935 $as_echo "$ac_res" >&6; }
7936 if test `eval 'as_val=${'$as_ac_var'}
7937 $as_echo "$as_val"'` = yes; then
7938 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7939 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7945 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7946 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7947 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7948 $as_echo_n "(cached) " >&6
7949 else
7950 ac_wine_try_cflags_saved=$CFLAGS
7951 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7952 cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h. */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h. */
7960 main ()
7964 return 0;
7966 _ACEOF
7967 rm -f conftest.$ac_objext conftest$ac_exeext
7968 if { (ac_try="$ac_link"
7969 case "(($ac_try" in
7970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7971 *) ac_try_echo=$ac_try;;
7972 esac
7973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7974 $as_echo "$ac_try_echo") >&5
7975 (eval "$ac_link") 2>conftest.er1
7976 ac_status=$?
7977 grep -v '^ *+' conftest.er1 >conftest.err
7978 rm -f conftest.er1
7979 cat conftest.err >&5
7980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7981 (exit $ac_status); } && {
7982 test -z "$ac_c_werror_flag" ||
7983 test ! -s conftest.err
7984 } && test -s conftest$ac_exeext && {
7985 test "$cross_compiling" = yes ||
7986 $as_test_x conftest$ac_exeext
7987 }; then
7988 ac_cv_cflags__Wl___enable_new_dtags=yes
7989 else
7990 $as_echo "$as_me: failed program was:" >&5
7991 sed 's/^/| /' conftest.$ac_ext >&5
7993 ac_cv_cflags__Wl___enable_new_dtags=no
7996 rm -rf conftest.dSYM
7997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7998 conftest$ac_exeext conftest.$ac_ext
7999 CFLAGS=$ac_wine_try_cflags_saved
8001 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8002 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8003 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8004 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8008 case $host_cpu in
8009 *i[3456789]86* | x86_64)
8010 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8011 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8012 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8013 $as_echo_n "(cached) " >&6
8014 else
8015 ac_wine_try_cflags_saved=$CFLAGS
8016 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8017 cat >conftest.$ac_ext <<_ACEOF
8018 /* confdefs.h. */
8019 _ACEOF
8020 cat confdefs.h >>conftest.$ac_ext
8021 cat >>conftest.$ac_ext <<_ACEOF
8022 /* end confdefs.h. */
8025 main ()
8029 return 0;
8031 _ACEOF
8032 rm -f conftest.$ac_objext conftest$ac_exeext
8033 if { (ac_try="$ac_link"
8034 case "(($ac_try" in
8035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8036 *) ac_try_echo=$ac_try;;
8037 esac
8038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8039 $as_echo "$ac_try_echo") >&5
8040 (eval "$ac_link") 2>conftest.er1
8041 ac_status=$?
8042 grep -v '^ *+' conftest.er1 >conftest.err
8043 rm -f conftest.er1
8044 cat conftest.err >&5
8045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046 (exit $ac_status); } && {
8047 test -z "$ac_c_werror_flag" ||
8048 test ! -s conftest.err
8049 } && test -s conftest$ac_exeext && {
8050 test "$cross_compiling" = yes ||
8051 $as_test_x conftest$ac_exeext
8052 }; then
8053 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8054 else
8055 $as_echo "$as_me: failed program was:" >&5
8056 sed 's/^/| /' conftest.$ac_ext >&5
8058 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8061 rm -rf conftest.dSYM
8062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8063 conftest$ac_exeext conftest.$ac_ext
8064 CFLAGS=$ac_wine_try_cflags_saved
8066 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8067 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8068 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8069 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8073 esac
8075 else
8076 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8077 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8078 if test "${ac_cv_c_dll_unixware+set}" = set; then
8079 $as_echo_n "(cached) " >&6
8080 else
8081 ac_wine_try_cflags_saved=$CFLAGS
8082 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8083 cat >conftest.$ac_ext <<_ACEOF
8084 void myfunc() {}
8085 _ACEOF
8086 rm -f conftest.$ac_objext conftest$ac_exeext
8087 if { (ac_try="$ac_link"
8088 case "(($ac_try" in
8089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8090 *) ac_try_echo=$ac_try;;
8091 esac
8092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8093 $as_echo "$ac_try_echo") >&5
8094 (eval "$ac_link") 2>conftest.er1
8095 ac_status=$?
8096 grep -v '^ *+' conftest.er1 >conftest.err
8097 rm -f conftest.er1
8098 cat conftest.err >&5
8099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8100 (exit $ac_status); } && {
8101 test -z "$ac_c_werror_flag" ||
8102 test ! -s conftest.err
8103 } && test -s conftest$ac_exeext && {
8104 test "$cross_compiling" = yes ||
8105 $as_test_x conftest$ac_exeext
8106 }; then
8107 ac_cv_c_dll_unixware="yes"
8108 else
8109 $as_echo "$as_me: failed program was:" >&5
8110 sed 's/^/| /' conftest.$ac_ext >&5
8112 ac_cv_c_dll_unixware="no"
8115 rm -rf conftest.dSYM
8116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8117 conftest$ac_exeext conftest.$ac_ext
8118 CFLAGS=$ac_wine_try_cflags_saved
8120 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8121 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8122 if test "$ac_cv_c_dll_unixware" = "yes"
8123 then
8124 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8125 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8127 else
8128 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8129 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8130 if test "${ac_cv_c_dll_hpux+set}" = set; then
8131 $as_echo_n "(cached) " >&6
8132 else
8133 ac_wine_try_cflags_saved=$CFLAGS
8134 CFLAGS="$CFLAGS -shared"
8135 cat >conftest.$ac_ext <<_ACEOF
8136 void myfunc() {}
8137 _ACEOF
8138 rm -f conftest.$ac_objext conftest$ac_exeext
8139 if { (ac_try="$ac_link"
8140 case "(($ac_try" in
8141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8142 *) ac_try_echo=$ac_try;;
8143 esac
8144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8145 $as_echo "$ac_try_echo") >&5
8146 (eval "$ac_link") 2>conftest.er1
8147 ac_status=$?
8148 grep -v '^ *+' conftest.er1 >conftest.err
8149 rm -f conftest.er1
8150 cat conftest.err >&5
8151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152 (exit $ac_status); } && {
8153 test -z "$ac_c_werror_flag" ||
8154 test ! -s conftest.err
8155 } && test -s conftest$ac_exeext && {
8156 test "$cross_compiling" = yes ||
8157 $as_test_x conftest$ac_exeext
8158 }; then
8159 ac_cv_c_dll_hpux="yes"
8160 else
8161 $as_echo "$as_me: failed program was:" >&5
8162 sed 's/^/| /' conftest.$ac_ext >&5
8164 ac_cv_c_dll_hpux="no"
8167 rm -rf conftest.dSYM
8168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8169 conftest$ac_exeext conftest.$ac_ext
8170 CFLAGS=$ac_wine_try_cflags_saved
8172 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8173 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8174 if test "$ac_cv_c_dll_hpux" = "yes"
8175 then
8176 LIBEXT="sl"
8177 DLLEXT=".sl"
8178 LDDLLFLAGS="-shared -fPIC"
8179 LDSHARED="\$(CC) -shared"
8184 esac
8186 enable_winequartz_drv=${enable_winequartz_drv:-no}
8188 if test "$LIBEXT" = "a"; then
8189 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8190 It is currently not possible to build Wine without shared library
8191 (.so) support to allow transparent switch between .so and .dll files.
8192 If you are using Linux, you will need a newer binutils.
8193 " >&5
8194 $as_echo "$as_me: error: could not find a way to build shared libraries.
8195 It is currently not possible to build Wine without shared library
8196 (.so) support to allow transparent switch between .so and .dll files.
8197 If you are using Linux, you will need a newer binutils.
8198 " >&2;}
8199 { (exit 1); exit 1; }; }
8202 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8203 then
8204 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8206 # Extract the first word of "$ac_prog", so it can be a program name with args.
8207 set dummy $ac_prog; ac_word=$2
8208 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8209 $as_echo_n "checking for $ac_word... " >&6; }
8210 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8211 $as_echo_n "(cached) " >&6
8212 else
8213 if test -n "$CROSSCC"; then
8214 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8215 else
8216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8217 for as_dir in $PATH
8219 IFS=$as_save_IFS
8220 test -z "$as_dir" && as_dir=.
8221 for ac_exec_ext in '' $ac_executable_extensions; do
8222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8223 ac_cv_prog_CROSSCC="$ac_prog"
8224 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8225 break 2
8227 done
8228 done
8229 IFS=$as_save_IFS
8233 CROSSCC=$ac_cv_prog_CROSSCC
8234 if test -n "$CROSSCC"; then
8235 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8236 $as_echo "$CROSSCC" >&6; }
8237 else
8238 { $as_echo "$as_me:$LINENO: result: no" >&5
8239 $as_echo "no" >&6; }
8243 test -n "$CROSSCC" && break
8244 done
8245 test -n "$CROSSCC" || CROSSCC="false"
8247 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8249 # Extract the first word of "$ac_prog", so it can be a program name with args.
8250 set dummy $ac_prog; ac_word=$2
8251 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8252 $as_echo_n "checking for $ac_word... " >&6; }
8253 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8254 $as_echo_n "(cached) " >&6
8255 else
8256 if test -n "$DLLTOOL"; then
8257 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8258 else
8259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8260 for as_dir in $PATH
8262 IFS=$as_save_IFS
8263 test -z "$as_dir" && as_dir=.
8264 for ac_exec_ext in '' $ac_executable_extensions; do
8265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8266 ac_cv_prog_DLLTOOL="$ac_prog"
8267 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8268 break 2
8270 done
8271 done
8272 IFS=$as_save_IFS
8276 DLLTOOL=$ac_cv_prog_DLLTOOL
8277 if test -n "$DLLTOOL"; then
8278 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8279 $as_echo "$DLLTOOL" >&6; }
8280 else
8281 { $as_echo "$as_me:$LINENO: result: no" >&5
8282 $as_echo "no" >&6; }
8286 test -n "$DLLTOOL" && break
8287 done
8288 test -n "$DLLTOOL" || DLLTOOL="false"
8290 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8292 # Extract the first word of "$ac_prog", so it can be a program name with args.
8293 set dummy $ac_prog; ac_word=$2
8294 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8295 $as_echo_n "checking for $ac_word... " >&6; }
8296 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8297 $as_echo_n "(cached) " >&6
8298 else
8299 if test -n "$CROSSWINDRES"; then
8300 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8301 else
8302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8303 for as_dir in $PATH
8305 IFS=$as_save_IFS
8306 test -z "$as_dir" && as_dir=.
8307 for ac_exec_ext in '' $ac_executable_extensions; do
8308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8309 ac_cv_prog_CROSSWINDRES="$ac_prog"
8310 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8311 break 2
8313 done
8314 done
8315 IFS=$as_save_IFS
8319 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8320 if test -n "$CROSSWINDRES"; then
8321 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8322 $as_echo "$CROSSWINDRES" >&6; }
8323 else
8324 { $as_echo "$as_me:$LINENO: result: no" >&5
8325 $as_echo "no" >&6; }
8329 test -n "$CROSSWINDRES" && break
8330 done
8331 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8333 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8335 # Extract the first word of "$ac_prog", so it can be a program name with args.
8336 set dummy $ac_prog; ac_word=$2
8337 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8338 $as_echo_n "checking for $ac_word... " >&6; }
8339 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8340 $as_echo_n "(cached) " >&6
8341 else
8342 if test -n "$MINGWAR"; then
8343 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8344 else
8345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8346 for as_dir in $PATH
8348 IFS=$as_save_IFS
8349 test -z "$as_dir" && as_dir=.
8350 for ac_exec_ext in '' $ac_executable_extensions; do
8351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8352 ac_cv_prog_MINGWAR="$ac_prog"
8353 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8354 break 2
8356 done
8357 done
8358 IFS=$as_save_IFS
8362 MINGWAR=$ac_cv_prog_MINGWAR
8363 if test -n "$MINGWAR"; then
8364 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8365 $as_echo "$MINGWAR" >&6; }
8366 else
8367 { $as_echo "$as_me:$LINENO: result: no" >&5
8368 $as_echo "no" >&6; }
8372 test -n "$MINGWAR" && break
8373 done
8374 test -n "$MINGWAR" || MINGWAR="false"
8376 if test "$CROSSCC" != "false"
8377 then
8378 CROSSTEST="\$(CROSSTEST)"
8384 if test "$ac_cv_header_pthread_h" = "yes"
8385 then
8386 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8387 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8388 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8389 $as_echo_n "(cached) " >&6
8390 else
8391 ac_check_lib_save_LIBS=$LIBS
8392 LIBS="-lpthread $LIBS"
8393 cat >conftest.$ac_ext <<_ACEOF
8394 /* confdefs.h. */
8395 _ACEOF
8396 cat confdefs.h >>conftest.$ac_ext
8397 cat >>conftest.$ac_ext <<_ACEOF
8398 /* end confdefs.h. */
8400 /* Override any GCC internal prototype to avoid an error.
8401 Use char because int might match the return type of a GCC
8402 builtin and then its argument prototype would still apply. */
8403 #ifdef __cplusplus
8404 extern "C"
8405 #endif
8406 char pthread_create ();
8408 main ()
8410 return pthread_create ();
8412 return 0;
8414 _ACEOF
8415 rm -f conftest.$ac_objext conftest$ac_exeext
8416 if { (ac_try="$ac_link"
8417 case "(($ac_try" in
8418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8419 *) ac_try_echo=$ac_try;;
8420 esac
8421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8422 $as_echo "$ac_try_echo") >&5
8423 (eval "$ac_link") 2>conftest.er1
8424 ac_status=$?
8425 grep -v '^ *+' conftest.er1 >conftest.err
8426 rm -f conftest.er1
8427 cat conftest.err >&5
8428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8429 (exit $ac_status); } && {
8430 test -z "$ac_c_werror_flag" ||
8431 test ! -s conftest.err
8432 } && test -s conftest$ac_exeext && {
8433 test "$cross_compiling" = yes ||
8434 $as_test_x conftest$ac_exeext
8435 }; then
8436 ac_cv_lib_pthread_pthread_create=yes
8437 else
8438 $as_echo "$as_me: failed program was:" >&5
8439 sed 's/^/| /' conftest.$ac_ext >&5
8441 ac_cv_lib_pthread_pthread_create=no
8444 rm -rf conftest.dSYM
8445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8446 conftest$ac_exeext conftest.$ac_ext
8447 LIBS=$ac_check_lib_save_LIBS
8449 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8450 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8451 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8452 LIBPTHREAD="-lpthread"
8457 if test "x$LIBPTHREAD" = "x"; then
8458 case "x$with_pthread" in
8459 xno) ;;
8460 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8461 Wine cannot support threads without libpthread.
8462 Use the --without-pthread option if you really want this." >&5
8463 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8464 Wine cannot support threads without libpthread.
8465 Use the --without-pthread option if you really want this." >&2;}
8466 { (exit 1); exit 1; }; } ;;
8467 esac
8472 { $as_echo "$as_me:$LINENO: checking for X" >&5
8473 $as_echo_n "checking for X... " >&6; }
8476 # Check whether --with-x was given.
8477 if test "${with_x+set}" = set; then
8478 withval=$with_x;
8481 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8482 if test "x$with_x" = xno; then
8483 # The user explicitly disabled X.
8484 have_x=disabled
8485 else
8486 case $x_includes,$x_libraries in #(
8487 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8488 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8489 { (exit 1); exit 1; }; };; #(
8490 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8491 $as_echo_n "(cached) " >&6
8492 else
8493 # One or both of the vars are not set, and there is no cached value.
8494 ac_x_includes=no ac_x_libraries=no
8495 rm -f -r conftest.dir
8496 if mkdir conftest.dir; then
8497 cd conftest.dir
8498 cat >Imakefile <<'_ACEOF'
8499 incroot:
8500 @echo incroot='${INCROOT}'
8501 usrlibdir:
8502 @echo usrlibdir='${USRLIBDIR}'
8503 libdir:
8504 @echo libdir='${LIBDIR}'
8505 _ACEOF
8506 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8507 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8508 for ac_var in incroot usrlibdir libdir; do
8509 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8510 done
8511 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8512 for ac_extension in a so sl dylib la dll; do
8513 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8514 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8515 ac_im_usrlibdir=$ac_im_libdir; break
8517 done
8518 # Screen out bogus values from the imake configuration. They are
8519 # bogus both because they are the default anyway, and because
8520 # using them would break gcc on systems where it needs fixed includes.
8521 case $ac_im_incroot in
8522 /usr/include) ac_x_includes= ;;
8523 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8524 esac
8525 case $ac_im_usrlibdir in
8526 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8527 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8528 esac
8530 cd ..
8531 rm -f -r conftest.dir
8534 # Standard set of common directories for X headers.
8535 # Check X11 before X11Rn because it is often a symlink to the current release.
8536 ac_x_header_dirs='
8537 /usr/X11/include
8538 /usr/X11R6/include
8539 /usr/X11R5/include
8540 /usr/X11R4/include
8542 /usr/include/X11
8543 /usr/include/X11R6
8544 /usr/include/X11R5
8545 /usr/include/X11R4
8547 /usr/local/X11/include
8548 /usr/local/X11R6/include
8549 /usr/local/X11R5/include
8550 /usr/local/X11R4/include
8552 /usr/local/include/X11
8553 /usr/local/include/X11R6
8554 /usr/local/include/X11R5
8555 /usr/local/include/X11R4
8557 /usr/X386/include
8558 /usr/x386/include
8559 /usr/XFree86/include/X11
8561 /usr/include
8562 /usr/local/include
8563 /usr/unsupported/include
8564 /usr/athena/include
8565 /usr/local/x11r5/include
8566 /usr/lpp/Xamples/include
8568 /usr/openwin/include
8569 /usr/openwin/share/include'
8571 if test "$ac_x_includes" = no; then
8572 # Guess where to find include files, by looking for Xlib.h.
8573 # First, try using that file with no special directory specified.
8574 cat >conftest.$ac_ext <<_ACEOF
8575 /* confdefs.h. */
8576 _ACEOF
8577 cat confdefs.h >>conftest.$ac_ext
8578 cat >>conftest.$ac_ext <<_ACEOF
8579 /* end confdefs.h. */
8580 #include <X11/Xlib.h>
8581 _ACEOF
8582 if { (ac_try="$ac_cpp conftest.$ac_ext"
8583 case "(($ac_try" in
8584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8585 *) ac_try_echo=$ac_try;;
8586 esac
8587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8588 $as_echo "$ac_try_echo") >&5
8589 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8590 ac_status=$?
8591 grep -v '^ *+' conftest.er1 >conftest.err
8592 rm -f conftest.er1
8593 cat conftest.err >&5
8594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8595 (exit $ac_status); } >/dev/null && {
8596 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8597 test ! -s conftest.err
8598 }; then
8599 # We can compile using X headers with no special include directory.
8600 ac_x_includes=
8601 else
8602 $as_echo "$as_me: failed program was:" >&5
8603 sed 's/^/| /' conftest.$ac_ext >&5
8605 for ac_dir in $ac_x_header_dirs; do
8606 if test -r "$ac_dir/X11/Xlib.h"; then
8607 ac_x_includes=$ac_dir
8608 break
8610 done
8613 rm -f conftest.err conftest.$ac_ext
8614 fi # $ac_x_includes = no
8616 if test "$ac_x_libraries" = no; then
8617 # Check for the libraries.
8618 # See if we find them without any special options.
8619 # Don't add to $LIBS permanently.
8620 ac_save_LIBS=$LIBS
8621 LIBS="-lX11 $LIBS"
8622 cat >conftest.$ac_ext <<_ACEOF
8623 /* confdefs.h. */
8624 _ACEOF
8625 cat confdefs.h >>conftest.$ac_ext
8626 cat >>conftest.$ac_ext <<_ACEOF
8627 /* end confdefs.h. */
8628 #include <X11/Xlib.h>
8630 main ()
8632 XrmInitialize ()
8634 return 0;
8636 _ACEOF
8637 rm -f conftest.$ac_objext conftest$ac_exeext
8638 if { (ac_try="$ac_link"
8639 case "(($ac_try" in
8640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8641 *) ac_try_echo=$ac_try;;
8642 esac
8643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8644 $as_echo "$ac_try_echo") >&5
8645 (eval "$ac_link") 2>conftest.er1
8646 ac_status=$?
8647 grep -v '^ *+' conftest.er1 >conftest.err
8648 rm -f conftest.er1
8649 cat conftest.err >&5
8650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651 (exit $ac_status); } && {
8652 test -z "$ac_c_werror_flag" ||
8653 test ! -s conftest.err
8654 } && test -s conftest$ac_exeext && {
8655 test "$cross_compiling" = yes ||
8656 $as_test_x conftest$ac_exeext
8657 }; then
8658 LIBS=$ac_save_LIBS
8659 # We can link X programs with no special library path.
8660 ac_x_libraries=
8661 else
8662 $as_echo "$as_me: failed program was:" >&5
8663 sed 's/^/| /' conftest.$ac_ext >&5
8665 LIBS=$ac_save_LIBS
8666 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8668 # Don't even attempt the hair of trying to link an X program!
8669 for ac_extension in a so sl dylib la dll; do
8670 if test -r "$ac_dir/libX11.$ac_extension"; then
8671 ac_x_libraries=$ac_dir
8672 break 2
8674 done
8675 done
8678 rm -rf conftest.dSYM
8679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8680 conftest$ac_exeext conftest.$ac_ext
8681 fi # $ac_x_libraries = no
8683 case $ac_x_includes,$ac_x_libraries in #(
8684 no,* | *,no | *\'*)
8685 # Didn't find X, or a directory has "'" in its name.
8686 ac_cv_have_x="have_x=no";; #(
8688 # Record where we found X for the cache.
8689 ac_cv_have_x="have_x=yes\
8690 ac_x_includes='$ac_x_includes'\
8691 ac_x_libraries='$ac_x_libraries'"
8692 esac
8694 ;; #(
8695 *) have_x=yes;;
8696 esac
8697 eval "$ac_cv_have_x"
8698 fi # $with_x != no
8700 if test "$have_x" != yes; then
8701 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8702 $as_echo "$have_x" >&6; }
8703 no_x=yes
8704 else
8705 # If each of the values was on the command line, it overrides each guess.
8706 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8707 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8708 # Update the cache value to reflect the command line values.
8709 ac_cv_have_x="have_x=yes\
8710 ac_x_includes='$x_includes'\
8711 ac_x_libraries='$x_libraries'"
8712 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8713 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8716 if test "$no_x" = yes; then
8717 # Not all programs may use this symbol, but it does not hurt to define it.
8719 cat >>confdefs.h <<\_ACEOF
8720 #define X_DISPLAY_MISSING 1
8721 _ACEOF
8723 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8724 else
8725 if test -n "$x_includes"; then
8726 X_CFLAGS="$X_CFLAGS -I$x_includes"
8729 # It would also be nice to do this for all -L options, not just this one.
8730 if test -n "$x_libraries"; then
8731 X_LIBS="$X_LIBS -L$x_libraries"
8732 # For Solaris; some versions of Sun CC require a space after -R and
8733 # others require no space. Words are not sufficient . . . .
8734 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8735 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8736 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8737 ac_xsave_c_werror_flag=$ac_c_werror_flag
8738 ac_c_werror_flag=yes
8739 cat >conftest.$ac_ext <<_ACEOF
8740 /* confdefs.h. */
8741 _ACEOF
8742 cat confdefs.h >>conftest.$ac_ext
8743 cat >>conftest.$ac_ext <<_ACEOF
8744 /* end confdefs.h. */
8747 main ()
8751 return 0;
8753 _ACEOF
8754 rm -f conftest.$ac_objext conftest$ac_exeext
8755 if { (ac_try="$ac_link"
8756 case "(($ac_try" in
8757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8758 *) ac_try_echo=$ac_try;;
8759 esac
8760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8761 $as_echo "$ac_try_echo") >&5
8762 (eval "$ac_link") 2>conftest.er1
8763 ac_status=$?
8764 grep -v '^ *+' conftest.er1 >conftest.err
8765 rm -f conftest.er1
8766 cat conftest.err >&5
8767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768 (exit $ac_status); } && {
8769 test -z "$ac_c_werror_flag" ||
8770 test ! -s conftest.err
8771 } && test -s conftest$ac_exeext && {
8772 test "$cross_compiling" = yes ||
8773 $as_test_x conftest$ac_exeext
8774 }; then
8775 { $as_echo "$as_me:$LINENO: result: no" >&5
8776 $as_echo "no" >&6; }
8777 X_LIBS="$X_LIBS -R$x_libraries"
8778 else
8779 $as_echo "$as_me: failed program was:" >&5
8780 sed 's/^/| /' conftest.$ac_ext >&5
8782 LIBS="$ac_xsave_LIBS -R $x_libraries"
8783 cat >conftest.$ac_ext <<_ACEOF
8784 /* confdefs.h. */
8785 _ACEOF
8786 cat confdefs.h >>conftest.$ac_ext
8787 cat >>conftest.$ac_ext <<_ACEOF
8788 /* end confdefs.h. */
8791 main ()
8795 return 0;
8797 _ACEOF
8798 rm -f conftest.$ac_objext conftest$ac_exeext
8799 if { (ac_try="$ac_link"
8800 case "(($ac_try" in
8801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8802 *) ac_try_echo=$ac_try;;
8803 esac
8804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8805 $as_echo "$ac_try_echo") >&5
8806 (eval "$ac_link") 2>conftest.er1
8807 ac_status=$?
8808 grep -v '^ *+' conftest.er1 >conftest.err
8809 rm -f conftest.er1
8810 cat conftest.err >&5
8811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8812 (exit $ac_status); } && {
8813 test -z "$ac_c_werror_flag" ||
8814 test ! -s conftest.err
8815 } && test -s conftest$ac_exeext && {
8816 test "$cross_compiling" = yes ||
8817 $as_test_x conftest$ac_exeext
8818 }; then
8819 { $as_echo "$as_me:$LINENO: result: yes" >&5
8820 $as_echo "yes" >&6; }
8821 X_LIBS="$X_LIBS -R $x_libraries"
8822 else
8823 $as_echo "$as_me: failed program was:" >&5
8824 sed 's/^/| /' conftest.$ac_ext >&5
8826 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8827 $as_echo "neither works" >&6; }
8830 rm -rf conftest.dSYM
8831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8832 conftest$ac_exeext conftest.$ac_ext
8835 rm -rf conftest.dSYM
8836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8837 conftest$ac_exeext conftest.$ac_ext
8838 ac_c_werror_flag=$ac_xsave_c_werror_flag
8839 LIBS=$ac_xsave_LIBS
8842 # Check for system-dependent libraries X programs must link with.
8843 # Do this before checking for the system-independent R6 libraries
8844 # (-lICE), since we may need -lsocket or whatever for X linking.
8846 if test "$ISC" = yes; then
8847 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8848 else
8849 # Martyn Johnson says this is needed for Ultrix, if the X
8850 # libraries were built with DECnet support. And Karl Berry says
8851 # the Alpha needs dnet_stub (dnet does not exist).
8852 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8853 cat >conftest.$ac_ext <<_ACEOF
8854 /* confdefs.h. */
8855 _ACEOF
8856 cat confdefs.h >>conftest.$ac_ext
8857 cat >>conftest.$ac_ext <<_ACEOF
8858 /* end confdefs.h. */
8860 /* Override any GCC internal prototype to avoid an error.
8861 Use char because int might match the return type of a GCC
8862 builtin and then its argument prototype would still apply. */
8863 #ifdef __cplusplus
8864 extern "C"
8865 #endif
8866 char XOpenDisplay ();
8868 main ()
8870 return XOpenDisplay ();
8872 return 0;
8874 _ACEOF
8875 rm -f conftest.$ac_objext conftest$ac_exeext
8876 if { (ac_try="$ac_link"
8877 case "(($ac_try" in
8878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8879 *) ac_try_echo=$ac_try;;
8880 esac
8881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8882 $as_echo "$ac_try_echo") >&5
8883 (eval "$ac_link") 2>conftest.er1
8884 ac_status=$?
8885 grep -v '^ *+' conftest.er1 >conftest.err
8886 rm -f conftest.er1
8887 cat conftest.err >&5
8888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8889 (exit $ac_status); } && {
8890 test -z "$ac_c_werror_flag" ||
8891 test ! -s conftest.err
8892 } && test -s conftest$ac_exeext && {
8893 test "$cross_compiling" = yes ||
8894 $as_test_x conftest$ac_exeext
8895 }; then
8897 else
8898 $as_echo "$as_me: failed program was:" >&5
8899 sed 's/^/| /' conftest.$ac_ext >&5
8901 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8902 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8903 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8904 $as_echo_n "(cached) " >&6
8905 else
8906 ac_check_lib_save_LIBS=$LIBS
8907 LIBS="-ldnet $LIBS"
8908 cat >conftest.$ac_ext <<_ACEOF
8909 /* confdefs.h. */
8910 _ACEOF
8911 cat confdefs.h >>conftest.$ac_ext
8912 cat >>conftest.$ac_ext <<_ACEOF
8913 /* end confdefs.h. */
8915 /* Override any GCC internal prototype to avoid an error.
8916 Use char because int might match the return type of a GCC
8917 builtin and then its argument prototype would still apply. */
8918 #ifdef __cplusplus
8919 extern "C"
8920 #endif
8921 char dnet_ntoa ();
8923 main ()
8925 return dnet_ntoa ();
8927 return 0;
8929 _ACEOF
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8932 case "(($ac_try" in
8933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8934 *) ac_try_echo=$ac_try;;
8935 esac
8936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8937 $as_echo "$ac_try_echo") >&5
8938 (eval "$ac_link") 2>conftest.er1
8939 ac_status=$?
8940 grep -v '^ *+' conftest.er1 >conftest.err
8941 rm -f conftest.er1
8942 cat conftest.err >&5
8943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944 (exit $ac_status); } && {
8945 test -z "$ac_c_werror_flag" ||
8946 test ! -s conftest.err
8947 } && test -s conftest$ac_exeext && {
8948 test "$cross_compiling" = yes ||
8949 $as_test_x conftest$ac_exeext
8950 }; then
8951 ac_cv_lib_dnet_dnet_ntoa=yes
8952 else
8953 $as_echo "$as_me: failed program was:" >&5
8954 sed 's/^/| /' conftest.$ac_ext >&5
8956 ac_cv_lib_dnet_dnet_ntoa=no
8959 rm -rf conftest.dSYM
8960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8961 conftest$ac_exeext conftest.$ac_ext
8962 LIBS=$ac_check_lib_save_LIBS
8964 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8965 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8966 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8967 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8970 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8971 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8972 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8973 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8974 $as_echo_n "(cached) " >&6
8975 else
8976 ac_check_lib_save_LIBS=$LIBS
8977 LIBS="-ldnet_stub $LIBS"
8978 cat >conftest.$ac_ext <<_ACEOF
8979 /* confdefs.h. */
8980 _ACEOF
8981 cat confdefs.h >>conftest.$ac_ext
8982 cat >>conftest.$ac_ext <<_ACEOF
8983 /* end confdefs.h. */
8985 /* Override any GCC internal prototype to avoid an error.
8986 Use char because int might match the return type of a GCC
8987 builtin and then its argument prototype would still apply. */
8988 #ifdef __cplusplus
8989 extern "C"
8990 #endif
8991 char dnet_ntoa ();
8993 main ()
8995 return dnet_ntoa ();
8997 return 0;
8999 _ACEOF
9000 rm -f conftest.$ac_objext conftest$ac_exeext
9001 if { (ac_try="$ac_link"
9002 case "(($ac_try" in
9003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9004 *) ac_try_echo=$ac_try;;
9005 esac
9006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9007 $as_echo "$ac_try_echo") >&5
9008 (eval "$ac_link") 2>conftest.er1
9009 ac_status=$?
9010 grep -v '^ *+' conftest.er1 >conftest.err
9011 rm -f conftest.er1
9012 cat conftest.err >&5
9013 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9014 (exit $ac_status); } && {
9015 test -z "$ac_c_werror_flag" ||
9016 test ! -s conftest.err
9017 } && test -s conftest$ac_exeext && {
9018 test "$cross_compiling" = yes ||
9019 $as_test_x conftest$ac_exeext
9020 }; then
9021 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9022 else
9023 $as_echo "$as_me: failed program was:" >&5
9024 sed 's/^/| /' conftest.$ac_ext >&5
9026 ac_cv_lib_dnet_stub_dnet_ntoa=no
9029 rm -rf conftest.dSYM
9030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9031 conftest$ac_exeext conftest.$ac_ext
9032 LIBS=$ac_check_lib_save_LIBS
9034 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9035 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9036 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9037 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9043 rm -rf conftest.dSYM
9044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9045 conftest$ac_exeext conftest.$ac_ext
9046 LIBS="$ac_xsave_LIBS"
9048 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9049 # to get the SysV transport functions.
9050 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9051 # needs -lnsl.
9052 # The nsl library prevents programs from opening the X display
9053 # on Irix 5.2, according to T.E. Dickey.
9054 # The functions gethostbyname, getservbyname, and inet_addr are
9055 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9056 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9057 $as_echo_n "checking for gethostbyname... " >&6; }
9058 if test "${ac_cv_func_gethostbyname+set}" = set; then
9059 $as_echo_n "(cached) " >&6
9060 else
9061 cat >conftest.$ac_ext <<_ACEOF
9062 /* confdefs.h. */
9063 _ACEOF
9064 cat confdefs.h >>conftest.$ac_ext
9065 cat >>conftest.$ac_ext <<_ACEOF
9066 /* end confdefs.h. */
9067 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9068 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9069 #define gethostbyname innocuous_gethostbyname
9071 /* System header to define __stub macros and hopefully few prototypes,
9072 which can conflict with char gethostbyname (); below.
9073 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9074 <limits.h> exists even on freestanding compilers. */
9076 #ifdef __STDC__
9077 # include <limits.h>
9078 #else
9079 # include <assert.h>
9080 #endif
9082 #undef gethostbyname
9084 /* Override any GCC internal prototype to avoid an error.
9085 Use char because int might match the return type of a GCC
9086 builtin and then its argument prototype would still apply. */
9087 #ifdef __cplusplus
9088 extern "C"
9089 #endif
9090 char gethostbyname ();
9091 /* The GNU C library defines this for functions which it implements
9092 to always fail with ENOSYS. Some functions are actually named
9093 something starting with __ and the normal name is an alias. */
9094 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9095 choke me
9096 #endif
9099 main ()
9101 return gethostbyname ();
9103 return 0;
9105 _ACEOF
9106 rm -f conftest.$ac_objext conftest$ac_exeext
9107 if { (ac_try="$ac_link"
9108 case "(($ac_try" in
9109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9110 *) ac_try_echo=$ac_try;;
9111 esac
9112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9113 $as_echo "$ac_try_echo") >&5
9114 (eval "$ac_link") 2>conftest.er1
9115 ac_status=$?
9116 grep -v '^ *+' conftest.er1 >conftest.err
9117 rm -f conftest.er1
9118 cat conftest.err >&5
9119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120 (exit $ac_status); } && {
9121 test -z "$ac_c_werror_flag" ||
9122 test ! -s conftest.err
9123 } && test -s conftest$ac_exeext && {
9124 test "$cross_compiling" = yes ||
9125 $as_test_x conftest$ac_exeext
9126 }; then
9127 ac_cv_func_gethostbyname=yes
9128 else
9129 $as_echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9132 ac_cv_func_gethostbyname=no
9135 rm -rf conftest.dSYM
9136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9137 conftest$ac_exeext conftest.$ac_ext
9139 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9140 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9142 if test $ac_cv_func_gethostbyname = no; then
9143 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9144 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9145 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9146 $as_echo_n "(cached) " >&6
9147 else
9148 ac_check_lib_save_LIBS=$LIBS
9149 LIBS="-lnsl $LIBS"
9150 cat >conftest.$ac_ext <<_ACEOF
9151 /* confdefs.h. */
9152 _ACEOF
9153 cat confdefs.h >>conftest.$ac_ext
9154 cat >>conftest.$ac_ext <<_ACEOF
9155 /* end confdefs.h. */
9157 /* Override any GCC internal prototype to avoid an error.
9158 Use char because int might match the return type of a GCC
9159 builtin and then its argument prototype would still apply. */
9160 #ifdef __cplusplus
9161 extern "C"
9162 #endif
9163 char gethostbyname ();
9165 main ()
9167 return gethostbyname ();
9169 return 0;
9171 _ACEOF
9172 rm -f conftest.$ac_objext conftest$ac_exeext
9173 if { (ac_try="$ac_link"
9174 case "(($ac_try" in
9175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9176 *) ac_try_echo=$ac_try;;
9177 esac
9178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9179 $as_echo "$ac_try_echo") >&5
9180 (eval "$ac_link") 2>conftest.er1
9181 ac_status=$?
9182 grep -v '^ *+' conftest.er1 >conftest.err
9183 rm -f conftest.er1
9184 cat conftest.err >&5
9185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9186 (exit $ac_status); } && {
9187 test -z "$ac_c_werror_flag" ||
9188 test ! -s conftest.err
9189 } && test -s conftest$ac_exeext && {
9190 test "$cross_compiling" = yes ||
9191 $as_test_x conftest$ac_exeext
9192 }; then
9193 ac_cv_lib_nsl_gethostbyname=yes
9194 else
9195 $as_echo "$as_me: failed program was:" >&5
9196 sed 's/^/| /' conftest.$ac_ext >&5
9198 ac_cv_lib_nsl_gethostbyname=no
9201 rm -rf conftest.dSYM
9202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9203 conftest$ac_exeext conftest.$ac_ext
9204 LIBS=$ac_check_lib_save_LIBS
9206 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9207 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9208 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9209 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9212 if test $ac_cv_lib_nsl_gethostbyname = no; then
9213 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9214 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9215 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9216 $as_echo_n "(cached) " >&6
9217 else
9218 ac_check_lib_save_LIBS=$LIBS
9219 LIBS="-lbsd $LIBS"
9220 cat >conftest.$ac_ext <<_ACEOF
9221 /* confdefs.h. */
9222 _ACEOF
9223 cat confdefs.h >>conftest.$ac_ext
9224 cat >>conftest.$ac_ext <<_ACEOF
9225 /* end confdefs.h. */
9227 /* Override any GCC internal prototype to avoid an error.
9228 Use char because int might match the return type of a GCC
9229 builtin and then its argument prototype would still apply. */
9230 #ifdef __cplusplus
9231 extern "C"
9232 #endif
9233 char gethostbyname ();
9235 main ()
9237 return gethostbyname ();
9239 return 0;
9241 _ACEOF
9242 rm -f conftest.$ac_objext conftest$ac_exeext
9243 if { (ac_try="$ac_link"
9244 case "(($ac_try" in
9245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9246 *) ac_try_echo=$ac_try;;
9247 esac
9248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9249 $as_echo "$ac_try_echo") >&5
9250 (eval "$ac_link") 2>conftest.er1
9251 ac_status=$?
9252 grep -v '^ *+' conftest.er1 >conftest.err
9253 rm -f conftest.er1
9254 cat conftest.err >&5
9255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); } && {
9257 test -z "$ac_c_werror_flag" ||
9258 test ! -s conftest.err
9259 } && test -s conftest$ac_exeext && {
9260 test "$cross_compiling" = yes ||
9261 $as_test_x conftest$ac_exeext
9262 }; then
9263 ac_cv_lib_bsd_gethostbyname=yes
9264 else
9265 $as_echo "$as_me: failed program was:" >&5
9266 sed 's/^/| /' conftest.$ac_ext >&5
9268 ac_cv_lib_bsd_gethostbyname=no
9271 rm -rf conftest.dSYM
9272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9273 conftest$ac_exeext conftest.$ac_ext
9274 LIBS=$ac_check_lib_save_LIBS
9276 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9277 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9278 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9279 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9285 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9286 # socket/setsockopt and other routines are undefined under SCO ODT
9287 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9288 # on later versions), says Simon Leinen: it contains gethostby*
9289 # variants that don't use the name server (or something). -lsocket
9290 # must be given before -lnsl if both are needed. We assume that
9291 # if connect needs -lnsl, so does gethostbyname.
9292 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9293 $as_echo_n "checking for connect... " >&6; }
9294 if test "${ac_cv_func_connect+set}" = set; then
9295 $as_echo_n "(cached) " >&6
9296 else
9297 cat >conftest.$ac_ext <<_ACEOF
9298 /* confdefs.h. */
9299 _ACEOF
9300 cat confdefs.h >>conftest.$ac_ext
9301 cat >>conftest.$ac_ext <<_ACEOF
9302 /* end confdefs.h. */
9303 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9304 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9305 #define connect innocuous_connect
9307 /* System header to define __stub macros and hopefully few prototypes,
9308 which can conflict with char connect (); below.
9309 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9310 <limits.h> exists even on freestanding compilers. */
9312 #ifdef __STDC__
9313 # include <limits.h>
9314 #else
9315 # include <assert.h>
9316 #endif
9318 #undef connect
9320 /* Override any GCC internal prototype to avoid an error.
9321 Use char because int might match the return type of a GCC
9322 builtin and then its argument prototype would still apply. */
9323 #ifdef __cplusplus
9324 extern "C"
9325 #endif
9326 char connect ();
9327 /* The GNU C library defines this for functions which it implements
9328 to always fail with ENOSYS. Some functions are actually named
9329 something starting with __ and the normal name is an alias. */
9330 #if defined __stub_connect || defined __stub___connect
9331 choke me
9332 #endif
9335 main ()
9337 return connect ();
9339 return 0;
9341 _ACEOF
9342 rm -f conftest.$ac_objext conftest$ac_exeext
9343 if { (ac_try="$ac_link"
9344 case "(($ac_try" in
9345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9346 *) ac_try_echo=$ac_try;;
9347 esac
9348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9349 $as_echo "$ac_try_echo") >&5
9350 (eval "$ac_link") 2>conftest.er1
9351 ac_status=$?
9352 grep -v '^ *+' conftest.er1 >conftest.err
9353 rm -f conftest.er1
9354 cat conftest.err >&5
9355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9356 (exit $ac_status); } && {
9357 test -z "$ac_c_werror_flag" ||
9358 test ! -s conftest.err
9359 } && test -s conftest$ac_exeext && {
9360 test "$cross_compiling" = yes ||
9361 $as_test_x conftest$ac_exeext
9362 }; then
9363 ac_cv_func_connect=yes
9364 else
9365 $as_echo "$as_me: failed program was:" >&5
9366 sed 's/^/| /' conftest.$ac_ext >&5
9368 ac_cv_func_connect=no
9371 rm -rf conftest.dSYM
9372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9373 conftest$ac_exeext conftest.$ac_ext
9375 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9376 $as_echo "$ac_cv_func_connect" >&6; }
9378 if test $ac_cv_func_connect = no; then
9379 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9380 $as_echo_n "checking for connect in -lsocket... " >&6; }
9381 if test "${ac_cv_lib_socket_connect+set}" = set; then
9382 $as_echo_n "(cached) " >&6
9383 else
9384 ac_check_lib_save_LIBS=$LIBS
9385 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9386 cat >conftest.$ac_ext <<_ACEOF
9387 /* confdefs.h. */
9388 _ACEOF
9389 cat confdefs.h >>conftest.$ac_ext
9390 cat >>conftest.$ac_ext <<_ACEOF
9391 /* end confdefs.h. */
9393 /* Override any GCC internal prototype to avoid an error.
9394 Use char because int might match the return type of a GCC
9395 builtin and then its argument prototype would still apply. */
9396 #ifdef __cplusplus
9397 extern "C"
9398 #endif
9399 char connect ();
9401 main ()
9403 return connect ();
9405 return 0;
9407 _ACEOF
9408 rm -f conftest.$ac_objext conftest$ac_exeext
9409 if { (ac_try="$ac_link"
9410 case "(($ac_try" in
9411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9412 *) ac_try_echo=$ac_try;;
9413 esac
9414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9415 $as_echo "$ac_try_echo") >&5
9416 (eval "$ac_link") 2>conftest.er1
9417 ac_status=$?
9418 grep -v '^ *+' conftest.er1 >conftest.err
9419 rm -f conftest.er1
9420 cat conftest.err >&5
9421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9422 (exit $ac_status); } && {
9423 test -z "$ac_c_werror_flag" ||
9424 test ! -s conftest.err
9425 } && test -s conftest$ac_exeext && {
9426 test "$cross_compiling" = yes ||
9427 $as_test_x conftest$ac_exeext
9428 }; then
9429 ac_cv_lib_socket_connect=yes
9430 else
9431 $as_echo "$as_me: failed program was:" >&5
9432 sed 's/^/| /' conftest.$ac_ext >&5
9434 ac_cv_lib_socket_connect=no
9437 rm -rf conftest.dSYM
9438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9439 conftest$ac_exeext conftest.$ac_ext
9440 LIBS=$ac_check_lib_save_LIBS
9442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9443 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9444 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9445 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9450 # Guillermo Gomez says -lposix is necessary on A/UX.
9451 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9452 $as_echo_n "checking for remove... " >&6; }
9453 if test "${ac_cv_func_remove+set}" = set; then
9454 $as_echo_n "(cached) " >&6
9455 else
9456 cat >conftest.$ac_ext <<_ACEOF
9457 /* confdefs.h. */
9458 _ACEOF
9459 cat confdefs.h >>conftest.$ac_ext
9460 cat >>conftest.$ac_ext <<_ACEOF
9461 /* end confdefs.h. */
9462 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9463 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9464 #define remove innocuous_remove
9466 /* System header to define __stub macros and hopefully few prototypes,
9467 which can conflict with char remove (); below.
9468 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9469 <limits.h> exists even on freestanding compilers. */
9471 #ifdef __STDC__
9472 # include <limits.h>
9473 #else
9474 # include <assert.h>
9475 #endif
9477 #undef remove
9479 /* Override any GCC internal prototype to avoid an error.
9480 Use char because int might match the return type of a GCC
9481 builtin and then its argument prototype would still apply. */
9482 #ifdef __cplusplus
9483 extern "C"
9484 #endif
9485 char remove ();
9486 /* The GNU C library defines this for functions which it implements
9487 to always fail with ENOSYS. Some functions are actually named
9488 something starting with __ and the normal name is an alias. */
9489 #if defined __stub_remove || defined __stub___remove
9490 choke me
9491 #endif
9494 main ()
9496 return remove ();
9498 return 0;
9500 _ACEOF
9501 rm -f conftest.$ac_objext conftest$ac_exeext
9502 if { (ac_try="$ac_link"
9503 case "(($ac_try" in
9504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9505 *) ac_try_echo=$ac_try;;
9506 esac
9507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9508 $as_echo "$ac_try_echo") >&5
9509 (eval "$ac_link") 2>conftest.er1
9510 ac_status=$?
9511 grep -v '^ *+' conftest.er1 >conftest.err
9512 rm -f conftest.er1
9513 cat conftest.err >&5
9514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9515 (exit $ac_status); } && {
9516 test -z "$ac_c_werror_flag" ||
9517 test ! -s conftest.err
9518 } && test -s conftest$ac_exeext && {
9519 test "$cross_compiling" = yes ||
9520 $as_test_x conftest$ac_exeext
9521 }; then
9522 ac_cv_func_remove=yes
9523 else
9524 $as_echo "$as_me: failed program was:" >&5
9525 sed 's/^/| /' conftest.$ac_ext >&5
9527 ac_cv_func_remove=no
9530 rm -rf conftest.dSYM
9531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9532 conftest$ac_exeext conftest.$ac_ext
9534 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9535 $as_echo "$ac_cv_func_remove" >&6; }
9537 if test $ac_cv_func_remove = no; then
9538 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9539 $as_echo_n "checking for remove in -lposix... " >&6; }
9540 if test "${ac_cv_lib_posix_remove+set}" = set; then
9541 $as_echo_n "(cached) " >&6
9542 else
9543 ac_check_lib_save_LIBS=$LIBS
9544 LIBS="-lposix $LIBS"
9545 cat >conftest.$ac_ext <<_ACEOF
9546 /* confdefs.h. */
9547 _ACEOF
9548 cat confdefs.h >>conftest.$ac_ext
9549 cat >>conftest.$ac_ext <<_ACEOF
9550 /* end confdefs.h. */
9552 /* Override any GCC internal prototype to avoid an error.
9553 Use char because int might match the return type of a GCC
9554 builtin and then its argument prototype would still apply. */
9555 #ifdef __cplusplus
9556 extern "C"
9557 #endif
9558 char remove ();
9560 main ()
9562 return remove ();
9564 return 0;
9566 _ACEOF
9567 rm -f conftest.$ac_objext conftest$ac_exeext
9568 if { (ac_try="$ac_link"
9569 case "(($ac_try" in
9570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9571 *) ac_try_echo=$ac_try;;
9572 esac
9573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9574 $as_echo "$ac_try_echo") >&5
9575 (eval "$ac_link") 2>conftest.er1
9576 ac_status=$?
9577 grep -v '^ *+' conftest.er1 >conftest.err
9578 rm -f conftest.er1
9579 cat conftest.err >&5
9580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); } && {
9582 test -z "$ac_c_werror_flag" ||
9583 test ! -s conftest.err
9584 } && test -s conftest$ac_exeext && {
9585 test "$cross_compiling" = yes ||
9586 $as_test_x conftest$ac_exeext
9587 }; then
9588 ac_cv_lib_posix_remove=yes
9589 else
9590 $as_echo "$as_me: failed program was:" >&5
9591 sed 's/^/| /' conftest.$ac_ext >&5
9593 ac_cv_lib_posix_remove=no
9596 rm -rf conftest.dSYM
9597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9598 conftest$ac_exeext conftest.$ac_ext
9599 LIBS=$ac_check_lib_save_LIBS
9601 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9602 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9603 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9604 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9609 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9610 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9611 $as_echo_n "checking for shmat... " >&6; }
9612 if test "${ac_cv_func_shmat+set}" = set; then
9613 $as_echo_n "(cached) " >&6
9614 else
9615 cat >conftest.$ac_ext <<_ACEOF
9616 /* confdefs.h. */
9617 _ACEOF
9618 cat confdefs.h >>conftest.$ac_ext
9619 cat >>conftest.$ac_ext <<_ACEOF
9620 /* end confdefs.h. */
9621 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9622 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9623 #define shmat innocuous_shmat
9625 /* System header to define __stub macros and hopefully few prototypes,
9626 which can conflict with char shmat (); below.
9627 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9628 <limits.h> exists even on freestanding compilers. */
9630 #ifdef __STDC__
9631 # include <limits.h>
9632 #else
9633 # include <assert.h>
9634 #endif
9636 #undef shmat
9638 /* Override any GCC internal prototype to avoid an error.
9639 Use char because int might match the return type of a GCC
9640 builtin and then its argument prototype would still apply. */
9641 #ifdef __cplusplus
9642 extern "C"
9643 #endif
9644 char shmat ();
9645 /* The GNU C library defines this for functions which it implements
9646 to always fail with ENOSYS. Some functions are actually named
9647 something starting with __ and the normal name is an alias. */
9648 #if defined __stub_shmat || defined __stub___shmat
9649 choke me
9650 #endif
9653 main ()
9655 return shmat ();
9657 return 0;
9659 _ACEOF
9660 rm -f conftest.$ac_objext conftest$ac_exeext
9661 if { (ac_try="$ac_link"
9662 case "(($ac_try" in
9663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9664 *) ac_try_echo=$ac_try;;
9665 esac
9666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9667 $as_echo "$ac_try_echo") >&5
9668 (eval "$ac_link") 2>conftest.er1
9669 ac_status=$?
9670 grep -v '^ *+' conftest.er1 >conftest.err
9671 rm -f conftest.er1
9672 cat conftest.err >&5
9673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9674 (exit $ac_status); } && {
9675 test -z "$ac_c_werror_flag" ||
9676 test ! -s conftest.err
9677 } && test -s conftest$ac_exeext && {
9678 test "$cross_compiling" = yes ||
9679 $as_test_x conftest$ac_exeext
9680 }; then
9681 ac_cv_func_shmat=yes
9682 else
9683 $as_echo "$as_me: failed program was:" >&5
9684 sed 's/^/| /' conftest.$ac_ext >&5
9686 ac_cv_func_shmat=no
9689 rm -rf conftest.dSYM
9690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9691 conftest$ac_exeext conftest.$ac_ext
9693 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9694 $as_echo "$ac_cv_func_shmat" >&6; }
9696 if test $ac_cv_func_shmat = no; then
9697 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9698 $as_echo_n "checking for shmat in -lipc... " >&6; }
9699 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9700 $as_echo_n "(cached) " >&6
9701 else
9702 ac_check_lib_save_LIBS=$LIBS
9703 LIBS="-lipc $LIBS"
9704 cat >conftest.$ac_ext <<_ACEOF
9705 /* confdefs.h. */
9706 _ACEOF
9707 cat confdefs.h >>conftest.$ac_ext
9708 cat >>conftest.$ac_ext <<_ACEOF
9709 /* end confdefs.h. */
9711 /* Override any GCC internal prototype to avoid an error.
9712 Use char because int might match the return type of a GCC
9713 builtin and then its argument prototype would still apply. */
9714 #ifdef __cplusplus
9715 extern "C"
9716 #endif
9717 char shmat ();
9719 main ()
9721 return shmat ();
9723 return 0;
9725 _ACEOF
9726 rm -f conftest.$ac_objext conftest$ac_exeext
9727 if { (ac_try="$ac_link"
9728 case "(($ac_try" in
9729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9730 *) ac_try_echo=$ac_try;;
9731 esac
9732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9733 $as_echo "$ac_try_echo") >&5
9734 (eval "$ac_link") 2>conftest.er1
9735 ac_status=$?
9736 grep -v '^ *+' conftest.er1 >conftest.err
9737 rm -f conftest.er1
9738 cat conftest.err >&5
9739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9740 (exit $ac_status); } && {
9741 test -z "$ac_c_werror_flag" ||
9742 test ! -s conftest.err
9743 } && test -s conftest$ac_exeext && {
9744 test "$cross_compiling" = yes ||
9745 $as_test_x conftest$ac_exeext
9746 }; then
9747 ac_cv_lib_ipc_shmat=yes
9748 else
9749 $as_echo "$as_me: failed program was:" >&5
9750 sed 's/^/| /' conftest.$ac_ext >&5
9752 ac_cv_lib_ipc_shmat=no
9755 rm -rf conftest.dSYM
9756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9757 conftest$ac_exeext conftest.$ac_ext
9758 LIBS=$ac_check_lib_save_LIBS
9760 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9761 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9762 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9763 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9769 # Check for libraries that X11R6 Xt/Xaw programs need.
9770 ac_save_LDFLAGS=$LDFLAGS
9771 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9772 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9773 # check for ICE first), but we must link in the order -lSM -lICE or
9774 # we get undefined symbols. So assume we have SM if we have ICE.
9775 # These have to be linked with before -lX11, unlike the other
9776 # libraries we check for below, so use a different variable.
9777 # John Interrante, Karl Berry
9778 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9779 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9780 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9781 $as_echo_n "(cached) " >&6
9782 else
9783 ac_check_lib_save_LIBS=$LIBS
9784 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9785 cat >conftest.$ac_ext <<_ACEOF
9786 /* confdefs.h. */
9787 _ACEOF
9788 cat confdefs.h >>conftest.$ac_ext
9789 cat >>conftest.$ac_ext <<_ACEOF
9790 /* end confdefs.h. */
9792 /* Override any GCC internal prototype to avoid an error.
9793 Use char because int might match the return type of a GCC
9794 builtin and then its argument prototype would still apply. */
9795 #ifdef __cplusplus
9796 extern "C"
9797 #endif
9798 char IceConnectionNumber ();
9800 main ()
9802 return IceConnectionNumber ();
9804 return 0;
9806 _ACEOF
9807 rm -f conftest.$ac_objext conftest$ac_exeext
9808 if { (ac_try="$ac_link"
9809 case "(($ac_try" in
9810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9811 *) ac_try_echo=$ac_try;;
9812 esac
9813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9814 $as_echo "$ac_try_echo") >&5
9815 (eval "$ac_link") 2>conftest.er1
9816 ac_status=$?
9817 grep -v '^ *+' conftest.er1 >conftest.err
9818 rm -f conftest.er1
9819 cat conftest.err >&5
9820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9821 (exit $ac_status); } && {
9822 test -z "$ac_c_werror_flag" ||
9823 test ! -s conftest.err
9824 } && test -s conftest$ac_exeext && {
9825 test "$cross_compiling" = yes ||
9826 $as_test_x conftest$ac_exeext
9827 }; then
9828 ac_cv_lib_ICE_IceConnectionNumber=yes
9829 else
9830 $as_echo "$as_me: failed program was:" >&5
9831 sed 's/^/| /' conftest.$ac_ext >&5
9833 ac_cv_lib_ICE_IceConnectionNumber=no
9836 rm -rf conftest.dSYM
9837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9838 conftest$ac_exeext conftest.$ac_ext
9839 LIBS=$ac_check_lib_save_LIBS
9841 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9842 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9843 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9844 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9847 LDFLAGS=$ac_save_LDFLAGS
9852 if test "$have_x" = "yes"
9853 then
9854 XLIB="-lXext -lX11"
9855 ac_save_CPPFLAGS="$CPPFLAGS"
9856 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9858 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9859 $as_echo_n "checking for -lX11... " >&6; }
9860 if test "${ac_cv_lib_soname_X11+set}" = set; then
9861 $as_echo_n "(cached) " >&6
9862 else
9863 ac_check_soname_save_LIBS=$LIBS
9864 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9865 cat >conftest.$ac_ext <<_ACEOF
9866 /* confdefs.h. */
9867 _ACEOF
9868 cat confdefs.h >>conftest.$ac_ext
9869 cat >>conftest.$ac_ext <<_ACEOF
9870 /* end confdefs.h. */
9872 /* Override any GCC internal prototype to avoid an error.
9873 Use char because int might match the return type of a GCC
9874 builtin and then its argument prototype would still apply. */
9875 #ifdef __cplusplus
9876 extern "C"
9877 #endif
9878 char XCreateWindow ();
9880 main ()
9882 return XCreateWindow ();
9884 return 0;
9886 _ACEOF
9887 rm -f conftest.$ac_objext conftest$ac_exeext
9888 if { (ac_try="$ac_link"
9889 case "(($ac_try" in
9890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9891 *) ac_try_echo=$ac_try;;
9892 esac
9893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9894 $as_echo "$ac_try_echo") >&5
9895 (eval "$ac_link") 2>conftest.er1
9896 ac_status=$?
9897 grep -v '^ *+' conftest.er1 >conftest.err
9898 rm -f conftest.er1
9899 cat conftest.err >&5
9900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9901 (exit $ac_status); } && {
9902 test -z "$ac_c_werror_flag" ||
9903 test ! -s conftest.err
9904 } && test -s conftest$ac_exeext && {
9905 test "$cross_compiling" = yes ||
9906 $as_test_x conftest$ac_exeext
9907 }; then
9908 case "$LIBEXT" in
9909 dll) ;;
9910 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'` ;;
9911 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9912 esac
9913 else
9914 $as_echo "$as_me: failed program was:" >&5
9915 sed 's/^/| /' conftest.$ac_ext >&5
9920 rm -rf conftest.dSYM
9921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9922 conftest$ac_exeext conftest.$ac_ext
9923 LIBS=$ac_check_soname_save_LIBS
9925 if test "x$ac_cv_lib_soname_X11" = "x"; then
9926 { $as_echo "$as_me:$LINENO: result: not found" >&5
9927 $as_echo "not found" >&6; }
9929 else
9930 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9931 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9933 cat >>confdefs.h <<_ACEOF
9934 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9935 _ACEOF
9940 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9941 $as_echo_n "checking for -lXext... " >&6; }
9942 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9943 $as_echo_n "(cached) " >&6
9944 else
9945 ac_check_soname_save_LIBS=$LIBS
9946 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9947 cat >conftest.$ac_ext <<_ACEOF
9948 /* confdefs.h. */
9949 _ACEOF
9950 cat confdefs.h >>conftest.$ac_ext
9951 cat >>conftest.$ac_ext <<_ACEOF
9952 /* end confdefs.h. */
9954 /* Override any GCC internal prototype to avoid an error.
9955 Use char because int might match the return type of a GCC
9956 builtin and then its argument prototype would still apply. */
9957 #ifdef __cplusplus
9958 extern "C"
9959 #endif
9960 char XextCreateExtension ();
9962 main ()
9964 return XextCreateExtension ();
9966 return 0;
9968 _ACEOF
9969 rm -f conftest.$ac_objext conftest$ac_exeext
9970 if { (ac_try="$ac_link"
9971 case "(($ac_try" in
9972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9973 *) ac_try_echo=$ac_try;;
9974 esac
9975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9976 $as_echo "$ac_try_echo") >&5
9977 (eval "$ac_link") 2>conftest.er1
9978 ac_status=$?
9979 grep -v '^ *+' conftest.er1 >conftest.err
9980 rm -f conftest.er1
9981 cat conftest.err >&5
9982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9983 (exit $ac_status); } && {
9984 test -z "$ac_c_werror_flag" ||
9985 test ! -s conftest.err
9986 } && test -s conftest$ac_exeext && {
9987 test "$cross_compiling" = yes ||
9988 $as_test_x conftest$ac_exeext
9989 }; then
9990 case "$LIBEXT" in
9991 dll) ;;
9992 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'` ;;
9993 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9994 esac
9995 else
9996 $as_echo "$as_me: failed program was:" >&5
9997 sed 's/^/| /' conftest.$ac_ext >&5
10002 rm -rf conftest.dSYM
10003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10004 conftest$ac_exeext conftest.$ac_ext
10005 LIBS=$ac_check_soname_save_LIBS
10007 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10008 { $as_echo "$as_me:$LINENO: result: not found" >&5
10009 $as_echo "not found" >&6; }
10011 else
10012 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10013 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10015 cat >>confdefs.h <<_ACEOF
10016 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10017 _ACEOF
10035 for ac_header in X11/Xlib.h \
10036 X11/XKBlib.h \
10037 X11/Xutil.h \
10038 X11/Xcursor/Xcursor.h \
10039 X11/extensions/shape.h \
10040 X11/extensions/XInput.h \
10041 X11/extensions/XShm.h \
10042 X11/extensions/Xcomposite.h \
10043 X11/extensions/Xinerama.h \
10044 X11/extensions/Xrandr.h \
10045 X11/extensions/Xrender.h \
10046 X11/extensions/xf86vmode.h
10048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10049 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10050 $as_echo_n "checking for $ac_header... " >&6; }
10051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10052 $as_echo_n "(cached) " >&6
10053 else
10054 cat >conftest.$ac_ext <<_ACEOF
10055 /* confdefs.h. */
10056 _ACEOF
10057 cat confdefs.h >>conftest.$ac_ext
10058 cat >>conftest.$ac_ext <<_ACEOF
10059 /* end confdefs.h. */
10060 #ifdef HAVE_X11_XLIB_H
10061 # include <X11/Xlib.h>
10062 #endif
10063 #ifdef HAVE_X11_XUTIL_H
10064 # include <X11/Xutil.h>
10065 #endif
10067 #include <$ac_header>
10068 _ACEOF
10069 rm -f conftest.$ac_objext
10070 if { (ac_try="$ac_compile"
10071 case "(($ac_try" in
10072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10073 *) ac_try_echo=$ac_try;;
10074 esac
10075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10076 $as_echo "$ac_try_echo") >&5
10077 (eval "$ac_compile") 2>conftest.er1
10078 ac_status=$?
10079 grep -v '^ *+' conftest.er1 >conftest.err
10080 rm -f conftest.er1
10081 cat conftest.err >&5
10082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083 (exit $ac_status); } && {
10084 test -z "$ac_c_werror_flag" ||
10085 test ! -s conftest.err
10086 } && test -s conftest.$ac_objext; then
10087 eval "$as_ac_Header=yes"
10088 else
10089 $as_echo "$as_me: failed program was:" >&5
10090 sed 's/^/| /' conftest.$ac_ext >&5
10092 eval "$as_ac_Header=no"
10095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10097 ac_res=`eval 'as_val=${'$as_ac_Header'}
10098 $as_echo "$as_val"'`
10099 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10100 $as_echo "$ac_res" >&6; }
10101 as_val=`eval 'as_val=${'$as_ac_Header'}
10102 $as_echo "$as_val"'`
10103 if test "x$as_val" = x""yes; then
10104 cat >>confdefs.h <<_ACEOF
10105 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10106 _ACEOF
10110 done
10113 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10114 then
10115 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10116 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10117 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10118 $as_echo_n "(cached) " >&6
10119 else
10120 ac_check_lib_save_LIBS=$LIBS
10121 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10122 cat >conftest.$ac_ext <<_ACEOF
10123 /* confdefs.h. */
10124 _ACEOF
10125 cat confdefs.h >>conftest.$ac_ext
10126 cat >>conftest.$ac_ext <<_ACEOF
10127 /* end confdefs.h. */
10129 /* Override any GCC internal prototype to avoid an error.
10130 Use char because int might match the return type of a GCC
10131 builtin and then its argument prototype would still apply. */
10132 #ifdef __cplusplus
10133 extern "C"
10134 #endif
10135 char XkbQueryExtension ();
10137 main ()
10139 return XkbQueryExtension ();
10141 return 0;
10143 _ACEOF
10144 rm -f conftest.$ac_objext conftest$ac_exeext
10145 if { (ac_try="$ac_link"
10146 case "(($ac_try" in
10147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10148 *) ac_try_echo=$ac_try;;
10149 esac
10150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10151 $as_echo "$ac_try_echo") >&5
10152 (eval "$ac_link") 2>conftest.er1
10153 ac_status=$?
10154 grep -v '^ *+' conftest.er1 >conftest.err
10155 rm -f conftest.er1
10156 cat conftest.err >&5
10157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10158 (exit $ac_status); } && {
10159 test -z "$ac_c_werror_flag" ||
10160 test ! -s conftest.err
10161 } && test -s conftest$ac_exeext && {
10162 test "$cross_compiling" = yes ||
10163 $as_test_x conftest$ac_exeext
10164 }; then
10165 ac_cv_lib_X11_XkbQueryExtension=yes
10166 else
10167 $as_echo "$as_me: failed program was:" >&5
10168 sed 's/^/| /' conftest.$ac_ext >&5
10170 ac_cv_lib_X11_XkbQueryExtension=no
10173 rm -rf conftest.dSYM
10174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10175 conftest$ac_exeext conftest.$ac_ext
10176 LIBS=$ac_check_lib_save_LIBS
10178 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10179 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10180 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10182 cat >>confdefs.h <<\_ACEOF
10183 #define HAVE_XKB 1
10184 _ACEOF
10190 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10191 then
10192 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10193 $as_echo_n "checking for -lXcursor... " >&6; }
10194 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10195 $as_echo_n "(cached) " >&6
10196 else
10197 ac_check_soname_save_LIBS=$LIBS
10198 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10199 cat >conftest.$ac_ext <<_ACEOF
10200 /* confdefs.h. */
10201 _ACEOF
10202 cat confdefs.h >>conftest.$ac_ext
10203 cat >>conftest.$ac_ext <<_ACEOF
10204 /* end confdefs.h. */
10206 /* Override any GCC internal prototype to avoid an error.
10207 Use char because int might match the return type of a GCC
10208 builtin and then its argument prototype would still apply. */
10209 #ifdef __cplusplus
10210 extern "C"
10211 #endif
10212 char XcursorImageLoadCursor ();
10214 main ()
10216 return XcursorImageLoadCursor ();
10218 return 0;
10220 _ACEOF
10221 rm -f conftest.$ac_objext conftest$ac_exeext
10222 if { (ac_try="$ac_link"
10223 case "(($ac_try" in
10224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10225 *) ac_try_echo=$ac_try;;
10226 esac
10227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10228 $as_echo "$ac_try_echo") >&5
10229 (eval "$ac_link") 2>conftest.er1
10230 ac_status=$?
10231 grep -v '^ *+' conftest.er1 >conftest.err
10232 rm -f conftest.er1
10233 cat conftest.err >&5
10234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10235 (exit $ac_status); } && {
10236 test -z "$ac_c_werror_flag" ||
10237 test ! -s conftest.err
10238 } && test -s conftest$ac_exeext && {
10239 test "$cross_compiling" = yes ||
10240 $as_test_x conftest$ac_exeext
10241 }; then
10242 case "$LIBEXT" in
10243 dll) ;;
10244 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'` ;;
10245 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10246 esac
10247 else
10248 $as_echo "$as_me: failed program was:" >&5
10249 sed 's/^/| /' conftest.$ac_ext >&5
10254 rm -rf conftest.dSYM
10255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10256 conftest$ac_exeext conftest.$ac_ext
10257 LIBS=$ac_check_soname_save_LIBS
10259 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10260 { $as_echo "$as_me:$LINENO: result: not found" >&5
10261 $as_echo "not found" >&6; }
10263 else
10264 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10265 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10267 cat >>confdefs.h <<_ACEOF
10268 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10269 _ACEOF
10275 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10276 case "x$with_xcursor" in
10277 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10278 xno) ;;
10279 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10280 This is an error since --with-xcursor was requested." >&5
10281 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10282 This is an error since --with-xcursor was requested." >&2;}
10283 { (exit 1); exit 1; }; } ;;
10284 esac
10288 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10289 then
10290 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10291 $as_echo_n "checking for -lXi... " >&6; }
10292 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10293 $as_echo_n "(cached) " >&6
10294 else
10295 ac_check_soname_save_LIBS=$LIBS
10296 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10297 cat >conftest.$ac_ext <<_ACEOF
10298 /* confdefs.h. */
10299 _ACEOF
10300 cat confdefs.h >>conftest.$ac_ext
10301 cat >>conftest.$ac_ext <<_ACEOF
10302 /* end confdefs.h. */
10304 /* Override any GCC internal prototype to avoid an error.
10305 Use char because int might match the return type of a GCC
10306 builtin and then its argument prototype would still apply. */
10307 #ifdef __cplusplus
10308 extern "C"
10309 #endif
10310 char XOpenDevice ();
10312 main ()
10314 return XOpenDevice ();
10316 return 0;
10318 _ACEOF
10319 rm -f conftest.$ac_objext conftest$ac_exeext
10320 if { (ac_try="$ac_link"
10321 case "(($ac_try" in
10322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10323 *) ac_try_echo=$ac_try;;
10324 esac
10325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10326 $as_echo "$ac_try_echo") >&5
10327 (eval "$ac_link") 2>conftest.er1
10328 ac_status=$?
10329 grep -v '^ *+' conftest.er1 >conftest.err
10330 rm -f conftest.er1
10331 cat conftest.err >&5
10332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10333 (exit $ac_status); } && {
10334 test -z "$ac_c_werror_flag" ||
10335 test ! -s conftest.err
10336 } && test -s conftest$ac_exeext && {
10337 test "$cross_compiling" = yes ||
10338 $as_test_x conftest$ac_exeext
10339 }; then
10340 case "$LIBEXT" in
10341 dll) ;;
10342 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'` ;;
10343 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10344 esac
10345 else
10346 $as_echo "$as_me: failed program was:" >&5
10347 sed 's/^/| /' conftest.$ac_ext >&5
10352 rm -rf conftest.dSYM
10353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10354 conftest$ac_exeext conftest.$ac_ext
10355 LIBS=$ac_check_soname_save_LIBS
10357 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10358 { $as_echo "$as_me:$LINENO: result: not found" >&5
10359 $as_echo "not found" >&6; }
10361 else
10362 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10363 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10365 cat >>confdefs.h <<_ACEOF
10366 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10367 _ACEOF
10373 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10374 case "x$with_xinput" in
10375 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10376 xno) ;;
10377 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10378 This is an error since --with-xinput was requested." >&5
10379 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10380 This is an error since --with-xinput was requested." >&2;}
10381 { (exit 1); exit 1; }; } ;;
10382 esac
10386 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10387 then
10388 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10389 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10390 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10391 $as_echo_n "(cached) " >&6
10392 else
10393 ac_check_lib_save_LIBS=$LIBS
10394 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10395 cat >conftest.$ac_ext <<_ACEOF
10396 /* confdefs.h. */
10397 _ACEOF
10398 cat confdefs.h >>conftest.$ac_ext
10399 cat >>conftest.$ac_ext <<_ACEOF
10400 /* end confdefs.h. */
10402 /* Override any GCC internal prototype to avoid an error.
10403 Use char because int might match the return type of a GCC
10404 builtin and then its argument prototype would still apply. */
10405 #ifdef __cplusplus
10406 extern "C"
10407 #endif
10408 char XShmQueryExtension ();
10410 main ()
10412 return XShmQueryExtension ();
10414 return 0;
10416 _ACEOF
10417 rm -f conftest.$ac_objext conftest$ac_exeext
10418 if { (ac_try="$ac_link"
10419 case "(($ac_try" in
10420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10421 *) ac_try_echo=$ac_try;;
10422 esac
10423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10424 $as_echo "$ac_try_echo") >&5
10425 (eval "$ac_link") 2>conftest.er1
10426 ac_status=$?
10427 grep -v '^ *+' conftest.er1 >conftest.err
10428 rm -f conftest.er1
10429 cat conftest.err >&5
10430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10431 (exit $ac_status); } && {
10432 test -z "$ac_c_werror_flag" ||
10433 test ! -s conftest.err
10434 } && test -s conftest$ac_exeext && {
10435 test "$cross_compiling" = yes ||
10436 $as_test_x conftest$ac_exeext
10437 }; then
10438 ac_cv_lib_Xext_XShmQueryExtension=yes
10439 else
10440 $as_echo "$as_me: failed program was:" >&5
10441 sed 's/^/| /' conftest.$ac_ext >&5
10443 ac_cv_lib_Xext_XShmQueryExtension=no
10446 rm -rf conftest.dSYM
10447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10448 conftest$ac_exeext conftest.$ac_ext
10449 LIBS=$ac_check_lib_save_LIBS
10451 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10452 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10453 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10455 cat >>confdefs.h <<\_ACEOF
10456 #define HAVE_LIBXXSHM 1
10457 _ACEOF
10462 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10463 case "x$with_xshm" in
10464 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10465 xno) ;;
10466 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10467 This is an error since --with-xshm was requested." >&5
10468 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10469 This is an error since --with-xshm was requested." >&2;}
10470 { (exit 1); exit 1; }; } ;;
10471 esac
10475 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10476 then
10477 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10478 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10479 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10480 $as_echo_n "(cached) " >&6
10481 else
10482 ac_check_lib_save_LIBS=$LIBS
10483 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10484 cat >conftest.$ac_ext <<_ACEOF
10485 /* confdefs.h. */
10486 _ACEOF
10487 cat confdefs.h >>conftest.$ac_ext
10488 cat >>conftest.$ac_ext <<_ACEOF
10489 /* end confdefs.h. */
10491 /* Override any GCC internal prototype to avoid an error.
10492 Use char because int might match the return type of a GCC
10493 builtin and then its argument prototype would still apply. */
10494 #ifdef __cplusplus
10495 extern "C"
10496 #endif
10497 char XShapeQueryExtension ();
10499 main ()
10501 return XShapeQueryExtension ();
10503 return 0;
10505 _ACEOF
10506 rm -f conftest.$ac_objext conftest$ac_exeext
10507 if { (ac_try="$ac_link"
10508 case "(($ac_try" in
10509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10510 *) ac_try_echo=$ac_try;;
10511 esac
10512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10513 $as_echo "$ac_try_echo") >&5
10514 (eval "$ac_link") 2>conftest.er1
10515 ac_status=$?
10516 grep -v '^ *+' conftest.er1 >conftest.err
10517 rm -f conftest.er1
10518 cat conftest.err >&5
10519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10520 (exit $ac_status); } && {
10521 test -z "$ac_c_werror_flag" ||
10522 test ! -s conftest.err
10523 } && test -s conftest$ac_exeext && {
10524 test "$cross_compiling" = yes ||
10525 $as_test_x conftest$ac_exeext
10526 }; then
10527 ac_cv_lib_Xext_XShapeQueryExtension=yes
10528 else
10529 $as_echo "$as_me: failed program was:" >&5
10530 sed 's/^/| /' conftest.$ac_ext >&5
10532 ac_cv_lib_Xext_XShapeQueryExtension=no
10535 rm -rf conftest.dSYM
10536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10537 conftest$ac_exeext conftest.$ac_ext
10538 LIBS=$ac_check_lib_save_LIBS
10540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10541 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10542 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10544 cat >>confdefs.h <<\_ACEOF
10545 #define HAVE_LIBXSHAPE 1
10546 _ACEOF
10551 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10552 case "x$with_xshape" in
10553 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10554 xno) ;;
10555 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10556 This is an error since --with-xshape was requested." >&5
10557 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10558 This is an error since --with-xshape was requested." >&2;}
10559 { (exit 1); exit 1; }; } ;;
10560 esac
10564 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10565 then
10566 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10567 $as_echo_n "checking for -lXxf86vm... " >&6; }
10568 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10569 $as_echo_n "(cached) " >&6
10570 else
10571 ac_check_soname_save_LIBS=$LIBS
10572 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573 cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h. */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XF86VidModeQueryExtension ();
10588 main ()
10590 return XF86VidModeQueryExtension ();
10592 return 0;
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599 *) ac_try_echo=$ac_try;;
10600 esac
10601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10602 $as_echo "$ac_try_echo") >&5
10603 (eval "$ac_link") 2>conftest.er1
10604 ac_status=$?
10605 grep -v '^ *+' conftest.er1 >conftest.err
10606 rm -f conftest.er1
10607 cat conftest.err >&5
10608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10609 (exit $ac_status); } && {
10610 test -z "$ac_c_werror_flag" ||
10611 test ! -s conftest.err
10612 } && test -s conftest$ac_exeext && {
10613 test "$cross_compiling" = yes ||
10614 $as_test_x conftest$ac_exeext
10615 }; then
10616 case "$LIBEXT" in
10617 dll) ;;
10618 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'` ;;
10619 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10620 esac
10621 else
10622 $as_echo "$as_me: failed program was:" >&5
10623 sed 's/^/| /' conftest.$ac_ext >&5
10628 rm -rf conftest.dSYM
10629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10630 conftest$ac_exeext conftest.$ac_ext
10631 LIBS=$ac_check_soname_save_LIBS
10633 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10634 { $as_echo "$as_me:$LINENO: result: not found" >&5
10635 $as_echo "not found" >&6; }
10637 else
10638 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10639 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10641 cat >>confdefs.h <<_ACEOF
10642 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10643 _ACEOF
10649 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10650 case "x$with_xxf86vm" in
10651 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10652 xno) ;;
10653 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10654 This is an error since --with-xxf86vm was requested." >&5
10655 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10656 This is an error since --with-xxf86vm was requested." >&2;}
10657 { (exit 1); exit 1; }; } ;;
10658 esac
10662 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"
10663 then
10664 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10665 $as_echo_n "checking for -lXrender... " >&6; }
10666 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10667 $as_echo_n "(cached) " >&6
10668 else
10669 ac_check_soname_save_LIBS=$LIBS
10670 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10671 cat >conftest.$ac_ext <<_ACEOF
10672 /* confdefs.h. */
10673 _ACEOF
10674 cat confdefs.h >>conftest.$ac_ext
10675 cat >>conftest.$ac_ext <<_ACEOF
10676 /* end confdefs.h. */
10678 /* Override any GCC internal prototype to avoid an error.
10679 Use char because int might match the return type of a GCC
10680 builtin and then its argument prototype would still apply. */
10681 #ifdef __cplusplus
10682 extern "C"
10683 #endif
10684 char XRenderQueryExtension ();
10686 main ()
10688 return XRenderQueryExtension ();
10690 return 0;
10692 _ACEOF
10693 rm -f conftest.$ac_objext conftest$ac_exeext
10694 if { (ac_try="$ac_link"
10695 case "(($ac_try" in
10696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10697 *) ac_try_echo=$ac_try;;
10698 esac
10699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10700 $as_echo "$ac_try_echo") >&5
10701 (eval "$ac_link") 2>conftest.er1
10702 ac_status=$?
10703 grep -v '^ *+' conftest.er1 >conftest.err
10704 rm -f conftest.er1
10705 cat conftest.err >&5
10706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10707 (exit $ac_status); } && {
10708 test -z "$ac_c_werror_flag" ||
10709 test ! -s conftest.err
10710 } && test -s conftest$ac_exeext && {
10711 test "$cross_compiling" = yes ||
10712 $as_test_x conftest$ac_exeext
10713 }; then
10714 case "$LIBEXT" in
10715 dll) ;;
10716 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'` ;;
10717 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10718 esac
10719 else
10720 $as_echo "$as_me: failed program was:" >&5
10721 sed 's/^/| /' conftest.$ac_ext >&5
10726 rm -rf conftest.dSYM
10727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10728 conftest$ac_exeext conftest.$ac_ext
10729 LIBS=$ac_check_soname_save_LIBS
10731 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10732 { $as_echo "$as_me:$LINENO: result: not found" >&5
10733 $as_echo "not found" >&6; }
10735 else
10736 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10737 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10739 cat >>confdefs.h <<_ACEOF
10740 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10741 _ACEOF
10743 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10744 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10745 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10746 $as_echo_n "(cached) " >&6
10747 else
10748 ac_check_lib_save_LIBS=$LIBS
10749 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10750 cat >conftest.$ac_ext <<_ACEOF
10751 /* confdefs.h. */
10752 _ACEOF
10753 cat confdefs.h >>conftest.$ac_ext
10754 cat >>conftest.$ac_ext <<_ACEOF
10755 /* end confdefs.h. */
10757 /* Override any GCC internal prototype to avoid an error.
10758 Use char because int might match the return type of a GCC
10759 builtin and then its argument prototype would still apply. */
10760 #ifdef __cplusplus
10761 extern "C"
10762 #endif
10763 char XRenderSetPictureTransform ();
10765 main ()
10767 return XRenderSetPictureTransform ();
10769 return 0;
10771 _ACEOF
10772 rm -f conftest.$ac_objext conftest$ac_exeext
10773 if { (ac_try="$ac_link"
10774 case "(($ac_try" in
10775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10776 *) ac_try_echo=$ac_try;;
10777 esac
10778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10779 $as_echo "$ac_try_echo") >&5
10780 (eval "$ac_link") 2>conftest.er1
10781 ac_status=$?
10782 grep -v '^ *+' conftest.er1 >conftest.err
10783 rm -f conftest.er1
10784 cat conftest.err >&5
10785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10786 (exit $ac_status); } && {
10787 test -z "$ac_c_werror_flag" ||
10788 test ! -s conftest.err
10789 } && test -s conftest$ac_exeext && {
10790 test "$cross_compiling" = yes ||
10791 $as_test_x conftest$ac_exeext
10792 }; then
10793 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10794 else
10795 $as_echo "$as_me: failed program was:" >&5
10796 sed 's/^/| /' conftest.$ac_ext >&5
10798 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10801 rm -rf conftest.dSYM
10802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10803 conftest$ac_exeext conftest.$ac_ext
10804 LIBS=$ac_check_lib_save_LIBS
10806 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10807 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10808 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10810 cat >>confdefs.h <<\_ACEOF
10811 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10812 _ACEOF
10820 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10821 case "x$with_xrender" in
10822 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10823 xno) ;;
10824 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10825 This is an error since --with-xrender was requested." >&5
10826 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10827 This is an error since --with-xrender was requested." >&2;}
10828 { (exit 1); exit 1; }; } ;;
10829 esac
10833 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10834 then
10835 cat >conftest.$ac_ext <<_ACEOF
10836 /* confdefs.h. */
10837 _ACEOF
10838 cat confdefs.h >>conftest.$ac_ext
10839 cat >>conftest.$ac_ext <<_ACEOF
10840 /* end confdefs.h. */
10841 #include <X11/Xlib.h>
10842 #include <X11/extensions/Xrandr.h>
10844 main ()
10846 static typeof(XRRSetScreenConfigAndRate) * func;
10848 return 0;
10850 _ACEOF
10851 rm -f conftest.$ac_objext
10852 if { (ac_try="$ac_compile"
10853 case "(($ac_try" in
10854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10855 *) ac_try_echo=$ac_try;;
10856 esac
10857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10858 $as_echo "$ac_try_echo") >&5
10859 (eval "$ac_compile") 2>conftest.er1
10860 ac_status=$?
10861 grep -v '^ *+' conftest.er1 >conftest.err
10862 rm -f conftest.er1
10863 cat conftest.err >&5
10864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10865 (exit $ac_status); } && {
10866 test -z "$ac_c_werror_flag" ||
10867 test ! -s conftest.err
10868 } && test -s conftest.$ac_objext; then
10869 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10870 $as_echo_n "checking for -lXrandr... " >&6; }
10871 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10872 $as_echo_n "(cached) " >&6
10873 else
10874 ac_check_soname_save_LIBS=$LIBS
10875 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
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. */
10883 /* Override any GCC internal prototype to avoid an error.
10884 Use char because int might match the return type of a GCC
10885 builtin and then its argument prototype would still apply. */
10886 #ifdef __cplusplus
10887 extern "C"
10888 #endif
10889 char XRRQueryExtension ();
10891 main ()
10893 return XRRQueryExtension ();
10895 return 0;
10897 _ACEOF
10898 rm -f conftest.$ac_objext conftest$ac_exeext
10899 if { (ac_try="$ac_link"
10900 case "(($ac_try" in
10901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10902 *) ac_try_echo=$ac_try;;
10903 esac
10904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10905 $as_echo "$ac_try_echo") >&5
10906 (eval "$ac_link") 2>conftest.er1
10907 ac_status=$?
10908 grep -v '^ *+' conftest.er1 >conftest.err
10909 rm -f conftest.er1
10910 cat conftest.err >&5
10911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest$ac_exeext && {
10916 test "$cross_compiling" = yes ||
10917 $as_test_x conftest$ac_exeext
10918 }; then
10919 case "$LIBEXT" in
10920 dll) ;;
10921 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'` ;;
10922 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10923 esac
10924 else
10925 $as_echo "$as_me: failed program was:" >&5
10926 sed 's/^/| /' conftest.$ac_ext >&5
10931 rm -rf conftest.dSYM
10932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10933 conftest$ac_exeext conftest.$ac_ext
10934 LIBS=$ac_check_soname_save_LIBS
10936 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10937 { $as_echo "$as_me:$LINENO: result: not found" >&5
10938 $as_echo "not found" >&6; }
10940 else
10941 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10942 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10944 cat >>confdefs.h <<_ACEOF
10945 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10946 _ACEOF
10951 else
10952 $as_echo "$as_me: failed program was:" >&5
10953 sed 's/^/| /' conftest.$ac_ext >&5
10958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10960 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10961 case "x$with_xrandr" in
10962 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10963 xno) ;;
10964 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10965 This is an error since --with-xrandr was requested." >&5
10966 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10967 This is an error since --with-xrandr was requested." >&2;}
10968 { (exit 1); exit 1; }; } ;;
10969 esac
10973 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10974 then
10975 cat >conftest.$ac_ext <<_ACEOF
10976 /* confdefs.h. */
10977 _ACEOF
10978 cat confdefs.h >>conftest.$ac_ext
10979 cat >>conftest.$ac_ext <<_ACEOF
10980 /* end confdefs.h. */
10981 #include <X11/Xlib.h>
10982 #include <X11/extensions/Xinerama.h>
10984 main ()
10986 static typeof(XineramaQueryScreens) * func;
10988 return 0;
10990 _ACEOF
10991 rm -f conftest.$ac_objext
10992 if { (ac_try="$ac_compile"
10993 case "(($ac_try" in
10994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10995 *) ac_try_echo=$ac_try;;
10996 esac
10997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10998 $as_echo "$ac_try_echo") >&5
10999 (eval "$ac_compile") 2>conftest.er1
11000 ac_status=$?
11001 grep -v '^ *+' conftest.er1 >conftest.err
11002 rm -f conftest.er1
11003 cat conftest.err >&5
11004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11005 (exit $ac_status); } && {
11006 test -z "$ac_c_werror_flag" ||
11007 test ! -s conftest.err
11008 } && test -s conftest.$ac_objext; then
11009 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11010 $as_echo_n "checking for -lXinerama... " >&6; }
11011 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11012 $as_echo_n "(cached) " >&6
11013 else
11014 ac_check_soname_save_LIBS=$LIBS
11015 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11016 cat >conftest.$ac_ext <<_ACEOF
11017 /* confdefs.h. */
11018 _ACEOF
11019 cat confdefs.h >>conftest.$ac_ext
11020 cat >>conftest.$ac_ext <<_ACEOF
11021 /* end confdefs.h. */
11023 /* Override any GCC internal prototype to avoid an error.
11024 Use char because int might match the return type of a GCC
11025 builtin and then its argument prototype would still apply. */
11026 #ifdef __cplusplus
11027 extern "C"
11028 #endif
11029 char XineramaQueryScreens ();
11031 main ()
11033 return XineramaQueryScreens ();
11035 return 0;
11037 _ACEOF
11038 rm -f conftest.$ac_objext conftest$ac_exeext
11039 if { (ac_try="$ac_link"
11040 case "(($ac_try" in
11041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11042 *) ac_try_echo=$ac_try;;
11043 esac
11044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11045 $as_echo "$ac_try_echo") >&5
11046 (eval "$ac_link") 2>conftest.er1
11047 ac_status=$?
11048 grep -v '^ *+' conftest.er1 >conftest.err
11049 rm -f conftest.er1
11050 cat conftest.err >&5
11051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11052 (exit $ac_status); } && {
11053 test -z "$ac_c_werror_flag" ||
11054 test ! -s conftest.err
11055 } && test -s conftest$ac_exeext && {
11056 test "$cross_compiling" = yes ||
11057 $as_test_x conftest$ac_exeext
11058 }; then
11059 case "$LIBEXT" in
11060 dll) ;;
11061 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'` ;;
11062 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11063 esac
11064 else
11065 $as_echo "$as_me: failed program was:" >&5
11066 sed 's/^/| /' conftest.$ac_ext >&5
11071 rm -rf conftest.dSYM
11072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11073 conftest$ac_exeext conftest.$ac_ext
11074 LIBS=$ac_check_soname_save_LIBS
11076 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11077 { $as_echo "$as_me:$LINENO: result: not found" >&5
11078 $as_echo "not found" >&6; }
11080 else
11081 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11082 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11084 cat >>confdefs.h <<_ACEOF
11085 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11086 _ACEOF
11091 else
11092 $as_echo "$as_me: failed program was:" >&5
11093 sed 's/^/| /' conftest.$ac_ext >&5
11098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11100 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11101 case "x$with_xinerama" in
11102 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11103 xno) ;;
11104 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11105 This is an error since --with-xinerama was requested." >&5
11106 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11107 This is an error since --with-xinerama was requested." >&2;}
11108 { (exit 1); exit 1; }; } ;;
11109 esac
11113 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11114 then
11115 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11116 $as_echo_n "checking for -lXcomposite... " >&6; }
11117 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11118 $as_echo_n "(cached) " >&6
11119 else
11120 ac_check_soname_save_LIBS=$LIBS
11121 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11122 cat >conftest.$ac_ext <<_ACEOF
11123 /* confdefs.h. */
11124 _ACEOF
11125 cat confdefs.h >>conftest.$ac_ext
11126 cat >>conftest.$ac_ext <<_ACEOF
11127 /* end confdefs.h. */
11129 /* Override any GCC internal prototype to avoid an error.
11130 Use char because int might match the return type of a GCC
11131 builtin and then its argument prototype would still apply. */
11132 #ifdef __cplusplus
11133 extern "C"
11134 #endif
11135 char XCompositeRedirectWindow ();
11137 main ()
11139 return XCompositeRedirectWindow ();
11141 return 0;
11143 _ACEOF
11144 rm -f conftest.$ac_objext conftest$ac_exeext
11145 if { (ac_try="$ac_link"
11146 case "(($ac_try" in
11147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11148 *) ac_try_echo=$ac_try;;
11149 esac
11150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11151 $as_echo "$ac_try_echo") >&5
11152 (eval "$ac_link") 2>conftest.er1
11153 ac_status=$?
11154 grep -v '^ *+' conftest.er1 >conftest.err
11155 rm -f conftest.er1
11156 cat conftest.err >&5
11157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11158 (exit $ac_status); } && {
11159 test -z "$ac_c_werror_flag" ||
11160 test ! -s conftest.err
11161 } && test -s conftest$ac_exeext && {
11162 test "$cross_compiling" = yes ||
11163 $as_test_x conftest$ac_exeext
11164 }; then
11165 case "$LIBEXT" in
11166 dll) ;;
11167 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'` ;;
11168 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11169 esac
11170 else
11171 $as_echo "$as_me: failed program was:" >&5
11172 sed 's/^/| /' conftest.$ac_ext >&5
11177 rm -rf conftest.dSYM
11178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11179 conftest$ac_exeext conftest.$ac_ext
11180 LIBS=$ac_check_soname_save_LIBS
11182 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11183 { $as_echo "$as_me:$LINENO: result: not found" >&5
11184 $as_echo "not found" >&6; }
11186 else
11187 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11188 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11190 cat >>confdefs.h <<_ACEOF
11191 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11192 _ACEOF
11198 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11199 case "x$with_xcomposite" in
11200 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11201 xno) ;;
11202 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11203 This is an error since --with-xcomposite was requested." >&5
11204 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11205 This is an error since --with-xcomposite was requested." >&2;}
11206 { (exit 1); exit 1; }; } ;;
11207 esac
11211 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11212 $as_echo_n "checking for XICCallback.callback... " >&6; }
11213 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11214 $as_echo_n "(cached) " >&6
11215 else
11216 cat >conftest.$ac_ext <<_ACEOF
11217 /* confdefs.h. */
11218 _ACEOF
11219 cat confdefs.h >>conftest.$ac_ext
11220 cat >>conftest.$ac_ext <<_ACEOF
11221 /* end confdefs.h. */
11222 #ifdef HAVE_X11_XLIB_H
11223 #include <X11/Xlib.h>
11224 #endif
11227 main ()
11229 static XICCallback ac_aggr;
11230 if (ac_aggr.callback)
11231 return 0;
11233 return 0;
11235 _ACEOF
11236 rm -f conftest.$ac_objext
11237 if { (ac_try="$ac_compile"
11238 case "(($ac_try" in
11239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11240 *) ac_try_echo=$ac_try;;
11241 esac
11242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11243 $as_echo "$ac_try_echo") >&5
11244 (eval "$ac_compile") 2>conftest.er1
11245 ac_status=$?
11246 grep -v '^ *+' conftest.er1 >conftest.err
11247 rm -f conftest.er1
11248 cat conftest.err >&5
11249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11250 (exit $ac_status); } && {
11251 test -z "$ac_c_werror_flag" ||
11252 test ! -s conftest.err
11253 } && test -s conftest.$ac_objext; then
11254 ac_cv_member_XICCallback_callback=yes
11255 else
11256 $as_echo "$as_me: failed program was:" >&5
11257 sed 's/^/| /' conftest.$ac_ext >&5
11259 cat >conftest.$ac_ext <<_ACEOF
11260 /* confdefs.h. */
11261 _ACEOF
11262 cat confdefs.h >>conftest.$ac_ext
11263 cat >>conftest.$ac_ext <<_ACEOF
11264 /* end confdefs.h. */
11265 #ifdef HAVE_X11_XLIB_H
11266 #include <X11/Xlib.h>
11267 #endif
11270 main ()
11272 static XICCallback ac_aggr;
11273 if (sizeof ac_aggr.callback)
11274 return 0;
11276 return 0;
11278 _ACEOF
11279 rm -f conftest.$ac_objext
11280 if { (ac_try="$ac_compile"
11281 case "(($ac_try" in
11282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11283 *) ac_try_echo=$ac_try;;
11284 esac
11285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11286 $as_echo "$ac_try_echo") >&5
11287 (eval "$ac_compile") 2>conftest.er1
11288 ac_status=$?
11289 grep -v '^ *+' conftest.er1 >conftest.err
11290 rm -f conftest.er1
11291 cat conftest.err >&5
11292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11293 (exit $ac_status); } && {
11294 test -z "$ac_c_werror_flag" ||
11295 test ! -s conftest.err
11296 } && test -s conftest.$ac_objext; then
11297 ac_cv_member_XICCallback_callback=yes
11298 else
11299 $as_echo "$as_me: failed program was:" >&5
11300 sed 's/^/| /' conftest.$ac_ext >&5
11302 ac_cv_member_XICCallback_callback=no
11305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11310 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11311 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11312 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11314 cat >>confdefs.h <<_ACEOF
11315 #define HAVE_XICCALLBACK_CALLBACK 1
11316 _ACEOF
11323 opengl_msg=""
11324 if test "x$with_opengl" != "xno"
11325 then
11330 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11332 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11333 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11334 $as_echo_n "checking for $ac_header... " >&6; }
11335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11336 $as_echo_n "(cached) " >&6
11337 else
11338 cat >conftest.$ac_ext <<_ACEOF
11339 /* confdefs.h. */
11340 _ACEOF
11341 cat confdefs.h >>conftest.$ac_ext
11342 cat >>conftest.$ac_ext <<_ACEOF
11343 /* end confdefs.h. */
11344 #ifdef HAVE_GL_GLX_H
11345 # include <GL/glx.h>
11346 #endif
11348 #include <$ac_header>
11349 _ACEOF
11350 rm -f conftest.$ac_objext
11351 if { (ac_try="$ac_compile"
11352 case "(($ac_try" in
11353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11354 *) ac_try_echo=$ac_try;;
11355 esac
11356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11357 $as_echo "$ac_try_echo") >&5
11358 (eval "$ac_compile") 2>conftest.er1
11359 ac_status=$?
11360 grep -v '^ *+' conftest.er1 >conftest.err
11361 rm -f conftest.er1
11362 cat conftest.err >&5
11363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11364 (exit $ac_status); } && {
11365 test -z "$ac_c_werror_flag" ||
11366 test ! -s conftest.err
11367 } && test -s conftest.$ac_objext; then
11368 eval "$as_ac_Header=yes"
11369 else
11370 $as_echo "$as_me: failed program was:" >&5
11371 sed 's/^/| /' conftest.$ac_ext >&5
11373 eval "$as_ac_Header=no"
11376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11378 ac_res=`eval 'as_val=${'$as_ac_Header'}
11379 $as_echo "$as_val"'`
11380 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11381 $as_echo "$ac_res" >&6; }
11382 as_val=`eval 'as_val=${'$as_ac_Header'}
11383 $as_echo "$as_val"'`
11384 if test "x$as_val" = x""yes; then
11385 cat >>confdefs.h <<_ACEOF
11386 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11387 _ACEOF
11391 done
11393 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11394 then
11395 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11396 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11397 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11398 $as_echo_n "(cached) " >&6
11399 else
11400 cat >conftest.$ac_ext <<_ACEOF
11401 /* confdefs.h. */
11402 _ACEOF
11403 cat confdefs.h >>conftest.$ac_ext
11404 cat >>conftest.$ac_ext <<_ACEOF
11405 /* end confdefs.h. */
11406 #include <GL/gl.h>
11408 main ()
11410 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11412 return 0;
11414 _ACEOF
11415 rm -f conftest.$ac_objext
11416 if { (ac_try="$ac_compile"
11417 case "(($ac_try" in
11418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11419 *) ac_try_echo=$ac_try;;
11420 esac
11421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11422 $as_echo "$ac_try_echo") >&5
11423 (eval "$ac_compile") 2>conftest.er1
11424 ac_status=$?
11425 grep -v '^ *+' conftest.er1 >conftest.err
11426 rm -f conftest.er1
11427 cat conftest.err >&5
11428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11429 (exit $ac_status); } && {
11430 test -z "$ac_c_werror_flag" ||
11431 test ! -s conftest.err
11432 } && test -s conftest.$ac_objext; then
11433 wine_cv_opengl_header_version_OK="yes"
11434 else
11435 $as_echo "$as_me: failed program was:" >&5
11436 sed 's/^/| /' conftest.$ac_ext >&5
11438 wine_cv_opengl_header_version_OK="no"
11441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11443 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11444 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11446 if test "$wine_cv_opengl_header_version_OK" = "yes"
11447 then
11448 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11449 $as_echo_n "checking for -lGL... " >&6; }
11450 if test "${ac_cv_lib_soname_GL+set}" = set; then
11451 $as_echo_n "(cached) " >&6
11452 else
11453 ac_check_soname_save_LIBS=$LIBS
11454 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11455 cat >conftest.$ac_ext <<_ACEOF
11456 /* confdefs.h. */
11457 _ACEOF
11458 cat confdefs.h >>conftest.$ac_ext
11459 cat >>conftest.$ac_ext <<_ACEOF
11460 /* end confdefs.h. */
11462 /* Override any GCC internal prototype to avoid an error.
11463 Use char because int might match the return type of a GCC
11464 builtin and then its argument prototype would still apply. */
11465 #ifdef __cplusplus
11466 extern "C"
11467 #endif
11468 char glXCreateContext ();
11470 main ()
11472 return glXCreateContext ();
11474 return 0;
11476 _ACEOF
11477 rm -f conftest.$ac_objext conftest$ac_exeext
11478 if { (ac_try="$ac_link"
11479 case "(($ac_try" in
11480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11481 *) ac_try_echo=$ac_try;;
11482 esac
11483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11484 $as_echo "$ac_try_echo") >&5
11485 (eval "$ac_link") 2>conftest.er1
11486 ac_status=$?
11487 grep -v '^ *+' conftest.er1 >conftest.err
11488 rm -f conftest.er1
11489 cat conftest.err >&5
11490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11491 (exit $ac_status); } && {
11492 test -z "$ac_c_werror_flag" ||
11493 test ! -s conftest.err
11494 } && test -s conftest$ac_exeext && {
11495 test "$cross_compiling" = yes ||
11496 $as_test_x conftest$ac_exeext
11497 }; then
11498 case "$LIBEXT" in
11499 dll) ;;
11500 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'` ;;
11501 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11502 esac
11503 else
11504 $as_echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11510 rm -rf conftest.dSYM
11511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11512 conftest$ac_exeext conftest.$ac_ext
11513 LIBS=$ac_check_soname_save_LIBS
11515 if test "x$ac_cv_lib_soname_GL" = "x"; then
11516 { $as_echo "$as_me:$LINENO: result: not found" >&5
11517 $as_echo "not found" >&6; }
11518 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11519 $as_echo_n "checking for -lGL... " >&6; }
11520 if test "${ac_cv_lib_soname_GL+set}" = set; then
11521 $as_echo_n "(cached) " >&6
11522 else
11523 ac_check_soname_save_LIBS=$LIBS
11524 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"
11525 cat >conftest.$ac_ext <<_ACEOF
11526 /* confdefs.h. */
11527 _ACEOF
11528 cat confdefs.h >>conftest.$ac_ext
11529 cat >>conftest.$ac_ext <<_ACEOF
11530 /* end confdefs.h. */
11532 /* Override any GCC internal prototype to avoid an error.
11533 Use char because int might match the return type of a GCC
11534 builtin and then its argument prototype would still apply. */
11535 #ifdef __cplusplus
11536 extern "C"
11537 #endif
11538 char glXCreateContext ();
11540 main ()
11542 return glXCreateContext ();
11544 return 0;
11546 _ACEOF
11547 rm -f conftest.$ac_objext conftest$ac_exeext
11548 if { (ac_try="$ac_link"
11549 case "(($ac_try" in
11550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11551 *) ac_try_echo=$ac_try;;
11552 esac
11553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11554 $as_echo "$ac_try_echo") >&5
11555 (eval "$ac_link") 2>conftest.er1
11556 ac_status=$?
11557 grep -v '^ *+' conftest.er1 >conftest.err
11558 rm -f conftest.er1
11559 cat conftest.err >&5
11560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11561 (exit $ac_status); } && {
11562 test -z "$ac_c_werror_flag" ||
11563 test ! -s conftest.err
11564 } && test -s conftest$ac_exeext && {
11565 test "$cross_compiling" = yes ||
11566 $as_test_x conftest$ac_exeext
11567 }; then
11568 case "$LIBEXT" in
11569 dll) ;;
11570 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'` ;;
11571 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11572 esac
11573 else
11574 $as_echo "$as_me: failed program was:" >&5
11575 sed 's/^/| /' conftest.$ac_ext >&5
11580 rm -rf conftest.dSYM
11581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11582 conftest$ac_exeext conftest.$ac_ext
11583 LIBS=$ac_check_soname_save_LIBS
11585 if test "x$ac_cv_lib_soname_GL" = "x"; then
11586 { $as_echo "$as_me:$LINENO: result: not found" >&5
11587 $as_echo "not found" >&6; }
11588 if test -f /usr/X11R6/lib/libGL.a
11589 then
11590 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11591 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11592 else
11593 opengl_msg="No OpenGL library found on this system."
11595 else
11596 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11597 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11599 cat >>confdefs.h <<_ACEOF
11600 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11601 _ACEOF
11603 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"
11605 cat >>confdefs.h <<\_ACEOF
11606 #define HAVE_OPENGL 1
11607 _ACEOF
11611 else
11612 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11613 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11615 cat >>confdefs.h <<_ACEOF
11616 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11617 _ACEOF
11619 OPENGL_LIBS="-lGL"
11621 cat >>confdefs.h <<\_ACEOF
11622 #define HAVE_OPENGL 1
11623 _ACEOF
11627 if test "$ac_cv_header_GL_glu_h" = "yes"
11628 then
11629 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11630 $as_echo_n "checking for -lGLU... " >&6; }
11631 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11632 $as_echo_n "(cached) " >&6
11633 else
11634 ac_check_soname_save_LIBS=$LIBS
11635 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11636 cat >conftest.$ac_ext <<_ACEOF
11637 /* confdefs.h. */
11638 _ACEOF
11639 cat confdefs.h >>conftest.$ac_ext
11640 cat >>conftest.$ac_ext <<_ACEOF
11641 /* end confdefs.h. */
11643 /* Override any GCC internal prototype to avoid an error.
11644 Use char because int might match the return type of a GCC
11645 builtin and then its argument prototype would still apply. */
11646 #ifdef __cplusplus
11647 extern "C"
11648 #endif
11649 char gluLookAt ();
11651 main ()
11653 return gluLookAt ();
11655 return 0;
11657 _ACEOF
11658 rm -f conftest.$ac_objext conftest$ac_exeext
11659 if { (ac_try="$ac_link"
11660 case "(($ac_try" in
11661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11662 *) ac_try_echo=$ac_try;;
11663 esac
11664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11665 $as_echo "$ac_try_echo") >&5
11666 (eval "$ac_link") 2>conftest.er1
11667 ac_status=$?
11668 grep -v '^ *+' conftest.er1 >conftest.err
11669 rm -f conftest.er1
11670 cat conftest.err >&5
11671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672 (exit $ac_status); } && {
11673 test -z "$ac_c_werror_flag" ||
11674 test ! -s conftest.err
11675 } && test -s conftest$ac_exeext && {
11676 test "$cross_compiling" = yes ||
11677 $as_test_x conftest$ac_exeext
11678 }; then
11679 case "$LIBEXT" in
11680 dll) ;;
11681 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'` ;;
11682 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11683 esac
11684 else
11685 $as_echo "$as_me: failed program was:" >&5
11686 sed 's/^/| /' conftest.$ac_ext >&5
11691 rm -rf conftest.dSYM
11692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11693 conftest$ac_exeext conftest.$ac_ext
11694 LIBS=$ac_check_soname_save_LIBS
11696 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11697 { $as_echo "$as_me:$LINENO: result: not found" >&5
11698 $as_echo "not found" >&6; }
11700 else
11701 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11702 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11704 cat >>confdefs.h <<_ACEOF
11705 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11706 _ACEOF
11712 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11713 case "x$with_glu" in
11714 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11715 xno) ;;
11716 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11717 This is an error since --with-glu was requested." >&5
11718 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11719 This is an error since --with-glu was requested." >&2;}
11720 { (exit 1); exit 1; }; } ;;
11721 esac
11724 else
11725 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11727 else
11728 opengl_msg="OpenGL development headers not found."
11730 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11731 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11732 else
11733 enable_opengl32=${enable_opengl32:-no}
11734 enable_glu32=${enable_glu32:-no}
11736 if test -n "$opengl_msg"; then
11737 case "x$with_opengl" in
11738 x) wine_warnings="$wine_warnings|$opengl_msg
11739 OpenGL and Direct3D won't be supported." ;;
11740 xno) ;;
11741 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11742 OpenGL and Direct3D won't be supported.
11743 This is an error since --with-opengl was requested." >&5
11744 $as_echo "$as_me: error: $opengl_msg
11745 OpenGL and Direct3D won't be supported.
11746 This is an error since --with-opengl was requested." >&2;}
11747 { (exit 1); exit 1; }; } ;;
11748 esac
11752 NASLIBS=""
11755 for ac_header in audio/audiolib.h
11757 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11758 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11759 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11760 $as_echo_n "checking for $ac_header... " >&6; }
11761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11762 $as_echo_n "(cached) " >&6
11764 ac_res=`eval 'as_val=${'$as_ac_Header'}
11765 $as_echo "$as_val"'`
11766 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11767 $as_echo "$ac_res" >&6; }
11768 else
11769 # Is the header compilable?
11770 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11771 $as_echo_n "checking $ac_header usability... " >&6; }
11772 cat >conftest.$ac_ext <<_ACEOF
11773 /* confdefs.h. */
11774 _ACEOF
11775 cat confdefs.h >>conftest.$ac_ext
11776 cat >>conftest.$ac_ext <<_ACEOF
11777 /* end confdefs.h. */
11778 $ac_includes_default
11779 #include <$ac_header>
11780 _ACEOF
11781 rm -f conftest.$ac_objext
11782 if { (ac_try="$ac_compile"
11783 case "(($ac_try" in
11784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11785 *) ac_try_echo=$ac_try;;
11786 esac
11787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11788 $as_echo "$ac_try_echo") >&5
11789 (eval "$ac_compile") 2>conftest.er1
11790 ac_status=$?
11791 grep -v '^ *+' conftest.er1 >conftest.err
11792 rm -f conftest.er1
11793 cat conftest.err >&5
11794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11795 (exit $ac_status); } && {
11796 test -z "$ac_c_werror_flag" ||
11797 test ! -s conftest.err
11798 } && test -s conftest.$ac_objext; then
11799 ac_header_compiler=yes
11800 else
11801 $as_echo "$as_me: failed program was:" >&5
11802 sed 's/^/| /' conftest.$ac_ext >&5
11804 ac_header_compiler=no
11807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11808 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11809 $as_echo "$ac_header_compiler" >&6; }
11811 # Is the header present?
11812 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11813 $as_echo_n "checking $ac_header presence... " >&6; }
11814 cat >conftest.$ac_ext <<_ACEOF
11815 /* confdefs.h. */
11816 _ACEOF
11817 cat confdefs.h >>conftest.$ac_ext
11818 cat >>conftest.$ac_ext <<_ACEOF
11819 /* end confdefs.h. */
11820 #include <$ac_header>
11821 _ACEOF
11822 if { (ac_try="$ac_cpp conftest.$ac_ext"
11823 case "(($ac_try" in
11824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11825 *) ac_try_echo=$ac_try;;
11826 esac
11827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11828 $as_echo "$ac_try_echo") >&5
11829 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11830 ac_status=$?
11831 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1
11833 cat conftest.err >&5
11834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } >/dev/null && {
11836 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11837 test ! -s conftest.err
11838 }; then
11839 ac_header_preproc=yes
11840 else
11841 $as_echo "$as_me: failed program was:" >&5
11842 sed 's/^/| /' conftest.$ac_ext >&5
11844 ac_header_preproc=no
11847 rm -f conftest.err conftest.$ac_ext
11848 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11849 $as_echo "$ac_header_preproc" >&6; }
11851 # So? What about this header?
11852 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11853 yes:no: )
11854 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11855 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11856 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11857 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11858 ac_header_preproc=yes
11860 no:yes:* )
11861 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11862 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11863 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11864 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11866 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11868 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11869 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11870 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11871 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11872 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11873 ( cat <<\_ASBOX
11874 ## ------------------------------------ ##
11875 ## Report this to wine-devel@winehq.org ##
11876 ## ------------------------------------ ##
11877 _ASBOX
11878 ) | sed "s/^/$as_me: WARNING: /" >&2
11880 esac
11881 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11882 $as_echo_n "checking for $ac_header... " >&6; }
11883 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11884 $as_echo_n "(cached) " >&6
11885 else
11886 eval "$as_ac_Header=\$ac_header_preproc"
11888 ac_res=`eval 'as_val=${'$as_ac_Header'}
11889 $as_echo "$as_val"'`
11890 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11891 $as_echo "$ac_res" >&6; }
11894 as_val=`eval 'as_val=${'$as_ac_Header'}
11895 $as_echo "$as_val"'`
11896 if test "x$as_val" = x""yes; then
11897 cat >>confdefs.h <<_ACEOF
11898 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11899 _ACEOF
11901 for ac_header in audio/soundlib.h
11903 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11904 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11905 $as_echo_n "checking for $ac_header... " >&6; }
11906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11907 $as_echo_n "(cached) " >&6
11908 else
11909 cat >conftest.$ac_ext <<_ACEOF
11910 /* confdefs.h. */
11911 _ACEOF
11912 cat confdefs.h >>conftest.$ac_ext
11913 cat >>conftest.$ac_ext <<_ACEOF
11914 /* end confdefs.h. */
11915 #include <audio/audiolib.h>
11917 #include <$ac_header>
11918 _ACEOF
11919 rm -f conftest.$ac_objext
11920 if { (ac_try="$ac_compile"
11921 case "(($ac_try" in
11922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11923 *) ac_try_echo=$ac_try;;
11924 esac
11925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11926 $as_echo "$ac_try_echo") >&5
11927 (eval "$ac_compile") 2>conftest.er1
11928 ac_status=$?
11929 grep -v '^ *+' conftest.er1 >conftest.err
11930 rm -f conftest.er1
11931 cat conftest.err >&5
11932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11933 (exit $ac_status); } && {
11934 test -z "$ac_c_werror_flag" ||
11935 test ! -s conftest.err
11936 } && test -s conftest.$ac_objext; then
11937 eval "$as_ac_Header=yes"
11938 else
11939 $as_echo "$as_me: failed program was:" >&5
11940 sed 's/^/| /' conftest.$ac_ext >&5
11942 eval "$as_ac_Header=no"
11945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11947 ac_res=`eval 'as_val=${'$as_ac_Header'}
11948 $as_echo "$as_val"'`
11949 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11950 $as_echo "$ac_res" >&6; }
11951 as_val=`eval 'as_val=${'$as_ac_Header'}
11952 $as_echo "$as_val"'`
11953 if test "x$as_val" = x""yes; then
11954 cat >>confdefs.h <<_ACEOF
11955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11956 _ACEOF
11960 done
11962 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11963 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11964 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11965 $as_echo_n "(cached) " >&6
11966 else
11967 ac_check_lib_save_LIBS=$LIBS
11968 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11969 cat >conftest.$ac_ext <<_ACEOF
11970 /* confdefs.h. */
11971 _ACEOF
11972 cat confdefs.h >>conftest.$ac_ext
11973 cat >>conftest.$ac_ext <<_ACEOF
11974 /* end confdefs.h. */
11976 /* Override any GCC internal prototype to avoid an error.
11977 Use char because int might match the return type of a GCC
11978 builtin and then its argument prototype would still apply. */
11979 #ifdef __cplusplus
11980 extern "C"
11981 #endif
11982 char AuCreateFlow ();
11984 main ()
11986 return AuCreateFlow ();
11988 return 0;
11990 _ACEOF
11991 rm -f conftest.$ac_objext conftest$ac_exeext
11992 if { (ac_try="$ac_link"
11993 case "(($ac_try" in
11994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11995 *) ac_try_echo=$ac_try;;
11996 esac
11997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11998 $as_echo "$ac_try_echo") >&5
11999 (eval "$ac_link") 2>conftest.er1
12000 ac_status=$?
12001 grep -v '^ *+' conftest.er1 >conftest.err
12002 rm -f conftest.er1
12003 cat conftest.err >&5
12004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12005 (exit $ac_status); } && {
12006 test -z "$ac_c_werror_flag" ||
12007 test ! -s conftest.err
12008 } && test -s conftest$ac_exeext && {
12009 test "$cross_compiling" = yes ||
12010 $as_test_x conftest$ac_exeext
12011 }; then
12012 ac_cv_lib_audio_AuCreateFlow=yes
12013 else
12014 $as_echo "$as_me: failed program was:" >&5
12015 sed 's/^/| /' conftest.$ac_ext >&5
12017 ac_cv_lib_audio_AuCreateFlow=no
12020 rm -rf conftest.dSYM
12021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12022 conftest$ac_exeext conftest.$ac_ext
12023 LIBS=$ac_check_lib_save_LIBS
12025 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12026 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12027 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12029 cat >>confdefs.h <<\_ACEOF
12030 #define HAVE_NAS 1
12031 _ACEOF
12033 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12034 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12035 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12036 $as_echo_n "(cached) " >&6
12037 else
12038 ac_check_lib_save_LIBS=$LIBS
12039 LIBS="-lXau $X_LIBS $LIBS"
12040 cat >conftest.$ac_ext <<_ACEOF
12041 /* confdefs.h. */
12042 _ACEOF
12043 cat confdefs.h >>conftest.$ac_ext
12044 cat >>conftest.$ac_ext <<_ACEOF
12045 /* end confdefs.h. */
12047 /* Override any GCC internal prototype to avoid an error.
12048 Use char because int might match the return type of a GCC
12049 builtin and then its argument prototype would still apply. */
12050 #ifdef __cplusplus
12051 extern "C"
12052 #endif
12053 char XauGetBestAuthByAddr ();
12055 main ()
12057 return XauGetBestAuthByAddr ();
12059 return 0;
12061 _ACEOF
12062 rm -f conftest.$ac_objext conftest$ac_exeext
12063 if { (ac_try="$ac_link"
12064 case "(($ac_try" in
12065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12066 *) ac_try_echo=$ac_try;;
12067 esac
12068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12069 $as_echo "$ac_try_echo") >&5
12070 (eval "$ac_link") 2>conftest.er1
12071 ac_status=$?
12072 grep -v '^ *+' conftest.er1 >conftest.err
12073 rm -f conftest.er1
12074 cat conftest.err >&5
12075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12076 (exit $ac_status); } && {
12077 test -z "$ac_c_werror_flag" ||
12078 test ! -s conftest.err
12079 } && test -s conftest$ac_exeext && {
12080 test "$cross_compiling" = yes ||
12081 $as_test_x conftest$ac_exeext
12082 }; then
12083 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12084 else
12085 $as_echo "$as_me: failed program was:" >&5
12086 sed 's/^/| /' conftest.$ac_ext >&5
12088 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12091 rm -rf conftest.dSYM
12092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12093 conftest$ac_exeext conftest.$ac_ext
12094 LIBS=$ac_check_lib_save_LIBS
12096 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12097 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12098 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12099 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12100 else
12101 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12109 done
12112 CPPFLAGS="$ac_save_CPPFLAGS"
12113 else
12114 XLIB=""
12115 X_CFLAGS=""
12116 X_LIBS=""
12117 enable_winex11_drv=${enable_winex11_drv:-no}
12118 enable_opengl32=${enable_opengl32:-no}
12119 enable_glu32=${enable_glu32:-no}
12121 if test "x$XLIB" = "x"; then
12122 case "x$with_x" in
12123 xno) ;;
12124 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12125 without X support, which probably isn't what you want. You will need to install
12126 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12127 Use the --without-x option if you really want this." >&5
12128 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12129 without X support, which probably isn't what you want. You will need to install
12130 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12131 Use the --without-x option if you really want this." >&2;}
12132 { (exit 1); exit 1; }; } ;;
12133 esac
12138 XML2LIBS=""
12140 XML2INCL=""
12142 XSLTINCL=""
12144 if test "x$with_xml" != "xno"
12145 then
12146 ac_save_CPPFLAGS="$CPPFLAGS"
12147 if test "$PKG_CONFIG" != "false"
12148 then
12149 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12150 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12151 else
12152 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12153 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12155 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12157 for ac_header in libxml/parser.h
12159 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12161 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12162 $as_echo_n "checking for $ac_header... " >&6; }
12163 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12164 $as_echo_n "(cached) " >&6
12166 ac_res=`eval 'as_val=${'$as_ac_Header'}
12167 $as_echo "$as_val"'`
12168 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12169 $as_echo "$ac_res" >&6; }
12170 else
12171 # Is the header compilable?
12172 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12173 $as_echo_n "checking $ac_header usability... " >&6; }
12174 cat >conftest.$ac_ext <<_ACEOF
12175 /* confdefs.h. */
12176 _ACEOF
12177 cat confdefs.h >>conftest.$ac_ext
12178 cat >>conftest.$ac_ext <<_ACEOF
12179 /* end confdefs.h. */
12180 $ac_includes_default
12181 #include <$ac_header>
12182 _ACEOF
12183 rm -f conftest.$ac_objext
12184 if { (ac_try="$ac_compile"
12185 case "(($ac_try" in
12186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12187 *) ac_try_echo=$ac_try;;
12188 esac
12189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12190 $as_echo "$ac_try_echo") >&5
12191 (eval "$ac_compile") 2>conftest.er1
12192 ac_status=$?
12193 grep -v '^ *+' conftest.er1 >conftest.err
12194 rm -f conftest.er1
12195 cat conftest.err >&5
12196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12197 (exit $ac_status); } && {
12198 test -z "$ac_c_werror_flag" ||
12199 test ! -s conftest.err
12200 } && test -s conftest.$ac_objext; then
12201 ac_header_compiler=yes
12202 else
12203 $as_echo "$as_me: failed program was:" >&5
12204 sed 's/^/| /' conftest.$ac_ext >&5
12206 ac_header_compiler=no
12209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12210 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12211 $as_echo "$ac_header_compiler" >&6; }
12213 # Is the header present?
12214 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12215 $as_echo_n "checking $ac_header presence... " >&6; }
12216 cat >conftest.$ac_ext <<_ACEOF
12217 /* confdefs.h. */
12218 _ACEOF
12219 cat confdefs.h >>conftest.$ac_ext
12220 cat >>conftest.$ac_ext <<_ACEOF
12221 /* end confdefs.h. */
12222 #include <$ac_header>
12223 _ACEOF
12224 if { (ac_try="$ac_cpp conftest.$ac_ext"
12225 case "(($ac_try" in
12226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12227 *) ac_try_echo=$ac_try;;
12228 esac
12229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12230 $as_echo "$ac_try_echo") >&5
12231 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12232 ac_status=$?
12233 grep -v '^ *+' conftest.er1 >conftest.err
12234 rm -f conftest.er1
12235 cat conftest.err >&5
12236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12237 (exit $ac_status); } >/dev/null && {
12238 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12239 test ! -s conftest.err
12240 }; then
12241 ac_header_preproc=yes
12242 else
12243 $as_echo "$as_me: failed program was:" >&5
12244 sed 's/^/| /' conftest.$ac_ext >&5
12246 ac_header_preproc=no
12249 rm -f conftest.err conftest.$ac_ext
12250 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12251 $as_echo "$ac_header_preproc" >&6; }
12253 # So? What about this header?
12254 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12255 yes:no: )
12256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12257 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12259 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12260 ac_header_preproc=yes
12262 no:yes:* )
12263 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12264 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12265 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12266 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12267 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12268 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12269 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12270 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12271 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12272 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12273 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12274 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12275 ( cat <<\_ASBOX
12276 ## ------------------------------------ ##
12277 ## Report this to wine-devel@winehq.org ##
12278 ## ------------------------------------ ##
12279 _ASBOX
12280 ) | sed "s/^/$as_me: WARNING: /" >&2
12282 esac
12283 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12284 $as_echo_n "checking for $ac_header... " >&6; }
12285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12286 $as_echo_n "(cached) " >&6
12287 else
12288 eval "$as_ac_Header=\$ac_header_preproc"
12290 ac_res=`eval 'as_val=${'$as_ac_Header'}
12291 $as_echo "$as_val"'`
12292 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12293 $as_echo "$ac_res" >&6; }
12296 as_val=`eval 'as_val=${'$as_ac_Header'}
12297 $as_echo "$as_val"'`
12298 if test "x$as_val" = x""yes; then
12299 cat >>confdefs.h <<_ACEOF
12300 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12301 _ACEOF
12302 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12303 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12304 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12305 $as_echo_n "(cached) " >&6
12306 else
12307 ac_check_lib_save_LIBS=$LIBS
12308 LIBS="-lxml2 $ac_xml_libs $LIBS"
12309 cat >conftest.$ac_ext <<_ACEOF
12310 /* confdefs.h. */
12311 _ACEOF
12312 cat confdefs.h >>conftest.$ac_ext
12313 cat >>conftest.$ac_ext <<_ACEOF
12314 /* end confdefs.h. */
12316 /* Override any GCC internal prototype to avoid an error.
12317 Use char because int might match the return type of a GCC
12318 builtin and then its argument prototype would still apply. */
12319 #ifdef __cplusplus
12320 extern "C"
12321 #endif
12322 char xmlParseMemory ();
12324 main ()
12326 return xmlParseMemory ();
12328 return 0;
12330 _ACEOF
12331 rm -f conftest.$ac_objext conftest$ac_exeext
12332 if { (ac_try="$ac_link"
12333 case "(($ac_try" in
12334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12335 *) ac_try_echo=$ac_try;;
12336 esac
12337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12338 $as_echo "$ac_try_echo") >&5
12339 (eval "$ac_link") 2>conftest.er1
12340 ac_status=$?
12341 grep -v '^ *+' conftest.er1 >conftest.err
12342 rm -f conftest.er1
12343 cat conftest.err >&5
12344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12345 (exit $ac_status); } && {
12346 test -z "$ac_c_werror_flag" ||
12347 test ! -s conftest.err
12348 } && test -s conftest$ac_exeext && {
12349 test "$cross_compiling" = yes ||
12350 $as_test_x conftest$ac_exeext
12351 }; then
12352 ac_cv_lib_xml2_xmlParseMemory=yes
12353 else
12354 $as_echo "$as_me: failed program was:" >&5
12355 sed 's/^/| /' conftest.$ac_ext >&5
12357 ac_cv_lib_xml2_xmlParseMemory=no
12360 rm -rf conftest.dSYM
12361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12362 conftest$ac_exeext conftest.$ac_ext
12363 LIBS=$ac_check_lib_save_LIBS
12365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12366 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12367 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12369 cat >>confdefs.h <<\_ACEOF
12370 #define HAVE_LIBXML2 1
12371 _ACEOF
12373 XML2LIBS="$ac_xml_libs"
12374 XML2INCL="$ac_xml_cflags"
12377 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12378 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12379 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12380 $as_echo_n "(cached) " >&6
12381 else
12382 ac_check_lib_save_LIBS=$LIBS
12383 LIBS="-lxml2 $ac_xml_libs $LIBS"
12384 cat >conftest.$ac_ext <<_ACEOF
12385 /* confdefs.h. */
12386 _ACEOF
12387 cat confdefs.h >>conftest.$ac_ext
12388 cat >>conftest.$ac_ext <<_ACEOF
12389 /* end confdefs.h. */
12391 /* Override any GCC internal prototype to avoid an error.
12392 Use char because int might match the return type of a GCC
12393 builtin and then its argument prototype would still apply. */
12394 #ifdef __cplusplus
12395 extern "C"
12396 #endif
12397 char xmlReadMemory ();
12399 main ()
12401 return xmlReadMemory ();
12403 return 0;
12405 _ACEOF
12406 rm -f conftest.$ac_objext conftest$ac_exeext
12407 if { (ac_try="$ac_link"
12408 case "(($ac_try" in
12409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12410 *) ac_try_echo=$ac_try;;
12411 esac
12412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12413 $as_echo "$ac_try_echo") >&5
12414 (eval "$ac_link") 2>conftest.er1
12415 ac_status=$?
12416 grep -v '^ *+' conftest.er1 >conftest.err
12417 rm -f conftest.er1
12418 cat conftest.err >&5
12419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); } && {
12421 test -z "$ac_c_werror_flag" ||
12422 test ! -s conftest.err
12423 } && test -s conftest$ac_exeext && {
12424 test "$cross_compiling" = yes ||
12425 $as_test_x conftest$ac_exeext
12426 }; then
12427 ac_cv_lib_xml2_xmlReadMemory=yes
12428 else
12429 $as_echo "$as_me: failed program was:" >&5
12430 sed 's/^/| /' conftest.$ac_ext >&5
12432 ac_cv_lib_xml2_xmlReadMemory=no
12435 rm -rf conftest.dSYM
12436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12437 conftest$ac_exeext conftest.$ac_ext
12438 LIBS=$ac_check_lib_save_LIBS
12440 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12441 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12442 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12444 cat >>confdefs.h <<\_ACEOF
12445 #define HAVE_XMLREADMEMORY 1
12446 _ACEOF
12450 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12451 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12452 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12453 $as_echo_n "(cached) " >&6
12454 else
12455 ac_check_lib_save_LIBS=$LIBS
12456 LIBS="-lxml2 $ac_xml_libs $LIBS"
12457 cat >conftest.$ac_ext <<_ACEOF
12458 /* confdefs.h. */
12459 _ACEOF
12460 cat confdefs.h >>conftest.$ac_ext
12461 cat >>conftest.$ac_ext <<_ACEOF
12462 /* end confdefs.h. */
12464 /* Override any GCC internal prototype to avoid an error.
12465 Use char because int might match the return type of a GCC
12466 builtin and then its argument prototype would still apply. */
12467 #ifdef __cplusplus
12468 extern "C"
12469 #endif
12470 char xmlNewDocPI ();
12472 main ()
12474 return xmlNewDocPI ();
12476 return 0;
12478 _ACEOF
12479 rm -f conftest.$ac_objext conftest$ac_exeext
12480 if { (ac_try="$ac_link"
12481 case "(($ac_try" in
12482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12483 *) ac_try_echo=$ac_try;;
12484 esac
12485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12486 $as_echo "$ac_try_echo") >&5
12487 (eval "$ac_link") 2>conftest.er1
12488 ac_status=$?
12489 grep -v '^ *+' conftest.er1 >conftest.err
12490 rm -f conftest.er1
12491 cat conftest.err >&5
12492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); } && {
12494 test -z "$ac_c_werror_flag" ||
12495 test ! -s conftest.err
12496 } && test -s conftest$ac_exeext && {
12497 test "$cross_compiling" = yes ||
12498 $as_test_x conftest$ac_exeext
12499 }; then
12500 ac_cv_lib_xml2_xmlNewDocPI=yes
12501 else
12502 $as_echo "$as_me: failed program was:" >&5
12503 sed 's/^/| /' conftest.$ac_ext >&5
12505 ac_cv_lib_xml2_xmlNewDocPI=no
12508 rm -rf conftest.dSYM
12509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12510 conftest$ac_exeext conftest.$ac_ext
12511 LIBS=$ac_check_lib_save_LIBS
12513 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12514 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12515 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12517 cat >>confdefs.h <<\_ACEOF
12518 #define HAVE_XMLNEWDOCPI 1
12519 _ACEOF
12526 done
12528 CPPFLAGS="$ac_save_CPPFLAGS"
12530 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12531 case "x$with_xml" in
12532 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12533 xno) ;;
12534 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12535 This is an error since --with-xml was requested." >&5
12536 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12537 This is an error since --with-xml was requested." >&2;}
12538 { (exit 1); exit 1; }; } ;;
12539 esac
12543 if test "x$with_xslt" != "xno"
12544 then
12545 if test "$PKG_CONFIG" != "false"
12546 then
12547 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12548 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12549 else
12550 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12551 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12553 ac_save_CPPFLAGS="$CPPFLAGS"
12554 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12557 for ac_header in libxslt/pattern.h libxslt/transform.h
12559 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12560 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12561 $as_echo_n "checking for $ac_header... " >&6; }
12562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12563 $as_echo_n "(cached) " >&6
12564 else
12565 cat >conftest.$ac_ext <<_ACEOF
12566 /* confdefs.h. */
12567 _ACEOF
12568 cat confdefs.h >>conftest.$ac_ext
12569 cat >>conftest.$ac_ext <<_ACEOF
12570 /* end confdefs.h. */
12571 #ifdef HAVE_LIBXSLT_PATTERN_H
12572 # include <libxslt/pattern.h>
12573 #endif
12575 #include <$ac_header>
12576 _ACEOF
12577 rm -f conftest.$ac_objext
12578 if { (ac_try="$ac_compile"
12579 case "(($ac_try" in
12580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12581 *) ac_try_echo=$ac_try;;
12582 esac
12583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12584 $as_echo "$ac_try_echo") >&5
12585 (eval "$ac_compile") 2>conftest.er1
12586 ac_status=$?
12587 grep -v '^ *+' conftest.er1 >conftest.err
12588 rm -f conftest.er1
12589 cat conftest.err >&5
12590 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12591 (exit $ac_status); } && {
12592 test -z "$ac_c_werror_flag" ||
12593 test ! -s conftest.err
12594 } && test -s conftest.$ac_objext; then
12595 eval "$as_ac_Header=yes"
12596 else
12597 $as_echo "$as_me: failed program was:" >&5
12598 sed 's/^/| /' conftest.$ac_ext >&5
12600 eval "$as_ac_Header=no"
12603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12605 ac_res=`eval 'as_val=${'$as_ac_Header'}
12606 $as_echo "$as_val"'`
12607 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12608 $as_echo "$ac_res" >&6; }
12609 as_val=`eval 'as_val=${'$as_ac_Header'}
12610 $as_echo "$as_val"'`
12611 if test "x$as_val" = x""yes; then
12612 cat >>confdefs.h <<_ACEOF
12613 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12614 _ACEOF
12618 done
12620 CPPFLAGS="$ac_save_CPPFLAGS"
12621 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12622 then
12623 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12624 $as_echo_n "checking for -lxslt... " >&6; }
12625 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12626 $as_echo_n "(cached) " >&6
12627 else
12628 ac_check_soname_save_LIBS=$LIBS
12629 LIBS="-lxslt $ac_xslt_libs $LIBS"
12630 cat >conftest.$ac_ext <<_ACEOF
12631 /* confdefs.h. */
12632 _ACEOF
12633 cat confdefs.h >>conftest.$ac_ext
12634 cat >>conftest.$ac_ext <<_ACEOF
12635 /* end confdefs.h. */
12637 /* Override any GCC internal prototype to avoid an error.
12638 Use char because int might match the return type of a GCC
12639 builtin and then its argument prototype would still apply. */
12640 #ifdef __cplusplus
12641 extern "C"
12642 #endif
12643 char xsltCompilePattern ();
12645 main ()
12647 return xsltCompilePattern ();
12649 return 0;
12651 _ACEOF
12652 rm -f conftest.$ac_objext conftest$ac_exeext
12653 if { (ac_try="$ac_link"
12654 case "(($ac_try" in
12655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12656 *) ac_try_echo=$ac_try;;
12657 esac
12658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12659 $as_echo "$ac_try_echo") >&5
12660 (eval "$ac_link") 2>conftest.er1
12661 ac_status=$?
12662 grep -v '^ *+' conftest.er1 >conftest.err
12663 rm -f conftest.er1
12664 cat conftest.err >&5
12665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12666 (exit $ac_status); } && {
12667 test -z "$ac_c_werror_flag" ||
12668 test ! -s conftest.err
12669 } && test -s conftest$ac_exeext && {
12670 test "$cross_compiling" = yes ||
12671 $as_test_x conftest$ac_exeext
12672 }; then
12673 case "$LIBEXT" in
12674 dll) ;;
12675 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12676 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12677 esac
12678 else
12679 $as_echo "$as_me: failed program was:" >&5
12680 sed 's/^/| /' conftest.$ac_ext >&5
12685 rm -rf conftest.dSYM
12686 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12687 conftest$ac_exeext conftest.$ac_ext
12688 LIBS=$ac_check_soname_save_LIBS
12690 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12691 { $as_echo "$as_me:$LINENO: result: not found" >&5
12692 $as_echo "not found" >&6; }
12694 else
12695 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12696 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12698 cat >>confdefs.h <<_ACEOF
12699 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12700 _ACEOF
12702 XSLTINCL="$ac_xslt_cflags"
12707 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12708 case "x$with_xslt" in
12709 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12710 xno) ;;
12711 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12712 This is an error since --with-xslt was requested." >&5
12713 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12714 This is an error since --with-xslt was requested." >&2;}
12715 { (exit 1); exit 1; }; } ;;
12716 esac
12720 HALINCL=""
12722 if test "x$with_hal" != "xno"
12723 then
12724 ac_save_CPPFLAGS="$CPPFLAGS"
12725 if test "$PKG_CONFIG" != "false"
12726 then
12727 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12728 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12729 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12733 for ac_header in dbus/dbus.h hal/libhal.h
12735 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12736 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12737 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12738 $as_echo_n "checking for $ac_header... " >&6; }
12739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12740 $as_echo_n "(cached) " >&6
12742 ac_res=`eval 'as_val=${'$as_ac_Header'}
12743 $as_echo "$as_val"'`
12744 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12745 $as_echo "$ac_res" >&6; }
12746 else
12747 # Is the header compilable?
12748 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12749 $as_echo_n "checking $ac_header usability... " >&6; }
12750 cat >conftest.$ac_ext <<_ACEOF
12751 /* confdefs.h. */
12752 _ACEOF
12753 cat confdefs.h >>conftest.$ac_ext
12754 cat >>conftest.$ac_ext <<_ACEOF
12755 /* end confdefs.h. */
12756 $ac_includes_default
12757 #include <$ac_header>
12758 _ACEOF
12759 rm -f conftest.$ac_objext
12760 if { (ac_try="$ac_compile"
12761 case "(($ac_try" in
12762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12763 *) ac_try_echo=$ac_try;;
12764 esac
12765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12766 $as_echo "$ac_try_echo") >&5
12767 (eval "$ac_compile") 2>conftest.er1
12768 ac_status=$?
12769 grep -v '^ *+' conftest.er1 >conftest.err
12770 rm -f conftest.er1
12771 cat conftest.err >&5
12772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); } && {
12774 test -z "$ac_c_werror_flag" ||
12775 test ! -s conftest.err
12776 } && test -s conftest.$ac_objext; then
12777 ac_header_compiler=yes
12778 else
12779 $as_echo "$as_me: failed program was:" >&5
12780 sed 's/^/| /' conftest.$ac_ext >&5
12782 ac_header_compiler=no
12785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12786 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12787 $as_echo "$ac_header_compiler" >&6; }
12789 # Is the header present?
12790 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12791 $as_echo_n "checking $ac_header presence... " >&6; }
12792 cat >conftest.$ac_ext <<_ACEOF
12793 /* confdefs.h. */
12794 _ACEOF
12795 cat confdefs.h >>conftest.$ac_ext
12796 cat >>conftest.$ac_ext <<_ACEOF
12797 /* end confdefs.h. */
12798 #include <$ac_header>
12799 _ACEOF
12800 if { (ac_try="$ac_cpp conftest.$ac_ext"
12801 case "(($ac_try" in
12802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12803 *) ac_try_echo=$ac_try;;
12804 esac
12805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12806 $as_echo "$ac_try_echo") >&5
12807 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12808 ac_status=$?
12809 grep -v '^ *+' conftest.er1 >conftest.err
12810 rm -f conftest.er1
12811 cat conftest.err >&5
12812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12813 (exit $ac_status); } >/dev/null && {
12814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12815 test ! -s conftest.err
12816 }; then
12817 ac_header_preproc=yes
12818 else
12819 $as_echo "$as_me: failed program was:" >&5
12820 sed 's/^/| /' conftest.$ac_ext >&5
12822 ac_header_preproc=no
12825 rm -f conftest.err conftest.$ac_ext
12826 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12827 $as_echo "$ac_header_preproc" >&6; }
12829 # So? What about this header?
12830 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12831 yes:no: )
12832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12833 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12835 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12836 ac_header_preproc=yes
12838 no:yes:* )
12839 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12840 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12841 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12842 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12843 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12844 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12845 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12846 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12847 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12848 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12849 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12850 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12851 ( cat <<\_ASBOX
12852 ## ------------------------------------ ##
12853 ## Report this to wine-devel@winehq.org ##
12854 ## ------------------------------------ ##
12855 _ASBOX
12856 ) | sed "s/^/$as_me: WARNING: /" >&2
12858 esac
12859 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12860 $as_echo_n "checking for $ac_header... " >&6; }
12861 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12862 $as_echo_n "(cached) " >&6
12863 else
12864 eval "$as_ac_Header=\$ac_header_preproc"
12866 ac_res=`eval 'as_val=${'$as_ac_Header'}
12867 $as_echo "$as_val"'`
12868 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12869 $as_echo "$ac_res" >&6; }
12872 as_val=`eval 'as_val=${'$as_ac_Header'}
12873 $as_echo "$as_val"'`
12874 if test "x$as_val" = x""yes; then
12875 cat >>confdefs.h <<_ACEOF
12876 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12877 _ACEOF
12881 done
12883 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12884 then
12885 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12886 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12887 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12888 $as_echo_n "(cached) " >&6
12889 else
12890 ac_check_lib_save_LIBS=$LIBS
12891 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12892 cat >conftest.$ac_ext <<_ACEOF
12893 /* confdefs.h. */
12894 _ACEOF
12895 cat confdefs.h >>conftest.$ac_ext
12896 cat >>conftest.$ac_ext <<_ACEOF
12897 /* end confdefs.h. */
12899 /* Override any GCC internal prototype to avoid an error.
12900 Use char because int might match the return type of a GCC
12901 builtin and then its argument prototype would still apply. */
12902 #ifdef __cplusplus
12903 extern "C"
12904 #endif
12905 char dbus_connection_close ();
12907 main ()
12909 return dbus_connection_close ();
12911 return 0;
12913 _ACEOF
12914 rm -f conftest.$ac_objext conftest$ac_exeext
12915 if { (ac_try="$ac_link"
12916 case "(($ac_try" in
12917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12918 *) ac_try_echo=$ac_try;;
12919 esac
12920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12921 $as_echo "$ac_try_echo") >&5
12922 (eval "$ac_link") 2>conftest.er1
12923 ac_status=$?
12924 grep -v '^ *+' conftest.er1 >conftest.err
12925 rm -f conftest.er1
12926 cat conftest.err >&5
12927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12928 (exit $ac_status); } && {
12929 test -z "$ac_c_werror_flag" ||
12930 test ! -s conftest.err
12931 } && test -s conftest$ac_exeext && {
12932 test "$cross_compiling" = yes ||
12933 $as_test_x conftest$ac_exeext
12934 }; then
12935 ac_cv_lib_dbus_1_dbus_connection_close=yes
12936 else
12937 $as_echo "$as_me: failed program was:" >&5
12938 sed 's/^/| /' conftest.$ac_ext >&5
12940 ac_cv_lib_dbus_1_dbus_connection_close=no
12943 rm -rf conftest.dSYM
12944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12945 conftest$ac_exeext conftest.$ac_ext
12946 LIBS=$ac_check_lib_save_LIBS
12948 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12949 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12950 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12951 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12952 $as_echo_n "checking for -lhal... " >&6; }
12953 if test "${ac_cv_lib_soname_hal+set}" = set; then
12954 $as_echo_n "(cached) " >&6
12955 else
12956 ac_check_soname_save_LIBS=$LIBS
12957 LIBS="-lhal $ac_hal_libs $LIBS"
12958 cat >conftest.$ac_ext <<_ACEOF
12959 /* confdefs.h. */
12960 _ACEOF
12961 cat confdefs.h >>conftest.$ac_ext
12962 cat >>conftest.$ac_ext <<_ACEOF
12963 /* end confdefs.h. */
12965 /* Override any GCC internal prototype to avoid an error.
12966 Use char because int might match the return type of a GCC
12967 builtin and then its argument prototype would still apply. */
12968 #ifdef __cplusplus
12969 extern "C"
12970 #endif
12971 char libhal_ctx_new ();
12973 main ()
12975 return libhal_ctx_new ();
12977 return 0;
12979 _ACEOF
12980 rm -f conftest.$ac_objext conftest$ac_exeext
12981 if { (ac_try="$ac_link"
12982 case "(($ac_try" in
12983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12984 *) ac_try_echo=$ac_try;;
12985 esac
12986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12987 $as_echo "$ac_try_echo") >&5
12988 (eval "$ac_link") 2>conftest.er1
12989 ac_status=$?
12990 grep -v '^ *+' conftest.er1 >conftest.err
12991 rm -f conftest.er1
12992 cat conftest.err >&5
12993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12994 (exit $ac_status); } && {
12995 test -z "$ac_c_werror_flag" ||
12996 test ! -s conftest.err
12997 } && test -s conftest$ac_exeext && {
12998 test "$cross_compiling" = yes ||
12999 $as_test_x conftest$ac_exeext
13000 }; then
13001 case "$LIBEXT" in
13002 dll) ;;
13003 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'` ;;
13004 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13005 esac
13006 else
13007 $as_echo "$as_me: failed program was:" >&5
13008 sed 's/^/| /' conftest.$ac_ext >&5
13013 rm -rf conftest.dSYM
13014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13015 conftest$ac_exeext conftest.$ac_ext
13016 LIBS=$ac_check_soname_save_LIBS
13018 if test "x$ac_cv_lib_soname_hal" = "x"; then
13019 { $as_echo "$as_me:$LINENO: result: not found" >&5
13020 $as_echo "not found" >&6; }
13022 else
13023 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13024 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13026 cat >>confdefs.h <<_ACEOF
13027 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13028 _ACEOF
13030 HALINCL="$ac_hal_cflags"
13036 CPPFLAGS="$ac_save_CPPFLAGS"
13038 if test "x$ac_cv_lib_soname_hal" = "x"; then
13039 case "x$with_hal" in
13040 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13041 xno) ;;
13042 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13043 This is an error since --with-hal was requested." >&5
13044 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13045 This is an error since --with-hal was requested." >&2;}
13046 { (exit 1); exit 1; }; } ;;
13047 esac
13051 if test "x$with_gnutls" != "xno"
13052 then
13053 ac_save_CPPFLAGS="$CPPFLAGS"
13054 if test "$PKG_CONFIG" != "false"
13055 then
13056 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13057 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13058 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13060 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13061 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13062 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13063 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13064 $as_echo_n "(cached) " >&6
13066 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13067 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13068 else
13069 # Is the header compilable?
13070 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13071 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13072 cat >conftest.$ac_ext <<_ACEOF
13073 /* confdefs.h. */
13074 _ACEOF
13075 cat confdefs.h >>conftest.$ac_ext
13076 cat >>conftest.$ac_ext <<_ACEOF
13077 /* end confdefs.h. */
13078 $ac_includes_default
13079 #include <gnutls/gnutls.h>
13080 _ACEOF
13081 rm -f conftest.$ac_objext
13082 if { (ac_try="$ac_compile"
13083 case "(($ac_try" in
13084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13085 *) ac_try_echo=$ac_try;;
13086 esac
13087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13088 $as_echo "$ac_try_echo") >&5
13089 (eval "$ac_compile") 2>conftest.er1
13090 ac_status=$?
13091 grep -v '^ *+' conftest.er1 >conftest.err
13092 rm -f conftest.er1
13093 cat conftest.err >&5
13094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13095 (exit $ac_status); } && {
13096 test -z "$ac_c_werror_flag" ||
13097 test ! -s conftest.err
13098 } && test -s conftest.$ac_objext; then
13099 ac_header_compiler=yes
13100 else
13101 $as_echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.$ac_ext >&5
13104 ac_header_compiler=no
13107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13108 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13109 $as_echo "$ac_header_compiler" >&6; }
13111 # Is the header present?
13112 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13113 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13114 cat >conftest.$ac_ext <<_ACEOF
13115 /* confdefs.h. */
13116 _ACEOF
13117 cat confdefs.h >>conftest.$ac_ext
13118 cat >>conftest.$ac_ext <<_ACEOF
13119 /* end confdefs.h. */
13120 #include <gnutls/gnutls.h>
13121 _ACEOF
13122 if { (ac_try="$ac_cpp conftest.$ac_ext"
13123 case "(($ac_try" in
13124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13125 *) ac_try_echo=$ac_try;;
13126 esac
13127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13128 $as_echo "$ac_try_echo") >&5
13129 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13130 ac_status=$?
13131 grep -v '^ *+' conftest.er1 >conftest.err
13132 rm -f conftest.er1
13133 cat conftest.err >&5
13134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13135 (exit $ac_status); } >/dev/null && {
13136 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13137 test ! -s conftest.err
13138 }; then
13139 ac_header_preproc=yes
13140 else
13141 $as_echo "$as_me: failed program was:" >&5
13142 sed 's/^/| /' conftest.$ac_ext >&5
13144 ac_header_preproc=no
13147 rm -f conftest.err conftest.$ac_ext
13148 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13149 $as_echo "$ac_header_preproc" >&6; }
13151 # So? What about this header?
13152 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13153 yes:no: )
13154 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13155 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13156 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13157 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13158 ac_header_preproc=yes
13160 no:yes:* )
13161 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13162 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13163 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13164 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13165 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13166 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13167 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13168 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13169 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13170 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13171 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13172 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13173 ( cat <<\_ASBOX
13174 ## ------------------------------------ ##
13175 ## Report this to wine-devel@winehq.org ##
13176 ## ------------------------------------ ##
13177 _ASBOX
13178 ) | sed "s/^/$as_me: WARNING: /" >&2
13180 esac
13181 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13182 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13183 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13184 $as_echo_n "(cached) " >&6
13185 else
13186 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13188 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13189 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13192 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13193 cat >conftest.$ac_ext <<_ACEOF
13194 /* confdefs.h. */
13195 _ACEOF
13196 cat confdefs.h >>conftest.$ac_ext
13197 cat >>conftest.$ac_ext <<_ACEOF
13198 /* end confdefs.h. */
13199 #include <gnutls/gnutls.h>
13201 main ()
13203 typeof(gnutls_mac_get_key_size) *pfunc;
13205 return 0;
13207 _ACEOF
13208 rm -f conftest.$ac_objext
13209 if { (ac_try="$ac_compile"
13210 case "(($ac_try" in
13211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13212 *) ac_try_echo=$ac_try;;
13213 esac
13214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13215 $as_echo "$ac_try_echo") >&5
13216 (eval "$ac_compile") 2>conftest.er1
13217 ac_status=$?
13218 grep -v '^ *+' conftest.er1 >conftest.err
13219 rm -f conftest.er1
13220 cat conftest.err >&5
13221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13222 (exit $ac_status); } && {
13223 test -z "$ac_c_werror_flag" ||
13224 test ! -s conftest.err
13225 } && test -s conftest.$ac_objext; then
13226 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13227 $as_echo_n "checking for -lgnutls... " >&6; }
13228 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13229 $as_echo_n "(cached) " >&6
13230 else
13231 ac_check_soname_save_LIBS=$LIBS
13232 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13233 cat >conftest.$ac_ext <<_ACEOF
13234 /* confdefs.h. */
13235 _ACEOF
13236 cat confdefs.h >>conftest.$ac_ext
13237 cat >>conftest.$ac_ext <<_ACEOF
13238 /* end confdefs.h. */
13240 /* Override any GCC internal prototype to avoid an error.
13241 Use char because int might match the return type of a GCC
13242 builtin and then its argument prototype would still apply. */
13243 #ifdef __cplusplus
13244 extern "C"
13245 #endif
13246 char gnutls_global_init ();
13248 main ()
13250 return gnutls_global_init ();
13252 return 0;
13254 _ACEOF
13255 rm -f conftest.$ac_objext conftest$ac_exeext
13256 if { (ac_try="$ac_link"
13257 case "(($ac_try" in
13258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13259 *) ac_try_echo=$ac_try;;
13260 esac
13261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13262 $as_echo "$ac_try_echo") >&5
13263 (eval "$ac_link") 2>conftest.er1
13264 ac_status=$?
13265 grep -v '^ *+' conftest.er1 >conftest.err
13266 rm -f conftest.er1
13267 cat conftest.err >&5
13268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13269 (exit $ac_status); } && {
13270 test -z "$ac_c_werror_flag" ||
13271 test ! -s conftest.err
13272 } && test -s conftest$ac_exeext && {
13273 test "$cross_compiling" = yes ||
13274 $as_test_x conftest$ac_exeext
13275 }; then
13276 case "$LIBEXT" in
13277 dll) ;;
13278 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13279 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13280 esac
13281 else
13282 $as_echo "$as_me: failed program was:" >&5
13283 sed 's/^/| /' conftest.$ac_ext >&5
13288 rm -rf conftest.dSYM
13289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13290 conftest$ac_exeext conftest.$ac_ext
13291 LIBS=$ac_check_soname_save_LIBS
13293 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13294 { $as_echo "$as_me:$LINENO: result: not found" >&5
13295 $as_echo "not found" >&6; }
13297 else
13298 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13299 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13301 cat >>confdefs.h <<_ACEOF
13302 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13303 _ACEOF
13305 GNUTLSINCL="$ac_gnutls_cflags"
13309 else
13310 $as_echo "$as_me: failed program was:" >&5
13311 sed 's/^/| /' conftest.$ac_ext >&5
13316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13320 CPPFLAGS="$ac_save_CPPFLAGS"
13322 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13323 case "x$with_gnutls" in
13324 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13325 xno) ;;
13326 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13327 This is an error since --with-gnutls was requested." >&5
13328 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13329 This is an error since --with-gnutls was requested." >&2;}
13330 { (exit 1); exit 1; }; } ;;
13331 esac
13335 CURSESLIBS=""
13336 if test "$ac_cv_header_ncurses_h" = "yes"
13337 then
13338 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13339 $as_echo_n "checking for -lncurses... " >&6; }
13340 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13341 $as_echo_n "(cached) " >&6
13342 else
13343 ac_check_soname_save_LIBS=$LIBS
13344 LIBS="-lncurses $LIBS"
13345 cat >conftest.$ac_ext <<_ACEOF
13346 /* confdefs.h. */
13347 _ACEOF
13348 cat confdefs.h >>conftest.$ac_ext
13349 cat >>conftest.$ac_ext <<_ACEOF
13350 /* end confdefs.h. */
13352 /* Override any GCC internal prototype to avoid an error.
13353 Use char because int might match the return type of a GCC
13354 builtin and then its argument prototype would still apply. */
13355 #ifdef __cplusplus
13356 extern "C"
13357 #endif
13358 char waddch ();
13360 main ()
13362 return waddch ();
13364 return 0;
13366 _ACEOF
13367 rm -f conftest.$ac_objext conftest$ac_exeext
13368 if { (ac_try="$ac_link"
13369 case "(($ac_try" in
13370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13371 *) ac_try_echo=$ac_try;;
13372 esac
13373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13374 $as_echo "$ac_try_echo") >&5
13375 (eval "$ac_link") 2>conftest.er1
13376 ac_status=$?
13377 grep -v '^ *+' conftest.er1 >conftest.err
13378 rm -f conftest.er1
13379 cat conftest.err >&5
13380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13381 (exit $ac_status); } && {
13382 test -z "$ac_c_werror_flag" ||
13383 test ! -s conftest.err
13384 } && test -s conftest$ac_exeext && {
13385 test "$cross_compiling" = yes ||
13386 $as_test_x conftest$ac_exeext
13387 }; then
13388 case "$LIBEXT" in
13389 dll) ;;
13390 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'` ;;
13391 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13392 esac
13393 else
13394 $as_echo "$as_me: failed program was:" >&5
13395 sed 's/^/| /' conftest.$ac_ext >&5
13400 rm -rf conftest.dSYM
13401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13402 conftest$ac_exeext conftest.$ac_ext
13403 LIBS=$ac_check_soname_save_LIBS
13405 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13406 { $as_echo "$as_me:$LINENO: result: not found" >&5
13407 $as_echo "not found" >&6; }
13409 else
13410 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13411 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13413 cat >>confdefs.h <<_ACEOF
13414 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13415 _ACEOF
13417 CURSESLIBS="-lncurses"
13420 elif test "$ac_cv_header_curses_h" = "yes"
13421 then
13422 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13423 $as_echo_n "checking for -lcurses... " >&6; }
13424 if test "${ac_cv_lib_soname_curses+set}" = set; then
13425 $as_echo_n "(cached) " >&6
13426 else
13427 ac_check_soname_save_LIBS=$LIBS
13428 LIBS="-lcurses $LIBS"
13429 cat >conftest.$ac_ext <<_ACEOF
13430 /* confdefs.h. */
13431 _ACEOF
13432 cat confdefs.h >>conftest.$ac_ext
13433 cat >>conftest.$ac_ext <<_ACEOF
13434 /* end confdefs.h. */
13436 /* Override any GCC internal prototype to avoid an error.
13437 Use char because int might match the return type of a GCC
13438 builtin and then its argument prototype would still apply. */
13439 #ifdef __cplusplus
13440 extern "C"
13441 #endif
13442 char waddch ();
13444 main ()
13446 return waddch ();
13448 return 0;
13450 _ACEOF
13451 rm -f conftest.$ac_objext conftest$ac_exeext
13452 if { (ac_try="$ac_link"
13453 case "(($ac_try" in
13454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13455 *) ac_try_echo=$ac_try;;
13456 esac
13457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13458 $as_echo "$ac_try_echo") >&5
13459 (eval "$ac_link") 2>conftest.er1
13460 ac_status=$?
13461 grep -v '^ *+' conftest.er1 >conftest.err
13462 rm -f conftest.er1
13463 cat conftest.err >&5
13464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } && {
13466 test -z "$ac_c_werror_flag" ||
13467 test ! -s conftest.err
13468 } && test -s conftest$ac_exeext && {
13469 test "$cross_compiling" = yes ||
13470 $as_test_x conftest$ac_exeext
13471 }; then
13472 case "$LIBEXT" in
13473 dll) ;;
13474 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'` ;;
13475 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13476 esac
13477 else
13478 $as_echo "$as_me: failed program was:" >&5
13479 sed 's/^/| /' conftest.$ac_ext >&5
13484 rm -rf conftest.dSYM
13485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13486 conftest$ac_exeext conftest.$ac_ext
13487 LIBS=$ac_check_soname_save_LIBS
13489 if test "x$ac_cv_lib_soname_curses" = "x"; then
13490 { $as_echo "$as_me:$LINENO: result: not found" >&5
13491 $as_echo "not found" >&6; }
13493 else
13494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13495 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13497 cat >>confdefs.h <<_ACEOF
13498 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13499 _ACEOF
13501 CURSESLIBS="-lcurses"
13505 ac_save_LIBS="$LIBS"
13506 LIBS="$LIBS $CURSESLIBS"
13508 for ac_func in mousemask
13510 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13511 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13512 $as_echo_n "checking for $ac_func... " >&6; }
13513 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13514 $as_echo_n "(cached) " >&6
13515 else
13516 cat >conftest.$ac_ext <<_ACEOF
13517 /* confdefs.h. */
13518 _ACEOF
13519 cat confdefs.h >>conftest.$ac_ext
13520 cat >>conftest.$ac_ext <<_ACEOF
13521 /* end confdefs.h. */
13522 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13523 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13524 #define $ac_func innocuous_$ac_func
13526 /* System header to define __stub macros and hopefully few prototypes,
13527 which can conflict with char $ac_func (); below.
13528 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13529 <limits.h> exists even on freestanding compilers. */
13531 #ifdef __STDC__
13532 # include <limits.h>
13533 #else
13534 # include <assert.h>
13535 #endif
13537 #undef $ac_func
13539 /* Override any GCC internal prototype to avoid an error.
13540 Use char because int might match the return type of a GCC
13541 builtin and then its argument prototype would still apply. */
13542 #ifdef __cplusplus
13543 extern "C"
13544 #endif
13545 char $ac_func ();
13546 /* The GNU C library defines this for functions which it implements
13547 to always fail with ENOSYS. Some functions are actually named
13548 something starting with __ and the normal name is an alias. */
13549 #if defined __stub_$ac_func || defined __stub___$ac_func
13550 choke me
13551 #endif
13554 main ()
13556 return $ac_func ();
13558 return 0;
13560 _ACEOF
13561 rm -f conftest.$ac_objext conftest$ac_exeext
13562 if { (ac_try="$ac_link"
13563 case "(($ac_try" in
13564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13565 *) ac_try_echo=$ac_try;;
13566 esac
13567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13568 $as_echo "$ac_try_echo") >&5
13569 (eval "$ac_link") 2>conftest.er1
13570 ac_status=$?
13571 grep -v '^ *+' conftest.er1 >conftest.err
13572 rm -f conftest.er1
13573 cat conftest.err >&5
13574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13575 (exit $ac_status); } && {
13576 test -z "$ac_c_werror_flag" ||
13577 test ! -s conftest.err
13578 } && test -s conftest$ac_exeext && {
13579 test "$cross_compiling" = yes ||
13580 $as_test_x conftest$ac_exeext
13581 }; then
13582 eval "$as_ac_var=yes"
13583 else
13584 $as_echo "$as_me: failed program was:" >&5
13585 sed 's/^/| /' conftest.$ac_ext >&5
13587 eval "$as_ac_var=no"
13590 rm -rf conftest.dSYM
13591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13592 conftest$ac_exeext conftest.$ac_ext
13594 ac_res=`eval 'as_val=${'$as_ac_var'}
13595 $as_echo "$as_val"'`
13596 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13597 $as_echo "$ac_res" >&6; }
13598 as_val=`eval 'as_val=${'$as_ac_var'}
13599 $as_echo "$as_val"'`
13600 if test "x$as_val" = x""yes; then
13601 cat >>confdefs.h <<_ACEOF
13602 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13603 _ACEOF
13606 done
13608 LIBS="$ac_save_LIBS"
13609 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13610 case "x$with_curses" in
13611 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13612 xno) ;;
13613 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13614 This is an error since --with-curses was requested." >&5
13615 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13616 This is an error since --with-curses was requested." >&2;}
13617 { (exit 1); exit 1; }; } ;;
13618 esac
13622 if test "x$with_sane" != "xno"
13623 then
13624 ac_save_CPPFLAGS="$CPPFLAGS"
13625 # Extract the first word of "sane-config", so it can be a program name with args.
13626 set dummy sane-config; ac_word=$2
13627 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13628 $as_echo_n "checking for $ac_word... " >&6; }
13629 if test "${ac_cv_prog_sane_devel+set}" = set; then
13630 $as_echo_n "(cached) " >&6
13631 else
13632 if test -n "$sane_devel"; then
13633 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13634 else
13635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13636 for as_dir in $PATH
13638 IFS=$as_save_IFS
13639 test -z "$as_dir" && as_dir=.
13640 for ac_exec_ext in '' $ac_executable_extensions; do
13641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13642 ac_cv_prog_sane_devel="sane-config"
13643 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13644 break 2
13646 done
13647 done
13648 IFS=$as_save_IFS
13650 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13653 sane_devel=$ac_cv_prog_sane_devel
13654 if test -n "$sane_devel"; then
13655 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13656 $as_echo "$sane_devel" >&6; }
13657 else
13658 { $as_echo "$as_me:$LINENO: result: no" >&5
13659 $as_echo "no" >&6; }
13663 if test "$sane_devel" != "no"
13664 then
13665 ac_sane_incl="`$sane_devel --cflags`"
13666 ac_sane_libs="`$sane_devel --ldflags`"
13667 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13669 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13670 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13671 $as_echo_n "checking for sane/sane.h... " >&6; }
13672 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13673 $as_echo_n "(cached) " >&6
13675 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13676 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13677 else
13678 # Is the header compilable?
13679 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13680 $as_echo_n "checking sane/sane.h usability... " >&6; }
13681 cat >conftest.$ac_ext <<_ACEOF
13682 /* confdefs.h. */
13683 _ACEOF
13684 cat confdefs.h >>conftest.$ac_ext
13685 cat >>conftest.$ac_ext <<_ACEOF
13686 /* end confdefs.h. */
13687 $ac_includes_default
13688 #include <sane/sane.h>
13689 _ACEOF
13690 rm -f conftest.$ac_objext
13691 if { (ac_try="$ac_compile"
13692 case "(($ac_try" in
13693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13694 *) ac_try_echo=$ac_try;;
13695 esac
13696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13697 $as_echo "$ac_try_echo") >&5
13698 (eval "$ac_compile") 2>conftest.er1
13699 ac_status=$?
13700 grep -v '^ *+' conftest.er1 >conftest.err
13701 rm -f conftest.er1
13702 cat conftest.err >&5
13703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13704 (exit $ac_status); } && {
13705 test -z "$ac_c_werror_flag" ||
13706 test ! -s conftest.err
13707 } && test -s conftest.$ac_objext; then
13708 ac_header_compiler=yes
13709 else
13710 $as_echo "$as_me: failed program was:" >&5
13711 sed 's/^/| /' conftest.$ac_ext >&5
13713 ac_header_compiler=no
13716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13717 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13718 $as_echo "$ac_header_compiler" >&6; }
13720 # Is the header present?
13721 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13722 $as_echo_n "checking sane/sane.h presence... " >&6; }
13723 cat >conftest.$ac_ext <<_ACEOF
13724 /* confdefs.h. */
13725 _ACEOF
13726 cat confdefs.h >>conftest.$ac_ext
13727 cat >>conftest.$ac_ext <<_ACEOF
13728 /* end confdefs.h. */
13729 #include <sane/sane.h>
13730 _ACEOF
13731 if { (ac_try="$ac_cpp conftest.$ac_ext"
13732 case "(($ac_try" in
13733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13734 *) ac_try_echo=$ac_try;;
13735 esac
13736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13737 $as_echo "$ac_try_echo") >&5
13738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13739 ac_status=$?
13740 grep -v '^ *+' conftest.er1 >conftest.err
13741 rm -f conftest.er1
13742 cat conftest.err >&5
13743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13744 (exit $ac_status); } >/dev/null && {
13745 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13746 test ! -s conftest.err
13747 }; then
13748 ac_header_preproc=yes
13749 else
13750 $as_echo "$as_me: failed program was:" >&5
13751 sed 's/^/| /' conftest.$ac_ext >&5
13753 ac_header_preproc=no
13756 rm -f conftest.err conftest.$ac_ext
13757 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13758 $as_echo "$ac_header_preproc" >&6; }
13760 # So? What about this header?
13761 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13762 yes:no: )
13763 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13764 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13765 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13766 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13767 ac_header_preproc=yes
13769 no:yes:* )
13770 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13771 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13772 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13773 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13774 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13775 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13776 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13777 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13778 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13779 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13780 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13781 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13782 ( cat <<\_ASBOX
13783 ## ------------------------------------ ##
13784 ## Report this to wine-devel@winehq.org ##
13785 ## ------------------------------------ ##
13786 _ASBOX
13787 ) | sed "s/^/$as_me: WARNING: /" >&2
13789 esac
13790 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13791 $as_echo_n "checking for sane/sane.h... " >&6; }
13792 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13793 $as_echo_n "(cached) " >&6
13794 else
13795 ac_cv_header_sane_sane_h=$ac_header_preproc
13797 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13798 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13801 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13802 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13803 $as_echo_n "checking for -lsane... " >&6; }
13804 if test "${ac_cv_lib_soname_sane+set}" = set; then
13805 $as_echo_n "(cached) " >&6
13806 else
13807 ac_check_soname_save_LIBS=$LIBS
13808 LIBS="-lsane $ac_sane_libs $LIBS"
13809 cat >conftest.$ac_ext <<_ACEOF
13810 /* confdefs.h. */
13811 _ACEOF
13812 cat confdefs.h >>conftest.$ac_ext
13813 cat >>conftest.$ac_ext <<_ACEOF
13814 /* end confdefs.h. */
13816 /* Override any GCC internal prototype to avoid an error.
13817 Use char because int might match the return type of a GCC
13818 builtin and then its argument prototype would still apply. */
13819 #ifdef __cplusplus
13820 extern "C"
13821 #endif
13822 char sane_init ();
13824 main ()
13826 return sane_init ();
13828 return 0;
13830 _ACEOF
13831 rm -f conftest.$ac_objext conftest$ac_exeext
13832 if { (ac_try="$ac_link"
13833 case "(($ac_try" in
13834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13835 *) ac_try_echo=$ac_try;;
13836 esac
13837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13838 $as_echo "$ac_try_echo") >&5
13839 (eval "$ac_link") 2>conftest.er1
13840 ac_status=$?
13841 grep -v '^ *+' conftest.er1 >conftest.err
13842 rm -f conftest.er1
13843 cat conftest.err >&5
13844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13845 (exit $ac_status); } && {
13846 test -z "$ac_c_werror_flag" ||
13847 test ! -s conftest.err
13848 } && test -s conftest$ac_exeext && {
13849 test "$cross_compiling" = yes ||
13850 $as_test_x conftest$ac_exeext
13851 }; then
13852 case "$LIBEXT" in
13853 dll) ;;
13854 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'` ;;
13855 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13856 esac
13857 else
13858 $as_echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13864 rm -rf conftest.dSYM
13865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13866 conftest$ac_exeext conftest.$ac_ext
13867 LIBS=$ac_check_soname_save_LIBS
13869 if test "x$ac_cv_lib_soname_sane" = "x"; then
13870 { $as_echo "$as_me:$LINENO: result: not found" >&5
13871 $as_echo "not found" >&6; }
13873 else
13874 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13875 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13877 cat >>confdefs.h <<_ACEOF
13878 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13879 _ACEOF
13881 SANEINCL="$ac_sane_incl"
13888 CPPFLAGS="$ac_save_CPPFLAGS"
13890 if test "x$ac_cv_lib_soname_sane" = "x"; then
13891 case "x$with_sane" in
13892 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13893 xno) ;;
13894 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13895 This is an error since --with-sane was requested." >&5
13896 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13897 This is an error since --with-sane was requested." >&2;}
13898 { (exit 1); exit 1; }; } ;;
13899 esac
13903 if test "x$with_gphoto" != "xno"
13904 then
13905 ac_save_CPPFLAGS="$CPPFLAGS"
13906 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13907 set dummy gphoto2-config; ac_word=$2
13908 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13909 $as_echo_n "checking for $ac_word... " >&6; }
13910 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13911 $as_echo_n "(cached) " >&6
13912 else
13913 if test -n "$gphoto2_devel"; then
13914 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13915 else
13916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13917 for as_dir in $PATH
13919 IFS=$as_save_IFS
13920 test -z "$as_dir" && as_dir=.
13921 for ac_exec_ext in '' $ac_executable_extensions; do
13922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13923 ac_cv_prog_gphoto2_devel="gphoto2-config"
13924 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13925 break 2
13927 done
13928 done
13929 IFS=$as_save_IFS
13931 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13934 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13935 if test -n "$gphoto2_devel"; then
13936 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13937 $as_echo "$gphoto2_devel" >&6; }
13938 else
13939 { $as_echo "$as_me:$LINENO: result: no" >&5
13940 $as_echo "no" >&6; }
13944 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13945 set dummy gphoto2-port-config; ac_word=$2
13946 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13947 $as_echo_n "checking for $ac_word... " >&6; }
13948 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13949 $as_echo_n "(cached) " >&6
13950 else
13951 if test -n "$gphoto2port_devel"; then
13952 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13953 else
13954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13955 for as_dir in $PATH
13957 IFS=$as_save_IFS
13958 test -z "$as_dir" && as_dir=.
13959 for ac_exec_ext in '' $ac_executable_extensions; do
13960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13961 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13962 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13963 break 2
13965 done
13966 done
13967 IFS=$as_save_IFS
13969 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13972 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13973 if test -n "$gphoto2port_devel"; then
13974 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13975 $as_echo "$gphoto2port_devel" >&6; }
13976 else
13977 { $as_echo "$as_me:$LINENO: result: no" >&5
13978 $as_echo "no" >&6; }
13982 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13983 then
13984 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13985 ac_gphoto2_libs=""
13986 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13988 case "$i" in
13989 -L/usr/lib|-L/usr/lib64) ;;
13990 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13991 esac
13992 done
13993 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13995 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13996 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13997 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13998 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13999 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14000 $as_echo_n "(cached) " >&6
14002 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14003 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14004 else
14005 # Is the header compilable?
14006 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14007 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14008 cat >conftest.$ac_ext <<_ACEOF
14009 /* confdefs.h. */
14010 _ACEOF
14011 cat confdefs.h >>conftest.$ac_ext
14012 cat >>conftest.$ac_ext <<_ACEOF
14013 /* end confdefs.h. */
14014 $ac_includes_default
14015 #include <gphoto2-camera.h>
14016 _ACEOF
14017 rm -f conftest.$ac_objext
14018 if { (ac_try="$ac_compile"
14019 case "(($ac_try" in
14020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14021 *) ac_try_echo=$ac_try;;
14022 esac
14023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14024 $as_echo "$ac_try_echo") >&5
14025 (eval "$ac_compile") 2>conftest.er1
14026 ac_status=$?
14027 grep -v '^ *+' conftest.er1 >conftest.err
14028 rm -f conftest.er1
14029 cat conftest.err >&5
14030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14031 (exit $ac_status); } && {
14032 test -z "$ac_c_werror_flag" ||
14033 test ! -s conftest.err
14034 } && test -s conftest.$ac_objext; then
14035 ac_header_compiler=yes
14036 else
14037 $as_echo "$as_me: failed program was:" >&5
14038 sed 's/^/| /' conftest.$ac_ext >&5
14040 ac_header_compiler=no
14043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14044 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14045 $as_echo "$ac_header_compiler" >&6; }
14047 # Is the header present?
14048 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14049 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14050 cat >conftest.$ac_ext <<_ACEOF
14051 /* confdefs.h. */
14052 _ACEOF
14053 cat confdefs.h >>conftest.$ac_ext
14054 cat >>conftest.$ac_ext <<_ACEOF
14055 /* end confdefs.h. */
14056 #include <gphoto2-camera.h>
14057 _ACEOF
14058 if { (ac_try="$ac_cpp conftest.$ac_ext"
14059 case "(($ac_try" in
14060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14061 *) ac_try_echo=$ac_try;;
14062 esac
14063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14064 $as_echo "$ac_try_echo") >&5
14065 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14066 ac_status=$?
14067 grep -v '^ *+' conftest.er1 >conftest.err
14068 rm -f conftest.er1
14069 cat conftest.err >&5
14070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14071 (exit $ac_status); } >/dev/null && {
14072 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14073 test ! -s conftest.err
14074 }; then
14075 ac_header_preproc=yes
14076 else
14077 $as_echo "$as_me: failed program was:" >&5
14078 sed 's/^/| /' conftest.$ac_ext >&5
14080 ac_header_preproc=no
14083 rm -f conftest.err conftest.$ac_ext
14084 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14085 $as_echo "$ac_header_preproc" >&6; }
14087 # So? What about this header?
14088 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14089 yes:no: )
14090 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14091 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14092 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14093 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14094 ac_header_preproc=yes
14096 no:yes:* )
14097 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14098 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14099 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14100 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14101 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14102 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14103 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14104 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14105 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14106 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14107 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14108 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14109 ( cat <<\_ASBOX
14110 ## ------------------------------------ ##
14111 ## Report this to wine-devel@winehq.org ##
14112 ## ------------------------------------ ##
14113 _ASBOX
14114 ) | sed "s/^/$as_me: WARNING: /" >&2
14116 esac
14117 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14118 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14119 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14120 $as_echo_n "(cached) " >&6
14121 else
14122 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14124 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14125 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14128 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14129 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14130 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14131 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14132 $as_echo_n "(cached) " >&6
14133 else
14134 ac_check_lib_save_LIBS=$LIBS
14135 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14136 cat >conftest.$ac_ext <<_ACEOF
14137 /* confdefs.h. */
14138 _ACEOF
14139 cat confdefs.h >>conftest.$ac_ext
14140 cat >>conftest.$ac_ext <<_ACEOF
14141 /* end confdefs.h. */
14143 /* Override any GCC internal prototype to avoid an error.
14144 Use char because int might match the return type of a GCC
14145 builtin and then its argument prototype would still apply. */
14146 #ifdef __cplusplus
14147 extern "C"
14148 #endif
14149 char gp_camera_new ();
14151 main ()
14153 return gp_camera_new ();
14155 return 0;
14157 _ACEOF
14158 rm -f conftest.$ac_objext conftest$ac_exeext
14159 if { (ac_try="$ac_link"
14160 case "(($ac_try" in
14161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14162 *) ac_try_echo=$ac_try;;
14163 esac
14164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14165 $as_echo "$ac_try_echo") >&5
14166 (eval "$ac_link") 2>conftest.er1
14167 ac_status=$?
14168 grep -v '^ *+' conftest.er1 >conftest.err
14169 rm -f conftest.er1
14170 cat conftest.err >&5
14171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14172 (exit $ac_status); } && {
14173 test -z "$ac_c_werror_flag" ||
14174 test ! -s conftest.err
14175 } && test -s conftest$ac_exeext && {
14176 test "$cross_compiling" = yes ||
14177 $as_test_x conftest$ac_exeext
14178 }; then
14179 ac_cv_lib_gphoto2_gp_camera_new=yes
14180 else
14181 $as_echo "$as_me: failed program was:" >&5
14182 sed 's/^/| /' conftest.$ac_ext >&5
14184 ac_cv_lib_gphoto2_gp_camera_new=no
14187 rm -rf conftest.dSYM
14188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14189 conftest$ac_exeext conftest.$ac_ext
14190 LIBS=$ac_check_lib_save_LIBS
14192 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14193 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14194 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14196 cat >>confdefs.h <<\_ACEOF
14197 #define HAVE_GPHOTO2 1
14198 _ACEOF
14200 GPHOTO2LIBS="$ac_gphoto2_libs"
14202 GPHOTO2INCL="$ac_gphoto2_incl"
14209 CPPFLAGS="$ac_save_CPPFLAGS"
14211 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14212 case "x$with_gphoto" in
14213 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14214 xno) ;;
14215 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14216 This is an error since --with-gphoto was requested." >&5
14217 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14218 This is an error since --with-gphoto was requested." >&2;}
14219 { (exit 1); exit 1; }; } ;;
14220 esac
14225 RESOLVLIBS=""
14227 if test "$ac_cv_header_resolv_h" = "yes"
14228 then
14229 ac_save_LIBS="$LIBS"
14230 LIBS="$LIBS -lresolv"
14231 cat >conftest.$ac_ext <<_ACEOF
14232 /* confdefs.h. */
14233 _ACEOF
14234 cat confdefs.h >>conftest.$ac_ext
14235 cat >>conftest.$ac_ext <<_ACEOF
14236 /* end confdefs.h. */
14237 #ifdef HAVE_NETINET_IN_H
14238 #include <netinet/in.h>
14239 #endif
14240 #include <resolv.h>
14242 main ()
14244 res_init();
14246 return 0;
14248 _ACEOF
14249 rm -f conftest.$ac_objext conftest$ac_exeext
14250 if { (ac_try="$ac_link"
14251 case "(($ac_try" in
14252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14253 *) ac_try_echo=$ac_try;;
14254 esac
14255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14256 $as_echo "$ac_try_echo") >&5
14257 (eval "$ac_link") 2>conftest.er1
14258 ac_status=$?
14259 grep -v '^ *+' conftest.er1 >conftest.err
14260 rm -f conftest.er1
14261 cat conftest.err >&5
14262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14263 (exit $ac_status); } && {
14264 test -z "$ac_c_werror_flag" ||
14265 test ! -s conftest.err
14266 } && test -s conftest$ac_exeext && {
14267 test "$cross_compiling" = yes ||
14268 $as_test_x conftest$ac_exeext
14269 }; then
14271 cat >>confdefs.h <<\_ACEOF
14272 #define HAVE_RESOLV 1
14273 _ACEOF
14275 RESOLVLIBS="-lresolv"
14276 else
14277 $as_echo "$as_me: failed program was:" >&5
14278 sed 's/^/| /' conftest.$ac_ext >&5
14283 rm -rf conftest.dSYM
14284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14285 conftest$ac_exeext conftest.$ac_ext
14286 LIBS="$ac_save_LIBS"
14289 LCMSLIBS=""
14291 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14292 then
14293 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14294 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14295 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14296 $as_echo_n "(cached) " >&6
14297 else
14298 ac_check_lib_save_LIBS=$LIBS
14299 LIBS="-llcms $LIBS"
14300 cat >conftest.$ac_ext <<_ACEOF
14301 /* confdefs.h. */
14302 _ACEOF
14303 cat confdefs.h >>conftest.$ac_ext
14304 cat >>conftest.$ac_ext <<_ACEOF
14305 /* end confdefs.h. */
14307 /* Override any GCC internal prototype to avoid an error.
14308 Use char because int might match the return type of a GCC
14309 builtin and then its argument prototype would still apply. */
14310 #ifdef __cplusplus
14311 extern "C"
14312 #endif
14313 char cmsOpenProfileFromFile ();
14315 main ()
14317 return cmsOpenProfileFromFile ();
14319 return 0;
14321 _ACEOF
14322 rm -f conftest.$ac_objext conftest$ac_exeext
14323 if { (ac_try="$ac_link"
14324 case "(($ac_try" in
14325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14326 *) ac_try_echo=$ac_try;;
14327 esac
14328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14329 $as_echo "$ac_try_echo") >&5
14330 (eval "$ac_link") 2>conftest.er1
14331 ac_status=$?
14332 grep -v '^ *+' conftest.er1 >conftest.err
14333 rm -f conftest.er1
14334 cat conftest.err >&5
14335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } && {
14337 test -z "$ac_c_werror_flag" ||
14338 test ! -s conftest.err
14339 } && test -s conftest$ac_exeext && {
14340 test "$cross_compiling" = yes ||
14341 $as_test_x conftest$ac_exeext
14342 }; then
14343 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14344 else
14345 $as_echo "$as_me: failed program was:" >&5
14346 sed 's/^/| /' conftest.$ac_ext >&5
14348 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14351 rm -rf conftest.dSYM
14352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14353 conftest$ac_exeext conftest.$ac_ext
14354 LIBS=$ac_check_lib_save_LIBS
14356 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14357 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14358 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14360 cat >>confdefs.h <<\_ACEOF
14361 #define HAVE_LCMS 1
14362 _ACEOF
14364 LCMSLIBS="-llcms"
14368 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14369 case "x$with_cms" in
14370 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14371 xno) ;;
14372 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14373 This is an error since --with-cms was requested." >&5
14374 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14375 This is an error since --with-cms was requested." >&2;}
14376 { (exit 1); exit 1; }; } ;;
14377 esac
14381 if test "x$with_freetype" != "xno"
14382 then
14383 for ac_prog in freetype-config freetype2-config
14385 # Extract the first word of "$ac_prog", so it can be a program name with args.
14386 set dummy $ac_prog; ac_word=$2
14387 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14388 $as_echo_n "checking for $ac_word... " >&6; }
14389 if test "${ac_cv_prog_ft_devel+set}" = set; then
14390 $as_echo_n "(cached) " >&6
14391 else
14392 if test -n "$ft_devel"; then
14393 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14394 else
14395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14396 for as_dir in $PATH
14398 IFS=$as_save_IFS
14399 test -z "$as_dir" && as_dir=.
14400 for ac_exec_ext in '' $ac_executable_extensions; do
14401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14402 ac_cv_prog_ft_devel="$ac_prog"
14403 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14404 break 2
14406 done
14407 done
14408 IFS=$as_save_IFS
14412 ft_devel=$ac_cv_prog_ft_devel
14413 if test -n "$ft_devel"; then
14414 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14415 $as_echo "$ft_devel" >&6; }
14416 else
14417 { $as_echo "$as_me:$LINENO: result: no" >&5
14418 $as_echo "no" >&6; }
14422 test -n "$ft_devel" && break
14423 done
14424 test -n "$ft_devel" || ft_devel="no"
14426 if test "$ft_devel" != "no"
14427 then
14428 ac_freetype_incl=`$ft_devel --cflags`
14429 ac_freetype_libs=`$ft_devel --libs`
14431 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14432 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14433 $as_echo_n "checking for -lfreetype... " >&6; }
14434 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14435 $as_echo_n "(cached) " >&6
14436 else
14437 ac_check_soname_save_LIBS=$LIBS
14438 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14439 cat >conftest.$ac_ext <<_ACEOF
14440 /* confdefs.h. */
14441 _ACEOF
14442 cat confdefs.h >>conftest.$ac_ext
14443 cat >>conftest.$ac_ext <<_ACEOF
14444 /* end confdefs.h. */
14446 /* Override any GCC internal prototype to avoid an error.
14447 Use char because int might match the return type of a GCC
14448 builtin and then its argument prototype would still apply. */
14449 #ifdef __cplusplus
14450 extern "C"
14451 #endif
14452 char FT_Init_FreeType ();
14454 main ()
14456 return FT_Init_FreeType ();
14458 return 0;
14460 _ACEOF
14461 rm -f conftest.$ac_objext conftest$ac_exeext
14462 if { (ac_try="$ac_link"
14463 case "(($ac_try" in
14464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14465 *) ac_try_echo=$ac_try;;
14466 esac
14467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14468 $as_echo "$ac_try_echo") >&5
14469 (eval "$ac_link") 2>conftest.er1
14470 ac_status=$?
14471 grep -v '^ *+' conftest.er1 >conftest.err
14472 rm -f conftest.er1
14473 cat conftest.err >&5
14474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14475 (exit $ac_status); } && {
14476 test -z "$ac_c_werror_flag" ||
14477 test ! -s conftest.err
14478 } && test -s conftest$ac_exeext && {
14479 test "$cross_compiling" = yes ||
14480 $as_test_x conftest$ac_exeext
14481 }; then
14482 case "$LIBEXT" in
14483 dll) ;;
14484 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'` ;;
14485 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14486 esac
14487 else
14488 $as_echo "$as_me: failed program was:" >&5
14489 sed 's/^/| /' conftest.$ac_ext >&5
14494 rm -rf conftest.dSYM
14495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14496 conftest$ac_exeext conftest.$ac_ext
14497 LIBS=$ac_check_soname_save_LIBS
14499 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14500 { $as_echo "$as_me:$LINENO: result: not found" >&5
14501 $as_echo "not found" >&6; }
14502 ft_lib=no
14503 else
14504 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14505 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14507 cat >>confdefs.h <<_ACEOF
14508 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14509 _ACEOF
14511 ft_lib=yes
14514 if test "$ft_lib" = "yes"
14515 then
14516 ac_save_CPPFLAGS="$CPPFLAGS"
14517 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14531 for ac_header in ft2build.h \
14532 freetype/freetype.h \
14533 freetype/ftglyph.h \
14534 freetype/fttypes.h \
14535 freetype/tttables.h \
14536 freetype/ftnames.h \
14537 freetype/ftsnames.h \
14538 freetype/ttnameid.h \
14539 freetype/ftoutln.h \
14540 freetype/ftwinfnt.h \
14541 freetype/ftmodapi.h \
14542 freetype/ftlcdfil.h \
14543 freetype/internal/sfnt.h
14545 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14546 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14547 $as_echo_n "checking for $ac_header... " >&6; }
14548 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14549 $as_echo_n "(cached) " >&6
14550 else
14551 cat >conftest.$ac_ext <<_ACEOF
14552 /* confdefs.h. */
14553 _ACEOF
14554 cat confdefs.h >>conftest.$ac_ext
14555 cat >>conftest.$ac_ext <<_ACEOF
14556 /* end confdefs.h. */
14557 #ifdef HAVE_FT2BUILD_H
14558 # include <ft2build.h>
14559 #endif
14561 #include <$ac_header>
14562 _ACEOF
14563 rm -f conftest.$ac_objext
14564 if { (ac_try="$ac_compile"
14565 case "(($ac_try" in
14566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14567 *) ac_try_echo=$ac_try;;
14568 esac
14569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14570 $as_echo "$ac_try_echo") >&5
14571 (eval "$ac_compile") 2>conftest.er1
14572 ac_status=$?
14573 grep -v '^ *+' conftest.er1 >conftest.err
14574 rm -f conftest.er1
14575 cat conftest.err >&5
14576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14577 (exit $ac_status); } && {
14578 test -z "$ac_c_werror_flag" ||
14579 test ! -s conftest.err
14580 } && test -s conftest.$ac_objext; then
14581 eval "$as_ac_Header=yes"
14582 else
14583 $as_echo "$as_me: failed program was:" >&5
14584 sed 's/^/| /' conftest.$ac_ext >&5
14586 eval "$as_ac_Header=no"
14589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14591 ac_res=`eval 'as_val=${'$as_ac_Header'}
14592 $as_echo "$as_val"'`
14593 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14594 $as_echo "$ac_res" >&6; }
14595 as_val=`eval 'as_val=${'$as_ac_Header'}
14596 $as_echo "$as_val"'`
14597 if test "x$as_val" = x""yes; then
14598 cat >>confdefs.h <<_ACEOF
14599 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14600 _ACEOF
14604 done
14606 cat >conftest.$ac_ext <<_ACEOF
14607 /* confdefs.h. */
14608 _ACEOF
14609 cat confdefs.h >>conftest.$ac_ext
14610 cat >>conftest.$ac_ext <<_ACEOF
14611 /* end confdefs.h. */
14612 #include <ft2build.h>
14613 #include <freetype/fttrigon.h>
14614 _ACEOF
14615 if { (ac_try="$ac_cpp conftest.$ac_ext"
14616 case "(($ac_try" in
14617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14618 *) ac_try_echo=$ac_try;;
14619 esac
14620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14621 $as_echo "$ac_try_echo") >&5
14622 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14623 ac_status=$?
14624 grep -v '^ *+' conftest.er1 >conftest.err
14625 rm -f conftest.er1
14626 cat conftest.err >&5
14627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628 (exit $ac_status); } >/dev/null && {
14629 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14630 test ! -s conftest.err
14631 }; then
14633 cat >>confdefs.h <<\_ACEOF
14634 #define HAVE_FREETYPE_FTTRIGON_H 1
14635 _ACEOF
14637 wine_cv_fttrigon=yes
14638 else
14639 $as_echo "$as_me: failed program was:" >&5
14640 sed 's/^/| /' conftest.$ac_ext >&5
14642 wine_cv_fttrigon=no
14645 rm -f conftest.err conftest.$ac_ext
14646 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14647 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14648 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14649 $as_echo_n "(cached) " >&6
14650 else
14651 ac_cv_type_FT_TrueTypeEngineType=no
14652 cat >conftest.$ac_ext <<_ACEOF
14653 /* confdefs.h. */
14654 _ACEOF
14655 cat confdefs.h >>conftest.$ac_ext
14656 cat >>conftest.$ac_ext <<_ACEOF
14657 /* end confdefs.h. */
14658 #include <freetype/ftmodapi.h>
14661 main ()
14663 if (sizeof (FT_TrueTypeEngineType))
14664 return 0;
14666 return 0;
14668 _ACEOF
14669 rm -f conftest.$ac_objext
14670 if { (ac_try="$ac_compile"
14671 case "(($ac_try" in
14672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14673 *) ac_try_echo=$ac_try;;
14674 esac
14675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14676 $as_echo "$ac_try_echo") >&5
14677 (eval "$ac_compile") 2>conftest.er1
14678 ac_status=$?
14679 grep -v '^ *+' conftest.er1 >conftest.err
14680 rm -f conftest.er1
14681 cat conftest.err >&5
14682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683 (exit $ac_status); } && {
14684 test -z "$ac_c_werror_flag" ||
14685 test ! -s conftest.err
14686 } && test -s conftest.$ac_objext; then
14687 cat >conftest.$ac_ext <<_ACEOF
14688 /* confdefs.h. */
14689 _ACEOF
14690 cat confdefs.h >>conftest.$ac_ext
14691 cat >>conftest.$ac_ext <<_ACEOF
14692 /* end confdefs.h. */
14693 #include <freetype/ftmodapi.h>
14696 main ()
14698 if (sizeof ((FT_TrueTypeEngineType)))
14699 return 0;
14701 return 0;
14703 _ACEOF
14704 rm -f conftest.$ac_objext
14705 if { (ac_try="$ac_compile"
14706 case "(($ac_try" in
14707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14708 *) ac_try_echo=$ac_try;;
14709 esac
14710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14711 $as_echo "$ac_try_echo") >&5
14712 (eval "$ac_compile") 2>conftest.er1
14713 ac_status=$?
14714 grep -v '^ *+' conftest.er1 >conftest.err
14715 rm -f conftest.er1
14716 cat conftest.err >&5
14717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14718 (exit $ac_status); } && {
14719 test -z "$ac_c_werror_flag" ||
14720 test ! -s conftest.err
14721 } && test -s conftest.$ac_objext; then
14723 else
14724 $as_echo "$as_me: failed program was:" >&5
14725 sed 's/^/| /' conftest.$ac_ext >&5
14727 ac_cv_type_FT_TrueTypeEngineType=yes
14730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14731 else
14732 $as_echo "$as_me: failed program was:" >&5
14733 sed 's/^/| /' conftest.$ac_ext >&5
14738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14740 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14741 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14742 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14744 cat >>confdefs.h <<_ACEOF
14745 #define HAVE_FT_TRUETYPEENGINETYPE 1
14746 _ACEOF
14751 ac_save_CFLAGS="$CFLAGS"
14752 CFLAGS="$CFLAGS $ac_freetype_libs"
14754 for ac_func in FT_Load_Sfnt_Table
14756 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14757 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14758 $as_echo_n "checking for $ac_func... " >&6; }
14759 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14760 $as_echo_n "(cached) " >&6
14761 else
14762 cat >conftest.$ac_ext <<_ACEOF
14763 /* confdefs.h. */
14764 _ACEOF
14765 cat confdefs.h >>conftest.$ac_ext
14766 cat >>conftest.$ac_ext <<_ACEOF
14767 /* end confdefs.h. */
14768 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14769 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14770 #define $ac_func innocuous_$ac_func
14772 /* System header to define __stub macros and hopefully few prototypes,
14773 which can conflict with char $ac_func (); below.
14774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14775 <limits.h> exists even on freestanding compilers. */
14777 #ifdef __STDC__
14778 # include <limits.h>
14779 #else
14780 # include <assert.h>
14781 #endif
14783 #undef $ac_func
14785 /* Override any GCC internal prototype to avoid an error.
14786 Use char because int might match the return type of a GCC
14787 builtin and then its argument prototype would still apply. */
14788 #ifdef __cplusplus
14789 extern "C"
14790 #endif
14791 char $ac_func ();
14792 /* The GNU C library defines this for functions which it implements
14793 to always fail with ENOSYS. Some functions are actually named
14794 something starting with __ and the normal name is an alias. */
14795 #if defined __stub_$ac_func || defined __stub___$ac_func
14796 choke me
14797 #endif
14800 main ()
14802 return $ac_func ();
14804 return 0;
14806 _ACEOF
14807 rm -f conftest.$ac_objext conftest$ac_exeext
14808 if { (ac_try="$ac_link"
14809 case "(($ac_try" in
14810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14811 *) ac_try_echo=$ac_try;;
14812 esac
14813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14814 $as_echo "$ac_try_echo") >&5
14815 (eval "$ac_link") 2>conftest.er1
14816 ac_status=$?
14817 grep -v '^ *+' conftest.er1 >conftest.err
14818 rm -f conftest.er1
14819 cat conftest.err >&5
14820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821 (exit $ac_status); } && {
14822 test -z "$ac_c_werror_flag" ||
14823 test ! -s conftest.err
14824 } && test -s conftest$ac_exeext && {
14825 test "$cross_compiling" = yes ||
14826 $as_test_x conftest$ac_exeext
14827 }; then
14828 eval "$as_ac_var=yes"
14829 else
14830 $as_echo "$as_me: failed program was:" >&5
14831 sed 's/^/| /' conftest.$ac_ext >&5
14833 eval "$as_ac_var=no"
14836 rm -rf conftest.dSYM
14837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14838 conftest$ac_exeext conftest.$ac_ext
14840 ac_res=`eval 'as_val=${'$as_ac_var'}
14841 $as_echo "$as_val"'`
14842 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14843 $as_echo "$ac_res" >&6; }
14844 as_val=`eval 'as_val=${'$as_ac_var'}
14845 $as_echo "$as_val"'`
14846 if test "x$as_val" = x""yes; then
14847 cat >>confdefs.h <<_ACEOF
14848 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14849 _ACEOF
14852 done
14854 CFLAGS="$ac_save_CFLAGS"
14855 CPPFLAGS="$ac_save_CPPFLAGS"
14856 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14857 then
14859 cat >>confdefs.h <<\_ACEOF
14860 #define HAVE_FREETYPE 1
14861 _ACEOF
14863 FREETYPELIBS="$ac_freetype_libs"
14865 FREETYPEINCL="$ac_freetype_incl"
14870 if test "x$FREETYPELIBS" = "x"; then
14871 case "x$with_freetype" in
14872 xno) ;;
14873 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14874 Use the --without-freetype option if you really want this." >&5
14875 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14876 Use the --without-freetype option if you really want this." >&2;}
14877 { (exit 1); exit 1; }; } ;;
14878 esac
14881 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14883 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14884 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14885 if test "${ac_cv_c_ppdev+set}" = set; then
14886 $as_echo_n "(cached) " >&6
14887 else
14888 cat >conftest.$ac_ext <<_ACEOF
14889 /* confdefs.h. */
14890 _ACEOF
14891 cat confdefs.h >>conftest.$ac_ext
14892 cat >>conftest.$ac_ext <<_ACEOF
14893 /* end confdefs.h. */
14894 #include <linux/ppdev.h>
14896 main ()
14898 ioctl (1,PPCLAIM,0)
14900 return 0;
14902 _ACEOF
14903 rm -f conftest.$ac_objext
14904 if { (ac_try="$ac_compile"
14905 case "(($ac_try" in
14906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14907 *) ac_try_echo=$ac_try;;
14908 esac
14909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14910 $as_echo "$ac_try_echo") >&5
14911 (eval "$ac_compile") 2>conftest.er1
14912 ac_status=$?
14913 grep -v '^ *+' conftest.er1 >conftest.err
14914 rm -f conftest.er1
14915 cat conftest.err >&5
14916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14917 (exit $ac_status); } && {
14918 test -z "$ac_c_werror_flag" ||
14919 test ! -s conftest.err
14920 } && test -s conftest.$ac_objext; then
14921 ac_cv_c_ppdev="yes"
14922 else
14923 $as_echo "$as_me: failed program was:" >&5
14924 sed 's/^/| /' conftest.$ac_ext >&5
14926 ac_cv_c_ppdev="no"
14929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14931 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14932 $as_echo "$ac_cv_c_ppdev" >&6; }
14933 if test "$ac_cv_c_ppdev" = "yes"
14934 then
14936 cat >>confdefs.h <<\_ACEOF
14937 #define HAVE_PPDEV 1
14938 _ACEOF
14942 ac_wine_check_funcs_save_LIBS="$LIBS"
14943 LIBS="$LIBS $LIBPTHREAD"
14948 for ac_func in \
14949 pthread_attr_get_np \
14950 pthread_getattr_np \
14951 pthread_get_stackaddr_np \
14952 pthread_get_stacksize_np
14954 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14955 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14956 $as_echo_n "checking for $ac_func... " >&6; }
14957 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14958 $as_echo_n "(cached) " >&6
14959 else
14960 cat >conftest.$ac_ext <<_ACEOF
14961 /* confdefs.h. */
14962 _ACEOF
14963 cat confdefs.h >>conftest.$ac_ext
14964 cat >>conftest.$ac_ext <<_ACEOF
14965 /* end confdefs.h. */
14966 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14968 #define $ac_func innocuous_$ac_func
14970 /* System header to define __stub macros and hopefully few prototypes,
14971 which can conflict with char $ac_func (); below.
14972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14973 <limits.h> exists even on freestanding compilers. */
14975 #ifdef __STDC__
14976 # include <limits.h>
14977 #else
14978 # include <assert.h>
14979 #endif
14981 #undef $ac_func
14983 /* Override any GCC internal prototype to avoid an error.
14984 Use char because int might match the return type of a GCC
14985 builtin and then its argument prototype would still apply. */
14986 #ifdef __cplusplus
14987 extern "C"
14988 #endif
14989 char $ac_func ();
14990 /* The GNU C library defines this for functions which it implements
14991 to always fail with ENOSYS. Some functions are actually named
14992 something starting with __ and the normal name is an alias. */
14993 #if defined __stub_$ac_func || defined __stub___$ac_func
14994 choke me
14995 #endif
14998 main ()
15000 return $ac_func ();
15002 return 0;
15004 _ACEOF
15005 rm -f conftest.$ac_objext conftest$ac_exeext
15006 if { (ac_try="$ac_link"
15007 case "(($ac_try" in
15008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15009 *) ac_try_echo=$ac_try;;
15010 esac
15011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15012 $as_echo "$ac_try_echo") >&5
15013 (eval "$ac_link") 2>conftest.er1
15014 ac_status=$?
15015 grep -v '^ *+' conftest.er1 >conftest.err
15016 rm -f conftest.er1
15017 cat conftest.err >&5
15018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15019 (exit $ac_status); } && {
15020 test -z "$ac_c_werror_flag" ||
15021 test ! -s conftest.err
15022 } && test -s conftest$ac_exeext && {
15023 test "$cross_compiling" = yes ||
15024 $as_test_x conftest$ac_exeext
15025 }; then
15026 eval "$as_ac_var=yes"
15027 else
15028 $as_echo "$as_me: failed program was:" >&5
15029 sed 's/^/| /' conftest.$ac_ext >&5
15031 eval "$as_ac_var=no"
15034 rm -rf conftest.dSYM
15035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15036 conftest$ac_exeext conftest.$ac_ext
15038 ac_res=`eval 'as_val=${'$as_ac_var'}
15039 $as_echo "$as_val"'`
15040 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15041 $as_echo "$ac_res" >&6; }
15042 as_val=`eval 'as_val=${'$as_ac_var'}
15043 $as_echo "$as_val"'`
15044 if test "x$as_val" = x""yes; then
15045 cat >>confdefs.h <<_ACEOF
15046 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15047 _ACEOF
15050 done
15052 LIBS="$ac_wine_check_funcs_save_LIBS"
15054 if test "x$with_esd" != xno
15055 then
15056 save_CFLAGS="$CFLAGS"
15057 # Extract the first word of "esd-config", so it can be a program name with args.
15058 set dummy esd-config; ac_word=$2
15059 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15060 $as_echo_n "checking for $ac_word... " >&6; }
15061 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15062 $as_echo_n "(cached) " >&6
15063 else
15064 case $ESDCONFIG in
15065 [\\/]* | ?:[\\/]*)
15066 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15070 for as_dir in $PATH
15072 IFS=$as_save_IFS
15073 test -z "$as_dir" && as_dir=.
15074 for ac_exec_ext in '' $ac_executable_extensions; do
15075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15076 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15077 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15078 break 2
15080 done
15081 done
15082 IFS=$as_save_IFS
15084 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15086 esac
15088 ESDCONFIG=$ac_cv_path_ESDCONFIG
15089 if test -n "$ESDCONFIG"; then
15090 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15091 $as_echo "$ESDCONFIG" >&6; }
15092 else
15093 { $as_echo "$as_me:$LINENO: result: no" >&5
15094 $as_echo "no" >&6; }
15098 if test "x$ESDCONFIG" != "xno"
15099 then
15100 ac_esd_incl=""
15101 for i in `$ESDCONFIG --cflags`
15103 case "$i" in
15104 -I*) ac_esd_incl="$ac_esd_incl $i";;
15105 esac
15106 done
15107 ac_esd_libs=`$ESDCONFIG --libs`
15108 CFLAGS="$CFLAGS $ac_esd_incl"
15110 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15111 if test "${ac_cv_header_esd_h+set}" = set; then
15112 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15113 $as_echo_n "checking for esd.h... " >&6; }
15114 if test "${ac_cv_header_esd_h+set}" = set; then
15115 $as_echo_n "(cached) " >&6
15117 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15118 $as_echo "$ac_cv_header_esd_h" >&6; }
15119 else
15120 # Is the header compilable?
15121 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15122 $as_echo_n "checking esd.h usability... " >&6; }
15123 cat >conftest.$ac_ext <<_ACEOF
15124 /* confdefs.h. */
15125 _ACEOF
15126 cat confdefs.h >>conftest.$ac_ext
15127 cat >>conftest.$ac_ext <<_ACEOF
15128 /* end confdefs.h. */
15129 $ac_includes_default
15130 #include <esd.h>
15131 _ACEOF
15132 rm -f conftest.$ac_objext
15133 if { (ac_try="$ac_compile"
15134 case "(($ac_try" in
15135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15136 *) ac_try_echo=$ac_try;;
15137 esac
15138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15139 $as_echo "$ac_try_echo") >&5
15140 (eval "$ac_compile") 2>conftest.er1
15141 ac_status=$?
15142 grep -v '^ *+' conftest.er1 >conftest.err
15143 rm -f conftest.er1
15144 cat conftest.err >&5
15145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15146 (exit $ac_status); } && {
15147 test -z "$ac_c_werror_flag" ||
15148 test ! -s conftest.err
15149 } && test -s conftest.$ac_objext; then
15150 ac_header_compiler=yes
15151 else
15152 $as_echo "$as_me: failed program was:" >&5
15153 sed 's/^/| /' conftest.$ac_ext >&5
15155 ac_header_compiler=no
15158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15159 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15160 $as_echo "$ac_header_compiler" >&6; }
15162 # Is the header present?
15163 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15164 $as_echo_n "checking esd.h presence... " >&6; }
15165 cat >conftest.$ac_ext <<_ACEOF
15166 /* confdefs.h. */
15167 _ACEOF
15168 cat confdefs.h >>conftest.$ac_ext
15169 cat >>conftest.$ac_ext <<_ACEOF
15170 /* end confdefs.h. */
15171 #include <esd.h>
15172 _ACEOF
15173 if { (ac_try="$ac_cpp conftest.$ac_ext"
15174 case "(($ac_try" in
15175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15176 *) ac_try_echo=$ac_try;;
15177 esac
15178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15179 $as_echo "$ac_try_echo") >&5
15180 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15181 ac_status=$?
15182 grep -v '^ *+' conftest.er1 >conftest.err
15183 rm -f conftest.er1
15184 cat conftest.err >&5
15185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15186 (exit $ac_status); } >/dev/null && {
15187 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15188 test ! -s conftest.err
15189 }; then
15190 ac_header_preproc=yes
15191 else
15192 $as_echo "$as_me: failed program was:" >&5
15193 sed 's/^/| /' conftest.$ac_ext >&5
15195 ac_header_preproc=no
15198 rm -f conftest.err conftest.$ac_ext
15199 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15200 $as_echo "$ac_header_preproc" >&6; }
15202 # So? What about this header?
15203 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15204 yes:no: )
15205 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15206 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15207 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15208 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15209 ac_header_preproc=yes
15211 no:yes:* )
15212 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15213 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15214 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15215 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15216 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15217 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15218 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15219 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15220 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15221 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15222 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15223 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15224 ( cat <<\_ASBOX
15225 ## ------------------------------------ ##
15226 ## Report this to wine-devel@winehq.org ##
15227 ## ------------------------------------ ##
15228 _ASBOX
15229 ) | sed "s/^/$as_me: WARNING: /" >&2
15231 esac
15232 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15233 $as_echo_n "checking for esd.h... " >&6; }
15234 if test "${ac_cv_header_esd_h+set}" = set; then
15235 $as_echo_n "(cached) " >&6
15236 else
15237 ac_cv_header_esd_h=$ac_header_preproc
15239 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15240 $as_echo "$ac_cv_header_esd_h" >&6; }
15243 if test "x$ac_cv_header_esd_h" = x""yes; then
15244 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15245 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15246 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15247 $as_echo_n "(cached) " >&6
15248 else
15249 ac_check_lib_save_LIBS=$LIBS
15250 LIBS="-lesd $ac_esd_libs $LIBS"
15251 cat >conftest.$ac_ext <<_ACEOF
15252 /* confdefs.h. */
15253 _ACEOF
15254 cat confdefs.h >>conftest.$ac_ext
15255 cat >>conftest.$ac_ext <<_ACEOF
15256 /* end confdefs.h. */
15258 /* Override any GCC internal prototype to avoid an error.
15259 Use char because int might match the return type of a GCC
15260 builtin and then its argument prototype would still apply. */
15261 #ifdef __cplusplus
15262 extern "C"
15263 #endif
15264 char esd_open_sound ();
15266 main ()
15268 return esd_open_sound ();
15270 return 0;
15272 _ACEOF
15273 rm -f conftest.$ac_objext conftest$ac_exeext
15274 if { (ac_try="$ac_link"
15275 case "(($ac_try" in
15276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15277 *) ac_try_echo=$ac_try;;
15278 esac
15279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15280 $as_echo "$ac_try_echo") >&5
15281 (eval "$ac_link") 2>conftest.er1
15282 ac_status=$?
15283 grep -v '^ *+' conftest.er1 >conftest.err
15284 rm -f conftest.er1
15285 cat conftest.err >&5
15286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15287 (exit $ac_status); } && {
15288 test -z "$ac_c_werror_flag" ||
15289 test ! -s conftest.err
15290 } && test -s conftest$ac_exeext && {
15291 test "$cross_compiling" = yes ||
15292 $as_test_x conftest$ac_exeext
15293 }; then
15294 ac_cv_lib_esd_esd_open_sound=yes
15295 else
15296 $as_echo "$as_me: failed program was:" >&5
15297 sed 's/^/| /' conftest.$ac_ext >&5
15299 ac_cv_lib_esd_esd_open_sound=no
15302 rm -rf conftest.dSYM
15303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15304 conftest$ac_exeext conftest.$ac_ext
15305 LIBS=$ac_check_lib_save_LIBS
15307 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15308 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15309 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15310 ESDINCL="$ac_esd_incl"
15312 ESDLIBS="$ac_esd_libs"
15315 cat >>confdefs.h <<\_ACEOF
15316 #define HAVE_ESD 1
15317 _ACEOF
15324 CFLAGS="$save_CFLAGS"
15327 ALSALIBS=""
15329 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15330 then
15331 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15332 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15333 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15334 $as_echo_n "(cached) " >&6
15335 else
15336 ac_check_lib_save_LIBS=$LIBS
15337 LIBS="-lasound $LIBS"
15338 cat >conftest.$ac_ext <<_ACEOF
15339 /* confdefs.h. */
15340 _ACEOF
15341 cat confdefs.h >>conftest.$ac_ext
15342 cat >>conftest.$ac_ext <<_ACEOF
15343 /* end confdefs.h. */
15345 /* Override any GCC internal prototype to avoid an error.
15346 Use char because int might match the return type of a GCC
15347 builtin and then its argument prototype would still apply. */
15348 #ifdef __cplusplus
15349 extern "C"
15350 #endif
15351 char snd_pcm_hw_params_get_access ();
15353 main ()
15355 return snd_pcm_hw_params_get_access ();
15357 return 0;
15359 _ACEOF
15360 rm -f conftest.$ac_objext conftest$ac_exeext
15361 if { (ac_try="$ac_link"
15362 case "(($ac_try" in
15363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15364 *) ac_try_echo=$ac_try;;
15365 esac
15366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15367 $as_echo "$ac_try_echo") >&5
15368 (eval "$ac_link") 2>conftest.er1
15369 ac_status=$?
15370 grep -v '^ *+' conftest.er1 >conftest.err
15371 rm -f conftest.er1
15372 cat conftest.err >&5
15373 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15374 (exit $ac_status); } && {
15375 test -z "$ac_c_werror_flag" ||
15376 test ! -s conftest.err
15377 } && test -s conftest$ac_exeext && {
15378 test "$cross_compiling" = yes ||
15379 $as_test_x conftest$ac_exeext
15380 }; then
15381 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15382 else
15383 $as_echo "$as_me: failed program was:" >&5
15384 sed 's/^/| /' conftest.$ac_ext >&5
15386 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15389 rm -rf conftest.dSYM
15390 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15391 conftest$ac_exeext conftest.$ac_ext
15392 LIBS=$ac_check_lib_save_LIBS
15394 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15395 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15396 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15397 cat >conftest.$ac_ext <<_ACEOF
15398 /* confdefs.h. */
15399 _ACEOF
15400 cat confdefs.h >>conftest.$ac_ext
15401 cat >>conftest.$ac_ext <<_ACEOF
15402 /* end confdefs.h. */
15403 #ifdef HAVE_ALSA_ASOUNDLIB_H
15404 #include <alsa/asoundlib.h>
15405 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15406 #include <sys/asoundlib.h>
15407 #endif
15409 main ()
15411 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15413 return 0;
15415 _ACEOF
15416 rm -f conftest.$ac_objext
15417 if { (ac_try="$ac_compile"
15418 case "(($ac_try" in
15419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15420 *) ac_try_echo=$ac_try;;
15421 esac
15422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15423 $as_echo "$ac_try_echo") >&5
15424 (eval "$ac_compile") 2>conftest.er1
15425 ac_status=$?
15426 grep -v '^ *+' conftest.er1 >conftest.err
15427 rm -f conftest.er1
15428 cat conftest.err >&5
15429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15430 (exit $ac_status); } && {
15431 test -z "$ac_c_werror_flag" ||
15432 test ! -s conftest.err
15433 } && test -s conftest.$ac_objext; then
15435 cat >>confdefs.h <<\_ACEOF
15436 #define HAVE_ALSA 1
15437 _ACEOF
15439 ALSALIBS="-lasound"
15440 else
15441 $as_echo "$as_me: failed program was:" >&5
15442 sed 's/^/| /' conftest.$ac_ext >&5
15447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15452 AUDIOIOLIBS=""
15454 if test "$ac_cv_header_libaudioio_h" = "yes"
15455 then
15456 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15457 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15458 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15459 $as_echo_n "(cached) " >&6
15460 else
15461 ac_check_lib_save_LIBS=$LIBS
15462 LIBS="-laudioio $LIBS"
15463 cat >conftest.$ac_ext <<_ACEOF
15464 /* confdefs.h. */
15465 _ACEOF
15466 cat confdefs.h >>conftest.$ac_ext
15467 cat >>conftest.$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15470 /* Override any GCC internal prototype to avoid an error.
15471 Use char because int might match the return type of a GCC
15472 builtin and then its argument prototype would still apply. */
15473 #ifdef __cplusplus
15474 extern "C"
15475 #endif
15476 char AudioIOGetVersion ();
15478 main ()
15480 return AudioIOGetVersion ();
15482 return 0;
15484 _ACEOF
15485 rm -f conftest.$ac_objext conftest$ac_exeext
15486 if { (ac_try="$ac_link"
15487 case "(($ac_try" in
15488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15489 *) ac_try_echo=$ac_try;;
15490 esac
15491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15492 $as_echo "$ac_try_echo") >&5
15493 (eval "$ac_link") 2>conftest.er1
15494 ac_status=$?
15495 grep -v '^ *+' conftest.er1 >conftest.err
15496 rm -f conftest.er1
15497 cat conftest.err >&5
15498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); } && {
15500 test -z "$ac_c_werror_flag" ||
15501 test ! -s conftest.err
15502 } && test -s conftest$ac_exeext && {
15503 test "$cross_compiling" = yes ||
15504 $as_test_x conftest$ac_exeext
15505 }; then
15506 ac_cv_lib_audioio_AudioIOGetVersion=yes
15507 else
15508 $as_echo "$as_me: failed program was:" >&5
15509 sed 's/^/| /' conftest.$ac_ext >&5
15511 ac_cv_lib_audioio_AudioIOGetVersion=no
15514 rm -rf conftest.dSYM
15515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15516 conftest$ac_exeext conftest.$ac_ext
15517 LIBS=$ac_check_lib_save_LIBS
15519 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15520 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15521 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15522 AUDIOIOLIBS="-laudioio"
15524 cat >>confdefs.h <<\_ACEOF
15525 #define HAVE_LIBAUDIOIO 1
15526 _ACEOF
15533 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15534 then
15535 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15536 $as_echo_n "checking for -lcapi20... " >&6; }
15537 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15538 $as_echo_n "(cached) " >&6
15539 else
15540 ac_check_soname_save_LIBS=$LIBS
15541 LIBS="-lcapi20 $LIBS"
15542 cat >conftest.$ac_ext <<_ACEOF
15543 /* confdefs.h. */
15544 _ACEOF
15545 cat confdefs.h >>conftest.$ac_ext
15546 cat >>conftest.$ac_ext <<_ACEOF
15547 /* end confdefs.h. */
15549 /* Override any GCC internal prototype to avoid an error.
15550 Use char because int might match the return type of a GCC
15551 builtin and then its argument prototype would still apply. */
15552 #ifdef __cplusplus
15553 extern "C"
15554 #endif
15555 char capi20_register ();
15557 main ()
15559 return capi20_register ();
15561 return 0;
15563 _ACEOF
15564 rm -f conftest.$ac_objext conftest$ac_exeext
15565 if { (ac_try="$ac_link"
15566 case "(($ac_try" in
15567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15568 *) ac_try_echo=$ac_try;;
15569 esac
15570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15571 $as_echo "$ac_try_echo") >&5
15572 (eval "$ac_link") 2>conftest.er1
15573 ac_status=$?
15574 grep -v '^ *+' conftest.er1 >conftest.err
15575 rm -f conftest.er1
15576 cat conftest.err >&5
15577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15578 (exit $ac_status); } && {
15579 test -z "$ac_c_werror_flag" ||
15580 test ! -s conftest.err
15581 } && test -s conftest$ac_exeext && {
15582 test "$cross_compiling" = yes ||
15583 $as_test_x conftest$ac_exeext
15584 }; then
15585 case "$LIBEXT" in
15586 dll) ;;
15587 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'` ;;
15588 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15589 esac
15590 else
15591 $as_echo "$as_me: failed program was:" >&5
15592 sed 's/^/| /' conftest.$ac_ext >&5
15597 rm -rf conftest.dSYM
15598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15599 conftest$ac_exeext conftest.$ac_ext
15600 LIBS=$ac_check_soname_save_LIBS
15602 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15603 { $as_echo "$as_me:$LINENO: result: not found" >&5
15604 $as_echo "not found" >&6; }
15606 else
15607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15608 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15610 cat >>confdefs.h <<_ACEOF
15611 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15612 _ACEOF
15618 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15619 case "x$with_capi" in
15620 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15621 xno) ;;
15622 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15623 This is an error since --with-capi was requested." >&5
15624 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15625 This is an error since --with-capi was requested." >&2;}
15626 { (exit 1); exit 1; }; } ;;
15627 esac
15631 CUPSINCL=""
15633 if test "x$with_cups" != "xno"
15634 then
15635 ac_save_CPPFLAGS="$CPPFLAGS"
15636 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15637 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15638 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15640 for ac_header in cups/cups.h
15642 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15644 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15645 $as_echo_n "checking for $ac_header... " >&6; }
15646 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15647 $as_echo_n "(cached) " >&6
15649 ac_res=`eval 'as_val=${'$as_ac_Header'}
15650 $as_echo "$as_val"'`
15651 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15652 $as_echo "$ac_res" >&6; }
15653 else
15654 # Is the header compilable?
15655 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15656 $as_echo_n "checking $ac_header usability... " >&6; }
15657 cat >conftest.$ac_ext <<_ACEOF
15658 /* confdefs.h. */
15659 _ACEOF
15660 cat confdefs.h >>conftest.$ac_ext
15661 cat >>conftest.$ac_ext <<_ACEOF
15662 /* end confdefs.h. */
15663 $ac_includes_default
15664 #include <$ac_header>
15665 _ACEOF
15666 rm -f conftest.$ac_objext
15667 if { (ac_try="$ac_compile"
15668 case "(($ac_try" in
15669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15670 *) ac_try_echo=$ac_try;;
15671 esac
15672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15673 $as_echo "$ac_try_echo") >&5
15674 (eval "$ac_compile") 2>conftest.er1
15675 ac_status=$?
15676 grep -v '^ *+' conftest.er1 >conftest.err
15677 rm -f conftest.er1
15678 cat conftest.err >&5
15679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680 (exit $ac_status); } && {
15681 test -z "$ac_c_werror_flag" ||
15682 test ! -s conftest.err
15683 } && test -s conftest.$ac_objext; then
15684 ac_header_compiler=yes
15685 else
15686 $as_echo "$as_me: failed program was:" >&5
15687 sed 's/^/| /' conftest.$ac_ext >&5
15689 ac_header_compiler=no
15692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15693 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15694 $as_echo "$ac_header_compiler" >&6; }
15696 # Is the header present?
15697 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15698 $as_echo_n "checking $ac_header presence... " >&6; }
15699 cat >conftest.$ac_ext <<_ACEOF
15700 /* confdefs.h. */
15701 _ACEOF
15702 cat confdefs.h >>conftest.$ac_ext
15703 cat >>conftest.$ac_ext <<_ACEOF
15704 /* end confdefs.h. */
15705 #include <$ac_header>
15706 _ACEOF
15707 if { (ac_try="$ac_cpp conftest.$ac_ext"
15708 case "(($ac_try" in
15709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15710 *) ac_try_echo=$ac_try;;
15711 esac
15712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15713 $as_echo "$ac_try_echo") >&5
15714 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15715 ac_status=$?
15716 grep -v '^ *+' conftest.er1 >conftest.err
15717 rm -f conftest.er1
15718 cat conftest.err >&5
15719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720 (exit $ac_status); } >/dev/null && {
15721 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15722 test ! -s conftest.err
15723 }; then
15724 ac_header_preproc=yes
15725 else
15726 $as_echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15729 ac_header_preproc=no
15732 rm -f conftest.err conftest.$ac_ext
15733 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15734 $as_echo "$ac_header_preproc" >&6; }
15736 # So? What about this header?
15737 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15738 yes:no: )
15739 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15740 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15741 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15742 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15743 ac_header_preproc=yes
15745 no:yes:* )
15746 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15747 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15748 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15749 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15750 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15751 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15752 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15753 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15754 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15755 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15756 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15757 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15758 ( cat <<\_ASBOX
15759 ## ------------------------------------ ##
15760 ## Report this to wine-devel@winehq.org ##
15761 ## ------------------------------------ ##
15762 _ASBOX
15763 ) | sed "s/^/$as_me: WARNING: /" >&2
15765 esac
15766 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15767 $as_echo_n "checking for $ac_header... " >&6; }
15768 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15769 $as_echo_n "(cached) " >&6
15770 else
15771 eval "$as_ac_Header=\$ac_header_preproc"
15773 ac_res=`eval 'as_val=${'$as_ac_Header'}
15774 $as_echo "$as_val"'`
15775 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15776 $as_echo "$ac_res" >&6; }
15779 as_val=`eval 'as_val=${'$as_ac_Header'}
15780 $as_echo "$as_val"'`
15781 if test "x$as_val" = x""yes; then
15782 cat >>confdefs.h <<_ACEOF
15783 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15784 _ACEOF
15785 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15786 $as_echo_n "checking for -lcups... " >&6; }
15787 if test "${ac_cv_lib_soname_cups+set}" = set; then
15788 $as_echo_n "(cached) " >&6
15789 else
15790 ac_check_soname_save_LIBS=$LIBS
15791 LIBS="-lcups $ac_cups_libs $LIBS"
15792 cat >conftest.$ac_ext <<_ACEOF
15793 /* confdefs.h. */
15794 _ACEOF
15795 cat confdefs.h >>conftest.$ac_ext
15796 cat >>conftest.$ac_ext <<_ACEOF
15797 /* end confdefs.h. */
15799 /* Override any GCC internal prototype to avoid an error.
15800 Use char because int might match the return type of a GCC
15801 builtin and then its argument prototype would still apply. */
15802 #ifdef __cplusplus
15803 extern "C"
15804 #endif
15805 char cupsGetDefault ();
15807 main ()
15809 return cupsGetDefault ();
15811 return 0;
15813 _ACEOF
15814 rm -f conftest.$ac_objext conftest$ac_exeext
15815 if { (ac_try="$ac_link"
15816 case "(($ac_try" in
15817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15818 *) ac_try_echo=$ac_try;;
15819 esac
15820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15821 $as_echo "$ac_try_echo") >&5
15822 (eval "$ac_link") 2>conftest.er1
15823 ac_status=$?
15824 grep -v '^ *+' conftest.er1 >conftest.err
15825 rm -f conftest.er1
15826 cat conftest.err >&5
15827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15828 (exit $ac_status); } && {
15829 test -z "$ac_c_werror_flag" ||
15830 test ! -s conftest.err
15831 } && test -s conftest$ac_exeext && {
15832 test "$cross_compiling" = yes ||
15833 $as_test_x conftest$ac_exeext
15834 }; then
15835 case "$LIBEXT" in
15836 dll) ;;
15837 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'` ;;
15838 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15839 esac
15840 else
15841 $as_echo "$as_me: failed program was:" >&5
15842 sed 's/^/| /' conftest.$ac_ext >&5
15847 rm -rf conftest.dSYM
15848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15849 conftest$ac_exeext conftest.$ac_ext
15850 LIBS=$ac_check_soname_save_LIBS
15852 if test "x$ac_cv_lib_soname_cups" = "x"; then
15853 { $as_echo "$as_me:$LINENO: result: not found" >&5
15854 $as_echo "not found" >&6; }
15856 else
15857 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15858 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15860 cat >>confdefs.h <<_ACEOF
15861 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15862 _ACEOF
15864 CUPSINCL="$ac_cups_cflags"
15869 done
15871 CPPFLAGS="$ac_save_CPPFLAGS"
15873 if test "x$ac_cv_lib_soname_cups" = "x"; then
15874 case "x$with_cups" in
15875 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15876 xno) ;;
15877 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15878 This is an error since --with-cups was requested." >&5
15879 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15880 This is an error since --with-cups was requested." >&2;}
15881 { (exit 1); exit 1; }; } ;;
15882 esac
15886 if test "$ac_cv_header_jack_jack_h" = "yes"
15887 then
15888 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15889 $as_echo_n "checking for -ljack... " >&6; }
15890 if test "${ac_cv_lib_soname_jack+set}" = set; then
15891 $as_echo_n "(cached) " >&6
15892 else
15893 ac_check_soname_save_LIBS=$LIBS
15894 LIBS="-ljack $LIBS"
15895 cat >conftest.$ac_ext <<_ACEOF
15896 /* confdefs.h. */
15897 _ACEOF
15898 cat confdefs.h >>conftest.$ac_ext
15899 cat >>conftest.$ac_ext <<_ACEOF
15900 /* end confdefs.h. */
15902 /* Override any GCC internal prototype to avoid an error.
15903 Use char because int might match the return type of a GCC
15904 builtin and then its argument prototype would still apply. */
15905 #ifdef __cplusplus
15906 extern "C"
15907 #endif
15908 char jack_client_new ();
15910 main ()
15912 return jack_client_new ();
15914 return 0;
15916 _ACEOF
15917 rm -f conftest.$ac_objext conftest$ac_exeext
15918 if { (ac_try="$ac_link"
15919 case "(($ac_try" in
15920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15921 *) ac_try_echo=$ac_try;;
15922 esac
15923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15924 $as_echo "$ac_try_echo") >&5
15925 (eval "$ac_link") 2>conftest.er1
15926 ac_status=$?
15927 grep -v '^ *+' conftest.er1 >conftest.err
15928 rm -f conftest.er1
15929 cat conftest.err >&5
15930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15931 (exit $ac_status); } && {
15932 test -z "$ac_c_werror_flag" ||
15933 test ! -s conftest.err
15934 } && test -s conftest$ac_exeext && {
15935 test "$cross_compiling" = yes ||
15936 $as_test_x conftest$ac_exeext
15937 }; then
15938 case "$LIBEXT" in
15939 dll) ;;
15940 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'` ;;
15941 *) 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'` ;;
15942 esac
15943 else
15944 $as_echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.$ac_ext >&5
15950 rm -rf conftest.dSYM
15951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15952 conftest$ac_exeext conftest.$ac_ext
15953 LIBS=$ac_check_soname_save_LIBS
15955 if test "x$ac_cv_lib_soname_jack" = "x"; then
15956 { $as_echo "$as_me:$LINENO: result: not found" >&5
15957 $as_echo "not found" >&6; }
15959 else
15960 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15961 $as_echo "$ac_cv_lib_soname_jack" >&6; }
15963 cat >>confdefs.h <<_ACEOF
15964 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15965 _ACEOF
15972 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15973 then
15974 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15975 $as_echo_n "checking for -lfontconfig... " >&6; }
15976 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15977 $as_echo_n "(cached) " >&6
15978 else
15979 ac_check_soname_save_LIBS=$LIBS
15980 LIBS="-lfontconfig $LIBS"
15981 cat >conftest.$ac_ext <<_ACEOF
15982 /* confdefs.h. */
15983 _ACEOF
15984 cat confdefs.h >>conftest.$ac_ext
15985 cat >>conftest.$ac_ext <<_ACEOF
15986 /* end confdefs.h. */
15988 /* Override any GCC internal prototype to avoid an error.
15989 Use char because int might match the return type of a GCC
15990 builtin and then its argument prototype would still apply. */
15991 #ifdef __cplusplus
15992 extern "C"
15993 #endif
15994 char FcInit ();
15996 main ()
15998 return FcInit ();
16000 return 0;
16002 _ACEOF
16003 rm -f conftest.$ac_objext conftest$ac_exeext
16004 if { (ac_try="$ac_link"
16005 case "(($ac_try" in
16006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16007 *) ac_try_echo=$ac_try;;
16008 esac
16009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16010 $as_echo "$ac_try_echo") >&5
16011 (eval "$ac_link") 2>conftest.er1
16012 ac_status=$?
16013 grep -v '^ *+' conftest.er1 >conftest.err
16014 rm -f conftest.er1
16015 cat conftest.err >&5
16016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } && {
16018 test -z "$ac_c_werror_flag" ||
16019 test ! -s conftest.err
16020 } && test -s conftest$ac_exeext && {
16021 test "$cross_compiling" = yes ||
16022 $as_test_x conftest$ac_exeext
16023 }; then
16024 case "$LIBEXT" in
16025 dll) ;;
16026 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'` ;;
16027 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16028 esac
16029 else
16030 $as_echo "$as_me: failed program was:" >&5
16031 sed 's/^/| /' conftest.$ac_ext >&5
16036 rm -rf conftest.dSYM
16037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16038 conftest$ac_exeext conftest.$ac_ext
16039 LIBS=$ac_check_soname_save_LIBS
16041 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16042 { $as_echo "$as_me:$LINENO: result: not found" >&5
16043 $as_echo "not found" >&6; }
16045 else
16046 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16047 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16049 cat >>confdefs.h <<_ACEOF
16050 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16051 _ACEOF
16056 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16057 then
16058 ac_save_CPPFLAGS="$CPPFLAGS"
16059 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16060 $as_unset ac_cv_header_fontconfig_fontconfig_h
16062 for ac_header in fontconfig/fontconfig.h
16064 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16065 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16066 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16067 $as_echo_n "checking for $ac_header... " >&6; }
16068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16069 $as_echo_n "(cached) " >&6
16071 ac_res=`eval 'as_val=${'$as_ac_Header'}
16072 $as_echo "$as_val"'`
16073 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16074 $as_echo "$ac_res" >&6; }
16075 else
16076 # Is the header compilable?
16077 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16078 $as_echo_n "checking $ac_header usability... " >&6; }
16079 cat >conftest.$ac_ext <<_ACEOF
16080 /* confdefs.h. */
16081 _ACEOF
16082 cat confdefs.h >>conftest.$ac_ext
16083 cat >>conftest.$ac_ext <<_ACEOF
16084 /* end confdefs.h. */
16085 $ac_includes_default
16086 #include <$ac_header>
16087 _ACEOF
16088 rm -f conftest.$ac_objext
16089 if { (ac_try="$ac_compile"
16090 case "(($ac_try" in
16091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16092 *) ac_try_echo=$ac_try;;
16093 esac
16094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16095 $as_echo "$ac_try_echo") >&5
16096 (eval "$ac_compile") 2>conftest.er1
16097 ac_status=$?
16098 grep -v '^ *+' conftest.er1 >conftest.err
16099 rm -f conftest.er1
16100 cat conftest.err >&5
16101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); } && {
16103 test -z "$ac_c_werror_flag" ||
16104 test ! -s conftest.err
16105 } && test -s conftest.$ac_objext; then
16106 ac_header_compiler=yes
16107 else
16108 $as_echo "$as_me: failed program was:" >&5
16109 sed 's/^/| /' conftest.$ac_ext >&5
16111 ac_header_compiler=no
16114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16115 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16116 $as_echo "$ac_header_compiler" >&6; }
16118 # Is the header present?
16119 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16120 $as_echo_n "checking $ac_header presence... " >&6; }
16121 cat >conftest.$ac_ext <<_ACEOF
16122 /* confdefs.h. */
16123 _ACEOF
16124 cat confdefs.h >>conftest.$ac_ext
16125 cat >>conftest.$ac_ext <<_ACEOF
16126 /* end confdefs.h. */
16127 #include <$ac_header>
16128 _ACEOF
16129 if { (ac_try="$ac_cpp conftest.$ac_ext"
16130 case "(($ac_try" in
16131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16132 *) ac_try_echo=$ac_try;;
16133 esac
16134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16135 $as_echo "$ac_try_echo") >&5
16136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16137 ac_status=$?
16138 grep -v '^ *+' conftest.er1 >conftest.err
16139 rm -f conftest.er1
16140 cat conftest.err >&5
16141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); } >/dev/null && {
16143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16144 test ! -s conftest.err
16145 }; then
16146 ac_header_preproc=yes
16147 else
16148 $as_echo "$as_me: failed program was:" >&5
16149 sed 's/^/| /' conftest.$ac_ext >&5
16151 ac_header_preproc=no
16154 rm -f conftest.err conftest.$ac_ext
16155 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16156 $as_echo "$ac_header_preproc" >&6; }
16158 # So? What about this header?
16159 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16160 yes:no: )
16161 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16162 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16163 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16164 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16165 ac_header_preproc=yes
16167 no:yes:* )
16168 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16169 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16170 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16171 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16172 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16173 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16174 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16175 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16176 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16177 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16178 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16179 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16180 ( cat <<\_ASBOX
16181 ## ------------------------------------ ##
16182 ## Report this to wine-devel@winehq.org ##
16183 ## ------------------------------------ ##
16184 _ASBOX
16185 ) | sed "s/^/$as_me: WARNING: /" >&2
16187 esac
16188 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16189 $as_echo_n "checking for $ac_header... " >&6; }
16190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16191 $as_echo_n "(cached) " >&6
16192 else
16193 eval "$as_ac_Header=\$ac_header_preproc"
16195 ac_res=`eval 'as_val=${'$as_ac_Header'}
16196 $as_echo "$as_val"'`
16197 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16198 $as_echo "$ac_res" >&6; }
16201 as_val=`eval 'as_val=${'$as_ac_Header'}
16202 $as_echo "$as_val"'`
16203 if test "x$as_val" = x""yes; then
16204 cat >>confdefs.h <<_ACEOF
16205 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16206 _ACEOF
16210 done
16212 CPPFLAGS="$ac_save_CPPFLAGS"
16213 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16214 then
16215 FONTCONFIGINCL="$X_CFLAGS"
16217 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16218 $as_echo_n "checking for -lfontconfig... " >&6; }
16219 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16220 $as_echo_n "(cached) " >&6
16221 else
16222 ac_check_soname_save_LIBS=$LIBS
16223 LIBS="-lfontconfig $X_LIBS $LIBS"
16224 cat >conftest.$ac_ext <<_ACEOF
16225 /* confdefs.h. */
16226 _ACEOF
16227 cat confdefs.h >>conftest.$ac_ext
16228 cat >>conftest.$ac_ext <<_ACEOF
16229 /* end confdefs.h. */
16231 /* Override any GCC internal prototype to avoid an error.
16232 Use char because int might match the return type of a GCC
16233 builtin and then its argument prototype would still apply. */
16234 #ifdef __cplusplus
16235 extern "C"
16236 #endif
16237 char FcInit ();
16239 main ()
16241 return FcInit ();
16243 return 0;
16245 _ACEOF
16246 rm -f conftest.$ac_objext conftest$ac_exeext
16247 if { (ac_try="$ac_link"
16248 case "(($ac_try" in
16249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16250 *) ac_try_echo=$ac_try;;
16251 esac
16252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16253 $as_echo "$ac_try_echo") >&5
16254 (eval "$ac_link") 2>conftest.er1
16255 ac_status=$?
16256 grep -v '^ *+' conftest.er1 >conftest.err
16257 rm -f conftest.er1
16258 cat conftest.err >&5
16259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16260 (exit $ac_status); } && {
16261 test -z "$ac_c_werror_flag" ||
16262 test ! -s conftest.err
16263 } && test -s conftest$ac_exeext && {
16264 test "$cross_compiling" = yes ||
16265 $as_test_x conftest$ac_exeext
16266 }; then
16267 case "$LIBEXT" in
16268 dll) ;;
16269 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'` ;;
16270 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16271 esac
16272 else
16273 $as_echo "$as_me: failed program was:" >&5
16274 sed 's/^/| /' conftest.$ac_ext >&5
16279 rm -rf conftest.dSYM
16280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16281 conftest$ac_exeext conftest.$ac_ext
16282 LIBS=$ac_check_soname_save_LIBS
16284 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16285 { $as_echo "$as_me:$LINENO: result: not found" >&5
16286 $as_echo "not found" >&6; }
16288 else
16289 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16290 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16292 cat >>confdefs.h <<_ACEOF
16293 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16294 _ACEOF
16301 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16302 case "x$with_fontconfig" in
16303 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16304 xno) ;;
16305 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16306 This is an error since --with-fontconfig was requested." >&5
16307 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16308 This is an error since --with-fontconfig was requested." >&2;}
16309 { (exit 1); exit 1; }; } ;;
16310 esac
16314 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16315 then
16316 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16317 $as_echo_n "checking for -lssl... " >&6; }
16318 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16319 $as_echo_n "(cached) " >&6
16320 else
16321 ac_check_soname_save_LIBS=$LIBS
16322 LIBS="-lssl $LIBS"
16323 cat >conftest.$ac_ext <<_ACEOF
16324 /* confdefs.h. */
16325 _ACEOF
16326 cat confdefs.h >>conftest.$ac_ext
16327 cat >>conftest.$ac_ext <<_ACEOF
16328 /* end confdefs.h. */
16330 /* Override any GCC internal prototype to avoid an error.
16331 Use char because int might match the return type of a GCC
16332 builtin and then its argument prototype would still apply. */
16333 #ifdef __cplusplus
16334 extern "C"
16335 #endif
16336 char SSL_library_init ();
16338 main ()
16340 return SSL_library_init ();
16342 return 0;
16344 _ACEOF
16345 rm -f conftest.$ac_objext conftest$ac_exeext
16346 if { (ac_try="$ac_link"
16347 case "(($ac_try" in
16348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16349 *) ac_try_echo=$ac_try;;
16350 esac
16351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16352 $as_echo "$ac_try_echo") >&5
16353 (eval "$ac_link") 2>conftest.er1
16354 ac_status=$?
16355 grep -v '^ *+' conftest.er1 >conftest.err
16356 rm -f conftest.er1
16357 cat conftest.err >&5
16358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); } && {
16360 test -z "$ac_c_werror_flag" ||
16361 test ! -s conftest.err
16362 } && test -s conftest$ac_exeext && {
16363 test "$cross_compiling" = yes ||
16364 $as_test_x conftest$ac_exeext
16365 }; then
16366 case "$LIBEXT" in
16367 dll) ;;
16368 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'` ;;
16369 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16370 esac
16371 else
16372 $as_echo "$as_me: failed program was:" >&5
16373 sed 's/^/| /' conftest.$ac_ext >&5
16378 rm -rf conftest.dSYM
16379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16380 conftest$ac_exeext conftest.$ac_ext
16381 LIBS=$ac_check_soname_save_LIBS
16383 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16384 { $as_echo "$as_me:$LINENO: result: not found" >&5
16385 $as_echo "not found" >&6; }
16387 else
16388 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16389 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16391 cat >>confdefs.h <<_ACEOF
16392 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16393 _ACEOF
16398 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16399 $as_echo_n "checking for -lcrypto... " >&6; }
16400 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16401 $as_echo_n "(cached) " >&6
16402 else
16403 ac_check_soname_save_LIBS=$LIBS
16404 LIBS="-lcrypto $LIBS"
16405 cat >conftest.$ac_ext <<_ACEOF
16406 /* confdefs.h. */
16407 _ACEOF
16408 cat confdefs.h >>conftest.$ac_ext
16409 cat >>conftest.$ac_ext <<_ACEOF
16410 /* end confdefs.h. */
16412 /* Override any GCC internal prototype to avoid an error.
16413 Use char because int might match the return type of a GCC
16414 builtin and then its argument prototype would still apply. */
16415 #ifdef __cplusplus
16416 extern "C"
16417 #endif
16418 char BIO_new_socket ();
16420 main ()
16422 return BIO_new_socket ();
16424 return 0;
16426 _ACEOF
16427 rm -f conftest.$ac_objext conftest$ac_exeext
16428 if { (ac_try="$ac_link"
16429 case "(($ac_try" in
16430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16431 *) ac_try_echo=$ac_try;;
16432 esac
16433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16434 $as_echo "$ac_try_echo") >&5
16435 (eval "$ac_link") 2>conftest.er1
16436 ac_status=$?
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
16440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } && {
16442 test -z "$ac_c_werror_flag" ||
16443 test ! -s conftest.err
16444 } && test -s conftest$ac_exeext && {
16445 test "$cross_compiling" = yes ||
16446 $as_test_x conftest$ac_exeext
16447 }; then
16448 case "$LIBEXT" in
16449 dll) ;;
16450 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'` ;;
16451 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16452 esac
16453 else
16454 $as_echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.$ac_ext >&5
16460 rm -rf conftest.dSYM
16461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16462 conftest$ac_exeext conftest.$ac_ext
16463 LIBS=$ac_check_soname_save_LIBS
16465 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16466 { $as_echo "$as_me:$LINENO: result: not found" >&5
16467 $as_echo "not found" >&6; }
16469 else
16470 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16471 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16473 cat >>confdefs.h <<_ACEOF
16474 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16475 _ACEOF
16481 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16482 case "x$with_openssl" in
16483 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16484 xno) ;;
16485 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16486 This is an error since --with-openssl was requested." >&5
16487 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16488 This is an error since --with-openssl was requested." >&2;}
16489 { (exit 1); exit 1; }; } ;;
16490 esac
16494 if test "$ac_cv_header_jpeglib_h" = "yes"
16495 then
16496 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16497 $as_echo_n "checking for -ljpeg... " >&6; }
16498 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16499 $as_echo_n "(cached) " >&6
16500 else
16501 ac_check_soname_save_LIBS=$LIBS
16502 LIBS="-ljpeg $LIBS"
16503 cat >conftest.$ac_ext <<_ACEOF
16504 /* confdefs.h. */
16505 _ACEOF
16506 cat confdefs.h >>conftest.$ac_ext
16507 cat >>conftest.$ac_ext <<_ACEOF
16508 /* end confdefs.h. */
16510 /* Override any GCC internal prototype to avoid an error.
16511 Use char because int might match the return type of a GCC
16512 builtin and then its argument prototype would still apply. */
16513 #ifdef __cplusplus
16514 extern "C"
16515 #endif
16516 char jpeg_start_decompress ();
16518 main ()
16520 return jpeg_start_decompress ();
16522 return 0;
16524 _ACEOF
16525 rm -f conftest.$ac_objext conftest$ac_exeext
16526 if { (ac_try="$ac_link"
16527 case "(($ac_try" in
16528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16529 *) ac_try_echo=$ac_try;;
16530 esac
16531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16532 $as_echo "$ac_try_echo") >&5
16533 (eval "$ac_link") 2>conftest.er1
16534 ac_status=$?
16535 grep -v '^ *+' conftest.er1 >conftest.err
16536 rm -f conftest.er1
16537 cat conftest.err >&5
16538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16539 (exit $ac_status); } && {
16540 test -z "$ac_c_werror_flag" ||
16541 test ! -s conftest.err
16542 } && test -s conftest$ac_exeext && {
16543 test "$cross_compiling" = yes ||
16544 $as_test_x conftest$ac_exeext
16545 }; then
16546 case "$LIBEXT" in
16547 dll) ;;
16548 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'` ;;
16549 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16550 esac
16551 else
16552 $as_echo "$as_me: failed program was:" >&5
16553 sed 's/^/| /' conftest.$ac_ext >&5
16558 rm -rf conftest.dSYM
16559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16560 conftest$ac_exeext conftest.$ac_ext
16561 LIBS=$ac_check_soname_save_LIBS
16563 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16564 { $as_echo "$as_me:$LINENO: result: not found" >&5
16565 $as_echo "not found" >&6; }
16567 else
16568 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16569 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16571 cat >>confdefs.h <<_ACEOF
16572 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16573 _ACEOF
16579 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16580 case "x$with_jpeg" in
16581 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16582 xno) ;;
16583 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16584 This is an error since --with-jpeg was requested." >&5
16585 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16586 This is an error since --with-jpeg was requested." >&2;}
16587 { (exit 1); exit 1; }; } ;;
16588 esac
16592 if test "$ac_cv_header_png_h" = "yes"
16593 then
16594 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16595 $as_echo_n "checking for -lpng... " >&6; }
16596 if test "${ac_cv_lib_soname_png+set}" = set; then
16597 $as_echo_n "(cached) " >&6
16598 else
16599 ac_check_soname_save_LIBS=$LIBS
16600 LIBS="-lpng -lm -lz $LIBS"
16601 cat >conftest.$ac_ext <<_ACEOF
16602 /* confdefs.h. */
16603 _ACEOF
16604 cat confdefs.h >>conftest.$ac_ext
16605 cat >>conftest.$ac_ext <<_ACEOF
16606 /* end confdefs.h. */
16608 /* Override any GCC internal prototype to avoid an error.
16609 Use char because int might match the return type of a GCC
16610 builtin and then its argument prototype would still apply. */
16611 #ifdef __cplusplus
16612 extern "C"
16613 #endif
16614 char png_create_read_struct ();
16616 main ()
16618 return png_create_read_struct ();
16620 return 0;
16622 _ACEOF
16623 rm -f conftest.$ac_objext conftest$ac_exeext
16624 if { (ac_try="$ac_link"
16625 case "(($ac_try" in
16626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16627 *) ac_try_echo=$ac_try;;
16628 esac
16629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16630 $as_echo "$ac_try_echo") >&5
16631 (eval "$ac_link") 2>conftest.er1
16632 ac_status=$?
16633 grep -v '^ *+' conftest.er1 >conftest.err
16634 rm -f conftest.er1
16635 cat conftest.err >&5
16636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16637 (exit $ac_status); } && {
16638 test -z "$ac_c_werror_flag" ||
16639 test ! -s conftest.err
16640 } && test -s conftest$ac_exeext && {
16641 test "$cross_compiling" = yes ||
16642 $as_test_x conftest$ac_exeext
16643 }; then
16644 case "$LIBEXT" in
16645 dll) ;;
16646 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'` ;;
16647 *) 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'` ;;
16648 esac
16649 else
16650 $as_echo "$as_me: failed program was:" >&5
16651 sed 's/^/| /' conftest.$ac_ext >&5
16656 rm -rf conftest.dSYM
16657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16658 conftest$ac_exeext conftest.$ac_ext
16659 LIBS=$ac_check_soname_save_LIBS
16661 if test "x$ac_cv_lib_soname_png" = "x"; then
16662 { $as_echo "$as_me:$LINENO: result: not found" >&5
16663 $as_echo "not found" >&6; }
16665 else
16666 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16667 $as_echo "$ac_cv_lib_soname_png" >&6; }
16669 cat >>confdefs.h <<_ACEOF
16670 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16671 _ACEOF
16676 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16677 then
16678 ac_save_CPPFLAGS="$CPPFLAGS"
16679 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16680 $as_unset ac_cv_header_png_h
16682 for ac_header in png.h
16684 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16685 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16686 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16687 $as_echo_n "checking for $ac_header... " >&6; }
16688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16689 $as_echo_n "(cached) " >&6
16691 ac_res=`eval 'as_val=${'$as_ac_Header'}
16692 $as_echo "$as_val"'`
16693 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16694 $as_echo "$ac_res" >&6; }
16695 else
16696 # Is the header compilable?
16697 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16698 $as_echo_n "checking $ac_header usability... " >&6; }
16699 cat >conftest.$ac_ext <<_ACEOF
16700 /* confdefs.h. */
16701 _ACEOF
16702 cat confdefs.h >>conftest.$ac_ext
16703 cat >>conftest.$ac_ext <<_ACEOF
16704 /* end confdefs.h. */
16705 $ac_includes_default
16706 #include <$ac_header>
16707 _ACEOF
16708 rm -f conftest.$ac_objext
16709 if { (ac_try="$ac_compile"
16710 case "(($ac_try" in
16711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16712 *) ac_try_echo=$ac_try;;
16713 esac
16714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16715 $as_echo "$ac_try_echo") >&5
16716 (eval "$ac_compile") 2>conftest.er1
16717 ac_status=$?
16718 grep -v '^ *+' conftest.er1 >conftest.err
16719 rm -f conftest.er1
16720 cat conftest.err >&5
16721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722 (exit $ac_status); } && {
16723 test -z "$ac_c_werror_flag" ||
16724 test ! -s conftest.err
16725 } && test -s conftest.$ac_objext; then
16726 ac_header_compiler=yes
16727 else
16728 $as_echo "$as_me: failed program was:" >&5
16729 sed 's/^/| /' conftest.$ac_ext >&5
16731 ac_header_compiler=no
16734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16735 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16736 $as_echo "$ac_header_compiler" >&6; }
16738 # Is the header present?
16739 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16740 $as_echo_n "checking $ac_header presence... " >&6; }
16741 cat >conftest.$ac_ext <<_ACEOF
16742 /* confdefs.h. */
16743 _ACEOF
16744 cat confdefs.h >>conftest.$ac_ext
16745 cat >>conftest.$ac_ext <<_ACEOF
16746 /* end confdefs.h. */
16747 #include <$ac_header>
16748 _ACEOF
16749 if { (ac_try="$ac_cpp conftest.$ac_ext"
16750 case "(($ac_try" in
16751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16752 *) ac_try_echo=$ac_try;;
16753 esac
16754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16755 $as_echo "$ac_try_echo") >&5
16756 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16757 ac_status=$?
16758 grep -v '^ *+' conftest.er1 >conftest.err
16759 rm -f conftest.er1
16760 cat conftest.err >&5
16761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16762 (exit $ac_status); } >/dev/null && {
16763 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16764 test ! -s conftest.err
16765 }; then
16766 ac_header_preproc=yes
16767 else
16768 $as_echo "$as_me: failed program was:" >&5
16769 sed 's/^/| /' conftest.$ac_ext >&5
16771 ac_header_preproc=no
16774 rm -f conftest.err conftest.$ac_ext
16775 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16776 $as_echo "$ac_header_preproc" >&6; }
16778 # So? What about this header?
16779 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16780 yes:no: )
16781 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16782 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16783 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16784 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16785 ac_header_preproc=yes
16787 no:yes:* )
16788 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16789 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16790 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16791 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16792 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16793 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16794 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16795 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16796 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16797 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16798 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16799 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16800 ( cat <<\_ASBOX
16801 ## ------------------------------------ ##
16802 ## Report this to wine-devel@winehq.org ##
16803 ## ------------------------------------ ##
16804 _ASBOX
16805 ) | sed "s/^/$as_me: WARNING: /" >&2
16807 esac
16808 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16809 $as_echo_n "checking for $ac_header... " >&6; }
16810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16811 $as_echo_n "(cached) " >&6
16812 else
16813 eval "$as_ac_Header=\$ac_header_preproc"
16815 ac_res=`eval 'as_val=${'$as_ac_Header'}
16816 $as_echo "$as_val"'`
16817 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16818 $as_echo "$ac_res" >&6; }
16821 as_val=`eval 'as_val=${'$as_ac_Header'}
16822 $as_echo "$as_val"'`
16823 if test "x$as_val" = x""yes; then
16824 cat >>confdefs.h <<_ACEOF
16825 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16826 _ACEOF
16830 done
16832 CPPFLAGS="$ac_save_CPPFLAGS"
16833 if test "$ac_cv_header_png_h" = "yes"
16834 then
16835 PNGINCL="$X_CFLAGS"
16837 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16838 $as_echo_n "checking for -lpng... " >&6; }
16839 if test "${ac_cv_lib_soname_png+set}" = set; then
16840 $as_echo_n "(cached) " >&6
16841 else
16842 ac_check_soname_save_LIBS=$LIBS
16843 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16844 cat >conftest.$ac_ext <<_ACEOF
16845 /* confdefs.h. */
16846 _ACEOF
16847 cat confdefs.h >>conftest.$ac_ext
16848 cat >>conftest.$ac_ext <<_ACEOF
16849 /* end confdefs.h. */
16851 /* Override any GCC internal prototype to avoid an error.
16852 Use char because int might match the return type of a GCC
16853 builtin and then its argument prototype would still apply. */
16854 #ifdef __cplusplus
16855 extern "C"
16856 #endif
16857 char png_create_read_struct ();
16859 main ()
16861 return png_create_read_struct ();
16863 return 0;
16865 _ACEOF
16866 rm -f conftest.$ac_objext conftest$ac_exeext
16867 if { (ac_try="$ac_link"
16868 case "(($ac_try" in
16869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16870 *) ac_try_echo=$ac_try;;
16871 esac
16872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16873 $as_echo "$ac_try_echo") >&5
16874 (eval "$ac_link") 2>conftest.er1
16875 ac_status=$?
16876 grep -v '^ *+' conftest.er1 >conftest.err
16877 rm -f conftest.er1
16878 cat conftest.err >&5
16879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16880 (exit $ac_status); } && {
16881 test -z "$ac_c_werror_flag" ||
16882 test ! -s conftest.err
16883 } && test -s conftest$ac_exeext && {
16884 test "$cross_compiling" = yes ||
16885 $as_test_x conftest$ac_exeext
16886 }; then
16887 case "$LIBEXT" in
16888 dll) ;;
16889 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'` ;;
16890 *) 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'` ;;
16891 esac
16892 else
16893 $as_echo "$as_me: failed program was:" >&5
16894 sed 's/^/| /' conftest.$ac_ext >&5
16899 rm -rf conftest.dSYM
16900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16901 conftest$ac_exeext conftest.$ac_ext
16902 LIBS=$ac_check_soname_save_LIBS
16904 if test "x$ac_cv_lib_soname_png" = "x"; then
16905 { $as_echo "$as_me:$LINENO: result: not found" >&5
16906 $as_echo "not found" >&6; }
16908 else
16909 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16910 $as_echo "$ac_cv_lib_soname_png" >&6; }
16912 cat >>confdefs.h <<_ACEOF
16913 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16914 _ACEOF
16921 if test "x$ac_cv_lib_soname_png" = "x"; then
16922 case "x$with_png" in
16923 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16924 xno) ;;
16925 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16926 This is an error since --with-png was requested." >&5
16927 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16928 This is an error since --with-png was requested." >&2;}
16929 { (exit 1); exit 1; }; } ;;
16930 esac
16934 if test "$ac_cv_header_kstat_h" = "yes"
16935 then
16936 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16937 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16938 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16939 $as_echo_n "(cached) " >&6
16940 else
16941 ac_check_lib_save_LIBS=$LIBS
16942 LIBS="-lkstat $LIBS"
16943 cat >conftest.$ac_ext <<_ACEOF
16944 /* confdefs.h. */
16945 _ACEOF
16946 cat confdefs.h >>conftest.$ac_ext
16947 cat >>conftest.$ac_ext <<_ACEOF
16948 /* end confdefs.h. */
16950 /* Override any GCC internal prototype to avoid an error.
16951 Use char because int might match the return type of a GCC
16952 builtin and then its argument prototype would still apply. */
16953 #ifdef __cplusplus
16954 extern "C"
16955 #endif
16956 char kstat_open ();
16958 main ()
16960 return kstat_open ();
16962 return 0;
16964 _ACEOF
16965 rm -f conftest.$ac_objext conftest$ac_exeext
16966 if { (ac_try="$ac_link"
16967 case "(($ac_try" in
16968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16969 *) ac_try_echo=$ac_try;;
16970 esac
16971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16972 $as_echo "$ac_try_echo") >&5
16973 (eval "$ac_link") 2>conftest.er1
16974 ac_status=$?
16975 grep -v '^ *+' conftest.er1 >conftest.err
16976 rm -f conftest.er1
16977 cat conftest.err >&5
16978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16979 (exit $ac_status); } && {
16980 test -z "$ac_c_werror_flag" ||
16981 test ! -s conftest.err
16982 } && test -s conftest$ac_exeext && {
16983 test "$cross_compiling" = yes ||
16984 $as_test_x conftest$ac_exeext
16985 }; then
16986 ac_cv_lib_kstat_kstat_open=yes
16987 else
16988 $as_echo "$as_me: failed program was:" >&5
16989 sed 's/^/| /' conftest.$ac_ext >&5
16991 ac_cv_lib_kstat_kstat_open=no
16994 rm -rf conftest.dSYM
16995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16996 conftest$ac_exeext conftest.$ac_ext
16997 LIBS=$ac_check_lib_save_LIBS
16999 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17000 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17001 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17003 cat >>confdefs.h <<\_ACEOF
17004 #define HAVE_LIBKSTAT 1
17005 _ACEOF
17007 LIBKSTAT="-lkstat"
17013 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17014 $as_echo_n "checking for -lodbc... " >&6; }
17015 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17016 $as_echo_n "(cached) " >&6
17017 else
17018 ac_check_soname_save_LIBS=$LIBS
17019 LIBS="-lodbc $LIBS"
17020 cat >conftest.$ac_ext <<_ACEOF
17021 /* confdefs.h. */
17022 _ACEOF
17023 cat confdefs.h >>conftest.$ac_ext
17024 cat >>conftest.$ac_ext <<_ACEOF
17025 /* end confdefs.h. */
17027 /* Override any GCC internal prototype to avoid an error.
17028 Use char because int might match the return type of a GCC
17029 builtin and then its argument prototype would still apply. */
17030 #ifdef __cplusplus
17031 extern "C"
17032 #endif
17033 char SQLConnect ();
17035 main ()
17037 return SQLConnect ();
17039 return 0;
17041 _ACEOF
17042 rm -f conftest.$ac_objext conftest$ac_exeext
17043 if { (ac_try="$ac_link"
17044 case "(($ac_try" in
17045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17046 *) ac_try_echo=$ac_try;;
17047 esac
17048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17049 $as_echo "$ac_try_echo") >&5
17050 (eval "$ac_link") 2>conftest.er1
17051 ac_status=$?
17052 grep -v '^ *+' conftest.er1 >conftest.err
17053 rm -f conftest.er1
17054 cat conftest.err >&5
17055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17056 (exit $ac_status); } && {
17057 test -z "$ac_c_werror_flag" ||
17058 test ! -s conftest.err
17059 } && test -s conftest$ac_exeext && {
17060 test "$cross_compiling" = yes ||
17061 $as_test_x conftest$ac_exeext
17062 }; then
17063 case "$LIBEXT" in
17064 dll) ;;
17065 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'` ;;
17066 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17067 esac
17068 else
17069 $as_echo "$as_me: failed program was:" >&5
17070 sed 's/^/| /' conftest.$ac_ext >&5
17075 rm -rf conftest.dSYM
17076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17077 conftest$ac_exeext conftest.$ac_ext
17078 LIBS=$ac_check_soname_save_LIBS
17080 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17081 { $as_echo "$as_me:$LINENO: result: not found" >&5
17082 $as_echo "not found" >&6; }
17083 cat >>confdefs.h <<_ACEOF
17084 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17085 _ACEOF
17087 else
17088 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17089 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17091 cat >>confdefs.h <<_ACEOF
17092 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17093 _ACEOF
17099 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17100 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17101 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17102 "$ac_cv_header_soundcard_h" != "yes" -a \
17103 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17104 then
17105 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17109 EXTRACFLAGS=""
17111 if test "x${GCC}" = "xyes"
17112 then
17113 EXTRACFLAGS="-Wall -pipe"
17115 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17116 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17117 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17118 $as_echo_n "(cached) " >&6
17119 else
17120 if test "$cross_compiling" = yes; then
17121 ac_cv_c_gcc_strength_bug="yes"
17122 else
17123 cat >conftest.$ac_ext <<_ACEOF
17124 /* confdefs.h. */
17125 _ACEOF
17126 cat confdefs.h >>conftest.$ac_ext
17127 cat >>conftest.$ac_ext <<_ACEOF
17128 /* end confdefs.h. */
17129 int L[4] = {0,1,2,3};
17131 main ()
17133 static int Array[3];
17134 unsigned int B = 3;
17135 int i;
17136 for(i=0; i<B; i++) Array[i] = i - 3;
17137 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17138 L[i] = 4;
17139 return (Array[1] != -2 || L[2] != 3)
17141 return 0;
17143 _ACEOF
17144 rm -f conftest$ac_exeext
17145 if { (ac_try="$ac_link"
17146 case "(($ac_try" in
17147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17148 *) ac_try_echo=$ac_try;;
17149 esac
17150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17151 $as_echo "$ac_try_echo") >&5
17152 (eval "$ac_link") 2>&5
17153 ac_status=$?
17154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17155 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17156 { (case "(($ac_try" in
17157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17158 *) ac_try_echo=$ac_try;;
17159 esac
17160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17161 $as_echo "$ac_try_echo") >&5
17162 (eval "$ac_try") 2>&5
17163 ac_status=$?
17164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17165 (exit $ac_status); }; }; then
17166 ac_cv_c_gcc_strength_bug="no"
17167 else
17168 $as_echo "$as_me: program exited with status $ac_status" >&5
17169 $as_echo "$as_me: failed program was:" >&5
17170 sed 's/^/| /' conftest.$ac_ext >&5
17172 ( exit $ac_status )
17173 ac_cv_c_gcc_strength_bug="yes"
17175 rm -rf conftest.dSYM
17176 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17181 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17182 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17183 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17184 then
17185 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17188 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17189 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17190 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17191 $as_echo_n "(cached) " >&6
17192 else
17193 ac_wine_try_cflags_saved=$CFLAGS
17194 CFLAGS="$CFLAGS -fno-builtin"
17195 cat >conftest.$ac_ext <<_ACEOF
17196 /* confdefs.h. */
17197 _ACEOF
17198 cat confdefs.h >>conftest.$ac_ext
17199 cat >>conftest.$ac_ext <<_ACEOF
17200 /* end confdefs.h. */
17203 main ()
17207 return 0;
17209 _ACEOF
17210 rm -f conftest.$ac_objext conftest$ac_exeext
17211 if { (ac_try="$ac_link"
17212 case "(($ac_try" in
17213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17214 *) ac_try_echo=$ac_try;;
17215 esac
17216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17217 $as_echo "$ac_try_echo") >&5
17218 (eval "$ac_link") 2>conftest.er1
17219 ac_status=$?
17220 grep -v '^ *+' conftest.er1 >conftest.err
17221 rm -f conftest.er1
17222 cat conftest.err >&5
17223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17224 (exit $ac_status); } && {
17225 test -z "$ac_c_werror_flag" ||
17226 test ! -s conftest.err
17227 } && test -s conftest$ac_exeext && {
17228 test "$cross_compiling" = yes ||
17229 $as_test_x conftest$ac_exeext
17230 }; then
17231 ac_cv_cflags__fno_builtin=yes
17232 else
17233 $as_echo "$as_me: failed program was:" >&5
17234 sed 's/^/| /' conftest.$ac_ext >&5
17236 ac_cv_cflags__fno_builtin=no
17239 rm -rf conftest.dSYM
17240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17241 conftest$ac_exeext conftest.$ac_ext
17242 CFLAGS=$ac_wine_try_cflags_saved
17244 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17245 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17246 if test $ac_cv_cflags__fno_builtin = yes; then
17247 BUILTINFLAG="-fno-builtin"
17251 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17252 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17253 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17254 $as_echo_n "(cached) " >&6
17255 else
17256 ac_wine_try_cflags_saved=$CFLAGS
17257 CFLAGS="$CFLAGS -fno-strict-aliasing"
17258 cat >conftest.$ac_ext <<_ACEOF
17259 /* confdefs.h. */
17260 _ACEOF
17261 cat confdefs.h >>conftest.$ac_ext
17262 cat >>conftest.$ac_ext <<_ACEOF
17263 /* end confdefs.h. */
17266 main ()
17270 return 0;
17272 _ACEOF
17273 rm -f conftest.$ac_objext conftest$ac_exeext
17274 if { (ac_try="$ac_link"
17275 case "(($ac_try" in
17276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17277 *) ac_try_echo=$ac_try;;
17278 esac
17279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17280 $as_echo "$ac_try_echo") >&5
17281 (eval "$ac_link") 2>conftest.er1
17282 ac_status=$?
17283 grep -v '^ *+' conftest.er1 >conftest.err
17284 rm -f conftest.er1
17285 cat conftest.err >&5
17286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17287 (exit $ac_status); } && {
17288 test -z "$ac_c_werror_flag" ||
17289 test ! -s conftest.err
17290 } && test -s conftest$ac_exeext && {
17291 test "$cross_compiling" = yes ||
17292 $as_test_x conftest$ac_exeext
17293 }; then
17294 ac_cv_cflags__fno_strict_aliasing=yes
17295 else
17296 $as_echo "$as_me: failed program was:" >&5
17297 sed 's/^/| /' conftest.$ac_ext >&5
17299 ac_cv_cflags__fno_strict_aliasing=no
17302 rm -rf conftest.dSYM
17303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17304 conftest$ac_exeext conftest.$ac_ext
17305 CFLAGS=$ac_wine_try_cflags_saved
17307 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17308 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17309 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17310 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17313 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17314 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17315 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17316 $as_echo_n "(cached) " >&6
17317 else
17318 ac_wine_try_cflags_saved=$CFLAGS
17319 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17320 cat >conftest.$ac_ext <<_ACEOF
17321 /* confdefs.h. */
17322 _ACEOF
17323 cat confdefs.h >>conftest.$ac_ext
17324 cat >>conftest.$ac_ext <<_ACEOF
17325 /* end confdefs.h. */
17328 main ()
17332 return 0;
17334 _ACEOF
17335 rm -f conftest.$ac_objext conftest$ac_exeext
17336 if { (ac_try="$ac_link"
17337 case "(($ac_try" in
17338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17339 *) ac_try_echo=$ac_try;;
17340 esac
17341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17342 $as_echo "$ac_try_echo") >&5
17343 (eval "$ac_link") 2>conftest.er1
17344 ac_status=$?
17345 grep -v '^ *+' conftest.er1 >conftest.err
17346 rm -f conftest.er1
17347 cat conftest.err >&5
17348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17349 (exit $ac_status); } && {
17350 test -z "$ac_c_werror_flag" ||
17351 test ! -s conftest.err
17352 } && test -s conftest$ac_exeext && {
17353 test "$cross_compiling" = yes ||
17354 $as_test_x conftest$ac_exeext
17355 }; then
17356 ac_cv_cflags__Wdeclaration_after_statement=yes
17357 else
17358 $as_echo "$as_me: failed program was:" >&5
17359 sed 's/^/| /' conftest.$ac_ext >&5
17361 ac_cv_cflags__Wdeclaration_after_statement=no
17364 rm -rf conftest.dSYM
17365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17366 conftest$ac_exeext conftest.$ac_ext
17367 CFLAGS=$ac_wine_try_cflags_saved
17369 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17370 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17371 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17372 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17375 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17376 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17377 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17378 $as_echo_n "(cached) " >&6
17379 else
17380 ac_wine_try_cflags_saved=$CFLAGS
17381 CFLAGS="$CFLAGS -Wwrite-strings"
17382 cat >conftest.$ac_ext <<_ACEOF
17383 /* confdefs.h. */
17384 _ACEOF
17385 cat confdefs.h >>conftest.$ac_ext
17386 cat >>conftest.$ac_ext <<_ACEOF
17387 /* end confdefs.h. */
17390 main ()
17394 return 0;
17396 _ACEOF
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17404 $as_echo "$ac_try_echo") >&5
17405 (eval "$ac_link") 2>conftest.er1
17406 ac_status=$?
17407 grep -v '^ *+' conftest.er1 >conftest.err
17408 rm -f conftest.er1
17409 cat conftest.err >&5
17410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17411 (exit $ac_status); } && {
17412 test -z "$ac_c_werror_flag" ||
17413 test ! -s conftest.err
17414 } && test -s conftest$ac_exeext && {
17415 test "$cross_compiling" = yes ||
17416 $as_test_x conftest$ac_exeext
17417 }; then
17418 ac_cv_cflags__Wwrite_strings=yes
17419 else
17420 $as_echo "$as_me: failed program was:" >&5
17421 sed 's/^/| /' conftest.$ac_ext >&5
17423 ac_cv_cflags__Wwrite_strings=no
17426 rm -rf conftest.dSYM
17427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17428 conftest$ac_exeext conftest.$ac_ext
17429 CFLAGS=$ac_wine_try_cflags_saved
17431 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17432 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17433 if test $ac_cv_cflags__Wwrite_strings = yes; then
17434 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17437 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17438 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17439 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17440 $as_echo_n "(cached) " >&6
17441 else
17442 ac_wine_try_cflags_saved=$CFLAGS
17443 CFLAGS="$CFLAGS -Wtype-limits"
17444 cat >conftest.$ac_ext <<_ACEOF
17445 /* confdefs.h. */
17446 _ACEOF
17447 cat confdefs.h >>conftest.$ac_ext
17448 cat >>conftest.$ac_ext <<_ACEOF
17449 /* end confdefs.h. */
17452 main ()
17456 return 0;
17458 _ACEOF
17459 rm -f conftest.$ac_objext conftest$ac_exeext
17460 if { (ac_try="$ac_link"
17461 case "(($ac_try" in
17462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17463 *) ac_try_echo=$ac_try;;
17464 esac
17465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17466 $as_echo "$ac_try_echo") >&5
17467 (eval "$ac_link") 2>conftest.er1
17468 ac_status=$?
17469 grep -v '^ *+' conftest.er1 >conftest.err
17470 rm -f conftest.er1
17471 cat conftest.err >&5
17472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); } && {
17474 test -z "$ac_c_werror_flag" ||
17475 test ! -s conftest.err
17476 } && test -s conftest$ac_exeext && {
17477 test "$cross_compiling" = yes ||
17478 $as_test_x conftest$ac_exeext
17479 }; then
17480 ac_cv_cflags__Wtype_limits=yes
17481 else
17482 $as_echo "$as_me: failed program was:" >&5
17483 sed 's/^/| /' conftest.$ac_ext >&5
17485 ac_cv_cflags__Wtype_limits=no
17488 rm -rf conftest.dSYM
17489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17490 conftest$ac_exeext conftest.$ac_ext
17491 CFLAGS=$ac_wine_try_cflags_saved
17493 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17494 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17495 if test $ac_cv_cflags__Wtype_limits = yes; then
17496 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17500 saved_CFLAGS="$CFLAGS"
17501 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17502 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17503 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17504 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17505 $as_echo_n "(cached) " >&6
17506 else
17507 cat >conftest.$ac_ext <<_ACEOF
17508 /* confdefs.h. */
17509 _ACEOF
17510 cat confdefs.h >>conftest.$ac_ext
17511 cat >>conftest.$ac_ext <<_ACEOF
17512 /* end confdefs.h. */
17513 #include <string.h>
17515 main ()
17519 return 0;
17521 _ACEOF
17522 rm -f conftest.$ac_objext
17523 if { (ac_try="$ac_compile"
17524 case "(($ac_try" in
17525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17526 *) ac_try_echo=$ac_try;;
17527 esac
17528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17529 $as_echo "$ac_try_echo") >&5
17530 (eval "$ac_compile") 2>conftest.er1
17531 ac_status=$?
17532 grep -v '^ *+' conftest.er1 >conftest.err
17533 rm -f conftest.er1
17534 cat conftest.err >&5
17535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17536 (exit $ac_status); } && {
17537 test -z "$ac_c_werror_flag" ||
17538 test ! -s conftest.err
17539 } && test -s conftest.$ac_objext; then
17540 ac_cv_c_string_h_warnings=no
17541 else
17542 $as_echo "$as_me: failed program was:" >&5
17543 sed 's/^/| /' conftest.$ac_ext >&5
17545 ac_cv_c_string_h_warnings=yes
17548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17550 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17551 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17552 CFLAGS="$saved_CFLAGS"
17553 if test "$ac_cv_c_string_h_warnings" = "no"
17554 then
17555 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17560 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17561 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17562 if test "${ac_cv_asm_func_def+set}" = set; then
17563 $as_echo_n "(cached) " >&6
17564 else
17565 cat >conftest.$ac_ext <<_ACEOF
17566 /* confdefs.h. */
17567 _ACEOF
17568 cat confdefs.h >>conftest.$ac_ext
17569 cat >>conftest.$ac_ext <<_ACEOF
17570 /* end confdefs.h. */
17573 main ()
17575 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17577 return 0;
17579 _ACEOF
17580 rm -f conftest.$ac_objext conftest$ac_exeext
17581 if { (ac_try="$ac_link"
17582 case "(($ac_try" in
17583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17584 *) ac_try_echo=$ac_try;;
17585 esac
17586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17587 $as_echo "$ac_try_echo") >&5
17588 (eval "$ac_link") 2>conftest.er1
17589 ac_status=$?
17590 grep -v '^ *+' conftest.er1 >conftest.err
17591 rm -f conftest.er1
17592 cat conftest.err >&5
17593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17594 (exit $ac_status); } && {
17595 test -z "$ac_c_werror_flag" ||
17596 test ! -s conftest.err
17597 } && test -s conftest$ac_exeext && {
17598 test "$cross_compiling" = yes ||
17599 $as_test_x conftest$ac_exeext
17600 }; then
17601 ac_cv_asm_func_def=".def"
17602 else
17603 $as_echo "$as_me: failed program was:" >&5
17604 sed 's/^/| /' conftest.$ac_ext >&5
17606 cat >conftest.$ac_ext <<_ACEOF
17607 /* confdefs.h. */
17608 _ACEOF
17609 cat confdefs.h >>conftest.$ac_ext
17610 cat >>conftest.$ac_ext <<_ACEOF
17611 /* end confdefs.h. */
17614 main ()
17616 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17618 return 0;
17620 _ACEOF
17621 rm -f conftest.$ac_objext conftest$ac_exeext
17622 if { (ac_try="$ac_link"
17623 case "(($ac_try" in
17624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17625 *) ac_try_echo=$ac_try;;
17626 esac
17627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17628 $as_echo "$ac_try_echo") >&5
17629 (eval "$ac_link") 2>conftest.er1
17630 ac_status=$?
17631 grep -v '^ *+' conftest.er1 >conftest.err
17632 rm -f conftest.er1
17633 cat conftest.err >&5
17634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17635 (exit $ac_status); } && {
17636 test -z "$ac_c_werror_flag" ||
17637 test ! -s conftest.err
17638 } && test -s conftest$ac_exeext && {
17639 test "$cross_compiling" = yes ||
17640 $as_test_x conftest$ac_exeext
17641 }; then
17642 ac_cv_asm_func_def=".type @function"
17643 else
17644 $as_echo "$as_me: failed program was:" >&5
17645 sed 's/^/| /' conftest.$ac_ext >&5
17647 cat >conftest.$ac_ext <<_ACEOF
17648 /* confdefs.h. */
17649 _ACEOF
17650 cat confdefs.h >>conftest.$ac_ext
17651 cat >>conftest.$ac_ext <<_ACEOF
17652 /* end confdefs.h. */
17655 main ()
17657 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17659 return 0;
17661 _ACEOF
17662 rm -f conftest.$ac_objext conftest$ac_exeext
17663 if { (ac_try="$ac_link"
17664 case "(($ac_try" in
17665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17666 *) ac_try_echo=$ac_try;;
17667 esac
17668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17669 $as_echo "$ac_try_echo") >&5
17670 (eval "$ac_link") 2>conftest.er1
17671 ac_status=$?
17672 grep -v '^ *+' conftest.er1 >conftest.err
17673 rm -f conftest.er1
17674 cat conftest.err >&5
17675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17676 (exit $ac_status); } && {
17677 test -z "$ac_c_werror_flag" ||
17678 test ! -s conftest.err
17679 } && test -s conftest$ac_exeext && {
17680 test "$cross_compiling" = yes ||
17681 $as_test_x conftest$ac_exeext
17682 }; then
17683 ac_cv_asm_func_def=".type 2"
17684 else
17685 $as_echo "$as_me: failed program was:" >&5
17686 sed 's/^/| /' conftest.$ac_ext >&5
17688 ac_cv_asm_func_def="unknown"
17691 rm -rf conftest.dSYM
17692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17693 conftest$ac_exeext conftest.$ac_ext
17696 rm -rf conftest.dSYM
17697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17698 conftest$ac_exeext conftest.$ac_ext
17701 rm -rf conftest.dSYM
17702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17703 conftest$ac_exeext conftest.$ac_ext
17705 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17706 $as_echo "$ac_cv_asm_func_def" >&6; }
17710 case "$ac_cv_asm_func_def" in
17711 ".def")
17712 cat >>confdefs.h <<\_ACEOF
17713 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17714 _ACEOF
17716 ".type @function")
17717 cat >>confdefs.h <<\_ACEOF
17718 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17719 _ACEOF
17721 ".type 2")
17722 cat >>confdefs.h <<\_ACEOF
17723 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17724 _ACEOF
17727 cat >>confdefs.h <<\_ACEOF
17728 #define __ASM_FUNC(name) ""
17729 _ACEOF
17731 esac
17734 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17735 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17736 if test "${ac_cv_c_extern_prefix+set}" = set; then
17737 $as_echo_n "(cached) " >&6
17738 else
17739 cat >conftest.$ac_ext <<_ACEOF
17740 /* confdefs.h. */
17741 _ACEOF
17742 cat confdefs.h >>conftest.$ac_ext
17743 cat >>conftest.$ac_ext <<_ACEOF
17744 /* end confdefs.h. */
17745 extern int ac_test;
17747 main ()
17749 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17751 return 0;
17753 _ACEOF
17754 rm -f conftest.$ac_objext conftest$ac_exeext
17755 if { (ac_try="$ac_link"
17756 case "(($ac_try" in
17757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17758 *) ac_try_echo=$ac_try;;
17759 esac
17760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17761 $as_echo "$ac_try_echo") >&5
17762 (eval "$ac_link") 2>conftest.er1
17763 ac_status=$?
17764 grep -v '^ *+' conftest.er1 >conftest.err
17765 rm -f conftest.er1
17766 cat conftest.err >&5
17767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17768 (exit $ac_status); } && {
17769 test -z "$ac_c_werror_flag" ||
17770 test ! -s conftest.err
17771 } && test -s conftest$ac_exeext && {
17772 test "$cross_compiling" = yes ||
17773 $as_test_x conftest$ac_exeext
17774 }; then
17775 ac_cv_c_extern_prefix="yes"
17776 else
17777 $as_echo "$as_me: failed program was:" >&5
17778 sed 's/^/| /' conftest.$ac_ext >&5
17780 ac_cv_c_extern_prefix="no"
17783 rm -rf conftest.dSYM
17784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17785 conftest$ac_exeext conftest.$ac_ext
17787 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17788 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17792 if test "$ac_cv_c_extern_prefix" = "yes"
17793 then
17794 cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_NAME(name) "_" name
17796 _ACEOF
17798 else
17799 cat >>confdefs.h <<\_ACEOF
17800 #define __ASM_NAME(name) name
17801 _ACEOF
17806 LDPATH=""
17808 case $build_os in
17809 cygwin*|mingw32*)
17810 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17812 darwin*|macosx*)
17815 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17817 esac
17819 case $host_os in
17820 mingw32*)
17821 CRTLIBS="-lmsvcrt"
17823 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17826 esac
17828 case $host_cpu in
17829 *i[3456789]86*)
17830 case $host_os in
17831 linux* | k*bsd*-gnu)
17832 EXTRA_BINARIES="wine-preloader"
17834 esac
17836 esac
17839 ac_save_CFLAGS="$CFLAGS"
17840 CFLAGS="$CFLAGS $BUILTINFLAG"
17909 for ac_func in \
17910 _pclose \
17911 _popen \
17912 _snprintf \
17913 _spawnvp \
17914 _strdup \
17915 _stricmp \
17916 _strnicmp \
17917 _strtoi64 \
17918 _strtoui64 \
17919 _vsnprintf \
17920 asctime_r \
17921 chsize \
17922 dlopen \
17923 epoll_create \
17924 ffs \
17925 finite \
17926 fork \
17927 fpclass \
17928 fstatfs \
17929 fstatvfs \
17930 ftruncate \
17931 futimes \
17932 futimesat \
17933 getdirentries \
17934 getopt_long \
17935 getpagesize \
17936 getpwuid \
17937 gettid \
17938 gettimeofday \
17939 getuid \
17940 kqueue \
17941 lstat \
17942 memmove \
17943 mmap \
17944 pclose \
17945 poll \
17946 popen \
17947 prctl \
17948 pread \
17949 pwrite \
17950 readdir \
17951 readlink \
17952 sched_yield \
17953 select \
17954 setproctitle \
17955 setrlimit \
17956 settimeofday \
17957 sigaltstack \
17958 sigprocmask \
17959 snprintf \
17960 spawnvp \
17961 statfs \
17962 statvfs \
17963 strcasecmp \
17964 strdup \
17965 strerror \
17966 strncasecmp \
17967 strtold \
17968 strtoll \
17969 strtoull \
17970 symlink \
17971 tcgetattr \
17972 thr_kill2 \
17973 timegm \
17974 usleep \
17975 vsnprintf \
17976 wait4 \
17977 waitpid \
17980 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17981 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17982 $as_echo_n "checking for $ac_func... " >&6; }
17983 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17984 $as_echo_n "(cached) " >&6
17985 else
17986 cat >conftest.$ac_ext <<_ACEOF
17987 /* confdefs.h. */
17988 _ACEOF
17989 cat confdefs.h >>conftest.$ac_ext
17990 cat >>conftest.$ac_ext <<_ACEOF
17991 /* end confdefs.h. */
17992 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17993 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17994 #define $ac_func innocuous_$ac_func
17996 /* System header to define __stub macros and hopefully few prototypes,
17997 which can conflict with char $ac_func (); below.
17998 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17999 <limits.h> exists even on freestanding compilers. */
18001 #ifdef __STDC__
18002 # include <limits.h>
18003 #else
18004 # include <assert.h>
18005 #endif
18007 #undef $ac_func
18009 /* Override any GCC internal prototype to avoid an error.
18010 Use char because int might match the return type of a GCC
18011 builtin and then its argument prototype would still apply. */
18012 #ifdef __cplusplus
18013 extern "C"
18014 #endif
18015 char $ac_func ();
18016 /* The GNU C library defines this for functions which it implements
18017 to always fail with ENOSYS. Some functions are actually named
18018 something starting with __ and the normal name is an alias. */
18019 #if defined __stub_$ac_func || defined __stub___$ac_func
18020 choke me
18021 #endif
18024 main ()
18026 return $ac_func ();
18028 return 0;
18030 _ACEOF
18031 rm -f conftest.$ac_objext conftest$ac_exeext
18032 if { (ac_try="$ac_link"
18033 case "(($ac_try" in
18034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18035 *) ac_try_echo=$ac_try;;
18036 esac
18037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18038 $as_echo "$ac_try_echo") >&5
18039 (eval "$ac_link") 2>conftest.er1
18040 ac_status=$?
18041 grep -v '^ *+' conftest.er1 >conftest.err
18042 rm -f conftest.er1
18043 cat conftest.err >&5
18044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18045 (exit $ac_status); } && {
18046 test -z "$ac_c_werror_flag" ||
18047 test ! -s conftest.err
18048 } && test -s conftest$ac_exeext && {
18049 test "$cross_compiling" = yes ||
18050 $as_test_x conftest$ac_exeext
18051 }; then
18052 eval "$as_ac_var=yes"
18053 else
18054 $as_echo "$as_me: failed program was:" >&5
18055 sed 's/^/| /' conftest.$ac_ext >&5
18057 eval "$as_ac_var=no"
18060 rm -rf conftest.dSYM
18061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18062 conftest$ac_exeext conftest.$ac_ext
18064 ac_res=`eval 'as_val=${'$as_ac_var'}
18065 $as_echo "$as_val"'`
18066 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18067 $as_echo "$ac_res" >&6; }
18068 as_val=`eval 'as_val=${'$as_ac_var'}
18069 $as_echo "$as_val"'`
18070 if test "x$as_val" = x""yes; then
18071 cat >>confdefs.h <<_ACEOF
18072 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18073 _ACEOF
18076 done
18078 CFLAGS="$ac_save_CFLAGS"
18080 if test "$ac_cv_func_dlopen" = no
18081 then
18082 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18083 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18084 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18085 $as_echo_n "(cached) " >&6
18086 else
18087 ac_check_lib_save_LIBS=$LIBS
18088 LIBS="-ldl $LIBS"
18089 cat >conftest.$ac_ext <<_ACEOF
18090 /* confdefs.h. */
18091 _ACEOF
18092 cat confdefs.h >>conftest.$ac_ext
18093 cat >>conftest.$ac_ext <<_ACEOF
18094 /* end confdefs.h. */
18096 /* Override any GCC internal prototype to avoid an error.
18097 Use char because int might match the return type of a GCC
18098 builtin and then its argument prototype would still apply. */
18099 #ifdef __cplusplus
18100 extern "C"
18101 #endif
18102 char dlopen ();
18104 main ()
18106 return dlopen ();
18108 return 0;
18110 _ACEOF
18111 rm -f conftest.$ac_objext conftest$ac_exeext
18112 if { (ac_try="$ac_link"
18113 case "(($ac_try" in
18114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18115 *) ac_try_echo=$ac_try;;
18116 esac
18117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18118 $as_echo "$ac_try_echo") >&5
18119 (eval "$ac_link") 2>conftest.er1
18120 ac_status=$?
18121 grep -v '^ *+' conftest.er1 >conftest.err
18122 rm -f conftest.er1
18123 cat conftest.err >&5
18124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18125 (exit $ac_status); } && {
18126 test -z "$ac_c_werror_flag" ||
18127 test ! -s conftest.err
18128 } && test -s conftest$ac_exeext && {
18129 test "$cross_compiling" = yes ||
18130 $as_test_x conftest$ac_exeext
18131 }; then
18132 ac_cv_lib_dl_dlopen=yes
18133 else
18134 $as_echo "$as_me: failed program was:" >&5
18135 sed 's/^/| /' conftest.$ac_ext >&5
18137 ac_cv_lib_dl_dlopen=no
18140 rm -rf conftest.dSYM
18141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18142 conftest$ac_exeext conftest.$ac_ext
18143 LIBS=$ac_check_lib_save_LIBS
18145 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18146 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18147 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18148 cat >>confdefs.h <<\_ACEOF
18149 #define HAVE_DLOPEN 1
18150 _ACEOF
18151 LIBDL="-ldl"
18156 ac_wine_check_funcs_save_LIBS="$LIBS"
18157 LIBS="$LIBS $LIBDL"
18159 for ac_func in dladdr
18161 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18162 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18163 $as_echo_n "checking for $ac_func... " >&6; }
18164 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18165 $as_echo_n "(cached) " >&6
18166 else
18167 cat >conftest.$ac_ext <<_ACEOF
18168 /* confdefs.h. */
18169 _ACEOF
18170 cat confdefs.h >>conftest.$ac_ext
18171 cat >>conftest.$ac_ext <<_ACEOF
18172 /* end confdefs.h. */
18173 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18174 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18175 #define $ac_func innocuous_$ac_func
18177 /* System header to define __stub macros and hopefully few prototypes,
18178 which can conflict with char $ac_func (); below.
18179 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18180 <limits.h> exists even on freestanding compilers. */
18182 #ifdef __STDC__
18183 # include <limits.h>
18184 #else
18185 # include <assert.h>
18186 #endif
18188 #undef $ac_func
18190 /* Override any GCC internal prototype to avoid an error.
18191 Use char because int might match the return type of a GCC
18192 builtin and then its argument prototype would still apply. */
18193 #ifdef __cplusplus
18194 extern "C"
18195 #endif
18196 char $ac_func ();
18197 /* The GNU C library defines this for functions which it implements
18198 to always fail with ENOSYS. Some functions are actually named
18199 something starting with __ and the normal name is an alias. */
18200 #if defined __stub_$ac_func || defined __stub___$ac_func
18201 choke me
18202 #endif
18205 main ()
18207 return $ac_func ();
18209 return 0;
18211 _ACEOF
18212 rm -f conftest.$ac_objext conftest$ac_exeext
18213 if { (ac_try="$ac_link"
18214 case "(($ac_try" in
18215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18216 *) ac_try_echo=$ac_try;;
18217 esac
18218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18219 $as_echo "$ac_try_echo") >&5
18220 (eval "$ac_link") 2>conftest.er1
18221 ac_status=$?
18222 grep -v '^ *+' conftest.er1 >conftest.err
18223 rm -f conftest.er1
18224 cat conftest.err >&5
18225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18226 (exit $ac_status); } && {
18227 test -z "$ac_c_werror_flag" ||
18228 test ! -s conftest.err
18229 } && test -s conftest$ac_exeext && {
18230 test "$cross_compiling" = yes ||
18231 $as_test_x conftest$ac_exeext
18232 }; then
18233 eval "$as_ac_var=yes"
18234 else
18235 $as_echo "$as_me: failed program was:" >&5
18236 sed 's/^/| /' conftest.$ac_ext >&5
18238 eval "$as_ac_var=no"
18241 rm -rf conftest.dSYM
18242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18243 conftest$ac_exeext conftest.$ac_ext
18245 ac_res=`eval 'as_val=${'$as_ac_var'}
18246 $as_echo "$as_val"'`
18247 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18248 $as_echo "$ac_res" >&6; }
18249 as_val=`eval 'as_val=${'$as_ac_var'}
18250 $as_echo "$as_val"'`
18251 if test "x$as_val" = x""yes; then
18252 cat >>confdefs.h <<_ACEOF
18253 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18254 _ACEOF
18257 done
18259 LIBS="$ac_wine_check_funcs_save_LIBS"
18261 if test "$ac_cv_func_poll" = no
18262 then
18263 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18264 $as_echo_n "checking for poll in -lpoll... " >&6; }
18265 if test "${ac_cv_lib_poll_poll+set}" = set; then
18266 $as_echo_n "(cached) " >&6
18267 else
18268 ac_check_lib_save_LIBS=$LIBS
18269 LIBS="-lpoll $LIBS"
18270 cat >conftest.$ac_ext <<_ACEOF
18271 /* confdefs.h. */
18272 _ACEOF
18273 cat confdefs.h >>conftest.$ac_ext
18274 cat >>conftest.$ac_ext <<_ACEOF
18275 /* end confdefs.h. */
18277 /* Override any GCC internal prototype to avoid an error.
18278 Use char because int might match the return type of a GCC
18279 builtin and then its argument prototype would still apply. */
18280 #ifdef __cplusplus
18281 extern "C"
18282 #endif
18283 char poll ();
18285 main ()
18287 return poll ();
18289 return 0;
18291 _ACEOF
18292 rm -f conftest.$ac_objext conftest$ac_exeext
18293 if { (ac_try="$ac_link"
18294 case "(($ac_try" in
18295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18296 *) ac_try_echo=$ac_try;;
18297 esac
18298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18299 $as_echo "$ac_try_echo") >&5
18300 (eval "$ac_link") 2>conftest.er1
18301 ac_status=$?
18302 grep -v '^ *+' conftest.er1 >conftest.err
18303 rm -f conftest.er1
18304 cat conftest.err >&5
18305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18306 (exit $ac_status); } && {
18307 test -z "$ac_c_werror_flag" ||
18308 test ! -s conftest.err
18309 } && test -s conftest$ac_exeext && {
18310 test "$cross_compiling" = yes ||
18311 $as_test_x conftest$ac_exeext
18312 }; then
18313 ac_cv_lib_poll_poll=yes
18314 else
18315 $as_echo "$as_me: failed program was:" >&5
18316 sed 's/^/| /' conftest.$ac_ext >&5
18318 ac_cv_lib_poll_poll=no
18321 rm -rf conftest.dSYM
18322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18323 conftest$ac_exeext conftest.$ac_ext
18324 LIBS=$ac_check_lib_save_LIBS
18326 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18327 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18328 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18329 cat >>confdefs.h <<\_ACEOF
18330 #define HAVE_POLL 1
18331 _ACEOF
18332 LIBPOLL="-lpoll"
18338 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18339 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18340 if test "${ac_cv_search_gethostbyname+set}" = set; then
18341 $as_echo_n "(cached) " >&6
18342 else
18343 ac_func_search_save_LIBS=$LIBS
18344 cat >conftest.$ac_ext <<_ACEOF
18345 /* confdefs.h. */
18346 _ACEOF
18347 cat confdefs.h >>conftest.$ac_ext
18348 cat >>conftest.$ac_ext <<_ACEOF
18349 /* end confdefs.h. */
18351 /* Override any GCC internal prototype to avoid an error.
18352 Use char because int might match the return type of a GCC
18353 builtin and then its argument prototype would still apply. */
18354 #ifdef __cplusplus
18355 extern "C"
18356 #endif
18357 char gethostbyname ();
18359 main ()
18361 return gethostbyname ();
18363 return 0;
18365 _ACEOF
18366 for ac_lib in '' nsl; do
18367 if test -z "$ac_lib"; then
18368 ac_res="none required"
18369 else
18370 ac_res=-l$ac_lib
18371 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18373 rm -f conftest.$ac_objext conftest$ac_exeext
18374 if { (ac_try="$ac_link"
18375 case "(($ac_try" in
18376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18377 *) ac_try_echo=$ac_try;;
18378 esac
18379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18380 $as_echo "$ac_try_echo") >&5
18381 (eval "$ac_link") 2>conftest.er1
18382 ac_status=$?
18383 grep -v '^ *+' conftest.er1 >conftest.err
18384 rm -f conftest.er1
18385 cat conftest.err >&5
18386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18387 (exit $ac_status); } && {
18388 test -z "$ac_c_werror_flag" ||
18389 test ! -s conftest.err
18390 } && test -s conftest$ac_exeext && {
18391 test "$cross_compiling" = yes ||
18392 $as_test_x conftest$ac_exeext
18393 }; then
18394 ac_cv_search_gethostbyname=$ac_res
18395 else
18396 $as_echo "$as_me: failed program was:" >&5
18397 sed 's/^/| /' conftest.$ac_ext >&5
18402 rm -rf conftest.dSYM
18403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18404 conftest$ac_exeext
18405 if test "${ac_cv_search_gethostbyname+set}" = set; then
18406 break
18408 done
18409 if test "${ac_cv_search_gethostbyname+set}" = set; then
18411 else
18412 ac_cv_search_gethostbyname=no
18414 rm conftest.$ac_ext
18415 LIBS=$ac_func_search_save_LIBS
18417 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18418 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18419 ac_res=$ac_cv_search_gethostbyname
18420 if test "$ac_res" != no; then
18421 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18426 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18427 $as_echo_n "checking for library containing connect... " >&6; }
18428 if test "${ac_cv_search_connect+set}" = set; then
18429 $as_echo_n "(cached) " >&6
18430 else
18431 ac_func_search_save_LIBS=$LIBS
18432 cat >conftest.$ac_ext <<_ACEOF
18433 /* confdefs.h. */
18434 _ACEOF
18435 cat confdefs.h >>conftest.$ac_ext
18436 cat >>conftest.$ac_ext <<_ACEOF
18437 /* end confdefs.h. */
18439 /* Override any GCC internal prototype to avoid an error.
18440 Use char because int might match the return type of a GCC
18441 builtin and then its argument prototype would still apply. */
18442 #ifdef __cplusplus
18443 extern "C"
18444 #endif
18445 char connect ();
18447 main ()
18449 return connect ();
18451 return 0;
18453 _ACEOF
18454 for ac_lib in '' socket; do
18455 if test -z "$ac_lib"; then
18456 ac_res="none required"
18457 else
18458 ac_res=-l$ac_lib
18459 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18461 rm -f conftest.$ac_objext conftest$ac_exeext
18462 if { (ac_try="$ac_link"
18463 case "(($ac_try" in
18464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18465 *) ac_try_echo=$ac_try;;
18466 esac
18467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18468 $as_echo "$ac_try_echo") >&5
18469 (eval "$ac_link") 2>conftest.er1
18470 ac_status=$?
18471 grep -v '^ *+' conftest.er1 >conftest.err
18472 rm -f conftest.er1
18473 cat conftest.err >&5
18474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); } && {
18476 test -z "$ac_c_werror_flag" ||
18477 test ! -s conftest.err
18478 } && test -s conftest$ac_exeext && {
18479 test "$cross_compiling" = yes ||
18480 $as_test_x conftest$ac_exeext
18481 }; then
18482 ac_cv_search_connect=$ac_res
18483 else
18484 $as_echo "$as_me: failed program was:" >&5
18485 sed 's/^/| /' conftest.$ac_ext >&5
18490 rm -rf conftest.dSYM
18491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18492 conftest$ac_exeext
18493 if test "${ac_cv_search_connect+set}" = set; then
18494 break
18496 done
18497 if test "${ac_cv_search_connect+set}" = set; then
18499 else
18500 ac_cv_search_connect=no
18502 rm conftest.$ac_ext
18503 LIBS=$ac_func_search_save_LIBS
18505 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18506 $as_echo "$ac_cv_search_connect" >&6; }
18507 ac_res=$ac_cv_search_connect
18508 if test "$ac_res" != no; then
18509 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18514 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18515 $as_echo_n "checking for library containing inet_aton... " >&6; }
18516 if test "${ac_cv_search_inet_aton+set}" = set; then
18517 $as_echo_n "(cached) " >&6
18518 else
18519 ac_func_search_save_LIBS=$LIBS
18520 cat >conftest.$ac_ext <<_ACEOF
18521 /* confdefs.h. */
18522 _ACEOF
18523 cat confdefs.h >>conftest.$ac_ext
18524 cat >>conftest.$ac_ext <<_ACEOF
18525 /* end confdefs.h. */
18527 /* Override any GCC internal prototype to avoid an error.
18528 Use char because int might match the return type of a GCC
18529 builtin and then its argument prototype would still apply. */
18530 #ifdef __cplusplus
18531 extern "C"
18532 #endif
18533 char inet_aton ();
18535 main ()
18537 return inet_aton ();
18539 return 0;
18541 _ACEOF
18542 for ac_lib in '' resolv; do
18543 if test -z "$ac_lib"; then
18544 ac_res="none required"
18545 else
18546 ac_res=-l$ac_lib
18547 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18549 rm -f conftest.$ac_objext conftest$ac_exeext
18550 if { (ac_try="$ac_link"
18551 case "(($ac_try" in
18552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18553 *) ac_try_echo=$ac_try;;
18554 esac
18555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18556 $as_echo "$ac_try_echo") >&5
18557 (eval "$ac_link") 2>conftest.er1
18558 ac_status=$?
18559 grep -v '^ *+' conftest.er1 >conftest.err
18560 rm -f conftest.er1
18561 cat conftest.err >&5
18562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18563 (exit $ac_status); } && {
18564 test -z "$ac_c_werror_flag" ||
18565 test ! -s conftest.err
18566 } && test -s conftest$ac_exeext && {
18567 test "$cross_compiling" = yes ||
18568 $as_test_x conftest$ac_exeext
18569 }; then
18570 ac_cv_search_inet_aton=$ac_res
18571 else
18572 $as_echo "$as_me: failed program was:" >&5
18573 sed 's/^/| /' conftest.$ac_ext >&5
18578 rm -rf conftest.dSYM
18579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18580 conftest$ac_exeext
18581 if test "${ac_cv_search_inet_aton+set}" = set; then
18582 break
18584 done
18585 if test "${ac_cv_search_inet_aton+set}" = set; then
18587 else
18588 ac_cv_search_inet_aton=no
18590 rm conftest.$ac_ext
18591 LIBS=$ac_func_search_save_LIBS
18593 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18594 $as_echo "$ac_cv_search_inet_aton" >&6; }
18595 ac_res=$ac_cv_search_inet_aton
18596 if test "$ac_res" != no; then
18597 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18613 for ac_func in \
18614 getaddrinfo \
18615 getnameinfo \
18616 getnetbyname \
18617 getprotobyname \
18618 getprotobynumber \
18619 getservbyport \
18620 inet_network \
18621 inet_ntop \
18622 inet_pton \
18623 sendmsg \
18624 socketpair \
18627 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18628 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18629 $as_echo_n "checking for $ac_func... " >&6; }
18630 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18631 $as_echo_n "(cached) " >&6
18632 else
18633 cat >conftest.$ac_ext <<_ACEOF
18634 /* confdefs.h. */
18635 _ACEOF
18636 cat confdefs.h >>conftest.$ac_ext
18637 cat >>conftest.$ac_ext <<_ACEOF
18638 /* end confdefs.h. */
18639 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18641 #define $ac_func innocuous_$ac_func
18643 /* System header to define __stub macros and hopefully few prototypes,
18644 which can conflict with char $ac_func (); below.
18645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18646 <limits.h> exists even on freestanding compilers. */
18648 #ifdef __STDC__
18649 # include <limits.h>
18650 #else
18651 # include <assert.h>
18652 #endif
18654 #undef $ac_func
18656 /* Override any GCC internal prototype to avoid an error.
18657 Use char because int might match the return type of a GCC
18658 builtin and then its argument prototype would still apply. */
18659 #ifdef __cplusplus
18660 extern "C"
18661 #endif
18662 char $ac_func ();
18663 /* The GNU C library defines this for functions which it implements
18664 to always fail with ENOSYS. Some functions are actually named
18665 something starting with __ and the normal name is an alias. */
18666 #if defined __stub_$ac_func || defined __stub___$ac_func
18667 choke me
18668 #endif
18671 main ()
18673 return $ac_func ();
18675 return 0;
18677 _ACEOF
18678 rm -f conftest.$ac_objext conftest$ac_exeext
18679 if { (ac_try="$ac_link"
18680 case "(($ac_try" in
18681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18682 *) ac_try_echo=$ac_try;;
18683 esac
18684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18685 $as_echo "$ac_try_echo") >&5
18686 (eval "$ac_link") 2>conftest.er1
18687 ac_status=$?
18688 grep -v '^ *+' conftest.er1 >conftest.err
18689 rm -f conftest.er1
18690 cat conftest.err >&5
18691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18692 (exit $ac_status); } && {
18693 test -z "$ac_c_werror_flag" ||
18694 test ! -s conftest.err
18695 } && test -s conftest$ac_exeext && {
18696 test "$cross_compiling" = yes ||
18697 $as_test_x conftest$ac_exeext
18698 }; then
18699 eval "$as_ac_var=yes"
18700 else
18701 $as_echo "$as_me: failed program was:" >&5
18702 sed 's/^/| /' conftest.$ac_ext >&5
18704 eval "$as_ac_var=no"
18707 rm -rf conftest.dSYM
18708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18709 conftest$ac_exeext conftest.$ac_ext
18711 ac_res=`eval 'as_val=${'$as_ac_var'}
18712 $as_echo "$as_val"'`
18713 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18714 $as_echo "$ac_res" >&6; }
18715 as_val=`eval 'as_val=${'$as_ac_var'}
18716 $as_echo "$as_val"'`
18717 if test "x$as_val" = x""yes; then
18718 cat >>confdefs.h <<_ACEOF
18719 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18720 _ACEOF
18723 done
18726 LDAPLIBS=""
18728 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18729 then
18730 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18731 $as_echo_n "checking for LDAPSortKey... " >&6; }
18732 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18733 $as_echo_n "(cached) " >&6
18734 else
18735 ac_cv_type_LDAPSortKey=no
18736 cat >conftest.$ac_ext <<_ACEOF
18737 /* confdefs.h. */
18738 _ACEOF
18739 cat confdefs.h >>conftest.$ac_ext
18740 cat >>conftest.$ac_ext <<_ACEOF
18741 /* end confdefs.h. */
18742 #include <ldap.h>
18745 main ()
18747 if (sizeof (LDAPSortKey))
18748 return 0;
18750 return 0;
18752 _ACEOF
18753 rm -f conftest.$ac_objext
18754 if { (ac_try="$ac_compile"
18755 case "(($ac_try" in
18756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18757 *) ac_try_echo=$ac_try;;
18758 esac
18759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18760 $as_echo "$ac_try_echo") >&5
18761 (eval "$ac_compile") 2>conftest.er1
18762 ac_status=$?
18763 grep -v '^ *+' conftest.er1 >conftest.err
18764 rm -f conftest.er1
18765 cat conftest.err >&5
18766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767 (exit $ac_status); } && {
18768 test -z "$ac_c_werror_flag" ||
18769 test ! -s conftest.err
18770 } && test -s conftest.$ac_objext; then
18771 cat >conftest.$ac_ext <<_ACEOF
18772 /* confdefs.h. */
18773 _ACEOF
18774 cat confdefs.h >>conftest.$ac_ext
18775 cat >>conftest.$ac_ext <<_ACEOF
18776 /* end confdefs.h. */
18777 #include <ldap.h>
18780 main ()
18782 if (sizeof ((LDAPSortKey)))
18783 return 0;
18785 return 0;
18787 _ACEOF
18788 rm -f conftest.$ac_objext
18789 if { (ac_try="$ac_compile"
18790 case "(($ac_try" in
18791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18792 *) ac_try_echo=$ac_try;;
18793 esac
18794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18795 $as_echo "$ac_try_echo") >&5
18796 (eval "$ac_compile") 2>conftest.er1
18797 ac_status=$?
18798 grep -v '^ *+' conftest.er1 >conftest.err
18799 rm -f conftest.er1
18800 cat conftest.err >&5
18801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18802 (exit $ac_status); } && {
18803 test -z "$ac_c_werror_flag" ||
18804 test ! -s conftest.err
18805 } && test -s conftest.$ac_objext; then
18807 else
18808 $as_echo "$as_me: failed program was:" >&5
18809 sed 's/^/| /' conftest.$ac_ext >&5
18811 ac_cv_type_LDAPSortKey=yes
18814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18815 else
18816 $as_echo "$as_me: failed program was:" >&5
18817 sed 's/^/| /' conftest.$ac_ext >&5
18822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18824 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18825 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18826 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18827 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18828 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18829 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18830 $as_echo_n "(cached) " >&6
18831 else
18832 ac_check_lib_save_LIBS=$LIBS
18833 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18834 cat >conftest.$ac_ext <<_ACEOF
18835 /* confdefs.h. */
18836 _ACEOF
18837 cat confdefs.h >>conftest.$ac_ext
18838 cat >>conftest.$ac_ext <<_ACEOF
18839 /* end confdefs.h. */
18841 /* Override any GCC internal prototype to avoid an error.
18842 Use char because int might match the return type of a GCC
18843 builtin and then its argument prototype would still apply. */
18844 #ifdef __cplusplus
18845 extern "C"
18846 #endif
18847 char ldap_initialize ();
18849 main ()
18851 return ldap_initialize ();
18853 return 0;
18855 _ACEOF
18856 rm -f conftest.$ac_objext conftest$ac_exeext
18857 if { (ac_try="$ac_link"
18858 case "(($ac_try" in
18859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18860 *) ac_try_echo=$ac_try;;
18861 esac
18862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18863 $as_echo "$ac_try_echo") >&5
18864 (eval "$ac_link") 2>conftest.er1
18865 ac_status=$?
18866 grep -v '^ *+' conftest.er1 >conftest.err
18867 rm -f conftest.er1
18868 cat conftest.err >&5
18869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18870 (exit $ac_status); } && {
18871 test -z "$ac_c_werror_flag" ||
18872 test ! -s conftest.err
18873 } && test -s conftest$ac_exeext && {
18874 test "$cross_compiling" = yes ||
18875 $as_test_x conftest$ac_exeext
18876 }; then
18877 ac_cv_lib_ldap_r_ldap_initialize=yes
18878 else
18879 $as_echo "$as_me: failed program was:" >&5
18880 sed 's/^/| /' conftest.$ac_ext >&5
18882 ac_cv_lib_ldap_r_ldap_initialize=no
18885 rm -rf conftest.dSYM
18886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18887 conftest$ac_exeext conftest.$ac_ext
18888 LIBS=$ac_check_lib_save_LIBS
18890 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18891 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18892 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18893 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18894 $as_echo_n "checking for ber_init in -llber... " >&6; }
18895 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18896 $as_echo_n "(cached) " >&6
18897 else
18898 ac_check_lib_save_LIBS=$LIBS
18899 LIBS="-llber $LIBPTHREAD $LIBS"
18900 cat >conftest.$ac_ext <<_ACEOF
18901 /* confdefs.h. */
18902 _ACEOF
18903 cat confdefs.h >>conftest.$ac_ext
18904 cat >>conftest.$ac_ext <<_ACEOF
18905 /* end confdefs.h. */
18907 /* Override any GCC internal prototype to avoid an error.
18908 Use char because int might match the return type of a GCC
18909 builtin and then its argument prototype would still apply. */
18910 #ifdef __cplusplus
18911 extern "C"
18912 #endif
18913 char ber_init ();
18915 main ()
18917 return ber_init ();
18919 return 0;
18921 _ACEOF
18922 rm -f conftest.$ac_objext conftest$ac_exeext
18923 if { (ac_try="$ac_link"
18924 case "(($ac_try" in
18925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18926 *) ac_try_echo=$ac_try;;
18927 esac
18928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18929 $as_echo "$ac_try_echo") >&5
18930 (eval "$ac_link") 2>conftest.er1
18931 ac_status=$?
18932 grep -v '^ *+' conftest.er1 >conftest.err
18933 rm -f conftest.er1
18934 cat conftest.err >&5
18935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); } && {
18937 test -z "$ac_c_werror_flag" ||
18938 test ! -s conftest.err
18939 } && test -s conftest$ac_exeext && {
18940 test "$cross_compiling" = yes ||
18941 $as_test_x conftest$ac_exeext
18942 }; then
18943 ac_cv_lib_lber_ber_init=yes
18944 else
18945 $as_echo "$as_me: failed program was:" >&5
18946 sed 's/^/| /' conftest.$ac_ext >&5
18948 ac_cv_lib_lber_ber_init=no
18951 rm -rf conftest.dSYM
18952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18953 conftest$ac_exeext conftest.$ac_ext
18954 LIBS=$ac_check_lib_save_LIBS
18956 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18957 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18958 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18960 cat >>confdefs.h <<\_ACEOF
18961 #define HAVE_LDAP 1
18962 _ACEOF
18964 LDAPLIBS="-lldap_r -llber"
18971 ac_wine_check_funcs_save_LIBS="$LIBS"
18972 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18981 for ac_func in \
18982 ldap_count_references \
18983 ldap_first_reference \
18984 ldap_next_reference \
18985 ldap_parse_reference \
18986 ldap_parse_sort_control \
18987 ldap_parse_sortresponse_control \
18988 ldap_parse_vlv_control \
18989 ldap_parse_vlvresponse_control
18991 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18992 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18993 $as_echo_n "checking for $ac_func... " >&6; }
18994 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18995 $as_echo_n "(cached) " >&6
18996 else
18997 cat >conftest.$ac_ext <<_ACEOF
18998 /* confdefs.h. */
18999 _ACEOF
19000 cat confdefs.h >>conftest.$ac_ext
19001 cat >>conftest.$ac_ext <<_ACEOF
19002 /* end confdefs.h. */
19003 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19004 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19005 #define $ac_func innocuous_$ac_func
19007 /* System header to define __stub macros and hopefully few prototypes,
19008 which can conflict with char $ac_func (); below.
19009 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19010 <limits.h> exists even on freestanding compilers. */
19012 #ifdef __STDC__
19013 # include <limits.h>
19014 #else
19015 # include <assert.h>
19016 #endif
19018 #undef $ac_func
19020 /* Override any GCC internal prototype to avoid an error.
19021 Use char because int might match the return type of a GCC
19022 builtin and then its argument prototype would still apply. */
19023 #ifdef __cplusplus
19024 extern "C"
19025 #endif
19026 char $ac_func ();
19027 /* The GNU C library defines this for functions which it implements
19028 to always fail with ENOSYS. Some functions are actually named
19029 something starting with __ and the normal name is an alias. */
19030 #if defined __stub_$ac_func || defined __stub___$ac_func
19031 choke me
19032 #endif
19035 main ()
19037 return $ac_func ();
19039 return 0;
19041 _ACEOF
19042 rm -f conftest.$ac_objext conftest$ac_exeext
19043 if { (ac_try="$ac_link"
19044 case "(($ac_try" in
19045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19046 *) ac_try_echo=$ac_try;;
19047 esac
19048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19049 $as_echo "$ac_try_echo") >&5
19050 (eval "$ac_link") 2>conftest.er1
19051 ac_status=$?
19052 grep -v '^ *+' conftest.er1 >conftest.err
19053 rm -f conftest.er1
19054 cat conftest.err >&5
19055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056 (exit $ac_status); } && {
19057 test -z "$ac_c_werror_flag" ||
19058 test ! -s conftest.err
19059 } && test -s conftest$ac_exeext && {
19060 test "$cross_compiling" = yes ||
19061 $as_test_x conftest$ac_exeext
19062 }; then
19063 eval "$as_ac_var=yes"
19064 else
19065 $as_echo "$as_me: failed program was:" >&5
19066 sed 's/^/| /' conftest.$ac_ext >&5
19068 eval "$as_ac_var=no"
19071 rm -rf conftest.dSYM
19072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19073 conftest$ac_exeext conftest.$ac_ext
19075 ac_res=`eval 'as_val=${'$as_ac_var'}
19076 $as_echo "$as_val"'`
19077 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19078 $as_echo "$ac_res" >&6; }
19079 as_val=`eval 'as_val=${'$as_ac_var'}
19080 $as_echo "$as_val"'`
19081 if test "x$as_val" = x""yes; then
19082 cat >>confdefs.h <<_ACEOF
19083 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19084 _ACEOF
19087 done
19089 LIBS="$ac_wine_check_funcs_save_LIBS"
19091 if test "x$LDAPLIBS" = "x"; then
19092 case "x$with_ldap" in
19093 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19094 xno) ;;
19095 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19096 This is an error since --with-ldap was requested." >&5
19097 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19098 This is an error since --with-ldap was requested." >&2;}
19099 { (exit 1); exit 1; }; } ;;
19100 esac
19104 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19105 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19106 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19107 $as_echo_n "(cached) " >&6
19108 else
19109 cat >conftest.$ac_ext <<_ACEOF
19110 /* confdefs.h. */
19111 _ACEOF
19112 cat confdefs.h >>conftest.$ac_ext
19113 cat >>conftest.$ac_ext <<_ACEOF
19114 /* end confdefs.h. */
19115 #include <sys/stat.h>
19117 main ()
19119 mkdir("foo");
19121 return 0;
19123 _ACEOF
19124 rm -f conftest.$ac_objext
19125 if { (ac_try="$ac_compile"
19126 case "(($ac_try" in
19127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19128 *) ac_try_echo=$ac_try;;
19129 esac
19130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19131 $as_echo "$ac_try_echo") >&5
19132 (eval "$ac_compile") 2>conftest.er1
19133 ac_status=$?
19134 grep -v '^ *+' conftest.er1 >conftest.err
19135 rm -f conftest.er1
19136 cat conftest.err >&5
19137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138 (exit $ac_status); } && {
19139 test -z "$ac_c_werror_flag" ||
19140 test ! -s conftest.err
19141 } && test -s conftest.$ac_objext; then
19142 wine_cv_one_arg_mkdir=yes
19143 else
19144 $as_echo "$as_me: failed program was:" >&5
19145 sed 's/^/| /' conftest.$ac_ext >&5
19147 wine_cv_one_arg_mkdir=no
19150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19152 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19153 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19154 if test "$wine_cv_one_arg_mkdir" = "yes"
19155 then
19157 cat >>confdefs.h <<\_ACEOF
19158 #define HAVE_ONE_ARG_MKDIR 1
19159 _ACEOF
19164 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19165 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19166 if test "${ac_cv_c_const+set}" = set; then
19167 $as_echo_n "(cached) " >&6
19168 else
19169 cat >conftest.$ac_ext <<_ACEOF
19170 /* confdefs.h. */
19171 _ACEOF
19172 cat confdefs.h >>conftest.$ac_ext
19173 cat >>conftest.$ac_ext <<_ACEOF
19174 /* end confdefs.h. */
19177 main ()
19179 /* FIXME: Include the comments suggested by Paul. */
19180 #ifndef __cplusplus
19181 /* Ultrix mips cc rejects this. */
19182 typedef int charset[2];
19183 const charset cs;
19184 /* SunOS 4.1.1 cc rejects this. */
19185 char const *const *pcpcc;
19186 char **ppc;
19187 /* NEC SVR4.0.2 mips cc rejects this. */
19188 struct point {int x, y;};
19189 static struct point const zero = {0,0};
19190 /* AIX XL C 1.02.0.0 rejects this.
19191 It does not let you subtract one const X* pointer from another in
19192 an arm of an if-expression whose if-part is not a constant
19193 expression */
19194 const char *g = "string";
19195 pcpcc = &g + (g ? g-g : 0);
19196 /* HPUX 7.0 cc rejects these. */
19197 ++pcpcc;
19198 ppc = (char**) pcpcc;
19199 pcpcc = (char const *const *) ppc;
19200 { /* SCO 3.2v4 cc rejects this. */
19201 char *t;
19202 char const *s = 0 ? (char *) 0 : (char const *) 0;
19204 *t++ = 0;
19205 if (s) return 0;
19207 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19208 int x[] = {25, 17};
19209 const int *foo = &x[0];
19210 ++foo;
19212 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19213 typedef const int *iptr;
19214 iptr p = 0;
19215 ++p;
19217 { /* AIX XL C 1.02.0.0 rejects this saying
19218 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19219 struct s { int j; const int *ap[3]; };
19220 struct s *b; b->j = 5;
19222 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19223 const int foo = 10;
19224 if (!foo) return 0;
19226 return !cs[0] && !zero.x;
19227 #endif
19230 return 0;
19232 _ACEOF
19233 rm -f conftest.$ac_objext
19234 if { (ac_try="$ac_compile"
19235 case "(($ac_try" in
19236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19237 *) ac_try_echo=$ac_try;;
19238 esac
19239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19240 $as_echo "$ac_try_echo") >&5
19241 (eval "$ac_compile") 2>conftest.er1
19242 ac_status=$?
19243 grep -v '^ *+' conftest.er1 >conftest.err
19244 rm -f conftest.er1
19245 cat conftest.err >&5
19246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247 (exit $ac_status); } && {
19248 test -z "$ac_c_werror_flag" ||
19249 test ! -s conftest.err
19250 } && test -s conftest.$ac_objext; then
19251 ac_cv_c_const=yes
19252 else
19253 $as_echo "$as_me: failed program was:" >&5
19254 sed 's/^/| /' conftest.$ac_ext >&5
19256 ac_cv_c_const=no
19259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19261 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19262 $as_echo "$ac_cv_c_const" >&6; }
19263 if test $ac_cv_c_const = no; then
19265 cat >>confdefs.h <<\_ACEOF
19266 #define const /**/
19267 _ACEOF
19271 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19272 $as_echo_n "checking for inline... " >&6; }
19273 if test "${ac_cv_c_inline+set}" = set; then
19274 $as_echo_n "(cached) " >&6
19275 else
19276 ac_cv_c_inline=no
19277 for ac_kw in inline __inline__ __inline; do
19278 cat >conftest.$ac_ext <<_ACEOF
19279 /* confdefs.h. */
19280 _ACEOF
19281 cat confdefs.h >>conftest.$ac_ext
19282 cat >>conftest.$ac_ext <<_ACEOF
19283 /* end confdefs.h. */
19284 #ifndef __cplusplus
19285 typedef int foo_t;
19286 static $ac_kw foo_t static_foo () {return 0; }
19287 $ac_kw foo_t foo () {return 0; }
19288 #endif
19290 _ACEOF
19291 rm -f conftest.$ac_objext
19292 if { (ac_try="$ac_compile"
19293 case "(($ac_try" in
19294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19295 *) ac_try_echo=$ac_try;;
19296 esac
19297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19298 $as_echo "$ac_try_echo") >&5
19299 (eval "$ac_compile") 2>conftest.er1
19300 ac_status=$?
19301 grep -v '^ *+' conftest.er1 >conftest.err
19302 rm -f conftest.er1
19303 cat conftest.err >&5
19304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19305 (exit $ac_status); } && {
19306 test -z "$ac_c_werror_flag" ||
19307 test ! -s conftest.err
19308 } && test -s conftest.$ac_objext; then
19309 ac_cv_c_inline=$ac_kw
19310 else
19311 $as_echo "$as_me: failed program was:" >&5
19312 sed 's/^/| /' conftest.$ac_ext >&5
19317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19318 test "$ac_cv_c_inline" != no && break
19319 done
19322 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19323 $as_echo "$ac_cv_c_inline" >&6; }
19326 case $ac_cv_c_inline in
19327 inline | yes) ;;
19329 case $ac_cv_c_inline in
19330 no) ac_val=;;
19331 *) ac_val=$ac_cv_c_inline;;
19332 esac
19333 cat >>confdefs.h <<_ACEOF
19334 #ifndef __cplusplus
19335 #define inline $ac_val
19336 #endif
19337 _ACEOF
19339 esac
19341 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19342 $as_echo_n "checking for mode_t... " >&6; }
19343 if test "${ac_cv_type_mode_t+set}" = set; then
19344 $as_echo_n "(cached) " >&6
19345 else
19346 ac_cv_type_mode_t=no
19347 cat >conftest.$ac_ext <<_ACEOF
19348 /* confdefs.h. */
19349 _ACEOF
19350 cat confdefs.h >>conftest.$ac_ext
19351 cat >>conftest.$ac_ext <<_ACEOF
19352 /* end confdefs.h. */
19353 $ac_includes_default
19355 main ()
19357 if (sizeof (mode_t))
19358 return 0;
19360 return 0;
19362 _ACEOF
19363 rm -f conftest.$ac_objext
19364 if { (ac_try="$ac_compile"
19365 case "(($ac_try" in
19366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19367 *) ac_try_echo=$ac_try;;
19368 esac
19369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19370 $as_echo "$ac_try_echo") >&5
19371 (eval "$ac_compile") 2>conftest.er1
19372 ac_status=$?
19373 grep -v '^ *+' conftest.er1 >conftest.err
19374 rm -f conftest.er1
19375 cat conftest.err >&5
19376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19377 (exit $ac_status); } && {
19378 test -z "$ac_c_werror_flag" ||
19379 test ! -s conftest.err
19380 } && test -s conftest.$ac_objext; then
19381 cat >conftest.$ac_ext <<_ACEOF
19382 /* confdefs.h. */
19383 _ACEOF
19384 cat confdefs.h >>conftest.$ac_ext
19385 cat >>conftest.$ac_ext <<_ACEOF
19386 /* end confdefs.h. */
19387 $ac_includes_default
19389 main ()
19391 if (sizeof ((mode_t)))
19392 return 0;
19394 return 0;
19396 _ACEOF
19397 rm -f conftest.$ac_objext
19398 if { (ac_try="$ac_compile"
19399 case "(($ac_try" in
19400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19401 *) ac_try_echo=$ac_try;;
19402 esac
19403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19404 $as_echo "$ac_try_echo") >&5
19405 (eval "$ac_compile") 2>conftest.er1
19406 ac_status=$?
19407 grep -v '^ *+' conftest.er1 >conftest.err
19408 rm -f conftest.er1
19409 cat conftest.err >&5
19410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19411 (exit $ac_status); } && {
19412 test -z "$ac_c_werror_flag" ||
19413 test ! -s conftest.err
19414 } && test -s conftest.$ac_objext; then
19416 else
19417 $as_echo "$as_me: failed program was:" >&5
19418 sed 's/^/| /' conftest.$ac_ext >&5
19420 ac_cv_type_mode_t=yes
19423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19424 else
19425 $as_echo "$as_me: failed program was:" >&5
19426 sed 's/^/| /' conftest.$ac_ext >&5
19431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19433 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19434 $as_echo "$ac_cv_type_mode_t" >&6; }
19435 if test "x$ac_cv_type_mode_t" = x""yes; then
19437 cat >>confdefs.h <<_ACEOF
19438 #define HAVE_MODE_T 1
19439 _ACEOF
19443 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19444 $as_echo_n "checking for off_t... " >&6; }
19445 if test "${ac_cv_type_off_t+set}" = set; then
19446 $as_echo_n "(cached) " >&6
19447 else
19448 ac_cv_type_off_t=no
19449 cat >conftest.$ac_ext <<_ACEOF
19450 /* confdefs.h. */
19451 _ACEOF
19452 cat confdefs.h >>conftest.$ac_ext
19453 cat >>conftest.$ac_ext <<_ACEOF
19454 /* end confdefs.h. */
19455 $ac_includes_default
19457 main ()
19459 if (sizeof (off_t))
19460 return 0;
19462 return 0;
19464 _ACEOF
19465 rm -f conftest.$ac_objext
19466 if { (ac_try="$ac_compile"
19467 case "(($ac_try" in
19468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19469 *) ac_try_echo=$ac_try;;
19470 esac
19471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19472 $as_echo "$ac_try_echo") >&5
19473 (eval "$ac_compile") 2>conftest.er1
19474 ac_status=$?
19475 grep -v '^ *+' conftest.er1 >conftest.err
19476 rm -f conftest.er1
19477 cat conftest.err >&5
19478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19479 (exit $ac_status); } && {
19480 test -z "$ac_c_werror_flag" ||
19481 test ! -s conftest.err
19482 } && test -s conftest.$ac_objext; then
19483 cat >conftest.$ac_ext <<_ACEOF
19484 /* confdefs.h. */
19485 _ACEOF
19486 cat confdefs.h >>conftest.$ac_ext
19487 cat >>conftest.$ac_ext <<_ACEOF
19488 /* end confdefs.h. */
19489 $ac_includes_default
19491 main ()
19493 if (sizeof ((off_t)))
19494 return 0;
19496 return 0;
19498 _ACEOF
19499 rm -f conftest.$ac_objext
19500 if { (ac_try="$ac_compile"
19501 case "(($ac_try" in
19502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19503 *) ac_try_echo=$ac_try;;
19504 esac
19505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19506 $as_echo "$ac_try_echo") >&5
19507 (eval "$ac_compile") 2>conftest.er1
19508 ac_status=$?
19509 grep -v '^ *+' conftest.er1 >conftest.err
19510 rm -f conftest.er1
19511 cat conftest.err >&5
19512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); } && {
19514 test -z "$ac_c_werror_flag" ||
19515 test ! -s conftest.err
19516 } && test -s conftest.$ac_objext; then
19518 else
19519 $as_echo "$as_me: failed program was:" >&5
19520 sed 's/^/| /' conftest.$ac_ext >&5
19522 ac_cv_type_off_t=yes
19525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19526 else
19527 $as_echo "$as_me: failed program was:" >&5
19528 sed 's/^/| /' conftest.$ac_ext >&5
19533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19535 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19536 $as_echo "$ac_cv_type_off_t" >&6; }
19537 if test "x$ac_cv_type_off_t" = x""yes; then
19539 cat >>confdefs.h <<_ACEOF
19540 #define HAVE_OFF_T 1
19541 _ACEOF
19545 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19546 $as_echo_n "checking for pid_t... " >&6; }
19547 if test "${ac_cv_type_pid_t+set}" = set; then
19548 $as_echo_n "(cached) " >&6
19549 else
19550 ac_cv_type_pid_t=no
19551 cat >conftest.$ac_ext <<_ACEOF
19552 /* confdefs.h. */
19553 _ACEOF
19554 cat confdefs.h >>conftest.$ac_ext
19555 cat >>conftest.$ac_ext <<_ACEOF
19556 /* end confdefs.h. */
19557 $ac_includes_default
19559 main ()
19561 if (sizeof (pid_t))
19562 return 0;
19564 return 0;
19566 _ACEOF
19567 rm -f conftest.$ac_objext
19568 if { (ac_try="$ac_compile"
19569 case "(($ac_try" in
19570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19571 *) ac_try_echo=$ac_try;;
19572 esac
19573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19574 $as_echo "$ac_try_echo") >&5
19575 (eval "$ac_compile") 2>conftest.er1
19576 ac_status=$?
19577 grep -v '^ *+' conftest.er1 >conftest.err
19578 rm -f conftest.er1
19579 cat conftest.err >&5
19580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19581 (exit $ac_status); } && {
19582 test -z "$ac_c_werror_flag" ||
19583 test ! -s conftest.err
19584 } && test -s conftest.$ac_objext; then
19585 cat >conftest.$ac_ext <<_ACEOF
19586 /* confdefs.h. */
19587 _ACEOF
19588 cat confdefs.h >>conftest.$ac_ext
19589 cat >>conftest.$ac_ext <<_ACEOF
19590 /* end confdefs.h. */
19591 $ac_includes_default
19593 main ()
19595 if (sizeof ((pid_t)))
19596 return 0;
19598 return 0;
19600 _ACEOF
19601 rm -f conftest.$ac_objext
19602 if { (ac_try="$ac_compile"
19603 case "(($ac_try" in
19604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19605 *) ac_try_echo=$ac_try;;
19606 esac
19607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19608 $as_echo "$ac_try_echo") >&5
19609 (eval "$ac_compile") 2>conftest.er1
19610 ac_status=$?
19611 grep -v '^ *+' conftest.er1 >conftest.err
19612 rm -f conftest.er1
19613 cat conftest.err >&5
19614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19615 (exit $ac_status); } && {
19616 test -z "$ac_c_werror_flag" ||
19617 test ! -s conftest.err
19618 } && test -s conftest.$ac_objext; then
19620 else
19621 $as_echo "$as_me: failed program was:" >&5
19622 sed 's/^/| /' conftest.$ac_ext >&5
19624 ac_cv_type_pid_t=yes
19627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19628 else
19629 $as_echo "$as_me: failed program was:" >&5
19630 sed 's/^/| /' conftest.$ac_ext >&5
19635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19637 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19638 $as_echo "$ac_cv_type_pid_t" >&6; }
19639 if test "x$ac_cv_type_pid_t" = x""yes; then
19641 cat >>confdefs.h <<_ACEOF
19642 #define HAVE_PID_T 1
19643 _ACEOF
19647 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19648 $as_echo_n "checking for size_t... " >&6; }
19649 if test "${ac_cv_type_size_t+set}" = set; then
19650 $as_echo_n "(cached) " >&6
19651 else
19652 ac_cv_type_size_t=no
19653 cat >conftest.$ac_ext <<_ACEOF
19654 /* confdefs.h. */
19655 _ACEOF
19656 cat confdefs.h >>conftest.$ac_ext
19657 cat >>conftest.$ac_ext <<_ACEOF
19658 /* end confdefs.h. */
19659 $ac_includes_default
19661 main ()
19663 if (sizeof (size_t))
19664 return 0;
19666 return 0;
19668 _ACEOF
19669 rm -f conftest.$ac_objext
19670 if { (ac_try="$ac_compile"
19671 case "(($ac_try" in
19672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19673 *) ac_try_echo=$ac_try;;
19674 esac
19675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19676 $as_echo "$ac_try_echo") >&5
19677 (eval "$ac_compile") 2>conftest.er1
19678 ac_status=$?
19679 grep -v '^ *+' conftest.er1 >conftest.err
19680 rm -f conftest.er1
19681 cat conftest.err >&5
19682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683 (exit $ac_status); } && {
19684 test -z "$ac_c_werror_flag" ||
19685 test ! -s conftest.err
19686 } && test -s conftest.$ac_objext; then
19687 cat >conftest.$ac_ext <<_ACEOF
19688 /* confdefs.h. */
19689 _ACEOF
19690 cat confdefs.h >>conftest.$ac_ext
19691 cat >>conftest.$ac_ext <<_ACEOF
19692 /* end confdefs.h. */
19693 $ac_includes_default
19695 main ()
19697 if (sizeof ((size_t)))
19698 return 0;
19700 return 0;
19702 _ACEOF
19703 rm -f conftest.$ac_objext
19704 if { (ac_try="$ac_compile"
19705 case "(($ac_try" in
19706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19707 *) ac_try_echo=$ac_try;;
19708 esac
19709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19710 $as_echo "$ac_try_echo") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19722 else
19723 $as_echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.$ac_ext >&5
19726 ac_cv_type_size_t=yes
19729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19730 else
19731 $as_echo "$as_me: failed program was:" >&5
19732 sed 's/^/| /' conftest.$ac_ext >&5
19737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19739 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19740 $as_echo "$ac_cv_type_size_t" >&6; }
19741 if test "x$ac_cv_type_size_t" = x""yes; then
19743 cat >>confdefs.h <<_ACEOF
19744 #define HAVE_SIZE_T 1
19745 _ACEOF
19749 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19750 $as_echo_n "checking for ssize_t... " >&6; }
19751 if test "${ac_cv_type_ssize_t+set}" = set; then
19752 $as_echo_n "(cached) " >&6
19753 else
19754 ac_cv_type_ssize_t=no
19755 cat >conftest.$ac_ext <<_ACEOF
19756 /* confdefs.h. */
19757 _ACEOF
19758 cat confdefs.h >>conftest.$ac_ext
19759 cat >>conftest.$ac_ext <<_ACEOF
19760 /* end confdefs.h. */
19761 $ac_includes_default
19763 main ()
19765 if (sizeof (ssize_t))
19766 return 0;
19768 return 0;
19770 _ACEOF
19771 rm -f conftest.$ac_objext
19772 if { (ac_try="$ac_compile"
19773 case "(($ac_try" in
19774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19775 *) ac_try_echo=$ac_try;;
19776 esac
19777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19778 $as_echo "$ac_try_echo") >&5
19779 (eval "$ac_compile") 2>conftest.er1
19780 ac_status=$?
19781 grep -v '^ *+' conftest.er1 >conftest.err
19782 rm -f conftest.er1
19783 cat conftest.err >&5
19784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785 (exit $ac_status); } && {
19786 test -z "$ac_c_werror_flag" ||
19787 test ! -s conftest.err
19788 } && test -s conftest.$ac_objext; then
19789 cat >conftest.$ac_ext <<_ACEOF
19790 /* confdefs.h. */
19791 _ACEOF
19792 cat confdefs.h >>conftest.$ac_ext
19793 cat >>conftest.$ac_ext <<_ACEOF
19794 /* end confdefs.h. */
19795 $ac_includes_default
19797 main ()
19799 if (sizeof ((ssize_t)))
19800 return 0;
19802 return 0;
19804 _ACEOF
19805 rm -f conftest.$ac_objext
19806 if { (ac_try="$ac_compile"
19807 case "(($ac_try" in
19808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19809 *) ac_try_echo=$ac_try;;
19810 esac
19811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19812 $as_echo "$ac_try_echo") >&5
19813 (eval "$ac_compile") 2>conftest.er1
19814 ac_status=$?
19815 grep -v '^ *+' conftest.er1 >conftest.err
19816 rm -f conftest.er1
19817 cat conftest.err >&5
19818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && {
19820 test -z "$ac_c_werror_flag" ||
19821 test ! -s conftest.err
19822 } && test -s conftest.$ac_objext; then
19824 else
19825 $as_echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19828 ac_cv_type_ssize_t=yes
19831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19832 else
19833 $as_echo "$as_me: failed program was:" >&5
19834 sed 's/^/| /' conftest.$ac_ext >&5
19839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19841 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19842 $as_echo "$ac_cv_type_ssize_t" >&6; }
19843 if test "x$ac_cv_type_ssize_t" = x""yes; then
19845 cat >>confdefs.h <<_ACEOF
19846 #define HAVE_SSIZE_T 1
19847 _ACEOF
19851 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19852 $as_echo_n "checking for long long... " >&6; }
19853 if test "${ac_cv_type_long_long+set}" = set; then
19854 $as_echo_n "(cached) " >&6
19855 else
19856 ac_cv_type_long_long=no
19857 cat >conftest.$ac_ext <<_ACEOF
19858 /* confdefs.h. */
19859 _ACEOF
19860 cat confdefs.h >>conftest.$ac_ext
19861 cat >>conftest.$ac_ext <<_ACEOF
19862 /* end confdefs.h. */
19863 $ac_includes_default
19865 main ()
19867 if (sizeof (long long))
19868 return 0;
19870 return 0;
19872 _ACEOF
19873 rm -f conftest.$ac_objext
19874 if { (ac_try="$ac_compile"
19875 case "(($ac_try" in
19876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19877 *) ac_try_echo=$ac_try;;
19878 esac
19879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19880 $as_echo "$ac_try_echo") >&5
19881 (eval "$ac_compile") 2>conftest.er1
19882 ac_status=$?
19883 grep -v '^ *+' conftest.er1 >conftest.err
19884 rm -f conftest.er1
19885 cat conftest.err >&5
19886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); } && {
19888 test -z "$ac_c_werror_flag" ||
19889 test ! -s conftest.err
19890 } && test -s conftest.$ac_objext; then
19891 cat >conftest.$ac_ext <<_ACEOF
19892 /* confdefs.h. */
19893 _ACEOF
19894 cat confdefs.h >>conftest.$ac_ext
19895 cat >>conftest.$ac_ext <<_ACEOF
19896 /* end confdefs.h. */
19897 $ac_includes_default
19899 main ()
19901 if (sizeof ((long long)))
19902 return 0;
19904 return 0;
19906 _ACEOF
19907 rm -f conftest.$ac_objext
19908 if { (ac_try="$ac_compile"
19909 case "(($ac_try" in
19910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19911 *) ac_try_echo=$ac_try;;
19912 esac
19913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19914 $as_echo "$ac_try_echo") >&5
19915 (eval "$ac_compile") 2>conftest.er1
19916 ac_status=$?
19917 grep -v '^ *+' conftest.er1 >conftest.err
19918 rm -f conftest.er1
19919 cat conftest.err >&5
19920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); } && {
19922 test -z "$ac_c_werror_flag" ||
19923 test ! -s conftest.err
19924 } && test -s conftest.$ac_objext; then
19926 else
19927 $as_echo "$as_me: failed program was:" >&5
19928 sed 's/^/| /' conftest.$ac_ext >&5
19930 ac_cv_type_long_long=yes
19933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19934 else
19935 $as_echo "$as_me: failed program was:" >&5
19936 sed 's/^/| /' conftest.$ac_ext >&5
19941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19943 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19944 $as_echo "$ac_cv_type_long_long" >&6; }
19945 if test "x$ac_cv_type_long_long" = x""yes; then
19947 cat >>confdefs.h <<_ACEOF
19948 #define HAVE_LONG_LONG 1
19949 _ACEOF
19953 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19954 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19955 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19956 $as_echo_n "(cached) " >&6
19957 else
19958 ac_cv_type_fsblkcnt_t=no
19959 cat >conftest.$ac_ext <<_ACEOF
19960 /* confdefs.h. */
19961 _ACEOF
19962 cat confdefs.h >>conftest.$ac_ext
19963 cat >>conftest.$ac_ext <<_ACEOF
19964 /* end confdefs.h. */
19965 $ac_includes_default
19967 main ()
19969 if (sizeof (fsblkcnt_t))
19970 return 0;
19972 return 0;
19974 _ACEOF
19975 rm -f conftest.$ac_objext
19976 if { (ac_try="$ac_compile"
19977 case "(($ac_try" in
19978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19979 *) ac_try_echo=$ac_try;;
19980 esac
19981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19982 $as_echo "$ac_try_echo") >&5
19983 (eval "$ac_compile") 2>conftest.er1
19984 ac_status=$?
19985 grep -v '^ *+' conftest.er1 >conftest.err
19986 rm -f conftest.er1
19987 cat conftest.err >&5
19988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19989 (exit $ac_status); } && {
19990 test -z "$ac_c_werror_flag" ||
19991 test ! -s conftest.err
19992 } && test -s conftest.$ac_objext; then
19993 cat >conftest.$ac_ext <<_ACEOF
19994 /* confdefs.h. */
19995 _ACEOF
19996 cat confdefs.h >>conftest.$ac_ext
19997 cat >>conftest.$ac_ext <<_ACEOF
19998 /* end confdefs.h. */
19999 $ac_includes_default
20001 main ()
20003 if (sizeof ((fsblkcnt_t)))
20004 return 0;
20006 return 0;
20008 _ACEOF
20009 rm -f conftest.$ac_objext
20010 if { (ac_try="$ac_compile"
20011 case "(($ac_try" in
20012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20013 *) ac_try_echo=$ac_try;;
20014 esac
20015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20016 $as_echo "$ac_try_echo") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20018 ac_status=$?
20019 grep -v '^ *+' conftest.er1 >conftest.err
20020 rm -f conftest.er1
20021 cat conftest.err >&5
20022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.$ac_objext; then
20028 else
20029 $as_echo "$as_me: failed program was:" >&5
20030 sed 's/^/| /' conftest.$ac_ext >&5
20032 ac_cv_type_fsblkcnt_t=yes
20035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20036 else
20037 $as_echo "$as_me: failed program was:" >&5
20038 sed 's/^/| /' conftest.$ac_ext >&5
20043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20045 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20046 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20047 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20049 cat >>confdefs.h <<_ACEOF
20050 #define HAVE_FSBLKCNT_T 1
20051 _ACEOF
20055 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20056 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20057 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20058 $as_echo_n "(cached) " >&6
20059 else
20060 ac_cv_type_fsfilcnt_t=no
20061 cat >conftest.$ac_ext <<_ACEOF
20062 /* confdefs.h. */
20063 _ACEOF
20064 cat confdefs.h >>conftest.$ac_ext
20065 cat >>conftest.$ac_ext <<_ACEOF
20066 /* end confdefs.h. */
20067 $ac_includes_default
20069 main ()
20071 if (sizeof (fsfilcnt_t))
20072 return 0;
20074 return 0;
20076 _ACEOF
20077 rm -f conftest.$ac_objext
20078 if { (ac_try="$ac_compile"
20079 case "(($ac_try" in
20080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20081 *) ac_try_echo=$ac_try;;
20082 esac
20083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20084 $as_echo "$ac_try_echo") >&5
20085 (eval "$ac_compile") 2>conftest.er1
20086 ac_status=$?
20087 grep -v '^ *+' conftest.er1 >conftest.err
20088 rm -f conftest.er1
20089 cat conftest.err >&5
20090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20091 (exit $ac_status); } && {
20092 test -z "$ac_c_werror_flag" ||
20093 test ! -s conftest.err
20094 } && test -s conftest.$ac_objext; then
20095 cat >conftest.$ac_ext <<_ACEOF
20096 /* confdefs.h. */
20097 _ACEOF
20098 cat confdefs.h >>conftest.$ac_ext
20099 cat >>conftest.$ac_ext <<_ACEOF
20100 /* end confdefs.h. */
20101 $ac_includes_default
20103 main ()
20105 if (sizeof ((fsfilcnt_t)))
20106 return 0;
20108 return 0;
20110 _ACEOF
20111 rm -f conftest.$ac_objext
20112 if { (ac_try="$ac_compile"
20113 case "(($ac_try" in
20114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20115 *) ac_try_echo=$ac_try;;
20116 esac
20117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20118 $as_echo "$ac_try_echo") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20120 ac_status=$?
20121 grep -v '^ *+' conftest.er1 >conftest.err
20122 rm -f conftest.er1
20123 cat conftest.err >&5
20124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20130 else
20131 $as_echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 ac_cv_type_fsfilcnt_t=yes
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20138 else
20139 $as_echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20147 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20148 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20149 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20151 cat >>confdefs.h <<_ACEOF
20152 #define HAVE_FSFILCNT_T 1
20153 _ACEOF
20158 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20159 $as_echo_n "checking for sigset_t... " >&6; }
20160 if test "${ac_cv_type_sigset_t+set}" = set; then
20161 $as_echo_n "(cached) " >&6
20162 else
20163 ac_cv_type_sigset_t=no
20164 cat >conftest.$ac_ext <<_ACEOF
20165 /* confdefs.h. */
20166 _ACEOF
20167 cat confdefs.h >>conftest.$ac_ext
20168 cat >>conftest.$ac_ext <<_ACEOF
20169 /* end confdefs.h. */
20170 #include <sys/types.h>
20171 #include <signal.h>
20174 main ()
20176 if (sizeof (sigset_t))
20177 return 0;
20179 return 0;
20181 _ACEOF
20182 rm -f conftest.$ac_objext
20183 if { (ac_try="$ac_compile"
20184 case "(($ac_try" in
20185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20186 *) ac_try_echo=$ac_try;;
20187 esac
20188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20189 $as_echo "$ac_try_echo") >&5
20190 (eval "$ac_compile") 2>conftest.er1
20191 ac_status=$?
20192 grep -v '^ *+' conftest.er1 >conftest.err
20193 rm -f conftest.er1
20194 cat conftest.err >&5
20195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); } && {
20197 test -z "$ac_c_werror_flag" ||
20198 test ! -s conftest.err
20199 } && test -s conftest.$ac_objext; then
20200 cat >conftest.$ac_ext <<_ACEOF
20201 /* confdefs.h. */
20202 _ACEOF
20203 cat confdefs.h >>conftest.$ac_ext
20204 cat >>conftest.$ac_ext <<_ACEOF
20205 /* end confdefs.h. */
20206 #include <sys/types.h>
20207 #include <signal.h>
20210 main ()
20212 if (sizeof ((sigset_t)))
20213 return 0;
20215 return 0;
20217 _ACEOF
20218 rm -f conftest.$ac_objext
20219 if { (ac_try="$ac_compile"
20220 case "(($ac_try" in
20221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20222 *) ac_try_echo=$ac_try;;
20223 esac
20224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20225 $as_echo "$ac_try_echo") >&5
20226 (eval "$ac_compile") 2>conftest.er1
20227 ac_status=$?
20228 grep -v '^ *+' conftest.er1 >conftest.err
20229 rm -f conftest.er1
20230 cat conftest.err >&5
20231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest.$ac_objext; then
20237 else
20238 $as_echo "$as_me: failed program was:" >&5
20239 sed 's/^/| /' conftest.$ac_ext >&5
20241 ac_cv_type_sigset_t=yes
20244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20245 else
20246 $as_echo "$as_me: failed program was:" >&5
20247 sed 's/^/| /' conftest.$ac_ext >&5
20252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20254 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20255 $as_echo "$ac_cv_type_sigset_t" >&6; }
20256 if test "x$ac_cv_type_sigset_t" = x""yes; then
20258 cat >>confdefs.h <<_ACEOF
20259 #define HAVE_SIGSET_T 1
20260 _ACEOF
20265 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20266 $as_echo_n "checking for request_sense... " >&6; }
20267 if test "${ac_cv_type_request_sense+set}" = set; then
20268 $as_echo_n "(cached) " >&6
20269 else
20270 ac_cv_type_request_sense=no
20271 cat >conftest.$ac_ext <<_ACEOF
20272 /* confdefs.h. */
20273 _ACEOF
20274 cat confdefs.h >>conftest.$ac_ext
20275 cat >>conftest.$ac_ext <<_ACEOF
20276 /* end confdefs.h. */
20277 #include <linux/cdrom.h>
20280 main ()
20282 if (sizeof (request_sense))
20283 return 0;
20285 return 0;
20287 _ACEOF
20288 rm -f conftest.$ac_objext
20289 if { (ac_try="$ac_compile"
20290 case "(($ac_try" in
20291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20292 *) ac_try_echo=$ac_try;;
20293 esac
20294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20295 $as_echo "$ac_try_echo") >&5
20296 (eval "$ac_compile") 2>conftest.er1
20297 ac_status=$?
20298 grep -v '^ *+' conftest.er1 >conftest.err
20299 rm -f conftest.er1
20300 cat conftest.err >&5
20301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); } && {
20303 test -z "$ac_c_werror_flag" ||
20304 test ! -s conftest.err
20305 } && test -s conftest.$ac_objext; then
20306 cat >conftest.$ac_ext <<_ACEOF
20307 /* confdefs.h. */
20308 _ACEOF
20309 cat confdefs.h >>conftest.$ac_ext
20310 cat >>conftest.$ac_ext <<_ACEOF
20311 /* end confdefs.h. */
20312 #include <linux/cdrom.h>
20315 main ()
20317 if (sizeof ((request_sense)))
20318 return 0;
20320 return 0;
20322 _ACEOF
20323 rm -f conftest.$ac_objext
20324 if { (ac_try="$ac_compile"
20325 case "(($ac_try" in
20326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20327 *) ac_try_echo=$ac_try;;
20328 esac
20329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20330 $as_echo "$ac_try_echo") >&5
20331 (eval "$ac_compile") 2>conftest.er1
20332 ac_status=$?
20333 grep -v '^ *+' conftest.er1 >conftest.err
20334 rm -f conftest.er1
20335 cat conftest.err >&5
20336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20337 (exit $ac_status); } && {
20338 test -z "$ac_c_werror_flag" ||
20339 test ! -s conftest.err
20340 } && test -s conftest.$ac_objext; then
20342 else
20343 $as_echo "$as_me: failed program was:" >&5
20344 sed 's/^/| /' conftest.$ac_ext >&5
20346 ac_cv_type_request_sense=yes
20349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20350 else
20351 $as_echo "$as_me: failed program was:" >&5
20352 sed 's/^/| /' conftest.$ac_ext >&5
20357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20359 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20360 $as_echo "$ac_cv_type_request_sense" >&6; }
20361 if test "x$ac_cv_type_request_sense" = x""yes; then
20363 cat >>confdefs.h <<_ACEOF
20364 #define HAVE_REQUEST_SENSE 1
20365 _ACEOF
20371 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20372 $as_echo_n "checking for struct xinpgen... " >&6; }
20373 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20374 $as_echo_n "(cached) " >&6
20375 else
20376 ac_cv_type_struct_xinpgen=no
20377 cat >conftest.$ac_ext <<_ACEOF
20378 /* confdefs.h. */
20379 _ACEOF
20380 cat confdefs.h >>conftest.$ac_ext
20381 cat >>conftest.$ac_ext <<_ACEOF
20382 /* end confdefs.h. */
20383 #include <sys/types.h>
20384 #ifdef HAVE_SYS_SOCKET_H
20385 #include <sys/socket.h>
20386 #endif
20387 #ifdef HAVE_SYS_SOCKETVAR_H
20388 #include <sys/socketvar.h>
20389 #endif
20390 #ifdef HAVE_NET_ROUTE_H
20391 #include <net/route.h>
20392 #endif
20393 #ifdef HAVE_NETINET_IN_H
20394 #include <netinet/in.h>
20395 #endif
20396 #ifdef HAVE_NETINET_IN_SYSTM_H
20397 #include <netinet/in_systm.h>
20398 #endif
20399 #ifdef HAVE_NETINET_IP_H
20400 #include <netinet/ip.h>
20401 #endif
20402 #ifdef HAVE_NETINET_IN_PCB_H
20403 #include <netinet/in_pcb.h>
20404 #endif
20407 main ()
20409 if (sizeof (struct xinpgen))
20410 return 0;
20412 return 0;
20414 _ACEOF
20415 rm -f conftest.$ac_objext
20416 if { (ac_try="$ac_compile"
20417 case "(($ac_try" in
20418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20419 *) ac_try_echo=$ac_try;;
20420 esac
20421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20422 $as_echo "$ac_try_echo") >&5
20423 (eval "$ac_compile") 2>conftest.er1
20424 ac_status=$?
20425 grep -v '^ *+' conftest.er1 >conftest.err
20426 rm -f conftest.er1
20427 cat conftest.err >&5
20428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); } && {
20430 test -z "$ac_c_werror_flag" ||
20431 test ! -s conftest.err
20432 } && test -s conftest.$ac_objext; then
20433 cat >conftest.$ac_ext <<_ACEOF
20434 /* confdefs.h. */
20435 _ACEOF
20436 cat confdefs.h >>conftest.$ac_ext
20437 cat >>conftest.$ac_ext <<_ACEOF
20438 /* end confdefs.h. */
20439 #include <sys/types.h>
20440 #ifdef HAVE_SYS_SOCKET_H
20441 #include <sys/socket.h>
20442 #endif
20443 #ifdef HAVE_SYS_SOCKETVAR_H
20444 #include <sys/socketvar.h>
20445 #endif
20446 #ifdef HAVE_NET_ROUTE_H
20447 #include <net/route.h>
20448 #endif
20449 #ifdef HAVE_NETINET_IN_H
20450 #include <netinet/in.h>
20451 #endif
20452 #ifdef HAVE_NETINET_IN_SYSTM_H
20453 #include <netinet/in_systm.h>
20454 #endif
20455 #ifdef HAVE_NETINET_IP_H
20456 #include <netinet/ip.h>
20457 #endif
20458 #ifdef HAVE_NETINET_IN_PCB_H
20459 #include <netinet/in_pcb.h>
20460 #endif
20463 main ()
20465 if (sizeof ((struct xinpgen)))
20466 return 0;
20468 return 0;
20470 _ACEOF
20471 rm -f conftest.$ac_objext
20472 if { (ac_try="$ac_compile"
20473 case "(($ac_try" in
20474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20475 *) ac_try_echo=$ac_try;;
20476 esac
20477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20478 $as_echo "$ac_try_echo") >&5
20479 (eval "$ac_compile") 2>conftest.er1
20480 ac_status=$?
20481 grep -v '^ *+' conftest.er1 >conftest.err
20482 rm -f conftest.er1
20483 cat conftest.err >&5
20484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20485 (exit $ac_status); } && {
20486 test -z "$ac_c_werror_flag" ||
20487 test ! -s conftest.err
20488 } && test -s conftest.$ac_objext; then
20490 else
20491 $as_echo "$as_me: failed program was:" >&5
20492 sed 's/^/| /' conftest.$ac_ext >&5
20494 ac_cv_type_struct_xinpgen=yes
20497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20498 else
20499 $as_echo "$as_me: failed program was:" >&5
20500 sed 's/^/| /' conftest.$ac_ext >&5
20505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20507 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20508 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20509 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20511 cat >>confdefs.h <<_ACEOF
20512 #define HAVE_STRUCT_XINPGEN 1
20513 _ACEOF
20519 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20520 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20521 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20522 $as_echo_n "(cached) " >&6
20523 else
20524 cat >conftest.$ac_ext <<_ACEOF
20525 /* confdefs.h. */
20526 _ACEOF
20527 cat confdefs.h >>conftest.$ac_ext
20528 cat >>conftest.$ac_ext <<_ACEOF
20529 /* end confdefs.h. */
20530 #ifdef HAVE_LINUX_INPUT_H
20531 #include <linux/input.h>
20532 #endif
20535 main ()
20537 static struct ff_effect ac_aggr;
20538 if (ac_aggr.direction)
20539 return 0;
20541 return 0;
20543 _ACEOF
20544 rm -f conftest.$ac_objext
20545 if { (ac_try="$ac_compile"
20546 case "(($ac_try" in
20547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20548 *) ac_try_echo=$ac_try;;
20549 esac
20550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20551 $as_echo "$ac_try_echo") >&5
20552 (eval "$ac_compile") 2>conftest.er1
20553 ac_status=$?
20554 grep -v '^ *+' conftest.er1 >conftest.err
20555 rm -f conftest.er1
20556 cat conftest.err >&5
20557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20558 (exit $ac_status); } && {
20559 test -z "$ac_c_werror_flag" ||
20560 test ! -s conftest.err
20561 } && test -s conftest.$ac_objext; then
20562 ac_cv_member_struct_ff_effect_direction=yes
20563 else
20564 $as_echo "$as_me: failed program was:" >&5
20565 sed 's/^/| /' conftest.$ac_ext >&5
20567 cat >conftest.$ac_ext <<_ACEOF
20568 /* confdefs.h. */
20569 _ACEOF
20570 cat confdefs.h >>conftest.$ac_ext
20571 cat >>conftest.$ac_ext <<_ACEOF
20572 /* end confdefs.h. */
20573 #ifdef HAVE_LINUX_INPUT_H
20574 #include <linux/input.h>
20575 #endif
20578 main ()
20580 static struct ff_effect ac_aggr;
20581 if (sizeof ac_aggr.direction)
20582 return 0;
20584 return 0;
20586 _ACEOF
20587 rm -f conftest.$ac_objext
20588 if { (ac_try="$ac_compile"
20589 case "(($ac_try" in
20590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20591 *) ac_try_echo=$ac_try;;
20592 esac
20593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20594 $as_echo "$ac_try_echo") >&5
20595 (eval "$ac_compile") 2>conftest.er1
20596 ac_status=$?
20597 grep -v '^ *+' conftest.er1 >conftest.err
20598 rm -f conftest.er1
20599 cat conftest.err >&5
20600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20601 (exit $ac_status); } && {
20602 test -z "$ac_c_werror_flag" ||
20603 test ! -s conftest.err
20604 } && test -s conftest.$ac_objext; then
20605 ac_cv_member_struct_ff_effect_direction=yes
20606 else
20607 $as_echo "$as_me: failed program was:" >&5
20608 sed 's/^/| /' conftest.$ac_ext >&5
20610 ac_cv_member_struct_ff_effect_direction=no
20613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20618 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20619 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20620 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20622 cat >>confdefs.h <<_ACEOF
20623 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20624 _ACEOF
20630 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20631 $as_echo_n "checking for sigaddset... " >&6; }
20632 if test "${wine_cv_have_sigaddset+set}" = set; then
20633 $as_echo_n "(cached) " >&6
20634 else
20635 cat >conftest.$ac_ext <<_ACEOF
20636 /* confdefs.h. */
20637 _ACEOF
20638 cat confdefs.h >>conftest.$ac_ext
20639 cat >>conftest.$ac_ext <<_ACEOF
20640 /* end confdefs.h. */
20641 #include <signal.h>
20643 main ()
20645 sigset_t set; sigaddset(&set,SIGTERM);
20647 return 0;
20649 _ACEOF
20650 rm -f conftest.$ac_objext conftest$ac_exeext
20651 if { (ac_try="$ac_link"
20652 case "(($ac_try" in
20653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20654 *) ac_try_echo=$ac_try;;
20655 esac
20656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20657 $as_echo "$ac_try_echo") >&5
20658 (eval "$ac_link") 2>conftest.er1
20659 ac_status=$?
20660 grep -v '^ *+' conftest.er1 >conftest.err
20661 rm -f conftest.er1
20662 cat conftest.err >&5
20663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20664 (exit $ac_status); } && {
20665 test -z "$ac_c_werror_flag" ||
20666 test ! -s conftest.err
20667 } && test -s conftest$ac_exeext && {
20668 test "$cross_compiling" = yes ||
20669 $as_test_x conftest$ac_exeext
20670 }; then
20671 wine_cv_have_sigaddset=yes
20672 else
20673 $as_echo "$as_me: failed program was:" >&5
20674 sed 's/^/| /' conftest.$ac_ext >&5
20676 wine_cv_have_sigaddset=no
20679 rm -rf conftest.dSYM
20680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20681 conftest$ac_exeext conftest.$ac_ext
20683 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20684 $as_echo "$wine_cv_have_sigaddset" >&6; }
20685 if test "$wine_cv_have_sigaddset" = "yes"
20686 then
20688 cat >>confdefs.h <<\_ACEOF
20689 #define HAVE_SIGADDSET 1
20690 _ACEOF
20695 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20696 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20697 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20698 $as_echo_n "(cached) " >&6
20699 else
20700 cat >conftest.$ac_ext <<_ACEOF
20701 /* confdefs.h. */
20702 _ACEOF
20703 cat confdefs.h >>conftest.$ac_ext
20704 cat >>conftest.$ac_ext <<_ACEOF
20705 /* end confdefs.h. */
20706 #include <netdb.h>
20708 main ()
20711 char *name=0;
20712 struct hostent he;
20713 struct hostent *result;
20714 char *buf=0;
20715 int bufsize=0;
20716 int res,errnr;
20717 char *addr=0;
20718 int addrlen=0;
20719 int addrtype=0;
20720 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20721 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20724 return 0;
20726 _ACEOF
20727 rm -f conftest.$ac_objext conftest$ac_exeext
20728 if { (ac_try="$ac_link"
20729 case "(($ac_try" in
20730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20731 *) ac_try_echo=$ac_try;;
20732 esac
20733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20734 $as_echo "$ac_try_echo") >&5
20735 (eval "$ac_link") 2>conftest.er1
20736 ac_status=$?
20737 grep -v '^ *+' conftest.er1 >conftest.err
20738 rm -f conftest.er1
20739 cat conftest.err >&5
20740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20741 (exit $ac_status); } && {
20742 test -z "$ac_c_werror_flag" ||
20743 test ! -s conftest.err
20744 } && test -s conftest$ac_exeext && {
20745 test "$cross_compiling" = yes ||
20746 $as_test_x conftest$ac_exeext
20747 }; then
20748 wine_cv_linux_gethostbyname_r_6=yes
20749 else
20750 $as_echo "$as_me: failed program was:" >&5
20751 sed 's/^/| /' conftest.$ac_ext >&5
20753 wine_cv_linux_gethostbyname_r_6=no
20757 rm -rf conftest.dSYM
20758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20759 conftest$ac_exeext conftest.$ac_ext
20762 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20763 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20764 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20765 then
20767 cat >>confdefs.h <<\_ACEOF
20768 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20769 _ACEOF
20773 if test "$ac_cv_header_linux_joystick_h" = "yes"
20774 then
20775 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20776 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20777 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20778 $as_echo_n "(cached) " >&6
20779 else
20780 cat >conftest.$ac_ext <<_ACEOF
20781 /* confdefs.h. */
20782 _ACEOF
20783 cat confdefs.h >>conftest.$ac_ext
20784 cat >>conftest.$ac_ext <<_ACEOF
20785 /* end confdefs.h. */
20787 #include <sys/ioctl.h>
20788 #include <sys/types.h>
20789 #include <linux/joystick.h>
20791 struct js_event blub;
20792 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20793 #error "no 2.2 header"
20794 #endif
20797 main ()
20799 /*empty*/
20801 return 0;
20803 _ACEOF
20804 rm -f conftest.$ac_objext
20805 if { (ac_try="$ac_compile"
20806 case "(($ac_try" in
20807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20808 *) ac_try_echo=$ac_try;;
20809 esac
20810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20811 $as_echo "$ac_try_echo") >&5
20812 (eval "$ac_compile") 2>conftest.er1
20813 ac_status=$?
20814 grep -v '^ *+' conftest.er1 >conftest.err
20815 rm -f conftest.er1
20816 cat conftest.err >&5
20817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20818 (exit $ac_status); } && {
20819 test -z "$ac_c_werror_flag" ||
20820 test ! -s conftest.err
20821 } && test -s conftest.$ac_objext; then
20822 wine_cv_linux_joystick_22_api=yes
20823 else
20824 $as_echo "$as_me: failed program was:" >&5
20825 sed 's/^/| /' conftest.$ac_ext >&5
20827 wine_cv_linux_joystick_22_api=no
20830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20833 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20834 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20835 if test "$wine_cv_linux_joystick_22_api" = "yes"
20836 then
20838 cat >>confdefs.h <<\_ACEOF
20839 #define HAVE_LINUX_22_JOYSTICK_API 1
20840 _ACEOF
20846 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20847 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20848 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20849 $as_echo_n "(cached) " >&6
20850 else
20851 cat >conftest.$ac_ext <<_ACEOF
20852 /* confdefs.h. */
20853 _ACEOF
20854 cat confdefs.h >>conftest.$ac_ext
20855 cat >>conftest.$ac_ext <<_ACEOF
20856 /* end confdefs.h. */
20857 #include <sys/types.h>
20858 #ifdef HAVE_SYS_PARAM_H
20859 # include <sys/param.h>
20860 #endif
20861 #ifdef HAVE_SYS_MOUNT_H
20862 # include <sys/mount.h>
20863 #endif
20864 #ifdef HAVE_SYS_VFS_H
20865 # include <sys/vfs.h>
20866 #endif
20867 #ifdef HAVE_SYS_STATFS_H
20868 # include <sys/statfs.h>
20869 #endif
20872 main ()
20874 static struct statfs ac_aggr;
20875 if (ac_aggr.f_bfree)
20876 return 0;
20878 return 0;
20880 _ACEOF
20881 rm -f conftest.$ac_objext
20882 if { (ac_try="$ac_compile"
20883 case "(($ac_try" in
20884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20885 *) ac_try_echo=$ac_try;;
20886 esac
20887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20888 $as_echo "$ac_try_echo") >&5
20889 (eval "$ac_compile") 2>conftest.er1
20890 ac_status=$?
20891 grep -v '^ *+' conftest.er1 >conftest.err
20892 rm -f conftest.er1
20893 cat conftest.err >&5
20894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20895 (exit $ac_status); } && {
20896 test -z "$ac_c_werror_flag" ||
20897 test ! -s conftest.err
20898 } && test -s conftest.$ac_objext; then
20899 ac_cv_member_struct_statfs_f_bfree=yes
20900 else
20901 $as_echo "$as_me: failed program was:" >&5
20902 sed 's/^/| /' conftest.$ac_ext >&5
20904 cat >conftest.$ac_ext <<_ACEOF
20905 /* confdefs.h. */
20906 _ACEOF
20907 cat confdefs.h >>conftest.$ac_ext
20908 cat >>conftest.$ac_ext <<_ACEOF
20909 /* end confdefs.h. */
20910 #include <sys/types.h>
20911 #ifdef HAVE_SYS_PARAM_H
20912 # include <sys/param.h>
20913 #endif
20914 #ifdef HAVE_SYS_MOUNT_H
20915 # include <sys/mount.h>
20916 #endif
20917 #ifdef HAVE_SYS_VFS_H
20918 # include <sys/vfs.h>
20919 #endif
20920 #ifdef HAVE_SYS_STATFS_H
20921 # include <sys/statfs.h>
20922 #endif
20925 main ()
20927 static struct statfs ac_aggr;
20928 if (sizeof ac_aggr.f_bfree)
20929 return 0;
20931 return 0;
20933 _ACEOF
20934 rm -f conftest.$ac_objext
20935 if { (ac_try="$ac_compile"
20936 case "(($ac_try" in
20937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20938 *) ac_try_echo=$ac_try;;
20939 esac
20940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20941 $as_echo "$ac_try_echo") >&5
20942 (eval "$ac_compile") 2>conftest.er1
20943 ac_status=$?
20944 grep -v '^ *+' conftest.er1 >conftest.err
20945 rm -f conftest.er1
20946 cat conftest.err >&5
20947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948 (exit $ac_status); } && {
20949 test -z "$ac_c_werror_flag" ||
20950 test ! -s conftest.err
20951 } && test -s conftest.$ac_objext; then
20952 ac_cv_member_struct_statfs_f_bfree=yes
20953 else
20954 $as_echo "$as_me: failed program was:" >&5
20955 sed 's/^/| /' conftest.$ac_ext >&5
20957 ac_cv_member_struct_statfs_f_bfree=no
20960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20965 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20966 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20967 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20969 cat >>confdefs.h <<_ACEOF
20970 #define HAVE_STRUCT_STATFS_F_BFREE 1
20971 _ACEOF
20975 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20976 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20977 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20978 $as_echo_n "(cached) " >&6
20979 else
20980 cat >conftest.$ac_ext <<_ACEOF
20981 /* confdefs.h. */
20982 _ACEOF
20983 cat confdefs.h >>conftest.$ac_ext
20984 cat >>conftest.$ac_ext <<_ACEOF
20985 /* end confdefs.h. */
20986 #include <sys/types.h>
20987 #ifdef HAVE_SYS_PARAM_H
20988 # include <sys/param.h>
20989 #endif
20990 #ifdef HAVE_SYS_MOUNT_H
20991 # include <sys/mount.h>
20992 #endif
20993 #ifdef HAVE_SYS_VFS_H
20994 # include <sys/vfs.h>
20995 #endif
20996 #ifdef HAVE_SYS_STATFS_H
20997 # include <sys/statfs.h>
20998 #endif
21001 main ()
21003 static struct statfs ac_aggr;
21004 if (ac_aggr.f_bavail)
21005 return 0;
21007 return 0;
21009 _ACEOF
21010 rm -f conftest.$ac_objext
21011 if { (ac_try="$ac_compile"
21012 case "(($ac_try" in
21013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21014 *) ac_try_echo=$ac_try;;
21015 esac
21016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21017 $as_echo "$ac_try_echo") >&5
21018 (eval "$ac_compile") 2>conftest.er1
21019 ac_status=$?
21020 grep -v '^ *+' conftest.er1 >conftest.err
21021 rm -f conftest.er1
21022 cat conftest.err >&5
21023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21024 (exit $ac_status); } && {
21025 test -z "$ac_c_werror_flag" ||
21026 test ! -s conftest.err
21027 } && test -s conftest.$ac_objext; then
21028 ac_cv_member_struct_statfs_f_bavail=yes
21029 else
21030 $as_echo "$as_me: failed program was:" >&5
21031 sed 's/^/| /' conftest.$ac_ext >&5
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 #include <sys/types.h>
21040 #ifdef HAVE_SYS_PARAM_H
21041 # include <sys/param.h>
21042 #endif
21043 #ifdef HAVE_SYS_MOUNT_H
21044 # include <sys/mount.h>
21045 #endif
21046 #ifdef HAVE_SYS_VFS_H
21047 # include <sys/vfs.h>
21048 #endif
21049 #ifdef HAVE_SYS_STATFS_H
21050 # include <sys/statfs.h>
21051 #endif
21054 main ()
21056 static struct statfs ac_aggr;
21057 if (sizeof ac_aggr.f_bavail)
21058 return 0;
21060 return 0;
21062 _ACEOF
21063 rm -f conftest.$ac_objext
21064 if { (ac_try="$ac_compile"
21065 case "(($ac_try" in
21066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21067 *) ac_try_echo=$ac_try;;
21068 esac
21069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21070 $as_echo "$ac_try_echo") >&5
21071 (eval "$ac_compile") 2>conftest.er1
21072 ac_status=$?
21073 grep -v '^ *+' conftest.er1 >conftest.err
21074 rm -f conftest.er1
21075 cat conftest.err >&5
21076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } && {
21078 test -z "$ac_c_werror_flag" ||
21079 test ! -s conftest.err
21080 } && test -s conftest.$ac_objext; then
21081 ac_cv_member_struct_statfs_f_bavail=yes
21082 else
21083 $as_echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.$ac_ext >&5
21086 ac_cv_member_struct_statfs_f_bavail=no
21089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21094 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21095 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21096 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21098 cat >>confdefs.h <<_ACEOF
21099 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21100 _ACEOF
21104 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21105 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21106 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21107 $as_echo_n "(cached) " >&6
21108 else
21109 cat >conftest.$ac_ext <<_ACEOF
21110 /* confdefs.h. */
21111 _ACEOF
21112 cat confdefs.h >>conftest.$ac_ext
21113 cat >>conftest.$ac_ext <<_ACEOF
21114 /* end confdefs.h. */
21115 #include <sys/types.h>
21116 #ifdef HAVE_SYS_PARAM_H
21117 # include <sys/param.h>
21118 #endif
21119 #ifdef HAVE_SYS_MOUNT_H
21120 # include <sys/mount.h>
21121 #endif
21122 #ifdef HAVE_SYS_VFS_H
21123 # include <sys/vfs.h>
21124 #endif
21125 #ifdef HAVE_SYS_STATFS_H
21126 # include <sys/statfs.h>
21127 #endif
21130 main ()
21132 static struct statfs ac_aggr;
21133 if (ac_aggr.f_frsize)
21134 return 0;
21136 return 0;
21138 _ACEOF
21139 rm -f conftest.$ac_objext
21140 if { (ac_try="$ac_compile"
21141 case "(($ac_try" in
21142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21143 *) ac_try_echo=$ac_try;;
21144 esac
21145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21146 $as_echo "$ac_try_echo") >&5
21147 (eval "$ac_compile") 2>conftest.er1
21148 ac_status=$?
21149 grep -v '^ *+' conftest.er1 >conftest.err
21150 rm -f conftest.er1
21151 cat conftest.err >&5
21152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21153 (exit $ac_status); } && {
21154 test -z "$ac_c_werror_flag" ||
21155 test ! -s conftest.err
21156 } && test -s conftest.$ac_objext; then
21157 ac_cv_member_struct_statfs_f_frsize=yes
21158 else
21159 $as_echo "$as_me: failed program was:" >&5
21160 sed 's/^/| /' conftest.$ac_ext >&5
21162 cat >conftest.$ac_ext <<_ACEOF
21163 /* confdefs.h. */
21164 _ACEOF
21165 cat confdefs.h >>conftest.$ac_ext
21166 cat >>conftest.$ac_ext <<_ACEOF
21167 /* end confdefs.h. */
21168 #include <sys/types.h>
21169 #ifdef HAVE_SYS_PARAM_H
21170 # include <sys/param.h>
21171 #endif
21172 #ifdef HAVE_SYS_MOUNT_H
21173 # include <sys/mount.h>
21174 #endif
21175 #ifdef HAVE_SYS_VFS_H
21176 # include <sys/vfs.h>
21177 #endif
21178 #ifdef HAVE_SYS_STATFS_H
21179 # include <sys/statfs.h>
21180 #endif
21183 main ()
21185 static struct statfs ac_aggr;
21186 if (sizeof ac_aggr.f_frsize)
21187 return 0;
21189 return 0;
21191 _ACEOF
21192 rm -f conftest.$ac_objext
21193 if { (ac_try="$ac_compile"
21194 case "(($ac_try" in
21195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21196 *) ac_try_echo=$ac_try;;
21197 esac
21198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21199 $as_echo "$ac_try_echo") >&5
21200 (eval "$ac_compile") 2>conftest.er1
21201 ac_status=$?
21202 grep -v '^ *+' conftest.er1 >conftest.err
21203 rm -f conftest.er1
21204 cat conftest.err >&5
21205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206 (exit $ac_status); } && {
21207 test -z "$ac_c_werror_flag" ||
21208 test ! -s conftest.err
21209 } && test -s conftest.$ac_objext; then
21210 ac_cv_member_struct_statfs_f_frsize=yes
21211 else
21212 $as_echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21215 ac_cv_member_struct_statfs_f_frsize=no
21218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21223 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21224 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21225 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21227 cat >>confdefs.h <<_ACEOF
21228 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21229 _ACEOF
21233 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21234 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21235 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21236 $as_echo_n "(cached) " >&6
21237 else
21238 cat >conftest.$ac_ext <<_ACEOF
21239 /* confdefs.h. */
21240 _ACEOF
21241 cat confdefs.h >>conftest.$ac_ext
21242 cat >>conftest.$ac_ext <<_ACEOF
21243 /* end confdefs.h. */
21244 #include <sys/types.h>
21245 #ifdef HAVE_SYS_PARAM_H
21246 # include <sys/param.h>
21247 #endif
21248 #ifdef HAVE_SYS_MOUNT_H
21249 # include <sys/mount.h>
21250 #endif
21251 #ifdef HAVE_SYS_VFS_H
21252 # include <sys/vfs.h>
21253 #endif
21254 #ifdef HAVE_SYS_STATFS_H
21255 # include <sys/statfs.h>
21256 #endif
21259 main ()
21261 static struct statfs ac_aggr;
21262 if (ac_aggr.f_ffree)
21263 return 0;
21265 return 0;
21267 _ACEOF
21268 rm -f conftest.$ac_objext
21269 if { (ac_try="$ac_compile"
21270 case "(($ac_try" in
21271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21272 *) ac_try_echo=$ac_try;;
21273 esac
21274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21275 $as_echo "$ac_try_echo") >&5
21276 (eval "$ac_compile") 2>conftest.er1
21277 ac_status=$?
21278 grep -v '^ *+' conftest.er1 >conftest.err
21279 rm -f conftest.er1
21280 cat conftest.err >&5
21281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21282 (exit $ac_status); } && {
21283 test -z "$ac_c_werror_flag" ||
21284 test ! -s conftest.err
21285 } && test -s conftest.$ac_objext; then
21286 ac_cv_member_struct_statfs_f_ffree=yes
21287 else
21288 $as_echo "$as_me: failed program was:" >&5
21289 sed 's/^/| /' conftest.$ac_ext >&5
21291 cat >conftest.$ac_ext <<_ACEOF
21292 /* confdefs.h. */
21293 _ACEOF
21294 cat confdefs.h >>conftest.$ac_ext
21295 cat >>conftest.$ac_ext <<_ACEOF
21296 /* end confdefs.h. */
21297 #include <sys/types.h>
21298 #ifdef HAVE_SYS_PARAM_H
21299 # include <sys/param.h>
21300 #endif
21301 #ifdef HAVE_SYS_MOUNT_H
21302 # include <sys/mount.h>
21303 #endif
21304 #ifdef HAVE_SYS_VFS_H
21305 # include <sys/vfs.h>
21306 #endif
21307 #ifdef HAVE_SYS_STATFS_H
21308 # include <sys/statfs.h>
21309 #endif
21312 main ()
21314 static struct statfs ac_aggr;
21315 if (sizeof ac_aggr.f_ffree)
21316 return 0;
21318 return 0;
21320 _ACEOF
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325 *) ac_try_echo=$ac_try;;
21326 esac
21327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21328 $as_echo "$ac_try_echo") >&5
21329 (eval "$ac_compile") 2>conftest.er1
21330 ac_status=$?
21331 grep -v '^ *+' conftest.er1 >conftest.err
21332 rm -f conftest.er1
21333 cat conftest.err >&5
21334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21335 (exit $ac_status); } && {
21336 test -z "$ac_c_werror_flag" ||
21337 test ! -s conftest.err
21338 } && test -s conftest.$ac_objext; then
21339 ac_cv_member_struct_statfs_f_ffree=yes
21340 else
21341 $as_echo "$as_me: failed program was:" >&5
21342 sed 's/^/| /' conftest.$ac_ext >&5
21344 ac_cv_member_struct_statfs_f_ffree=no
21347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21352 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21353 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21354 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21356 cat >>confdefs.h <<_ACEOF
21357 #define HAVE_STRUCT_STATFS_F_FFREE 1
21358 _ACEOF
21362 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21363 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21364 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21365 $as_echo_n "(cached) " >&6
21366 else
21367 cat >conftest.$ac_ext <<_ACEOF
21368 /* confdefs.h. */
21369 _ACEOF
21370 cat confdefs.h >>conftest.$ac_ext
21371 cat >>conftest.$ac_ext <<_ACEOF
21372 /* end confdefs.h. */
21373 #include <sys/types.h>
21374 #ifdef HAVE_SYS_PARAM_H
21375 # include <sys/param.h>
21376 #endif
21377 #ifdef HAVE_SYS_MOUNT_H
21378 # include <sys/mount.h>
21379 #endif
21380 #ifdef HAVE_SYS_VFS_H
21381 # include <sys/vfs.h>
21382 #endif
21383 #ifdef HAVE_SYS_STATFS_H
21384 # include <sys/statfs.h>
21385 #endif
21388 main ()
21390 static struct statfs ac_aggr;
21391 if (ac_aggr.f_favail)
21392 return 0;
21394 return 0;
21396 _ACEOF
21397 rm -f conftest.$ac_objext
21398 if { (ac_try="$ac_compile"
21399 case "(($ac_try" in
21400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21401 *) ac_try_echo=$ac_try;;
21402 esac
21403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21404 $as_echo "$ac_try_echo") >&5
21405 (eval "$ac_compile") 2>conftest.er1
21406 ac_status=$?
21407 grep -v '^ *+' conftest.er1 >conftest.err
21408 rm -f conftest.er1
21409 cat conftest.err >&5
21410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21411 (exit $ac_status); } && {
21412 test -z "$ac_c_werror_flag" ||
21413 test ! -s conftest.err
21414 } && test -s conftest.$ac_objext; then
21415 ac_cv_member_struct_statfs_f_favail=yes
21416 else
21417 $as_echo "$as_me: failed program was:" >&5
21418 sed 's/^/| /' conftest.$ac_ext >&5
21420 cat >conftest.$ac_ext <<_ACEOF
21421 /* confdefs.h. */
21422 _ACEOF
21423 cat confdefs.h >>conftest.$ac_ext
21424 cat >>conftest.$ac_ext <<_ACEOF
21425 /* end confdefs.h. */
21426 #include <sys/types.h>
21427 #ifdef HAVE_SYS_PARAM_H
21428 # include <sys/param.h>
21429 #endif
21430 #ifdef HAVE_SYS_MOUNT_H
21431 # include <sys/mount.h>
21432 #endif
21433 #ifdef HAVE_SYS_VFS_H
21434 # include <sys/vfs.h>
21435 #endif
21436 #ifdef HAVE_SYS_STATFS_H
21437 # include <sys/statfs.h>
21438 #endif
21441 main ()
21443 static struct statfs ac_aggr;
21444 if (sizeof ac_aggr.f_favail)
21445 return 0;
21447 return 0;
21449 _ACEOF
21450 rm -f conftest.$ac_objext
21451 if { (ac_try="$ac_compile"
21452 case "(($ac_try" in
21453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21454 *) ac_try_echo=$ac_try;;
21455 esac
21456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21457 $as_echo "$ac_try_echo") >&5
21458 (eval "$ac_compile") 2>conftest.er1
21459 ac_status=$?
21460 grep -v '^ *+' conftest.er1 >conftest.err
21461 rm -f conftest.er1
21462 cat conftest.err >&5
21463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21464 (exit $ac_status); } && {
21465 test -z "$ac_c_werror_flag" ||
21466 test ! -s conftest.err
21467 } && test -s conftest.$ac_objext; then
21468 ac_cv_member_struct_statfs_f_favail=yes
21469 else
21470 $as_echo "$as_me: failed program was:" >&5
21471 sed 's/^/| /' conftest.$ac_ext >&5
21473 ac_cv_member_struct_statfs_f_favail=no
21476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21481 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21482 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21483 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21485 cat >>confdefs.h <<_ACEOF
21486 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21487 _ACEOF
21491 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21492 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21493 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21494 $as_echo_n "(cached) " >&6
21495 else
21496 cat >conftest.$ac_ext <<_ACEOF
21497 /* confdefs.h. */
21498 _ACEOF
21499 cat confdefs.h >>conftest.$ac_ext
21500 cat >>conftest.$ac_ext <<_ACEOF
21501 /* end confdefs.h. */
21502 #include <sys/types.h>
21503 #ifdef HAVE_SYS_PARAM_H
21504 # include <sys/param.h>
21505 #endif
21506 #ifdef HAVE_SYS_MOUNT_H
21507 # include <sys/mount.h>
21508 #endif
21509 #ifdef HAVE_SYS_VFS_H
21510 # include <sys/vfs.h>
21511 #endif
21512 #ifdef HAVE_SYS_STATFS_H
21513 # include <sys/statfs.h>
21514 #endif
21517 main ()
21519 static struct statfs ac_aggr;
21520 if (ac_aggr.f_namelen)
21521 return 0;
21523 return 0;
21525 _ACEOF
21526 rm -f conftest.$ac_objext
21527 if { (ac_try="$ac_compile"
21528 case "(($ac_try" in
21529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21530 *) ac_try_echo=$ac_try;;
21531 esac
21532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21533 $as_echo "$ac_try_echo") >&5
21534 (eval "$ac_compile") 2>conftest.er1
21535 ac_status=$?
21536 grep -v '^ *+' conftest.er1 >conftest.err
21537 rm -f conftest.er1
21538 cat conftest.err >&5
21539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21540 (exit $ac_status); } && {
21541 test -z "$ac_c_werror_flag" ||
21542 test ! -s conftest.err
21543 } && test -s conftest.$ac_objext; then
21544 ac_cv_member_struct_statfs_f_namelen=yes
21545 else
21546 $as_echo "$as_me: failed program was:" >&5
21547 sed 's/^/| /' conftest.$ac_ext >&5
21549 cat >conftest.$ac_ext <<_ACEOF
21550 /* confdefs.h. */
21551 _ACEOF
21552 cat confdefs.h >>conftest.$ac_ext
21553 cat >>conftest.$ac_ext <<_ACEOF
21554 /* end confdefs.h. */
21555 #include <sys/types.h>
21556 #ifdef HAVE_SYS_PARAM_H
21557 # include <sys/param.h>
21558 #endif
21559 #ifdef HAVE_SYS_MOUNT_H
21560 # include <sys/mount.h>
21561 #endif
21562 #ifdef HAVE_SYS_VFS_H
21563 # include <sys/vfs.h>
21564 #endif
21565 #ifdef HAVE_SYS_STATFS_H
21566 # include <sys/statfs.h>
21567 #endif
21570 main ()
21572 static struct statfs ac_aggr;
21573 if (sizeof ac_aggr.f_namelen)
21574 return 0;
21576 return 0;
21578 _ACEOF
21579 rm -f conftest.$ac_objext
21580 if { (ac_try="$ac_compile"
21581 case "(($ac_try" in
21582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21583 *) ac_try_echo=$ac_try;;
21584 esac
21585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21586 $as_echo "$ac_try_echo") >&5
21587 (eval "$ac_compile") 2>conftest.er1
21588 ac_status=$?
21589 grep -v '^ *+' conftest.er1 >conftest.err
21590 rm -f conftest.er1
21591 cat conftest.err >&5
21592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); } && {
21594 test -z "$ac_c_werror_flag" ||
21595 test ! -s conftest.err
21596 } && test -s conftest.$ac_objext; then
21597 ac_cv_member_struct_statfs_f_namelen=yes
21598 else
21599 $as_echo "$as_me: failed program was:" >&5
21600 sed 's/^/| /' conftest.$ac_ext >&5
21602 ac_cv_member_struct_statfs_f_namelen=no
21605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21610 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21611 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21612 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21614 cat >>confdefs.h <<_ACEOF
21615 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21616 _ACEOF
21622 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21623 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21624 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21625 $as_echo_n "(cached) " >&6
21626 else
21627 cat >conftest.$ac_ext <<_ACEOF
21628 /* confdefs.h. */
21629 _ACEOF
21630 cat confdefs.h >>conftest.$ac_ext
21631 cat >>conftest.$ac_ext <<_ACEOF
21632 /* end confdefs.h. */
21633 #ifdef HAVE_SYS_STATVFS_H
21634 #include <sys/statvfs.h>
21635 #endif
21638 main ()
21640 static struct statvfs ac_aggr;
21641 if (ac_aggr.f_blocks)
21642 return 0;
21644 return 0;
21646 _ACEOF
21647 rm -f conftest.$ac_objext
21648 if { (ac_try="$ac_compile"
21649 case "(($ac_try" in
21650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21651 *) ac_try_echo=$ac_try;;
21652 esac
21653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21654 $as_echo "$ac_try_echo") >&5
21655 (eval "$ac_compile") 2>conftest.er1
21656 ac_status=$?
21657 grep -v '^ *+' conftest.er1 >conftest.err
21658 rm -f conftest.er1
21659 cat conftest.err >&5
21660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21661 (exit $ac_status); } && {
21662 test -z "$ac_c_werror_flag" ||
21663 test ! -s conftest.err
21664 } && test -s conftest.$ac_objext; then
21665 ac_cv_member_struct_statvfs_f_blocks=yes
21666 else
21667 $as_echo "$as_me: failed program was:" >&5
21668 sed 's/^/| /' conftest.$ac_ext >&5
21670 cat >conftest.$ac_ext <<_ACEOF
21671 /* confdefs.h. */
21672 _ACEOF
21673 cat confdefs.h >>conftest.$ac_ext
21674 cat >>conftest.$ac_ext <<_ACEOF
21675 /* end confdefs.h. */
21676 #ifdef HAVE_SYS_STATVFS_H
21677 #include <sys/statvfs.h>
21678 #endif
21681 main ()
21683 static struct statvfs ac_aggr;
21684 if (sizeof ac_aggr.f_blocks)
21685 return 0;
21687 return 0;
21689 _ACEOF
21690 rm -f conftest.$ac_objext
21691 if { (ac_try="$ac_compile"
21692 case "(($ac_try" in
21693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21694 *) ac_try_echo=$ac_try;;
21695 esac
21696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21697 $as_echo "$ac_try_echo") >&5
21698 (eval "$ac_compile") 2>conftest.er1
21699 ac_status=$?
21700 grep -v '^ *+' conftest.er1 >conftest.err
21701 rm -f conftest.er1
21702 cat conftest.err >&5
21703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21704 (exit $ac_status); } && {
21705 test -z "$ac_c_werror_flag" ||
21706 test ! -s conftest.err
21707 } && test -s conftest.$ac_objext; then
21708 ac_cv_member_struct_statvfs_f_blocks=yes
21709 else
21710 $as_echo "$as_me: failed program was:" >&5
21711 sed 's/^/| /' conftest.$ac_ext >&5
21713 ac_cv_member_struct_statvfs_f_blocks=no
21716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21721 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21722 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21723 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21725 cat >>confdefs.h <<_ACEOF
21726 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21727 _ACEOF
21733 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21734 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21735 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21736 $as_echo_n "(cached) " >&6
21737 else
21738 cat >conftest.$ac_ext <<_ACEOF
21739 /* confdefs.h. */
21740 _ACEOF
21741 cat confdefs.h >>conftest.$ac_ext
21742 cat >>conftest.$ac_ext <<_ACEOF
21743 /* end confdefs.h. */
21744 #include <sys/types.h>
21745 #ifdef HAVE_SYS_SOCKET_H
21746 # include <sys/socket.h>
21747 #endif
21748 #ifdef HAVE_SYS_UN_H
21749 # include <sys/un.h>
21750 #endif
21753 main ()
21755 static struct msghdr ac_aggr;
21756 if (ac_aggr.msg_accrights)
21757 return 0;
21759 return 0;
21761 _ACEOF
21762 rm -f conftest.$ac_objext
21763 if { (ac_try="$ac_compile"
21764 case "(($ac_try" in
21765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21766 *) ac_try_echo=$ac_try;;
21767 esac
21768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21769 $as_echo "$ac_try_echo") >&5
21770 (eval "$ac_compile") 2>conftest.er1
21771 ac_status=$?
21772 grep -v '^ *+' conftest.er1 >conftest.err
21773 rm -f conftest.er1
21774 cat conftest.err >&5
21775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); } && {
21777 test -z "$ac_c_werror_flag" ||
21778 test ! -s conftest.err
21779 } && test -s conftest.$ac_objext; then
21780 ac_cv_member_struct_msghdr_msg_accrights=yes
21781 else
21782 $as_echo "$as_me: failed program was:" >&5
21783 sed 's/^/| /' conftest.$ac_ext >&5
21785 cat >conftest.$ac_ext <<_ACEOF
21786 /* confdefs.h. */
21787 _ACEOF
21788 cat confdefs.h >>conftest.$ac_ext
21789 cat >>conftest.$ac_ext <<_ACEOF
21790 /* end confdefs.h. */
21791 #include <sys/types.h>
21792 #ifdef HAVE_SYS_SOCKET_H
21793 # include <sys/socket.h>
21794 #endif
21795 #ifdef HAVE_SYS_UN_H
21796 # include <sys/un.h>
21797 #endif
21800 main ()
21802 static struct msghdr ac_aggr;
21803 if (sizeof ac_aggr.msg_accrights)
21804 return 0;
21806 return 0;
21808 _ACEOF
21809 rm -f conftest.$ac_objext
21810 if { (ac_try="$ac_compile"
21811 case "(($ac_try" in
21812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21813 *) ac_try_echo=$ac_try;;
21814 esac
21815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21816 $as_echo "$ac_try_echo") >&5
21817 (eval "$ac_compile") 2>conftest.er1
21818 ac_status=$?
21819 grep -v '^ *+' conftest.er1 >conftest.err
21820 rm -f conftest.er1
21821 cat conftest.err >&5
21822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21823 (exit $ac_status); } && {
21824 test -z "$ac_c_werror_flag" ||
21825 test ! -s conftest.err
21826 } && test -s conftest.$ac_objext; then
21827 ac_cv_member_struct_msghdr_msg_accrights=yes
21828 else
21829 $as_echo "$as_me: failed program was:" >&5
21830 sed 's/^/| /' conftest.$ac_ext >&5
21832 ac_cv_member_struct_msghdr_msg_accrights=no
21835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21840 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21841 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21842 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21844 cat >>confdefs.h <<_ACEOF
21845 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21846 _ACEOF
21850 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21851 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21852 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21853 $as_echo_n "(cached) " >&6
21854 else
21855 cat >conftest.$ac_ext <<_ACEOF
21856 /* confdefs.h. */
21857 _ACEOF
21858 cat confdefs.h >>conftest.$ac_ext
21859 cat >>conftest.$ac_ext <<_ACEOF
21860 /* end confdefs.h. */
21861 #include <sys/types.h>
21862 #ifdef HAVE_SYS_SOCKET_H
21863 # include <sys/socket.h>
21864 #endif
21865 #ifdef HAVE_SYS_UN_H
21866 # include <sys/un.h>
21867 #endif
21870 main ()
21872 static struct sockaddr ac_aggr;
21873 if (ac_aggr.sa_len)
21874 return 0;
21876 return 0;
21878 _ACEOF
21879 rm -f conftest.$ac_objext
21880 if { (ac_try="$ac_compile"
21881 case "(($ac_try" in
21882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21883 *) ac_try_echo=$ac_try;;
21884 esac
21885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21886 $as_echo "$ac_try_echo") >&5
21887 (eval "$ac_compile") 2>conftest.er1
21888 ac_status=$?
21889 grep -v '^ *+' conftest.er1 >conftest.err
21890 rm -f conftest.er1
21891 cat conftest.err >&5
21892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21893 (exit $ac_status); } && {
21894 test -z "$ac_c_werror_flag" ||
21895 test ! -s conftest.err
21896 } && test -s conftest.$ac_objext; then
21897 ac_cv_member_struct_sockaddr_sa_len=yes
21898 else
21899 $as_echo "$as_me: failed program was:" >&5
21900 sed 's/^/| /' conftest.$ac_ext >&5
21902 cat >conftest.$ac_ext <<_ACEOF
21903 /* confdefs.h. */
21904 _ACEOF
21905 cat confdefs.h >>conftest.$ac_ext
21906 cat >>conftest.$ac_ext <<_ACEOF
21907 /* end confdefs.h. */
21908 #include <sys/types.h>
21909 #ifdef HAVE_SYS_SOCKET_H
21910 # include <sys/socket.h>
21911 #endif
21912 #ifdef HAVE_SYS_UN_H
21913 # include <sys/un.h>
21914 #endif
21917 main ()
21919 static struct sockaddr ac_aggr;
21920 if (sizeof ac_aggr.sa_len)
21921 return 0;
21923 return 0;
21925 _ACEOF
21926 rm -f conftest.$ac_objext
21927 if { (ac_try="$ac_compile"
21928 case "(($ac_try" in
21929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21930 *) ac_try_echo=$ac_try;;
21931 esac
21932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21933 $as_echo "$ac_try_echo") >&5
21934 (eval "$ac_compile") 2>conftest.er1
21935 ac_status=$?
21936 grep -v '^ *+' conftest.er1 >conftest.err
21937 rm -f conftest.er1
21938 cat conftest.err >&5
21939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21940 (exit $ac_status); } && {
21941 test -z "$ac_c_werror_flag" ||
21942 test ! -s conftest.err
21943 } && test -s conftest.$ac_objext; then
21944 ac_cv_member_struct_sockaddr_sa_len=yes
21945 else
21946 $as_echo "$as_me: failed program was:" >&5
21947 sed 's/^/| /' conftest.$ac_ext >&5
21949 ac_cv_member_struct_sockaddr_sa_len=no
21952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21957 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21958 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21959 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21961 cat >>confdefs.h <<_ACEOF
21962 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21963 _ACEOF
21967 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21968 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21969 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21970 $as_echo_n "(cached) " >&6
21971 else
21972 cat >conftest.$ac_ext <<_ACEOF
21973 /* confdefs.h. */
21974 _ACEOF
21975 cat confdefs.h >>conftest.$ac_ext
21976 cat >>conftest.$ac_ext <<_ACEOF
21977 /* end confdefs.h. */
21978 #include <sys/types.h>
21979 #ifdef HAVE_SYS_SOCKET_H
21980 # include <sys/socket.h>
21981 #endif
21982 #ifdef HAVE_SYS_UN_H
21983 # include <sys/un.h>
21984 #endif
21987 main ()
21989 static struct sockaddr_un ac_aggr;
21990 if (ac_aggr.sun_len)
21991 return 0;
21993 return 0;
21995 _ACEOF
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22000 *) ac_try_echo=$ac_try;;
22001 esac
22002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22003 $as_echo "$ac_try_echo") >&5
22004 (eval "$ac_compile") 2>conftest.er1
22005 ac_status=$?
22006 grep -v '^ *+' conftest.er1 >conftest.err
22007 rm -f conftest.er1
22008 cat conftest.err >&5
22009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22010 (exit $ac_status); } && {
22011 test -z "$ac_c_werror_flag" ||
22012 test ! -s conftest.err
22013 } && test -s conftest.$ac_objext; then
22014 ac_cv_member_struct_sockaddr_un_sun_len=yes
22015 else
22016 $as_echo "$as_me: failed program was:" >&5
22017 sed 's/^/| /' conftest.$ac_ext >&5
22019 cat >conftest.$ac_ext <<_ACEOF
22020 /* confdefs.h. */
22021 _ACEOF
22022 cat confdefs.h >>conftest.$ac_ext
22023 cat >>conftest.$ac_ext <<_ACEOF
22024 /* end confdefs.h. */
22025 #include <sys/types.h>
22026 #ifdef HAVE_SYS_SOCKET_H
22027 # include <sys/socket.h>
22028 #endif
22029 #ifdef HAVE_SYS_UN_H
22030 # include <sys/un.h>
22031 #endif
22034 main ()
22036 static struct sockaddr_un ac_aggr;
22037 if (sizeof ac_aggr.sun_len)
22038 return 0;
22040 return 0;
22042 _ACEOF
22043 rm -f conftest.$ac_objext
22044 if { (ac_try="$ac_compile"
22045 case "(($ac_try" in
22046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22047 *) ac_try_echo=$ac_try;;
22048 esac
22049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22050 $as_echo "$ac_try_echo") >&5
22051 (eval "$ac_compile") 2>conftest.er1
22052 ac_status=$?
22053 grep -v '^ *+' conftest.er1 >conftest.err
22054 rm -f conftest.er1
22055 cat conftest.err >&5
22056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); } && {
22058 test -z "$ac_c_werror_flag" ||
22059 test ! -s conftest.err
22060 } && test -s conftest.$ac_objext; then
22061 ac_cv_member_struct_sockaddr_un_sun_len=yes
22062 else
22063 $as_echo "$as_me: failed program was:" >&5
22064 sed 's/^/| /' conftest.$ac_ext >&5
22066 ac_cv_member_struct_sockaddr_un_sun_len=no
22069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22074 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22075 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22076 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22078 cat >>confdefs.h <<_ACEOF
22079 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22080 _ACEOF
22086 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22087 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22088 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22089 $as_echo_n "(cached) " >&6
22090 else
22091 cat >conftest.$ac_ext <<_ACEOF
22092 /* confdefs.h. */
22093 _ACEOF
22094 cat confdefs.h >>conftest.$ac_ext
22095 cat >>conftest.$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 #include <sys/types.h>
22098 #ifdef HAVE_SCSI_SG_H
22099 #include <scsi/sg.h>
22100 #endif
22103 main ()
22105 static scsireq_t ac_aggr;
22106 if (ac_aggr.cmd)
22107 return 0;
22109 return 0;
22111 _ACEOF
22112 rm -f conftest.$ac_objext
22113 if { (ac_try="$ac_compile"
22114 case "(($ac_try" in
22115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22116 *) ac_try_echo=$ac_try;;
22117 esac
22118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22119 $as_echo "$ac_try_echo") >&5
22120 (eval "$ac_compile") 2>conftest.er1
22121 ac_status=$?
22122 grep -v '^ *+' conftest.er1 >conftest.err
22123 rm -f conftest.er1
22124 cat conftest.err >&5
22125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22126 (exit $ac_status); } && {
22127 test -z "$ac_c_werror_flag" ||
22128 test ! -s conftest.err
22129 } && test -s conftest.$ac_objext; then
22130 ac_cv_member_scsireq_t_cmd=yes
22131 else
22132 $as_echo "$as_me: failed program was:" >&5
22133 sed 's/^/| /' conftest.$ac_ext >&5
22135 cat >conftest.$ac_ext <<_ACEOF
22136 /* confdefs.h. */
22137 _ACEOF
22138 cat confdefs.h >>conftest.$ac_ext
22139 cat >>conftest.$ac_ext <<_ACEOF
22140 /* end confdefs.h. */
22141 #include <sys/types.h>
22142 #ifdef HAVE_SCSI_SG_H
22143 #include <scsi/sg.h>
22144 #endif
22147 main ()
22149 static scsireq_t ac_aggr;
22150 if (sizeof ac_aggr.cmd)
22151 return 0;
22153 return 0;
22155 _ACEOF
22156 rm -f conftest.$ac_objext
22157 if { (ac_try="$ac_compile"
22158 case "(($ac_try" in
22159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22160 *) ac_try_echo=$ac_try;;
22161 esac
22162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22163 $as_echo "$ac_try_echo") >&5
22164 (eval "$ac_compile") 2>conftest.er1
22165 ac_status=$?
22166 grep -v '^ *+' conftest.er1 >conftest.err
22167 rm -f conftest.er1
22168 cat conftest.err >&5
22169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22170 (exit $ac_status); } && {
22171 test -z "$ac_c_werror_flag" ||
22172 test ! -s conftest.err
22173 } && test -s conftest.$ac_objext; then
22174 ac_cv_member_scsireq_t_cmd=yes
22175 else
22176 $as_echo "$as_me: failed program was:" >&5
22177 sed 's/^/| /' conftest.$ac_ext >&5
22179 ac_cv_member_scsireq_t_cmd=no
22182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22187 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22188 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22189 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22191 cat >>confdefs.h <<_ACEOF
22192 #define HAVE_SCSIREQ_T_CMD 1
22193 _ACEOF
22197 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22198 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22199 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22200 $as_echo_n "(cached) " >&6
22201 else
22202 cat >conftest.$ac_ext <<_ACEOF
22203 /* confdefs.h. */
22204 _ACEOF
22205 cat confdefs.h >>conftest.$ac_ext
22206 cat >>conftest.$ac_ext <<_ACEOF
22207 /* end confdefs.h. */
22208 #include <sys/types.h>
22209 #ifdef HAVE_SCSI_SG_H
22210 #include <scsi/sg.h>
22211 #endif
22214 main ()
22216 static sg_io_hdr_t ac_aggr;
22217 if (ac_aggr.interface_id)
22218 return 0;
22220 return 0;
22222 _ACEOF
22223 rm -f conftest.$ac_objext
22224 if { (ac_try="$ac_compile"
22225 case "(($ac_try" in
22226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22227 *) ac_try_echo=$ac_try;;
22228 esac
22229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22230 $as_echo "$ac_try_echo") >&5
22231 (eval "$ac_compile") 2>conftest.er1
22232 ac_status=$?
22233 grep -v '^ *+' conftest.er1 >conftest.err
22234 rm -f conftest.er1
22235 cat conftest.err >&5
22236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22237 (exit $ac_status); } && {
22238 test -z "$ac_c_werror_flag" ||
22239 test ! -s conftest.err
22240 } && test -s conftest.$ac_objext; then
22241 ac_cv_member_sg_io_hdr_t_interface_id=yes
22242 else
22243 $as_echo "$as_me: failed program was:" >&5
22244 sed 's/^/| /' conftest.$ac_ext >&5
22246 cat >conftest.$ac_ext <<_ACEOF
22247 /* confdefs.h. */
22248 _ACEOF
22249 cat confdefs.h >>conftest.$ac_ext
22250 cat >>conftest.$ac_ext <<_ACEOF
22251 /* end confdefs.h. */
22252 #include <sys/types.h>
22253 #ifdef HAVE_SCSI_SG_H
22254 #include <scsi/sg.h>
22255 #endif
22258 main ()
22260 static sg_io_hdr_t ac_aggr;
22261 if (sizeof ac_aggr.interface_id)
22262 return 0;
22264 return 0;
22266 _ACEOF
22267 rm -f conftest.$ac_objext
22268 if { (ac_try="$ac_compile"
22269 case "(($ac_try" in
22270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22271 *) ac_try_echo=$ac_try;;
22272 esac
22273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22274 $as_echo "$ac_try_echo") >&5
22275 (eval "$ac_compile") 2>conftest.er1
22276 ac_status=$?
22277 grep -v '^ *+' conftest.er1 >conftest.err
22278 rm -f conftest.er1
22279 cat conftest.err >&5
22280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22281 (exit $ac_status); } && {
22282 test -z "$ac_c_werror_flag" ||
22283 test ! -s conftest.err
22284 } && test -s conftest.$ac_objext; then
22285 ac_cv_member_sg_io_hdr_t_interface_id=yes
22286 else
22287 $as_echo "$as_me: failed program was:" >&5
22288 sed 's/^/| /' conftest.$ac_ext >&5
22290 ac_cv_member_sg_io_hdr_t_interface_id=no
22293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22298 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22299 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22300 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22302 cat >>confdefs.h <<_ACEOF
22303 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22304 _ACEOF
22310 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22311 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22312 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22313 $as_echo_n "(cached) " >&6
22314 else
22315 cat >conftest.$ac_ext <<_ACEOF
22316 /* confdefs.h. */
22317 _ACEOF
22318 cat confdefs.h >>conftest.$ac_ext
22319 cat >>conftest.$ac_ext <<_ACEOF
22320 /* end confdefs.h. */
22321 #include <signal.h>
22324 main ()
22326 static siginfo_t ac_aggr;
22327 if (ac_aggr.si_fd)
22328 return 0;
22330 return 0;
22332 _ACEOF
22333 rm -f conftest.$ac_objext
22334 if { (ac_try="$ac_compile"
22335 case "(($ac_try" in
22336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22337 *) ac_try_echo=$ac_try;;
22338 esac
22339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22340 $as_echo "$ac_try_echo") >&5
22341 (eval "$ac_compile") 2>conftest.er1
22342 ac_status=$?
22343 grep -v '^ *+' conftest.er1 >conftest.err
22344 rm -f conftest.er1
22345 cat conftest.err >&5
22346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22347 (exit $ac_status); } && {
22348 test -z "$ac_c_werror_flag" ||
22349 test ! -s conftest.err
22350 } && test -s conftest.$ac_objext; then
22351 ac_cv_member_siginfo_t_si_fd=yes
22352 else
22353 $as_echo "$as_me: failed program was:" >&5
22354 sed 's/^/| /' conftest.$ac_ext >&5
22356 cat >conftest.$ac_ext <<_ACEOF
22357 /* confdefs.h. */
22358 _ACEOF
22359 cat confdefs.h >>conftest.$ac_ext
22360 cat >>conftest.$ac_ext <<_ACEOF
22361 /* end confdefs.h. */
22362 #include <signal.h>
22365 main ()
22367 static siginfo_t ac_aggr;
22368 if (sizeof ac_aggr.si_fd)
22369 return 0;
22371 return 0;
22373 _ACEOF
22374 rm -f conftest.$ac_objext
22375 if { (ac_try="$ac_compile"
22376 case "(($ac_try" in
22377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22378 *) ac_try_echo=$ac_try;;
22379 esac
22380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22381 $as_echo "$ac_try_echo") >&5
22382 (eval "$ac_compile") 2>conftest.er1
22383 ac_status=$?
22384 grep -v '^ *+' conftest.er1 >conftest.err
22385 rm -f conftest.er1
22386 cat conftest.err >&5
22387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22388 (exit $ac_status); } && {
22389 test -z "$ac_c_werror_flag" ||
22390 test ! -s conftest.err
22391 } && test -s conftest.$ac_objext; then
22392 ac_cv_member_siginfo_t_si_fd=yes
22393 else
22394 $as_echo "$as_me: failed program was:" >&5
22395 sed 's/^/| /' conftest.$ac_ext >&5
22397 ac_cv_member_siginfo_t_si_fd=no
22400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22405 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22406 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22407 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22409 cat >>confdefs.h <<_ACEOF
22410 #define HAVE_SIGINFO_T_SI_FD 1
22411 _ACEOF
22417 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22418 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22419 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22420 $as_echo_n "(cached) " >&6
22421 else
22422 cat >conftest.$ac_ext <<_ACEOF
22423 /* confdefs.h. */
22424 _ACEOF
22425 cat confdefs.h >>conftest.$ac_ext
22426 cat >>conftest.$ac_ext <<_ACEOF
22427 /* end confdefs.h. */
22428 #include <sys/types.h>
22429 #ifdef HAVE_SYS_MTIO_H
22430 #include <sys/mtio.h>
22431 #endif
22434 main ()
22436 static struct mtget ac_aggr;
22437 if (ac_aggr.mt_blksiz)
22438 return 0;
22440 return 0;
22442 _ACEOF
22443 rm -f conftest.$ac_objext
22444 if { (ac_try="$ac_compile"
22445 case "(($ac_try" in
22446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22447 *) ac_try_echo=$ac_try;;
22448 esac
22449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22450 $as_echo "$ac_try_echo") >&5
22451 (eval "$ac_compile") 2>conftest.er1
22452 ac_status=$?
22453 grep -v '^ *+' conftest.er1 >conftest.err
22454 rm -f conftest.er1
22455 cat conftest.err >&5
22456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22457 (exit $ac_status); } && {
22458 test -z "$ac_c_werror_flag" ||
22459 test ! -s conftest.err
22460 } && test -s conftest.$ac_objext; then
22461 ac_cv_member_struct_mtget_mt_blksiz=yes
22462 else
22463 $as_echo "$as_me: failed program was:" >&5
22464 sed 's/^/| /' conftest.$ac_ext >&5
22466 cat >conftest.$ac_ext <<_ACEOF
22467 /* confdefs.h. */
22468 _ACEOF
22469 cat confdefs.h >>conftest.$ac_ext
22470 cat >>conftest.$ac_ext <<_ACEOF
22471 /* end confdefs.h. */
22472 #include <sys/types.h>
22473 #ifdef HAVE_SYS_MTIO_H
22474 #include <sys/mtio.h>
22475 #endif
22478 main ()
22480 static struct mtget ac_aggr;
22481 if (sizeof ac_aggr.mt_blksiz)
22482 return 0;
22484 return 0;
22486 _ACEOF
22487 rm -f conftest.$ac_objext
22488 if { (ac_try="$ac_compile"
22489 case "(($ac_try" in
22490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22491 *) ac_try_echo=$ac_try;;
22492 esac
22493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22494 $as_echo "$ac_try_echo") >&5
22495 (eval "$ac_compile") 2>conftest.er1
22496 ac_status=$?
22497 grep -v '^ *+' conftest.er1 >conftest.err
22498 rm -f conftest.er1
22499 cat conftest.err >&5
22500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22501 (exit $ac_status); } && {
22502 test -z "$ac_c_werror_flag" ||
22503 test ! -s conftest.err
22504 } && test -s conftest.$ac_objext; then
22505 ac_cv_member_struct_mtget_mt_blksiz=yes
22506 else
22507 $as_echo "$as_me: failed program was:" >&5
22508 sed 's/^/| /' conftest.$ac_ext >&5
22510 ac_cv_member_struct_mtget_mt_blksiz=no
22513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22518 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22519 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22520 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22522 cat >>confdefs.h <<_ACEOF
22523 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22524 _ACEOF
22528 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22529 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22530 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22531 $as_echo_n "(cached) " >&6
22532 else
22533 cat >conftest.$ac_ext <<_ACEOF
22534 /* confdefs.h. */
22535 _ACEOF
22536 cat confdefs.h >>conftest.$ac_ext
22537 cat >>conftest.$ac_ext <<_ACEOF
22538 /* end confdefs.h. */
22539 #include <sys/types.h>
22540 #ifdef HAVE_SYS_MTIO_H
22541 #include <sys/mtio.h>
22542 #endif
22545 main ()
22547 static struct mtget ac_aggr;
22548 if (ac_aggr.mt_gstat)
22549 return 0;
22551 return 0;
22553 _ACEOF
22554 rm -f conftest.$ac_objext
22555 if { (ac_try="$ac_compile"
22556 case "(($ac_try" in
22557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22558 *) ac_try_echo=$ac_try;;
22559 esac
22560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22561 $as_echo "$ac_try_echo") >&5
22562 (eval "$ac_compile") 2>conftest.er1
22563 ac_status=$?
22564 grep -v '^ *+' conftest.er1 >conftest.err
22565 rm -f conftest.er1
22566 cat conftest.err >&5
22567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22568 (exit $ac_status); } && {
22569 test -z "$ac_c_werror_flag" ||
22570 test ! -s conftest.err
22571 } && test -s conftest.$ac_objext; then
22572 ac_cv_member_struct_mtget_mt_gstat=yes
22573 else
22574 $as_echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.$ac_ext >&5
22577 cat >conftest.$ac_ext <<_ACEOF
22578 /* confdefs.h. */
22579 _ACEOF
22580 cat confdefs.h >>conftest.$ac_ext
22581 cat >>conftest.$ac_ext <<_ACEOF
22582 /* end confdefs.h. */
22583 #include <sys/types.h>
22584 #ifdef HAVE_SYS_MTIO_H
22585 #include <sys/mtio.h>
22586 #endif
22589 main ()
22591 static struct mtget ac_aggr;
22592 if (sizeof ac_aggr.mt_gstat)
22593 return 0;
22595 return 0;
22597 _ACEOF
22598 rm -f conftest.$ac_objext
22599 if { (ac_try="$ac_compile"
22600 case "(($ac_try" in
22601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22602 *) ac_try_echo=$ac_try;;
22603 esac
22604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22605 $as_echo "$ac_try_echo") >&5
22606 (eval "$ac_compile") 2>conftest.er1
22607 ac_status=$?
22608 grep -v '^ *+' conftest.er1 >conftest.err
22609 rm -f conftest.er1
22610 cat conftest.err >&5
22611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22612 (exit $ac_status); } && {
22613 test -z "$ac_c_werror_flag" ||
22614 test ! -s conftest.err
22615 } && test -s conftest.$ac_objext; then
22616 ac_cv_member_struct_mtget_mt_gstat=yes
22617 else
22618 $as_echo "$as_me: failed program was:" >&5
22619 sed 's/^/| /' conftest.$ac_ext >&5
22621 ac_cv_member_struct_mtget_mt_gstat=no
22624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22629 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22630 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22631 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22633 cat >>confdefs.h <<_ACEOF
22634 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22635 _ACEOF
22639 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22640 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22641 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22642 $as_echo_n "(cached) " >&6
22643 else
22644 cat >conftest.$ac_ext <<_ACEOF
22645 /* confdefs.h. */
22646 _ACEOF
22647 cat confdefs.h >>conftest.$ac_ext
22648 cat >>conftest.$ac_ext <<_ACEOF
22649 /* end confdefs.h. */
22650 #include <sys/types.h>
22651 #ifdef HAVE_SYS_MTIO_H
22652 #include <sys/mtio.h>
22653 #endif
22656 main ()
22658 static struct mtget ac_aggr;
22659 if (ac_aggr.mt_blkno)
22660 return 0;
22662 return 0;
22664 _ACEOF
22665 rm -f conftest.$ac_objext
22666 if { (ac_try="$ac_compile"
22667 case "(($ac_try" in
22668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22669 *) ac_try_echo=$ac_try;;
22670 esac
22671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22672 $as_echo "$ac_try_echo") >&5
22673 (eval "$ac_compile") 2>conftest.er1
22674 ac_status=$?
22675 grep -v '^ *+' conftest.er1 >conftest.err
22676 rm -f conftest.er1
22677 cat conftest.err >&5
22678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22679 (exit $ac_status); } && {
22680 test -z "$ac_c_werror_flag" ||
22681 test ! -s conftest.err
22682 } && test -s conftest.$ac_objext; then
22683 ac_cv_member_struct_mtget_mt_blkno=yes
22684 else
22685 $as_echo "$as_me: failed program was:" >&5
22686 sed 's/^/| /' conftest.$ac_ext >&5
22688 cat >conftest.$ac_ext <<_ACEOF
22689 /* confdefs.h. */
22690 _ACEOF
22691 cat confdefs.h >>conftest.$ac_ext
22692 cat >>conftest.$ac_ext <<_ACEOF
22693 /* end confdefs.h. */
22694 #include <sys/types.h>
22695 #ifdef HAVE_SYS_MTIO_H
22696 #include <sys/mtio.h>
22697 #endif
22700 main ()
22702 static struct mtget ac_aggr;
22703 if (sizeof ac_aggr.mt_blkno)
22704 return 0;
22706 return 0;
22708 _ACEOF
22709 rm -f conftest.$ac_objext
22710 if { (ac_try="$ac_compile"
22711 case "(($ac_try" in
22712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22713 *) ac_try_echo=$ac_try;;
22714 esac
22715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22716 $as_echo "$ac_try_echo") >&5
22717 (eval "$ac_compile") 2>conftest.er1
22718 ac_status=$?
22719 grep -v '^ *+' conftest.er1 >conftest.err
22720 rm -f conftest.er1
22721 cat conftest.err >&5
22722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22723 (exit $ac_status); } && {
22724 test -z "$ac_c_werror_flag" ||
22725 test ! -s conftest.err
22726 } && test -s conftest.$ac_objext; then
22727 ac_cv_member_struct_mtget_mt_blkno=yes
22728 else
22729 $as_echo "$as_me: failed program was:" >&5
22730 sed 's/^/| /' conftest.$ac_ext >&5
22732 ac_cv_member_struct_mtget_mt_blkno=no
22735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22740 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22741 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22742 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22744 cat >>confdefs.h <<_ACEOF
22745 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22746 _ACEOF
22752 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22753 $as_echo_n "checking for struct option.name... " >&6; }
22754 if test "${ac_cv_member_struct_option_name+set}" = set; then
22755 $as_echo_n "(cached) " >&6
22756 else
22757 cat >conftest.$ac_ext <<_ACEOF
22758 /* confdefs.h. */
22759 _ACEOF
22760 cat confdefs.h >>conftest.$ac_ext
22761 cat >>conftest.$ac_ext <<_ACEOF
22762 /* end confdefs.h. */
22763 #ifdef HAVE_GETOPT_H
22764 #include <getopt.h>
22765 #endif
22768 main ()
22770 static struct option ac_aggr;
22771 if (ac_aggr.name)
22772 return 0;
22774 return 0;
22776 _ACEOF
22777 rm -f conftest.$ac_objext
22778 if { (ac_try="$ac_compile"
22779 case "(($ac_try" in
22780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22781 *) ac_try_echo=$ac_try;;
22782 esac
22783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22784 $as_echo "$ac_try_echo") >&5
22785 (eval "$ac_compile") 2>conftest.er1
22786 ac_status=$?
22787 grep -v '^ *+' conftest.er1 >conftest.err
22788 rm -f conftest.er1
22789 cat conftest.err >&5
22790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22791 (exit $ac_status); } && {
22792 test -z "$ac_c_werror_flag" ||
22793 test ! -s conftest.err
22794 } && test -s conftest.$ac_objext; then
22795 ac_cv_member_struct_option_name=yes
22796 else
22797 $as_echo "$as_me: failed program was:" >&5
22798 sed 's/^/| /' conftest.$ac_ext >&5
22800 cat >conftest.$ac_ext <<_ACEOF
22801 /* confdefs.h. */
22802 _ACEOF
22803 cat confdefs.h >>conftest.$ac_ext
22804 cat >>conftest.$ac_ext <<_ACEOF
22805 /* end confdefs.h. */
22806 #ifdef HAVE_GETOPT_H
22807 #include <getopt.h>
22808 #endif
22811 main ()
22813 static struct option ac_aggr;
22814 if (sizeof ac_aggr.name)
22815 return 0;
22817 return 0;
22819 _ACEOF
22820 rm -f conftest.$ac_objext
22821 if { (ac_try="$ac_compile"
22822 case "(($ac_try" in
22823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22824 *) ac_try_echo=$ac_try;;
22825 esac
22826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22827 $as_echo "$ac_try_echo") >&5
22828 (eval "$ac_compile") 2>conftest.er1
22829 ac_status=$?
22830 grep -v '^ *+' conftest.er1 >conftest.err
22831 rm -f conftest.er1
22832 cat conftest.err >&5
22833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22834 (exit $ac_status); } && {
22835 test -z "$ac_c_werror_flag" ||
22836 test ! -s conftest.err
22837 } && test -s conftest.$ac_objext; then
22838 ac_cv_member_struct_option_name=yes
22839 else
22840 $as_echo "$as_me: failed program was:" >&5
22841 sed 's/^/| /' conftest.$ac_ext >&5
22843 ac_cv_member_struct_option_name=no
22846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22851 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22852 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22853 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22855 cat >>confdefs.h <<_ACEOF
22856 #define HAVE_STRUCT_OPTION_NAME 1
22857 _ACEOF
22863 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22864 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22865 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22866 $as_echo_n "(cached) " >&6
22867 else
22868 cat >conftest.$ac_ext <<_ACEOF
22869 /* confdefs.h. */
22870 _ACEOF
22871 cat confdefs.h >>conftest.$ac_ext
22872 cat >>conftest.$ac_ext <<_ACEOF
22873 /* end confdefs.h. */
22874 $ac_includes_default
22876 main ()
22878 static struct stat ac_aggr;
22879 if (ac_aggr.st_blocks)
22880 return 0;
22882 return 0;
22884 _ACEOF
22885 rm -f conftest.$ac_objext
22886 if { (ac_try="$ac_compile"
22887 case "(($ac_try" in
22888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22889 *) ac_try_echo=$ac_try;;
22890 esac
22891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22892 $as_echo "$ac_try_echo") >&5
22893 (eval "$ac_compile") 2>conftest.er1
22894 ac_status=$?
22895 grep -v '^ *+' conftest.er1 >conftest.err
22896 rm -f conftest.er1
22897 cat conftest.err >&5
22898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899 (exit $ac_status); } && {
22900 test -z "$ac_c_werror_flag" ||
22901 test ! -s conftest.err
22902 } && test -s conftest.$ac_objext; then
22903 ac_cv_member_struct_stat_st_blocks=yes
22904 else
22905 $as_echo "$as_me: failed program was:" >&5
22906 sed 's/^/| /' conftest.$ac_ext >&5
22908 cat >conftest.$ac_ext <<_ACEOF
22909 /* confdefs.h. */
22910 _ACEOF
22911 cat confdefs.h >>conftest.$ac_ext
22912 cat >>conftest.$ac_ext <<_ACEOF
22913 /* end confdefs.h. */
22914 $ac_includes_default
22916 main ()
22918 static struct stat ac_aggr;
22919 if (sizeof ac_aggr.st_blocks)
22920 return 0;
22922 return 0;
22924 _ACEOF
22925 rm -f conftest.$ac_objext
22926 if { (ac_try="$ac_compile"
22927 case "(($ac_try" in
22928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22929 *) ac_try_echo=$ac_try;;
22930 esac
22931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22932 $as_echo "$ac_try_echo") >&5
22933 (eval "$ac_compile") 2>conftest.er1
22934 ac_status=$?
22935 grep -v '^ *+' conftest.er1 >conftest.err
22936 rm -f conftest.er1
22937 cat conftest.err >&5
22938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22939 (exit $ac_status); } && {
22940 test -z "$ac_c_werror_flag" ||
22941 test ! -s conftest.err
22942 } && test -s conftest.$ac_objext; then
22943 ac_cv_member_struct_stat_st_blocks=yes
22944 else
22945 $as_echo "$as_me: failed program was:" >&5
22946 sed 's/^/| /' conftest.$ac_ext >&5
22948 ac_cv_member_struct_stat_st_blocks=no
22951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22956 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22957 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22958 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22960 cat >>confdefs.h <<_ACEOF
22961 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22962 _ACEOF
22966 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22967 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22968 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22969 $as_echo_n "(cached) " >&6
22970 else
22971 cat >conftest.$ac_ext <<_ACEOF
22972 /* confdefs.h. */
22973 _ACEOF
22974 cat confdefs.h >>conftest.$ac_ext
22975 cat >>conftest.$ac_ext <<_ACEOF
22976 /* end confdefs.h. */
22977 $ac_includes_default
22979 main ()
22981 static struct stat ac_aggr;
22982 if (ac_aggr.st_mtim)
22983 return 0;
22985 return 0;
22987 _ACEOF
22988 rm -f conftest.$ac_objext
22989 if { (ac_try="$ac_compile"
22990 case "(($ac_try" in
22991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22992 *) ac_try_echo=$ac_try;;
22993 esac
22994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22995 $as_echo "$ac_try_echo") >&5
22996 (eval "$ac_compile") 2>conftest.er1
22997 ac_status=$?
22998 grep -v '^ *+' conftest.er1 >conftest.err
22999 rm -f conftest.er1
23000 cat conftest.err >&5
23001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23002 (exit $ac_status); } && {
23003 test -z "$ac_c_werror_flag" ||
23004 test ! -s conftest.err
23005 } && test -s conftest.$ac_objext; then
23006 ac_cv_member_struct_stat_st_mtim=yes
23007 else
23008 $as_echo "$as_me: failed program was:" >&5
23009 sed 's/^/| /' conftest.$ac_ext >&5
23011 cat >conftest.$ac_ext <<_ACEOF
23012 /* confdefs.h. */
23013 _ACEOF
23014 cat confdefs.h >>conftest.$ac_ext
23015 cat >>conftest.$ac_ext <<_ACEOF
23016 /* end confdefs.h. */
23017 $ac_includes_default
23019 main ()
23021 static struct stat ac_aggr;
23022 if (sizeof ac_aggr.st_mtim)
23023 return 0;
23025 return 0;
23027 _ACEOF
23028 rm -f conftest.$ac_objext
23029 if { (ac_try="$ac_compile"
23030 case "(($ac_try" in
23031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23032 *) ac_try_echo=$ac_try;;
23033 esac
23034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23035 $as_echo "$ac_try_echo") >&5
23036 (eval "$ac_compile") 2>conftest.er1
23037 ac_status=$?
23038 grep -v '^ *+' conftest.er1 >conftest.err
23039 rm -f conftest.er1
23040 cat conftest.err >&5
23041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23042 (exit $ac_status); } && {
23043 test -z "$ac_c_werror_flag" ||
23044 test ! -s conftest.err
23045 } && test -s conftest.$ac_objext; then
23046 ac_cv_member_struct_stat_st_mtim=yes
23047 else
23048 $as_echo "$as_me: failed program was:" >&5
23049 sed 's/^/| /' conftest.$ac_ext >&5
23051 ac_cv_member_struct_stat_st_mtim=no
23054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23059 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23060 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23061 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23063 cat >>confdefs.h <<_ACEOF
23064 #define HAVE_STRUCT_STAT_ST_MTIM 1
23065 _ACEOF
23069 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23070 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23071 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23072 $as_echo_n "(cached) " >&6
23073 else
23074 cat >conftest.$ac_ext <<_ACEOF
23075 /* confdefs.h. */
23076 _ACEOF
23077 cat confdefs.h >>conftest.$ac_ext
23078 cat >>conftest.$ac_ext <<_ACEOF
23079 /* end confdefs.h. */
23080 $ac_includes_default
23082 main ()
23084 static struct stat ac_aggr;
23085 if (ac_aggr.st_ctim)
23086 return 0;
23088 return 0;
23090 _ACEOF
23091 rm -f conftest.$ac_objext
23092 if { (ac_try="$ac_compile"
23093 case "(($ac_try" in
23094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23095 *) ac_try_echo=$ac_try;;
23096 esac
23097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23098 $as_echo "$ac_try_echo") >&5
23099 (eval "$ac_compile") 2>conftest.er1
23100 ac_status=$?
23101 grep -v '^ *+' conftest.er1 >conftest.err
23102 rm -f conftest.er1
23103 cat conftest.err >&5
23104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23105 (exit $ac_status); } && {
23106 test -z "$ac_c_werror_flag" ||
23107 test ! -s conftest.err
23108 } && test -s conftest.$ac_objext; then
23109 ac_cv_member_struct_stat_st_ctim=yes
23110 else
23111 $as_echo "$as_me: failed program was:" >&5
23112 sed 's/^/| /' conftest.$ac_ext >&5
23114 cat >conftest.$ac_ext <<_ACEOF
23115 /* confdefs.h. */
23116 _ACEOF
23117 cat confdefs.h >>conftest.$ac_ext
23118 cat >>conftest.$ac_ext <<_ACEOF
23119 /* end confdefs.h. */
23120 $ac_includes_default
23122 main ()
23124 static struct stat ac_aggr;
23125 if (sizeof ac_aggr.st_ctim)
23126 return 0;
23128 return 0;
23130 _ACEOF
23131 rm -f conftest.$ac_objext
23132 if { (ac_try="$ac_compile"
23133 case "(($ac_try" in
23134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23135 *) ac_try_echo=$ac_try;;
23136 esac
23137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23138 $as_echo "$ac_try_echo") >&5
23139 (eval "$ac_compile") 2>conftest.er1
23140 ac_status=$?
23141 grep -v '^ *+' conftest.er1 >conftest.err
23142 rm -f conftest.er1
23143 cat conftest.err >&5
23144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23145 (exit $ac_status); } && {
23146 test -z "$ac_c_werror_flag" ||
23147 test ! -s conftest.err
23148 } && test -s conftest.$ac_objext; then
23149 ac_cv_member_struct_stat_st_ctim=yes
23150 else
23151 $as_echo "$as_me: failed program was:" >&5
23152 sed 's/^/| /' conftest.$ac_ext >&5
23154 ac_cv_member_struct_stat_st_ctim=no
23157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23162 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23163 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23164 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23166 cat >>confdefs.h <<_ACEOF
23167 #define HAVE_STRUCT_STAT_ST_CTIM 1
23168 _ACEOF
23172 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23173 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23174 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23175 $as_echo_n "(cached) " >&6
23176 else
23177 cat >conftest.$ac_ext <<_ACEOF
23178 /* confdefs.h. */
23179 _ACEOF
23180 cat confdefs.h >>conftest.$ac_ext
23181 cat >>conftest.$ac_ext <<_ACEOF
23182 /* end confdefs.h. */
23183 $ac_includes_default
23185 main ()
23187 static struct stat ac_aggr;
23188 if (ac_aggr.st_atim)
23189 return 0;
23191 return 0;
23193 _ACEOF
23194 rm -f conftest.$ac_objext
23195 if { (ac_try="$ac_compile"
23196 case "(($ac_try" in
23197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23198 *) ac_try_echo=$ac_try;;
23199 esac
23200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23201 $as_echo "$ac_try_echo") >&5
23202 (eval "$ac_compile") 2>conftest.er1
23203 ac_status=$?
23204 grep -v '^ *+' conftest.er1 >conftest.err
23205 rm -f conftest.er1
23206 cat conftest.err >&5
23207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23208 (exit $ac_status); } && {
23209 test -z "$ac_c_werror_flag" ||
23210 test ! -s conftest.err
23211 } && test -s conftest.$ac_objext; then
23212 ac_cv_member_struct_stat_st_atim=yes
23213 else
23214 $as_echo "$as_me: failed program was:" >&5
23215 sed 's/^/| /' conftest.$ac_ext >&5
23217 cat >conftest.$ac_ext <<_ACEOF
23218 /* confdefs.h. */
23219 _ACEOF
23220 cat confdefs.h >>conftest.$ac_ext
23221 cat >>conftest.$ac_ext <<_ACEOF
23222 /* end confdefs.h. */
23223 $ac_includes_default
23225 main ()
23227 static struct stat ac_aggr;
23228 if (sizeof ac_aggr.st_atim)
23229 return 0;
23231 return 0;
23233 _ACEOF
23234 rm -f conftest.$ac_objext
23235 if { (ac_try="$ac_compile"
23236 case "(($ac_try" in
23237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23238 *) ac_try_echo=$ac_try;;
23239 esac
23240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23241 $as_echo "$ac_try_echo") >&5
23242 (eval "$ac_compile") 2>conftest.er1
23243 ac_status=$?
23244 grep -v '^ *+' conftest.er1 >conftest.err
23245 rm -f conftest.er1
23246 cat conftest.err >&5
23247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23248 (exit $ac_status); } && {
23249 test -z "$ac_c_werror_flag" ||
23250 test ! -s conftest.err
23251 } && test -s conftest.$ac_objext; then
23252 ac_cv_member_struct_stat_st_atim=yes
23253 else
23254 $as_echo "$as_me: failed program was:" >&5
23255 sed 's/^/| /' conftest.$ac_ext >&5
23257 ac_cv_member_struct_stat_st_atim=no
23260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23265 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23266 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23267 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23269 cat >>confdefs.h <<_ACEOF
23270 #define HAVE_STRUCT_STAT_ST_ATIM 1
23271 _ACEOF
23277 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23278 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23279 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23280 $as_echo_n "(cached) " >&6
23281 else
23282 cat >conftest.$ac_ext <<_ACEOF
23283 /* confdefs.h. */
23284 _ACEOF
23285 cat confdefs.h >>conftest.$ac_ext
23286 cat >>conftest.$ac_ext <<_ACEOF
23287 /* end confdefs.h. */
23288 #ifdef HAVE_SYS_TYPES_H
23289 #include <sys/types.h>
23290 #endif
23291 #ifdef HAVE_NETINET_IN_H
23292 #include <netinet/in.h>
23293 #endif
23296 main ()
23298 static struct sockaddr_in6 ac_aggr;
23299 if (ac_aggr.sin6_scope_id)
23300 return 0;
23302 return 0;
23304 _ACEOF
23305 rm -f conftest.$ac_objext
23306 if { (ac_try="$ac_compile"
23307 case "(($ac_try" in
23308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23309 *) ac_try_echo=$ac_try;;
23310 esac
23311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23312 $as_echo "$ac_try_echo") >&5
23313 (eval "$ac_compile") 2>conftest.er1
23314 ac_status=$?
23315 grep -v '^ *+' conftest.er1 >conftest.err
23316 rm -f conftest.er1
23317 cat conftest.err >&5
23318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23319 (exit $ac_status); } && {
23320 test -z "$ac_c_werror_flag" ||
23321 test ! -s conftest.err
23322 } && test -s conftest.$ac_objext; then
23323 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23324 else
23325 $as_echo "$as_me: failed program was:" >&5
23326 sed 's/^/| /' conftest.$ac_ext >&5
23328 cat >conftest.$ac_ext <<_ACEOF
23329 /* confdefs.h. */
23330 _ACEOF
23331 cat confdefs.h >>conftest.$ac_ext
23332 cat >>conftest.$ac_ext <<_ACEOF
23333 /* end confdefs.h. */
23334 #ifdef HAVE_SYS_TYPES_H
23335 #include <sys/types.h>
23336 #endif
23337 #ifdef HAVE_NETINET_IN_H
23338 #include <netinet/in.h>
23339 #endif
23342 main ()
23344 static struct sockaddr_in6 ac_aggr;
23345 if (sizeof ac_aggr.sin6_scope_id)
23346 return 0;
23348 return 0;
23350 _ACEOF
23351 rm -f conftest.$ac_objext
23352 if { (ac_try="$ac_compile"
23353 case "(($ac_try" in
23354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23355 *) ac_try_echo=$ac_try;;
23356 esac
23357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23358 $as_echo "$ac_try_echo") >&5
23359 (eval "$ac_compile") 2>conftest.er1
23360 ac_status=$?
23361 grep -v '^ *+' conftest.er1 >conftest.err
23362 rm -f conftest.er1
23363 cat conftest.err >&5
23364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23365 (exit $ac_status); } && {
23366 test -z "$ac_c_werror_flag" ||
23367 test ! -s conftest.err
23368 } && test -s conftest.$ac_objext; then
23369 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23370 else
23371 $as_echo "$as_me: failed program was:" >&5
23372 sed 's/^/| /' conftest.$ac_ext >&5
23374 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23382 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23383 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23384 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23386 cat >>confdefs.h <<_ACEOF
23387 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23388 _ACEOF
23394 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23395 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23396 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23397 $as_echo_n "(cached) " >&6
23398 else
23399 cat >conftest.$ac_ext <<_ACEOF
23400 /* confdefs.h. */
23401 _ACEOF
23402 cat confdefs.h >>conftest.$ac_ext
23403 cat >>conftest.$ac_ext <<_ACEOF
23404 /* end confdefs.h. */
23405 #ifdef HAVE_SYS_TYPES_H
23406 #include <sys/types.h>
23407 #endif
23408 #ifdef HAVE_NETINET_IN_H
23409 # include <netinet/in.h>
23410 #endif
23411 #ifdef HAVE_ARPA_NAMESER_H
23412 # include <arpa/nameser.h>
23413 #endif
23416 main ()
23418 static ns_msg ac_aggr;
23419 if (ac_aggr._msg_ptr)
23420 return 0;
23422 return 0;
23424 _ACEOF
23425 rm -f conftest.$ac_objext
23426 if { (ac_try="$ac_compile"
23427 case "(($ac_try" in
23428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23429 *) ac_try_echo=$ac_try;;
23430 esac
23431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23432 $as_echo "$ac_try_echo") >&5
23433 (eval "$ac_compile") 2>conftest.er1
23434 ac_status=$?
23435 grep -v '^ *+' conftest.er1 >conftest.err
23436 rm -f conftest.er1
23437 cat conftest.err >&5
23438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23439 (exit $ac_status); } && {
23440 test -z "$ac_c_werror_flag" ||
23441 test ! -s conftest.err
23442 } && test -s conftest.$ac_objext; then
23443 ac_cv_member_ns_msg__msg_ptr=yes
23444 else
23445 $as_echo "$as_me: failed program was:" >&5
23446 sed 's/^/| /' conftest.$ac_ext >&5
23448 cat >conftest.$ac_ext <<_ACEOF
23449 /* confdefs.h. */
23450 _ACEOF
23451 cat confdefs.h >>conftest.$ac_ext
23452 cat >>conftest.$ac_ext <<_ACEOF
23453 /* end confdefs.h. */
23454 #ifdef HAVE_SYS_TYPES_H
23455 #include <sys/types.h>
23456 #endif
23457 #ifdef HAVE_NETINET_IN_H
23458 # include <netinet/in.h>
23459 #endif
23460 #ifdef HAVE_ARPA_NAMESER_H
23461 # include <arpa/nameser.h>
23462 #endif
23465 main ()
23467 static ns_msg ac_aggr;
23468 if (sizeof ac_aggr._msg_ptr)
23469 return 0;
23471 return 0;
23473 _ACEOF
23474 rm -f conftest.$ac_objext
23475 if { (ac_try="$ac_compile"
23476 case "(($ac_try" in
23477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23478 *) ac_try_echo=$ac_try;;
23479 esac
23480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23481 $as_echo "$ac_try_echo") >&5
23482 (eval "$ac_compile") 2>conftest.er1
23483 ac_status=$?
23484 grep -v '^ *+' conftest.er1 >conftest.err
23485 rm -f conftest.er1
23486 cat conftest.err >&5
23487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23488 (exit $ac_status); } && {
23489 test -z "$ac_c_werror_flag" ||
23490 test ! -s conftest.err
23491 } && test -s conftest.$ac_objext; then
23492 ac_cv_member_ns_msg__msg_ptr=yes
23493 else
23494 $as_echo "$as_me: failed program was:" >&5
23495 sed 's/^/| /' conftest.$ac_ext >&5
23497 ac_cv_member_ns_msg__msg_ptr=no
23500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23505 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23506 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23507 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23509 cat >>confdefs.h <<_ACEOF
23510 #define HAVE_NS_MSG__MSG_PTR 1
23511 _ACEOF
23517 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23518 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23519 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23520 $as_echo_n "(cached) " >&6
23521 else
23522 cat >conftest.$ac_ext <<_ACEOF
23523 /* confdefs.h. */
23524 _ACEOF
23525 cat confdefs.h >>conftest.$ac_ext
23526 cat >>conftest.$ac_ext <<_ACEOF
23527 /* end confdefs.h. */
23528 #ifdef HAVE_SYS_TYPES_H
23529 #include <sys/types.h>
23530 #endif
23531 #ifdef HAVE_ALIAS_H
23532 #include <alias.h>
23533 #endif
23534 #ifdef HAVE_SYS_SOCKET_H
23535 #include <sys/socket.h>
23536 #endif
23537 #ifdef HAVE_SYS_SOCKETVAR_H
23538 #include <sys/socketvar.h>
23539 #endif
23540 #ifdef HAVE_SYS_TIMEOUT_H
23541 #include <sys/timeout.h>
23542 #endif
23543 #ifdef HAVE_NETINET_IN_H
23544 #include <netinet/in.h>
23545 #endif
23546 #ifdef HAVE_NETINET_IN_SYSTM_H
23547 #include <netinet/in_systm.h>
23548 #endif
23549 #ifdef HAVE_NETINET_IP_H
23550 #include <netinet/ip.h>
23551 #endif
23552 #ifdef HAVE_NETINET_IP_VAR_H
23553 #include <netinet/ip_var.h>
23554 #endif
23555 #ifdef HAVE_NETINET_IP_ICMP_H
23556 #include <netinet/ip_icmp.h>
23557 #endif
23558 #ifdef HAVE_NETINET_ICMP_VAR
23559 #include <netinet/icmp_var.h>
23560 #endif
23563 main ()
23565 static struct icmpstat ac_aggr;
23566 if (ac_aggr.icps_outhist)
23567 return 0;
23569 return 0;
23571 _ACEOF
23572 rm -f conftest.$ac_objext
23573 if { (ac_try="$ac_compile"
23574 case "(($ac_try" in
23575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23576 *) ac_try_echo=$ac_try;;
23577 esac
23578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23579 $as_echo "$ac_try_echo") >&5
23580 (eval "$ac_compile") 2>conftest.er1
23581 ac_status=$?
23582 grep -v '^ *+' conftest.er1 >conftest.err
23583 rm -f conftest.er1
23584 cat conftest.err >&5
23585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23586 (exit $ac_status); } && {
23587 test -z "$ac_c_werror_flag" ||
23588 test ! -s conftest.err
23589 } && test -s conftest.$ac_objext; then
23590 ac_cv_member_struct_icmpstat_icps_outhist=yes
23591 else
23592 $as_echo "$as_me: failed program was:" >&5
23593 sed 's/^/| /' conftest.$ac_ext >&5
23595 cat >conftest.$ac_ext <<_ACEOF
23596 /* confdefs.h. */
23597 _ACEOF
23598 cat confdefs.h >>conftest.$ac_ext
23599 cat >>conftest.$ac_ext <<_ACEOF
23600 /* end confdefs.h. */
23601 #ifdef HAVE_SYS_TYPES_H
23602 #include <sys/types.h>
23603 #endif
23604 #ifdef HAVE_ALIAS_H
23605 #include <alias.h>
23606 #endif
23607 #ifdef HAVE_SYS_SOCKET_H
23608 #include <sys/socket.h>
23609 #endif
23610 #ifdef HAVE_SYS_SOCKETVAR_H
23611 #include <sys/socketvar.h>
23612 #endif
23613 #ifdef HAVE_SYS_TIMEOUT_H
23614 #include <sys/timeout.h>
23615 #endif
23616 #ifdef HAVE_NETINET_IN_H
23617 #include <netinet/in.h>
23618 #endif
23619 #ifdef HAVE_NETINET_IN_SYSTM_H
23620 #include <netinet/in_systm.h>
23621 #endif
23622 #ifdef HAVE_NETINET_IP_H
23623 #include <netinet/ip.h>
23624 #endif
23625 #ifdef HAVE_NETINET_IP_VAR_H
23626 #include <netinet/ip_var.h>
23627 #endif
23628 #ifdef HAVE_NETINET_IP_ICMP_H
23629 #include <netinet/ip_icmp.h>
23630 #endif
23631 #ifdef HAVE_NETINET_ICMP_VAR
23632 #include <netinet/icmp_var.h>
23633 #endif
23636 main ()
23638 static struct icmpstat ac_aggr;
23639 if (sizeof ac_aggr.icps_outhist)
23640 return 0;
23642 return 0;
23644 _ACEOF
23645 rm -f conftest.$ac_objext
23646 if { (ac_try="$ac_compile"
23647 case "(($ac_try" in
23648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23649 *) ac_try_echo=$ac_try;;
23650 esac
23651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23652 $as_echo "$ac_try_echo") >&5
23653 (eval "$ac_compile") 2>conftest.er1
23654 ac_status=$?
23655 grep -v '^ *+' conftest.er1 >conftest.err
23656 rm -f conftest.er1
23657 cat conftest.err >&5
23658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23659 (exit $ac_status); } && {
23660 test -z "$ac_c_werror_flag" ||
23661 test ! -s conftest.err
23662 } && test -s conftest.$ac_objext; then
23663 ac_cv_member_struct_icmpstat_icps_outhist=yes
23664 else
23665 $as_echo "$as_me: failed program was:" >&5
23666 sed 's/^/| /' conftest.$ac_ext >&5
23668 ac_cv_member_struct_icmpstat_icps_outhist=no
23671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23676 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23677 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23678 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23680 cat >>confdefs.h <<_ACEOF
23681 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23682 _ACEOF
23688 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23689 $as_echo_n "checking for timezone variable... " >&6; }
23690 if test "${ac_cv_have_timezone+set}" = set; then
23691 $as_echo_n "(cached) " >&6
23692 else
23693 cat >conftest.$ac_ext <<_ACEOF
23694 /* confdefs.h. */
23695 _ACEOF
23696 cat confdefs.h >>conftest.$ac_ext
23697 cat >>conftest.$ac_ext <<_ACEOF
23698 /* end confdefs.h. */
23699 #include <time.h>
23701 main ()
23703 timezone = 1
23705 return 0;
23707 _ACEOF
23708 rm -f conftest.$ac_objext conftest$ac_exeext
23709 if { (ac_try="$ac_link"
23710 case "(($ac_try" in
23711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23712 *) ac_try_echo=$ac_try;;
23713 esac
23714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23715 $as_echo "$ac_try_echo") >&5
23716 (eval "$ac_link") 2>conftest.er1
23717 ac_status=$?
23718 grep -v '^ *+' conftest.er1 >conftest.err
23719 rm -f conftest.er1
23720 cat conftest.err >&5
23721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23722 (exit $ac_status); } && {
23723 test -z "$ac_c_werror_flag" ||
23724 test ! -s conftest.err
23725 } && test -s conftest$ac_exeext && {
23726 test "$cross_compiling" = yes ||
23727 $as_test_x conftest$ac_exeext
23728 }; then
23729 ac_cv_have_timezone="yes"
23730 else
23731 $as_echo "$as_me: failed program was:" >&5
23732 sed 's/^/| /' conftest.$ac_ext >&5
23734 ac_cv_have_timezone="no"
23737 rm -rf conftest.dSYM
23738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23739 conftest$ac_exeext conftest.$ac_ext
23741 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23742 $as_echo "$ac_cv_have_timezone" >&6; }
23743 if test "$ac_cv_have_timezone" = "yes"
23744 then
23746 cat >>confdefs.h <<\_ACEOF
23747 #define HAVE_TIMEZONE 1
23748 _ACEOF
23751 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23752 $as_echo_n "checking for daylight variable... " >&6; }
23753 if test "${ac_cv_have_daylight+set}" = set; then
23754 $as_echo_n "(cached) " >&6
23755 else
23756 cat >conftest.$ac_ext <<_ACEOF
23757 /* confdefs.h. */
23758 _ACEOF
23759 cat confdefs.h >>conftest.$ac_ext
23760 cat >>conftest.$ac_ext <<_ACEOF
23761 /* end confdefs.h. */
23762 #include <time.h>
23764 main ()
23766 daylight = 1
23768 return 0;
23770 _ACEOF
23771 rm -f conftest.$ac_objext conftest$ac_exeext
23772 if { (ac_try="$ac_link"
23773 case "(($ac_try" in
23774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23775 *) ac_try_echo=$ac_try;;
23776 esac
23777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23778 $as_echo "$ac_try_echo") >&5
23779 (eval "$ac_link") 2>conftest.er1
23780 ac_status=$?
23781 grep -v '^ *+' conftest.er1 >conftest.err
23782 rm -f conftest.er1
23783 cat conftest.err >&5
23784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23785 (exit $ac_status); } && {
23786 test -z "$ac_c_werror_flag" ||
23787 test ! -s conftest.err
23788 } && test -s conftest$ac_exeext && {
23789 test "$cross_compiling" = yes ||
23790 $as_test_x conftest$ac_exeext
23791 }; then
23792 ac_cv_have_daylight="yes"
23793 else
23794 $as_echo "$as_me: failed program was:" >&5
23795 sed 's/^/| /' conftest.$ac_ext >&5
23797 ac_cv_have_daylight="no"
23800 rm -rf conftest.dSYM
23801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23802 conftest$ac_exeext conftest.$ac_ext
23804 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23805 $as_echo "$ac_cv_have_daylight" >&6; }
23806 if test "$ac_cv_have_daylight" = "yes"
23807 then
23809 cat >>confdefs.h <<\_ACEOF
23810 #define HAVE_DAYLIGHT 1
23811 _ACEOF
23815 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23816 $as_echo_n "checking for isinf... " >&6; }
23817 if test "${ac_cv_have_isinf+set}" = set; then
23818 $as_echo_n "(cached) " >&6
23819 else
23820 cat >conftest.$ac_ext <<_ACEOF
23821 /* confdefs.h. */
23822 _ACEOF
23823 cat confdefs.h >>conftest.$ac_ext
23824 cat >>conftest.$ac_ext <<_ACEOF
23825 /* end confdefs.h. */
23826 #include <math.h>
23828 main ()
23830 float f = 0.0; int i=isinf(f)
23832 return 0;
23834 _ACEOF
23835 rm -f conftest.$ac_objext conftest$ac_exeext
23836 if { (ac_try="$ac_link"
23837 case "(($ac_try" in
23838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23839 *) ac_try_echo=$ac_try;;
23840 esac
23841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23842 $as_echo "$ac_try_echo") >&5
23843 (eval "$ac_link") 2>conftest.er1
23844 ac_status=$?
23845 grep -v '^ *+' conftest.er1 >conftest.err
23846 rm -f conftest.er1
23847 cat conftest.err >&5
23848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23849 (exit $ac_status); } && {
23850 test -z "$ac_c_werror_flag" ||
23851 test ! -s conftest.err
23852 } && test -s conftest$ac_exeext && {
23853 test "$cross_compiling" = yes ||
23854 $as_test_x conftest$ac_exeext
23855 }; then
23856 ac_cv_have_isinf="yes"
23857 else
23858 $as_echo "$as_me: failed program was:" >&5
23859 sed 's/^/| /' conftest.$ac_ext >&5
23861 ac_cv_have_isinf="no"
23864 rm -rf conftest.dSYM
23865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23866 conftest$ac_exeext conftest.$ac_ext
23868 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23869 $as_echo "$ac_cv_have_isinf" >&6; }
23870 if test "$ac_cv_have_isinf" = "yes"
23871 then
23873 cat >>confdefs.h <<\_ACEOF
23874 #define HAVE_ISINF 1
23875 _ACEOF
23879 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23880 $as_echo_n "checking for isnan... " >&6; }
23881 if test "${ac_cv_have_isnan+set}" = set; then
23882 $as_echo_n "(cached) " >&6
23883 else
23884 cat >conftest.$ac_ext <<_ACEOF
23885 /* confdefs.h. */
23886 _ACEOF
23887 cat confdefs.h >>conftest.$ac_ext
23888 cat >>conftest.$ac_ext <<_ACEOF
23889 /* end confdefs.h. */
23890 #include <math.h>
23892 main ()
23894 float f = 0.0; int i=isnan(f)
23896 return 0;
23898 _ACEOF
23899 rm -f conftest.$ac_objext conftest$ac_exeext
23900 if { (ac_try="$ac_link"
23901 case "(($ac_try" in
23902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23903 *) ac_try_echo=$ac_try;;
23904 esac
23905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23906 $as_echo "$ac_try_echo") >&5
23907 (eval "$ac_link") 2>conftest.er1
23908 ac_status=$?
23909 grep -v '^ *+' conftest.er1 >conftest.err
23910 rm -f conftest.er1
23911 cat conftest.err >&5
23912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23913 (exit $ac_status); } && {
23914 test -z "$ac_c_werror_flag" ||
23915 test ! -s conftest.err
23916 } && test -s conftest$ac_exeext && {
23917 test "$cross_compiling" = yes ||
23918 $as_test_x conftest$ac_exeext
23919 }; then
23920 ac_cv_have_isnan="yes"
23921 else
23922 $as_echo "$as_me: failed program was:" >&5
23923 sed 's/^/| /' conftest.$ac_ext >&5
23925 ac_cv_have_isnan="no"
23928 rm -rf conftest.dSYM
23929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23930 conftest$ac_exeext conftest.$ac_ext
23932 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23933 $as_echo "$ac_cv_have_isnan" >&6; }
23934 if test "$ac_cv_have_isnan" = "yes"
23935 then
23937 cat >>confdefs.h <<\_ACEOF
23938 #define HAVE_ISNAN 1
23939 _ACEOF
23944 case $host_cpu in
23945 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23946 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23947 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23948 $as_echo_n "(cached) " >&6
23949 else
23950 cat >conftest.$ac_ext <<_ACEOF
23951 /* confdefs.h. */
23952 _ACEOF
23953 cat confdefs.h >>conftest.$ac_ext
23954 cat >>conftest.$ac_ext <<_ACEOF
23955 /* end confdefs.h. */
23956 #ifndef __i386__
23958 #endif
23959 _ACEOF
23960 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23961 $EGREP "yes" >/dev/null 2>&1; then
23962 ac_cv_cpp_def___i386__=yes
23963 else
23964 ac_cv_cpp_def___i386__=no
23966 rm -f conftest*
23969 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23970 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23971 if test $ac_cv_cpp_def___i386__ = yes; then
23972 CFLAGS="$CFLAGS -D__i386__"
23973 LINTFLAGS="$LINTFLAGS -D__i386__"
23976 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23977 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23978 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23979 $as_echo_n "(cached) " >&6
23980 else
23981 cat >conftest.$ac_ext <<_ACEOF
23982 /* confdefs.h. */
23983 _ACEOF
23984 cat confdefs.h >>conftest.$ac_ext
23985 cat >>conftest.$ac_ext <<_ACEOF
23986 /* end confdefs.h. */
23987 #ifndef __x86_64__
23989 #endif
23990 _ACEOF
23991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23992 $EGREP "yes" >/dev/null 2>&1; then
23993 ac_cv_cpp_def___x86_64__=yes
23994 else
23995 ac_cv_cpp_def___x86_64__=no
23997 rm -f conftest*
24000 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24001 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24002 if test $ac_cv_cpp_def___x86_64__ = yes; then
24003 CFLAGS="$CFLAGS -D__x86_64__"
24004 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24007 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24008 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24009 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24010 $as_echo_n "(cached) " >&6
24011 else
24012 cat >conftest.$ac_ext <<_ACEOF
24013 /* confdefs.h. */
24014 _ACEOF
24015 cat confdefs.h >>conftest.$ac_ext
24016 cat >>conftest.$ac_ext <<_ACEOF
24017 /* end confdefs.h. */
24018 #ifndef __ALPHA__
24020 #endif
24021 _ACEOF
24022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24023 $EGREP "yes" >/dev/null 2>&1; then
24024 ac_cv_cpp_def___ALPHA__=yes
24025 else
24026 ac_cv_cpp_def___ALPHA__=no
24028 rm -f conftest*
24031 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24032 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24033 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24034 CFLAGS="$CFLAGS -D__ALPHA__"
24035 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24038 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24039 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24040 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24041 $as_echo_n "(cached) " >&6
24042 else
24043 cat >conftest.$ac_ext <<_ACEOF
24044 /* confdefs.h. */
24045 _ACEOF
24046 cat confdefs.h >>conftest.$ac_ext
24047 cat >>conftest.$ac_ext <<_ACEOF
24048 /* end confdefs.h. */
24049 #ifndef __sparc__
24051 #endif
24052 _ACEOF
24053 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24054 $EGREP "yes" >/dev/null 2>&1; then
24055 ac_cv_cpp_def___sparc__=yes
24056 else
24057 ac_cv_cpp_def___sparc__=no
24059 rm -f conftest*
24062 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24063 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24064 if test $ac_cv_cpp_def___sparc__ = yes; then
24065 CFLAGS="$CFLAGS -D__sparc__"
24066 LINTFLAGS="$LINTFLAGS -D__sparc__"
24069 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24070 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24071 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24072 $as_echo_n "(cached) " >&6
24073 else
24074 cat >conftest.$ac_ext <<_ACEOF
24075 /* confdefs.h. */
24076 _ACEOF
24077 cat confdefs.h >>conftest.$ac_ext
24078 cat >>conftest.$ac_ext <<_ACEOF
24079 /* end confdefs.h. */
24080 #ifndef __powerpc__
24082 #endif
24083 _ACEOF
24084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24085 $EGREP "yes" >/dev/null 2>&1; then
24086 ac_cv_cpp_def___powerpc__=yes
24087 else
24088 ac_cv_cpp_def___powerpc__=no
24090 rm -f conftest*
24093 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24094 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24095 if test $ac_cv_cpp_def___powerpc__ = yes; then
24096 CFLAGS="$CFLAGS -D__powerpc__"
24097 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24100 esac
24102 case $host_vendor in
24103 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24104 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24105 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24106 $as_echo_n "(cached) " >&6
24107 else
24108 cat >conftest.$ac_ext <<_ACEOF
24109 /* confdefs.h. */
24110 _ACEOF
24111 cat confdefs.h >>conftest.$ac_ext
24112 cat >>conftest.$ac_ext <<_ACEOF
24113 /* end confdefs.h. */
24114 #ifndef __sun__
24116 #endif
24117 _ACEOF
24118 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24119 $EGREP "yes" >/dev/null 2>&1; then
24120 ac_cv_cpp_def___sun__=yes
24121 else
24122 ac_cv_cpp_def___sun__=no
24124 rm -f conftest*
24127 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24128 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24129 if test $ac_cv_cpp_def___sun__ = yes; then
24130 CFLAGS="$CFLAGS -D__sun__"
24131 LINTFLAGS="$LINTFLAGS -D__sun__"
24134 esac
24137 DEPENDENCIES="### Dependencies:
24139 .INIT: Makefile
24140 .BEGIN: Makefile
24141 .MAKEFILEDEPS:
24142 Makefile: dummy
24143 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24145 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24146 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24147 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24148 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24149 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24152 ALL_MAKERULES=""
24154 ALL_MAKEFILES=""
24156 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24159 ALL_TOP_DIRS=""
24161 ALL_DLL_DIRS=""
24163 ALL_IMPLIB_DIRS=""
24165 ALL_TEST_DIRS=""
24167 ALL_PROGRAM_DIRS=""
24169 ALL_PROGRAM_INSTALL_DIRS=""
24171 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24177 ac_config_commands="$ac_config_commands include/stamp-h"
24180 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24182 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24184 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24186 ac_config_commands="$ac_config_commands dlls/user32/resources"
24188 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24190 ac_config_commands="$ac_config_commands include/wine"
24193 ALL_MAKERULES="$ALL_MAKERULES \\
24194 Make.rules"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 Make.rules: Make.rules.in"
24197 MAKE_RULES=Make.rules
24198 ac_config_files="$ac_config_files Make.rules"
24200 ALL_MAKERULES="$ALL_MAKERULES \\
24201 dlls/Makedll.rules"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24204 MAKE_DLL_RULES=dlls/Makedll.rules
24205 ac_config_files="$ac_config_files dlls/Makedll.rules"
24207 ALL_MAKERULES="$ALL_MAKERULES \\
24208 dlls/Makeimplib.rules"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24211 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24212 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24214 ALL_MAKERULES="$ALL_MAKERULES \\
24215 dlls/Maketest.rules"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24218 MAKE_TEST_RULES=dlls/Maketest.rules
24219 ac_config_files="$ac_config_files dlls/Maketest.rules"
24221 ALL_MAKERULES="$ALL_MAKERULES \\
24222 programs/Makeprog.rules"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24225 MAKE_PROG_RULES=programs/Makeprog.rules
24226 ac_config_files="$ac_config_files programs/Makeprog.rules"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 Makefile: Makefile.in Make.rules"
24233 ac_config_files="$ac_config_files Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/Makefile"
24237 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24238 dlls"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/Makefile: dlls/Makefile.in Make.rules"
24241 ac_config_files="$ac_config_files dlls/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/acledit/Makefile"
24245 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 acledit"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/aclui/Makefile"
24253 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 aclui"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/activeds/Makefile"
24261 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 activeds"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/actxprxy/Makefile"
24269 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 actxprxy"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/adsiid/Makefile"
24277 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24278 adsiid"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24281 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/advapi32/Makefile"
24285 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286 advapi32"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/advapi32/tests/Makefile"
24293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24294 advapi32/tests"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/advpack/Makefile"
24301 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 advpack"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/advpack/tests/Makefile"
24309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24310 advpack/tests"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24313 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/amstream/Makefile"
24317 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 amstream"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/amstream/tests/Makefile"
24325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326 amstream/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/appwiz.cpl/Makefile"
24333 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 appwiz.cpl"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/atl/Makefile"
24341 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 atl"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/atl/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/authz/Makefile"
24349 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 authz"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/authz/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/avicap32/Makefile"
24357 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 avicap32"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/avifil32/Makefile"
24365 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 avifil32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/avifile.dll16/Makefile"
24373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 avifile.dll16"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/bcrypt/Makefile"
24381 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 bcrypt"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/browseui/Makefile"
24389 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 browseui"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/browseui/tests/Makefile"
24397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 browseui/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/cabinet/Makefile"
24405 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 cabinet"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/cabinet/tests/Makefile"
24413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 cabinet/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/capi2032/Makefile"
24421 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 capi2032"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/cards/Makefile"
24429 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 cards"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/cards/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/cfgmgr32/Makefile"
24437 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 cfgmgr32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/clusapi/Makefile"
24445 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 clusapi"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/comcat/Makefile"
24453 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 comcat"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/comcat/tests/Makefile"
24461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24462 comcat/tests"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/comctl32/Makefile"
24469 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 comctl32"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/comctl32/tests/Makefile"
24477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24478 comctl32/tests"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/comdlg32/Makefile"
24485 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 comdlg32"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/comdlg32/tests/Makefile"
24493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24494 comdlg32/tests"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24497 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/comm.drv16/Makefile"
24501 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 comm.drv16"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/compobj.dll16/Makefile"
24509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 compobj.dll16"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/compstui/Makefile"
24517 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 compstui"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/credui/Makefile"
24525 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 credui"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/credui/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/credui/tests/Makefile"
24533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534 credui/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/crtdll/Makefile"
24541 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 crtdll"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/crypt32/Makefile"
24549 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 crypt32"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/crypt32/tests/Makefile"
24557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558 crypt32/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/cryptdlg/Makefile"
24565 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 cryptdlg"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/cryptdll/Makefile"
24573 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 cryptdll"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/cryptnet/Makefile"
24581 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 cryptnet"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/cryptnet/tests/Makefile"
24589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24590 cryptnet/tests"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24593 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/cryptui/Makefile"
24597 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 cryptui"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/cryptui/tests/Makefile"
24605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24606 cryptui/tests"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/ctapi32/Makefile"
24613 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 ctapi32"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/ctl3d.dll16/Makefile"
24621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 ctl3d.dll16"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/ctl3d32/Makefile"
24629 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 ctl3d32"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/ctl3dv2.dll16/Makefile"
24637 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 ctl3dv2.dll16"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/d3d10/Makefile"
24645 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 d3d10"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/d3d10/tests/Makefile"
24653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24654 d3d10/tests"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24657 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/d3d10core/Makefile"
24661 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 d3d10core"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/d3d10core/tests/Makefile"
24669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670 d3d10core/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/d3d8/Makefile"
24677 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 d3d8"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/d3d8/tests/Makefile"
24685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24686 d3d8/tests"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24689 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/d3d9/Makefile"
24693 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 d3d9"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/d3d9/tests/Makefile"
24701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24702 d3d9/tests"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24705 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/d3dim/Makefile"
24709 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 d3dim"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/d3drm/Makefile"
24717 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 d3drm"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/d3drm/tests/Makefile"
24725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 d3drm/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/d3dx8/Makefile"
24733 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 d3dx8"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/d3dx8/tests/Makefile"
24741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 d3dx8/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/d3dx9_24/Makefile"
24749 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 d3dx9_24"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/d3dx9_25/Makefile"
24757 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 d3dx9_25"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/d3dx9_26/Makefile"
24765 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 d3dx9_26"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/d3dx9_27/Makefile"
24773 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 d3dx9_27"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/d3dx9_28/Makefile"
24781 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 d3dx9_28"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/d3dx9_29/Makefile"
24789 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 d3dx9_29"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/d3dx9_30/Makefile"
24797 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 d3dx9_30"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/d3dx9_31/Makefile"
24805 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 d3dx9_31"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/d3dx9_32/Makefile"
24813 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 d3dx9_32"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/d3dx9_33/Makefile"
24821 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 d3dx9_33"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/d3dx9_34/Makefile"
24829 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 d3dx9_34"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/d3dx9_35/Makefile"
24837 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 d3dx9_35"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/d3dx9_36/Makefile"
24845 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 d3dx9_36"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/d3dx9_36/tests/Makefile"
24853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24854 d3dx9_36/tests"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24857 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/d3dx9_37/Makefile"
24861 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 d3dx9_37"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/d3dx9_38/Makefile"
24869 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 d3dx9_38"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/d3dx9_39/Makefile"
24877 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 d3dx9_39"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/d3dx9_40/Makefile"
24885 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 d3dx9_40"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/d3dx9_41/Makefile"
24893 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 d3dx9_41"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/d3dxof/Makefile"
24901 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 d3dxof"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/d3dxof/tests/Makefile"
24909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24910 d3dxof/tests"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24913 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/dbghelp/Makefile"
24917 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 dbghelp"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/dciman32/Makefile"
24925 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 dciman32"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/ddeml.dll16/Makefile"
24933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 ddeml.dll16"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/ddraw/Makefile"
24941 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 ddraw"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/ddraw/tests/Makefile"
24949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24950 ddraw/tests"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24953 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/ddrawex/Makefile"
24957 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 ddrawex"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/ddrawex/tests/Makefile"
24965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24966 ddrawex/tests"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24969 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/devenum/Makefile"
24973 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 devenum"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/dinput/Makefile"
24981 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 dinput"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/dinput/tests/Makefile"
24989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24990 dinput/tests"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/dinput8/Makefile"
24997 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 dinput8"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/dispdib.dll16/Makefile"
25005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 dispdib.dll16"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/display.drv16/Makefile"
25013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 display.drv16"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/dmband/Makefile"
25021 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 dmband"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/dmcompos/Makefile"
25029 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 dmcompos"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/dmime/Makefile"
25037 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 dmime"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/dmloader/Makefile"
25045 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 dmloader"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/dmscript/Makefile"
25053 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 dmscript"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/dmstyle/Makefile"
25061 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 dmstyle"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/dmsynth/Makefile"
25069 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 dmsynth"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/dmusic/Makefile"
25077 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 dmusic"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/dmusic32/Makefile"
25085 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 dmusic32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/dnsapi/Makefile"
25093 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 dnsapi"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/dnsapi/tests/Makefile"
25101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25102 dnsapi/tests"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25105 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/dplay/Makefile"
25109 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 dplay"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/dplayx/Makefile"
25117 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 dplayx"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/dplayx/tests/Makefile"
25125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25126 dplayx/tests"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25129 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/dpnaddr/Makefile"
25133 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 dpnaddr"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/dpnet/Makefile"
25141 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 dpnet"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/dpnhpast/Makefile"
25149 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 dpnhpast"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/dpnlobby/Makefile"
25157 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 dpnlobby"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/dpwsockx/Makefile"
25165 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 dpwsockx"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/dsound/Makefile"
25173 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 dsound"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/dsound/tests/Makefile"
25181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25182 dsound/tests"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25185 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/dssenh/Makefile"
25189 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 dssenh"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/dswave/Makefile"
25197 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 dswave"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/dwmapi/Makefile"
25205 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 dwmapi"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/dxdiagn/Makefile"
25213 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 dxdiagn"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/dxerr8/Makefile"
25221 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25222 dxerr8"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25225 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/dxerr9/Makefile"
25229 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25230 dxerr9"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25233 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/dxgi/Makefile"
25237 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 dxgi"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/dxgi/tests/Makefile"
25245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25246 dxgi/tests"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25249 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/dxguid/Makefile"
25253 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25254 dxguid"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25257 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/faultrep/Makefile"
25261 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 faultrep"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/fusion/Makefile"
25269 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 fusion"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/fusion/tests/Makefile"
25277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25278 fusion/tests"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25281 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/gdi32/Makefile"
25285 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 gdi32"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/gdi32/tests/Makefile"
25293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25294 gdi32/tests"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25297 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/gdiplus/Makefile"
25301 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 gdiplus"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/gdiplus/tests/Makefile"
25309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25310 gdiplus/tests"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25313 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/glu32/Makefile"
25317 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 glu32"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/gphoto2.ds/Makefile"
25325 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 gphoto2.ds"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/gpkcsp/Makefile"
25333 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 gpkcsp"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/hal/Makefile"
25341 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 hal"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/hal/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/hhctrl.ocx/Makefile"
25349 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 hhctrl.ocx"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/hid/Makefile"
25357 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 hid"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/hid/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/hlink/Makefile"
25365 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 hlink"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/hlink/tests/Makefile"
25373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25374 hlink/tests"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25377 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/hnetcfg/Makefile"
25381 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 hnetcfg"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/httpapi/Makefile"
25389 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 httpapi"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/iccvid/Makefile"
25397 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 iccvid"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/icmp/Makefile"
25405 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 icmp"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/ifsmgr.vxd/Makefile"
25413 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 ifsmgr.vxd"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/imaadp32.acm/Makefile"
25421 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 imaadp32.acm"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/imagehlp/Makefile"
25429 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 imagehlp"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/imm.dll16/Makefile"
25437 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 imm.dll16"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/imm32/Makefile"
25445 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 imm32"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/imm32/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 imm32/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/inetcomm/Makefile"
25461 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 inetcomm"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/inetcomm/tests/Makefile"
25469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470 inetcomm/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/inetmib1/Makefile"
25477 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 inetmib1"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/inetmib1/tests/Makefile"
25485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486 inetmib1/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/infosoft/Makefile"
25493 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 infosoft"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/infosoft/tests/Makefile"
25501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25502 infosoft/tests"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25505 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/initpki/Makefile"
25509 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 initpki"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/inkobj/Makefile"
25517 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 inkobj"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/inseng/Makefile"
25525 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 inseng"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/iphlpapi/Makefile"
25533 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 iphlpapi"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/iphlpapi/tests/Makefile"
25541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25542 iphlpapi/tests"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25545 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/itircl/Makefile"
25549 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 itircl"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/itss/Makefile"
25557 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 itss"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/itss/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/itss/tests/Makefile"
25565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25566 itss/tests"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25569 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/jscript/Makefile"
25573 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 jscript"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/jscript/tests/Makefile"
25581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25582 jscript/tests"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25585 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/kernel32/Makefile"
25589 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 kernel32"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/kernel32/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598 kernel32/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/keyboard.drv16/Makefile"
25605 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 keyboard.drv16"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/loadperf/Makefile"
25613 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 loadperf"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/localspl/Makefile"
25621 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 localspl"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/localspl/tests/Makefile"
25629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25630 localspl/tests"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25633 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/localui/Makefile"
25637 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 localui"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/localui/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/localui/tests/Makefile"
25645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25646 localui/tests"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25649 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/lz32/Makefile"
25653 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 lz32"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/lz32/tests/Makefile"
25661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25662 lz32/tests"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25665 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/lzexpand.dll16/Makefile"
25669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 lzexpand.dll16"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/mapi32/Makefile"
25677 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 mapi32"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/mapi32/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686 mapi32/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/mciavi32/Makefile"
25693 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 mciavi32"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/mcicda/Makefile"
25701 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 mcicda"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/mciqtz32/Makefile"
25709 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 mciqtz32"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/mciseq/Makefile"
25717 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 mciseq"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/mciwave/Makefile"
25725 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 mciwave"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/midimap/Makefile"
25733 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 midimap"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/mlang/Makefile"
25741 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 mlang"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/mlang/tests/Makefile"
25749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25750 mlang/tests"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25753 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/mmdevldr.vxd/Makefile"
25757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 mmdevldr.vxd"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/monodebg.vxd/Makefile"
25765 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 monodebg.vxd"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/mountmgr.sys/Makefile"
25773 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 mountmgr.sys"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/mouse.drv16/Makefile"
25781 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 mouse.drv16"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/mpr/Makefile"
25789 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 mpr"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/mprapi/Makefile"
25797 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 mprapi"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/msacm.dll16/Makefile"
25805 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 msacm.dll16"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/msacm32.drv/Makefile"
25813 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 msacm32.drv"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/msacm32/Makefile"
25821 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 msacm32"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/msacm32/tests/Makefile"
25829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25830 msacm32/tests"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25833 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/msadp32.acm/Makefile"
25837 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 msadp32.acm"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/mscat32/Makefile"
25845 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 mscat32"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/mscms/Makefile"
25853 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 mscms"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/mscms/tests/Makefile"
25861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25862 mscms/tests"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25865 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/mscoree/Makefile"
25869 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 mscoree"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/msctf/Makefile"
25877 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 msctf"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/msctf/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886 msctf/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/msdmo/Makefile"
25893 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 msdmo"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/msftedit/Makefile"
25901 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 msftedit"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/msg711.acm/Makefile"
25909 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 msg711.acm"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/mshtml.tlb/Makefile"
25917 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 mshtml.tlb"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/mshtml/Makefile"
25925 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 mshtml"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/mshtml/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934 mshtml/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/msi/Makefile"
25941 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 msi"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/msi/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/msi/tests/Makefile"
25949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25950 msi/tests"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25953 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/msimg32/Makefile"
25957 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 msimg32"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/msimtf/Makefile"
25965 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 msimtf"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/msisip/Makefile"
25973 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 msisip"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/msisys.ocx/Makefile"
25981 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 msisys.ocx"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/msnet32/Makefile"
25989 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 msnet32"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/msrle32/Makefile"
25997 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 msrle32"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/mssign32/Makefile"
26005 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 mssign32"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/mssip32/Makefile"
26013 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 mssip32"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/mstask/Makefile"
26021 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 mstask"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/mstask/tests/Makefile"
26029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26030 mstask/tests"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26033 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msvcirt/Makefile"
26037 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 msvcirt"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msvcr71/Makefile"
26045 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 msvcr71"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msvcrt/Makefile"
26053 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 msvcrt"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/msvcrt/tests/Makefile"
26061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26062 msvcrt/tests"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26065 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/msvcrt20/Makefile"
26069 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 msvcrt20"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/msvcrt40/Makefile"
26077 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 msvcrt40"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/msvcrtd/Makefile"
26085 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 msvcrtd"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/msvcrtd/tests/Makefile"
26093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26094 msvcrtd/tests"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26097 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/msvfw32/Makefile"
26101 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 msvfw32"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/msvfw32/tests/Makefile"
26109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26110 msvfw32/tests"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26113 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/msvidc32/Makefile"
26117 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 msvidc32"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/msvideo.dll16/Makefile"
26125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 msvideo.dll16"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/mswsock/Makefile"
26133 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 mswsock"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/msxml3/Makefile"
26141 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 msxml3"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/msxml3/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 msxml3/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/nddeapi/Makefile"
26157 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 nddeapi"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/netapi32/Makefile"
26165 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 netapi32"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/netapi32/tests/Makefile"
26173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26174 netapi32/tests"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26177 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/newdev/Makefile"
26181 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 newdev"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/ntdll/Makefile"
26189 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 ntdll"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/ntdll/tests/Makefile"
26197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26198 ntdll/tests"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26201 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/ntdsapi/Makefile"
26205 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 ntdsapi"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/ntdsapi/tests/Makefile"
26213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26214 ntdsapi/tests"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26217 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/ntoskrnl.exe/Makefile"
26221 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 ntoskrnl.exe"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/ntprint/Makefile"
26229 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 ntprint"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/ntprint/tests/Makefile"
26237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26238 ntprint/tests"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/objsel/Makefile"
26245 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 objsel"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/odbc32/Makefile"
26253 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 odbc32"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/odbccp32/Makefile"
26261 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 odbccp32"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/odbccp32/tests/Makefile"
26269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26270 odbccp32/tests"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26273 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/ole2.dll16/Makefile"
26277 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 ole2.dll16"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/ole2conv.dll16/Makefile"
26285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 ole2conv.dll16"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/ole2disp.dll16/Makefile"
26293 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 ole2disp.dll16"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/ole2nls.dll16/Makefile"
26301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 ole2nls.dll16"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/ole2prox.dll16/Makefile"
26309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 ole2prox.dll16"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/ole2thk.dll16/Makefile"
26317 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 ole2thk.dll16"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/ole32/Makefile"
26325 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326 ole32"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/ole32/tests/Makefile"
26333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26334 ole32/tests"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26337 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/oleacc/Makefile"
26341 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 oleacc"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/oleacc/tests/Makefile"
26349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26350 oleacc/tests"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26353 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/oleaut32/Makefile"
26357 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 oleaut32"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/oleaut32/tests/Makefile"
26365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26366 oleaut32/tests"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26369 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/olecli.dll16/Makefile"
26373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 olecli.dll16"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/olecli32/Makefile"
26381 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 olecli32"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/oledlg/Makefile"
26389 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 oledlg"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/olepro32/Makefile"
26397 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 olepro32"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/olesvr.dll16/Makefile"
26405 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 olesvr.dll16"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/olesvr32/Makefile"
26413 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 olesvr32"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/olethk32/Makefile"
26421 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 olethk32"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/opengl32/Makefile"
26429 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 opengl32"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/opengl32/tests/Makefile"
26437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26438 opengl32/tests"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26441 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/pdh/Makefile"
26445 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 pdh"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/pdh/tests/Makefile"
26453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26454 pdh/tests"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26457 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/pidgen/Makefile"
26461 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 pidgen"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/powrprof/Makefile"
26469 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 powrprof"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/printui/Makefile"
26477 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 printui"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/printui/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/propsys/Makefile"
26485 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 propsys"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/psapi/Makefile"
26493 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 psapi"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/psapi/tests/Makefile"
26501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26502 psapi/tests"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26505 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/pstorec/Makefile"
26509 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 pstorec"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/qcap/Makefile"
26517 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 qcap"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/qedit/Makefile"
26525 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526 qedit"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/qedit/tests/Makefile"
26533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26534 qedit/tests"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26537 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/qmgr/Makefile"
26541 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 qmgr"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/qmgr/tests/Makefile"
26549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26550 qmgr/tests"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26553 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/qmgrprxy/Makefile"
26557 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558 qmgrprxy"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/quartz/Makefile"
26565 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 quartz"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/quartz/tests/Makefile"
26573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26574 quartz/tests"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26577 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/query/Makefile"
26581 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 query"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/query/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/rasapi16.dll16/Makefile"
26589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26590 rasapi16.dll16"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26593 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/rasapi32/Makefile"
26597 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 rasapi32"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/rasapi32/tests/Makefile"
26605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26606 rasapi32/tests"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26609 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/rasdlg/Makefile"
26613 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 rasdlg"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/resutils/Makefile"
26621 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 resutils"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/riched20/Makefile"
26629 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 riched20"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/riched20/tests/Makefile"
26637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26638 riched20/tests"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26641 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/riched32/Makefile"
26645 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 riched32"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/riched32/tests/Makefile"
26653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26654 riched32/tests"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26657 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/rpcrt4/Makefile"
26661 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 rpcrt4"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/rpcrt4/tests/Makefile"
26669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26670 rpcrt4/tests"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26673 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/rsabase/Makefile"
26677 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 rsabase"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/rsaenh/Makefile"
26685 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 rsaenh"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/rsaenh/tests/Makefile"
26693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26694 rsaenh/tests"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26697 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/sane.ds/Makefile"
26701 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 sane.ds"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/sccbase/Makefile"
26709 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 sccbase"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/schannel/Makefile"
26717 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 schannel"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/schannel/tests/Makefile"
26725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26726 schannel/tests"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26729 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/secur32/Makefile"
26733 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 secur32"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/secur32/tests/Makefile"
26741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26742 secur32/tests"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26745 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/security/Makefile"
26749 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 security"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/security/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/sensapi/Makefile"
26757 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 sensapi"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/serialui/Makefile"
26765 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 serialui"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/serialui/tests/Makefile"
26773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26774 serialui/tests"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26777 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/setupapi/Makefile"
26781 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 setupapi"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/setupapi/tests/Makefile"
26789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26790 setupapi/tests"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26793 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/sfc/Makefile"
26797 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 sfc"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/sfc_os/Makefile"
26805 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806 sfc_os"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/shdoclc/Makefile"
26813 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 shdoclc"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/shdocvw/Makefile"
26821 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 shdocvw"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/shdocvw/tests/Makefile"
26829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26830 shdocvw/tests"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26833 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/shell.dll16/Makefile"
26837 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 shell.dll16"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/shell32/Makefile"
26845 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 shell32"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/shell32/tests/Makefile"
26853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26854 shell32/tests"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26857 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/shfolder/Makefile"
26861 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862 shfolder"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/shlwapi/Makefile"
26869 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 shlwapi"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/shlwapi/tests/Makefile"
26877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26878 shlwapi/tests"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26881 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/slbcsp/Makefile"
26885 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 slbcsp"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/slc/Makefile"
26893 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 slc"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/slc/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/snmpapi/Makefile"
26901 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 snmpapi"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/snmpapi/tests/Makefile"
26909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26910 snmpapi/tests"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26913 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/softpub/Makefile"
26917 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918 softpub"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/sound.drv16/Makefile"
26925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 sound.drv16"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/spoolss/Makefile"
26933 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 spoolss"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/spoolss/tests/Makefile"
26941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26942 spoolss/tests"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26945 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/stdole2.tlb/Makefile"
26949 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 stdole2.tlb"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/stdole32.tlb/Makefile"
26957 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26958 stdole32.tlb"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26961 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/sti/Makefile"
26965 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 sti"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/sti/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/storage.dll16/Makefile"
26973 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 storage.dll16"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/stress.dll16/Makefile"
26981 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 stress.dll16"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/strmiids/Makefile"
26989 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26990 strmiids"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26993 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/svrapi/Makefile"
26997 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 svrapi"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/sxs/Makefile"
27005 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006 sxs"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/t2embed/Makefile"
27013 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 t2embed"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/tapi32/Makefile"
27021 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 tapi32"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/traffic/Makefile"
27029 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 traffic"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/twain.dll16/Makefile"
27037 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 twain.dll16"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/twain_32/Makefile"
27045 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 twain_32"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/twain_32/tests/Makefile"
27053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27054 twain_32/tests"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27057 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/typelib.dll16/Makefile"
27061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 typelib.dll16"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/unicows/Makefile"
27069 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 unicows"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/updspapi/Makefile"
27077 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078 updspapi"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/url/Makefile"
27085 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 url"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/url/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/urlmon/Makefile"
27093 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27094 urlmon"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27097 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/urlmon/tests/Makefile"
27101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27102 urlmon/tests"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27105 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/user32/Makefile"
27109 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 user32"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/user32/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/user32/tests/Makefile"
27117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27118 user32/tests"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27121 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/userenv/Makefile"
27125 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 userenv"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/userenv/tests/Makefile"
27133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27134 userenv/tests"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27137 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/usp10/Makefile"
27141 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 usp10"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/usp10/tests/Makefile"
27149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27150 usp10/tests"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27153 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/uuid/Makefile"
27157 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27158 uuid"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27161 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/uxtheme/Makefile"
27165 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 uxtheme"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/uxtheme/tests/Makefile"
27173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27174 uxtheme/tests"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27177 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/vdhcp.vxd/Makefile"
27181 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 vdhcp.vxd"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/vdmdbg/Makefile"
27189 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 vdmdbg"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/version/Makefile"
27197 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 version"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/version/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/version/tests/Makefile"
27205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27206 version/tests"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27209 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/vmm.vxd/Makefile"
27213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 vmm.vxd"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/vnbt.vxd/Makefile"
27221 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27222 vnbt.vxd"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27225 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/vnetbios.vxd/Makefile"
27229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 vnetbios.vxd"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/vtdapi.vxd/Makefile"
27237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27238 vtdapi.vxd"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27241 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/vwin32.vxd/Makefile"
27245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 vwin32.vxd"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/w32skrnl/Makefile"
27253 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 w32skrnl"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/w32sys.dll16/Makefile"
27261 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262 w32sys.dll16"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/wbemprox/Makefile"
27269 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27270 wbemprox"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27273 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/win32s16.dll16/Makefile"
27277 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 win32s16.dll16"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/win87em.dll16/Makefile"
27285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27286 win87em.dll16"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27289 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/winaspi.dll16/Makefile"
27293 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27294 winaspi.dll16"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27297 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/windebug.dll16/Makefile"
27301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27302 windebug.dll16"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27305 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/winealsa.drv/Makefile"
27309 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 winealsa.drv"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/wineaudioio.drv/Makefile"
27317 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 wineaudioio.drv"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/winecoreaudio.drv/Makefile"
27325 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 winecoreaudio.drv"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/winecrt0/Makefile"
27333 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27334 winecrt0"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27337 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/wined3d/Makefile"
27341 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 wined3d"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/winedos/Makefile"
27349 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 winedos"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/wineesd.drv/Makefile"
27357 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358 wineesd.drv"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/winejack.drv/Makefile"
27365 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 winejack.drv"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/winejoystick.drv/Makefile"
27373 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 winejoystick.drv"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/winemp3.acm/Makefile"
27381 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 winemp3.acm"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/winenas.drv/Makefile"
27389 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 winenas.drv"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/wineoss.drv/Makefile"
27397 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 wineoss.drv"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/wineps.drv/Makefile"
27405 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 wineps.drv"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/winequartz.drv/Makefile"
27413 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414 winequartz.drv"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/winex11.drv/Makefile"
27421 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 winex11.drv"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/wing32/Makefile"
27429 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27430 wing32"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27433 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/winhttp/Makefile"
27437 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27438 winhttp"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27441 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/winhttp/tests/Makefile"
27445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27446 winhttp/tests"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27449 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/wininet/Makefile"
27453 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27454 wininet"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27457 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/wininet/tests/Makefile"
27461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27462 wininet/tests"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27465 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/winmm/Makefile"
27469 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27470 winmm"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27473 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/winmm/tests/Makefile"
27477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27478 winmm/tests"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27481 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 dlls/winnls.dll16/Makefile"
27485 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27486 winnls.dll16"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27489 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 dlls/winnls32/Makefile"
27493 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27494 winnls32"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27497 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 dlls/winscard/Makefile"
27501 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27502 winscard"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27505 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 dlls/winspool.drv/Makefile"
27509 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27510 winspool.drv"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27513 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 dlls/winspool.drv/tests/Makefile"
27517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27518 winspool.drv/tests"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27521 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 dlls/wintab.dll16/Makefile"
27525 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27526 wintab.dll16"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27529 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 dlls/wintab32/Makefile"
27533 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27534 wintab32"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27537 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 dlls/wintrust/Makefile"
27541 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27542 wintrust"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27545 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 dlls/wintrust/tests/Makefile"
27549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27550 wintrust/tests"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27553 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 dlls/wldap32/Makefile"
27557 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27558 wldap32"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27561 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564 dlls/wldap32/tests/Makefile"
27565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27566 wldap32/tests"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27569 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27571 ALL_MAKEFILES="$ALL_MAKEFILES \\
27572 dlls/wmi/Makefile"
27573 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27574 wmi"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27577 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 dlls/wnaspi32/Makefile"
27581 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27582 wnaspi32"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27585 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 dlls/wow32/Makefile"
27589 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27590 wow32"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27593 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 dlls/ws2_32/Makefile"
27597 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27598 ws2_32"
27599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27600 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27601 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27603 ALL_MAKEFILES="$ALL_MAKEFILES \\
27604 dlls/ws2_32/tests/Makefile"
27605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27606 ws2_32/tests"
27607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27608 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27609 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27611 ALL_MAKEFILES="$ALL_MAKEFILES \\
27612 dlls/wsock32/Makefile"
27613 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27614 wsock32"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27617 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 dlls/wtsapi32/Makefile"
27621 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27622 wtsapi32"
27623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27624 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27625 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27627 ALL_MAKEFILES="$ALL_MAKEFILES \\
27628 dlls/wuapi/Makefile"
27629 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27630 wuapi"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27633 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 dlls/xinput1_1/Makefile"
27637 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27638 xinput1_1"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27641 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 dlls/xinput1_2/Makefile"
27645 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27646 xinput1_2"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27649 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 dlls/xinput1_3/Makefile"
27653 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27654 xinput1_3"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27657 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 dlls/xinput1_3/tests/Makefile"
27661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27662 xinput1_3/tests"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27665 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668 dlls/xinput9_1_0/Makefile"
27669 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27670 xinput9_1_0"
27671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27672 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27673 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27675 ALL_MAKEFILES="$ALL_MAKEFILES \\
27676 dlls/xmllite/Makefile"
27677 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27678 xmllite"
27679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27680 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27681 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27683 ALL_MAKEFILES="$ALL_MAKEFILES \\
27684 documentation/Makefile"
27685 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27686 documentation"
27687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27688 documentation/Makefile: documentation/Makefile.in Make.rules"
27689 ac_config_files="$ac_config_files documentation/Makefile"
27691 ALL_MAKEFILES="$ALL_MAKEFILES \\
27692 fonts/Makefile"
27693 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27694 fonts"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 fonts/Makefile: fonts/Makefile.in Make.rules"
27697 ac_config_files="$ac_config_files fonts/Makefile"
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700 include/Makefile"
27701 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27702 include"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 include/Makefile: include/Makefile.in Make.rules"
27705 ac_config_files="$ac_config_files include/Makefile"
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708 libs/Makefile"
27709 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27710 libs"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 libs/Makefile: libs/Makefile.in Make.rules"
27713 ac_config_files="$ac_config_files libs/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 libs/port/Makefile"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27720 ac_config_files="$ac_config_files libs/port/Makefile"
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723 libs/wine/Makefile"
27725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27726 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27727 ac_config_files="$ac_config_files libs/wine/Makefile"
27729 ALL_MAKEFILES="$ALL_MAKEFILES \\
27730 libs/wpp/Makefile"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27734 ac_config_files="$ac_config_files libs/wpp/Makefile"
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737 loader/Makefile"
27738 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27739 loader"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 loader/Makefile: loader/Makefile.in Make.rules"
27742 ac_config_files="$ac_config_files loader/Makefile"
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745 programs/Makefile"
27746 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27747 programs"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 programs/Makefile: programs/Makefile.in Make.rules"
27750 ac_config_files="$ac_config_files programs/Makefile"
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753 programs/cacls/Makefile"
27754 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27755 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27756 cacls"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27759 ac_config_files="$ac_config_files programs/cacls/Makefile"
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762 programs/clock/Makefile"
27763 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27764 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27765 clock"
27766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27767 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27768 ac_config_files="$ac_config_files programs/clock/Makefile"
27770 ALL_MAKEFILES="$ALL_MAKEFILES \\
27771 programs/cmd/Makefile"
27772 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27773 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27774 cmd"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27777 ac_config_files="$ac_config_files programs/cmd/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 programs/cmdlgtst/Makefile"
27781 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27782 cmdlgtst"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27785 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788 programs/control/Makefile"
27789 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27790 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27791 control"
27792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27793 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27794 ac_config_files="$ac_config_files programs/control/Makefile"
27796 ALL_MAKEFILES="$ALL_MAKEFILES \\
27797 programs/eject/Makefile"
27798 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27799 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27800 eject"
27801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27802 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27803 ac_config_files="$ac_config_files programs/eject/Makefile"
27805 ALL_MAKEFILES="$ALL_MAKEFILES \\
27806 programs/expand/Makefile"
27807 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27808 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27809 expand"
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27812 ac_config_files="$ac_config_files programs/expand/Makefile"
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815 programs/explorer/Makefile"
27816 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27817 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27818 explorer"
27819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27820 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27821 ac_config_files="$ac_config_files programs/explorer/Makefile"
27823 ALL_MAKEFILES="$ALL_MAKEFILES \\
27824 programs/hh/Makefile"
27825 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27826 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27830 ac_config_files="$ac_config_files programs/hh/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 programs/icinfo/Makefile"
27834 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27835 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27836 icinfo"
27837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27838 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27839 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27841 ALL_MAKEFILES="$ALL_MAKEFILES \\
27842 programs/iexplore/Makefile"
27843 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27844 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27845 iexplore"
27846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27847 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27848 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27850 ALL_MAKEFILES="$ALL_MAKEFILES \\
27851 programs/lodctr/Makefile"
27852 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27853 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27854 lodctr"
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27857 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860 programs/msiexec/Makefile"
27861 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27862 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27863 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27864 msiexec"
27865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27866 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27867 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27869 ALL_MAKEFILES="$ALL_MAKEFILES \\
27870 programs/net/Makefile"
27871 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27872 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27873 net"
27874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27875 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27876 ac_config_files="$ac_config_files programs/net/Makefile"
27878 ALL_MAKEFILES="$ALL_MAKEFILES \\
27879 programs/notepad/Makefile"
27880 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27881 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27882 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27883 notepad"
27884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27885 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27886 ac_config_files="$ac_config_files programs/notepad/Makefile"
27888 ALL_MAKEFILES="$ALL_MAKEFILES \\
27889 programs/oleview/Makefile"
27890 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27891 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27892 oleview"
27893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27894 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27895 ac_config_files="$ac_config_files programs/oleview/Makefile"
27897 ALL_MAKEFILES="$ALL_MAKEFILES \\
27898 programs/progman/Makefile"
27899 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27900 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27901 progman"
27902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27903 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27904 ac_config_files="$ac_config_files programs/progman/Makefile"
27906 ALL_MAKEFILES="$ALL_MAKEFILES \\
27907 programs/reg/Makefile"
27908 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27909 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27910 reg"
27911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27912 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27913 ac_config_files="$ac_config_files programs/reg/Makefile"
27915 ALL_MAKEFILES="$ALL_MAKEFILES \\
27916 programs/regedit/Makefile"
27917 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27918 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27919 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27920 regedit"
27921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27922 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27923 ac_config_files="$ac_config_files programs/regedit/Makefile"
27925 ALL_MAKEFILES="$ALL_MAKEFILES \\
27926 programs/regsvr32/Makefile"
27927 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27928 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27929 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27930 regsvr32"
27931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27932 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27933 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27935 ALL_MAKEFILES="$ALL_MAKEFILES \\
27936 programs/rpcss/Makefile"
27937 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27938 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27939 rpcss"
27940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27941 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27942 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27944 ALL_MAKEFILES="$ALL_MAKEFILES \\
27945 programs/rundll32/Makefile"
27946 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27947 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27948 rundll32"
27949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27950 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27951 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27953 ALL_MAKEFILES="$ALL_MAKEFILES \\
27954 programs/secedit/Makefile"
27955 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27956 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27957 secedit"
27958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27959 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27960 ac_config_files="$ac_config_files programs/secedit/Makefile"
27962 ALL_MAKEFILES="$ALL_MAKEFILES \\
27963 programs/services/Makefile"
27964 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27965 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27966 services"
27967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27968 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27969 ac_config_files="$ac_config_files programs/services/Makefile"
27971 ALL_MAKEFILES="$ALL_MAKEFILES \\
27972 programs/spoolsv/Makefile"
27973 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27974 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27975 spoolsv"
27976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27977 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27978 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27980 ALL_MAKEFILES="$ALL_MAKEFILES \\
27981 programs/start/Makefile"
27982 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27983 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27984 start"
27985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27986 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27987 ac_config_files="$ac_config_files programs/start/Makefile"
27989 ALL_MAKEFILES="$ALL_MAKEFILES \\
27990 programs/svchost/Makefile"
27991 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27992 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27993 svchost"
27994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27995 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27996 ac_config_files="$ac_config_files programs/svchost/Makefile"
27998 ALL_MAKEFILES="$ALL_MAKEFILES \\
27999 programs/taskmgr/Makefile"
28000 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28001 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28002 taskmgr"
28003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28004 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28005 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28007 ALL_MAKEFILES="$ALL_MAKEFILES \\
28008 programs/termsv/Makefile"
28009 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28010 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28011 termsv"
28012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28013 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28014 ac_config_files="$ac_config_files programs/termsv/Makefile"
28016 ALL_MAKEFILES="$ALL_MAKEFILES \\
28017 programs/uninstaller/Makefile"
28018 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28019 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28020 uninstaller"
28021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28022 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28023 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28025 ALL_MAKEFILES="$ALL_MAKEFILES \\
28026 programs/unlodctr/Makefile"
28027 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28028 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28029 unlodctr"
28030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28031 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28032 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28034 ALL_MAKEFILES="$ALL_MAKEFILES \\
28035 programs/view/Makefile"
28036 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28037 view"
28038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28039 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28040 ac_config_files="$ac_config_files programs/view/Makefile"
28042 ALL_MAKEFILES="$ALL_MAKEFILES \\
28043 programs/wineboot/Makefile"
28044 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28045 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28046 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28047 wineboot"
28048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28049 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28050 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28052 ALL_MAKEFILES="$ALL_MAKEFILES \\
28053 programs/winebrowser/Makefile"
28054 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28055 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28056 winebrowser"
28057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28058 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28059 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28061 ALL_MAKEFILES="$ALL_MAKEFILES \\
28062 programs/winecfg/Makefile"
28063 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28064 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28065 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28066 winecfg"
28067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28068 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28069 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28071 ALL_MAKEFILES="$ALL_MAKEFILES \\
28072 programs/wineconsole/Makefile"
28073 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28074 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28075 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28076 wineconsole"
28077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28078 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28079 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28081 ALL_MAKEFILES="$ALL_MAKEFILES \\
28082 programs/winedbg/Makefile"
28083 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28084 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28085 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28086 winedbg"
28087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28088 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28089 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28091 ALL_MAKEFILES="$ALL_MAKEFILES \\
28092 programs/winedevice/Makefile"
28093 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28094 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28095 winedevice"
28096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28097 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28098 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28100 ALL_MAKEFILES="$ALL_MAKEFILES \\
28101 programs/winefile/Makefile"
28102 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28103 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28104 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28105 winefile"
28106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28107 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28108 ac_config_files="$ac_config_files programs/winefile/Makefile"
28110 ALL_MAKEFILES="$ALL_MAKEFILES \\
28111 programs/winemenubuilder/Makefile"
28112 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28113 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28114 winemenubuilder"
28115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28116 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28117 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28119 ALL_MAKEFILES="$ALL_MAKEFILES \\
28120 programs/winemine/Makefile"
28121 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28122 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28123 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28124 winemine"
28125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28126 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28127 ac_config_files="$ac_config_files programs/winemine/Makefile"
28129 ALL_MAKEFILES="$ALL_MAKEFILES \\
28130 programs/winepath/Makefile"
28131 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28132 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28133 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28134 winepath"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28137 ac_config_files="$ac_config_files programs/winepath/Makefile"
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140 programs/winetest/Makefile"
28141 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28142 winetest"
28143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28144 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28145 ac_config_files="$ac_config_files programs/winetest/Makefile"
28147 ALL_MAKEFILES="$ALL_MAKEFILES \\
28148 programs/winevdm/Makefile"
28149 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28150 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28151 winevdm"
28152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28153 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28154 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28156 ALL_MAKEFILES="$ALL_MAKEFILES \\
28157 programs/winhelp.exe16/Makefile"
28158 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28159 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28160 winhelp.exe16"
28161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28162 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28163 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28165 ALL_MAKEFILES="$ALL_MAKEFILES \\
28166 programs/winhlp32/Makefile"
28167 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28168 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28169 winhlp32"
28170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28171 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28172 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28174 ALL_MAKEFILES="$ALL_MAKEFILES \\
28175 programs/winoldap.mod16/Makefile"
28176 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28177 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28178 winoldap.mod16"
28179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28180 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28181 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28183 ALL_MAKEFILES="$ALL_MAKEFILES \\
28184 programs/winver/Makefile"
28185 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28186 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28187 winver"
28188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28189 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28190 ac_config_files="$ac_config_files programs/winver/Makefile"
28192 ALL_MAKEFILES="$ALL_MAKEFILES \\
28193 programs/wordpad/Makefile"
28194 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28195 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28196 wordpad"
28197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28198 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28199 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28201 ALL_MAKEFILES="$ALL_MAKEFILES \\
28202 programs/write/Makefile"
28203 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28204 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28205 write"
28206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28207 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28208 ac_config_files="$ac_config_files programs/write/Makefile"
28210 ALL_MAKEFILES="$ALL_MAKEFILES \\
28211 programs/xcopy/Makefile"
28212 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28213 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28214 xcopy"
28215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28216 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28217 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28219 ALL_MAKEFILES="$ALL_MAKEFILES \\
28220 server/Makefile"
28221 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28222 server"
28223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28224 server/Makefile: server/Makefile.in Make.rules"
28225 ac_config_files="$ac_config_files server/Makefile"
28227 ALL_MAKEFILES="$ALL_MAKEFILES \\
28228 tools/Makefile"
28229 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28230 tools"
28231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28232 tools/Makefile: tools/Makefile.in Make.rules"
28233 ac_config_files="$ac_config_files tools/Makefile"
28235 ALL_MAKEFILES="$ALL_MAKEFILES \\
28236 tools/widl/Makefile"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28240 ac_config_files="$ac_config_files tools/widl/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 tools/winebuild/Makefile"
28245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28246 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28247 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28249 ALL_MAKEFILES="$ALL_MAKEFILES \\
28250 tools/winedump/Makefile"
28252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28253 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28254 ac_config_files="$ac_config_files tools/winedump/Makefile"
28256 ALL_MAKEFILES="$ALL_MAKEFILES \\
28257 tools/winegcc/Makefile"
28259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28260 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28261 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28263 ALL_MAKEFILES="$ALL_MAKEFILES \\
28264 tools/wmc/Makefile"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28268 ac_config_files="$ac_config_files tools/wmc/Makefile"
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271 tools/wrc/Makefile"
28273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28274 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28275 ac_config_files="$ac_config_files tools/wrc/Makefile"
28279 ALL_WINETEST_DEPENDS="# Test binaries"
28281 for dir in $ALL_TEST_DIRS
28283 if test "$dir" != "\\"
28284 then
28285 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28286 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28287 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28288 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28290 done
28292 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28294 cat >confcache <<\_ACEOF
28295 # This file is a shell script that caches the results of configure
28296 # tests run on this system so they can be shared between configure
28297 # scripts and configure runs, see configure's option --config-cache.
28298 # It is not useful on other systems. If it contains results you don't
28299 # want to keep, you may remove or edit it.
28301 # config.status only pays attention to the cache file if you give it
28302 # the --recheck option to rerun configure.
28304 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28305 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28306 # following values.
28308 _ACEOF
28310 # The following way of writing the cache mishandles newlines in values,
28311 # but we know of no workaround that is simple, portable, and efficient.
28312 # So, we kill variables containing newlines.
28313 # Ultrix sh set writes to stderr and can't be redirected directly,
28314 # and sets the high bit in the cache file unless we assign to the vars.
28316 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28317 eval ac_val=\$$ac_var
28318 case $ac_val in #(
28319 *${as_nl}*)
28320 case $ac_var in #(
28321 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28322 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28323 esac
28324 case $ac_var in #(
28325 _ | IFS | as_nl) ;; #(
28326 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28327 *) $as_unset $ac_var ;;
28328 esac ;;
28329 esac
28330 done
28332 (set) 2>&1 |
28333 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28334 *${as_nl}ac_space=\ *)
28335 # `set' does not quote correctly, so add quotes (double-quote
28336 # substitution turns \\\\ into \\, and sed turns \\ into \).
28337 sed -n \
28338 "s/'/'\\\\''/g;
28339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28340 ;; #(
28342 # `set' quotes correctly as required by POSIX, so do not add quotes.
28343 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28345 esac |
28346 sort
28348 sed '
28349 /^ac_cv_env_/b end
28350 t clear
28351 :clear
28352 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28353 t end
28354 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28355 :end' >>confcache
28356 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28357 if test -w "$cache_file"; then
28358 test "x$cache_file" != "x/dev/null" &&
28359 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28360 $as_echo "$as_me: updating cache $cache_file" >&6;}
28361 cat confcache >$cache_file
28362 else
28363 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28364 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28367 rm -f confcache
28369 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28370 # Let make expand exec_prefix.
28371 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28373 DEFS=-DHAVE_CONFIG_H
28375 ac_libobjs=
28376 ac_ltlibobjs=
28377 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28378 # 1. Remove the extension, and $U if already installed.
28379 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28380 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28381 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28382 # will be set to the directory where LIBOBJS objects are built.
28383 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28384 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28385 done
28386 LIBOBJS=$ac_libobjs
28388 LTLIBOBJS=$ac_ltlibobjs
28392 : ${CONFIG_STATUS=./config.status}
28393 ac_write_fail=0
28394 ac_clean_files_save=$ac_clean_files
28395 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28396 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28397 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28398 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28399 #! $SHELL
28400 # Generated by $as_me.
28401 # Run this file to recreate the current configuration.
28402 # Compiler output produced by configure, useful for debugging
28403 # configure, is in config.log if it exists.
28405 debug=false
28406 ac_cs_recheck=false
28407 ac_cs_silent=false
28408 SHELL=\${CONFIG_SHELL-$SHELL}
28409 _ACEOF
28411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28412 ## --------------------- ##
28413 ## M4sh Initialization. ##
28414 ## --------------------- ##
28416 # Be more Bourne compatible
28417 DUALCASE=1; export DUALCASE # for MKS sh
28418 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28419 emulate sh
28420 NULLCMD=:
28421 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28422 # is contrary to our usage. Disable this feature.
28423 alias -g '${1+"$@"}'='"$@"'
28424 setopt NO_GLOB_SUBST
28425 else
28426 case `(set -o) 2>/dev/null` in
28427 *posix*) set -o posix ;;
28428 esac
28435 # PATH needs CR
28436 # Avoid depending upon Character Ranges.
28437 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28438 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28439 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28440 as_cr_digits='0123456789'
28441 as_cr_alnum=$as_cr_Letters$as_cr_digits
28443 as_nl='
28445 export as_nl
28446 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28447 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28448 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28449 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28450 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28451 as_echo='printf %s\n'
28452 as_echo_n='printf %s'
28453 else
28454 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28455 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28456 as_echo_n='/usr/ucb/echo -n'
28457 else
28458 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28459 as_echo_n_body='eval
28460 arg=$1;
28461 case $arg in
28462 *"$as_nl"*)
28463 expr "X$arg" : "X\\(.*\\)$as_nl";
28464 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28465 esac;
28466 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28468 export as_echo_n_body
28469 as_echo_n='sh -c $as_echo_n_body as_echo'
28471 export as_echo_body
28472 as_echo='sh -c $as_echo_body as_echo'
28475 # The user is always right.
28476 if test "${PATH_SEPARATOR+set}" != set; then
28477 PATH_SEPARATOR=:
28478 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28479 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28480 PATH_SEPARATOR=';'
28484 # Support unset when possible.
28485 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28486 as_unset=unset
28487 else
28488 as_unset=false
28492 # IFS
28493 # We need space, tab and new line, in precisely that order. Quoting is
28494 # there to prevent editors from complaining about space-tab.
28495 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28496 # splitting by setting IFS to empty value.)
28497 IFS=" "" $as_nl"
28499 # Find who we are. Look in the path if we contain no directory separator.
28500 case $0 in
28501 *[\\/]* ) as_myself=$0 ;;
28502 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28503 for as_dir in $PATH
28505 IFS=$as_save_IFS
28506 test -z "$as_dir" && as_dir=.
28507 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28508 done
28509 IFS=$as_save_IFS
28512 esac
28513 # We did not find ourselves, most probably we were run as `sh COMMAND'
28514 # in which case we are not to be found in the path.
28515 if test "x$as_myself" = x; then
28516 as_myself=$0
28518 if test ! -f "$as_myself"; then
28519 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28520 { (exit 1); exit 1; }
28523 # Work around bugs in pre-3.0 UWIN ksh.
28524 for as_var in ENV MAIL MAILPATH
28525 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28526 done
28527 PS1='$ '
28528 PS2='> '
28529 PS4='+ '
28531 # NLS nuisances.
28532 LC_ALL=C
28533 export LC_ALL
28534 LANGUAGE=C
28535 export LANGUAGE
28537 # Required to use basename.
28538 if expr a : '\(a\)' >/dev/null 2>&1 &&
28539 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28540 as_expr=expr
28541 else
28542 as_expr=false
28545 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28546 as_basename=basename
28547 else
28548 as_basename=false
28552 # Name of the executable.
28553 as_me=`$as_basename -- "$0" ||
28554 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28555 X"$0" : 'X\(//\)$' \| \
28556 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28557 $as_echo X/"$0" |
28558 sed '/^.*\/\([^/][^/]*\)\/*$/{
28559 s//\1/
28562 /^X\/\(\/\/\)$/{
28563 s//\1/
28566 /^X\/\(\/\).*/{
28567 s//\1/
28570 s/.*/./; q'`
28572 # CDPATH.
28573 $as_unset CDPATH
28577 as_lineno_1=$LINENO
28578 as_lineno_2=$LINENO
28579 test "x$as_lineno_1" != "x$as_lineno_2" &&
28580 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28582 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28583 # uniformly replaced by the line number. The first 'sed' inserts a
28584 # line-number line after each line using $LINENO; the second 'sed'
28585 # does the real work. The second script uses 'N' to pair each
28586 # line-number line with the line containing $LINENO, and appends
28587 # trailing '-' during substitution so that $LINENO is not a special
28588 # case at line end.
28589 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28590 # scripts with optimization help from Paolo Bonzini. Blame Lee
28591 # E. McMahon (1931-1989) for sed's syntax. :-)
28592 sed -n '
28594 /[$]LINENO/=
28595 ' <$as_myself |
28596 sed '
28597 s/[$]LINENO.*/&-/
28598 t lineno
28600 :lineno
28602 :loop
28603 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28604 t loop
28605 s/-\n.*//
28606 ' >$as_me.lineno &&
28607 chmod +x "$as_me.lineno" ||
28608 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28609 { (exit 1); exit 1; }; }
28611 # Don't try to exec as it changes $[0], causing all sort of problems
28612 # (the dirname of $[0] is not the place where we might find the
28613 # original and so on. Autoconf is especially sensitive to this).
28614 . "./$as_me.lineno"
28615 # Exit status is that of the last command.
28616 exit
28620 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28621 as_dirname=dirname
28622 else
28623 as_dirname=false
28626 ECHO_C= ECHO_N= ECHO_T=
28627 case `echo -n x` in
28628 -n*)
28629 case `echo 'x\c'` in
28630 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28631 *) ECHO_C='\c';;
28632 esac;;
28634 ECHO_N='-n';;
28635 esac
28636 if expr a : '\(a\)' >/dev/null 2>&1 &&
28637 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28638 as_expr=expr
28639 else
28640 as_expr=false
28643 rm -f conf$$ conf$$.exe conf$$.file
28644 if test -d conf$$.dir; then
28645 rm -f conf$$.dir/conf$$.file
28646 else
28647 rm -f conf$$.dir
28648 mkdir conf$$.dir 2>/dev/null
28650 if (echo >conf$$.file) 2>/dev/null; then
28651 if ln -s conf$$.file conf$$ 2>/dev/null; then
28652 as_ln_s='ln -s'
28653 # ... but there are two gotchas:
28654 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28655 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28656 # In both cases, we have to default to `cp -p'.
28657 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28658 as_ln_s='cp -p'
28659 elif ln conf$$.file conf$$ 2>/dev/null; then
28660 as_ln_s=ln
28661 else
28662 as_ln_s='cp -p'
28664 else
28665 as_ln_s='cp -p'
28667 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28668 rmdir conf$$.dir 2>/dev/null
28670 if mkdir -p . 2>/dev/null; then
28671 as_mkdir_p=:
28672 else
28673 test -d ./-p && rmdir ./-p
28674 as_mkdir_p=false
28677 if test -x / >/dev/null 2>&1; then
28678 as_test_x='test -x'
28679 else
28680 if ls -dL / >/dev/null 2>&1; then
28681 as_ls_L_option=L
28682 else
28683 as_ls_L_option=
28685 as_test_x='
28686 eval sh -c '\''
28687 if test -d "$1"; then
28688 test -d "$1/.";
28689 else
28690 case $1 in
28691 -*)set "./$1";;
28692 esac;
28693 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28694 ???[sx]*):;;*)false;;esac;fi
28695 '\'' sh
28698 as_executable_p=$as_test_x
28700 # Sed expression to map a string onto a valid CPP name.
28701 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28703 # Sed expression to map a string onto a valid variable name.
28704 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28707 exec 6>&1
28709 # Save the log message, to keep $[0] and so on meaningful, and to
28710 # report actual input values of CONFIG_FILES etc. instead of their
28711 # values after options handling.
28712 ac_log="
28713 This file was extended by Wine $as_me 1.1.22, which was
28714 generated by GNU Autoconf 2.63. Invocation command line was
28716 CONFIG_FILES = $CONFIG_FILES
28717 CONFIG_HEADERS = $CONFIG_HEADERS
28718 CONFIG_LINKS = $CONFIG_LINKS
28719 CONFIG_COMMANDS = $CONFIG_COMMANDS
28720 $ $0 $@
28722 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28725 _ACEOF
28727 case $ac_config_files in *"
28728 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28729 esac
28731 case $ac_config_headers in *"
28732 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28733 esac
28736 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28737 # Files that config.status was made for.
28738 config_files="$ac_config_files"
28739 config_headers="$ac_config_headers"
28740 config_commands="$ac_config_commands"
28742 _ACEOF
28744 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28745 ac_cs_usage="\
28746 \`$as_me' instantiates files from templates according to the
28747 current configuration.
28749 Usage: $0 [OPTION]... [FILE]...
28751 -h, --help print this help, then exit
28752 -V, --version print version number and configuration settings, then exit
28753 -q, --quiet, --silent
28754 do not print progress messages
28755 -d, --debug don't remove temporary files
28756 --recheck update $as_me by reconfiguring in the same conditions
28757 --file=FILE[:TEMPLATE]
28758 instantiate the configuration file FILE
28759 --header=FILE[:TEMPLATE]
28760 instantiate the configuration header FILE
28762 Configuration files:
28763 $config_files
28765 Configuration headers:
28766 $config_headers
28768 Configuration commands:
28769 $config_commands
28771 Report bugs to <bug-autoconf@gnu.org>."
28773 _ACEOF
28774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28775 ac_cs_version="\\
28776 Wine config.status 1.1.22
28777 configured by $0, generated by GNU Autoconf 2.63,
28778 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28780 Copyright (C) 2008 Free Software Foundation, Inc.
28781 This config.status script is free software; the Free Software Foundation
28782 gives unlimited permission to copy, distribute and modify it."
28784 ac_pwd='$ac_pwd'
28785 srcdir='$srcdir'
28786 INSTALL='$INSTALL'
28787 test -n "\$AWK" || AWK=awk
28788 _ACEOF
28790 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28791 # The default lists apply if the user does not specify any file.
28792 ac_need_defaults=:
28793 while test $# != 0
28795 case $1 in
28796 --*=*)
28797 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28798 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28799 ac_shift=:
28802 ac_option=$1
28803 ac_optarg=$2
28804 ac_shift=shift
28806 esac
28808 case $ac_option in
28809 # Handling of the options.
28810 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28811 ac_cs_recheck=: ;;
28812 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28813 $as_echo "$ac_cs_version"; exit ;;
28814 --debug | --debu | --deb | --de | --d | -d )
28815 debug=: ;;
28816 --file | --fil | --fi | --f )
28817 $ac_shift
28818 case $ac_optarg in
28819 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28820 esac
28821 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28822 ac_need_defaults=false;;
28823 --header | --heade | --head | --hea )
28824 $ac_shift
28825 case $ac_optarg in
28826 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28827 esac
28828 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28829 ac_need_defaults=false;;
28830 --he | --h)
28831 # Conflict between --help and --header
28832 { $as_echo "$as_me: error: ambiguous option: $1
28833 Try \`$0 --help' for more information." >&2
28834 { (exit 1); exit 1; }; };;
28835 --help | --hel | -h )
28836 $as_echo "$ac_cs_usage"; exit ;;
28837 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28838 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28839 ac_cs_silent=: ;;
28841 # This is an error.
28842 -*) { $as_echo "$as_me: error: unrecognized option: $1
28843 Try \`$0 --help' for more information." >&2
28844 { (exit 1); exit 1; }; } ;;
28846 *) ac_config_targets="$ac_config_targets $1"
28847 ac_need_defaults=false ;;
28849 esac
28850 shift
28851 done
28853 ac_configure_extra_args=
28855 if $ac_cs_silent; then
28856 exec 6>/dev/null
28857 ac_configure_extra_args="$ac_configure_extra_args --silent"
28860 _ACEOF
28861 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28862 if \$ac_cs_recheck; then
28863 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28864 shift
28865 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28866 CONFIG_SHELL='$SHELL'
28867 export CONFIG_SHELL
28868 exec "\$@"
28871 _ACEOF
28872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28873 exec 5>>config.log
28875 echo
28876 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28877 ## Running $as_me. ##
28878 _ASBOX
28879 $as_echo "$ac_log"
28880 } >&5
28882 _ACEOF
28883 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28884 _ACEOF
28886 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28888 # Handling of arguments.
28889 for ac_config_target in $ac_config_targets
28891 case $ac_config_target in
28892 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28893 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28894 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28895 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28896 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28897 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28898 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28899 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28900 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28901 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28902 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28903 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28904 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28905 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28906 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28907 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28908 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28909 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28910 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28911 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28912 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28913 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28914 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28915 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28916 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28917 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28918 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28919 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28920 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28921 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28922 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28923 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28924 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28925 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28926 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28927 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28928 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28929 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28930 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28931 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28932 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28933 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28934 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28935 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28936 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28937 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28938 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28939 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28940 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28941 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28942 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28943 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28944 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28945 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28946 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28947 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28948 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28949 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28950 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28951 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28952 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28953 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28954 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28955 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28956 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28957 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28958 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28959 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28960 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28961 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28962 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28963 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28964 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28965 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28966 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28967 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28968 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28969 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28970 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28971 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28972 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28973 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28974 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28975 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28976 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28977 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28978 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28979 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28980 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28981 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28982 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28983 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28984 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28985 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28986 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28987 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28988 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28989 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28990 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28991 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28992 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28993 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28994 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28995 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28996 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28997 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28998 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28999 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29000 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29001 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29002 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29003 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29004 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29005 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29006 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29007 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29008 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29009 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29010 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29011 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29012 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29013 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29014 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29015 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29016 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29017 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29018 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29019 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29020 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29021 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29022 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29023 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29024 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29025 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29026 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29027 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29028 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29029 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29030 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29031 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29032 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29033 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29034 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29035 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29036 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29037 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29038 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29039 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29040 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29041 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29042 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29043 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29044 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29045 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29046 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29047 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29048 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29049 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29050 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29051 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29052 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29053 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29054 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29055 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29056 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29057 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29058 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29059 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29060 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29061 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29062 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29063 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29064 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29065 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29066 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29067 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29068 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29069 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29070 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29071 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29072 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29073 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29074 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29075 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29076 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29077 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29078 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29079 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29080 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29081 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29082 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29083 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29084 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29085 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29086 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29087 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29088 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29089 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29090 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29091 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29092 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29093 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29094 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29095 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29096 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29097 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29098 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29099 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29100 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29101 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29102 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29103 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29104 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29105 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29106 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29107 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29108 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29109 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29110 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29111 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29112 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29113 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29114 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29115 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29116 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29117 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29118 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29119 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29120 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29121 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29122 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29123 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29124 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29125 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29126 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29127 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29128 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29129 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29130 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29131 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29132 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29133 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29134 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29135 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29136 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29137 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29138 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29139 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29140 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29141 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29142 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29143 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29144 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29145 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29146 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29147 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29148 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29149 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29150 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29151 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29152 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29153 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29154 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29155 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29156 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29157 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29158 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29159 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29160 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29161 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29162 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29163 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29164 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29165 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29166 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29167 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29168 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29169 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29170 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29171 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29172 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29173 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29174 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29175 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29176 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29177 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29178 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29179 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29180 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29181 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29182 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29183 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29184 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29185 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29186 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29187 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29188 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29189 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29190 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29191 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29192 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29193 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29194 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29195 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29196 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29197 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29198 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29199 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29200 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29201 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29202 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29203 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29204 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29205 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29206 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29207 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29208 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29209 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29210 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29211 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29212 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29213 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29214 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29215 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29216 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29217 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29218 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29219 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29220 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29221 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29222 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29223 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29224 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29225 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29226 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29227 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29228 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29229 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29230 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29231 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29232 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29233 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29234 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29235 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29236 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29237 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29238 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29239 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29240 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29241 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29242 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29243 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29244 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29245 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29246 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29247 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29248 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29249 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29250 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29251 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29252 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29253 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29254 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29255 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29256 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29257 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29258 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29259 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29260 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29261 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29262 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29263 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29264 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29265 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29266 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29267 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29268 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29269 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29270 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29271 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29272 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29273 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29274 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29275 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29276 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29277 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29278 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29279 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29280 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29281 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29282 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29283 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29284 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29285 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29286 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29287 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29288 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29289 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29290 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29291 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29292 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29293 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29294 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29295 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29296 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29297 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29298 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29299 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29300 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29301 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29302 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29303 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29304 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29305 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29306 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29307 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29308 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29309 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29310 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29311 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29312 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29313 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29314 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29315 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29316 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29317 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29318 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29319 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29320 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29321 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29322 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29323 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29324 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29325 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29326 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29327 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29328 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29329 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29330 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29331 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29332 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29333 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29334 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29335 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29336 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29337 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29338 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29339 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29340 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29341 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29342 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29343 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29344 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29345 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29346 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29347 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29348 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29349 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29350 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29351 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29352 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29353 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29354 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29355 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29356 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29357 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29358 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29359 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29360 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29361 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29362 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29363 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29364 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29365 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29366 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29367 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29368 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29369 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29370 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29371 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29372 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29373 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29374 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29375 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29376 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29377 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29378 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29379 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29380 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29381 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29382 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29383 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29384 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29385 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29386 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29387 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29388 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29389 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29390 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29391 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29392 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29393 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29394 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29395 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29396 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29397 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29398 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29399 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29400 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29401 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29402 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29403 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29404 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29406 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29407 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29408 { (exit 1); exit 1; }; };;
29409 esac
29410 done
29413 # If the user did not use the arguments to specify the items to instantiate,
29414 # then the envvar interface is used. Set only those that are not.
29415 # We use the long form for the default assignment because of an extremely
29416 # bizarre bug on SunOS 4.1.3.
29417 if $ac_need_defaults; then
29418 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29419 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29420 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29423 # Have a temporary directory for convenience. Make it in the build tree
29424 # simply because there is no reason against having it here, and in addition,
29425 # creating and moving files from /tmp can sometimes cause problems.
29426 # Hook for its removal unless debugging.
29427 # Note that there is a small window in which the directory will not be cleaned:
29428 # after its creation but before its name has been assigned to `$tmp'.
29429 $debug ||
29431 tmp=
29432 trap 'exit_status=$?
29433 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29435 trap '{ (exit 1); exit 1; }' 1 2 13 15
29437 # Create a (secure) tmp directory for tmp files.
29440 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29441 test -n "$tmp" && test -d "$tmp"
29442 } ||
29444 tmp=./conf$$-$RANDOM
29445 (umask 077 && mkdir "$tmp")
29446 } ||
29448 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29449 { (exit 1); exit 1; }
29452 # Set up the scripts for CONFIG_FILES section.
29453 # No need to generate them if there are no CONFIG_FILES.
29454 # This happens for instance with `./config.status config.h'.
29455 if test -n "$CONFIG_FILES"; then
29457 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29458 ac_cs_awk_getline=:
29459 ac_cs_awk_pipe_init=
29460 ac_cs_awk_read_file='
29461 while ((getline aline < (F[key])) > 0)
29462 print(aline)
29463 close(F[key])'
29464 ac_cs_awk_pipe_fini=
29465 else
29466 ac_cs_awk_getline=false
29467 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29468 ac_cs_awk_read_file='
29469 print "|#_!!_#|"
29470 print "cat " F[key] " &&"
29471 '$ac_cs_awk_pipe_init
29472 # The final `:' finishes the AND list.
29473 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29475 ac_cr=' '
29476 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29477 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29478 ac_cs_awk_cr='\\r'
29479 else
29480 ac_cs_awk_cr=$ac_cr
29483 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29484 _ACEOF
29486 # Create commands to substitute file output variables.
29488 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29489 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29490 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29491 echo "_ACAWK" &&
29492 echo "_ACEOF"
29493 } >conf$$files.sh &&
29494 . ./conf$$files.sh ||
29495 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29496 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29497 { (exit 1); exit 1; }; }
29498 rm -f conf$$files.sh
29501 echo "cat >conf$$subs.awk <<_ACEOF" &&
29502 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29503 echo "_ACEOF"
29504 } >conf$$subs.sh ||
29505 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29506 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29507 { (exit 1); exit 1; }; }
29508 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29509 ac_delim='%!_!# '
29510 for ac_last_try in false false false false false :; do
29511 . ./conf$$subs.sh ||
29512 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29513 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29514 { (exit 1); exit 1; }; }
29516 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29517 if test $ac_delim_n = $ac_delim_num; then
29518 break
29519 elif $ac_last_try; then
29520 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29521 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29522 { (exit 1); exit 1; }; }
29523 else
29524 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29526 done
29527 rm -f conf$$subs.sh
29529 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29530 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29531 _ACEOF
29532 sed -n '
29534 s/^/S["/; s/!.*/"]=/
29537 s/^[^!]*!//
29538 :repl
29539 t repl
29540 s/'"$ac_delim"'$//
29541 t delim
29544 s/\(.\{148\}\).*/\1/
29545 t more1
29546 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29549 b repl
29550 :more1
29551 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29554 s/.\{148\}//
29555 t nl
29556 :delim
29558 s/\(.\{148\}\).*/\1/
29559 t more2
29560 s/["\\]/\\&/g; s/^/"/; s/$/"/
29563 :more2
29564 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29567 s/.\{148\}//
29568 t delim
29569 ' <conf$$subs.awk | sed '
29570 /^[^""]/{
29572 s/\n//
29574 ' >>$CONFIG_STATUS || ac_write_fail=1
29575 rm -f conf$$subs.awk
29576 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29577 _ACAWK
29578 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29579 for (key in S) S_is_set[key] = 1
29580 FS = "\a"
29581 \$ac_cs_awk_pipe_init
29584 line = $ 0
29585 nfields = split(line, field, "@")
29586 substed = 0
29587 len = length(field[1])
29588 for (i = 2; i < nfields; i++) {
29589 key = field[i]
29590 keylen = length(key)
29591 if (S_is_set[key]) {
29592 value = S[key]
29593 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29594 len += length(value) + length(field[++i])
29595 substed = 1
29596 } else
29597 len += 1 + keylen
29599 if (nfields == 3 && !substed) {
29600 key = field[2]
29601 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29602 \$ac_cs_awk_read_file
29603 next
29606 print line
29608 \$ac_cs_awk_pipe_fini
29609 _ACAWK
29610 _ACEOF
29611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29612 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29613 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29614 else
29616 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29617 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29618 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29619 { (exit 1); exit 1; }; }
29620 _ACEOF
29622 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29623 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29624 # trailing colons and then remove the whole line if VPATH becomes empty
29625 # (actually we leave an empty line to preserve line numbers).
29626 if test "x$srcdir" = x.; then
29627 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29628 s/:*\$(srcdir):*/:/
29629 s/:*\${srcdir}:*/:/
29630 s/:*@srcdir@:*/:/
29631 s/^\([^=]*=[ ]*\):*/\1/
29632 s/:*$//
29633 s/^[^=]*=[ ]*$//
29637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29638 fi # test -n "$CONFIG_FILES"
29640 # Set up the scripts for CONFIG_HEADERS section.
29641 # No need to generate them if there are no CONFIG_HEADERS.
29642 # This happens for instance with `./config.status Makefile'.
29643 if test -n "$CONFIG_HEADERS"; then
29644 cat >"$tmp/defines.awk" <<\_ACAWK ||
29645 BEGIN {
29646 _ACEOF
29648 # Transform confdefs.h into an awk script `defines.awk', embedded as
29649 # here-document in config.status, that substitutes the proper values into
29650 # config.h.in to produce config.h.
29652 # Create a delimiter string that does not exist in confdefs.h, to ease
29653 # handling of long lines.
29654 ac_delim='%!_!# '
29655 for ac_last_try in false false :; do
29656 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29657 if test -z "$ac_t"; then
29658 break
29659 elif $ac_last_try; then
29660 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29661 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29662 { (exit 1); exit 1; }; }
29663 else
29664 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29666 done
29668 # For the awk script, D is an array of macro values keyed by name,
29669 # likewise P contains macro parameters if any. Preserve backslash
29670 # newline sequences.
29672 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29673 sed -n '
29674 s/.\{148\}/&'"$ac_delim"'/g
29675 t rset
29676 :rset
29677 s/^[ ]*#[ ]*define[ ][ ]*/ /
29678 t def
29680 :def
29681 s/\\$//
29682 t bsnl
29683 s/["\\]/\\&/g
29684 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29685 D["\1"]=" \3"/p
29686 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29688 :bsnl
29689 s/["\\]/\\&/g
29690 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29691 D["\1"]=" \3\\\\\\n"\\/p
29692 t cont
29693 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29694 t cont
29696 :cont
29698 s/.\{148\}/&'"$ac_delim"'/g
29699 t clear
29700 :clear
29701 s/\\$//
29702 t bsnlc
29703 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29705 :bsnlc
29706 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29707 b cont
29708 ' <confdefs.h | sed '
29709 s/'"$ac_delim"'/"\\\
29710 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29712 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29713 for (key in D) D_is_set[key] = 1
29714 FS = "\a"
29716 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29717 line = \$ 0
29718 split(line, arg, " ")
29719 if (arg[1] == "#") {
29720 defundef = arg[2]
29721 mac1 = arg[3]
29722 } else {
29723 defundef = substr(arg[1], 2)
29724 mac1 = arg[2]
29726 split(mac1, mac2, "(") #)
29727 macro = mac2[1]
29728 prefix = substr(line, 1, index(line, defundef) - 1)
29729 if (D_is_set[macro]) {
29730 # Preserve the white space surrounding the "#".
29731 print prefix "define", macro P[macro] D[macro]
29732 next
29733 } else {
29734 # Replace #undef with comments. This is necessary, for example,
29735 # in the case of _POSIX_SOURCE, which is predefined and required
29736 # on some systems where configure will not decide to define it.
29737 if (defundef == "undef") {
29738 print "/*", prefix defundef, macro, "*/"
29739 next
29743 { print }
29744 _ACAWK
29745 _ACEOF
29746 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29747 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29748 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29749 { (exit 1); exit 1; }; }
29750 fi # test -n "$CONFIG_HEADERS"
29753 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29754 shift
29755 for ac_tag
29757 case $ac_tag in
29758 :[FHLC]) ac_mode=$ac_tag; continue;;
29759 esac
29760 case $ac_mode$ac_tag in
29761 :[FHL]*:*);;
29762 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29763 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29764 { (exit 1); exit 1; }; };;
29765 :[FH]-) ac_tag=-:-;;
29766 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29767 esac
29768 ac_save_IFS=$IFS
29769 IFS=:
29770 set x $ac_tag
29771 IFS=$ac_save_IFS
29772 shift
29773 ac_file=$1
29774 shift
29776 case $ac_mode in
29777 :L) ac_source=$1;;
29778 :[FH])
29779 ac_file_inputs=
29780 for ac_f
29782 case $ac_f in
29783 -) ac_f="$tmp/stdin";;
29784 *) # Look for the file first in the build tree, then in the source tree
29785 # (if the path is not absolute). The absolute path cannot be DOS-style,
29786 # because $ac_f cannot contain `:'.
29787 test -f "$ac_f" ||
29788 case $ac_f in
29789 [\\/$]*) false;;
29790 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29791 esac ||
29792 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29793 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29794 { (exit 1); exit 1; }; };;
29795 esac
29796 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29797 ac_file_inputs="$ac_file_inputs '$ac_f'"
29798 done
29800 # Let's still pretend it is `configure' which instantiates (i.e., don't
29801 # use $as_me), people would be surprised to read:
29802 # /* config.h. Generated by config.status. */
29803 configure_input='Generated from '`
29804 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29805 `' by configure.'
29806 if test x"$ac_file" != x-; then
29807 configure_input="$ac_file. $configure_input"
29808 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29809 $as_echo "$as_me: creating $ac_file" >&6;}
29811 # Neutralize special characters interpreted by sed in replacement strings.
29812 case $configure_input in #(
29813 *\&* | *\|* | *\\* )
29814 ac_sed_conf_input=`$as_echo "$configure_input" |
29815 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29816 *) ac_sed_conf_input=$configure_input;;
29817 esac
29819 case $ac_tag in
29820 *:-:* | *:-) cat >"$tmp/stdin" \
29821 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29822 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29823 { (exit 1); exit 1; }; } ;;
29824 esac
29826 esac
29828 ac_dir=`$as_dirname -- "$ac_file" ||
29829 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29830 X"$ac_file" : 'X\(//\)[^/]' \| \
29831 X"$ac_file" : 'X\(//\)$' \| \
29832 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29833 $as_echo X"$ac_file" |
29834 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29835 s//\1/
29838 /^X\(\/\/\)[^/].*/{
29839 s//\1/
29842 /^X\(\/\/\)$/{
29843 s//\1/
29846 /^X\(\/\).*/{
29847 s//\1/
29850 s/.*/./; q'`
29851 { as_dir="$ac_dir"
29852 case $as_dir in #(
29853 -*) as_dir=./$as_dir;;
29854 esac
29855 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29856 as_dirs=
29857 while :; do
29858 case $as_dir in #(
29859 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29860 *) as_qdir=$as_dir;;
29861 esac
29862 as_dirs="'$as_qdir' $as_dirs"
29863 as_dir=`$as_dirname -- "$as_dir" ||
29864 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29865 X"$as_dir" : 'X\(//\)[^/]' \| \
29866 X"$as_dir" : 'X\(//\)$' \| \
29867 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29868 $as_echo X"$as_dir" |
29869 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29870 s//\1/
29873 /^X\(\/\/\)[^/].*/{
29874 s//\1/
29877 /^X\(\/\/\)$/{
29878 s//\1/
29881 /^X\(\/\).*/{
29882 s//\1/
29885 s/.*/./; q'`
29886 test -d "$as_dir" && break
29887 done
29888 test -z "$as_dirs" || eval "mkdir $as_dirs"
29889 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29890 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29891 { (exit 1); exit 1; }; }; }
29892 ac_builddir=.
29894 case "$ac_dir" in
29895 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29897 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29898 # A ".." for each directory in $ac_dir_suffix.
29899 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29900 case $ac_top_builddir_sub in
29901 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29902 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29903 esac ;;
29904 esac
29905 ac_abs_top_builddir=$ac_pwd
29906 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29907 # for backward compatibility:
29908 ac_top_builddir=$ac_top_build_prefix
29910 case $srcdir in
29911 .) # We are building in place.
29912 ac_srcdir=.
29913 ac_top_srcdir=$ac_top_builddir_sub
29914 ac_abs_top_srcdir=$ac_pwd ;;
29915 [\\/]* | ?:[\\/]* ) # Absolute name.
29916 ac_srcdir=$srcdir$ac_dir_suffix;
29917 ac_top_srcdir=$srcdir
29918 ac_abs_top_srcdir=$srcdir ;;
29919 *) # Relative name.
29920 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29921 ac_top_srcdir=$ac_top_build_prefix$srcdir
29922 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29923 esac
29924 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29927 case $ac_mode in
29930 # CONFIG_FILE
29933 case $INSTALL in
29934 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29935 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29936 esac
29937 _ACEOF
29939 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29940 # If the template does not know about datarootdir, expand it.
29941 # FIXME: This hack should be removed a few years after 2.60.
29942 ac_datarootdir_hack=; ac_datarootdir_seen=
29944 ac_sed_dataroot='
29945 /datarootdir/ {
29949 /@datadir@/p
29950 /@docdir@/p
29951 /@infodir@/p
29952 /@localedir@/p
29953 /@mandir@/p
29955 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29956 *datarootdir*) ac_datarootdir_seen=yes;;
29957 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29958 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29959 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29960 _ACEOF
29961 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29962 ac_datarootdir_hack='
29963 s&@datadir@&$datadir&g
29964 s&@docdir@&$docdir&g
29965 s&@infodir@&$infodir&g
29966 s&@localedir@&$localedir&g
29967 s&@mandir@&$mandir&g
29968 s&\\\${datarootdir}&$datarootdir&g' ;;
29969 esac
29970 _ACEOF
29972 # Neutralize VPATH when `$srcdir' = `.'.
29973 # Shell code in configure.ac might set extrasub.
29974 # FIXME: do we really want to maintain this feature?
29975 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29976 ac_sed_extra="$ac_vpsub
29977 $extrasub
29978 _ACEOF
29979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29981 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29982 s|@configure_input@|$ac_sed_conf_input|;t t
29983 s&@top_builddir@&$ac_top_builddir_sub&;t t
29984 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29985 s&@srcdir@&$ac_srcdir&;t t
29986 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29987 s&@top_srcdir@&$ac_top_srcdir&;t t
29988 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29989 s&@builddir@&$ac_builddir&;t t
29990 s&@abs_builddir@&$ac_abs_builddir&;t t
29991 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29992 s&@INSTALL@&$ac_INSTALL&;t t
29993 $ac_datarootdir_hack
29995 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29996 if $ac_cs_awk_getline; then
29997 $AWK -f "$tmp/subs.awk"
29998 else
29999 $AWK -f "$tmp/subs.awk" | $SHELL
30000 fi >$tmp/out \
30001 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30002 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30003 { (exit 1); exit 1; }; }
30005 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30006 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30007 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30008 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30009 which seems to be undefined. Please make sure it is defined." >&5
30010 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30011 which seems to be undefined. Please make sure it is defined." >&2;}
30013 rm -f "$tmp/stdin"
30014 case $ac_file in
30015 -) cat "$tmp/out" && rm -f "$tmp/out";;
30016 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30017 esac \
30018 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30019 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30020 { (exit 1); exit 1; }; }
30024 # CONFIG_HEADER
30026 if test x"$ac_file" != x-; then
30028 $as_echo "/* $configure_input */" \
30029 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30030 } >"$tmp/config.h" \
30031 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30032 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30033 { (exit 1); exit 1; }; }
30034 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30035 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30036 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30037 else
30038 rm -f "$ac_file"
30039 mv "$tmp/config.h" "$ac_file" \
30040 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30041 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30042 { (exit 1); exit 1; }; }
30044 else
30045 $as_echo "/* $configure_input */" \
30046 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30047 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30048 $as_echo "$as_me: error: could not create -" >&2;}
30049 { (exit 1); exit 1; }; }
30053 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30054 $as_echo "$as_me: executing $ac_file commands" >&6;}
30056 esac
30059 case $ac_file$ac_mode in
30060 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30061 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30062 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30063 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30064 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30065 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30066 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30067 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30068 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30069 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30070 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30071 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30072 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30074 esac
30075 done # for ac_tag
30078 { (exit 0); exit 0; }
30079 _ACEOF
30080 chmod +x $CONFIG_STATUS
30081 ac_clean_files=$ac_clean_files_save
30083 test $ac_write_fail = 0 ||
30084 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30085 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30086 { (exit 1); exit 1; }; }
30089 # configure is writing to config.log, and then calls config.status.
30090 # config.status does its own redirection, appending to config.log.
30091 # Unfortunately, on DOS this fails, as config.log is still kept open
30092 # by configure, so config.status won't be able to write to it; its
30093 # output is simply discarded. So we exec the FD to /dev/null,
30094 # effectively closing config.log, so it can be properly (re)opened and
30095 # appended to by config.status. When coming back to configure, we
30096 # need to make the FD available again.
30097 if test "$no_create" != yes; then
30098 ac_cs_success=:
30099 ac_config_status_args=
30100 test "$silent" = yes &&
30101 ac_config_status_args="$ac_config_status_args --quiet"
30102 exec 5>/dev/null
30103 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30104 exec 5>>config.log
30105 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30106 # would make configure fail if this is the last instruction.
30107 $ac_cs_success || { (exit 1); exit 1; }
30109 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30110 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30111 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30115 if test "$no_create" = "yes"
30116 then
30117 exit 0
30120 ac_save_IFS="$IFS"
30121 if test "x$wine_notices != "x; then
30122 echo >&6
30123 IFS="|"
30124 for msg in $wine_notices; do
30125 IFS="$ac_save_IFS"
30126 if test -n "$msg"; then
30127 { $as_echo "$as_me:$LINENO: $msg" >&5
30128 $as_echo "$as_me: $msg" >&6;}
30130 done
30132 IFS="|"
30133 for msg in $wine_warnings; do
30134 IFS="$ac_save_IFS"
30135 if test -n "$msg"; then
30136 echo >&2
30137 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30138 $as_echo "$as_me: WARNING: $msg" >&2;}
30140 done
30141 IFS="$ac_save_IFS"
30143 echo "
30144 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30145 " >&6