configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.
[wine/multimedia.git] / configure
blob90b82a7c08c454ae1c230e155357a50cca8457dd
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.23.
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.23'
600 PACKAGE_STRING='Wine 1.1.23'
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 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTARGETFLAGS
697 CROSSTEST
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
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.23 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.23:";;
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.23
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.23, 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 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4348 $as_echo_n "checking whether ln -s works... " >&6; }
4349 LN_S=$as_ln_s
4350 if test "$LN_S" = "ln -s"; then
4351 { $as_echo "$as_me:$LINENO: result: yes" >&5
4352 $as_echo "yes" >&6; }
4353 else
4354 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4355 $as_echo "no, using $LN_S" >&6; }
4358 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4359 $as_echo_n "checking whether ln works... " >&6; }
4360 rm -f conf$$ conf$$.file
4361 echo >conf$$.file
4362 if ln conf$$.file conf$$ 2>/dev/null; then
4363 LN=ln
4365 { $as_echo "$as_me:$LINENO: result: yes" >&5
4366 $as_echo "yes" >&6; }
4367 else
4368 LN="cp -p"
4370 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4371 $as_echo "no, using $LN" >&6; }
4373 rm -f conf$$ conf$$.file
4374 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4375 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4376 if test "${ac_cv_path_GREP+set}" = set; then
4377 $as_echo_n "(cached) " >&6
4378 else
4379 if test -z "$GREP"; then
4380 ac_path_GREP_found=false
4381 # Loop through the user's path and test for each of PROGNAME-LIST
4382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4385 IFS=$as_save_IFS
4386 test -z "$as_dir" && as_dir=.
4387 for ac_prog in grep ggrep; do
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4390 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4391 # Check for GNU ac_path_GREP and select it if it is found.
4392 # Check for GNU $ac_path_GREP
4393 case `"$ac_path_GREP" --version 2>&1` in
4394 *GNU*)
4395 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4397 ac_count=0
4398 $as_echo_n 0123456789 >"conftest.in"
4399 while :
4401 cat "conftest.in" "conftest.in" >"conftest.tmp"
4402 mv "conftest.tmp" "conftest.in"
4403 cp "conftest.in" "conftest.nl"
4404 $as_echo 'GREP' >> "conftest.nl"
4405 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4406 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4407 ac_count=`expr $ac_count + 1`
4408 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4409 # Best one so far, save it but keep looking for a better one
4410 ac_cv_path_GREP="$ac_path_GREP"
4411 ac_path_GREP_max=$ac_count
4413 # 10*(2^10) chars as input seems more than enough
4414 test $ac_count -gt 10 && break
4415 done
4416 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4417 esac
4419 $ac_path_GREP_found && break 3
4420 done
4421 done
4422 done
4423 IFS=$as_save_IFS
4424 if test -z "$ac_cv_path_GREP"; then
4425 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4426 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4427 { (exit 1); exit 1; }; }
4429 else
4430 ac_cv_path_GREP=$GREP
4434 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4435 $as_echo "$ac_cv_path_GREP" >&6; }
4436 GREP="$ac_cv_path_GREP"
4439 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4440 $as_echo_n "checking for egrep... " >&6; }
4441 if test "${ac_cv_path_EGREP+set}" = set; then
4442 $as_echo_n "(cached) " >&6
4443 else
4444 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4445 then ac_cv_path_EGREP="$GREP -E"
4446 else
4447 if test -z "$EGREP"; then
4448 ac_path_EGREP_found=false
4449 # Loop through the user's path and test for each of PROGNAME-LIST
4450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4453 IFS=$as_save_IFS
4454 test -z "$as_dir" && as_dir=.
4455 for ac_prog in egrep; do
4456 for ac_exec_ext in '' $ac_executable_extensions; do
4457 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4458 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4459 # Check for GNU ac_path_EGREP and select it if it is found.
4460 # Check for GNU $ac_path_EGREP
4461 case `"$ac_path_EGREP" --version 2>&1` in
4462 *GNU*)
4463 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4465 ac_count=0
4466 $as_echo_n 0123456789 >"conftest.in"
4467 while :
4469 cat "conftest.in" "conftest.in" >"conftest.tmp"
4470 mv "conftest.tmp" "conftest.in"
4471 cp "conftest.in" "conftest.nl"
4472 $as_echo 'EGREP' >> "conftest.nl"
4473 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4474 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4475 ac_count=`expr $ac_count + 1`
4476 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4477 # Best one so far, save it but keep looking for a better one
4478 ac_cv_path_EGREP="$ac_path_EGREP"
4479 ac_path_EGREP_max=$ac_count
4481 # 10*(2^10) chars as input seems more than enough
4482 test $ac_count -gt 10 && break
4483 done
4484 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4485 esac
4487 $ac_path_EGREP_found && break 3
4488 done
4489 done
4490 done
4491 IFS=$as_save_IFS
4492 if test -z "$ac_cv_path_EGREP"; then
4493 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4494 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4495 { (exit 1); exit 1; }; }
4497 else
4498 ac_cv_path_EGREP=$EGREP
4503 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4504 $as_echo "$ac_cv_path_EGREP" >&6; }
4505 EGREP="$ac_cv_path_EGREP"
4508 # Extract the first word of "ldconfig", so it can be a program name with args.
4509 set dummy ldconfig; ac_word=$2
4510 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4511 $as_echo_n "checking for $ac_word... " >&6; }
4512 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4513 $as_echo_n "(cached) " >&6
4514 else
4515 case $LDCONFIG in
4516 [\\/]* | ?:[\\/]*)
4517 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4521 for as_dir in /sbin /usr/sbin $PATH
4523 IFS=$as_save_IFS
4524 test -z "$as_dir" && as_dir=.
4525 for ac_exec_ext in '' $ac_executable_extensions; do
4526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4527 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4529 break 2
4531 done
4532 done
4533 IFS=$as_save_IFS
4535 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4537 esac
4539 LDCONFIG=$ac_cv_path_LDCONFIG
4540 if test -n "$LDCONFIG"; then
4541 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4542 $as_echo "$LDCONFIG" >&6; }
4543 else
4544 { $as_echo "$as_me:$LINENO: result: no" >&5
4545 $as_echo "no" >&6; }
4549 # Find a good install program. We prefer a C program (faster),
4550 # so one script is as good as another. But avoid the broken or
4551 # incompatible versions:
4552 # SysV /etc/install, /usr/sbin/install
4553 # SunOS /usr/etc/install
4554 # IRIX /sbin/install
4555 # AIX /bin/install
4556 # AmigaOS /C/install, which installs bootblocks on floppy discs
4557 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4558 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4559 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4560 # OS/2's system install, which has a completely different semantic
4561 # ./install, which can be erroneously created by make from ./install.sh.
4562 # Reject install programs that cannot install multiple files.
4563 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4564 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4565 if test -z "$INSTALL"; then
4566 if test "${ac_cv_path_install+set}" = set; then
4567 $as_echo_n "(cached) " >&6
4568 else
4569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4570 for as_dir in $PATH
4572 IFS=$as_save_IFS
4573 test -z "$as_dir" && as_dir=.
4574 # Account for people who put trailing slashes in PATH elements.
4575 case $as_dir/ in
4576 ./ | .// | /cC/* | \
4577 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4578 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4579 /usr/ucb/* ) ;;
4581 # OSF1 and SCO ODT 3.0 have their own names for install.
4582 # Don't use installbsd from OSF since it installs stuff as root
4583 # by default.
4584 for ac_prog in ginstall scoinst install; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4587 if test $ac_prog = install &&
4588 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4589 # AIX install. It has an incompatible calling convention.
4591 elif test $ac_prog = install &&
4592 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4593 # program-specific install script used by HP pwplus--don't use.
4595 else
4596 rm -rf conftest.one conftest.two conftest.dir
4597 echo one > conftest.one
4598 echo two > conftest.two
4599 mkdir conftest.dir
4600 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4601 test -s conftest.one && test -s conftest.two &&
4602 test -s conftest.dir/conftest.one &&
4603 test -s conftest.dir/conftest.two
4604 then
4605 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4606 break 3
4610 done
4611 done
4613 esac
4615 done
4616 IFS=$as_save_IFS
4618 rm -rf conftest.one conftest.two conftest.dir
4621 if test "${ac_cv_path_install+set}" = set; then
4622 INSTALL=$ac_cv_path_install
4623 else
4624 # As a last resort, use the slow shell script. Don't cache a
4625 # value for INSTALL within a source directory, because that will
4626 # break other packages using the cache if that directory is
4627 # removed, or if the value is a relative name.
4628 INSTALL=$ac_install_sh
4631 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4632 $as_echo "$INSTALL" >&6; }
4634 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4635 # It thinks the first close brace ends the variable substitution.
4636 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4638 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4640 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4642 case "$INSTALL" in
4643 [\\/$]* | ?:[\\/]* ) ;;
4644 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4645 esac
4647 for ac_prog in lclint lint
4649 # Extract the first word of "$ac_prog", so it can be a program name with args.
4650 set dummy $ac_prog; ac_word=$2
4651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4652 $as_echo_n "checking for $ac_word... " >&6; }
4653 if test "${ac_cv_prog_LINT+set}" = set; then
4654 $as_echo_n "(cached) " >&6
4655 else
4656 if test -n "$LINT"; then
4657 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4658 else
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH
4662 IFS=$as_save_IFS
4663 test -z "$as_dir" && as_dir=.
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4666 ac_cv_prog_LINT="$ac_prog"
4667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4668 break 2
4670 done
4671 done
4672 IFS=$as_save_IFS
4676 LINT=$ac_cv_prog_LINT
4677 if test -n "$LINT"; then
4678 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4679 $as_echo "$LINT" >&6; }
4680 else
4681 { $as_echo "$as_me:$LINENO: result: no" >&5
4682 $as_echo "no" >&6; }
4686 test -n "$LINT" && break
4687 done
4689 if test "$LINT" = "lint"
4690 then
4691 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4696 for ac_prog in fontforge
4698 # Extract the first word of "$ac_prog", so it can be a program name with args.
4699 set dummy $ac_prog; ac_word=$2
4700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4701 $as_echo_n "checking for $ac_word... " >&6; }
4702 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4703 $as_echo_n "(cached) " >&6
4704 else
4705 if test -n "$FONTFORGE"; then
4706 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4707 else
4708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4709 for as_dir in $PATH
4711 IFS=$as_save_IFS
4712 test -z "$as_dir" && as_dir=.
4713 for ac_exec_ext in '' $ac_executable_extensions; do
4714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4715 ac_cv_prog_FONTFORGE="$ac_prog"
4716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4717 break 2
4719 done
4720 done
4721 IFS=$as_save_IFS
4725 FONTFORGE=$ac_cv_prog_FONTFORGE
4726 if test -n "$FONTFORGE"; then
4727 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4728 $as_echo "$FONTFORGE" >&6; }
4729 else
4730 { $as_echo "$as_me:$LINENO: result: no" >&5
4731 $as_echo "no" >&6; }
4735 test -n "$FONTFORGE" && break
4736 done
4737 test -n "$FONTFORGE" || FONTFORGE="false"
4739 for ac_prog in pkg-config
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_PKG_CONFIG+set}" = set; then
4746 $as_echo_n "(cached) " >&6
4747 else
4748 if test -n "$PKG_CONFIG"; then
4749 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # 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_PKG_CONFIG="$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 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4769 if test -n "$PKG_CONFIG"; then
4770 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4771 $as_echo "$PKG_CONFIG" >&6; }
4772 else
4773 { $as_echo "$as_me:$LINENO: result: no" >&5
4774 $as_echo "no" >&6; }
4778 test -n "$PKG_CONFIG" && break
4779 done
4780 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4782 for ac_prog in rsvg
4784 # Extract the first word of "$ac_prog", so it can be a program name with args.
4785 set dummy $ac_prog; ac_word=$2
4786 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4787 $as_echo_n "checking for $ac_word... " >&6; }
4788 if test "${ac_cv_prog_RSVG+set}" = set; then
4789 $as_echo_n "(cached) " >&6
4790 else
4791 if test -n "$RSVG"; then
4792 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4793 else
4794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4795 for as_dir in $PATH
4797 IFS=$as_save_IFS
4798 test -z "$as_dir" && as_dir=.
4799 for ac_exec_ext in '' $ac_executable_extensions; do
4800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4801 ac_cv_prog_RSVG="$ac_prog"
4802 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4803 break 2
4805 done
4806 done
4807 IFS=$as_save_IFS
4811 RSVG=$ac_cv_prog_RSVG
4812 if test -n "$RSVG"; then
4813 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4814 $as_echo "$RSVG" >&6; }
4815 else
4816 { $as_echo "$as_me:$LINENO: result: no" >&5
4817 $as_echo "no" >&6; }
4821 test -n "$RSVG" && break
4822 done
4823 test -n "$RSVG" || RSVG="false"
4825 for ac_prog in icotool
4827 # Extract the first word of "$ac_prog", so it can be a program name with args.
4828 set dummy $ac_prog; ac_word=$2
4829 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4830 $as_echo_n "checking for $ac_word... " >&6; }
4831 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4832 $as_echo_n "(cached) " >&6
4833 else
4834 if test -n "$ICOTOOL"; then
4835 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4836 else
4837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838 for as_dir in $PATH
4840 IFS=$as_save_IFS
4841 test -z "$as_dir" && as_dir=.
4842 for ac_exec_ext in '' $ac_executable_extensions; do
4843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4844 ac_cv_prog_ICOTOOL="$ac_prog"
4845 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4846 break 2
4848 done
4849 done
4850 IFS=$as_save_IFS
4854 ICOTOOL=$ac_cv_prog_ICOTOOL
4855 if test -n "$ICOTOOL"; then
4856 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4857 $as_echo "$ICOTOOL" >&6; }
4858 else
4859 { $as_echo "$as_me:$LINENO: result: no" >&5
4860 $as_echo "no" >&6; }
4864 test -n "$ICOTOOL" && break
4865 done
4866 test -n "$ICOTOOL" || ICOTOOL="false"
4869 if test "${enable_maintainer_mode+set}" = set
4870 then
4871 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4872 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4873 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4876 case $host_cpu in
4877 *i[3456789]86*)
4878 # Extract the first word of "prelink", so it can be a program name with args.
4879 set dummy prelink; ac_word=$2
4880 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4881 $as_echo_n "checking for $ac_word... " >&6; }
4882 if test "${ac_cv_path_PRELINK+set}" = set; then
4883 $as_echo_n "(cached) " >&6
4884 else
4885 case $PRELINK in
4886 [\\/]* | ?:[\\/]*)
4887 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891 for as_dir in /sbin /usr/sbin $PATH
4893 IFS=$as_save_IFS
4894 test -z "$as_dir" && as_dir=.
4895 for ac_exec_ext in '' $ac_executable_extensions; do
4896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4897 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4898 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 break 2
4901 done
4902 done
4903 IFS=$as_save_IFS
4905 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4907 esac
4909 PRELINK=$ac_cv_path_PRELINK
4910 if test -n "$PRELINK"; then
4911 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4912 $as_echo "$PRELINK" >&6; }
4913 else
4914 { $as_echo "$as_me:$LINENO: result: no" >&5
4915 $as_echo "no" >&6; }
4920 esac
4924 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4925 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4926 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4927 $as_echo_n "(cached) " >&6
4928 else
4929 ac_check_lib_save_LIBS=$LIBS
4930 LIBS="-li386 $LIBS"
4931 cat >conftest.$ac_ext <<_ACEOF
4932 /* confdefs.h. */
4933 _ACEOF
4934 cat confdefs.h >>conftest.$ac_ext
4935 cat >>conftest.$ac_ext <<_ACEOF
4936 /* end confdefs.h. */
4938 /* Override any GCC internal prototype to avoid an error.
4939 Use char because int might match the return type of a GCC
4940 builtin and then its argument prototype would still apply. */
4941 #ifdef __cplusplus
4942 extern "C"
4943 #endif
4944 char i386_set_ldt ();
4946 main ()
4948 return i386_set_ldt ();
4950 return 0;
4952 _ACEOF
4953 rm -f conftest.$ac_objext conftest$ac_exeext
4954 if { (ac_try="$ac_link"
4955 case "(($ac_try" in
4956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957 *) ac_try_echo=$ac_try;;
4958 esac
4959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4960 $as_echo "$ac_try_echo") >&5
4961 (eval "$ac_link") 2>conftest.er1
4962 ac_status=$?
4963 grep -v '^ *+' conftest.er1 >conftest.err
4964 rm -f conftest.er1
4965 cat conftest.err >&5
4966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); } && {
4968 test -z "$ac_c_werror_flag" ||
4969 test ! -s conftest.err
4970 } && test -s conftest$ac_exeext && {
4971 test "$cross_compiling" = yes ||
4972 $as_test_x conftest$ac_exeext
4973 }; then
4974 ac_cv_lib_i386_i386_set_ldt=yes
4975 else
4976 $as_echo "$as_me: failed program was:" >&5
4977 sed 's/^/| /' conftest.$ac_ext >&5
4979 ac_cv_lib_i386_i386_set_ldt=no
4982 rm -rf conftest.dSYM
4983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4984 conftest$ac_exeext conftest.$ac_ext
4985 LIBS=$ac_check_lib_save_LIBS
4987 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4988 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
4989 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
4990 cat >>confdefs.h <<_ACEOF
4991 #define HAVE_LIBI386 1
4992 _ACEOF
4994 LIBS="-li386 $LIBS"
4999 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5000 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5001 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5002 $as_echo_n "(cached) " >&6
5003 else
5004 ac_check_lib_save_LIBS=$LIBS
5005 LIBS="-lossaudio $LIBS"
5006 cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h. */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h. */
5013 /* Override any GCC internal prototype to avoid an error.
5014 Use char because int might match the return type of a GCC
5015 builtin and then its argument prototype would still apply. */
5016 #ifdef __cplusplus
5017 extern "C"
5018 #endif
5019 char _oss_ioctl ();
5021 main ()
5023 return _oss_ioctl ();
5025 return 0;
5027 _ACEOF
5028 rm -f conftest.$ac_objext conftest$ac_exeext
5029 if { (ac_try="$ac_link"
5030 case "(($ac_try" in
5031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5032 *) ac_try_echo=$ac_try;;
5033 esac
5034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5035 $as_echo "$ac_try_echo") >&5
5036 (eval "$ac_link") 2>conftest.er1
5037 ac_status=$?
5038 grep -v '^ *+' conftest.er1 >conftest.err
5039 rm -f conftest.er1
5040 cat conftest.err >&5
5041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); } && {
5043 test -z "$ac_c_werror_flag" ||
5044 test ! -s conftest.err
5045 } && test -s conftest$ac_exeext && {
5046 test "$cross_compiling" = yes ||
5047 $as_test_x conftest$ac_exeext
5048 }; then
5049 ac_cv_lib_ossaudio__oss_ioctl=yes
5050 else
5051 $as_echo "$as_me: failed program was:" >&5
5052 sed 's/^/| /' conftest.$ac_ext >&5
5054 ac_cv_lib_ossaudio__oss_ioctl=no
5057 rm -rf conftest.dSYM
5058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5059 conftest$ac_exeext conftest.$ac_ext
5060 LIBS=$ac_check_lib_save_LIBS
5062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5063 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5064 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5065 cat >>confdefs.h <<_ACEOF
5066 #define HAVE_LIBOSSAUDIO 1
5067 _ACEOF
5069 LIBS="-lossaudio $LIBS"
5074 XLIB=""
5076 OPENGL_LIBS=""
5080 ac_ext=c
5081 ac_cpp='$CPP $CPPFLAGS'
5082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5085 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5086 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5087 # On Suns, sometimes $CPP names a directory.
5088 if test -n "$CPP" && test -d "$CPP"; then
5089 CPP=
5091 if test -z "$CPP"; then
5092 if test "${ac_cv_prog_CPP+set}" = set; then
5093 $as_echo_n "(cached) " >&6
5094 else
5095 # Double quotes because CPP needs to be expanded
5096 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5098 ac_preproc_ok=false
5099 for ac_c_preproc_warn_flag in '' yes
5101 # Use a header file that comes with gcc, so configuring glibc
5102 # with a fresh cross-compiler works.
5103 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5104 # <limits.h> exists even on freestanding compilers.
5105 # On the NeXT, cc -E runs the code through the compiler's parser,
5106 # not just through cpp. "Syntax error" is here to catch this case.
5107 cat >conftest.$ac_ext <<_ACEOF
5108 /* confdefs.h. */
5109 _ACEOF
5110 cat confdefs.h >>conftest.$ac_ext
5111 cat >>conftest.$ac_ext <<_ACEOF
5112 /* end confdefs.h. */
5113 #ifdef __STDC__
5114 # include <limits.h>
5115 #else
5116 # include <assert.h>
5117 #endif
5118 Syntax error
5119 _ACEOF
5120 if { (ac_try="$ac_cpp conftest.$ac_ext"
5121 case "(($ac_try" in
5122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5123 *) ac_try_echo=$ac_try;;
5124 esac
5125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5126 $as_echo "$ac_try_echo") >&5
5127 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5128 ac_status=$?
5129 grep -v '^ *+' conftest.er1 >conftest.err
5130 rm -f conftest.er1
5131 cat conftest.err >&5
5132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 (exit $ac_status); } >/dev/null && {
5134 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5135 test ! -s conftest.err
5136 }; then
5138 else
5139 $as_echo "$as_me: failed program was:" >&5
5140 sed 's/^/| /' conftest.$ac_ext >&5
5142 # Broken: fails on valid input.
5143 continue
5146 rm -f conftest.err conftest.$ac_ext
5148 # OK, works on sane cases. Now check whether nonexistent headers
5149 # can be detected and how.
5150 cat >conftest.$ac_ext <<_ACEOF
5151 /* confdefs.h. */
5152 _ACEOF
5153 cat confdefs.h >>conftest.$ac_ext
5154 cat >>conftest.$ac_ext <<_ACEOF
5155 /* end confdefs.h. */
5156 #include <ac_nonexistent.h>
5157 _ACEOF
5158 if { (ac_try="$ac_cpp conftest.$ac_ext"
5159 case "(($ac_try" in
5160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5161 *) ac_try_echo=$ac_try;;
5162 esac
5163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5164 $as_echo "$ac_try_echo") >&5
5165 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5166 ac_status=$?
5167 grep -v '^ *+' conftest.er1 >conftest.err
5168 rm -f conftest.er1
5169 cat conftest.err >&5
5170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5171 (exit $ac_status); } >/dev/null && {
5172 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5173 test ! -s conftest.err
5174 }; then
5175 # Broken: success on invalid input.
5176 continue
5177 else
5178 $as_echo "$as_me: failed program was:" >&5
5179 sed 's/^/| /' conftest.$ac_ext >&5
5181 # Passes both tests.
5182 ac_preproc_ok=:
5183 break
5186 rm -f conftest.err conftest.$ac_ext
5188 done
5189 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5190 rm -f conftest.err conftest.$ac_ext
5191 if $ac_preproc_ok; then
5192 break
5195 done
5196 ac_cv_prog_CPP=$CPP
5199 CPP=$ac_cv_prog_CPP
5200 else
5201 ac_cv_prog_CPP=$CPP
5203 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5204 $as_echo "$CPP" >&6; }
5205 ac_preproc_ok=false
5206 for ac_c_preproc_warn_flag in '' yes
5208 # Use a header file that comes with gcc, so configuring glibc
5209 # with a fresh cross-compiler works.
5210 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5211 # <limits.h> exists even on freestanding compilers.
5212 # On the NeXT, cc -E runs the code through the compiler's parser,
5213 # not just through cpp. "Syntax error" is here to catch this case.
5214 cat >conftest.$ac_ext <<_ACEOF
5215 /* confdefs.h. */
5216 _ACEOF
5217 cat confdefs.h >>conftest.$ac_ext
5218 cat >>conftest.$ac_ext <<_ACEOF
5219 /* end confdefs.h. */
5220 #ifdef __STDC__
5221 # include <limits.h>
5222 #else
5223 # include <assert.h>
5224 #endif
5225 Syntax error
5226 _ACEOF
5227 if { (ac_try="$ac_cpp conftest.$ac_ext"
5228 case "(($ac_try" in
5229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5230 *) ac_try_echo=$ac_try;;
5231 esac
5232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5233 $as_echo "$ac_try_echo") >&5
5234 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5235 ac_status=$?
5236 grep -v '^ *+' conftest.er1 >conftest.err
5237 rm -f conftest.er1
5238 cat conftest.err >&5
5239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); } >/dev/null && {
5241 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5242 test ! -s conftest.err
5243 }; then
5245 else
5246 $as_echo "$as_me: failed program was:" >&5
5247 sed 's/^/| /' conftest.$ac_ext >&5
5249 # Broken: fails on valid input.
5250 continue
5253 rm -f conftest.err conftest.$ac_ext
5255 # OK, works on sane cases. Now check whether nonexistent headers
5256 # can be detected and how.
5257 cat >conftest.$ac_ext <<_ACEOF
5258 /* confdefs.h. */
5259 _ACEOF
5260 cat confdefs.h >>conftest.$ac_ext
5261 cat >>conftest.$ac_ext <<_ACEOF
5262 /* end confdefs.h. */
5263 #include <ac_nonexistent.h>
5264 _ACEOF
5265 if { (ac_try="$ac_cpp conftest.$ac_ext"
5266 case "(($ac_try" in
5267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5268 *) ac_try_echo=$ac_try;;
5269 esac
5270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5271 $as_echo "$ac_try_echo") >&5
5272 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5273 ac_status=$?
5274 grep -v '^ *+' conftest.er1 >conftest.err
5275 rm -f conftest.er1
5276 cat conftest.err >&5
5277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5278 (exit $ac_status); } >/dev/null && {
5279 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5280 test ! -s conftest.err
5281 }; then
5282 # Broken: success on invalid input.
5283 continue
5284 else
5285 $as_echo "$as_me: failed program was:" >&5
5286 sed 's/^/| /' conftest.$ac_ext >&5
5288 # Passes both tests.
5289 ac_preproc_ok=:
5290 break
5293 rm -f conftest.err conftest.$ac_ext
5295 done
5296 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5297 rm -f conftest.err conftest.$ac_ext
5298 if $ac_preproc_ok; then
5300 else
5301 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5303 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5304 See \`config.log' for more details." >&5
5305 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5306 See \`config.log' for more details." >&2;}
5307 { (exit 1); exit 1; }; }; }
5310 ac_ext=c
5311 ac_cpp='$CPP $CPPFLAGS'
5312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5317 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5318 $as_echo_n "checking for ANSI C header files... " >&6; }
5319 if test "${ac_cv_header_stdc+set}" = set; then
5320 $as_echo_n "(cached) " >&6
5321 else
5322 cat >conftest.$ac_ext <<_ACEOF
5323 /* confdefs.h. */
5324 _ACEOF
5325 cat confdefs.h >>conftest.$ac_ext
5326 cat >>conftest.$ac_ext <<_ACEOF
5327 /* end confdefs.h. */
5328 #include <stdlib.h>
5329 #include <stdarg.h>
5330 #include <string.h>
5331 #include <float.h>
5334 main ()
5338 return 0;
5340 _ACEOF
5341 rm -f conftest.$ac_objext
5342 if { (ac_try="$ac_compile"
5343 case "(($ac_try" in
5344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5345 *) ac_try_echo=$ac_try;;
5346 esac
5347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5348 $as_echo "$ac_try_echo") >&5
5349 (eval "$ac_compile") 2>conftest.er1
5350 ac_status=$?
5351 grep -v '^ *+' conftest.er1 >conftest.err
5352 rm -f conftest.er1
5353 cat conftest.err >&5
5354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5355 (exit $ac_status); } && {
5356 test -z "$ac_c_werror_flag" ||
5357 test ! -s conftest.err
5358 } && test -s conftest.$ac_objext; then
5359 ac_cv_header_stdc=yes
5360 else
5361 $as_echo "$as_me: failed program was:" >&5
5362 sed 's/^/| /' conftest.$ac_ext >&5
5364 ac_cv_header_stdc=no
5367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5369 if test $ac_cv_header_stdc = yes; then
5370 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5371 cat >conftest.$ac_ext <<_ACEOF
5372 /* confdefs.h. */
5373 _ACEOF
5374 cat confdefs.h >>conftest.$ac_ext
5375 cat >>conftest.$ac_ext <<_ACEOF
5376 /* end confdefs.h. */
5377 #include <string.h>
5379 _ACEOF
5380 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5381 $EGREP "memchr" >/dev/null 2>&1; then
5383 else
5384 ac_cv_header_stdc=no
5386 rm -f conftest*
5390 if test $ac_cv_header_stdc = yes; then
5391 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5392 cat >conftest.$ac_ext <<_ACEOF
5393 /* confdefs.h. */
5394 _ACEOF
5395 cat confdefs.h >>conftest.$ac_ext
5396 cat >>conftest.$ac_ext <<_ACEOF
5397 /* end confdefs.h. */
5398 #include <stdlib.h>
5400 _ACEOF
5401 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5402 $EGREP "free" >/dev/null 2>&1; then
5404 else
5405 ac_cv_header_stdc=no
5407 rm -f conftest*
5411 if test $ac_cv_header_stdc = yes; then
5412 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5413 if test "$cross_compiling" = yes; then
5415 else
5416 cat >conftest.$ac_ext <<_ACEOF
5417 /* confdefs.h. */
5418 _ACEOF
5419 cat confdefs.h >>conftest.$ac_ext
5420 cat >>conftest.$ac_ext <<_ACEOF
5421 /* end confdefs.h. */
5422 #include <ctype.h>
5423 #include <stdlib.h>
5424 #if ((' ' & 0x0FF) == 0x020)
5425 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5426 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5427 #else
5428 # define ISLOWER(c) \
5429 (('a' <= (c) && (c) <= 'i') \
5430 || ('j' <= (c) && (c) <= 'r') \
5431 || ('s' <= (c) && (c) <= 'z'))
5432 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5433 #endif
5435 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5437 main ()
5439 int i;
5440 for (i = 0; i < 256; i++)
5441 if (XOR (islower (i), ISLOWER (i))
5442 || toupper (i) != TOUPPER (i))
5443 return 2;
5444 return 0;
5446 _ACEOF
5447 rm -f conftest$ac_exeext
5448 if { (ac_try="$ac_link"
5449 case "(($ac_try" in
5450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5451 *) ac_try_echo=$ac_try;;
5452 esac
5453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5454 $as_echo "$ac_try_echo") >&5
5455 (eval "$ac_link") 2>&5
5456 ac_status=$?
5457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5458 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5459 { (case "(($ac_try" in
5460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5461 *) ac_try_echo=$ac_try;;
5462 esac
5463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5464 $as_echo "$ac_try_echo") >&5
5465 (eval "$ac_try") 2>&5
5466 ac_status=$?
5467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5468 (exit $ac_status); }; }; then
5470 else
5471 $as_echo "$as_me: program exited with status $ac_status" >&5
5472 $as_echo "$as_me: failed program was:" >&5
5473 sed 's/^/| /' conftest.$ac_ext >&5
5475 ( exit $ac_status )
5476 ac_cv_header_stdc=no
5478 rm -rf conftest.dSYM
5479 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5485 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5486 $as_echo "$ac_cv_header_stdc" >&6; }
5487 if test $ac_cv_header_stdc = yes; then
5489 cat >>confdefs.h <<\_ACEOF
5490 #define STDC_HEADERS 1
5491 _ACEOF
5495 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5505 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5506 inttypes.h stdint.h unistd.h
5508 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5509 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5510 $as_echo_n "checking for $ac_header... " >&6; }
5511 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5512 $as_echo_n "(cached) " >&6
5513 else
5514 cat >conftest.$ac_ext <<_ACEOF
5515 /* confdefs.h. */
5516 _ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 $ac_includes_default
5522 #include <$ac_header>
5523 _ACEOF
5524 rm -f conftest.$ac_objext
5525 if { (ac_try="$ac_compile"
5526 case "(($ac_try" in
5527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5528 *) ac_try_echo=$ac_try;;
5529 esac
5530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5531 $as_echo "$ac_try_echo") >&5
5532 (eval "$ac_compile") 2>conftest.er1
5533 ac_status=$?
5534 grep -v '^ *+' conftest.er1 >conftest.err
5535 rm -f conftest.er1
5536 cat conftest.err >&5
5537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); } && {
5539 test -z "$ac_c_werror_flag" ||
5540 test ! -s conftest.err
5541 } && test -s conftest.$ac_objext; then
5542 eval "$as_ac_Header=yes"
5543 else
5544 $as_echo "$as_me: failed program was:" >&5
5545 sed 's/^/| /' conftest.$ac_ext >&5
5547 eval "$as_ac_Header=no"
5550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5552 ac_res=`eval 'as_val=${'$as_ac_Header'}
5553 $as_echo "$as_val"'`
5554 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5555 $as_echo "$ac_res" >&6; }
5556 as_val=`eval 'as_val=${'$as_ac_Header'}
5557 $as_echo "$as_val"'`
5558 if test "x$as_val" = x""yes; then
5559 cat >>confdefs.h <<_ACEOF
5560 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5561 _ACEOF
5565 done
5691 for ac_header in \
5692 AudioUnit/AudioUnit.h \
5693 Carbon/Carbon.h \
5694 CoreAudio/CoreAudio.h \
5695 DiskArbitration/DiskArbitration.h \
5696 IOKit/IOKitLib.h \
5697 IOKit/hid/IOHIDLib.h \
5698 alias.h \
5699 alsa/asoundlib.h \
5700 arpa/inet.h \
5701 arpa/nameser.h \
5702 asm/types.h \
5703 capi20.h \
5704 curses.h \
5705 direct.h \
5706 dirent.h \
5707 dlfcn.h \
5708 elf.h \
5709 float.h \
5710 fnmatch.h \
5711 fontconfig/fontconfig.h \
5712 getopt.h \
5713 grp.h \
5714 ieeefp.h \
5715 inet/mib2.h \
5716 io.h \
5717 jack/jack.h \
5718 jpeglib.h \
5719 kstat.h \
5720 lber.h \
5721 lcms.h \
5722 lcms/lcms.h \
5723 ldap.h \
5724 libaudioio.h \
5725 link.h \
5726 linux/cdrom.h \
5727 linux/compiler.h \
5728 linux/hdreg.h \
5729 linux/input.h \
5730 linux/ioctl.h \
5731 linux/joystick.h \
5732 linux/major.h \
5733 linux/param.h \
5734 linux/serial.h \
5735 linux/types.h \
5736 linux/ucdrom.h \
5737 mach-o/dyld_images.h \
5738 mach-o/nlist.h \
5739 mach/mach.h \
5740 mach/machine.h \
5741 machine/cpu.h \
5742 machine/limits.h \
5743 machine/soundcard.h \
5744 mntent.h \
5745 ncurses.h \
5746 netdb.h \
5747 netinet/in.h \
5748 netinet/in_systm.h \
5749 netinet/tcp.h \
5750 netinet/tcp_fsm.h \
5751 openssl/err.h \
5752 openssl/ssl.h \
5753 png.h \
5754 poll.h \
5755 process.h \
5756 pthread.h \
5757 pwd.h \
5758 regex.h \
5759 sched.h \
5760 scsi/scsi.h \
5761 scsi/scsi_ioctl.h \
5762 scsi/sg.h \
5763 soundcard.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/ioctl.h \
5776 sys/ipc.h \
5777 sys/limits.h \
5778 sys/link.h \
5779 sys/mman.h \
5780 sys/modem.h \
5781 sys/msg.h \
5782 sys/mtio.h \
5783 sys/param.h \
5784 sys/poll.h \
5785 sys/prctl.h \
5786 sys/protosw.h \
5787 sys/ptrace.h \
5788 sys/resource.h \
5789 sys/scsiio.h \
5790 sys/shm.h \
5791 sys/signal.h \
5792 sys/socket.h \
5793 sys/socketvar.h \
5794 sys/sockio.h \
5795 sys/soundcard.h \
5796 sys/statvfs.h \
5797 sys/strtio.h \
5798 sys/syscall.h \
5799 sys/tihdr.h \
5800 sys/time.h \
5801 sys/timeout.h \
5802 sys/times.h \
5803 sys/uio.h \
5804 sys/un.h \
5805 sys/utsname.h \
5806 sys/vm86.h \
5807 sys/wait.h \
5808 syscall.h \
5809 termios.h \
5810 unistd.h \
5811 utime.h \
5812 valgrind/memcheck.h \
5813 valgrind/valgrind.h \
5814 zlib.h
5817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5819 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5820 $as_echo_n "checking for $ac_header... " >&6; }
5821 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5822 $as_echo_n "(cached) " >&6
5824 ac_res=`eval 'as_val=${'$as_ac_Header'}
5825 $as_echo "$as_val"'`
5826 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5827 $as_echo "$ac_res" >&6; }
5828 else
5829 # Is the header compilable?
5830 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5831 $as_echo_n "checking $ac_header usability... " >&6; }
5832 cat >conftest.$ac_ext <<_ACEOF
5833 /* confdefs.h. */
5834 _ACEOF
5835 cat confdefs.h >>conftest.$ac_ext
5836 cat >>conftest.$ac_ext <<_ACEOF
5837 /* end confdefs.h. */
5838 $ac_includes_default
5839 #include <$ac_header>
5840 _ACEOF
5841 rm -f conftest.$ac_objext
5842 if { (ac_try="$ac_compile"
5843 case "(($ac_try" in
5844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5845 *) ac_try_echo=$ac_try;;
5846 esac
5847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5848 $as_echo "$ac_try_echo") >&5
5849 (eval "$ac_compile") 2>conftest.er1
5850 ac_status=$?
5851 grep -v '^ *+' conftest.er1 >conftest.err
5852 rm -f conftest.er1
5853 cat conftest.err >&5
5854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5855 (exit $ac_status); } && {
5856 test -z "$ac_c_werror_flag" ||
5857 test ! -s conftest.err
5858 } && test -s conftest.$ac_objext; then
5859 ac_header_compiler=yes
5860 else
5861 $as_echo "$as_me: failed program was:" >&5
5862 sed 's/^/| /' conftest.$ac_ext >&5
5864 ac_header_compiler=no
5867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5869 $as_echo "$ac_header_compiler" >&6; }
5871 # Is the header present?
5872 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5873 $as_echo_n "checking $ac_header presence... " >&6; }
5874 cat >conftest.$ac_ext <<_ACEOF
5875 /* confdefs.h. */
5876 _ACEOF
5877 cat confdefs.h >>conftest.$ac_ext
5878 cat >>conftest.$ac_ext <<_ACEOF
5879 /* end confdefs.h. */
5880 #include <$ac_header>
5881 _ACEOF
5882 if { (ac_try="$ac_cpp conftest.$ac_ext"
5883 case "(($ac_try" in
5884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5885 *) ac_try_echo=$ac_try;;
5886 esac
5887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5888 $as_echo "$ac_try_echo") >&5
5889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5890 ac_status=$?
5891 grep -v '^ *+' conftest.er1 >conftest.err
5892 rm -f conftest.er1
5893 cat conftest.err >&5
5894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895 (exit $ac_status); } >/dev/null && {
5896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5897 test ! -s conftest.err
5898 }; then
5899 ac_header_preproc=yes
5900 else
5901 $as_echo "$as_me: failed program was:" >&5
5902 sed 's/^/| /' conftest.$ac_ext >&5
5904 ac_header_preproc=no
5907 rm -f conftest.err conftest.$ac_ext
5908 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5909 $as_echo "$ac_header_preproc" >&6; }
5911 # So? What about this header?
5912 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5913 yes:no: )
5914 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5915 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5916 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5917 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5918 ac_header_preproc=yes
5920 no:yes:* )
5921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5922 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5924 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5926 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5928 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5929 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5930 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5931 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5932 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5933 ( cat <<\_ASBOX
5934 ## ------------------------------------ ##
5935 ## Report this to wine-devel@winehq.org ##
5936 ## ------------------------------------ ##
5937 _ASBOX
5938 ) | sed "s/^/$as_me: WARNING: /" >&2
5940 esac
5941 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5942 $as_echo_n "checking for $ac_header... " >&6; }
5943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5944 $as_echo_n "(cached) " >&6
5945 else
5946 eval "$as_ac_Header=\$ac_header_preproc"
5948 ac_res=`eval 'as_val=${'$as_ac_Header'}
5949 $as_echo "$as_val"'`
5950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5951 $as_echo "$ac_res" >&6; }
5954 as_val=`eval 'as_val=${'$as_ac_Header'}
5955 $as_echo "$as_val"'`
5956 if test "x$as_val" = x""yes; then
5957 cat >>confdefs.h <<_ACEOF
5958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5959 _ACEOF
5963 done
5965 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5966 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5967 if test "${ac_cv_header_stat_broken+set}" = set; then
5968 $as_echo_n "(cached) " >&6
5969 else
5970 cat >conftest.$ac_ext <<_ACEOF
5971 /* confdefs.h. */
5972 _ACEOF
5973 cat confdefs.h >>conftest.$ac_ext
5974 cat >>conftest.$ac_ext <<_ACEOF
5975 /* end confdefs.h. */
5976 #include <sys/types.h>
5977 #include <sys/stat.h>
5979 #if defined S_ISBLK && defined S_IFDIR
5980 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5981 #endif
5983 #if defined S_ISBLK && defined S_IFCHR
5984 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5985 #endif
5987 #if defined S_ISLNK && defined S_IFREG
5988 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5989 #endif
5991 #if defined S_ISSOCK && defined S_IFREG
5992 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5993 #endif
5995 _ACEOF
5996 rm -f conftest.$ac_objext
5997 if { (ac_try="$ac_compile"
5998 case "(($ac_try" in
5999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6000 *) ac_try_echo=$ac_try;;
6001 esac
6002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6003 $as_echo "$ac_try_echo") >&5
6004 (eval "$ac_compile") 2>conftest.er1
6005 ac_status=$?
6006 grep -v '^ *+' conftest.er1 >conftest.err
6007 rm -f conftest.er1
6008 cat conftest.err >&5
6009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6010 (exit $ac_status); } && {
6011 test -z "$ac_c_werror_flag" ||
6012 test ! -s conftest.err
6013 } && test -s conftest.$ac_objext; then
6014 ac_cv_header_stat_broken=no
6015 else
6016 $as_echo "$as_me: failed program was:" >&5
6017 sed 's/^/| /' conftest.$ac_ext >&5
6019 ac_cv_header_stat_broken=yes
6022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6024 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6025 $as_echo "$ac_cv_header_stat_broken" >&6; }
6026 if test $ac_cv_header_stat_broken = yes; then
6028 cat >>confdefs.h <<\_ACEOF
6029 #define STAT_MACROS_BROKEN 1
6030 _ACEOF
6041 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6044 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6045 $as_echo_n "checking for $ac_header... " >&6; }
6046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6047 $as_echo_n "(cached) " >&6
6048 else
6049 cat >conftest.$ac_ext <<_ACEOF
6050 /* confdefs.h. */
6051 _ACEOF
6052 cat confdefs.h >>conftest.$ac_ext
6053 cat >>conftest.$ac_ext <<_ACEOF
6054 /* end confdefs.h. */
6055 #include <sys/types.h>
6056 #ifdef HAVE_SYS_PARAM_H
6057 # include <sys/param.h>
6058 #endif
6060 #include <$ac_header>
6061 _ACEOF
6062 rm -f conftest.$ac_objext
6063 if { (ac_try="$ac_compile"
6064 case "(($ac_try" in
6065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6066 *) ac_try_echo=$ac_try;;
6067 esac
6068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6069 $as_echo "$ac_try_echo") >&5
6070 (eval "$ac_compile") 2>conftest.er1
6071 ac_status=$?
6072 grep -v '^ *+' conftest.er1 >conftest.err
6073 rm -f conftest.er1
6074 cat conftest.err >&5
6075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6076 (exit $ac_status); } && {
6077 test -z "$ac_c_werror_flag" ||
6078 test ! -s conftest.err
6079 } && test -s conftest.$ac_objext; then
6080 eval "$as_ac_Header=yes"
6081 else
6082 $as_echo "$as_me: failed program was:" >&5
6083 sed 's/^/| /' conftest.$ac_ext >&5
6085 eval "$as_ac_Header=no"
6088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6090 ac_res=`eval 'as_val=${'$as_ac_Header'}
6091 $as_echo "$as_val"'`
6092 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6093 $as_echo "$ac_res" >&6; }
6094 as_val=`eval 'as_val=${'$as_ac_Header'}
6095 $as_echo "$as_val"'`
6096 if test "x$as_val" = x""yes; then
6097 cat >>confdefs.h <<_ACEOF
6098 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6099 _ACEOF
6103 done
6119 for ac_header in \
6120 netinet/ip.h \
6121 net/if.h \
6122 net/if_arp.h \
6123 net/if_dl.h \
6124 net/if_types.h \
6125 net/route.h \
6126 netinet/if_ether.h \
6127 netinet/if_inarp.h \
6128 netinet/in_pcb.h \
6129 netinet/ip_icmp.h \
6130 netinet/ip_var.h \
6131 netinet/udp.h \
6132 netipx/ipx.h \
6135 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6136 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6137 $as_echo_n "checking for $ac_header... " >&6; }
6138 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6139 $as_echo_n "(cached) " >&6
6140 else
6141 cat >conftest.$ac_ext <<_ACEOF
6142 /* confdefs.h. */
6143 _ACEOF
6144 cat confdefs.h >>conftest.$ac_ext
6145 cat >>conftest.$ac_ext <<_ACEOF
6146 /* end confdefs.h. */
6147 #include <sys/types.h>
6148 #ifdef HAVE_SYS_SOCKET_H
6149 # include <sys/socket.h>
6150 #endif
6151 #ifdef HAVE_SYS_SOCKETVAR_H
6152 # include <sys/socketvar.h>
6153 #endif
6154 #ifdef HAVE_NET_ROUTE_H
6155 # include <net/route.h>
6156 #endif
6157 #ifdef HAVE_NETINET_IN_H
6158 # include <netinet/in.h>
6159 #endif
6160 #ifdef HAVE_NETINET_IN_SYSTM_H
6161 # include <netinet/in_systm.h>
6162 #endif
6163 #ifdef HAVE_NET_IF_H
6164 # include <net/if.h>
6165 #endif
6166 #ifdef HAVE_NETINET_IP_H
6167 # include <netinet/ip.h>
6168 #endif
6170 #include <$ac_header>
6171 _ACEOF
6172 rm -f conftest.$ac_objext
6173 if { (ac_try="$ac_compile"
6174 case "(($ac_try" in
6175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6176 *) ac_try_echo=$ac_try;;
6177 esac
6178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6179 $as_echo "$ac_try_echo") >&5
6180 (eval "$ac_compile") 2>conftest.er1
6181 ac_status=$?
6182 grep -v '^ *+' conftest.er1 >conftest.err
6183 rm -f conftest.er1
6184 cat conftest.err >&5
6185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6186 (exit $ac_status); } && {
6187 test -z "$ac_c_werror_flag" ||
6188 test ! -s conftest.err
6189 } && test -s conftest.$ac_objext; then
6190 eval "$as_ac_Header=yes"
6191 else
6192 $as_echo "$as_me: failed program was:" >&5
6193 sed 's/^/| /' conftest.$ac_ext >&5
6195 eval "$as_ac_Header=no"
6198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6200 ac_res=`eval 'as_val=${'$as_ac_Header'}
6201 $as_echo "$as_val"'`
6202 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6203 $as_echo "$ac_res" >&6; }
6204 as_val=`eval 'as_val=${'$as_ac_Header'}
6205 $as_echo "$as_val"'`
6206 if test "x$as_val" = x""yes; then
6207 cat >>confdefs.h <<_ACEOF
6208 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6209 _ACEOF
6213 done
6220 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6222 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6223 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6224 $as_echo_n "checking for $ac_header... " >&6; }
6225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6226 $as_echo_n "(cached) " >&6
6227 else
6228 cat >conftest.$ac_ext <<_ACEOF
6229 /* confdefs.h. */
6230 _ACEOF
6231 cat confdefs.h >>conftest.$ac_ext
6232 cat >>conftest.$ac_ext <<_ACEOF
6233 /* end confdefs.h. */
6234 #include <sys/types.h>
6235 #ifdef HAVE_ALIAS_H
6236 # include <alias.h>
6237 #endif
6238 #ifdef HAVE_SYS_SOCKET_H
6239 # include <sys/socket.h>
6240 #endif
6241 #ifdef HAVE_SYS_SOCKETVAR_H
6242 # include <sys/socketvar.h>
6243 #endif
6244 #ifdef HAVE_SYS_TIMEOUT_H
6245 # include <sys/timeout.h>
6246 #endif
6247 #ifdef HAVE_NETINET_IN_H
6248 # include <netinet/in.h>
6249 #endif
6250 #ifdef HAVE_NETINET_IN_SYSTM_H
6251 # include <netinet/in_systm.h>
6252 #endif
6253 #ifdef HAVE_NETINET_IP_H
6254 # include <netinet/ip.h>
6255 #endif
6256 #ifdef HAVE_NETINET_IP_VAR_H
6257 # include <netinet/ip_var.h>
6258 #endif
6259 #ifdef HAVE_NETINET_IP_ICMP_H
6260 # include <netinet/ip_icmp.h>
6261 #endif
6262 #ifdef HAVE_NETINET_UDP_H
6263 # include <netinet/udp.h>
6264 #endif
6265 #ifdef HAVE_NETINET_TCP_H
6266 # include <netinet/tcp.h>
6267 #endif
6268 #ifdef HAVE_NETINET_TCP_TIMER_H
6269 #include <netinet/tcp_timer.h>
6270 #endif
6272 #include <$ac_header>
6273 _ACEOF
6274 rm -f conftest.$ac_objext
6275 if { (ac_try="$ac_compile"
6276 case "(($ac_try" in
6277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6278 *) ac_try_echo=$ac_try;;
6279 esac
6280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6281 $as_echo "$ac_try_echo") >&5
6282 (eval "$ac_compile") 2>conftest.er1
6283 ac_status=$?
6284 grep -v '^ *+' conftest.er1 >conftest.err
6285 rm -f conftest.er1
6286 cat conftest.err >&5
6287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); } && {
6289 test -z "$ac_c_werror_flag" ||
6290 test ! -s conftest.err
6291 } && test -s conftest.$ac_objext; then
6292 eval "$as_ac_Header=yes"
6293 else
6294 $as_echo "$as_me: failed program was:" >&5
6295 sed 's/^/| /' conftest.$ac_ext >&5
6297 eval "$as_ac_Header=no"
6300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6302 ac_res=`eval 'as_val=${'$as_ac_Header'}
6303 $as_echo "$as_val"'`
6304 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6305 $as_echo "$ac_res" >&6; }
6306 as_val=`eval 'as_val=${'$as_ac_Header'}
6307 $as_echo "$as_val"'`
6308 if test "x$as_val" = x""yes; then
6309 cat >>confdefs.h <<_ACEOF
6310 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6311 _ACEOF
6315 done
6319 for ac_header in linux/ipx.h
6321 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6322 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6323 $as_echo_n "checking for $ac_header... " >&6; }
6324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6325 $as_echo_n "(cached) " >&6
6326 else
6327 cat >conftest.$ac_ext <<_ACEOF
6328 /* confdefs.h. */
6329 _ACEOF
6330 cat confdefs.h >>conftest.$ac_ext
6331 cat >>conftest.$ac_ext <<_ACEOF
6332 /* end confdefs.h. */
6333 #include <sys/types.h>
6334 #ifdef HAVE_ASM_TYPES_H
6335 # include <asm/types.h>
6336 #endif
6337 #ifdef HAVE_SYS_SOCKET_H
6338 # include <sys/socket.h>
6339 #endif
6340 #ifdef HAVE_LINUX_TYPES_H
6341 # include <linux/types.h>
6342 #endif
6344 #include <$ac_header>
6345 _ACEOF
6346 rm -f conftest.$ac_objext
6347 if { (ac_try="$ac_compile"
6348 case "(($ac_try" in
6349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6350 *) ac_try_echo=$ac_try;;
6351 esac
6352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6353 $as_echo "$ac_try_echo") >&5
6354 (eval "$ac_compile") 2>conftest.er1
6355 ac_status=$?
6356 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -f conftest.er1
6358 cat conftest.err >&5
6359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 (exit $ac_status); } && {
6361 test -z "$ac_c_werror_flag" ||
6362 test ! -s conftest.err
6363 } && test -s conftest.$ac_objext; then
6364 eval "$as_ac_Header=yes"
6365 else
6366 $as_echo "$as_me: failed program was:" >&5
6367 sed 's/^/| /' conftest.$ac_ext >&5
6369 eval "$as_ac_Header=no"
6372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6374 ac_res=`eval 'as_val=${'$as_ac_Header'}
6375 $as_echo "$as_val"'`
6376 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6377 $as_echo "$ac_res" >&6; }
6378 as_val=`eval 'as_val=${'$as_ac_Header'}
6379 $as_echo "$as_val"'`
6380 if test "x$as_val" = x""yes; then
6381 cat >>confdefs.h <<_ACEOF
6382 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6383 _ACEOF
6387 done
6391 for ac_header in resolv.h
6393 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6394 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6395 $as_echo_n "checking for $ac_header... " >&6; }
6396 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6397 $as_echo_n "(cached) " >&6
6398 else
6399 cat >conftest.$ac_ext <<_ACEOF
6400 /* confdefs.h. */
6401 _ACEOF
6402 cat confdefs.h >>conftest.$ac_ext
6403 cat >>conftest.$ac_ext <<_ACEOF
6404 /* end confdefs.h. */
6405 #include <sys/types.h>
6406 #ifdef HAVE_SYS_SOCKET_H
6407 # include <sys/socket.h>
6408 #endif
6409 #ifdef HAVE_NETINET_IN_H
6410 # include <netinet/in.h>
6411 #endif
6412 #ifdef HAVE_ARPA_NAMESER_H
6413 # include <arpa/nameser.h>
6414 #endif
6416 #include <$ac_header>
6417 _ACEOF
6418 rm -f conftest.$ac_objext
6419 if { (ac_try="$ac_compile"
6420 case "(($ac_try" in
6421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6422 *) ac_try_echo=$ac_try;;
6423 esac
6424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6425 $as_echo "$ac_try_echo") >&5
6426 (eval "$ac_compile") 2>conftest.er1
6427 ac_status=$?
6428 grep -v '^ *+' conftest.er1 >conftest.err
6429 rm -f conftest.er1
6430 cat conftest.err >&5
6431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432 (exit $ac_status); } && {
6433 test -z "$ac_c_werror_flag" ||
6434 test ! -s conftest.err
6435 } && test -s conftest.$ac_objext; then
6436 eval "$as_ac_Header=yes"
6437 else
6438 $as_echo "$as_me: failed program was:" >&5
6439 sed 's/^/| /' conftest.$ac_ext >&5
6441 eval "$as_ac_Header=no"
6444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6446 ac_res=`eval 'as_val=${'$as_ac_Header'}
6447 $as_echo "$as_val"'`
6448 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6449 $as_echo "$ac_res" >&6; }
6450 as_val=`eval 'as_val=${'$as_ac_Header'}
6451 $as_echo "$as_val"'`
6452 if test "x$as_val" = x""yes; then
6453 cat >>confdefs.h <<_ACEOF
6454 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6455 _ACEOF
6459 done
6463 for ac_header in ucontext.h
6465 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6466 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6467 $as_echo_n "checking for $ac_header... " >&6; }
6468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6469 $as_echo_n "(cached) " >&6
6470 else
6471 cat >conftest.$ac_ext <<_ACEOF
6472 /* confdefs.h. */
6473 _ACEOF
6474 cat confdefs.h >>conftest.$ac_ext
6475 cat >>conftest.$ac_ext <<_ACEOF
6476 /* end confdefs.h. */
6477 #include <signal.h>
6479 #include <$ac_header>
6480 _ACEOF
6481 rm -f conftest.$ac_objext
6482 if { (ac_try="$ac_compile"
6483 case "(($ac_try" in
6484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6485 *) ac_try_echo=$ac_try;;
6486 esac
6487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6488 $as_echo "$ac_try_echo") >&5
6489 (eval "$ac_compile") 2>conftest.er1
6490 ac_status=$?
6491 grep -v '^ *+' conftest.er1 >conftest.err
6492 rm -f conftest.er1
6493 cat conftest.err >&5
6494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); } && {
6496 test -z "$ac_c_werror_flag" ||
6497 test ! -s conftest.err
6498 } && test -s conftest.$ac_objext; then
6499 eval "$as_ac_Header=yes"
6500 else
6501 $as_echo "$as_me: failed program was:" >&5
6502 sed 's/^/| /' conftest.$ac_ext >&5
6504 eval "$as_ac_Header=no"
6507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6509 ac_res=`eval 'as_val=${'$as_ac_Header'}
6510 $as_echo "$as_val"'`
6511 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6512 $as_echo "$ac_res" >&6; }
6513 as_val=`eval 'as_val=${'$as_ac_Header'}
6514 $as_echo "$as_val"'`
6515 if test "x$as_val" = x""yes; then
6516 cat >>confdefs.h <<_ACEOF
6517 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6518 _ACEOF
6522 done
6526 for ac_header in sys/thr.h
6528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6529 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6530 $as_echo_n "checking for $ac_header... " >&6; }
6531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6532 $as_echo_n "(cached) " >&6
6533 else
6534 cat >conftest.$ac_ext <<_ACEOF
6535 /* confdefs.h. */
6536 _ACEOF
6537 cat confdefs.h >>conftest.$ac_ext
6538 cat >>conftest.$ac_ext <<_ACEOF
6539 /* end confdefs.h. */
6540 #include <sys/types.h>
6541 #ifdef HAVE_UCONTEXT_H
6542 #include <ucontext.h>
6543 #endif
6545 #include <$ac_header>
6546 _ACEOF
6547 rm -f conftest.$ac_objext
6548 if { (ac_try="$ac_compile"
6549 case "(($ac_try" in
6550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6551 *) ac_try_echo=$ac_try;;
6552 esac
6553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6554 $as_echo "$ac_try_echo") >&5
6555 (eval "$ac_compile") 2>conftest.er1
6556 ac_status=$?
6557 grep -v '^ *+' conftest.er1 >conftest.err
6558 rm -f conftest.er1
6559 cat conftest.err >&5
6560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6561 (exit $ac_status); } && {
6562 test -z "$ac_c_werror_flag" ||
6563 test ! -s conftest.err
6564 } && test -s conftest.$ac_objext; then
6565 eval "$as_ac_Header=yes"
6566 else
6567 $as_echo "$as_me: failed program was:" >&5
6568 sed 's/^/| /' conftest.$ac_ext >&5
6570 eval "$as_ac_Header=no"
6573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6575 ac_res=`eval 'as_val=${'$as_ac_Header'}
6576 $as_echo "$as_val"'`
6577 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6578 $as_echo "$ac_res" >&6; }
6579 as_val=`eval 'as_val=${'$as_ac_Header'}
6580 $as_echo "$as_val"'`
6581 if test "x$as_val" = x""yes; then
6582 cat >>confdefs.h <<_ACEOF
6583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6584 _ACEOF
6588 done
6592 for ac_header in pthread_np.h
6594 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6595 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6596 $as_echo_n "checking for $ac_header... " >&6; }
6597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6598 $as_echo_n "(cached) " >&6
6599 else
6600 cat >conftest.$ac_ext <<_ACEOF
6601 /* confdefs.h. */
6602 _ACEOF
6603 cat confdefs.h >>conftest.$ac_ext
6604 cat >>conftest.$ac_ext <<_ACEOF
6605 /* end confdefs.h. */
6606 #ifdef HAVE_PTHREAD_H
6607 #include <pthread.h>
6608 #endif
6610 #include <$ac_header>
6611 _ACEOF
6612 rm -f conftest.$ac_objext
6613 if { (ac_try="$ac_compile"
6614 case "(($ac_try" in
6615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6616 *) ac_try_echo=$ac_try;;
6617 esac
6618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6619 $as_echo "$ac_try_echo") >&5
6620 (eval "$ac_compile") 2>conftest.er1
6621 ac_status=$?
6622 grep -v '^ *+' conftest.er1 >conftest.err
6623 rm -f conftest.er1
6624 cat conftest.err >&5
6625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6626 (exit $ac_status); } && {
6627 test -z "$ac_c_werror_flag" ||
6628 test ! -s conftest.err
6629 } && test -s conftest.$ac_objext; then
6630 eval "$as_ac_Header=yes"
6631 else
6632 $as_echo "$as_me: failed program was:" >&5
6633 sed 's/^/| /' conftest.$ac_ext >&5
6635 eval "$as_ac_Header=no"
6638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6640 ac_res=`eval 'as_val=${'$as_ac_Header'}
6641 $as_echo "$as_val"'`
6642 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6643 $as_echo "$ac_res" >&6; }
6644 as_val=`eval 'as_val=${'$as_ac_Header'}
6645 $as_echo "$as_val"'`
6646 if test "x$as_val" = x""yes; then
6647 cat >>confdefs.h <<_ACEOF
6648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6649 _ACEOF
6653 done
6657 for ac_header in linux/videodev.h
6659 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6660 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6661 $as_echo_n "checking for $ac_header... " >&6; }
6662 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6663 $as_echo_n "(cached) " >&6
6664 else
6665 cat >conftest.$ac_ext <<_ACEOF
6666 /* confdefs.h. */
6667 _ACEOF
6668 cat confdefs.h >>conftest.$ac_ext
6669 cat >>conftest.$ac_ext <<_ACEOF
6670 /* end confdefs.h. */
6671 #ifdef HAVE_SYS_TIME_H
6672 #include <sys/time.h>
6673 #endif
6674 #include <sys/types.h>
6675 #ifdef HAVE_ASM_TYPES_H
6676 #include <asm/types.h>
6677 #endif
6679 #include <$ac_header>
6680 _ACEOF
6681 rm -f conftest.$ac_objext
6682 if { (ac_try="$ac_compile"
6683 case "(($ac_try" in
6684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6686 esac
6687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6688 $as_echo "$ac_try_echo") >&5
6689 (eval "$ac_compile") 2>conftest.er1
6690 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1
6693 cat conftest.err >&5
6694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && {
6696 test -z "$ac_c_werror_flag" ||
6697 test ! -s conftest.err
6698 } && test -s conftest.$ac_objext; then
6699 eval "$as_ac_Header=yes"
6700 else
6701 $as_echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 eval "$as_ac_Header=no"
6707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6709 ac_res=`eval 'as_val=${'$as_ac_Header'}
6710 $as_echo "$as_val"'`
6711 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6712 $as_echo "$ac_res" >&6; }
6713 as_val=`eval 'as_val=${'$as_ac_Header'}
6714 $as_echo "$as_val"'`
6715 if test "x$as_val" = x""yes; then
6716 cat >>confdefs.h <<_ACEOF
6717 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6718 _ACEOF
6722 done
6726 for ac_header in linux/capi.h
6728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6729 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6730 $as_echo_n "checking for $ac_header... " >&6; }
6731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6732 $as_echo_n "(cached) " >&6
6733 else
6734 cat >conftest.$ac_ext <<_ACEOF
6735 /* confdefs.h. */
6736 _ACEOF
6737 cat confdefs.h >>conftest.$ac_ext
6738 cat >>conftest.$ac_ext <<_ACEOF
6739 /* end confdefs.h. */
6740 #define __user
6742 #include <$ac_header>
6743 _ACEOF
6744 rm -f conftest.$ac_objext
6745 if { (ac_try="$ac_compile"
6746 case "(($ac_try" in
6747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748 *) ac_try_echo=$ac_try;;
6749 esac
6750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6751 $as_echo "$ac_try_echo") >&5
6752 (eval "$ac_compile") 2>conftest.er1
6753 ac_status=$?
6754 grep -v '^ *+' conftest.er1 >conftest.err
6755 rm -f conftest.er1
6756 cat conftest.err >&5
6757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758 (exit $ac_status); } && {
6759 test -z "$ac_c_werror_flag" ||
6760 test ! -s conftest.err
6761 } && test -s conftest.$ac_objext; then
6762 eval "$as_ac_Header=yes"
6763 else
6764 $as_echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6767 eval "$as_ac_Header=no"
6770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6772 ac_res=`eval 'as_val=${'$as_ac_Header'}
6773 $as_echo "$as_val"'`
6774 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6775 $as_echo "$ac_res" >&6; }
6776 as_val=`eval 'as_val=${'$as_ac_Header'}
6777 $as_echo "$as_val"'`
6778 if test "x$as_val" = x""yes; then
6779 cat >>confdefs.h <<_ACEOF
6780 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6781 _ACEOF
6785 done
6789 DLLEXT=""
6791 DLLFLAGS="-D_REENTRANT"
6793 LDSHARED=""
6795 LDDLLFLAGS=""
6797 LIBEXT="so"
6799 IMPLIBEXT="def"
6801 LDRPATH_INSTALL=""
6803 LDRPATH_LOCAL=""
6805 # Extract the first word of "ldd", so it can be a program name with args.
6806 set dummy ldd; ac_word=$2
6807 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6808 $as_echo_n "checking for $ac_word... " >&6; }
6809 if test "${ac_cv_path_LDD+set}" = set; then
6810 $as_echo_n "(cached) " >&6
6811 else
6812 case $LDD in
6813 [\\/]* | ?:[\\/]*)
6814 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818 as_dummy="/sbin:/usr/sbin:$PATH"
6819 for as_dir in $as_dummy
6821 IFS=$as_save_IFS
6822 test -z "$as_dir" && as_dir=.
6823 for ac_exec_ext in '' $ac_executable_extensions; do
6824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6825 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6827 break 2
6829 done
6830 done
6831 IFS=$as_save_IFS
6833 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6835 esac
6837 LDD=$ac_cv_path_LDD
6838 if test -n "$LDD"; then
6839 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6840 $as_echo "$LDD" >&6; }
6841 else
6842 { $as_echo "$as_me:$LINENO: result: no" >&5
6843 $as_echo "no" >&6; }
6848 case $host_os in
6849 cygwin*|mingw32*)
6850 if test -n "$ac_tool_prefix"; then
6851 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6852 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6853 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6854 $as_echo_n "checking for $ac_word... " >&6; }
6855 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6856 $as_echo_n "(cached) " >&6
6857 else
6858 if test -n "$DLLTOOL"; then
6859 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6860 else
6861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6862 for as_dir in $PATH
6864 IFS=$as_save_IFS
6865 test -z "$as_dir" && as_dir=.
6866 for ac_exec_ext in '' $ac_executable_extensions; do
6867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6868 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6869 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6870 break 2
6872 done
6873 done
6874 IFS=$as_save_IFS
6878 DLLTOOL=$ac_cv_prog_DLLTOOL
6879 if test -n "$DLLTOOL"; then
6880 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6881 $as_echo "$DLLTOOL" >&6; }
6882 else
6883 { $as_echo "$as_me:$LINENO: result: no" >&5
6884 $as_echo "no" >&6; }
6889 if test -z "$ac_cv_prog_DLLTOOL"; then
6890 ac_ct_DLLTOOL=$DLLTOOL
6891 # Extract the first word of "dlltool", so it can be a program name with args.
6892 set dummy dlltool; ac_word=$2
6893 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6894 $as_echo_n "checking for $ac_word... " >&6; }
6895 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6896 $as_echo_n "(cached) " >&6
6897 else
6898 if test -n "$ac_ct_DLLTOOL"; then
6899 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6900 else
6901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902 for as_dir in $PATH
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6908 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6909 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6912 done
6913 done
6914 IFS=$as_save_IFS
6918 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6919 if test -n "$ac_ct_DLLTOOL"; then
6920 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6921 $as_echo "$ac_ct_DLLTOOL" >&6; }
6922 else
6923 { $as_echo "$as_me:$LINENO: result: no" >&5
6924 $as_echo "no" >&6; }
6927 if test "x$ac_ct_DLLTOOL" = x; then
6928 DLLTOOL="false"
6929 else
6930 case $cross_compiling:$ac_tool_warned in
6931 yes:)
6932 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6933 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6934 ac_tool_warned=yes ;;
6935 esac
6936 DLLTOOL=$ac_ct_DLLTOOL
6938 else
6939 DLLTOOL="$ac_cv_prog_DLLTOOL"
6942 if test -n "$ac_tool_prefix"; then
6943 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6944 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6945 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6946 $as_echo_n "checking for $ac_word... " >&6; }
6947 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6948 $as_echo_n "(cached) " >&6
6949 else
6950 if test -n "$DLLWRAP"; then
6951 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6952 else
6953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954 for as_dir in $PATH
6956 IFS=$as_save_IFS
6957 test -z "$as_dir" && as_dir=.
6958 for ac_exec_ext in '' $ac_executable_extensions; do
6959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6960 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6961 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6962 break 2
6964 done
6965 done
6966 IFS=$as_save_IFS
6970 DLLWRAP=$ac_cv_prog_DLLWRAP
6971 if test -n "$DLLWRAP"; then
6972 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6973 $as_echo "$DLLWRAP" >&6; }
6974 else
6975 { $as_echo "$as_me:$LINENO: result: no" >&5
6976 $as_echo "no" >&6; }
6981 if test -z "$ac_cv_prog_DLLWRAP"; then
6982 ac_ct_DLLWRAP=$DLLWRAP
6983 # Extract the first word of "dllwrap", so it can be a program name with args.
6984 set dummy dllwrap; ac_word=$2
6985 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6986 $as_echo_n "checking for $ac_word... " >&6; }
6987 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6988 $as_echo_n "(cached) " >&6
6989 else
6990 if test -n "$ac_ct_DLLWRAP"; then
6991 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6992 else
6993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 for as_dir in $PATH
6996 IFS=$as_save_IFS
6997 test -z "$as_dir" && as_dir=.
6998 for ac_exec_ext in '' $ac_executable_extensions; do
6999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7000 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7001 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7002 break 2
7004 done
7005 done
7006 IFS=$as_save_IFS
7010 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7011 if test -n "$ac_ct_DLLWRAP"; then
7012 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7013 $as_echo "$ac_ct_DLLWRAP" >&6; }
7014 else
7015 { $as_echo "$as_me:$LINENO: result: no" >&5
7016 $as_echo "no" >&6; }
7019 if test "x$ac_ct_DLLWRAP" = x; then
7020 DLLWRAP="false"
7021 else
7022 case $cross_compiling:$ac_tool_warned in
7023 yes:)
7024 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7026 ac_tool_warned=yes ;;
7027 esac
7028 DLLWRAP=$ac_ct_DLLWRAP
7030 else
7031 DLLWRAP="$ac_cv_prog_DLLWRAP"
7034 if test -n "$ac_tool_prefix"; then
7035 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7036 set dummy ${ac_tool_prefix}ar; ac_word=$2
7037 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7038 $as_echo_n "checking for $ac_word... " >&6; }
7039 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7040 $as_echo_n "(cached) " >&6
7041 else
7042 if test -n "$MINGWAR"; then
7043 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7044 else
7045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 for as_dir in $PATH
7048 IFS=$as_save_IFS
7049 test -z "$as_dir" && as_dir=.
7050 for ac_exec_ext in '' $ac_executable_extensions; do
7051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7052 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7053 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7054 break 2
7056 done
7057 done
7058 IFS=$as_save_IFS
7062 MINGWAR=$ac_cv_prog_MINGWAR
7063 if test -n "$MINGWAR"; then
7064 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7065 $as_echo "$MINGWAR" >&6; }
7066 else
7067 { $as_echo "$as_me:$LINENO: result: no" >&5
7068 $as_echo "no" >&6; }
7073 if test -z "$ac_cv_prog_MINGWAR"; then
7074 ac_ct_MINGWAR=$MINGWAR
7075 # Extract the first word of "ar", so it can be a program name with args.
7076 set dummy ar; ac_word=$2
7077 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7080 $as_echo_n "(cached) " >&6
7081 else
7082 if test -n "$ac_ct_MINGWAR"; then
7083 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7084 else
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 for as_dir in $PATH
7088 IFS=$as_save_IFS
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092 ac_cv_prog_ac_ct_MINGWAR="ar"
7093 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7094 break 2
7096 done
7097 done
7098 IFS=$as_save_IFS
7102 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7103 if test -n "$ac_ct_MINGWAR"; then
7104 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7105 $as_echo "$ac_ct_MINGWAR" >&6; }
7106 else
7107 { $as_echo "$as_me:$LINENO: result: no" >&5
7108 $as_echo "no" >&6; }
7111 if test "x$ac_ct_MINGWAR" = x; then
7112 MINGWAR="false"
7113 else
7114 case $cross_compiling:$ac_tool_warned in
7115 yes:)
7116 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7117 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7118 ac_tool_warned=yes ;;
7119 esac
7120 MINGWAR=$ac_ct_MINGWAR
7122 else
7123 MINGWAR="$ac_cv_prog_MINGWAR"
7126 if test "$DLLWRAP" = "false"; then
7127 LIBEXT="a"
7128 else
7129 LIBEXT="dll"
7131 IMPLIBEXT="a"
7132 enable_iphlpapi=${enable_iphlpapi:-no}
7133 enable_kernel32=${enable_kernel32:-no}
7134 enable_msvcrt=${enable_msvcrt:-no}
7135 enable_ntdll=${enable_ntdll:-no}
7136 enable_ws2_32=${enable_ws2_32:-no}
7137 enable_loader=${enable_loader:-no}
7138 enable_server=${enable_server:-no}
7139 with_x=${with_x:-no}
7140 with_pthread=${with_pthread:-no}
7142 darwin*|macosx*)
7143 DLLEXT=".so"
7144 LIBEXT="dylib"
7145 DLLFLAGS="$DLLFLAGS -fPIC"
7146 LDDLLFLAGS="-bundle -multiply_defined suppress"
7147 LIBWINE_LDFLAGS="-multiply_defined suppress"
7148 LDSHARED="\$(CC) -dynamiclib"
7149 STRIP="$STRIP -x"
7150 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7151 SECURITYLIB="-framework Security -framework CoreFoundation"
7153 COREFOUNDATIONLIB="-framework CoreFoundation"
7155 IOKITLIB="-framework IOKit -framework CoreFoundation"
7157 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7159 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7160 then
7161 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7164 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7165 then
7166 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7169 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7170 then
7171 ac_save_LIBS="$LIBS"
7172 LIBS="$LIBS $IOKITLIB"
7174 for ac_func in IOHIDManagerCreate
7176 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7177 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7178 $as_echo_n "checking for $ac_func... " >&6; }
7179 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7180 $as_echo_n "(cached) " >&6
7181 else
7182 cat >conftest.$ac_ext <<_ACEOF
7183 /* confdefs.h. */
7184 _ACEOF
7185 cat confdefs.h >>conftest.$ac_ext
7186 cat >>conftest.$ac_ext <<_ACEOF
7187 /* end confdefs.h. */
7188 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7189 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7190 #define $ac_func innocuous_$ac_func
7192 /* System header to define __stub macros and hopefully few prototypes,
7193 which can conflict with char $ac_func (); below.
7194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7195 <limits.h> exists even on freestanding compilers. */
7197 #ifdef __STDC__
7198 # include <limits.h>
7199 #else
7200 # include <assert.h>
7201 #endif
7203 #undef $ac_func
7205 /* Override any GCC internal prototype to avoid an error.
7206 Use char because int might match the return type of a GCC
7207 builtin and then its argument prototype would still apply. */
7208 #ifdef __cplusplus
7209 extern "C"
7210 #endif
7211 char $ac_func ();
7212 /* The GNU C library defines this for functions which it implements
7213 to always fail with ENOSYS. Some functions are actually named
7214 something starting with __ and the normal name is an alias. */
7215 #if defined __stub_$ac_func || defined __stub___$ac_func
7216 choke me
7217 #endif
7220 main ()
7222 return $ac_func ();
7224 return 0;
7226 _ACEOF
7227 rm -f conftest.$ac_objext conftest$ac_exeext
7228 if { (ac_try="$ac_link"
7229 case "(($ac_try" in
7230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7231 *) ac_try_echo=$ac_try;;
7232 esac
7233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7234 $as_echo "$ac_try_echo") >&5
7235 (eval "$ac_link") 2>conftest.er1
7236 ac_status=$?
7237 grep -v '^ *+' conftest.er1 >conftest.err
7238 rm -f conftest.er1
7239 cat conftest.err >&5
7240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); } && {
7242 test -z "$ac_c_werror_flag" ||
7243 test ! -s conftest.err
7244 } && test -s conftest$ac_exeext && {
7245 test "$cross_compiling" = yes ||
7246 $as_test_x conftest$ac_exeext
7247 }; then
7248 eval "$as_ac_var=yes"
7249 else
7250 $as_echo "$as_me: failed program was:" >&5
7251 sed 's/^/| /' conftest.$ac_ext >&5
7253 eval "$as_ac_var=no"
7256 rm -rf conftest.dSYM
7257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7258 conftest$ac_exeext conftest.$ac_ext
7260 ac_res=`eval 'as_val=${'$as_ac_var'}
7261 $as_echo "$as_val"'`
7262 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7263 $as_echo "$ac_res" >&6; }
7264 as_val=`eval 'as_val=${'$as_ac_var'}
7265 $as_echo "$as_val"'`
7266 if test "x$as_val" = x""yes; then
7267 cat >>confdefs.h <<_ACEOF
7268 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7269 _ACEOF
7272 done
7274 LIBS="$ac_save_LIBS"
7276 case $host_cpu in
7277 *powerpc*)
7278 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7279 esac
7280 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7281 then
7282 CARBONLIB="-framework Carbon"
7284 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7288 DLLFLAGS="$DLLFLAGS -fPIC"
7289 DLLEXT=".so"
7290 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7291 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7292 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7293 $as_echo_n "(cached) " >&6
7294 else
7295 ac_wine_try_cflags_saved=$CFLAGS
7296 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7297 cat >conftest.$ac_ext <<_ACEOF
7298 void myfunc() {}
7299 _ACEOF
7300 rm -f conftest.$ac_objext conftest$ac_exeext
7301 if { (ac_try="$ac_link"
7302 case "(($ac_try" in
7303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7304 *) ac_try_echo=$ac_try;;
7305 esac
7306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7307 $as_echo "$ac_try_echo") >&5
7308 (eval "$ac_link") 2>conftest.er1
7309 ac_status=$?
7310 grep -v '^ *+' conftest.er1 >conftest.err
7311 rm -f conftest.er1
7312 cat conftest.err >&5
7313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7314 (exit $ac_status); } && {
7315 test -z "$ac_c_werror_flag" ||
7316 test ! -s conftest.err
7317 } && test -s conftest$ac_exeext && {
7318 test "$cross_compiling" = yes ||
7319 $as_test_x conftest$ac_exeext
7320 }; then
7321 ac_cv_c_dll_gnuelf="yes"
7322 else
7323 $as_echo "$as_me: failed program was:" >&5
7324 sed 's/^/| /' conftest.$ac_ext >&5
7326 ac_cv_c_dll_gnuelf="no"
7329 rm -rf conftest.dSYM
7330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7331 conftest$ac_exeext conftest.$ac_ext
7332 CFLAGS=$ac_wine_try_cflags_saved
7334 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7335 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7336 if test "$ac_cv_c_dll_gnuelf" = "yes"
7337 then
7338 LDSHARED="\$(CC) -shared"
7339 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7340 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7341 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7342 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7343 $as_echo_n "(cached) " >&6
7344 else
7345 ac_wine_try_cflags_saved=$CFLAGS
7346 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7347 cat >conftest.$ac_ext <<_ACEOF
7348 /* confdefs.h. */
7349 _ACEOF
7350 cat confdefs.h >>conftest.$ac_ext
7351 cat >>conftest.$ac_ext <<_ACEOF
7352 /* end confdefs.h. */
7355 main ()
7359 return 0;
7361 _ACEOF
7362 rm -f conftest.$ac_objext conftest$ac_exeext
7363 if { (ac_try="$ac_link"
7364 case "(($ac_try" in
7365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7366 *) ac_try_echo=$ac_try;;
7367 esac
7368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7369 $as_echo "$ac_try_echo") >&5
7370 (eval "$ac_link") 2>conftest.er1
7371 ac_status=$?
7372 grep -v '^ *+' conftest.er1 >conftest.err
7373 rm -f conftest.er1
7374 cat conftest.err >&5
7375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376 (exit $ac_status); } && {
7377 test -z "$ac_c_werror_flag" ||
7378 test ! -s conftest.err
7379 } && test -s conftest$ac_exeext && {
7380 test "$cross_compiling" = yes ||
7381 $as_test_x conftest$ac_exeext
7382 }; then
7383 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7384 else
7385 $as_echo "$as_me: failed program was:" >&5
7386 sed 's/^/| /' conftest.$ac_ext >&5
7388 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7391 rm -rf conftest.dSYM
7392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7393 conftest$ac_exeext conftest.$ac_ext
7394 CFLAGS=$ac_wine_try_cflags_saved
7396 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7397 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7398 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7399 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7400 else
7401 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7402 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7403 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7404 $as_echo_n "(cached) " >&6
7405 else
7406 ac_wine_try_cflags_saved=$CFLAGS
7407 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7408 cat >conftest.$ac_ext <<_ACEOF
7409 /* confdefs.h. */
7410 _ACEOF
7411 cat confdefs.h >>conftest.$ac_ext
7412 cat >>conftest.$ac_ext <<_ACEOF
7413 /* end confdefs.h. */
7416 main ()
7420 return 0;
7422 _ACEOF
7423 rm -f conftest.$ac_objext conftest$ac_exeext
7424 if { (ac_try="$ac_link"
7425 case "(($ac_try" in
7426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7427 *) ac_try_echo=$ac_try;;
7428 esac
7429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7430 $as_echo "$ac_try_echo") >&5
7431 (eval "$ac_link") 2>conftest.er1
7432 ac_status=$?
7433 grep -v '^ *+' conftest.er1 >conftest.err
7434 rm -f conftest.er1
7435 cat conftest.err >&5
7436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7437 (exit $ac_status); } && {
7438 test -z "$ac_c_werror_flag" ||
7439 test ! -s conftest.err
7440 } && test -s conftest$ac_exeext && {
7441 test "$cross_compiling" = yes ||
7442 $as_test_x conftest$ac_exeext
7443 }; then
7444 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7445 else
7446 $as_echo "$as_me: failed program was:" >&5
7447 sed 's/^/| /' conftest.$ac_ext >&5
7449 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7452 rm -rf conftest.dSYM
7453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7454 conftest$ac_exeext conftest.$ac_ext
7455 CFLAGS=$ac_wine_try_cflags_saved
7457 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7458 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7459 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7460 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7466 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7467 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7468 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7469 $as_echo_n "(cached) " >&6
7470 else
7471 ac_wine_try_cflags_saved=$CFLAGS
7472 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7473 cat >conftest.$ac_ext <<_ACEOF
7474 /* confdefs.h. */
7475 _ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7481 main ()
7485 return 0;
7487 _ACEOF
7488 rm -f conftest.$ac_objext conftest$ac_exeext
7489 if { (ac_try="$ac_link"
7490 case "(($ac_try" in
7491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7492 *) ac_try_echo=$ac_try;;
7493 esac
7494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7495 $as_echo "$ac_try_echo") >&5
7496 (eval "$ac_link") 2>conftest.er1
7497 ac_status=$?
7498 grep -v '^ *+' conftest.er1 >conftest.err
7499 rm -f conftest.er1
7500 cat conftest.err >&5
7501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7502 (exit $ac_status); } && {
7503 test -z "$ac_c_werror_flag" ||
7504 test ! -s conftest.err
7505 } && test -s conftest$ac_exeext && {
7506 test "$cross_compiling" = yes ||
7507 $as_test_x conftest$ac_exeext
7508 }; then
7509 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7510 else
7511 $as_echo "$as_me: failed program was:" >&5
7512 sed 's/^/| /' conftest.$ac_ext >&5
7514 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7517 rm -rf conftest.dSYM
7518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7519 conftest$ac_exeext conftest.$ac_ext
7520 CFLAGS=$ac_wine_try_cflags_saved
7522 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7523 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7524 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7525 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7529 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7530 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7531 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7532 $as_echo_n "(cached) " >&6
7533 else
7534 ac_wine_try_cflags_saved=$CFLAGS
7535 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7536 cat >conftest.$ac_ext <<_ACEOF
7537 /* confdefs.h. */
7538 _ACEOF
7539 cat confdefs.h >>conftest.$ac_ext
7540 cat >>conftest.$ac_ext <<_ACEOF
7541 /* end confdefs.h. */
7544 main ()
7548 return 0;
7550 _ACEOF
7551 rm -f conftest.$ac_objext conftest$ac_exeext
7552 if { (ac_try="$ac_link"
7553 case "(($ac_try" in
7554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7555 *) ac_try_echo=$ac_try;;
7556 esac
7557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7558 $as_echo "$ac_try_echo") >&5
7559 (eval "$ac_link") 2>conftest.er1
7560 ac_status=$?
7561 grep -v '^ *+' conftest.er1 >conftest.err
7562 rm -f conftest.er1
7563 cat conftest.err >&5
7564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7565 (exit $ac_status); } && {
7566 test -z "$ac_c_werror_flag" ||
7567 test ! -s conftest.err
7568 } && test -s conftest$ac_exeext && {
7569 test "$cross_compiling" = yes ||
7570 $as_test_x conftest$ac_exeext
7571 }; then
7572 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7573 else
7574 $as_echo "$as_me: failed program was:" >&5
7575 sed 's/^/| /' conftest.$ac_ext >&5
7577 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7580 rm -rf conftest.dSYM
7581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7582 conftest$ac_exeext conftest.$ac_ext
7583 CFLAGS=$ac_wine_try_cflags_saved
7585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7586 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7587 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7588 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7592 echo '{ global: *; };' >conftest.map
7593 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7594 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7595 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7596 $as_echo_n "(cached) " >&6
7597 else
7598 ac_wine_try_cflags_saved=$CFLAGS
7599 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7600 cat >conftest.$ac_ext <<_ACEOF
7601 /* confdefs.h. */
7602 _ACEOF
7603 cat confdefs.h >>conftest.$ac_ext
7604 cat >>conftest.$ac_ext <<_ACEOF
7605 /* end confdefs.h. */
7608 main ()
7612 return 0;
7614 _ACEOF
7615 rm -f conftest.$ac_objext conftest$ac_exeext
7616 if { (ac_try="$ac_link"
7617 case "(($ac_try" in
7618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7619 *) ac_try_echo=$ac_try;;
7620 esac
7621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7622 $as_echo "$ac_try_echo") >&5
7623 (eval "$ac_link") 2>conftest.er1
7624 ac_status=$?
7625 grep -v '^ *+' conftest.er1 >conftest.err
7626 rm -f conftest.er1
7627 cat conftest.err >&5
7628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629 (exit $ac_status); } && {
7630 test -z "$ac_c_werror_flag" ||
7631 test ! -s conftest.err
7632 } && test -s conftest$ac_exeext && {
7633 test "$cross_compiling" = yes ||
7634 $as_test_x conftest$ac_exeext
7635 }; then
7636 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7637 else
7638 $as_echo "$as_me: failed program was:" >&5
7639 sed 's/^/| /' conftest.$ac_ext >&5
7641 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7644 rm -rf conftest.dSYM
7645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7646 conftest$ac_exeext conftest.$ac_ext
7647 CFLAGS=$ac_wine_try_cflags_saved
7649 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7650 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7651 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7652 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7655 rm -f conftest.map
7657 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7658 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7659 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7660 $as_echo_n "(cached) " >&6
7661 else
7662 ac_wine_try_cflags_saved=$CFLAGS
7663 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7664 cat >conftest.$ac_ext <<_ACEOF
7665 /* confdefs.h. */
7666 _ACEOF
7667 cat confdefs.h >>conftest.$ac_ext
7668 cat >>conftest.$ac_ext <<_ACEOF
7669 /* end confdefs.h. */
7672 main ()
7676 return 0;
7678 _ACEOF
7679 rm -f conftest.$ac_objext conftest$ac_exeext
7680 if { (ac_try="$ac_link"
7681 case "(($ac_try" in
7682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7683 *) ac_try_echo=$ac_try;;
7684 esac
7685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7686 $as_echo "$ac_try_echo") >&5
7687 (eval "$ac_link") 2>conftest.er1
7688 ac_status=$?
7689 grep -v '^ *+' conftest.er1 >conftest.err
7690 rm -f conftest.er1
7691 cat conftest.err >&5
7692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); } && {
7694 test -z "$ac_c_werror_flag" ||
7695 test ! -s conftest.err
7696 } && test -s conftest$ac_exeext && {
7697 test "$cross_compiling" = yes ||
7698 $as_test_x conftest$ac_exeext
7699 }; then
7700 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7701 else
7702 $as_echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7705 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7708 rm -rf conftest.dSYM
7709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7710 conftest$ac_exeext conftest.$ac_ext
7711 CFLAGS=$ac_wine_try_cflags_saved
7713 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7714 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7715 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7716 LDEXECFLAGS="-Wl,--export-dynamic"
7721 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7722 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7723 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7724 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7725 $as_echo_n "(cached) " >&6
7726 else
7727 ac_wine_try_cflags_saved=$CFLAGS
7728 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7729 cat >conftest.$ac_ext <<_ACEOF
7730 /* confdefs.h. */
7731 _ACEOF
7732 cat confdefs.h >>conftest.$ac_ext
7733 cat >>conftest.$ac_ext <<_ACEOF
7734 /* end confdefs.h. */
7737 main ()
7741 return 0;
7743 _ACEOF
7744 rm -f conftest.$ac_objext conftest$ac_exeext
7745 if { (ac_try="$ac_link"
7746 case "(($ac_try" in
7747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7748 *) ac_try_echo=$ac_try;;
7749 esac
7750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7751 $as_echo "$ac_try_echo") >&5
7752 (eval "$ac_link") 2>conftest.er1
7753 ac_status=$?
7754 grep -v '^ *+' conftest.er1 >conftest.err
7755 rm -f conftest.er1
7756 cat conftest.err >&5
7757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); } && {
7759 test -z "$ac_c_werror_flag" ||
7760 test ! -s conftest.err
7761 } && test -s conftest$ac_exeext && {
7762 test "$cross_compiling" = yes ||
7763 $as_test_x conftest$ac_exeext
7764 }; then
7765 eval "$as_ac_var=yes"
7766 else
7767 $as_echo "$as_me: failed program was:" >&5
7768 sed 's/^/| /' conftest.$ac_ext >&5
7770 eval "$as_ac_var=no"
7773 rm -rf conftest.dSYM
7774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7775 conftest$ac_exeext conftest.$ac_ext
7776 CFLAGS=$ac_wine_try_cflags_saved
7778 ac_res=`eval 'as_val=${'$as_ac_var'}
7779 $as_echo "$as_val"'`
7780 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7781 $as_echo "$ac_res" >&6; }
7782 if test `eval 'as_val=${'$as_ac_var'}
7783 $as_echo "$as_val"'` = yes; then
7784 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7785 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7786 else
7787 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7788 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7789 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7790 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7791 $as_echo_n "(cached) " >&6
7792 else
7793 ac_wine_try_cflags_saved=$CFLAGS
7794 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7795 cat >conftest.$ac_ext <<_ACEOF
7796 /* confdefs.h. */
7797 _ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7803 main ()
7807 return 0;
7809 _ACEOF
7810 rm -f conftest.$ac_objext conftest$ac_exeext
7811 if { (ac_try="$ac_link"
7812 case "(($ac_try" in
7813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7814 *) ac_try_echo=$ac_try;;
7815 esac
7816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7817 $as_echo "$ac_try_echo") >&5
7818 (eval "$ac_link") 2>conftest.er1
7819 ac_status=$?
7820 grep -v '^ *+' conftest.er1 >conftest.err
7821 rm -f conftest.er1
7822 cat conftest.err >&5
7823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest$ac_exeext && {
7828 test "$cross_compiling" = yes ||
7829 $as_test_x conftest$ac_exeext
7830 }; then
7831 eval "$as_ac_var=yes"
7832 else
7833 $as_echo "$as_me: failed program was:" >&5
7834 sed 's/^/| /' conftest.$ac_ext >&5
7836 eval "$as_ac_var=no"
7839 rm -rf conftest.dSYM
7840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7841 conftest$ac_exeext conftest.$ac_ext
7842 CFLAGS=$ac_wine_try_cflags_saved
7844 ac_res=`eval 'as_val=${'$as_ac_var'}
7845 $as_echo "$as_val"'`
7846 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7847 $as_echo "$ac_res" >&6; }
7848 if test `eval 'as_val=${'$as_ac_var'}
7849 $as_echo "$as_val"'` = yes; then
7850 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7851 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7857 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7858 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7859 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7860 $as_echo_n "(cached) " >&6
7861 else
7862 ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h. */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h. */
7872 main ()
7876 return 0;
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7886 $as_echo "$ac_try_echo") >&5
7887 (eval "$ac_link") 2>conftest.er1
7888 ac_status=$?
7889 grep -v '^ *+' conftest.er1 >conftest.err
7890 rm -f conftest.er1
7891 cat conftest.err >&5
7892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest$ac_exeext && {
7897 test "$cross_compiling" = yes ||
7898 $as_test_x conftest$ac_exeext
7899 }; then
7900 ac_cv_cflags__Wl___enable_new_dtags=yes
7901 else
7902 $as_echo "$as_me: failed program was:" >&5
7903 sed 's/^/| /' conftest.$ac_ext >&5
7905 ac_cv_cflags__Wl___enable_new_dtags=no
7908 rm -rf conftest.dSYM
7909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7910 conftest$ac_exeext conftest.$ac_ext
7911 CFLAGS=$ac_wine_try_cflags_saved
7913 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7914 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7915 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7916 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7920 case $host_cpu in
7921 *i[3456789]86* | x86_64)
7922 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7923 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7924 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7925 $as_echo_n "(cached) " >&6
7926 else
7927 ac_wine_try_cflags_saved=$CFLAGS
7928 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7929 cat >conftest.$ac_ext <<_ACEOF
7930 /* confdefs.h. */
7931 _ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7937 main ()
7941 return 0;
7943 _ACEOF
7944 rm -f conftest.$ac_objext conftest$ac_exeext
7945 if { (ac_try="$ac_link"
7946 case "(($ac_try" in
7947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7948 *) ac_try_echo=$ac_try;;
7949 esac
7950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7951 $as_echo "$ac_try_echo") >&5
7952 (eval "$ac_link") 2>conftest.er1
7953 ac_status=$?
7954 grep -v '^ *+' conftest.er1 >conftest.err
7955 rm -f conftest.er1
7956 cat conftest.err >&5
7957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7958 (exit $ac_status); } && {
7959 test -z "$ac_c_werror_flag" ||
7960 test ! -s conftest.err
7961 } && test -s conftest$ac_exeext && {
7962 test "$cross_compiling" = yes ||
7963 $as_test_x conftest$ac_exeext
7964 }; then
7965 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7966 else
7967 $as_echo "$as_me: failed program was:" >&5
7968 sed 's/^/| /' conftest.$ac_ext >&5
7970 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7973 rm -rf conftest.dSYM
7974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7975 conftest$ac_exeext conftest.$ac_ext
7976 CFLAGS=$ac_wine_try_cflags_saved
7978 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7979 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7980 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7981 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7985 esac
7987 else
7988 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7989 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7990 if test "${ac_cv_c_dll_unixware+set}" = set; then
7991 $as_echo_n "(cached) " >&6
7992 else
7993 ac_wine_try_cflags_saved=$CFLAGS
7994 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7995 cat >conftest.$ac_ext <<_ACEOF
7996 void myfunc() {}
7997 _ACEOF
7998 rm -f conftest.$ac_objext conftest$ac_exeext
7999 if { (ac_try="$ac_link"
8000 case "(($ac_try" in
8001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8002 *) ac_try_echo=$ac_try;;
8003 esac
8004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8005 $as_echo "$ac_try_echo") >&5
8006 (eval "$ac_link") 2>conftest.er1
8007 ac_status=$?
8008 grep -v '^ *+' conftest.er1 >conftest.err
8009 rm -f conftest.er1
8010 cat conftest.err >&5
8011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 (exit $ac_status); } && {
8013 test -z "$ac_c_werror_flag" ||
8014 test ! -s conftest.err
8015 } && test -s conftest$ac_exeext && {
8016 test "$cross_compiling" = yes ||
8017 $as_test_x conftest$ac_exeext
8018 }; then
8019 ac_cv_c_dll_unixware="yes"
8020 else
8021 $as_echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8024 ac_cv_c_dll_unixware="no"
8027 rm -rf conftest.dSYM
8028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8029 conftest$ac_exeext conftest.$ac_ext
8030 CFLAGS=$ac_wine_try_cflags_saved
8032 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8033 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8034 if test "$ac_cv_c_dll_unixware" = "yes"
8035 then
8036 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8037 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8039 else
8040 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8041 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8042 if test "${ac_cv_c_dll_hpux+set}" = set; then
8043 $as_echo_n "(cached) " >&6
8044 else
8045 ac_wine_try_cflags_saved=$CFLAGS
8046 CFLAGS="$CFLAGS -shared"
8047 cat >conftest.$ac_ext <<_ACEOF
8048 void myfunc() {}
8049 _ACEOF
8050 rm -f conftest.$ac_objext conftest$ac_exeext
8051 if { (ac_try="$ac_link"
8052 case "(($ac_try" in
8053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8054 *) ac_try_echo=$ac_try;;
8055 esac
8056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8057 $as_echo "$ac_try_echo") >&5
8058 (eval "$ac_link") 2>conftest.er1
8059 ac_status=$?
8060 grep -v '^ *+' conftest.er1 >conftest.err
8061 rm -f conftest.er1
8062 cat conftest.err >&5
8063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } && {
8065 test -z "$ac_c_werror_flag" ||
8066 test ! -s conftest.err
8067 } && test -s conftest$ac_exeext && {
8068 test "$cross_compiling" = yes ||
8069 $as_test_x conftest$ac_exeext
8070 }; then
8071 ac_cv_c_dll_hpux="yes"
8072 else
8073 $as_echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8076 ac_cv_c_dll_hpux="no"
8079 rm -rf conftest.dSYM
8080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8081 conftest$ac_exeext conftest.$ac_ext
8082 CFLAGS=$ac_wine_try_cflags_saved
8084 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8085 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8086 if test "$ac_cv_c_dll_hpux" = "yes"
8087 then
8088 LIBEXT="sl"
8089 DLLEXT=".sl"
8090 LDDLLFLAGS="-shared -fPIC"
8091 LDSHARED="\$(CC) -shared"
8096 esac
8098 enable_winequartz_drv=${enable_winequartz_drv:-no}
8100 if test "$LIBEXT" = "a"; then
8101 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8102 It is currently not possible to build Wine without shared library
8103 (.so) support to allow transparent switch between .so and .dll files.
8104 If you are using Linux, you will need a newer binutils.
8105 " >&5
8106 $as_echo "$as_me: error: could not find a way to build shared libraries.
8107 It is currently not possible to build Wine without shared library
8108 (.so) support to allow transparent switch between .so and .dll files.
8109 If you are using Linux, you will need a newer binutils.
8110 " >&2;}
8111 { (exit 1); exit 1; }; }
8114 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8115 then
8116 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
8118 # Extract the first word of "$ac_prog", so it can be a program name with args.
8119 set dummy $ac_prog; ac_word=$2
8120 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8121 $as_echo_n "checking for $ac_word... " >&6; }
8122 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8123 $as_echo_n "(cached) " >&6
8124 else
8125 if test -n "$CROSSCC"; then
8126 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8127 else
8128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8129 for as_dir in $PATH
8131 IFS=$as_save_IFS
8132 test -z "$as_dir" && as_dir=.
8133 for ac_exec_ext in '' $ac_executable_extensions; do
8134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8135 ac_cv_prog_CROSSCC="$ac_prog"
8136 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8137 break 2
8139 done
8140 done
8141 IFS=$as_save_IFS
8145 CROSSCC=$ac_cv_prog_CROSSCC
8146 if test -n "$CROSSCC"; then
8147 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8148 $as_echo "$CROSSCC" >&6; }
8149 else
8150 { $as_echo "$as_me:$LINENO: result: no" >&5
8151 $as_echo "no" >&6; }
8155 test -n "$CROSSCC" && break
8156 done
8157 test -n "$CROSSCC" || CROSSCC="false"
8159 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
8161 # Extract the first word of "$ac_prog", so it can be a program name with args.
8162 set dummy $ac_prog; ac_word=$2
8163 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8164 $as_echo_n "checking for $ac_word... " >&6; }
8165 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8166 $as_echo_n "(cached) " >&6
8167 else
8168 if test -n "$DLLTOOL"; then
8169 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8170 else
8171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8172 for as_dir in $PATH
8174 IFS=$as_save_IFS
8175 test -z "$as_dir" && as_dir=.
8176 for ac_exec_ext in '' $ac_executable_extensions; do
8177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8178 ac_cv_prog_DLLTOOL="$ac_prog"
8179 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8180 break 2
8182 done
8183 done
8184 IFS=$as_save_IFS
8188 DLLTOOL=$ac_cv_prog_DLLTOOL
8189 if test -n "$DLLTOOL"; then
8190 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8191 $as_echo "$DLLTOOL" >&6; }
8192 else
8193 { $as_echo "$as_me:$LINENO: result: no" >&5
8194 $as_echo "no" >&6; }
8198 test -n "$DLLTOOL" && break
8199 done
8200 test -n "$DLLTOOL" || DLLTOOL="false"
8202 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
8204 # Extract the first word of "$ac_prog", so it can be a program name with args.
8205 set dummy $ac_prog; ac_word=$2
8206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8207 $as_echo_n "checking for $ac_word... " >&6; }
8208 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8209 $as_echo_n "(cached) " >&6
8210 else
8211 if test -n "$MINGWAR"; then
8212 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8213 else
8214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8215 for as_dir in $PATH
8217 IFS=$as_save_IFS
8218 test -z "$as_dir" && as_dir=.
8219 for ac_exec_ext in '' $ac_executable_extensions; do
8220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8221 ac_cv_prog_MINGWAR="$ac_prog"
8222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8223 break 2
8225 done
8226 done
8227 IFS=$as_save_IFS
8231 MINGWAR=$ac_cv_prog_MINGWAR
8232 if test -n "$MINGWAR"; then
8233 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8234 $as_echo "$MINGWAR" >&6; }
8235 else
8236 { $as_echo "$as_me:$LINENO: result: no" >&5
8237 $as_echo "no" >&6; }
8241 test -n "$MINGWAR" && break
8242 done
8243 test -n "$MINGWAR" || MINGWAR="false"
8245 if test "$CROSSCC" != "false"
8246 then
8247 CROSSTEST="\$(CROSSTEST)"
8249 CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8255 if test "$ac_cv_header_pthread_h" = "yes"
8256 then
8257 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8258 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8259 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8260 $as_echo_n "(cached) " >&6
8261 else
8262 ac_check_lib_save_LIBS=$LIBS
8263 LIBS="-lpthread $LIBS"
8264 cat >conftest.$ac_ext <<_ACEOF
8265 /* confdefs.h. */
8266 _ACEOF
8267 cat confdefs.h >>conftest.$ac_ext
8268 cat >>conftest.$ac_ext <<_ACEOF
8269 /* end confdefs.h. */
8271 /* Override any GCC internal prototype to avoid an error.
8272 Use char because int might match the return type of a GCC
8273 builtin and then its argument prototype would still apply. */
8274 #ifdef __cplusplus
8275 extern "C"
8276 #endif
8277 char pthread_create ();
8279 main ()
8281 return pthread_create ();
8283 return 0;
8285 _ACEOF
8286 rm -f conftest.$ac_objext conftest$ac_exeext
8287 if { (ac_try="$ac_link"
8288 case "(($ac_try" in
8289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8290 *) ac_try_echo=$ac_try;;
8291 esac
8292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8293 $as_echo "$ac_try_echo") >&5
8294 (eval "$ac_link") 2>conftest.er1
8295 ac_status=$?
8296 grep -v '^ *+' conftest.er1 >conftest.err
8297 rm -f conftest.er1
8298 cat conftest.err >&5
8299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8300 (exit $ac_status); } && {
8301 test -z "$ac_c_werror_flag" ||
8302 test ! -s conftest.err
8303 } && test -s conftest$ac_exeext && {
8304 test "$cross_compiling" = yes ||
8305 $as_test_x conftest$ac_exeext
8306 }; then
8307 ac_cv_lib_pthread_pthread_create=yes
8308 else
8309 $as_echo "$as_me: failed program was:" >&5
8310 sed 's/^/| /' conftest.$ac_ext >&5
8312 ac_cv_lib_pthread_pthread_create=no
8315 rm -rf conftest.dSYM
8316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8317 conftest$ac_exeext conftest.$ac_ext
8318 LIBS=$ac_check_lib_save_LIBS
8320 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8321 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8322 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8323 LIBPTHREAD="-lpthread"
8328 if test "x$LIBPTHREAD" = "x"; then
8329 case "x$with_pthread" in
8330 xno) ;;
8331 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8332 Wine cannot support threads without libpthread.
8333 Use the --without-pthread option if you really want this." >&5
8334 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8335 Wine cannot support threads without libpthread.
8336 Use the --without-pthread option if you really want this." >&2;}
8337 { (exit 1); exit 1; }; } ;;
8338 esac
8343 { $as_echo "$as_me:$LINENO: checking for X" >&5
8344 $as_echo_n "checking for X... " >&6; }
8347 # Check whether --with-x was given.
8348 if test "${with_x+set}" = set; then
8349 withval=$with_x;
8352 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8353 if test "x$with_x" = xno; then
8354 # The user explicitly disabled X.
8355 have_x=disabled
8356 else
8357 case $x_includes,$x_libraries in #(
8358 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8359 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8360 { (exit 1); exit 1; }; };; #(
8361 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8362 $as_echo_n "(cached) " >&6
8363 else
8364 # One or both of the vars are not set, and there is no cached value.
8365 ac_x_includes=no ac_x_libraries=no
8366 rm -f -r conftest.dir
8367 if mkdir conftest.dir; then
8368 cd conftest.dir
8369 cat >Imakefile <<'_ACEOF'
8370 incroot:
8371 @echo incroot='${INCROOT}'
8372 usrlibdir:
8373 @echo usrlibdir='${USRLIBDIR}'
8374 libdir:
8375 @echo libdir='${LIBDIR}'
8376 _ACEOF
8377 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8378 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8379 for ac_var in incroot usrlibdir libdir; do
8380 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8381 done
8382 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8383 for ac_extension in a so sl dylib la dll; do
8384 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8385 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8386 ac_im_usrlibdir=$ac_im_libdir; break
8388 done
8389 # Screen out bogus values from the imake configuration. They are
8390 # bogus both because they are the default anyway, and because
8391 # using them would break gcc on systems where it needs fixed includes.
8392 case $ac_im_incroot in
8393 /usr/include) ac_x_includes= ;;
8394 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8395 esac
8396 case $ac_im_usrlibdir in
8397 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8398 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8399 esac
8401 cd ..
8402 rm -f -r conftest.dir
8405 # Standard set of common directories for X headers.
8406 # Check X11 before X11Rn because it is often a symlink to the current release.
8407 ac_x_header_dirs='
8408 /usr/X11/include
8409 /usr/X11R6/include
8410 /usr/X11R5/include
8411 /usr/X11R4/include
8413 /usr/include/X11
8414 /usr/include/X11R6
8415 /usr/include/X11R5
8416 /usr/include/X11R4
8418 /usr/local/X11/include
8419 /usr/local/X11R6/include
8420 /usr/local/X11R5/include
8421 /usr/local/X11R4/include
8423 /usr/local/include/X11
8424 /usr/local/include/X11R6
8425 /usr/local/include/X11R5
8426 /usr/local/include/X11R4
8428 /usr/X386/include
8429 /usr/x386/include
8430 /usr/XFree86/include/X11
8432 /usr/include
8433 /usr/local/include
8434 /usr/unsupported/include
8435 /usr/athena/include
8436 /usr/local/x11r5/include
8437 /usr/lpp/Xamples/include
8439 /usr/openwin/include
8440 /usr/openwin/share/include'
8442 if test "$ac_x_includes" = no; then
8443 # Guess where to find include files, by looking for Xlib.h.
8444 # First, try using that file with no special directory specified.
8445 cat >conftest.$ac_ext <<_ACEOF
8446 /* confdefs.h. */
8447 _ACEOF
8448 cat confdefs.h >>conftest.$ac_ext
8449 cat >>conftest.$ac_ext <<_ACEOF
8450 /* end confdefs.h. */
8451 #include <X11/Xlib.h>
8452 _ACEOF
8453 if { (ac_try="$ac_cpp conftest.$ac_ext"
8454 case "(($ac_try" in
8455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8456 *) ac_try_echo=$ac_try;;
8457 esac
8458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8459 $as_echo "$ac_try_echo") >&5
8460 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8461 ac_status=$?
8462 grep -v '^ *+' conftest.er1 >conftest.err
8463 rm -f conftest.er1
8464 cat conftest.err >&5
8465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8466 (exit $ac_status); } >/dev/null && {
8467 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8468 test ! -s conftest.err
8469 }; then
8470 # We can compile using X headers with no special include directory.
8471 ac_x_includes=
8472 else
8473 $as_echo "$as_me: failed program was:" >&5
8474 sed 's/^/| /' conftest.$ac_ext >&5
8476 for ac_dir in $ac_x_header_dirs; do
8477 if test -r "$ac_dir/X11/Xlib.h"; then
8478 ac_x_includes=$ac_dir
8479 break
8481 done
8484 rm -f conftest.err conftest.$ac_ext
8485 fi # $ac_x_includes = no
8487 if test "$ac_x_libraries" = no; then
8488 # Check for the libraries.
8489 # See if we find them without any special options.
8490 # Don't add to $LIBS permanently.
8491 ac_save_LIBS=$LIBS
8492 LIBS="-lX11 $LIBS"
8493 cat >conftest.$ac_ext <<_ACEOF
8494 /* confdefs.h. */
8495 _ACEOF
8496 cat confdefs.h >>conftest.$ac_ext
8497 cat >>conftest.$ac_ext <<_ACEOF
8498 /* end confdefs.h. */
8499 #include <X11/Xlib.h>
8501 main ()
8503 XrmInitialize ()
8505 return 0;
8507 _ACEOF
8508 rm -f conftest.$ac_objext conftest$ac_exeext
8509 if { (ac_try="$ac_link"
8510 case "(($ac_try" in
8511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8512 *) ac_try_echo=$ac_try;;
8513 esac
8514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8515 $as_echo "$ac_try_echo") >&5
8516 (eval "$ac_link") 2>conftest.er1
8517 ac_status=$?
8518 grep -v '^ *+' conftest.er1 >conftest.err
8519 rm -f conftest.er1
8520 cat conftest.err >&5
8521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8522 (exit $ac_status); } && {
8523 test -z "$ac_c_werror_flag" ||
8524 test ! -s conftest.err
8525 } && test -s conftest$ac_exeext && {
8526 test "$cross_compiling" = yes ||
8527 $as_test_x conftest$ac_exeext
8528 }; then
8529 LIBS=$ac_save_LIBS
8530 # We can link X programs with no special library path.
8531 ac_x_libraries=
8532 else
8533 $as_echo "$as_me: failed program was:" >&5
8534 sed 's/^/| /' conftest.$ac_ext >&5
8536 LIBS=$ac_save_LIBS
8537 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8539 # Don't even attempt the hair of trying to link an X program!
8540 for ac_extension in a so sl dylib la dll; do
8541 if test -r "$ac_dir/libX11.$ac_extension"; then
8542 ac_x_libraries=$ac_dir
8543 break 2
8545 done
8546 done
8549 rm -rf conftest.dSYM
8550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8551 conftest$ac_exeext conftest.$ac_ext
8552 fi # $ac_x_libraries = no
8554 case $ac_x_includes,$ac_x_libraries in #(
8555 no,* | *,no | *\'*)
8556 # Didn't find X, or a directory has "'" in its name.
8557 ac_cv_have_x="have_x=no";; #(
8559 # Record where we found X for the cache.
8560 ac_cv_have_x="have_x=yes\
8561 ac_x_includes='$ac_x_includes'\
8562 ac_x_libraries='$ac_x_libraries'"
8563 esac
8565 ;; #(
8566 *) have_x=yes;;
8567 esac
8568 eval "$ac_cv_have_x"
8569 fi # $with_x != no
8571 if test "$have_x" != yes; then
8572 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8573 $as_echo "$have_x" >&6; }
8574 no_x=yes
8575 else
8576 # If each of the values was on the command line, it overrides each guess.
8577 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8578 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8579 # Update the cache value to reflect the command line values.
8580 ac_cv_have_x="have_x=yes\
8581 ac_x_includes='$x_includes'\
8582 ac_x_libraries='$x_libraries'"
8583 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8584 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8587 if test "$no_x" = yes; then
8588 # Not all programs may use this symbol, but it does not hurt to define it.
8590 cat >>confdefs.h <<\_ACEOF
8591 #define X_DISPLAY_MISSING 1
8592 _ACEOF
8594 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8595 else
8596 if test -n "$x_includes"; then
8597 X_CFLAGS="$X_CFLAGS -I$x_includes"
8600 # It would also be nice to do this for all -L options, not just this one.
8601 if test -n "$x_libraries"; then
8602 X_LIBS="$X_LIBS -L$x_libraries"
8603 # For Solaris; some versions of Sun CC require a space after -R and
8604 # others require no space. Words are not sufficient . . . .
8605 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8606 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8607 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8608 ac_xsave_c_werror_flag=$ac_c_werror_flag
8609 ac_c_werror_flag=yes
8610 cat >conftest.$ac_ext <<_ACEOF
8611 /* confdefs.h. */
8612 _ACEOF
8613 cat confdefs.h >>conftest.$ac_ext
8614 cat >>conftest.$ac_ext <<_ACEOF
8615 /* end confdefs.h. */
8618 main ()
8622 return 0;
8624 _ACEOF
8625 rm -f conftest.$ac_objext conftest$ac_exeext
8626 if { (ac_try="$ac_link"
8627 case "(($ac_try" in
8628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8629 *) ac_try_echo=$ac_try;;
8630 esac
8631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8632 $as_echo "$ac_try_echo") >&5
8633 (eval "$ac_link") 2>conftest.er1
8634 ac_status=$?
8635 grep -v '^ *+' conftest.er1 >conftest.err
8636 rm -f conftest.er1
8637 cat conftest.err >&5
8638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8639 (exit $ac_status); } && {
8640 test -z "$ac_c_werror_flag" ||
8641 test ! -s conftest.err
8642 } && test -s conftest$ac_exeext && {
8643 test "$cross_compiling" = yes ||
8644 $as_test_x conftest$ac_exeext
8645 }; then
8646 { $as_echo "$as_me:$LINENO: result: no" >&5
8647 $as_echo "no" >&6; }
8648 X_LIBS="$X_LIBS -R$x_libraries"
8649 else
8650 $as_echo "$as_me: failed program was:" >&5
8651 sed 's/^/| /' conftest.$ac_ext >&5
8653 LIBS="$ac_xsave_LIBS -R $x_libraries"
8654 cat >conftest.$ac_ext <<_ACEOF
8655 /* confdefs.h. */
8656 _ACEOF
8657 cat confdefs.h >>conftest.$ac_ext
8658 cat >>conftest.$ac_ext <<_ACEOF
8659 /* end confdefs.h. */
8662 main ()
8666 return 0;
8668 _ACEOF
8669 rm -f conftest.$ac_objext conftest$ac_exeext
8670 if { (ac_try="$ac_link"
8671 case "(($ac_try" in
8672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8673 *) ac_try_echo=$ac_try;;
8674 esac
8675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8676 $as_echo "$ac_try_echo") >&5
8677 (eval "$ac_link") 2>conftest.er1
8678 ac_status=$?
8679 grep -v '^ *+' conftest.er1 >conftest.err
8680 rm -f conftest.er1
8681 cat conftest.err >&5
8682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8683 (exit $ac_status); } && {
8684 test -z "$ac_c_werror_flag" ||
8685 test ! -s conftest.err
8686 } && test -s conftest$ac_exeext && {
8687 test "$cross_compiling" = yes ||
8688 $as_test_x conftest$ac_exeext
8689 }; then
8690 { $as_echo "$as_me:$LINENO: result: yes" >&5
8691 $as_echo "yes" >&6; }
8692 X_LIBS="$X_LIBS -R $x_libraries"
8693 else
8694 $as_echo "$as_me: failed program was:" >&5
8695 sed 's/^/| /' conftest.$ac_ext >&5
8697 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8698 $as_echo "neither works" >&6; }
8701 rm -rf conftest.dSYM
8702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8703 conftest$ac_exeext conftest.$ac_ext
8706 rm -rf conftest.dSYM
8707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8708 conftest$ac_exeext conftest.$ac_ext
8709 ac_c_werror_flag=$ac_xsave_c_werror_flag
8710 LIBS=$ac_xsave_LIBS
8713 # Check for system-dependent libraries X programs must link with.
8714 # Do this before checking for the system-independent R6 libraries
8715 # (-lICE), since we may need -lsocket or whatever for X linking.
8717 if test "$ISC" = yes; then
8718 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8719 else
8720 # Martyn Johnson says this is needed for Ultrix, if the X
8721 # libraries were built with DECnet support. And Karl Berry says
8722 # the Alpha needs dnet_stub (dnet does not exist).
8723 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8724 cat >conftest.$ac_ext <<_ACEOF
8725 /* confdefs.h. */
8726 _ACEOF
8727 cat confdefs.h >>conftest.$ac_ext
8728 cat >>conftest.$ac_ext <<_ACEOF
8729 /* end confdefs.h. */
8731 /* Override any GCC internal prototype to avoid an error.
8732 Use char because int might match the return type of a GCC
8733 builtin and then its argument prototype would still apply. */
8734 #ifdef __cplusplus
8735 extern "C"
8736 #endif
8737 char XOpenDisplay ();
8739 main ()
8741 return XOpenDisplay ();
8743 return 0;
8745 _ACEOF
8746 rm -f conftest.$ac_objext conftest$ac_exeext
8747 if { (ac_try="$ac_link"
8748 case "(($ac_try" in
8749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8750 *) ac_try_echo=$ac_try;;
8751 esac
8752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8753 $as_echo "$ac_try_echo") >&5
8754 (eval "$ac_link") 2>conftest.er1
8755 ac_status=$?
8756 grep -v '^ *+' conftest.er1 >conftest.err
8757 rm -f conftest.er1
8758 cat conftest.err >&5
8759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760 (exit $ac_status); } && {
8761 test -z "$ac_c_werror_flag" ||
8762 test ! -s conftest.err
8763 } && test -s conftest$ac_exeext && {
8764 test "$cross_compiling" = yes ||
8765 $as_test_x conftest$ac_exeext
8766 }; then
8768 else
8769 $as_echo "$as_me: failed program was:" >&5
8770 sed 's/^/| /' conftest.$ac_ext >&5
8772 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8773 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8774 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8775 $as_echo_n "(cached) " >&6
8776 else
8777 ac_check_lib_save_LIBS=$LIBS
8778 LIBS="-ldnet $LIBS"
8779 cat >conftest.$ac_ext <<_ACEOF
8780 /* confdefs.h. */
8781 _ACEOF
8782 cat confdefs.h >>conftest.$ac_ext
8783 cat >>conftest.$ac_ext <<_ACEOF
8784 /* end confdefs.h. */
8786 /* Override any GCC internal prototype to avoid an error.
8787 Use char because int might match the return type of a GCC
8788 builtin and then its argument prototype would still apply. */
8789 #ifdef __cplusplus
8790 extern "C"
8791 #endif
8792 char dnet_ntoa ();
8794 main ()
8796 return dnet_ntoa ();
8798 return 0;
8800 _ACEOF
8801 rm -f conftest.$ac_objext conftest$ac_exeext
8802 if { (ac_try="$ac_link"
8803 case "(($ac_try" in
8804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8805 *) ac_try_echo=$ac_try;;
8806 esac
8807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8808 $as_echo "$ac_try_echo") >&5
8809 (eval "$ac_link") 2>conftest.er1
8810 ac_status=$?
8811 grep -v '^ *+' conftest.er1 >conftest.err
8812 rm -f conftest.er1
8813 cat conftest.err >&5
8814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8815 (exit $ac_status); } && {
8816 test -z "$ac_c_werror_flag" ||
8817 test ! -s conftest.err
8818 } && test -s conftest$ac_exeext && {
8819 test "$cross_compiling" = yes ||
8820 $as_test_x conftest$ac_exeext
8821 }; then
8822 ac_cv_lib_dnet_dnet_ntoa=yes
8823 else
8824 $as_echo "$as_me: failed program was:" >&5
8825 sed 's/^/| /' conftest.$ac_ext >&5
8827 ac_cv_lib_dnet_dnet_ntoa=no
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
8833 LIBS=$ac_check_lib_save_LIBS
8835 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8836 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8837 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8838 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8841 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8842 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8843 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8844 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8845 $as_echo_n "(cached) " >&6
8846 else
8847 ac_check_lib_save_LIBS=$LIBS
8848 LIBS="-ldnet_stub $LIBS"
8849 cat >conftest.$ac_ext <<_ACEOF
8850 /* confdefs.h. */
8851 _ACEOF
8852 cat confdefs.h >>conftest.$ac_ext
8853 cat >>conftest.$ac_ext <<_ACEOF
8854 /* end confdefs.h. */
8856 /* Override any GCC internal prototype to avoid an error.
8857 Use char because int might match the return type of a GCC
8858 builtin and then its argument prototype would still apply. */
8859 #ifdef __cplusplus
8860 extern "C"
8861 #endif
8862 char dnet_ntoa ();
8864 main ()
8866 return dnet_ntoa ();
8868 return 0;
8870 _ACEOF
8871 rm -f conftest.$ac_objext conftest$ac_exeext
8872 if { (ac_try="$ac_link"
8873 case "(($ac_try" in
8874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8875 *) ac_try_echo=$ac_try;;
8876 esac
8877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8878 $as_echo "$ac_try_echo") >&5
8879 (eval "$ac_link") 2>conftest.er1
8880 ac_status=$?
8881 grep -v '^ *+' conftest.er1 >conftest.err
8882 rm -f conftest.er1
8883 cat conftest.err >&5
8884 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8885 (exit $ac_status); } && {
8886 test -z "$ac_c_werror_flag" ||
8887 test ! -s conftest.err
8888 } && test -s conftest$ac_exeext && {
8889 test "$cross_compiling" = yes ||
8890 $as_test_x conftest$ac_exeext
8891 }; then
8892 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8893 else
8894 $as_echo "$as_me: failed program was:" >&5
8895 sed 's/^/| /' conftest.$ac_ext >&5
8897 ac_cv_lib_dnet_stub_dnet_ntoa=no
8900 rm -rf conftest.dSYM
8901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8902 conftest$ac_exeext conftest.$ac_ext
8903 LIBS=$ac_check_lib_save_LIBS
8905 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8906 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8907 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
8908 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8914 rm -rf conftest.dSYM
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916 conftest$ac_exeext conftest.$ac_ext
8917 LIBS="$ac_xsave_LIBS"
8919 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8920 # to get the SysV transport functions.
8921 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8922 # needs -lnsl.
8923 # The nsl library prevents programs from opening the X display
8924 # on Irix 5.2, according to T.E. Dickey.
8925 # The functions gethostbyname, getservbyname, and inet_addr are
8926 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8927 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
8928 $as_echo_n "checking for gethostbyname... " >&6; }
8929 if test "${ac_cv_func_gethostbyname+set}" = set; then
8930 $as_echo_n "(cached) " >&6
8931 else
8932 cat >conftest.$ac_ext <<_ACEOF
8933 /* confdefs.h. */
8934 _ACEOF
8935 cat confdefs.h >>conftest.$ac_ext
8936 cat >>conftest.$ac_ext <<_ACEOF
8937 /* end confdefs.h. */
8938 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8940 #define gethostbyname innocuous_gethostbyname
8942 /* System header to define __stub macros and hopefully few prototypes,
8943 which can conflict with char gethostbyname (); below.
8944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8945 <limits.h> exists even on freestanding compilers. */
8947 #ifdef __STDC__
8948 # include <limits.h>
8949 #else
8950 # include <assert.h>
8951 #endif
8953 #undef gethostbyname
8955 /* Override any GCC internal prototype to avoid an error.
8956 Use char because int might match the return type of a GCC
8957 builtin and then its argument prototype would still apply. */
8958 #ifdef __cplusplus
8959 extern "C"
8960 #endif
8961 char gethostbyname ();
8962 /* The GNU C library defines this for functions which it implements
8963 to always fail with ENOSYS. Some functions are actually named
8964 something starting with __ and the normal name is an alias. */
8965 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8966 choke me
8967 #endif
8970 main ()
8972 return gethostbyname ();
8974 return 0;
8976 _ACEOF
8977 rm -f conftest.$ac_objext conftest$ac_exeext
8978 if { (ac_try="$ac_link"
8979 case "(($ac_try" in
8980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8981 *) ac_try_echo=$ac_try;;
8982 esac
8983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8984 $as_echo "$ac_try_echo") >&5
8985 (eval "$ac_link") 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } && {
8992 test -z "$ac_c_werror_flag" ||
8993 test ! -s conftest.err
8994 } && test -s conftest$ac_exeext && {
8995 test "$cross_compiling" = yes ||
8996 $as_test_x conftest$ac_exeext
8997 }; then
8998 ac_cv_func_gethostbyname=yes
8999 else
9000 $as_echo "$as_me: failed program was:" >&5
9001 sed 's/^/| /' conftest.$ac_ext >&5
9003 ac_cv_func_gethostbyname=no
9006 rm -rf conftest.dSYM
9007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9008 conftest$ac_exeext conftest.$ac_ext
9010 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9011 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9013 if test $ac_cv_func_gethostbyname = no; then
9014 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9015 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9016 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9017 $as_echo_n "(cached) " >&6
9018 else
9019 ac_check_lib_save_LIBS=$LIBS
9020 LIBS="-lnsl $LIBS"
9021 cat >conftest.$ac_ext <<_ACEOF
9022 /* confdefs.h. */
9023 _ACEOF
9024 cat confdefs.h >>conftest.$ac_ext
9025 cat >>conftest.$ac_ext <<_ACEOF
9026 /* end confdefs.h. */
9028 /* Override any GCC internal prototype to avoid an error.
9029 Use char because int might match the return type of a GCC
9030 builtin and then its argument prototype would still apply. */
9031 #ifdef __cplusplus
9032 extern "C"
9033 #endif
9034 char gethostbyname ();
9036 main ()
9038 return gethostbyname ();
9040 return 0;
9042 _ACEOF
9043 rm -f conftest.$ac_objext conftest$ac_exeext
9044 if { (ac_try="$ac_link"
9045 case "(($ac_try" in
9046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9047 *) ac_try_echo=$ac_try;;
9048 esac
9049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9050 $as_echo "$ac_try_echo") >&5
9051 (eval "$ac_link") 2>conftest.er1
9052 ac_status=$?
9053 grep -v '^ *+' conftest.er1 >conftest.err
9054 rm -f conftest.er1
9055 cat conftest.err >&5
9056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057 (exit $ac_status); } && {
9058 test -z "$ac_c_werror_flag" ||
9059 test ! -s conftest.err
9060 } && test -s conftest$ac_exeext && {
9061 test "$cross_compiling" = yes ||
9062 $as_test_x conftest$ac_exeext
9063 }; then
9064 ac_cv_lib_nsl_gethostbyname=yes
9065 else
9066 $as_echo "$as_me: failed program was:" >&5
9067 sed 's/^/| /' conftest.$ac_ext >&5
9069 ac_cv_lib_nsl_gethostbyname=no
9072 rm -rf conftest.dSYM
9073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9074 conftest$ac_exeext conftest.$ac_ext
9075 LIBS=$ac_check_lib_save_LIBS
9077 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9078 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9079 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9080 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9083 if test $ac_cv_lib_nsl_gethostbyname = no; then
9084 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9085 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9086 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9087 $as_echo_n "(cached) " >&6
9088 else
9089 ac_check_lib_save_LIBS=$LIBS
9090 LIBS="-lbsd $LIBS"
9091 cat >conftest.$ac_ext <<_ACEOF
9092 /* confdefs.h. */
9093 _ACEOF
9094 cat confdefs.h >>conftest.$ac_ext
9095 cat >>conftest.$ac_ext <<_ACEOF
9096 /* end confdefs.h. */
9098 /* Override any GCC internal prototype to avoid an error.
9099 Use char because int might match the return type of a GCC
9100 builtin and then its argument prototype would still apply. */
9101 #ifdef __cplusplus
9102 extern "C"
9103 #endif
9104 char gethostbyname ();
9106 main ()
9108 return gethostbyname ();
9110 return 0;
9112 _ACEOF
9113 rm -f conftest.$ac_objext conftest$ac_exeext
9114 if { (ac_try="$ac_link"
9115 case "(($ac_try" in
9116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9117 *) ac_try_echo=$ac_try;;
9118 esac
9119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9120 $as_echo "$ac_try_echo") >&5
9121 (eval "$ac_link") 2>conftest.er1
9122 ac_status=$?
9123 grep -v '^ *+' conftest.er1 >conftest.err
9124 rm -f conftest.er1
9125 cat conftest.err >&5
9126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9127 (exit $ac_status); } && {
9128 test -z "$ac_c_werror_flag" ||
9129 test ! -s conftest.err
9130 } && test -s conftest$ac_exeext && {
9131 test "$cross_compiling" = yes ||
9132 $as_test_x conftest$ac_exeext
9133 }; then
9134 ac_cv_lib_bsd_gethostbyname=yes
9135 else
9136 $as_echo "$as_me: failed program was:" >&5
9137 sed 's/^/| /' conftest.$ac_ext >&5
9139 ac_cv_lib_bsd_gethostbyname=no
9142 rm -rf conftest.dSYM
9143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9144 conftest$ac_exeext conftest.$ac_ext
9145 LIBS=$ac_check_lib_save_LIBS
9147 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9148 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9149 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9150 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9156 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9157 # socket/setsockopt and other routines are undefined under SCO ODT
9158 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9159 # on later versions), says Simon Leinen: it contains gethostby*
9160 # variants that don't use the name server (or something). -lsocket
9161 # must be given before -lnsl if both are needed. We assume that
9162 # if connect needs -lnsl, so does gethostbyname.
9163 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9164 $as_echo_n "checking for connect... " >&6; }
9165 if test "${ac_cv_func_connect+set}" = set; then
9166 $as_echo_n "(cached) " >&6
9167 else
9168 cat >conftest.$ac_ext <<_ACEOF
9169 /* confdefs.h. */
9170 _ACEOF
9171 cat confdefs.h >>conftest.$ac_ext
9172 cat >>conftest.$ac_ext <<_ACEOF
9173 /* end confdefs.h. */
9174 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9176 #define connect innocuous_connect
9178 /* System header to define __stub macros and hopefully few prototypes,
9179 which can conflict with char connect (); below.
9180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9181 <limits.h> exists even on freestanding compilers. */
9183 #ifdef __STDC__
9184 # include <limits.h>
9185 #else
9186 # include <assert.h>
9187 #endif
9189 #undef connect
9191 /* Override any GCC internal prototype to avoid an error.
9192 Use char because int might match the return type of a GCC
9193 builtin and then its argument prototype would still apply. */
9194 #ifdef __cplusplus
9195 extern "C"
9196 #endif
9197 char connect ();
9198 /* The GNU C library defines this for functions which it implements
9199 to always fail with ENOSYS. Some functions are actually named
9200 something starting with __ and the normal name is an alias. */
9201 #if defined __stub_connect || defined __stub___connect
9202 choke me
9203 #endif
9206 main ()
9208 return connect ();
9210 return 0;
9212 _ACEOF
9213 rm -f conftest.$ac_objext conftest$ac_exeext
9214 if { (ac_try="$ac_link"
9215 case "(($ac_try" in
9216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9217 *) ac_try_echo=$ac_try;;
9218 esac
9219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9220 $as_echo "$ac_try_echo") >&5
9221 (eval "$ac_link") 2>conftest.er1
9222 ac_status=$?
9223 grep -v '^ *+' conftest.er1 >conftest.err
9224 rm -f conftest.er1
9225 cat conftest.err >&5
9226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); } && {
9228 test -z "$ac_c_werror_flag" ||
9229 test ! -s conftest.err
9230 } && test -s conftest$ac_exeext && {
9231 test "$cross_compiling" = yes ||
9232 $as_test_x conftest$ac_exeext
9233 }; then
9234 ac_cv_func_connect=yes
9235 else
9236 $as_echo "$as_me: failed program was:" >&5
9237 sed 's/^/| /' conftest.$ac_ext >&5
9239 ac_cv_func_connect=no
9242 rm -rf conftest.dSYM
9243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9244 conftest$ac_exeext conftest.$ac_ext
9246 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9247 $as_echo "$ac_cv_func_connect" >&6; }
9249 if test $ac_cv_func_connect = no; then
9250 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9251 $as_echo_n "checking for connect in -lsocket... " >&6; }
9252 if test "${ac_cv_lib_socket_connect+set}" = set; then
9253 $as_echo_n "(cached) " >&6
9254 else
9255 ac_check_lib_save_LIBS=$LIBS
9256 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9257 cat >conftest.$ac_ext <<_ACEOF
9258 /* confdefs.h. */
9259 _ACEOF
9260 cat confdefs.h >>conftest.$ac_ext
9261 cat >>conftest.$ac_ext <<_ACEOF
9262 /* end confdefs.h. */
9264 /* Override any GCC internal prototype to avoid an error.
9265 Use char because int might match the return type of a GCC
9266 builtin and then its argument prototype would still apply. */
9267 #ifdef __cplusplus
9268 extern "C"
9269 #endif
9270 char connect ();
9272 main ()
9274 return connect ();
9276 return 0;
9278 _ACEOF
9279 rm -f conftest.$ac_objext conftest$ac_exeext
9280 if { (ac_try="$ac_link"
9281 case "(($ac_try" in
9282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9283 *) ac_try_echo=$ac_try;;
9284 esac
9285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9286 $as_echo "$ac_try_echo") >&5
9287 (eval "$ac_link") 2>conftest.er1
9288 ac_status=$?
9289 grep -v '^ *+' conftest.er1 >conftest.err
9290 rm -f conftest.er1
9291 cat conftest.err >&5
9292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 (exit $ac_status); } && {
9294 test -z "$ac_c_werror_flag" ||
9295 test ! -s conftest.err
9296 } && test -s conftest$ac_exeext && {
9297 test "$cross_compiling" = yes ||
9298 $as_test_x conftest$ac_exeext
9299 }; then
9300 ac_cv_lib_socket_connect=yes
9301 else
9302 $as_echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9305 ac_cv_lib_socket_connect=no
9308 rm -rf conftest.dSYM
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310 conftest$ac_exeext conftest.$ac_ext
9311 LIBS=$ac_check_lib_save_LIBS
9313 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9314 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9315 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9316 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9321 # Guillermo Gomez says -lposix is necessary on A/UX.
9322 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9323 $as_echo_n "checking for remove... " >&6; }
9324 if test "${ac_cv_func_remove+set}" = set; then
9325 $as_echo_n "(cached) " >&6
9326 else
9327 cat >conftest.$ac_ext <<_ACEOF
9328 /* confdefs.h. */
9329 _ACEOF
9330 cat confdefs.h >>conftest.$ac_ext
9331 cat >>conftest.$ac_ext <<_ACEOF
9332 /* end confdefs.h. */
9333 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9335 #define remove innocuous_remove
9337 /* System header to define __stub macros and hopefully few prototypes,
9338 which can conflict with char remove (); below.
9339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9340 <limits.h> exists even on freestanding compilers. */
9342 #ifdef __STDC__
9343 # include <limits.h>
9344 #else
9345 # include <assert.h>
9346 #endif
9348 #undef remove
9350 /* Override any GCC internal prototype to avoid an error.
9351 Use char because int might match the return type of a GCC
9352 builtin and then its argument prototype would still apply. */
9353 #ifdef __cplusplus
9354 extern "C"
9355 #endif
9356 char remove ();
9357 /* The GNU C library defines this for functions which it implements
9358 to always fail with ENOSYS. Some functions are actually named
9359 something starting with __ and the normal name is an alias. */
9360 #if defined __stub_remove || defined __stub___remove
9361 choke me
9362 #endif
9365 main ()
9367 return remove ();
9369 return 0;
9371 _ACEOF
9372 rm -f conftest.$ac_objext conftest$ac_exeext
9373 if { (ac_try="$ac_link"
9374 case "(($ac_try" in
9375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9376 *) ac_try_echo=$ac_try;;
9377 esac
9378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9379 $as_echo "$ac_try_echo") >&5
9380 (eval "$ac_link") 2>conftest.er1
9381 ac_status=$?
9382 grep -v '^ *+' conftest.er1 >conftest.err
9383 rm -f conftest.er1
9384 cat conftest.err >&5
9385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } && {
9387 test -z "$ac_c_werror_flag" ||
9388 test ! -s conftest.err
9389 } && test -s conftest$ac_exeext && {
9390 test "$cross_compiling" = yes ||
9391 $as_test_x conftest$ac_exeext
9392 }; then
9393 ac_cv_func_remove=yes
9394 else
9395 $as_echo "$as_me: failed program was:" >&5
9396 sed 's/^/| /' conftest.$ac_ext >&5
9398 ac_cv_func_remove=no
9401 rm -rf conftest.dSYM
9402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9403 conftest$ac_exeext conftest.$ac_ext
9405 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9406 $as_echo "$ac_cv_func_remove" >&6; }
9408 if test $ac_cv_func_remove = no; then
9409 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9410 $as_echo_n "checking for remove in -lposix... " >&6; }
9411 if test "${ac_cv_lib_posix_remove+set}" = set; then
9412 $as_echo_n "(cached) " >&6
9413 else
9414 ac_check_lib_save_LIBS=$LIBS
9415 LIBS="-lposix $LIBS"
9416 cat >conftest.$ac_ext <<_ACEOF
9417 /* confdefs.h. */
9418 _ACEOF
9419 cat confdefs.h >>conftest.$ac_ext
9420 cat >>conftest.$ac_ext <<_ACEOF
9421 /* end confdefs.h. */
9423 /* Override any GCC internal prototype to avoid an error.
9424 Use char because int might match the return type of a GCC
9425 builtin and then its argument prototype would still apply. */
9426 #ifdef __cplusplus
9427 extern "C"
9428 #endif
9429 char remove ();
9431 main ()
9433 return remove ();
9435 return 0;
9437 _ACEOF
9438 rm -f conftest.$ac_objext conftest$ac_exeext
9439 if { (ac_try="$ac_link"
9440 case "(($ac_try" in
9441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9442 *) ac_try_echo=$ac_try;;
9443 esac
9444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9445 $as_echo "$ac_try_echo") >&5
9446 (eval "$ac_link") 2>conftest.er1
9447 ac_status=$?
9448 grep -v '^ *+' conftest.er1 >conftest.err
9449 rm -f conftest.er1
9450 cat conftest.err >&5
9451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452 (exit $ac_status); } && {
9453 test -z "$ac_c_werror_flag" ||
9454 test ! -s conftest.err
9455 } && test -s conftest$ac_exeext && {
9456 test "$cross_compiling" = yes ||
9457 $as_test_x conftest$ac_exeext
9458 }; then
9459 ac_cv_lib_posix_remove=yes
9460 else
9461 $as_echo "$as_me: failed program was:" >&5
9462 sed 's/^/| /' conftest.$ac_ext >&5
9464 ac_cv_lib_posix_remove=no
9467 rm -rf conftest.dSYM
9468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9473 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9474 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9475 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9480 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9481 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9482 $as_echo_n "checking for shmat... " >&6; }
9483 if test "${ac_cv_func_shmat+set}" = set; then
9484 $as_echo_n "(cached) " >&6
9485 else
9486 cat >conftest.$ac_ext <<_ACEOF
9487 /* confdefs.h. */
9488 _ACEOF
9489 cat confdefs.h >>conftest.$ac_ext
9490 cat >>conftest.$ac_ext <<_ACEOF
9491 /* end confdefs.h. */
9492 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9494 #define shmat innocuous_shmat
9496 /* System header to define __stub macros and hopefully few prototypes,
9497 which can conflict with char shmat (); below.
9498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9499 <limits.h> exists even on freestanding compilers. */
9501 #ifdef __STDC__
9502 # include <limits.h>
9503 #else
9504 # include <assert.h>
9505 #endif
9507 #undef shmat
9509 /* Override any GCC internal prototype to avoid an error.
9510 Use char because int might match the return type of a GCC
9511 builtin and then its argument prototype would still apply. */
9512 #ifdef __cplusplus
9513 extern "C"
9514 #endif
9515 char shmat ();
9516 /* The GNU C library defines this for functions which it implements
9517 to always fail with ENOSYS. Some functions are actually named
9518 something starting with __ and the normal name is an alias. */
9519 #if defined __stub_shmat || defined __stub___shmat
9520 choke me
9521 #endif
9524 main ()
9526 return shmat ();
9528 return 0;
9530 _ACEOF
9531 rm -f conftest.$ac_objext conftest$ac_exeext
9532 if { (ac_try="$ac_link"
9533 case "(($ac_try" in
9534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9535 *) ac_try_echo=$ac_try;;
9536 esac
9537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9538 $as_echo "$ac_try_echo") >&5
9539 (eval "$ac_link") 2>conftest.er1
9540 ac_status=$?
9541 grep -v '^ *+' conftest.er1 >conftest.err
9542 rm -f conftest.er1
9543 cat conftest.err >&5
9544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545 (exit $ac_status); } && {
9546 test -z "$ac_c_werror_flag" ||
9547 test ! -s conftest.err
9548 } && test -s conftest$ac_exeext && {
9549 test "$cross_compiling" = yes ||
9550 $as_test_x conftest$ac_exeext
9551 }; then
9552 ac_cv_func_shmat=yes
9553 else
9554 $as_echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.$ac_ext >&5
9557 ac_cv_func_shmat=no
9560 rm -rf conftest.dSYM
9561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9562 conftest$ac_exeext conftest.$ac_ext
9564 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9565 $as_echo "$ac_cv_func_shmat" >&6; }
9567 if test $ac_cv_func_shmat = no; then
9568 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9569 $as_echo_n "checking for shmat in -lipc... " >&6; }
9570 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9571 $as_echo_n "(cached) " >&6
9572 else
9573 ac_check_lib_save_LIBS=$LIBS
9574 LIBS="-lipc $LIBS"
9575 cat >conftest.$ac_ext <<_ACEOF
9576 /* confdefs.h. */
9577 _ACEOF
9578 cat confdefs.h >>conftest.$ac_ext
9579 cat >>conftest.$ac_ext <<_ACEOF
9580 /* end confdefs.h. */
9582 /* Override any GCC internal prototype to avoid an error.
9583 Use char because int might match the return type of a GCC
9584 builtin and then its argument prototype would still apply. */
9585 #ifdef __cplusplus
9586 extern "C"
9587 #endif
9588 char shmat ();
9590 main ()
9592 return shmat ();
9594 return 0;
9596 _ACEOF
9597 rm -f conftest.$ac_objext conftest$ac_exeext
9598 if { (ac_try="$ac_link"
9599 case "(($ac_try" in
9600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9601 *) ac_try_echo=$ac_try;;
9602 esac
9603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9604 $as_echo "$ac_try_echo") >&5
9605 (eval "$ac_link") 2>conftest.er1
9606 ac_status=$?
9607 grep -v '^ *+' conftest.er1 >conftest.err
9608 rm -f conftest.er1
9609 cat conftest.err >&5
9610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); } && {
9612 test -z "$ac_c_werror_flag" ||
9613 test ! -s conftest.err
9614 } && test -s conftest$ac_exeext && {
9615 test "$cross_compiling" = yes ||
9616 $as_test_x conftest$ac_exeext
9617 }; then
9618 ac_cv_lib_ipc_shmat=yes
9619 else
9620 $as_echo "$as_me: failed program was:" >&5
9621 sed 's/^/| /' conftest.$ac_ext >&5
9623 ac_cv_lib_ipc_shmat=no
9626 rm -rf conftest.dSYM
9627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9628 conftest$ac_exeext conftest.$ac_ext
9629 LIBS=$ac_check_lib_save_LIBS
9631 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9632 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9633 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9634 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9640 # Check for libraries that X11R6 Xt/Xaw programs need.
9641 ac_save_LDFLAGS=$LDFLAGS
9642 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9643 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9644 # check for ICE first), but we must link in the order -lSM -lICE or
9645 # we get undefined symbols. So assume we have SM if we have ICE.
9646 # These have to be linked with before -lX11, unlike the other
9647 # libraries we check for below, so use a different variable.
9648 # John Interrante, Karl Berry
9649 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9650 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9651 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9652 $as_echo_n "(cached) " >&6
9653 else
9654 ac_check_lib_save_LIBS=$LIBS
9655 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9656 cat >conftest.$ac_ext <<_ACEOF
9657 /* confdefs.h. */
9658 _ACEOF
9659 cat confdefs.h >>conftest.$ac_ext
9660 cat >>conftest.$ac_ext <<_ACEOF
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9666 #ifdef __cplusplus
9667 extern "C"
9668 #endif
9669 char IceConnectionNumber ();
9671 main ()
9673 return IceConnectionNumber ();
9675 return 0;
9677 _ACEOF
9678 rm -f conftest.$ac_objext conftest$ac_exeext
9679 if { (ac_try="$ac_link"
9680 case "(($ac_try" in
9681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9682 *) ac_try_echo=$ac_try;;
9683 esac
9684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9685 $as_echo "$ac_try_echo") >&5
9686 (eval "$ac_link") 2>conftest.er1
9687 ac_status=$?
9688 grep -v '^ *+' conftest.er1 >conftest.err
9689 rm -f conftest.er1
9690 cat conftest.err >&5
9691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 (exit $ac_status); } && {
9693 test -z "$ac_c_werror_flag" ||
9694 test ! -s conftest.err
9695 } && test -s conftest$ac_exeext && {
9696 test "$cross_compiling" = yes ||
9697 $as_test_x conftest$ac_exeext
9698 }; then
9699 ac_cv_lib_ICE_IceConnectionNumber=yes
9700 else
9701 $as_echo "$as_me: failed program was:" >&5
9702 sed 's/^/| /' conftest.$ac_ext >&5
9704 ac_cv_lib_ICE_IceConnectionNumber=no
9707 rm -rf conftest.dSYM
9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9709 conftest$ac_exeext conftest.$ac_ext
9710 LIBS=$ac_check_lib_save_LIBS
9712 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9713 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9714 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9715 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9718 LDFLAGS=$ac_save_LDFLAGS
9723 if test "$have_x" = "yes"
9724 then
9725 XLIB="-lXext -lX11"
9726 ac_save_CPPFLAGS="$CPPFLAGS"
9727 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9729 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9730 $as_echo_n "checking for -lX11... " >&6; }
9731 if test "${ac_cv_lib_soname_X11+set}" = set; then
9732 $as_echo_n "(cached) " >&6
9733 else
9734 ac_check_soname_save_LIBS=$LIBS
9735 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9736 cat >conftest.$ac_ext <<_ACEOF
9737 /* confdefs.h. */
9738 _ACEOF
9739 cat confdefs.h >>conftest.$ac_ext
9740 cat >>conftest.$ac_ext <<_ACEOF
9741 /* end confdefs.h. */
9743 /* Override any GCC internal prototype to avoid an error.
9744 Use char because int might match the return type of a GCC
9745 builtin and then its argument prototype would still apply. */
9746 #ifdef __cplusplus
9747 extern "C"
9748 #endif
9749 char XCreateWindow ();
9751 main ()
9753 return XCreateWindow ();
9755 return 0;
9757 _ACEOF
9758 rm -f conftest.$ac_objext conftest$ac_exeext
9759 if { (ac_try="$ac_link"
9760 case "(($ac_try" in
9761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9762 *) ac_try_echo=$ac_try;;
9763 esac
9764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9765 $as_echo "$ac_try_echo") >&5
9766 (eval "$ac_link") 2>conftest.er1
9767 ac_status=$?
9768 grep -v '^ *+' conftest.er1 >conftest.err
9769 rm -f conftest.er1
9770 cat conftest.err >&5
9771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9772 (exit $ac_status); } && {
9773 test -z "$ac_c_werror_flag" ||
9774 test ! -s conftest.err
9775 } && test -s conftest$ac_exeext && {
9776 test "$cross_compiling" = yes ||
9777 $as_test_x conftest$ac_exeext
9778 }; then
9779 case "$LIBEXT" in
9780 dll) ;;
9781 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'` ;;
9782 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9783 esac
9784 else
9785 $as_echo "$as_me: failed program was:" >&5
9786 sed 's/^/| /' conftest.$ac_ext >&5
9791 rm -rf conftest.dSYM
9792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9793 conftest$ac_exeext conftest.$ac_ext
9794 LIBS=$ac_check_soname_save_LIBS
9796 if test "x$ac_cv_lib_soname_X11" = "x"; then
9797 { $as_echo "$as_me:$LINENO: result: not found" >&5
9798 $as_echo "not found" >&6; }
9800 else
9801 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9802 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9804 cat >>confdefs.h <<_ACEOF
9805 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9806 _ACEOF
9811 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9812 $as_echo_n "checking for -lXext... " >&6; }
9813 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9814 $as_echo_n "(cached) " >&6
9815 else
9816 ac_check_soname_save_LIBS=$LIBS
9817 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9818 cat >conftest.$ac_ext <<_ACEOF
9819 /* confdefs.h. */
9820 _ACEOF
9821 cat confdefs.h >>conftest.$ac_ext
9822 cat >>conftest.$ac_ext <<_ACEOF
9823 /* end confdefs.h. */
9825 /* Override any GCC internal prototype to avoid an error.
9826 Use char because int might match the return type of a GCC
9827 builtin and then its argument prototype would still apply. */
9828 #ifdef __cplusplus
9829 extern "C"
9830 #endif
9831 char XextCreateExtension ();
9833 main ()
9835 return XextCreateExtension ();
9837 return 0;
9839 _ACEOF
9840 rm -f conftest.$ac_objext conftest$ac_exeext
9841 if { (ac_try="$ac_link"
9842 case "(($ac_try" in
9843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9844 *) ac_try_echo=$ac_try;;
9845 esac
9846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9847 $as_echo "$ac_try_echo") >&5
9848 (eval "$ac_link") 2>conftest.er1
9849 ac_status=$?
9850 grep -v '^ *+' conftest.er1 >conftest.err
9851 rm -f conftest.er1
9852 cat conftest.err >&5
9853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); } && {
9855 test -z "$ac_c_werror_flag" ||
9856 test ! -s conftest.err
9857 } && test -s conftest$ac_exeext && {
9858 test "$cross_compiling" = yes ||
9859 $as_test_x conftest$ac_exeext
9860 }; then
9861 case "$LIBEXT" in
9862 dll) ;;
9863 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'` ;;
9864 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9865 esac
9866 else
9867 $as_echo "$as_me: failed program was:" >&5
9868 sed 's/^/| /' conftest.$ac_ext >&5
9873 rm -rf conftest.dSYM
9874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9875 conftest$ac_exeext conftest.$ac_ext
9876 LIBS=$ac_check_soname_save_LIBS
9878 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9879 { $as_echo "$as_me:$LINENO: result: not found" >&5
9880 $as_echo "not found" >&6; }
9882 else
9883 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9884 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9886 cat >>confdefs.h <<_ACEOF
9887 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9888 _ACEOF
9906 for ac_header in X11/Xlib.h \
9907 X11/XKBlib.h \
9908 X11/Xutil.h \
9909 X11/Xcursor/Xcursor.h \
9910 X11/extensions/shape.h \
9911 X11/extensions/XInput.h \
9912 X11/extensions/XShm.h \
9913 X11/extensions/Xcomposite.h \
9914 X11/extensions/Xinerama.h \
9915 X11/extensions/Xrandr.h \
9916 X11/extensions/Xrender.h \
9917 X11/extensions/xf86vmode.h
9919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9920 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9921 $as_echo_n "checking for $ac_header... " >&6; }
9922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9923 $as_echo_n "(cached) " >&6
9924 else
9925 cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h. */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9931 #ifdef HAVE_X11_XLIB_H
9932 # include <X11/Xlib.h>
9933 #endif
9934 #ifdef HAVE_X11_XUTIL_H
9935 # include <X11/Xutil.h>
9936 #endif
9938 #include <$ac_header>
9939 _ACEOF
9940 rm -f conftest.$ac_objext
9941 if { (ac_try="$ac_compile"
9942 case "(($ac_try" in
9943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9944 *) ac_try_echo=$ac_try;;
9945 esac
9946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9947 $as_echo "$ac_try_echo") >&5
9948 (eval "$ac_compile") 2>conftest.er1
9949 ac_status=$?
9950 grep -v '^ *+' conftest.er1 >conftest.err
9951 rm -f conftest.er1
9952 cat conftest.err >&5
9953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } && {
9955 test -z "$ac_c_werror_flag" ||
9956 test ! -s conftest.err
9957 } && test -s conftest.$ac_objext; then
9958 eval "$as_ac_Header=yes"
9959 else
9960 $as_echo "$as_me: failed program was:" >&5
9961 sed 's/^/| /' conftest.$ac_ext >&5
9963 eval "$as_ac_Header=no"
9966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9968 ac_res=`eval 'as_val=${'$as_ac_Header'}
9969 $as_echo "$as_val"'`
9970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9971 $as_echo "$ac_res" >&6; }
9972 as_val=`eval 'as_val=${'$as_ac_Header'}
9973 $as_echo "$as_val"'`
9974 if test "x$as_val" = x""yes; then
9975 cat >>confdefs.h <<_ACEOF
9976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9977 _ACEOF
9981 done
9984 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9985 then
9986 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9987 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9988 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9989 $as_echo_n "(cached) " >&6
9990 else
9991 ac_check_lib_save_LIBS=$LIBS
9992 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9993 cat >conftest.$ac_ext <<_ACEOF
9994 /* confdefs.h. */
9995 _ACEOF
9996 cat confdefs.h >>conftest.$ac_ext
9997 cat >>conftest.$ac_ext <<_ACEOF
9998 /* end confdefs.h. */
10000 /* Override any GCC internal prototype to avoid an error.
10001 Use char because int might match the return type of a GCC
10002 builtin and then its argument prototype would still apply. */
10003 #ifdef __cplusplus
10004 extern "C"
10005 #endif
10006 char XkbQueryExtension ();
10008 main ()
10010 return XkbQueryExtension ();
10012 return 0;
10014 _ACEOF
10015 rm -f conftest.$ac_objext conftest$ac_exeext
10016 if { (ac_try="$ac_link"
10017 case "(($ac_try" in
10018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10019 *) ac_try_echo=$ac_try;;
10020 esac
10021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10022 $as_echo "$ac_try_echo") >&5
10023 (eval "$ac_link") 2>conftest.er1
10024 ac_status=$?
10025 grep -v '^ *+' conftest.er1 >conftest.err
10026 rm -f conftest.er1
10027 cat conftest.err >&5
10028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10029 (exit $ac_status); } && {
10030 test -z "$ac_c_werror_flag" ||
10031 test ! -s conftest.err
10032 } && test -s conftest$ac_exeext && {
10033 test "$cross_compiling" = yes ||
10034 $as_test_x conftest$ac_exeext
10035 }; then
10036 ac_cv_lib_X11_XkbQueryExtension=yes
10037 else
10038 $as_echo "$as_me: failed program was:" >&5
10039 sed 's/^/| /' conftest.$ac_ext >&5
10041 ac_cv_lib_X11_XkbQueryExtension=no
10044 rm -rf conftest.dSYM
10045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10046 conftest$ac_exeext conftest.$ac_ext
10047 LIBS=$ac_check_lib_save_LIBS
10049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10050 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10051 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10053 cat >>confdefs.h <<\_ACEOF
10054 #define HAVE_XKB 1
10055 _ACEOF
10061 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10062 then
10063 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10064 $as_echo_n "checking for -lXcursor... " >&6; }
10065 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10066 $as_echo_n "(cached) " >&6
10067 else
10068 ac_check_soname_save_LIBS=$LIBS
10069 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10070 cat >conftest.$ac_ext <<_ACEOF
10071 /* confdefs.h. */
10072 _ACEOF
10073 cat confdefs.h >>conftest.$ac_ext
10074 cat >>conftest.$ac_ext <<_ACEOF
10075 /* end confdefs.h. */
10077 /* Override any GCC internal prototype to avoid an error.
10078 Use char because int might match the return type of a GCC
10079 builtin and then its argument prototype would still apply. */
10080 #ifdef __cplusplus
10081 extern "C"
10082 #endif
10083 char XcursorImageLoadCursor ();
10085 main ()
10087 return XcursorImageLoadCursor ();
10089 return 0;
10091 _ACEOF
10092 rm -f conftest.$ac_objext conftest$ac_exeext
10093 if { (ac_try="$ac_link"
10094 case "(($ac_try" in
10095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10096 *) ac_try_echo=$ac_try;;
10097 esac
10098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10099 $as_echo "$ac_try_echo") >&5
10100 (eval "$ac_link") 2>conftest.er1
10101 ac_status=$?
10102 grep -v '^ *+' conftest.er1 >conftest.err
10103 rm -f conftest.er1
10104 cat conftest.err >&5
10105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10106 (exit $ac_status); } && {
10107 test -z "$ac_c_werror_flag" ||
10108 test ! -s conftest.err
10109 } && test -s conftest$ac_exeext && {
10110 test "$cross_compiling" = yes ||
10111 $as_test_x conftest$ac_exeext
10112 }; then
10113 case "$LIBEXT" in
10114 dll) ;;
10115 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'` ;;
10116 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10117 esac
10118 else
10119 $as_echo "$as_me: failed program was:" >&5
10120 sed 's/^/| /' conftest.$ac_ext >&5
10125 rm -rf conftest.dSYM
10126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10127 conftest$ac_exeext conftest.$ac_ext
10128 LIBS=$ac_check_soname_save_LIBS
10130 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10131 { $as_echo "$as_me:$LINENO: result: not found" >&5
10132 $as_echo "not found" >&6; }
10134 else
10135 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10136 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10138 cat >>confdefs.h <<_ACEOF
10139 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10140 _ACEOF
10146 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10147 case "x$with_xcursor" in
10148 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10149 xno) ;;
10150 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10151 This is an error since --with-xcursor was requested." >&5
10152 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10153 This is an error since --with-xcursor was requested." >&2;}
10154 { (exit 1); exit 1; }; } ;;
10155 esac
10159 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10160 then
10161 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10162 $as_echo_n "checking for -lXi... " >&6; }
10163 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10164 $as_echo_n "(cached) " >&6
10165 else
10166 ac_check_soname_save_LIBS=$LIBS
10167 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10168 cat >conftest.$ac_ext <<_ACEOF
10169 /* confdefs.h. */
10170 _ACEOF
10171 cat confdefs.h >>conftest.$ac_ext
10172 cat >>conftest.$ac_ext <<_ACEOF
10173 /* end confdefs.h. */
10175 /* Override any GCC internal prototype to avoid an error.
10176 Use char because int might match the return type of a GCC
10177 builtin and then its argument prototype would still apply. */
10178 #ifdef __cplusplus
10179 extern "C"
10180 #endif
10181 char XOpenDevice ();
10183 main ()
10185 return XOpenDevice ();
10187 return 0;
10189 _ACEOF
10190 rm -f conftest.$ac_objext conftest$ac_exeext
10191 if { (ac_try="$ac_link"
10192 case "(($ac_try" in
10193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10194 *) ac_try_echo=$ac_try;;
10195 esac
10196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10197 $as_echo "$ac_try_echo") >&5
10198 (eval "$ac_link") 2>conftest.er1
10199 ac_status=$?
10200 grep -v '^ *+' conftest.er1 >conftest.err
10201 rm -f conftest.er1
10202 cat conftest.err >&5
10203 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10204 (exit $ac_status); } && {
10205 test -z "$ac_c_werror_flag" ||
10206 test ! -s conftest.err
10207 } && test -s conftest$ac_exeext && {
10208 test "$cross_compiling" = yes ||
10209 $as_test_x conftest$ac_exeext
10210 }; then
10211 case "$LIBEXT" in
10212 dll) ;;
10213 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'` ;;
10214 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10215 esac
10216 else
10217 $as_echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10223 rm -rf conftest.dSYM
10224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10225 conftest$ac_exeext conftest.$ac_ext
10226 LIBS=$ac_check_soname_save_LIBS
10228 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10229 { $as_echo "$as_me:$LINENO: result: not found" >&5
10230 $as_echo "not found" >&6; }
10232 else
10233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10234 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10236 cat >>confdefs.h <<_ACEOF
10237 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10238 _ACEOF
10244 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10245 case "x$with_xinput" in
10246 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10247 xno) ;;
10248 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10249 This is an error since --with-xinput was requested." >&5
10250 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10251 This is an error since --with-xinput was requested." >&2;}
10252 { (exit 1); exit 1; }; } ;;
10253 esac
10257 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10258 then
10259 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10260 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10261 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10262 $as_echo_n "(cached) " >&6
10263 else
10264 ac_check_lib_save_LIBS=$LIBS
10265 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10266 cat >conftest.$ac_ext <<_ACEOF
10267 /* confdefs.h. */
10268 _ACEOF
10269 cat confdefs.h >>conftest.$ac_ext
10270 cat >>conftest.$ac_ext <<_ACEOF
10271 /* end confdefs.h. */
10273 /* Override any GCC internal prototype to avoid an error.
10274 Use char because int might match the return type of a GCC
10275 builtin and then its argument prototype would still apply. */
10276 #ifdef __cplusplus
10277 extern "C"
10278 #endif
10279 char XShmQueryExtension ();
10281 main ()
10283 return XShmQueryExtension ();
10285 return 0;
10287 _ACEOF
10288 rm -f conftest.$ac_objext conftest$ac_exeext
10289 if { (ac_try="$ac_link"
10290 case "(($ac_try" in
10291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10292 *) ac_try_echo=$ac_try;;
10293 esac
10294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10295 $as_echo "$ac_try_echo") >&5
10296 (eval "$ac_link") 2>conftest.er1
10297 ac_status=$?
10298 grep -v '^ *+' conftest.er1 >conftest.err
10299 rm -f conftest.er1
10300 cat conftest.err >&5
10301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10302 (exit $ac_status); } && {
10303 test -z "$ac_c_werror_flag" ||
10304 test ! -s conftest.err
10305 } && test -s conftest$ac_exeext && {
10306 test "$cross_compiling" = yes ||
10307 $as_test_x conftest$ac_exeext
10308 }; then
10309 ac_cv_lib_Xext_XShmQueryExtension=yes
10310 else
10311 $as_echo "$as_me: failed program was:" >&5
10312 sed 's/^/| /' conftest.$ac_ext >&5
10314 ac_cv_lib_Xext_XShmQueryExtension=no
10317 rm -rf conftest.dSYM
10318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10319 conftest$ac_exeext conftest.$ac_ext
10320 LIBS=$ac_check_lib_save_LIBS
10322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10323 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10324 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10326 cat >>confdefs.h <<\_ACEOF
10327 #define HAVE_LIBXXSHM 1
10328 _ACEOF
10333 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10334 case "x$with_xshm" in
10335 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10336 xno) ;;
10337 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10338 This is an error since --with-xshm was requested." >&5
10339 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10340 This is an error since --with-xshm was requested." >&2;}
10341 { (exit 1); exit 1; }; } ;;
10342 esac
10346 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10347 then
10348 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10349 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10350 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10351 $as_echo_n "(cached) " >&6
10352 else
10353 ac_check_lib_save_LIBS=$LIBS
10354 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10355 cat >conftest.$ac_ext <<_ACEOF
10356 /* confdefs.h. */
10357 _ACEOF
10358 cat confdefs.h >>conftest.$ac_ext
10359 cat >>conftest.$ac_ext <<_ACEOF
10360 /* end confdefs.h. */
10362 /* Override any GCC internal prototype to avoid an error.
10363 Use char because int might match the return type of a GCC
10364 builtin and then its argument prototype would still apply. */
10365 #ifdef __cplusplus
10366 extern "C"
10367 #endif
10368 char XShapeQueryExtension ();
10370 main ()
10372 return XShapeQueryExtension ();
10374 return 0;
10376 _ACEOF
10377 rm -f conftest.$ac_objext conftest$ac_exeext
10378 if { (ac_try="$ac_link"
10379 case "(($ac_try" in
10380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10381 *) ac_try_echo=$ac_try;;
10382 esac
10383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10384 $as_echo "$ac_try_echo") >&5
10385 (eval "$ac_link") 2>conftest.er1
10386 ac_status=$?
10387 grep -v '^ *+' conftest.er1 >conftest.err
10388 rm -f conftest.er1
10389 cat conftest.err >&5
10390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext && {
10395 test "$cross_compiling" = yes ||
10396 $as_test_x conftest$ac_exeext
10397 }; then
10398 ac_cv_lib_Xext_XShapeQueryExtension=yes
10399 else
10400 $as_echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10403 ac_cv_lib_Xext_XShapeQueryExtension=no
10406 rm -rf conftest.dSYM
10407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10408 conftest$ac_exeext conftest.$ac_ext
10409 LIBS=$ac_check_lib_save_LIBS
10411 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10412 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10413 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10415 cat >>confdefs.h <<\_ACEOF
10416 #define HAVE_LIBXSHAPE 1
10417 _ACEOF
10422 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10423 case "x$with_xshape" in
10424 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10425 xno) ;;
10426 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10427 This is an error since --with-xshape was requested." >&5
10428 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10429 This is an error since --with-xshape was requested." >&2;}
10430 { (exit 1); exit 1; }; } ;;
10431 esac
10435 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10436 then
10437 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10438 $as_echo_n "checking for -lXxf86vm... " >&6; }
10439 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10440 $as_echo_n "(cached) " >&6
10441 else
10442 ac_check_soname_save_LIBS=$LIBS
10443 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10444 cat >conftest.$ac_ext <<_ACEOF
10445 /* confdefs.h. */
10446 _ACEOF
10447 cat confdefs.h >>conftest.$ac_ext
10448 cat >>conftest.$ac_ext <<_ACEOF
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10454 #ifdef __cplusplus
10455 extern "C"
10456 #endif
10457 char XF86VidModeQueryExtension ();
10459 main ()
10461 return XF86VidModeQueryExtension ();
10463 return 0;
10465 _ACEOF
10466 rm -f conftest.$ac_objext conftest$ac_exeext
10467 if { (ac_try="$ac_link"
10468 case "(($ac_try" in
10469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10470 *) ac_try_echo=$ac_try;;
10471 esac
10472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10473 $as_echo "$ac_try_echo") >&5
10474 (eval "$ac_link") 2>conftest.er1
10475 ac_status=$?
10476 grep -v '^ *+' conftest.er1 >conftest.err
10477 rm -f conftest.er1
10478 cat conftest.err >&5
10479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 (exit $ac_status); } && {
10481 test -z "$ac_c_werror_flag" ||
10482 test ! -s conftest.err
10483 } && test -s conftest$ac_exeext && {
10484 test "$cross_compiling" = yes ||
10485 $as_test_x conftest$ac_exeext
10486 }; then
10487 case "$LIBEXT" in
10488 dll) ;;
10489 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'` ;;
10490 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10491 esac
10492 else
10493 $as_echo "$as_me: failed program was:" >&5
10494 sed 's/^/| /' conftest.$ac_ext >&5
10499 rm -rf conftest.dSYM
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501 conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_soname_save_LIBS
10504 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10505 { $as_echo "$as_me:$LINENO: result: not found" >&5
10506 $as_echo "not found" >&6; }
10508 else
10509 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10510 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10512 cat >>confdefs.h <<_ACEOF
10513 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10514 _ACEOF
10520 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10521 case "x$with_xxf86vm" in
10522 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10523 xno) ;;
10524 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10525 This is an error since --with-xxf86vm was requested." >&5
10526 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10527 This is an error since --with-xxf86vm was requested." >&2;}
10528 { (exit 1); exit 1; }; } ;;
10529 esac
10533 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"
10534 then
10535 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10536 $as_echo_n "checking for -lXrender... " >&6; }
10537 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10538 $as_echo_n "(cached) " >&6
10539 else
10540 ac_check_soname_save_LIBS=$LIBS
10541 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10542 cat >conftest.$ac_ext <<_ACEOF
10543 /* confdefs.h. */
10544 _ACEOF
10545 cat confdefs.h >>conftest.$ac_ext
10546 cat >>conftest.$ac_ext <<_ACEOF
10547 /* end confdefs.h. */
10549 /* Override any GCC internal prototype to avoid an error.
10550 Use char because int might match the return type of a GCC
10551 builtin and then its argument prototype would still apply. */
10552 #ifdef __cplusplus
10553 extern "C"
10554 #endif
10555 char XRenderQueryExtension ();
10557 main ()
10559 return XRenderQueryExtension ();
10561 return 0;
10563 _ACEOF
10564 rm -f conftest.$ac_objext conftest$ac_exeext
10565 if { (ac_try="$ac_link"
10566 case "(($ac_try" in
10567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10568 *) ac_try_echo=$ac_try;;
10569 esac
10570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10571 $as_echo "$ac_try_echo") >&5
10572 (eval "$ac_link") 2>conftest.er1
10573 ac_status=$?
10574 grep -v '^ *+' conftest.er1 >conftest.err
10575 rm -f conftest.er1
10576 cat conftest.err >&5
10577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10578 (exit $ac_status); } && {
10579 test -z "$ac_c_werror_flag" ||
10580 test ! -s conftest.err
10581 } && test -s conftest$ac_exeext && {
10582 test "$cross_compiling" = yes ||
10583 $as_test_x conftest$ac_exeext
10584 }; then
10585 case "$LIBEXT" in
10586 dll) ;;
10587 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'` ;;
10588 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10589 esac
10590 else
10591 $as_echo "$as_me: failed program was:" >&5
10592 sed 's/^/| /' conftest.$ac_ext >&5
10597 rm -rf conftest.dSYM
10598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10599 conftest$ac_exeext conftest.$ac_ext
10600 LIBS=$ac_check_soname_save_LIBS
10602 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10603 { $as_echo "$as_me:$LINENO: result: not found" >&5
10604 $as_echo "not found" >&6; }
10606 else
10607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10608 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10610 cat >>confdefs.h <<_ACEOF
10611 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10612 _ACEOF
10614 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10615 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10616 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10617 $as_echo_n "(cached) " >&6
10618 else
10619 ac_check_lib_save_LIBS=$LIBS
10620 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10621 cat >conftest.$ac_ext <<_ACEOF
10622 /* confdefs.h. */
10623 _ACEOF
10624 cat confdefs.h >>conftest.$ac_ext
10625 cat >>conftest.$ac_ext <<_ACEOF
10626 /* end confdefs.h. */
10628 /* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
10631 #ifdef __cplusplus
10632 extern "C"
10633 #endif
10634 char XRenderSetPictureTransform ();
10636 main ()
10638 return XRenderSetPictureTransform ();
10640 return 0;
10642 _ACEOF
10643 rm -f conftest.$ac_objext conftest$ac_exeext
10644 if { (ac_try="$ac_link"
10645 case "(($ac_try" in
10646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10647 *) ac_try_echo=$ac_try;;
10648 esac
10649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10650 $as_echo "$ac_try_echo") >&5
10651 (eval "$ac_link") 2>conftest.er1
10652 ac_status=$?
10653 grep -v '^ *+' conftest.er1 >conftest.err
10654 rm -f conftest.er1
10655 cat conftest.err >&5
10656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); } && {
10658 test -z "$ac_c_werror_flag" ||
10659 test ! -s conftest.err
10660 } && test -s conftest$ac_exeext && {
10661 test "$cross_compiling" = yes ||
10662 $as_test_x conftest$ac_exeext
10663 }; then
10664 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10665 else
10666 $as_echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10669 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10672 rm -rf conftest.dSYM
10673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_lib_save_LIBS
10677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10678 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10679 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10681 cat >>confdefs.h <<\_ACEOF
10682 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10683 _ACEOF
10691 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10692 case "x$with_xrender" in
10693 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10694 xno) ;;
10695 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10696 This is an error since --with-xrender was requested." >&5
10697 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10698 This is an error since --with-xrender was requested." >&2;}
10699 { (exit 1); exit 1; }; } ;;
10700 esac
10704 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10705 then
10706 cat >conftest.$ac_ext <<_ACEOF
10707 /* confdefs.h. */
10708 _ACEOF
10709 cat confdefs.h >>conftest.$ac_ext
10710 cat >>conftest.$ac_ext <<_ACEOF
10711 /* end confdefs.h. */
10712 #include <X11/Xlib.h>
10713 #include <X11/extensions/Xrandr.h>
10715 main ()
10717 static typeof(XRRSetScreenConfigAndRate) * func;
10719 return 0;
10721 _ACEOF
10722 rm -f conftest.$ac_objext
10723 if { (ac_try="$ac_compile"
10724 case "(($ac_try" in
10725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10726 *) ac_try_echo=$ac_try;;
10727 esac
10728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10729 $as_echo "$ac_try_echo") >&5
10730 (eval "$ac_compile") 2>conftest.er1
10731 ac_status=$?
10732 grep -v '^ *+' conftest.er1 >conftest.err
10733 rm -f conftest.er1
10734 cat conftest.err >&5
10735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); } && {
10737 test -z "$ac_c_werror_flag" ||
10738 test ! -s conftest.err
10739 } && test -s conftest.$ac_objext; then
10740 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10741 $as_echo_n "checking for -lXrandr... " >&6; }
10742 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10743 $as_echo_n "(cached) " >&6
10744 else
10745 ac_check_soname_save_LIBS=$LIBS
10746 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10747 cat >conftest.$ac_ext <<_ACEOF
10748 /* confdefs.h. */
10749 _ACEOF
10750 cat confdefs.h >>conftest.$ac_ext
10751 cat >>conftest.$ac_ext <<_ACEOF
10752 /* end confdefs.h. */
10754 /* Override any GCC internal prototype to avoid an error.
10755 Use char because int might match the return type of a GCC
10756 builtin and then its argument prototype would still apply. */
10757 #ifdef __cplusplus
10758 extern "C"
10759 #endif
10760 char XRRQueryExtension ();
10762 main ()
10764 return XRRQueryExtension ();
10766 return 0;
10768 _ACEOF
10769 rm -f conftest.$ac_objext conftest$ac_exeext
10770 if { (ac_try="$ac_link"
10771 case "(($ac_try" in
10772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10773 *) ac_try_echo=$ac_try;;
10774 esac
10775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10776 $as_echo "$ac_try_echo") >&5
10777 (eval "$ac_link") 2>conftest.er1
10778 ac_status=$?
10779 grep -v '^ *+' conftest.er1 >conftest.err
10780 rm -f conftest.er1
10781 cat conftest.err >&5
10782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10783 (exit $ac_status); } && {
10784 test -z "$ac_c_werror_flag" ||
10785 test ! -s conftest.err
10786 } && test -s conftest$ac_exeext && {
10787 test "$cross_compiling" = yes ||
10788 $as_test_x conftest$ac_exeext
10789 }; then
10790 case "$LIBEXT" in
10791 dll) ;;
10792 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'` ;;
10793 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10794 esac
10795 else
10796 $as_echo "$as_me: failed program was:" >&5
10797 sed 's/^/| /' conftest.$ac_ext >&5
10802 rm -rf conftest.dSYM
10803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10804 conftest$ac_exeext conftest.$ac_ext
10805 LIBS=$ac_check_soname_save_LIBS
10807 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10808 { $as_echo "$as_me:$LINENO: result: not found" >&5
10809 $as_echo "not found" >&6; }
10811 else
10812 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10813 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10815 cat >>confdefs.h <<_ACEOF
10816 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10817 _ACEOF
10822 else
10823 $as_echo "$as_me: failed program was:" >&5
10824 sed 's/^/| /' conftest.$ac_ext >&5
10829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10831 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10832 case "x$with_xrandr" in
10833 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10834 xno) ;;
10835 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10836 This is an error since --with-xrandr was requested." >&5
10837 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10838 This is an error since --with-xrandr was requested." >&2;}
10839 { (exit 1); exit 1; }; } ;;
10840 esac
10844 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10845 then
10846 cat >conftest.$ac_ext <<_ACEOF
10847 /* confdefs.h. */
10848 _ACEOF
10849 cat confdefs.h >>conftest.$ac_ext
10850 cat >>conftest.$ac_ext <<_ACEOF
10851 /* end confdefs.h. */
10852 #include <X11/Xlib.h>
10853 #include <X11/extensions/Xinerama.h>
10855 main ()
10857 static typeof(XineramaQueryScreens) * func;
10859 return 0;
10861 _ACEOF
10862 rm -f conftest.$ac_objext
10863 if { (ac_try="$ac_compile"
10864 case "(($ac_try" in
10865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10866 *) ac_try_echo=$ac_try;;
10867 esac
10868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10869 $as_echo "$ac_try_echo") >&5
10870 (eval "$ac_compile") 2>conftest.er1
10871 ac_status=$?
10872 grep -v '^ *+' conftest.er1 >conftest.err
10873 rm -f conftest.er1
10874 cat conftest.err >&5
10875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); } && {
10877 test -z "$ac_c_werror_flag" ||
10878 test ! -s conftest.err
10879 } && test -s conftest.$ac_objext; then
10880 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
10881 $as_echo_n "checking for -lXinerama... " >&6; }
10882 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_soname_save_LIBS=$LIBS
10886 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10887 cat >conftest.$ac_ext <<_ACEOF
10888 /* confdefs.h. */
10889 _ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10894 /* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897 #ifdef __cplusplus
10898 extern "C"
10899 #endif
10900 char XineramaQueryScreens ();
10902 main ()
10904 return XineramaQueryScreens ();
10906 return 0;
10908 _ACEOF
10909 rm -f conftest.$ac_objext conftest$ac_exeext
10910 if { (ac_try="$ac_link"
10911 case "(($ac_try" in
10912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10913 *) ac_try_echo=$ac_try;;
10914 esac
10915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10916 $as_echo "$ac_try_echo") >&5
10917 (eval "$ac_link") 2>conftest.er1
10918 ac_status=$?
10919 grep -v '^ *+' conftest.er1 >conftest.err
10920 rm -f conftest.er1
10921 cat conftest.err >&5
10922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10923 (exit $ac_status); } && {
10924 test -z "$ac_c_werror_flag" ||
10925 test ! -s conftest.err
10926 } && test -s conftest$ac_exeext && {
10927 test "$cross_compiling" = yes ||
10928 $as_test_x conftest$ac_exeext
10929 }; then
10930 case "$LIBEXT" in
10931 dll) ;;
10932 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'` ;;
10933 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10934 esac
10935 else
10936 $as_echo "$as_me: failed program was:" >&5
10937 sed 's/^/| /' conftest.$ac_ext >&5
10942 rm -rf conftest.dSYM
10943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10944 conftest$ac_exeext conftest.$ac_ext
10945 LIBS=$ac_check_soname_save_LIBS
10947 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10948 { $as_echo "$as_me:$LINENO: result: not found" >&5
10949 $as_echo "not found" >&6; }
10951 else
10952 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10953 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10955 cat >>confdefs.h <<_ACEOF
10956 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10957 _ACEOF
10962 else
10963 $as_echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10972 case "x$with_xinerama" in
10973 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10974 xno) ;;
10975 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10976 This is an error since --with-xinerama was requested." >&5
10977 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10978 This is an error since --with-xinerama was requested." >&2;}
10979 { (exit 1); exit 1; }; } ;;
10980 esac
10984 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10985 then
10986 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10987 $as_echo_n "checking for -lXcomposite... " >&6; }
10988 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10989 $as_echo_n "(cached) " >&6
10990 else
10991 ac_check_soname_save_LIBS=$LIBS
10992 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10993 cat >conftest.$ac_ext <<_ACEOF
10994 /* confdefs.h. */
10995 _ACEOF
10996 cat confdefs.h >>conftest.$ac_ext
10997 cat >>conftest.$ac_ext <<_ACEOF
10998 /* end confdefs.h. */
11000 /* Override any GCC internal prototype to avoid an error.
11001 Use char because int might match the return type of a GCC
11002 builtin and then its argument prototype would still apply. */
11003 #ifdef __cplusplus
11004 extern "C"
11005 #endif
11006 char XCompositeRedirectWindow ();
11008 main ()
11010 return XCompositeRedirectWindow ();
11012 return 0;
11014 _ACEOF
11015 rm -f conftest.$ac_objext conftest$ac_exeext
11016 if { (ac_try="$ac_link"
11017 case "(($ac_try" in
11018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11019 *) ac_try_echo=$ac_try;;
11020 esac
11021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11022 $as_echo "$ac_try_echo") >&5
11023 (eval "$ac_link") 2>conftest.er1
11024 ac_status=$?
11025 grep -v '^ *+' conftest.er1 >conftest.err
11026 rm -f conftest.er1
11027 cat conftest.err >&5
11028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11029 (exit $ac_status); } && {
11030 test -z "$ac_c_werror_flag" ||
11031 test ! -s conftest.err
11032 } && test -s conftest$ac_exeext && {
11033 test "$cross_compiling" = yes ||
11034 $as_test_x conftest$ac_exeext
11035 }; then
11036 case "$LIBEXT" in
11037 dll) ;;
11038 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'` ;;
11039 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11040 esac
11041 else
11042 $as_echo "$as_me: failed program was:" >&5
11043 sed 's/^/| /' conftest.$ac_ext >&5
11048 rm -rf conftest.dSYM
11049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11050 conftest$ac_exeext conftest.$ac_ext
11051 LIBS=$ac_check_soname_save_LIBS
11053 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11054 { $as_echo "$as_me:$LINENO: result: not found" >&5
11055 $as_echo "not found" >&6; }
11057 else
11058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11059 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11061 cat >>confdefs.h <<_ACEOF
11062 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11063 _ACEOF
11069 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11070 case "x$with_xcomposite" in
11071 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11072 xno) ;;
11073 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11074 This is an error since --with-xcomposite was requested." >&5
11075 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11076 This is an error since --with-xcomposite was requested." >&2;}
11077 { (exit 1); exit 1; }; } ;;
11078 esac
11082 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11083 $as_echo_n "checking for XICCallback.callback... " >&6; }
11084 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11085 $as_echo_n "(cached) " >&6
11086 else
11087 cat >conftest.$ac_ext <<_ACEOF
11088 /* confdefs.h. */
11089 _ACEOF
11090 cat confdefs.h >>conftest.$ac_ext
11091 cat >>conftest.$ac_ext <<_ACEOF
11092 /* end confdefs.h. */
11093 #ifdef HAVE_X11_XLIB_H
11094 #include <X11/Xlib.h>
11095 #endif
11098 main ()
11100 static XICCallback ac_aggr;
11101 if (ac_aggr.callback)
11102 return 0;
11104 return 0;
11106 _ACEOF
11107 rm -f conftest.$ac_objext
11108 if { (ac_try="$ac_compile"
11109 case "(($ac_try" in
11110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11111 *) ac_try_echo=$ac_try;;
11112 esac
11113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11114 $as_echo "$ac_try_echo") >&5
11115 (eval "$ac_compile") 2>conftest.er1
11116 ac_status=$?
11117 grep -v '^ *+' conftest.er1 >conftest.err
11118 rm -f conftest.er1
11119 cat conftest.err >&5
11120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121 (exit $ac_status); } && {
11122 test -z "$ac_c_werror_flag" ||
11123 test ! -s conftest.err
11124 } && test -s conftest.$ac_objext; then
11125 ac_cv_member_XICCallback_callback=yes
11126 else
11127 $as_echo "$as_me: failed program was:" >&5
11128 sed 's/^/| /' conftest.$ac_ext >&5
11130 cat >conftest.$ac_ext <<_ACEOF
11131 /* confdefs.h. */
11132 _ACEOF
11133 cat confdefs.h >>conftest.$ac_ext
11134 cat >>conftest.$ac_ext <<_ACEOF
11135 /* end confdefs.h. */
11136 #ifdef HAVE_X11_XLIB_H
11137 #include <X11/Xlib.h>
11138 #endif
11141 main ()
11143 static XICCallback ac_aggr;
11144 if (sizeof ac_aggr.callback)
11145 return 0;
11147 return 0;
11149 _ACEOF
11150 rm -f conftest.$ac_objext
11151 if { (ac_try="$ac_compile"
11152 case "(($ac_try" in
11153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11154 *) ac_try_echo=$ac_try;;
11155 esac
11156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11157 $as_echo "$ac_try_echo") >&5
11158 (eval "$ac_compile") 2>conftest.er1
11159 ac_status=$?
11160 grep -v '^ *+' conftest.er1 >conftest.err
11161 rm -f conftest.er1
11162 cat conftest.err >&5
11163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); } && {
11165 test -z "$ac_c_werror_flag" ||
11166 test ! -s conftest.err
11167 } && test -s conftest.$ac_objext; then
11168 ac_cv_member_XICCallback_callback=yes
11169 else
11170 $as_echo "$as_me: failed program was:" >&5
11171 sed 's/^/| /' conftest.$ac_ext >&5
11173 ac_cv_member_XICCallback_callback=no
11176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11181 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11182 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11183 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11185 cat >>confdefs.h <<_ACEOF
11186 #define HAVE_XICCALLBACK_CALLBACK 1
11187 _ACEOF
11194 opengl_msg=""
11195 if test "x$with_opengl" != "xno"
11196 then
11201 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11203 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11204 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11205 $as_echo_n "checking for $ac_header... " >&6; }
11206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11207 $as_echo_n "(cached) " >&6
11208 else
11209 cat >conftest.$ac_ext <<_ACEOF
11210 /* confdefs.h. */
11211 _ACEOF
11212 cat confdefs.h >>conftest.$ac_ext
11213 cat >>conftest.$ac_ext <<_ACEOF
11214 /* end confdefs.h. */
11215 #ifdef HAVE_GL_GLX_H
11216 # include <GL/glx.h>
11217 #endif
11219 #include <$ac_header>
11220 _ACEOF
11221 rm -f conftest.$ac_objext
11222 if { (ac_try="$ac_compile"
11223 case "(($ac_try" in
11224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11225 *) ac_try_echo=$ac_try;;
11226 esac
11227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11228 $as_echo "$ac_try_echo") >&5
11229 (eval "$ac_compile") 2>conftest.er1
11230 ac_status=$?
11231 grep -v '^ *+' conftest.er1 >conftest.err
11232 rm -f conftest.er1
11233 cat conftest.err >&5
11234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11235 (exit $ac_status); } && {
11236 test -z "$ac_c_werror_flag" ||
11237 test ! -s conftest.err
11238 } && test -s conftest.$ac_objext; then
11239 eval "$as_ac_Header=yes"
11240 else
11241 $as_echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11244 eval "$as_ac_Header=no"
11247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11249 ac_res=`eval 'as_val=${'$as_ac_Header'}
11250 $as_echo "$as_val"'`
11251 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11252 $as_echo "$ac_res" >&6; }
11253 as_val=`eval 'as_val=${'$as_ac_Header'}
11254 $as_echo "$as_val"'`
11255 if test "x$as_val" = x""yes; then
11256 cat >>confdefs.h <<_ACEOF
11257 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11258 _ACEOF
11262 done
11264 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11265 then
11266 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11267 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11268 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11269 $as_echo_n "(cached) " >&6
11270 else
11271 cat >conftest.$ac_ext <<_ACEOF
11272 /* confdefs.h. */
11273 _ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h. */
11277 #include <GL/gl.h>
11279 main ()
11281 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11283 return 0;
11285 _ACEOF
11286 rm -f conftest.$ac_objext
11287 if { (ac_try="$ac_compile"
11288 case "(($ac_try" in
11289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11290 *) ac_try_echo=$ac_try;;
11291 esac
11292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11293 $as_echo "$ac_try_echo") >&5
11294 (eval "$ac_compile") 2>conftest.er1
11295 ac_status=$?
11296 grep -v '^ *+' conftest.er1 >conftest.err
11297 rm -f conftest.er1
11298 cat conftest.err >&5
11299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300 (exit $ac_status); } && {
11301 test -z "$ac_c_werror_flag" ||
11302 test ! -s conftest.err
11303 } && test -s conftest.$ac_objext; then
11304 wine_cv_opengl_header_version_OK="yes"
11305 else
11306 $as_echo "$as_me: failed program was:" >&5
11307 sed 's/^/| /' conftest.$ac_ext >&5
11309 wine_cv_opengl_header_version_OK="no"
11312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11314 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11315 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11317 if test "$wine_cv_opengl_header_version_OK" = "yes"
11318 then
11319 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11320 $as_echo_n "checking for -lGL... " >&6; }
11321 if test "${ac_cv_lib_soname_GL+set}" = set; then
11322 $as_echo_n "(cached) " >&6
11323 else
11324 ac_check_soname_save_LIBS=$LIBS
11325 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11326 cat >conftest.$ac_ext <<_ACEOF
11327 /* confdefs.h. */
11328 _ACEOF
11329 cat confdefs.h >>conftest.$ac_ext
11330 cat >>conftest.$ac_ext <<_ACEOF
11331 /* end confdefs.h. */
11333 /* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11336 #ifdef __cplusplus
11337 extern "C"
11338 #endif
11339 char glXCreateContext ();
11341 main ()
11343 return glXCreateContext ();
11345 return 0;
11347 _ACEOF
11348 rm -f conftest.$ac_objext conftest$ac_exeext
11349 if { (ac_try="$ac_link"
11350 case "(($ac_try" in
11351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11352 *) ac_try_echo=$ac_try;;
11353 esac
11354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11355 $as_echo "$ac_try_echo") >&5
11356 (eval "$ac_link") 2>conftest.er1
11357 ac_status=$?
11358 grep -v '^ *+' conftest.er1 >conftest.err
11359 rm -f conftest.er1
11360 cat conftest.err >&5
11361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11362 (exit $ac_status); } && {
11363 test -z "$ac_c_werror_flag" ||
11364 test ! -s conftest.err
11365 } && test -s conftest$ac_exeext && {
11366 test "$cross_compiling" = yes ||
11367 $as_test_x conftest$ac_exeext
11368 }; then
11369 case "$LIBEXT" in
11370 dll) ;;
11371 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'` ;;
11372 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11373 esac
11374 else
11375 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11381 rm -rf conftest.dSYM
11382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11383 conftest$ac_exeext conftest.$ac_ext
11384 LIBS=$ac_check_soname_save_LIBS
11386 if test "x$ac_cv_lib_soname_GL" = "x"; then
11387 { $as_echo "$as_me:$LINENO: result: not found" >&5
11388 $as_echo "not found" >&6; }
11389 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11390 $as_echo_n "checking for -lGL... " >&6; }
11391 if test "${ac_cv_lib_soname_GL+set}" = set; then
11392 $as_echo_n "(cached) " >&6
11393 else
11394 ac_check_soname_save_LIBS=$LIBS
11395 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"
11396 cat >conftest.$ac_ext <<_ACEOF
11397 /* confdefs.h. */
11398 _ACEOF
11399 cat confdefs.h >>conftest.$ac_ext
11400 cat >>conftest.$ac_ext <<_ACEOF
11401 /* end confdefs.h. */
11403 /* Override any GCC internal prototype to avoid an error.
11404 Use char because int might match the return type of a GCC
11405 builtin and then its argument prototype would still apply. */
11406 #ifdef __cplusplus
11407 extern "C"
11408 #endif
11409 char glXCreateContext ();
11411 main ()
11413 return glXCreateContext ();
11415 return 0;
11417 _ACEOF
11418 rm -f conftest.$ac_objext conftest$ac_exeext
11419 if { (ac_try="$ac_link"
11420 case "(($ac_try" in
11421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11422 *) ac_try_echo=$ac_try;;
11423 esac
11424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11425 $as_echo "$ac_try_echo") >&5
11426 (eval "$ac_link") 2>conftest.er1
11427 ac_status=$?
11428 grep -v '^ *+' conftest.er1 >conftest.err
11429 rm -f conftest.er1
11430 cat conftest.err >&5
11431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); } && {
11433 test -z "$ac_c_werror_flag" ||
11434 test ! -s conftest.err
11435 } && test -s conftest$ac_exeext && {
11436 test "$cross_compiling" = yes ||
11437 $as_test_x conftest$ac_exeext
11438 }; then
11439 case "$LIBEXT" in
11440 dll) ;;
11441 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'` ;;
11442 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11443 esac
11444 else
11445 $as_echo "$as_me: failed program was:" >&5
11446 sed 's/^/| /' conftest.$ac_ext >&5
11451 rm -rf conftest.dSYM
11452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11453 conftest$ac_exeext conftest.$ac_ext
11454 LIBS=$ac_check_soname_save_LIBS
11456 if test "x$ac_cv_lib_soname_GL" = "x"; then
11457 { $as_echo "$as_me:$LINENO: result: not found" >&5
11458 $as_echo "not found" >&6; }
11459 if test -f /usr/X11R6/lib/libGL.a
11460 then
11461 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11462 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11463 else
11464 opengl_msg="No OpenGL library found on this system."
11466 else
11467 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11468 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11470 cat >>confdefs.h <<_ACEOF
11471 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11472 _ACEOF
11474 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"
11476 cat >>confdefs.h <<\_ACEOF
11477 #define HAVE_OPENGL 1
11478 _ACEOF
11482 else
11483 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11484 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11486 cat >>confdefs.h <<_ACEOF
11487 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11488 _ACEOF
11490 OPENGL_LIBS="-lGL"
11492 cat >>confdefs.h <<\_ACEOF
11493 #define HAVE_OPENGL 1
11494 _ACEOF
11498 if test "$ac_cv_header_GL_glu_h" = "yes"
11499 then
11500 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11501 $as_echo_n "checking for -lGLU... " >&6; }
11502 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11503 $as_echo_n "(cached) " >&6
11504 else
11505 ac_check_soname_save_LIBS=$LIBS
11506 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11507 cat >conftest.$ac_ext <<_ACEOF
11508 /* confdefs.h. */
11509 _ACEOF
11510 cat confdefs.h >>conftest.$ac_ext
11511 cat >>conftest.$ac_ext <<_ACEOF
11512 /* end confdefs.h. */
11514 /* Override any GCC internal prototype to avoid an error.
11515 Use char because int might match the return type of a GCC
11516 builtin and then its argument prototype would still apply. */
11517 #ifdef __cplusplus
11518 extern "C"
11519 #endif
11520 char gluLookAt ();
11522 main ()
11524 return gluLookAt ();
11526 return 0;
11528 _ACEOF
11529 rm -f conftest.$ac_objext conftest$ac_exeext
11530 if { (ac_try="$ac_link"
11531 case "(($ac_try" in
11532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11533 *) ac_try_echo=$ac_try;;
11534 esac
11535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11536 $as_echo "$ac_try_echo") >&5
11537 (eval "$ac_link") 2>conftest.er1
11538 ac_status=$?
11539 grep -v '^ *+' conftest.er1 >conftest.err
11540 rm -f conftest.er1
11541 cat conftest.err >&5
11542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11543 (exit $ac_status); } && {
11544 test -z "$ac_c_werror_flag" ||
11545 test ! -s conftest.err
11546 } && test -s conftest$ac_exeext && {
11547 test "$cross_compiling" = yes ||
11548 $as_test_x conftest$ac_exeext
11549 }; then
11550 case "$LIBEXT" in
11551 dll) ;;
11552 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'` ;;
11553 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11554 esac
11555 else
11556 $as_echo "$as_me: failed program was:" >&5
11557 sed 's/^/| /' conftest.$ac_ext >&5
11562 rm -rf conftest.dSYM
11563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11564 conftest$ac_exeext conftest.$ac_ext
11565 LIBS=$ac_check_soname_save_LIBS
11567 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11568 { $as_echo "$as_me:$LINENO: result: not found" >&5
11569 $as_echo "not found" >&6; }
11571 else
11572 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11573 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11575 cat >>confdefs.h <<_ACEOF
11576 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11577 _ACEOF
11583 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11584 case "x$with_glu" in
11585 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11586 xno) ;;
11587 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11588 This is an error since --with-glu was requested." >&5
11589 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11590 This is an error since --with-glu was requested." >&2;}
11591 { (exit 1); exit 1; }; } ;;
11592 esac
11595 else
11596 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11598 else
11599 opengl_msg="OpenGL development headers not found."
11601 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11602 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11603 else
11604 enable_opengl32=${enable_opengl32:-no}
11605 enable_glu32=${enable_glu32:-no}
11607 if test -n "$opengl_msg"; then
11608 case "x$with_opengl" in
11609 x) wine_warnings="$wine_warnings|$opengl_msg
11610 OpenGL and Direct3D won't be supported." ;;
11611 xno) ;;
11612 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11613 OpenGL and Direct3D won't be supported.
11614 This is an error since --with-opengl was requested." >&5
11615 $as_echo "$as_me: error: $opengl_msg
11616 OpenGL and Direct3D won't be supported.
11617 This is an error since --with-opengl was requested." >&2;}
11618 { (exit 1); exit 1; }; } ;;
11619 esac
11623 NASLIBS=""
11626 for ac_header in audio/audiolib.h
11628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11631 $as_echo_n "checking for $ac_header... " >&6; }
11632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11633 $as_echo_n "(cached) " >&6
11635 ac_res=`eval 'as_val=${'$as_ac_Header'}
11636 $as_echo "$as_val"'`
11637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11638 $as_echo "$ac_res" >&6; }
11639 else
11640 # Is the header compilable?
11641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11642 $as_echo_n "checking $ac_header usability... " >&6; }
11643 cat >conftest.$ac_ext <<_ACEOF
11644 /* confdefs.h. */
11645 _ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11649 $ac_includes_default
11650 #include <$ac_header>
11651 _ACEOF
11652 rm -f conftest.$ac_objext
11653 if { (ac_try="$ac_compile"
11654 case "(($ac_try" in
11655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11656 *) ac_try_echo=$ac_try;;
11657 esac
11658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11659 $as_echo "$ac_try_echo") >&5
11660 (eval "$ac_compile") 2>conftest.er1
11661 ac_status=$?
11662 grep -v '^ *+' conftest.er1 >conftest.err
11663 rm -f conftest.er1
11664 cat conftest.err >&5
11665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } && {
11667 test -z "$ac_c_werror_flag" ||
11668 test ! -s conftest.err
11669 } && test -s conftest.$ac_objext; then
11670 ac_header_compiler=yes
11671 else
11672 $as_echo "$as_me: failed program was:" >&5
11673 sed 's/^/| /' conftest.$ac_ext >&5
11675 ac_header_compiler=no
11678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11680 $as_echo "$ac_header_compiler" >&6; }
11682 # Is the header present?
11683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11684 $as_echo_n "checking $ac_header presence... " >&6; }
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h. */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11691 #include <$ac_header>
11692 _ACEOF
11693 if { (ac_try="$ac_cpp conftest.$ac_ext"
11694 case "(($ac_try" in
11695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11696 *) ac_try_echo=$ac_try;;
11697 esac
11698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11699 $as_echo "$ac_try_echo") >&5
11700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } >/dev/null && {
11707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11708 test ! -s conftest.err
11709 }; then
11710 ac_header_preproc=yes
11711 else
11712 $as_echo "$as_me: failed program was:" >&5
11713 sed 's/^/| /' conftest.$ac_ext >&5
11715 ac_header_preproc=no
11718 rm -f conftest.err conftest.$ac_ext
11719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11720 $as_echo "$ac_header_preproc" >&6; }
11722 # So? What about this header?
11723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11724 yes:no: )
11725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11729 ac_header_preproc=yes
11731 no:yes:* )
11732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11735 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11739 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11744 ( cat <<\_ASBOX
11745 ## ------------------------------------ ##
11746 ## Report this to wine-devel@winehq.org ##
11747 ## ------------------------------------ ##
11748 _ASBOX
11749 ) | sed "s/^/$as_me: WARNING: /" >&2
11751 esac
11752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11753 $as_echo_n "checking for $ac_header... " >&6; }
11754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11755 $as_echo_n "(cached) " >&6
11756 else
11757 eval "$as_ac_Header=\$ac_header_preproc"
11759 ac_res=`eval 'as_val=${'$as_ac_Header'}
11760 $as_echo "$as_val"'`
11761 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11762 $as_echo "$ac_res" >&6; }
11765 as_val=`eval 'as_val=${'$as_ac_Header'}
11766 $as_echo "$as_val"'`
11767 if test "x$as_val" = x""yes; then
11768 cat >>confdefs.h <<_ACEOF
11769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11770 _ACEOF
11772 for ac_header in audio/soundlib.h
11774 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11775 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11776 $as_echo_n "checking for $ac_header... " >&6; }
11777 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11778 $as_echo_n "(cached) " >&6
11779 else
11780 cat >conftest.$ac_ext <<_ACEOF
11781 /* confdefs.h. */
11782 _ACEOF
11783 cat confdefs.h >>conftest.$ac_ext
11784 cat >>conftest.$ac_ext <<_ACEOF
11785 /* end confdefs.h. */
11786 #include <audio/audiolib.h>
11788 #include <$ac_header>
11789 _ACEOF
11790 rm -f conftest.$ac_objext
11791 if { (ac_try="$ac_compile"
11792 case "(($ac_try" in
11793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11794 *) ac_try_echo=$ac_try;;
11795 esac
11796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11797 $as_echo "$ac_try_echo") >&5
11798 (eval "$ac_compile") 2>conftest.er1
11799 ac_status=$?
11800 grep -v '^ *+' conftest.er1 >conftest.err
11801 rm -f conftest.er1
11802 cat conftest.err >&5
11803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); } && {
11805 test -z "$ac_c_werror_flag" ||
11806 test ! -s conftest.err
11807 } && test -s conftest.$ac_objext; then
11808 eval "$as_ac_Header=yes"
11809 else
11810 $as_echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.$ac_ext >&5
11813 eval "$as_ac_Header=no"
11816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11818 ac_res=`eval 'as_val=${'$as_ac_Header'}
11819 $as_echo "$as_val"'`
11820 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11821 $as_echo "$ac_res" >&6; }
11822 as_val=`eval 'as_val=${'$as_ac_Header'}
11823 $as_echo "$as_val"'`
11824 if test "x$as_val" = x""yes; then
11825 cat >>confdefs.h <<_ACEOF
11826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11827 _ACEOF
11831 done
11833 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11834 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11835 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11836 $as_echo_n "(cached) " >&6
11837 else
11838 ac_check_lib_save_LIBS=$LIBS
11839 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11840 cat >conftest.$ac_ext <<_ACEOF
11841 /* confdefs.h. */
11842 _ACEOF
11843 cat confdefs.h >>conftest.$ac_ext
11844 cat >>conftest.$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11847 /* Override any GCC internal prototype to avoid an error.
11848 Use char because int might match the return type of a GCC
11849 builtin and then its argument prototype would still apply. */
11850 #ifdef __cplusplus
11851 extern "C"
11852 #endif
11853 char AuCreateFlow ();
11855 main ()
11857 return AuCreateFlow ();
11859 return 0;
11861 _ACEOF
11862 rm -f conftest.$ac_objext conftest$ac_exeext
11863 if { (ac_try="$ac_link"
11864 case "(($ac_try" in
11865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11866 *) ac_try_echo=$ac_try;;
11867 esac
11868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11869 $as_echo "$ac_try_echo") >&5
11870 (eval "$ac_link") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } && {
11877 test -z "$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 } && test -s conftest$ac_exeext && {
11880 test "$cross_compiling" = yes ||
11881 $as_test_x conftest$ac_exeext
11882 }; then
11883 ac_cv_lib_audio_AuCreateFlow=yes
11884 else
11885 $as_echo "$as_me: failed program was:" >&5
11886 sed 's/^/| /' conftest.$ac_ext >&5
11888 ac_cv_lib_audio_AuCreateFlow=no
11891 rm -rf conftest.dSYM
11892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11893 conftest$ac_exeext conftest.$ac_ext
11894 LIBS=$ac_check_lib_save_LIBS
11896 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11897 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
11898 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
11900 cat >>confdefs.h <<\_ACEOF
11901 #define HAVE_NAS 1
11902 _ACEOF
11904 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11905 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
11906 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11907 $as_echo_n "(cached) " >&6
11908 else
11909 ac_check_lib_save_LIBS=$LIBS
11910 LIBS="-lXau $X_LIBS $LIBS"
11911 cat >conftest.$ac_ext <<_ACEOF
11912 /* confdefs.h. */
11913 _ACEOF
11914 cat confdefs.h >>conftest.$ac_ext
11915 cat >>conftest.$ac_ext <<_ACEOF
11916 /* end confdefs.h. */
11918 /* Override any GCC internal prototype to avoid an error.
11919 Use char because int might match the return type of a GCC
11920 builtin and then its argument prototype would still apply. */
11921 #ifdef __cplusplus
11922 extern "C"
11923 #endif
11924 char XauGetBestAuthByAddr ();
11926 main ()
11928 return XauGetBestAuthByAddr ();
11930 return 0;
11932 _ACEOF
11933 rm -f conftest.$ac_objext conftest$ac_exeext
11934 if { (ac_try="$ac_link"
11935 case "(($ac_try" in
11936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11937 *) ac_try_echo=$ac_try;;
11938 esac
11939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11940 $as_echo "$ac_try_echo") >&5
11941 (eval "$ac_link") 2>conftest.er1
11942 ac_status=$?
11943 grep -v '^ *+' conftest.er1 >conftest.err
11944 rm -f conftest.er1
11945 cat conftest.err >&5
11946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); } && {
11948 test -z "$ac_c_werror_flag" ||
11949 test ! -s conftest.err
11950 } && test -s conftest$ac_exeext && {
11951 test "$cross_compiling" = yes ||
11952 $as_test_x conftest$ac_exeext
11953 }; then
11954 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11955 else
11956 $as_echo "$as_me: failed program was:" >&5
11957 sed 's/^/| /' conftest.$ac_ext >&5
11959 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11962 rm -rf conftest.dSYM
11963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11964 conftest$ac_exeext conftest.$ac_ext
11965 LIBS=$ac_check_lib_save_LIBS
11967 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11968 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11969 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
11970 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11971 else
11972 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11980 done
11983 CPPFLAGS="$ac_save_CPPFLAGS"
11984 else
11985 XLIB=""
11986 X_CFLAGS=""
11987 X_LIBS=""
11988 enable_winex11_drv=${enable_winex11_drv:-no}
11989 enable_opengl32=${enable_opengl32:-no}
11990 enable_glu32=${enable_glu32:-no}
11992 if test "x$XLIB" = "x"; then
11993 case "x$with_x" in
11994 xno) ;;
11995 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11996 without X support, which probably isn't what you want. You will need to install
11997 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11998 Use the --without-x option if you really want this." >&5
11999 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12000 without X support, which probably isn't what you want. You will need to install
12001 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12002 Use the --without-x option if you really want this." >&2;}
12003 { (exit 1); exit 1; }; } ;;
12004 esac
12009 XML2LIBS=""
12011 XML2INCL=""
12013 XSLTINCL=""
12015 if test "x$with_xml" != "xno"
12016 then
12017 ac_save_CPPFLAGS="$CPPFLAGS"
12018 if test "$PKG_CONFIG" != "false"
12019 then
12020 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12021 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12022 else
12023 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12024 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12026 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12028 for ac_header in libxml/parser.h
12030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12033 $as_echo_n "checking for $ac_header... " >&6; }
12034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12035 $as_echo_n "(cached) " >&6
12037 ac_res=`eval 'as_val=${'$as_ac_Header'}
12038 $as_echo "$as_val"'`
12039 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12040 $as_echo "$ac_res" >&6; }
12041 else
12042 # Is the header compilable?
12043 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12044 $as_echo_n "checking $ac_header usability... " >&6; }
12045 cat >conftest.$ac_ext <<_ACEOF
12046 /* confdefs.h. */
12047 _ACEOF
12048 cat confdefs.h >>conftest.$ac_ext
12049 cat >>conftest.$ac_ext <<_ACEOF
12050 /* end confdefs.h. */
12051 $ac_includes_default
12052 #include <$ac_header>
12053 _ACEOF
12054 rm -f conftest.$ac_objext
12055 if { (ac_try="$ac_compile"
12056 case "(($ac_try" in
12057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12058 *) ac_try_echo=$ac_try;;
12059 esac
12060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12061 $as_echo "$ac_try_echo") >&5
12062 (eval "$ac_compile") 2>conftest.er1
12063 ac_status=$?
12064 grep -v '^ *+' conftest.er1 >conftest.err
12065 rm -f conftest.er1
12066 cat conftest.err >&5
12067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068 (exit $ac_status); } && {
12069 test -z "$ac_c_werror_flag" ||
12070 test ! -s conftest.err
12071 } && test -s conftest.$ac_objext; then
12072 ac_header_compiler=yes
12073 else
12074 $as_echo "$as_me: failed program was:" >&5
12075 sed 's/^/| /' conftest.$ac_ext >&5
12077 ac_header_compiler=no
12080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12082 $as_echo "$ac_header_compiler" >&6; }
12084 # Is the header present?
12085 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12086 $as_echo_n "checking $ac_header presence... " >&6; }
12087 cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h. */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h. */
12093 #include <$ac_header>
12094 _ACEOF
12095 if { (ac_try="$ac_cpp conftest.$ac_ext"
12096 case "(($ac_try" in
12097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098 *) ac_try_echo=$ac_try;;
12099 esac
12100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12101 $as_echo "$ac_try_echo") >&5
12102 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } >/dev/null && {
12109 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 }; then
12112 ac_header_preproc=yes
12113 else
12114 $as_echo "$as_me: failed program was:" >&5
12115 sed 's/^/| /' conftest.$ac_ext >&5
12117 ac_header_preproc=no
12120 rm -f conftest.err conftest.$ac_ext
12121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12122 $as_echo "$ac_header_preproc" >&6; }
12124 # So? What about this header?
12125 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12126 yes:no: )
12127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12128 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12130 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12131 ac_header_preproc=yes
12133 no:yes:* )
12134 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12135 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12137 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12139 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12141 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12143 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12145 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12146 ( cat <<\_ASBOX
12147 ## ------------------------------------ ##
12148 ## Report this to wine-devel@winehq.org ##
12149 ## ------------------------------------ ##
12150 _ASBOX
12151 ) | sed "s/^/$as_me: WARNING: /" >&2
12153 esac
12154 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12155 $as_echo_n "checking for $ac_header... " >&6; }
12156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12157 $as_echo_n "(cached) " >&6
12158 else
12159 eval "$as_ac_Header=\$ac_header_preproc"
12161 ac_res=`eval 'as_val=${'$as_ac_Header'}
12162 $as_echo "$as_val"'`
12163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12164 $as_echo "$ac_res" >&6; }
12167 as_val=`eval 'as_val=${'$as_ac_Header'}
12168 $as_echo "$as_val"'`
12169 if test "x$as_val" = x""yes; then
12170 cat >>confdefs.h <<_ACEOF
12171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12172 _ACEOF
12173 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12174 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12175 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12176 $as_echo_n "(cached) " >&6
12177 else
12178 ac_check_lib_save_LIBS=$LIBS
12179 LIBS="-lxml2 $ac_xml_libs $LIBS"
12180 cat >conftest.$ac_ext <<_ACEOF
12181 /* confdefs.h. */
12182 _ACEOF
12183 cat confdefs.h >>conftest.$ac_ext
12184 cat >>conftest.$ac_ext <<_ACEOF
12185 /* end confdefs.h. */
12187 /* Override any GCC internal prototype to avoid an error.
12188 Use char because int might match the return type of a GCC
12189 builtin and then its argument prototype would still apply. */
12190 #ifdef __cplusplus
12191 extern "C"
12192 #endif
12193 char xmlParseMemory ();
12195 main ()
12197 return xmlParseMemory ();
12199 return 0;
12201 _ACEOF
12202 rm -f conftest.$ac_objext conftest$ac_exeext
12203 if { (ac_try="$ac_link"
12204 case "(($ac_try" in
12205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12206 *) ac_try_echo=$ac_try;;
12207 esac
12208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12209 $as_echo "$ac_try_echo") >&5
12210 (eval "$ac_link") 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } && {
12217 test -z "$ac_c_werror_flag" ||
12218 test ! -s conftest.err
12219 } && test -s conftest$ac_exeext && {
12220 test "$cross_compiling" = yes ||
12221 $as_test_x conftest$ac_exeext
12222 }; then
12223 ac_cv_lib_xml2_xmlParseMemory=yes
12224 else
12225 $as_echo "$as_me: failed program was:" >&5
12226 sed 's/^/| /' conftest.$ac_ext >&5
12228 ac_cv_lib_xml2_xmlParseMemory=no
12231 rm -rf conftest.dSYM
12232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12233 conftest$ac_exeext conftest.$ac_ext
12234 LIBS=$ac_check_lib_save_LIBS
12236 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12237 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12238 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12240 cat >>confdefs.h <<\_ACEOF
12241 #define HAVE_LIBXML2 1
12242 _ACEOF
12244 XML2LIBS="$ac_xml_libs"
12245 XML2INCL="$ac_xml_cflags"
12248 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12249 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12250 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12251 $as_echo_n "(cached) " >&6
12252 else
12253 ac_check_lib_save_LIBS=$LIBS
12254 LIBS="-lxml2 $ac_xml_libs $LIBS"
12255 cat >conftest.$ac_ext <<_ACEOF
12256 /* confdefs.h. */
12257 _ACEOF
12258 cat confdefs.h >>conftest.$ac_ext
12259 cat >>conftest.$ac_ext <<_ACEOF
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12265 #ifdef __cplusplus
12266 extern "C"
12267 #endif
12268 char xmlReadMemory ();
12270 main ()
12272 return xmlReadMemory ();
12274 return 0;
12276 _ACEOF
12277 rm -f conftest.$ac_objext conftest$ac_exeext
12278 if { (ac_try="$ac_link"
12279 case "(($ac_try" in
12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281 *) ac_try_echo=$ac_try;;
12282 esac
12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
12285 (eval "$ac_link") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest$ac_exeext && {
12295 test "$cross_compiling" = yes ||
12296 $as_test_x conftest$ac_exeext
12297 }; then
12298 ac_cv_lib_xml2_xmlReadMemory=yes
12299 else
12300 $as_echo "$as_me: failed program was:" >&5
12301 sed 's/^/| /' conftest.$ac_ext >&5
12303 ac_cv_lib_xml2_xmlReadMemory=no
12306 rm -rf conftest.dSYM
12307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12308 conftest$ac_exeext conftest.$ac_ext
12309 LIBS=$ac_check_lib_save_LIBS
12311 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12312 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12313 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12315 cat >>confdefs.h <<\_ACEOF
12316 #define HAVE_XMLREADMEMORY 1
12317 _ACEOF
12321 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12322 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12323 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12324 $as_echo_n "(cached) " >&6
12325 else
12326 ac_check_lib_save_LIBS=$LIBS
12327 LIBS="-lxml2 $ac_xml_libs $LIBS"
12328 cat >conftest.$ac_ext <<_ACEOF
12329 /* confdefs.h. */
12330 _ACEOF
12331 cat confdefs.h >>conftest.$ac_ext
12332 cat >>conftest.$ac_ext <<_ACEOF
12333 /* end confdefs.h. */
12335 /* Override any GCC internal prototype to avoid an error.
12336 Use char because int might match the return type of a GCC
12337 builtin and then its argument prototype would still apply. */
12338 #ifdef __cplusplus
12339 extern "C"
12340 #endif
12341 char xmlNewDocPI ();
12343 main ()
12345 return xmlNewDocPI ();
12347 return 0;
12349 _ACEOF
12350 rm -f conftest.$ac_objext conftest$ac_exeext
12351 if { (ac_try="$ac_link"
12352 case "(($ac_try" in
12353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354 *) ac_try_echo=$ac_try;;
12355 esac
12356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12357 $as_echo "$ac_try_echo") >&5
12358 (eval "$ac_link") 2>conftest.er1
12359 ac_status=$?
12360 grep -v '^ *+' conftest.er1 >conftest.err
12361 rm -f conftest.er1
12362 cat conftest.err >&5
12363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); } && {
12365 test -z "$ac_c_werror_flag" ||
12366 test ! -s conftest.err
12367 } && test -s conftest$ac_exeext && {
12368 test "$cross_compiling" = yes ||
12369 $as_test_x conftest$ac_exeext
12370 }; then
12371 ac_cv_lib_xml2_xmlNewDocPI=yes
12372 else
12373 $as_echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_cv_lib_xml2_xmlNewDocPI=no
12379 rm -rf conftest.dSYM
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381 conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12385 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12386 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12388 cat >>confdefs.h <<\_ACEOF
12389 #define HAVE_XMLNEWDOCPI 1
12390 _ACEOF
12397 done
12399 CPPFLAGS="$ac_save_CPPFLAGS"
12401 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12402 case "x$with_xml" in
12403 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12404 xno) ;;
12405 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12406 This is an error since --with-xml was requested." >&5
12407 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12408 This is an error since --with-xml was requested." >&2;}
12409 { (exit 1); exit 1; }; } ;;
12410 esac
12414 if test "x$with_xslt" != "xno"
12415 then
12416 if test "$PKG_CONFIG" != "false"
12417 then
12418 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12419 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12420 else
12421 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12422 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12424 ac_save_CPPFLAGS="$CPPFLAGS"
12425 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12428 for ac_header in libxslt/pattern.h libxslt/transform.h
12430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12431 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12432 $as_echo_n "checking for $ac_header... " >&6; }
12433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12434 $as_echo_n "(cached) " >&6
12435 else
12436 cat >conftest.$ac_ext <<_ACEOF
12437 /* confdefs.h. */
12438 _ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 #ifdef HAVE_LIBXSLT_PATTERN_H
12443 # include <libxslt/pattern.h>
12444 #endif
12446 #include <$ac_header>
12447 _ACEOF
12448 rm -f conftest.$ac_objext
12449 if { (ac_try="$ac_compile"
12450 case "(($ac_try" in
12451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12452 *) ac_try_echo=$ac_try;;
12453 esac
12454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12455 $as_echo "$ac_try_echo") >&5
12456 (eval "$ac_compile") 2>conftest.er1
12457 ac_status=$?
12458 grep -v '^ *+' conftest.er1 >conftest.err
12459 rm -f conftest.er1
12460 cat conftest.err >&5
12461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12462 (exit $ac_status); } && {
12463 test -z "$ac_c_werror_flag" ||
12464 test ! -s conftest.err
12465 } && test -s conftest.$ac_objext; then
12466 eval "$as_ac_Header=yes"
12467 else
12468 $as_echo "$as_me: failed program was:" >&5
12469 sed 's/^/| /' conftest.$ac_ext >&5
12471 eval "$as_ac_Header=no"
12474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12476 ac_res=`eval 'as_val=${'$as_ac_Header'}
12477 $as_echo "$as_val"'`
12478 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12479 $as_echo "$ac_res" >&6; }
12480 as_val=`eval 'as_val=${'$as_ac_Header'}
12481 $as_echo "$as_val"'`
12482 if test "x$as_val" = x""yes; then
12483 cat >>confdefs.h <<_ACEOF
12484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12485 _ACEOF
12489 done
12491 CPPFLAGS="$ac_save_CPPFLAGS"
12492 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12493 then
12494 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12495 $as_echo_n "checking for -lxslt... " >&6; }
12496 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12497 $as_echo_n "(cached) " >&6
12498 else
12499 ac_check_soname_save_LIBS=$LIBS
12500 LIBS="-lxslt $ac_xslt_libs $LIBS"
12501 cat >conftest.$ac_ext <<_ACEOF
12502 /* confdefs.h. */
12503 _ACEOF
12504 cat confdefs.h >>conftest.$ac_ext
12505 cat >>conftest.$ac_ext <<_ACEOF
12506 /* end confdefs.h. */
12508 /* Override any GCC internal prototype to avoid an error.
12509 Use char because int might match the return type of a GCC
12510 builtin and then its argument prototype would still apply. */
12511 #ifdef __cplusplus
12512 extern "C"
12513 #endif
12514 char xsltCompilePattern ();
12516 main ()
12518 return xsltCompilePattern ();
12520 return 0;
12522 _ACEOF
12523 rm -f conftest.$ac_objext conftest$ac_exeext
12524 if { (ac_try="$ac_link"
12525 case "(($ac_try" in
12526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12527 *) ac_try_echo=$ac_try;;
12528 esac
12529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12530 $as_echo "$ac_try_echo") >&5
12531 (eval "$ac_link") 2>conftest.er1
12532 ac_status=$?
12533 grep -v '^ *+' conftest.er1 >conftest.err
12534 rm -f conftest.er1
12535 cat conftest.err >&5
12536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); } && {
12538 test -z "$ac_c_werror_flag" ||
12539 test ! -s conftest.err
12540 } && test -s conftest$ac_exeext && {
12541 test "$cross_compiling" = yes ||
12542 $as_test_x conftest$ac_exeext
12543 }; then
12544 case "$LIBEXT" in
12545 dll) ;;
12546 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'` ;;
12547 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12548 esac
12549 else
12550 $as_echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12556 rm -rf conftest.dSYM
12557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12558 conftest$ac_exeext conftest.$ac_ext
12559 LIBS=$ac_check_soname_save_LIBS
12561 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12562 { $as_echo "$as_me:$LINENO: result: not found" >&5
12563 $as_echo "not found" >&6; }
12565 else
12566 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12567 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12569 cat >>confdefs.h <<_ACEOF
12570 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12571 _ACEOF
12573 XSLTINCL="$ac_xslt_cflags"
12578 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12579 case "x$with_xslt" in
12580 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12581 xno) ;;
12582 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12583 This is an error since --with-xslt was requested." >&5
12584 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12585 This is an error since --with-xslt was requested." >&2;}
12586 { (exit 1); exit 1; }; } ;;
12587 esac
12591 HALINCL=""
12593 if test "x$with_hal" != "xno"
12594 then
12595 ac_save_CPPFLAGS="$CPPFLAGS"
12596 if test "$PKG_CONFIG" != "false"
12597 then
12598 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12599 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12600 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12604 for ac_header in dbus/dbus.h hal/libhal.h
12606 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12607 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12608 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12609 $as_echo_n "checking for $ac_header... " >&6; }
12610 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12611 $as_echo_n "(cached) " >&6
12613 ac_res=`eval 'as_val=${'$as_ac_Header'}
12614 $as_echo "$as_val"'`
12615 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12616 $as_echo "$ac_res" >&6; }
12617 else
12618 # Is the header compilable?
12619 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12620 $as_echo_n "checking $ac_header usability... " >&6; }
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12628 #include <$ac_header>
12629 _ACEOF
12630 rm -f conftest.$ac_objext
12631 if { (ac_try="$ac_compile"
12632 case "(($ac_try" in
12633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12635 esac
12636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12637 $as_echo "$ac_try_echo") >&5
12638 (eval "$ac_compile") 2>conftest.er1
12639 ac_status=$?
12640 grep -v '^ *+' conftest.er1 >conftest.err
12641 rm -f conftest.er1
12642 cat conftest.err >&5
12643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12644 (exit $ac_status); } && {
12645 test -z "$ac_c_werror_flag" ||
12646 test ! -s conftest.err
12647 } && test -s conftest.$ac_objext; then
12648 ac_header_compiler=yes
12649 else
12650 $as_echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12653 ac_header_compiler=no
12656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12657 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12658 $as_echo "$ac_header_compiler" >&6; }
12660 # Is the header present?
12661 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12662 $as_echo_n "checking $ac_header presence... " >&6; }
12663 cat >conftest.$ac_ext <<_ACEOF
12664 /* confdefs.h. */
12665 _ACEOF
12666 cat confdefs.h >>conftest.$ac_ext
12667 cat >>conftest.$ac_ext <<_ACEOF
12668 /* end confdefs.h. */
12669 #include <$ac_header>
12670 _ACEOF
12671 if { (ac_try="$ac_cpp conftest.$ac_ext"
12672 case "(($ac_try" in
12673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12674 *) ac_try_echo=$ac_try;;
12675 esac
12676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12677 $as_echo "$ac_try_echo") >&5
12678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12679 ac_status=$?
12680 grep -v '^ *+' conftest.er1 >conftest.err
12681 rm -f conftest.er1
12682 cat conftest.err >&5
12683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12684 (exit $ac_status); } >/dev/null && {
12685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12686 test ! -s conftest.err
12687 }; then
12688 ac_header_preproc=yes
12689 else
12690 $as_echo "$as_me: failed program was:" >&5
12691 sed 's/^/| /' conftest.$ac_ext >&5
12693 ac_header_preproc=no
12696 rm -f conftest.err conftest.$ac_ext
12697 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12698 $as_echo "$ac_header_preproc" >&6; }
12700 # So? What about this header?
12701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12702 yes:no: )
12703 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12704 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12705 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12706 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12707 ac_header_preproc=yes
12709 no:yes:* )
12710 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12711 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12712 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12713 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12714 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12715 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12716 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12717 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12718 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12719 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12720 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12721 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12722 ( cat <<\_ASBOX
12723 ## ------------------------------------ ##
12724 ## Report this to wine-devel@winehq.org ##
12725 ## ------------------------------------ ##
12726 _ASBOX
12727 ) | sed "s/^/$as_me: WARNING: /" >&2
12729 esac
12730 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12731 $as_echo_n "checking for $ac_header... " >&6; }
12732 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12733 $as_echo_n "(cached) " >&6
12734 else
12735 eval "$as_ac_Header=\$ac_header_preproc"
12737 ac_res=`eval 'as_val=${'$as_ac_Header'}
12738 $as_echo "$as_val"'`
12739 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12740 $as_echo "$ac_res" >&6; }
12743 as_val=`eval 'as_val=${'$as_ac_Header'}
12744 $as_echo "$as_val"'`
12745 if test "x$as_val" = x""yes; then
12746 cat >>confdefs.h <<_ACEOF
12747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12748 _ACEOF
12752 done
12754 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12755 then
12756 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12757 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12758 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12759 $as_echo_n "(cached) " >&6
12760 else
12761 ac_check_lib_save_LIBS=$LIBS
12762 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12763 cat >conftest.$ac_ext <<_ACEOF
12764 /* confdefs.h. */
12765 _ACEOF
12766 cat confdefs.h >>conftest.$ac_ext
12767 cat >>conftest.$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12770 /* Override any GCC internal prototype to avoid an error.
12771 Use char because int might match the return type of a GCC
12772 builtin and then its argument prototype would still apply. */
12773 #ifdef __cplusplus
12774 extern "C"
12775 #endif
12776 char dbus_connection_close ();
12778 main ()
12780 return dbus_connection_close ();
12782 return 0;
12784 _ACEOF
12785 rm -f conftest.$ac_objext conftest$ac_exeext
12786 if { (ac_try="$ac_link"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12792 $as_echo "$ac_try_echo") >&5
12793 (eval "$ac_link") 2>conftest.er1
12794 ac_status=$?
12795 grep -v '^ *+' conftest.er1 >conftest.err
12796 rm -f conftest.er1
12797 cat conftest.err >&5
12798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12799 (exit $ac_status); } && {
12800 test -z "$ac_c_werror_flag" ||
12801 test ! -s conftest.err
12802 } && test -s conftest$ac_exeext && {
12803 test "$cross_compiling" = yes ||
12804 $as_test_x conftest$ac_exeext
12805 }; then
12806 ac_cv_lib_dbus_1_dbus_connection_close=yes
12807 else
12808 $as_echo "$as_me: failed program was:" >&5
12809 sed 's/^/| /' conftest.$ac_ext >&5
12811 ac_cv_lib_dbus_1_dbus_connection_close=no
12814 rm -rf conftest.dSYM
12815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12816 conftest$ac_exeext conftest.$ac_ext
12817 LIBS=$ac_check_lib_save_LIBS
12819 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12820 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12821 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12822 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12823 $as_echo_n "checking for -lhal... " >&6; }
12824 if test "${ac_cv_lib_soname_hal+set}" = set; then
12825 $as_echo_n "(cached) " >&6
12826 else
12827 ac_check_soname_save_LIBS=$LIBS
12828 LIBS="-lhal $ac_hal_libs $LIBS"
12829 cat >conftest.$ac_ext <<_ACEOF
12830 /* confdefs.h. */
12831 _ACEOF
12832 cat confdefs.h >>conftest.$ac_ext
12833 cat >>conftest.$ac_ext <<_ACEOF
12834 /* end confdefs.h. */
12836 /* Override any GCC internal prototype to avoid an error.
12837 Use char because int might match the return type of a GCC
12838 builtin and then its argument prototype would still apply. */
12839 #ifdef __cplusplus
12840 extern "C"
12841 #endif
12842 char libhal_ctx_new ();
12844 main ()
12846 return libhal_ctx_new ();
12848 return 0;
12850 _ACEOF
12851 rm -f conftest.$ac_objext conftest$ac_exeext
12852 if { (ac_try="$ac_link"
12853 case "(($ac_try" in
12854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12855 *) ac_try_echo=$ac_try;;
12856 esac
12857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12858 $as_echo "$ac_try_echo") >&5
12859 (eval "$ac_link") 2>conftest.er1
12860 ac_status=$?
12861 grep -v '^ *+' conftest.er1 >conftest.err
12862 rm -f conftest.er1
12863 cat conftest.err >&5
12864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); } && {
12866 test -z "$ac_c_werror_flag" ||
12867 test ! -s conftest.err
12868 } && test -s conftest$ac_exeext && {
12869 test "$cross_compiling" = yes ||
12870 $as_test_x conftest$ac_exeext
12871 }; then
12872 case "$LIBEXT" in
12873 dll) ;;
12874 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'` ;;
12875 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12876 esac
12877 else
12878 $as_echo "$as_me: failed program was:" >&5
12879 sed 's/^/| /' conftest.$ac_ext >&5
12884 rm -rf conftest.dSYM
12885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12886 conftest$ac_exeext conftest.$ac_ext
12887 LIBS=$ac_check_soname_save_LIBS
12889 if test "x$ac_cv_lib_soname_hal" = "x"; then
12890 { $as_echo "$as_me:$LINENO: result: not found" >&5
12891 $as_echo "not found" >&6; }
12893 else
12894 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12895 $as_echo "$ac_cv_lib_soname_hal" >&6; }
12897 cat >>confdefs.h <<_ACEOF
12898 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12899 _ACEOF
12901 HALINCL="$ac_hal_cflags"
12907 CPPFLAGS="$ac_save_CPPFLAGS"
12909 if test "x$ac_cv_lib_soname_hal" = "x"; then
12910 case "x$with_hal" in
12911 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12912 xno) ;;
12913 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12914 This is an error since --with-hal was requested." >&5
12915 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12916 This is an error since --with-hal was requested." >&2;}
12917 { (exit 1); exit 1; }; } ;;
12918 esac
12922 if test "x$with_gnutls" != "xno"
12923 then
12924 ac_save_CPPFLAGS="$CPPFLAGS"
12925 if test "$PKG_CONFIG" != "false"
12926 then
12927 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12928 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12929 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12931 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12932 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12933 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
12934 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12935 $as_echo_n "(cached) " >&6
12937 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12938 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
12939 else
12940 # Is the header compilable?
12941 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12942 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
12943 cat >conftest.$ac_ext <<_ACEOF
12944 /* confdefs.h. */
12945 _ACEOF
12946 cat confdefs.h >>conftest.$ac_ext
12947 cat >>conftest.$ac_ext <<_ACEOF
12948 /* end confdefs.h. */
12949 $ac_includes_default
12950 #include <gnutls/gnutls.h>
12951 _ACEOF
12952 rm -f conftest.$ac_objext
12953 if { (ac_try="$ac_compile"
12954 case "(($ac_try" in
12955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12956 *) ac_try_echo=$ac_try;;
12957 esac
12958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12959 $as_echo "$ac_try_echo") >&5
12960 (eval "$ac_compile") 2>conftest.er1
12961 ac_status=$?
12962 grep -v '^ *+' conftest.er1 >conftest.err
12963 rm -f conftest.er1
12964 cat conftest.err >&5
12965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12966 (exit $ac_status); } && {
12967 test -z "$ac_c_werror_flag" ||
12968 test ! -s conftest.err
12969 } && test -s conftest.$ac_objext; then
12970 ac_header_compiler=yes
12971 else
12972 $as_echo "$as_me: failed program was:" >&5
12973 sed 's/^/| /' conftest.$ac_ext >&5
12975 ac_header_compiler=no
12978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12979 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12980 $as_echo "$ac_header_compiler" >&6; }
12982 # Is the header present?
12983 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12984 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
12985 cat >conftest.$ac_ext <<_ACEOF
12986 /* confdefs.h. */
12987 _ACEOF
12988 cat confdefs.h >>conftest.$ac_ext
12989 cat >>conftest.$ac_ext <<_ACEOF
12990 /* end confdefs.h. */
12991 #include <gnutls/gnutls.h>
12992 _ACEOF
12993 if { (ac_try="$ac_cpp conftest.$ac_ext"
12994 case "(($ac_try" in
12995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12996 *) ac_try_echo=$ac_try;;
12997 esac
12998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12999 $as_echo "$ac_try_echo") >&5
13000 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13001 ac_status=$?
13002 grep -v '^ *+' conftest.er1 >conftest.err
13003 rm -f conftest.er1
13004 cat conftest.err >&5
13005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006 (exit $ac_status); } >/dev/null && {
13007 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13008 test ! -s conftest.err
13009 }; then
13010 ac_header_preproc=yes
13011 else
13012 $as_echo "$as_me: failed program was:" >&5
13013 sed 's/^/| /' conftest.$ac_ext >&5
13015 ac_header_preproc=no
13018 rm -f conftest.err conftest.$ac_ext
13019 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13020 $as_echo "$ac_header_preproc" >&6; }
13022 # So? What about this header?
13023 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13024 yes:no: )
13025 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13026 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13027 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13028 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13029 ac_header_preproc=yes
13031 no:yes:* )
13032 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13033 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13034 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13035 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13036 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13037 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13038 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13039 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13040 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13041 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13042 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13043 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13044 ( cat <<\_ASBOX
13045 ## ------------------------------------ ##
13046 ## Report this to wine-devel@winehq.org ##
13047 ## ------------------------------------ ##
13048 _ASBOX
13049 ) | sed "s/^/$as_me: WARNING: /" >&2
13051 esac
13052 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13053 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13054 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13055 $as_echo_n "(cached) " >&6
13056 else
13057 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13059 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13060 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13063 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13064 cat >conftest.$ac_ext <<_ACEOF
13065 /* confdefs.h. */
13066 _ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13070 #include <gnutls/gnutls.h>
13072 main ()
13074 typeof(gnutls_mac_get_key_size) *pfunc;
13076 return 0;
13078 _ACEOF
13079 rm -f conftest.$ac_objext
13080 if { (ac_try="$ac_compile"
13081 case "(($ac_try" in
13082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13083 *) ac_try_echo=$ac_try;;
13084 esac
13085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13086 $as_echo "$ac_try_echo") >&5
13087 (eval "$ac_compile") 2>conftest.er1
13088 ac_status=$?
13089 grep -v '^ *+' conftest.er1 >conftest.err
13090 rm -f conftest.er1
13091 cat conftest.err >&5
13092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13093 (exit $ac_status); } && {
13094 test -z "$ac_c_werror_flag" ||
13095 test ! -s conftest.err
13096 } && test -s conftest.$ac_objext; then
13097 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13098 $as_echo_n "checking for -lgnutls... " >&6; }
13099 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13100 $as_echo_n "(cached) " >&6
13101 else
13102 ac_check_soname_save_LIBS=$LIBS
13103 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13104 cat >conftest.$ac_ext <<_ACEOF
13105 /* confdefs.h. */
13106 _ACEOF
13107 cat confdefs.h >>conftest.$ac_ext
13108 cat >>conftest.$ac_ext <<_ACEOF
13109 /* end confdefs.h. */
13111 /* Override any GCC internal prototype to avoid an error.
13112 Use char because int might match the return type of a GCC
13113 builtin and then its argument prototype would still apply. */
13114 #ifdef __cplusplus
13115 extern "C"
13116 #endif
13117 char gnutls_global_init ();
13119 main ()
13121 return gnutls_global_init ();
13123 return 0;
13125 _ACEOF
13126 rm -f conftest.$ac_objext conftest$ac_exeext
13127 if { (ac_try="$ac_link"
13128 case "(($ac_try" in
13129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13130 *) ac_try_echo=$ac_try;;
13131 esac
13132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13133 $as_echo "$ac_try_echo") >&5
13134 (eval "$ac_link") 2>conftest.er1
13135 ac_status=$?
13136 grep -v '^ *+' conftest.er1 >conftest.err
13137 rm -f conftest.er1
13138 cat conftest.err >&5
13139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } && {
13141 test -z "$ac_c_werror_flag" ||
13142 test ! -s conftest.err
13143 } && test -s conftest$ac_exeext && {
13144 test "$cross_compiling" = yes ||
13145 $as_test_x conftest$ac_exeext
13146 }; then
13147 case "$LIBEXT" in
13148 dll) ;;
13149 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'` ;;
13150 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13151 esac
13152 else
13153 $as_echo "$as_me: failed program was:" >&5
13154 sed 's/^/| /' conftest.$ac_ext >&5
13159 rm -rf conftest.dSYM
13160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13161 conftest$ac_exeext conftest.$ac_ext
13162 LIBS=$ac_check_soname_save_LIBS
13164 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13165 { $as_echo "$as_me:$LINENO: result: not found" >&5
13166 $as_echo "not found" >&6; }
13168 else
13169 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13170 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13172 cat >>confdefs.h <<_ACEOF
13173 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13174 _ACEOF
13176 GNUTLSINCL="$ac_gnutls_cflags"
13180 else
13181 $as_echo "$as_me: failed program was:" >&5
13182 sed 's/^/| /' conftest.$ac_ext >&5
13187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13191 CPPFLAGS="$ac_save_CPPFLAGS"
13193 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13194 case "x$with_gnutls" in
13195 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13196 xno) ;;
13197 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13198 This is an error since --with-gnutls was requested." >&5
13199 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13200 This is an error since --with-gnutls was requested." >&2;}
13201 { (exit 1); exit 1; }; } ;;
13202 esac
13206 CURSESLIBS=""
13207 if test "$ac_cv_header_ncurses_h" = "yes"
13208 then
13209 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13210 $as_echo_n "checking for -lncurses... " >&6; }
13211 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13212 $as_echo_n "(cached) " >&6
13213 else
13214 ac_check_soname_save_LIBS=$LIBS
13215 LIBS="-lncurses $LIBS"
13216 cat >conftest.$ac_ext <<_ACEOF
13217 /* confdefs.h. */
13218 _ACEOF
13219 cat confdefs.h >>conftest.$ac_ext
13220 cat >>conftest.$ac_ext <<_ACEOF
13221 /* end confdefs.h. */
13223 /* Override any GCC internal prototype to avoid an error.
13224 Use char because int might match the return type of a GCC
13225 builtin and then its argument prototype would still apply. */
13226 #ifdef __cplusplus
13227 extern "C"
13228 #endif
13229 char waddch ();
13231 main ()
13233 return waddch ();
13235 return 0;
13237 _ACEOF
13238 rm -f conftest.$ac_objext conftest$ac_exeext
13239 if { (ac_try="$ac_link"
13240 case "(($ac_try" in
13241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13242 *) ac_try_echo=$ac_try;;
13243 esac
13244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13245 $as_echo "$ac_try_echo") >&5
13246 (eval "$ac_link") 2>conftest.er1
13247 ac_status=$?
13248 grep -v '^ *+' conftest.er1 >conftest.err
13249 rm -f conftest.er1
13250 cat conftest.err >&5
13251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); } && {
13253 test -z "$ac_c_werror_flag" ||
13254 test ! -s conftest.err
13255 } && test -s conftest$ac_exeext && {
13256 test "$cross_compiling" = yes ||
13257 $as_test_x conftest$ac_exeext
13258 }; then
13259 case "$LIBEXT" in
13260 dll) ;;
13261 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'` ;;
13262 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13263 esac
13264 else
13265 $as_echo "$as_me: failed program was:" >&5
13266 sed 's/^/| /' conftest.$ac_ext >&5
13271 rm -rf conftest.dSYM
13272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13273 conftest$ac_exeext conftest.$ac_ext
13274 LIBS=$ac_check_soname_save_LIBS
13276 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13277 { $as_echo "$as_me:$LINENO: result: not found" >&5
13278 $as_echo "not found" >&6; }
13280 else
13281 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13282 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13284 cat >>confdefs.h <<_ACEOF
13285 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13286 _ACEOF
13288 CURSESLIBS="-lncurses"
13291 elif test "$ac_cv_header_curses_h" = "yes"
13292 then
13293 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13294 $as_echo_n "checking for -lcurses... " >&6; }
13295 if test "${ac_cv_lib_soname_curses+set}" = set; then
13296 $as_echo_n "(cached) " >&6
13297 else
13298 ac_check_soname_save_LIBS=$LIBS
13299 LIBS="-lcurses $LIBS"
13300 cat >conftest.$ac_ext <<_ACEOF
13301 /* confdefs.h. */
13302 _ACEOF
13303 cat confdefs.h >>conftest.$ac_ext
13304 cat >>conftest.$ac_ext <<_ACEOF
13305 /* end confdefs.h. */
13307 /* Override any GCC internal prototype to avoid an error.
13308 Use char because int might match the return type of a GCC
13309 builtin and then its argument prototype would still apply. */
13310 #ifdef __cplusplus
13311 extern "C"
13312 #endif
13313 char waddch ();
13315 main ()
13317 return waddch ();
13319 return 0;
13321 _ACEOF
13322 rm -f conftest.$ac_objext conftest$ac_exeext
13323 if { (ac_try="$ac_link"
13324 case "(($ac_try" in
13325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13326 *) ac_try_echo=$ac_try;;
13327 esac
13328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13329 $as_echo "$ac_try_echo") >&5
13330 (eval "$ac_link") 2>conftest.er1
13331 ac_status=$?
13332 grep -v '^ *+' conftest.er1 >conftest.err
13333 rm -f conftest.er1
13334 cat conftest.err >&5
13335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13336 (exit $ac_status); } && {
13337 test -z "$ac_c_werror_flag" ||
13338 test ! -s conftest.err
13339 } && test -s conftest$ac_exeext && {
13340 test "$cross_compiling" = yes ||
13341 $as_test_x conftest$ac_exeext
13342 }; then
13343 case "$LIBEXT" in
13344 dll) ;;
13345 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'` ;;
13346 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13347 esac
13348 else
13349 $as_echo "$as_me: failed program was:" >&5
13350 sed 's/^/| /' conftest.$ac_ext >&5
13355 rm -rf conftest.dSYM
13356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13357 conftest$ac_exeext conftest.$ac_ext
13358 LIBS=$ac_check_soname_save_LIBS
13360 if test "x$ac_cv_lib_soname_curses" = "x"; then
13361 { $as_echo "$as_me:$LINENO: result: not found" >&5
13362 $as_echo "not found" >&6; }
13364 else
13365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13366 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13368 cat >>confdefs.h <<_ACEOF
13369 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13370 _ACEOF
13372 CURSESLIBS="-lcurses"
13376 ac_save_LIBS="$LIBS"
13377 LIBS="$LIBS $CURSESLIBS"
13379 for ac_func in mousemask
13381 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13382 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13383 $as_echo_n "checking for $ac_func... " >&6; }
13384 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13385 $as_echo_n "(cached) " >&6
13386 else
13387 cat >conftest.$ac_ext <<_ACEOF
13388 /* confdefs.h. */
13389 _ACEOF
13390 cat confdefs.h >>conftest.$ac_ext
13391 cat >>conftest.$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13393 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13395 #define $ac_func innocuous_$ac_func
13397 /* System header to define __stub macros and hopefully few prototypes,
13398 which can conflict with char $ac_func (); below.
13399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13400 <limits.h> exists even on freestanding compilers. */
13402 #ifdef __STDC__
13403 # include <limits.h>
13404 #else
13405 # include <assert.h>
13406 #endif
13408 #undef $ac_func
13410 /* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13413 #ifdef __cplusplus
13414 extern "C"
13415 #endif
13416 char $ac_func ();
13417 /* The GNU C library defines this for functions which it implements
13418 to always fail with ENOSYS. Some functions are actually named
13419 something starting with __ and the normal name is an alias. */
13420 #if defined __stub_$ac_func || defined __stub___$ac_func
13421 choke me
13422 #endif
13425 main ()
13427 return $ac_func ();
13429 return 0;
13431 _ACEOF
13432 rm -f conftest.$ac_objext conftest$ac_exeext
13433 if { (ac_try="$ac_link"
13434 case "(($ac_try" in
13435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13436 *) ac_try_echo=$ac_try;;
13437 esac
13438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13439 $as_echo "$ac_try_echo") >&5
13440 (eval "$ac_link") 2>conftest.er1
13441 ac_status=$?
13442 grep -v '^ *+' conftest.er1 >conftest.err
13443 rm -f conftest.er1
13444 cat conftest.err >&5
13445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } && {
13447 test -z "$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13449 } && test -s conftest$ac_exeext && {
13450 test "$cross_compiling" = yes ||
13451 $as_test_x conftest$ac_exeext
13452 }; then
13453 eval "$as_ac_var=yes"
13454 else
13455 $as_echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13458 eval "$as_ac_var=no"
13461 rm -rf conftest.dSYM
13462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13463 conftest$ac_exeext conftest.$ac_ext
13465 ac_res=`eval 'as_val=${'$as_ac_var'}
13466 $as_echo "$as_val"'`
13467 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13468 $as_echo "$ac_res" >&6; }
13469 as_val=`eval 'as_val=${'$as_ac_var'}
13470 $as_echo "$as_val"'`
13471 if test "x$as_val" = x""yes; then
13472 cat >>confdefs.h <<_ACEOF
13473 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13474 _ACEOF
13477 done
13479 LIBS="$ac_save_LIBS"
13480 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13481 case "x$with_curses" in
13482 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13483 xno) ;;
13484 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13485 This is an error since --with-curses was requested." >&5
13486 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13487 This is an error since --with-curses was requested." >&2;}
13488 { (exit 1); exit 1; }; } ;;
13489 esac
13493 if test "x$with_sane" != "xno"
13494 then
13495 ac_save_CPPFLAGS="$CPPFLAGS"
13496 # Extract the first word of "sane-config", so it can be a program name with args.
13497 set dummy sane-config; ac_word=$2
13498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13499 $as_echo_n "checking for $ac_word... " >&6; }
13500 if test "${ac_cv_prog_sane_devel+set}" = set; then
13501 $as_echo_n "(cached) " >&6
13502 else
13503 if test -n "$sane_devel"; then
13504 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13505 else
13506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13507 for as_dir in $PATH
13509 IFS=$as_save_IFS
13510 test -z "$as_dir" && as_dir=.
13511 for ac_exec_ext in '' $ac_executable_extensions; do
13512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13513 ac_cv_prog_sane_devel="sane-config"
13514 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13515 break 2
13517 done
13518 done
13519 IFS=$as_save_IFS
13521 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13524 sane_devel=$ac_cv_prog_sane_devel
13525 if test -n "$sane_devel"; then
13526 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13527 $as_echo "$sane_devel" >&6; }
13528 else
13529 { $as_echo "$as_me:$LINENO: result: no" >&5
13530 $as_echo "no" >&6; }
13534 if test "$sane_devel" != "no"
13535 then
13536 ac_sane_incl="`$sane_devel --cflags`"
13537 ac_sane_libs="`$sane_devel --ldflags`"
13538 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13540 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13541 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13542 $as_echo_n "checking for sane/sane.h... " >&6; }
13543 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13544 $as_echo_n "(cached) " >&6
13546 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13547 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13548 else
13549 # Is the header compilable?
13550 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13551 $as_echo_n "checking sane/sane.h usability... " >&6; }
13552 cat >conftest.$ac_ext <<_ACEOF
13553 /* confdefs.h. */
13554 _ACEOF
13555 cat confdefs.h >>conftest.$ac_ext
13556 cat >>conftest.$ac_ext <<_ACEOF
13557 /* end confdefs.h. */
13558 $ac_includes_default
13559 #include <sane/sane.h>
13560 _ACEOF
13561 rm -f conftest.$ac_objext
13562 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
13579 ac_header_compiler=yes
13580 else
13581 $as_echo "$as_me: failed program was:" >&5
13582 sed 's/^/| /' conftest.$ac_ext >&5
13584 ac_header_compiler=no
13587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13588 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13589 $as_echo "$ac_header_compiler" >&6; }
13591 # Is the header present?
13592 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13593 $as_echo_n "checking sane/sane.h presence... " >&6; }
13594 cat >conftest.$ac_ext <<_ACEOF
13595 /* confdefs.h. */
13596 _ACEOF
13597 cat confdefs.h >>conftest.$ac_ext
13598 cat >>conftest.$ac_ext <<_ACEOF
13599 /* end confdefs.h. */
13600 #include <sane/sane.h>
13601 _ACEOF
13602 if { (ac_try="$ac_cpp conftest.$ac_ext"
13603 case "(($ac_try" in
13604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13605 *) ac_try_echo=$ac_try;;
13606 esac
13607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13608 $as_echo "$ac_try_echo") >&5
13609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13610 ac_status=$?
13611 grep -v '^ *+' conftest.er1 >conftest.err
13612 rm -f conftest.er1
13613 cat conftest.err >&5
13614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13615 (exit $ac_status); } >/dev/null && {
13616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13617 test ! -s conftest.err
13618 }; then
13619 ac_header_preproc=yes
13620 else
13621 $as_echo "$as_me: failed program was:" >&5
13622 sed 's/^/| /' conftest.$ac_ext >&5
13624 ac_header_preproc=no
13627 rm -f conftest.err conftest.$ac_ext
13628 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13629 $as_echo "$ac_header_preproc" >&6; }
13631 # So? What about this header?
13632 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13633 yes:no: )
13634 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13635 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13636 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13637 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13638 ac_header_preproc=yes
13640 no:yes:* )
13641 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13642 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13643 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13644 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13645 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13646 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13647 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13648 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13649 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13650 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13651 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13652 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13653 ( cat <<\_ASBOX
13654 ## ------------------------------------ ##
13655 ## Report this to wine-devel@winehq.org ##
13656 ## ------------------------------------ ##
13657 _ASBOX
13658 ) | sed "s/^/$as_me: WARNING: /" >&2
13660 esac
13661 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13662 $as_echo_n "checking for sane/sane.h... " >&6; }
13663 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13664 $as_echo_n "(cached) " >&6
13665 else
13666 ac_cv_header_sane_sane_h=$ac_header_preproc
13668 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13669 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13672 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13673 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13674 $as_echo_n "checking for -lsane... " >&6; }
13675 if test "${ac_cv_lib_soname_sane+set}" = set; then
13676 $as_echo_n "(cached) " >&6
13677 else
13678 ac_check_soname_save_LIBS=$LIBS
13679 LIBS="-lsane $ac_sane_libs $LIBS"
13680 cat >conftest.$ac_ext <<_ACEOF
13681 /* confdefs.h. */
13682 _ACEOF
13683 cat confdefs.h >>conftest.$ac_ext
13684 cat >>conftest.$ac_ext <<_ACEOF
13685 /* end confdefs.h. */
13687 /* Override any GCC internal prototype to avoid an error.
13688 Use char because int might match the return type of a GCC
13689 builtin and then its argument prototype would still apply. */
13690 #ifdef __cplusplus
13691 extern "C"
13692 #endif
13693 char sane_init ();
13695 main ()
13697 return sane_init ();
13699 return 0;
13701 _ACEOF
13702 rm -f conftest.$ac_objext conftest$ac_exeext
13703 if { (ac_try="$ac_link"
13704 case "(($ac_try" in
13705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13706 *) ac_try_echo=$ac_try;;
13707 esac
13708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13709 $as_echo "$ac_try_echo") >&5
13710 (eval "$ac_link") 2>conftest.er1
13711 ac_status=$?
13712 grep -v '^ *+' conftest.er1 >conftest.err
13713 rm -f conftest.er1
13714 cat conftest.err >&5
13715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716 (exit $ac_status); } && {
13717 test -z "$ac_c_werror_flag" ||
13718 test ! -s conftest.err
13719 } && test -s conftest$ac_exeext && {
13720 test "$cross_compiling" = yes ||
13721 $as_test_x conftest$ac_exeext
13722 }; then
13723 case "$LIBEXT" in
13724 dll) ;;
13725 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'` ;;
13726 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13727 esac
13728 else
13729 $as_echo "$as_me: failed program was:" >&5
13730 sed 's/^/| /' conftest.$ac_ext >&5
13735 rm -rf conftest.dSYM
13736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13737 conftest$ac_exeext conftest.$ac_ext
13738 LIBS=$ac_check_soname_save_LIBS
13740 if test "x$ac_cv_lib_soname_sane" = "x"; then
13741 { $as_echo "$as_me:$LINENO: result: not found" >&5
13742 $as_echo "not found" >&6; }
13744 else
13745 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13746 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13748 cat >>confdefs.h <<_ACEOF
13749 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13750 _ACEOF
13752 SANEINCL="$ac_sane_incl"
13759 CPPFLAGS="$ac_save_CPPFLAGS"
13761 if test "x$ac_cv_lib_soname_sane" = "x"; then
13762 case "x$with_sane" in
13763 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13764 xno) ;;
13765 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13766 This is an error since --with-sane was requested." >&5
13767 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13768 This is an error since --with-sane was requested." >&2;}
13769 { (exit 1); exit 1; }; } ;;
13770 esac
13774 if test "x$with_gphoto" != "xno"
13775 then
13776 ac_save_CPPFLAGS="$CPPFLAGS"
13777 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13778 set dummy gphoto2-config; ac_word=$2
13779 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13780 $as_echo_n "checking for $ac_word... " >&6; }
13781 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13782 $as_echo_n "(cached) " >&6
13783 else
13784 if test -n "$gphoto2_devel"; then
13785 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13786 else
13787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13788 for as_dir in $PATH
13790 IFS=$as_save_IFS
13791 test -z "$as_dir" && as_dir=.
13792 for ac_exec_ext in '' $ac_executable_extensions; do
13793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13794 ac_cv_prog_gphoto2_devel="gphoto2-config"
13795 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13796 break 2
13798 done
13799 done
13800 IFS=$as_save_IFS
13802 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13805 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13806 if test -n "$gphoto2_devel"; then
13807 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13808 $as_echo "$gphoto2_devel" >&6; }
13809 else
13810 { $as_echo "$as_me:$LINENO: result: no" >&5
13811 $as_echo "no" >&6; }
13815 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13816 set dummy gphoto2-port-config; ac_word=$2
13817 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13818 $as_echo_n "checking for $ac_word... " >&6; }
13819 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13820 $as_echo_n "(cached) " >&6
13821 else
13822 if test -n "$gphoto2port_devel"; then
13823 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13824 else
13825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13826 for as_dir in $PATH
13828 IFS=$as_save_IFS
13829 test -z "$as_dir" && as_dir=.
13830 for ac_exec_ext in '' $ac_executable_extensions; do
13831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13832 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13833 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13834 break 2
13836 done
13837 done
13838 IFS=$as_save_IFS
13840 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13843 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13844 if test -n "$gphoto2port_devel"; then
13845 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13846 $as_echo "$gphoto2port_devel" >&6; }
13847 else
13848 { $as_echo "$as_me:$LINENO: result: no" >&5
13849 $as_echo "no" >&6; }
13853 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13854 then
13855 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13856 ac_gphoto2_libs=""
13857 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13859 case "$i" in
13860 -L/usr/lib|-L/usr/lib64) ;;
13861 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13862 esac
13863 done
13864 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13866 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13867 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13868 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13869 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13870 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13871 $as_echo_n "(cached) " >&6
13873 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13874 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13875 else
13876 # Is the header compilable?
13877 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13878 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13879 cat >conftest.$ac_ext <<_ACEOF
13880 /* confdefs.h. */
13881 _ACEOF
13882 cat confdefs.h >>conftest.$ac_ext
13883 cat >>conftest.$ac_ext <<_ACEOF
13884 /* end confdefs.h. */
13885 $ac_includes_default
13886 #include <gphoto2-camera.h>
13887 _ACEOF
13888 rm -f conftest.$ac_objext
13889 if { (ac_try="$ac_compile"
13890 case "(($ac_try" in
13891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13892 *) ac_try_echo=$ac_try;;
13893 esac
13894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13895 $as_echo "$ac_try_echo") >&5
13896 (eval "$ac_compile") 2>conftest.er1
13897 ac_status=$?
13898 grep -v '^ *+' conftest.er1 >conftest.err
13899 rm -f conftest.er1
13900 cat conftest.err >&5
13901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13902 (exit $ac_status); } && {
13903 test -z "$ac_c_werror_flag" ||
13904 test ! -s conftest.err
13905 } && test -s conftest.$ac_objext; then
13906 ac_header_compiler=yes
13907 else
13908 $as_echo "$as_me: failed program was:" >&5
13909 sed 's/^/| /' conftest.$ac_ext >&5
13911 ac_header_compiler=no
13914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13915 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13916 $as_echo "$ac_header_compiler" >&6; }
13918 # Is the header present?
13919 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13920 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
13921 cat >conftest.$ac_ext <<_ACEOF
13922 /* confdefs.h. */
13923 _ACEOF
13924 cat confdefs.h >>conftest.$ac_ext
13925 cat >>conftest.$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13927 #include <gphoto2-camera.h>
13928 _ACEOF
13929 if { (ac_try="$ac_cpp conftest.$ac_ext"
13930 case "(($ac_try" in
13931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13932 *) ac_try_echo=$ac_try;;
13933 esac
13934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13935 $as_echo "$ac_try_echo") >&5
13936 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13937 ac_status=$?
13938 grep -v '^ *+' conftest.er1 >conftest.err
13939 rm -f conftest.er1
13940 cat conftest.err >&5
13941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13942 (exit $ac_status); } >/dev/null && {
13943 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13944 test ! -s conftest.err
13945 }; then
13946 ac_header_preproc=yes
13947 else
13948 $as_echo "$as_me: failed program was:" >&5
13949 sed 's/^/| /' conftest.$ac_ext >&5
13951 ac_header_preproc=no
13954 rm -f conftest.err conftest.$ac_ext
13955 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13956 $as_echo "$ac_header_preproc" >&6; }
13958 # So? What about this header?
13959 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13960 yes:no: )
13961 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13962 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13963 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13964 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13965 ac_header_preproc=yes
13967 no:yes:* )
13968 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13969 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13970 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13971 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13972 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13973 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13974 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13975 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13976 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13977 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13978 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13979 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13980 ( cat <<\_ASBOX
13981 ## ------------------------------------ ##
13982 ## Report this to wine-devel@winehq.org ##
13983 ## ------------------------------------ ##
13984 _ASBOX
13985 ) | sed "s/^/$as_me: WARNING: /" >&2
13987 esac
13988 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13989 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13990 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13991 $as_echo_n "(cached) " >&6
13992 else
13993 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13995 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13996 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13999 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14000 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14001 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14002 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14003 $as_echo_n "(cached) " >&6
14004 else
14005 ac_check_lib_save_LIBS=$LIBS
14006 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14007 cat >conftest.$ac_ext <<_ACEOF
14008 /* confdefs.h. */
14009 _ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14014 /* Override any GCC internal prototype to avoid an error.
14015 Use char because int might match the return type of a GCC
14016 builtin and then its argument prototype would still apply. */
14017 #ifdef __cplusplus
14018 extern "C"
14019 #endif
14020 char gp_camera_new ();
14022 main ()
14024 return gp_camera_new ();
14026 return 0;
14028 _ACEOF
14029 rm -f conftest.$ac_objext conftest$ac_exeext
14030 if { (ac_try="$ac_link"
14031 case "(($ac_try" in
14032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14033 *) ac_try_echo=$ac_try;;
14034 esac
14035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14036 $as_echo "$ac_try_echo") >&5
14037 (eval "$ac_link") 2>conftest.er1
14038 ac_status=$?
14039 grep -v '^ *+' conftest.er1 >conftest.err
14040 rm -f conftest.er1
14041 cat conftest.err >&5
14042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14043 (exit $ac_status); } && {
14044 test -z "$ac_c_werror_flag" ||
14045 test ! -s conftest.err
14046 } && test -s conftest$ac_exeext && {
14047 test "$cross_compiling" = yes ||
14048 $as_test_x conftest$ac_exeext
14049 }; then
14050 ac_cv_lib_gphoto2_gp_camera_new=yes
14051 else
14052 $as_echo "$as_me: failed program was:" >&5
14053 sed 's/^/| /' conftest.$ac_ext >&5
14055 ac_cv_lib_gphoto2_gp_camera_new=no
14058 rm -rf conftest.dSYM
14059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14060 conftest$ac_exeext conftest.$ac_ext
14061 LIBS=$ac_check_lib_save_LIBS
14063 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14064 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14065 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14067 cat >>confdefs.h <<\_ACEOF
14068 #define HAVE_GPHOTO2 1
14069 _ACEOF
14071 GPHOTO2LIBS="$ac_gphoto2_libs"
14073 GPHOTO2INCL="$ac_gphoto2_incl"
14080 CPPFLAGS="$ac_save_CPPFLAGS"
14082 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14083 case "x$with_gphoto" in
14084 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14085 xno) ;;
14086 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14087 This is an error since --with-gphoto was requested." >&5
14088 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14089 This is an error since --with-gphoto was requested." >&2;}
14090 { (exit 1); exit 1; }; } ;;
14091 esac
14096 RESOLVLIBS=""
14098 if test "$ac_cv_header_resolv_h" = "yes"
14099 then
14100 ac_save_LIBS="$LIBS"
14101 LIBS="$LIBS -lresolv"
14102 cat >conftest.$ac_ext <<_ACEOF
14103 /* confdefs.h. */
14104 _ACEOF
14105 cat confdefs.h >>conftest.$ac_ext
14106 cat >>conftest.$ac_ext <<_ACEOF
14107 /* end confdefs.h. */
14108 #ifdef HAVE_NETINET_IN_H
14109 #include <netinet/in.h>
14110 #endif
14111 #include <resolv.h>
14113 main ()
14115 res_init();
14117 return 0;
14119 _ACEOF
14120 rm -f conftest.$ac_objext conftest$ac_exeext
14121 if { (ac_try="$ac_link"
14122 case "(($ac_try" in
14123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14124 *) ac_try_echo=$ac_try;;
14125 esac
14126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14127 $as_echo "$ac_try_echo") >&5
14128 (eval "$ac_link") 2>conftest.er1
14129 ac_status=$?
14130 grep -v '^ *+' conftest.er1 >conftest.err
14131 rm -f conftest.er1
14132 cat conftest.err >&5
14133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14134 (exit $ac_status); } && {
14135 test -z "$ac_c_werror_flag" ||
14136 test ! -s conftest.err
14137 } && test -s conftest$ac_exeext && {
14138 test "$cross_compiling" = yes ||
14139 $as_test_x conftest$ac_exeext
14140 }; then
14142 cat >>confdefs.h <<\_ACEOF
14143 #define HAVE_RESOLV 1
14144 _ACEOF
14146 RESOLVLIBS="-lresolv"
14147 else
14148 $as_echo "$as_me: failed program was:" >&5
14149 sed 's/^/| /' conftest.$ac_ext >&5
14154 rm -rf conftest.dSYM
14155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14156 conftest$ac_exeext conftest.$ac_ext
14157 LIBS="$ac_save_LIBS"
14160 LCMSLIBS=""
14162 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14163 then
14164 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14165 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14166 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14167 $as_echo_n "(cached) " >&6
14168 else
14169 ac_check_lib_save_LIBS=$LIBS
14170 LIBS="-llcms $LIBS"
14171 cat >conftest.$ac_ext <<_ACEOF
14172 /* confdefs.h. */
14173 _ACEOF
14174 cat confdefs.h >>conftest.$ac_ext
14175 cat >>conftest.$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14178 /* Override any GCC internal prototype to avoid an error.
14179 Use char because int might match the return type of a GCC
14180 builtin and then its argument prototype would still apply. */
14181 #ifdef __cplusplus
14182 extern "C"
14183 #endif
14184 char cmsOpenProfileFromFile ();
14186 main ()
14188 return cmsOpenProfileFromFile ();
14190 return 0;
14192 _ACEOF
14193 rm -f conftest.$ac_objext conftest$ac_exeext
14194 if { (ac_try="$ac_link"
14195 case "(($ac_try" in
14196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14198 esac
14199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14200 $as_echo "$ac_try_echo") >&5
14201 (eval "$ac_link") 2>conftest.er1
14202 ac_status=$?
14203 grep -v '^ *+' conftest.er1 >conftest.err
14204 rm -f conftest.er1
14205 cat conftest.err >&5
14206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207 (exit $ac_status); } && {
14208 test -z "$ac_c_werror_flag" ||
14209 test ! -s conftest.err
14210 } && test -s conftest$ac_exeext && {
14211 test "$cross_compiling" = yes ||
14212 $as_test_x conftest$ac_exeext
14213 }; then
14214 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14215 else
14216 $as_echo "$as_me: failed program was:" >&5
14217 sed 's/^/| /' conftest.$ac_ext >&5
14219 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14222 rm -rf conftest.dSYM
14223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14224 conftest$ac_exeext conftest.$ac_ext
14225 LIBS=$ac_check_lib_save_LIBS
14227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14228 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14229 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14231 cat >>confdefs.h <<\_ACEOF
14232 #define HAVE_LCMS 1
14233 _ACEOF
14235 LCMSLIBS="-llcms"
14239 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14240 case "x$with_cms" in
14241 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14242 xno) ;;
14243 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14244 This is an error since --with-cms was requested." >&5
14245 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14246 This is an error since --with-cms was requested." >&2;}
14247 { (exit 1); exit 1; }; } ;;
14248 esac
14252 if test "x$with_freetype" != "xno"
14253 then
14254 for ac_prog in freetype-config freetype2-config
14256 # Extract the first word of "$ac_prog", so it can be a program name with args.
14257 set dummy $ac_prog; ac_word=$2
14258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14259 $as_echo_n "checking for $ac_word... " >&6; }
14260 if test "${ac_cv_prog_ft_devel+set}" = set; then
14261 $as_echo_n "(cached) " >&6
14262 else
14263 if test -n "$ft_devel"; then
14264 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14265 else
14266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14267 for as_dir in $PATH
14269 IFS=$as_save_IFS
14270 test -z "$as_dir" && as_dir=.
14271 for ac_exec_ext in '' $ac_executable_extensions; do
14272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14273 ac_cv_prog_ft_devel="$ac_prog"
14274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14275 break 2
14277 done
14278 done
14279 IFS=$as_save_IFS
14283 ft_devel=$ac_cv_prog_ft_devel
14284 if test -n "$ft_devel"; then
14285 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14286 $as_echo "$ft_devel" >&6; }
14287 else
14288 { $as_echo "$as_me:$LINENO: result: no" >&5
14289 $as_echo "no" >&6; }
14293 test -n "$ft_devel" && break
14294 done
14295 test -n "$ft_devel" || ft_devel="no"
14297 if test "$ft_devel" != "no"
14298 then
14299 ac_freetype_incl=`$ft_devel --cflags`
14300 ac_freetype_libs=`$ft_devel --libs`
14302 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14303 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14304 $as_echo_n "checking for -lfreetype... " >&6; }
14305 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14306 $as_echo_n "(cached) " >&6
14307 else
14308 ac_check_soname_save_LIBS=$LIBS
14309 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14310 cat >conftest.$ac_ext <<_ACEOF
14311 /* confdefs.h. */
14312 _ACEOF
14313 cat confdefs.h >>conftest.$ac_ext
14314 cat >>conftest.$ac_ext <<_ACEOF
14315 /* end confdefs.h. */
14317 /* Override any GCC internal prototype to avoid an error.
14318 Use char because int might match the return type of a GCC
14319 builtin and then its argument prototype would still apply. */
14320 #ifdef __cplusplus
14321 extern "C"
14322 #endif
14323 char FT_Init_FreeType ();
14325 main ()
14327 return FT_Init_FreeType ();
14329 return 0;
14331 _ACEOF
14332 rm -f conftest.$ac_objext conftest$ac_exeext
14333 if { (ac_try="$ac_link"
14334 case "(($ac_try" in
14335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14336 *) ac_try_echo=$ac_try;;
14337 esac
14338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14339 $as_echo "$ac_try_echo") >&5
14340 (eval "$ac_link") 2>conftest.er1
14341 ac_status=$?
14342 grep -v '^ *+' conftest.er1 >conftest.err
14343 rm -f conftest.er1
14344 cat conftest.err >&5
14345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14346 (exit $ac_status); } && {
14347 test -z "$ac_c_werror_flag" ||
14348 test ! -s conftest.err
14349 } && test -s conftest$ac_exeext && {
14350 test "$cross_compiling" = yes ||
14351 $as_test_x conftest$ac_exeext
14352 }; then
14353 case "$LIBEXT" in
14354 dll) ;;
14355 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'` ;;
14356 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14357 esac
14358 else
14359 $as_echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14365 rm -rf conftest.dSYM
14366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14367 conftest$ac_exeext conftest.$ac_ext
14368 LIBS=$ac_check_soname_save_LIBS
14370 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14371 { $as_echo "$as_me:$LINENO: result: not found" >&5
14372 $as_echo "not found" >&6; }
14373 ft_lib=no
14374 else
14375 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14376 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14378 cat >>confdefs.h <<_ACEOF
14379 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14380 _ACEOF
14382 ft_lib=yes
14385 if test "$ft_lib" = "yes"
14386 then
14387 ac_save_CPPFLAGS="$CPPFLAGS"
14388 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14402 for ac_header in ft2build.h \
14403 freetype/freetype.h \
14404 freetype/ftglyph.h \
14405 freetype/fttypes.h \
14406 freetype/tttables.h \
14407 freetype/ftnames.h \
14408 freetype/ftsnames.h \
14409 freetype/ttnameid.h \
14410 freetype/ftoutln.h \
14411 freetype/ftwinfnt.h \
14412 freetype/ftmodapi.h \
14413 freetype/ftlcdfil.h \
14414 freetype/internal/sfnt.h
14416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14417 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14418 $as_echo_n "checking for $ac_header... " >&6; }
14419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14420 $as_echo_n "(cached) " >&6
14421 else
14422 cat >conftest.$ac_ext <<_ACEOF
14423 /* confdefs.h. */
14424 _ACEOF
14425 cat confdefs.h >>conftest.$ac_ext
14426 cat >>conftest.$ac_ext <<_ACEOF
14427 /* end confdefs.h. */
14428 #ifdef HAVE_FT2BUILD_H
14429 # include <ft2build.h>
14430 #endif
14432 #include <$ac_header>
14433 _ACEOF
14434 rm -f conftest.$ac_objext
14435 if { (ac_try="$ac_compile"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14441 $as_echo "$ac_try_echo") >&5
14442 (eval "$ac_compile") 2>conftest.er1
14443 ac_status=$?
14444 grep -v '^ *+' conftest.er1 >conftest.err
14445 rm -f conftest.er1
14446 cat conftest.err >&5
14447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); } && {
14449 test -z "$ac_c_werror_flag" ||
14450 test ! -s conftest.err
14451 } && test -s conftest.$ac_objext; then
14452 eval "$as_ac_Header=yes"
14453 else
14454 $as_echo "$as_me: failed program was:" >&5
14455 sed 's/^/| /' conftest.$ac_ext >&5
14457 eval "$as_ac_Header=no"
14460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14462 ac_res=`eval 'as_val=${'$as_ac_Header'}
14463 $as_echo "$as_val"'`
14464 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14465 $as_echo "$ac_res" >&6; }
14466 as_val=`eval 'as_val=${'$as_ac_Header'}
14467 $as_echo "$as_val"'`
14468 if test "x$as_val" = x""yes; then
14469 cat >>confdefs.h <<_ACEOF
14470 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14471 _ACEOF
14475 done
14477 cat >conftest.$ac_ext <<_ACEOF
14478 /* confdefs.h. */
14479 _ACEOF
14480 cat confdefs.h >>conftest.$ac_ext
14481 cat >>conftest.$ac_ext <<_ACEOF
14482 /* end confdefs.h. */
14483 #include <ft2build.h>
14484 #include <freetype/fttrigon.h>
14485 _ACEOF
14486 if { (ac_try="$ac_cpp conftest.$ac_ext"
14487 case "(($ac_try" in
14488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14489 *) ac_try_echo=$ac_try;;
14490 esac
14491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14492 $as_echo "$ac_try_echo") >&5
14493 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14494 ac_status=$?
14495 grep -v '^ *+' conftest.er1 >conftest.err
14496 rm -f conftest.er1
14497 cat conftest.err >&5
14498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14499 (exit $ac_status); } >/dev/null && {
14500 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14501 test ! -s conftest.err
14502 }; then
14504 cat >>confdefs.h <<\_ACEOF
14505 #define HAVE_FREETYPE_FTTRIGON_H 1
14506 _ACEOF
14508 wine_cv_fttrigon=yes
14509 else
14510 $as_echo "$as_me: failed program was:" >&5
14511 sed 's/^/| /' conftest.$ac_ext >&5
14513 wine_cv_fttrigon=no
14516 rm -f conftest.err conftest.$ac_ext
14517 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14518 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14519 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_cv_type_FT_TrueTypeEngineType=no
14523 cat >conftest.$ac_ext <<_ACEOF
14524 /* confdefs.h. */
14525 _ACEOF
14526 cat confdefs.h >>conftest.$ac_ext
14527 cat >>conftest.$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14529 #include <freetype/ftmodapi.h>
14532 main ()
14534 if (sizeof (FT_TrueTypeEngineType))
14535 return 0;
14537 return 0;
14539 _ACEOF
14540 rm -f conftest.$ac_objext
14541 if { (ac_try="$ac_compile"
14542 case "(($ac_try" in
14543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14544 *) ac_try_echo=$ac_try;;
14545 esac
14546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14547 $as_echo "$ac_try_echo") >&5
14548 (eval "$ac_compile") 2>conftest.er1
14549 ac_status=$?
14550 grep -v '^ *+' conftest.er1 >conftest.err
14551 rm -f conftest.er1
14552 cat conftest.err >&5
14553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14554 (exit $ac_status); } && {
14555 test -z "$ac_c_werror_flag" ||
14556 test ! -s conftest.err
14557 } && test -s conftest.$ac_objext; then
14558 cat >conftest.$ac_ext <<_ACEOF
14559 /* confdefs.h. */
14560 _ACEOF
14561 cat confdefs.h >>conftest.$ac_ext
14562 cat >>conftest.$ac_ext <<_ACEOF
14563 /* end confdefs.h. */
14564 #include <freetype/ftmodapi.h>
14567 main ()
14569 if (sizeof ((FT_TrueTypeEngineType)))
14570 return 0;
14572 return 0;
14574 _ACEOF
14575 rm -f conftest.$ac_objext
14576 if { (ac_try="$ac_compile"
14577 case "(($ac_try" in
14578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14580 esac
14581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14582 $as_echo "$ac_try_echo") >&5
14583 (eval "$ac_compile") 2>conftest.er1
14584 ac_status=$?
14585 grep -v '^ *+' conftest.er1 >conftest.err
14586 rm -f conftest.er1
14587 cat conftest.err >&5
14588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && {
14590 test -z "$ac_c_werror_flag" ||
14591 test ! -s conftest.err
14592 } && test -s conftest.$ac_objext; then
14594 else
14595 $as_echo "$as_me: failed program was:" >&5
14596 sed 's/^/| /' conftest.$ac_ext >&5
14598 ac_cv_type_FT_TrueTypeEngineType=yes
14601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14602 else
14603 $as_echo "$as_me: failed program was:" >&5
14604 sed 's/^/| /' conftest.$ac_ext >&5
14609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14611 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14612 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14613 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14615 cat >>confdefs.h <<_ACEOF
14616 #define HAVE_FT_TRUETYPEENGINETYPE 1
14617 _ACEOF
14622 ac_save_CFLAGS="$CFLAGS"
14623 CFLAGS="$CFLAGS $ac_freetype_libs"
14625 for ac_func in FT_Load_Sfnt_Table
14627 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14628 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14629 $as_echo_n "checking for $ac_func... " >&6; }
14630 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14631 $as_echo_n "(cached) " >&6
14632 else
14633 cat >conftest.$ac_ext <<_ACEOF
14634 /* confdefs.h. */
14635 _ACEOF
14636 cat confdefs.h >>conftest.$ac_ext
14637 cat >>conftest.$ac_ext <<_ACEOF
14638 /* end confdefs.h. */
14639 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14641 #define $ac_func innocuous_$ac_func
14643 /* System header to define __stub macros and hopefully few prototypes,
14644 which can conflict with char $ac_func (); below.
14645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14646 <limits.h> exists even on freestanding compilers. */
14648 #ifdef __STDC__
14649 # include <limits.h>
14650 #else
14651 # include <assert.h>
14652 #endif
14654 #undef $ac_func
14656 /* Override any GCC internal prototype to avoid an error.
14657 Use char because int might match the return type of a GCC
14658 builtin and then its argument prototype would still apply. */
14659 #ifdef __cplusplus
14660 extern "C"
14661 #endif
14662 char $ac_func ();
14663 /* The GNU C library defines this for functions which it implements
14664 to always fail with ENOSYS. Some functions are actually named
14665 something starting with __ and the normal name is an alias. */
14666 #if defined __stub_$ac_func || defined __stub___$ac_func
14667 choke me
14668 #endif
14671 main ()
14673 return $ac_func ();
14675 return 0;
14677 _ACEOF
14678 rm -f conftest.$ac_objext conftest$ac_exeext
14679 if { (ac_try="$ac_link"
14680 case "(($ac_try" in
14681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682 *) ac_try_echo=$ac_try;;
14683 esac
14684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14685 $as_echo "$ac_try_echo") >&5
14686 (eval "$ac_link") 2>conftest.er1
14687 ac_status=$?
14688 grep -v '^ *+' conftest.er1 >conftest.err
14689 rm -f conftest.er1
14690 cat conftest.err >&5
14691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } && {
14693 test -z "$ac_c_werror_flag" ||
14694 test ! -s conftest.err
14695 } && test -s conftest$ac_exeext && {
14696 test "$cross_compiling" = yes ||
14697 $as_test_x conftest$ac_exeext
14698 }; then
14699 eval "$as_ac_var=yes"
14700 else
14701 $as_echo "$as_me: failed program was:" >&5
14702 sed 's/^/| /' conftest.$ac_ext >&5
14704 eval "$as_ac_var=no"
14707 rm -rf conftest.dSYM
14708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14709 conftest$ac_exeext conftest.$ac_ext
14711 ac_res=`eval 'as_val=${'$as_ac_var'}
14712 $as_echo "$as_val"'`
14713 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14714 $as_echo "$ac_res" >&6; }
14715 as_val=`eval 'as_val=${'$as_ac_var'}
14716 $as_echo "$as_val"'`
14717 if test "x$as_val" = x""yes; then
14718 cat >>confdefs.h <<_ACEOF
14719 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14720 _ACEOF
14723 done
14725 CFLAGS="$ac_save_CFLAGS"
14726 CPPFLAGS="$ac_save_CPPFLAGS"
14727 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14728 then
14730 cat >>confdefs.h <<\_ACEOF
14731 #define HAVE_FREETYPE 1
14732 _ACEOF
14734 FREETYPELIBS="$ac_freetype_libs"
14736 FREETYPEINCL="$ac_freetype_incl"
14741 if test "x$FREETYPELIBS" = "x"; then
14742 case "x$with_freetype" in
14743 xno) ;;
14744 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14745 Use the --without-freetype option if you really want this." >&5
14746 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14747 Use the --without-freetype option if you really want this." >&2;}
14748 { (exit 1); exit 1; }; } ;;
14749 esac
14752 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14754 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14755 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14756 if test "${ac_cv_c_ppdev+set}" = set; then
14757 $as_echo_n "(cached) " >&6
14758 else
14759 cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h. */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h. */
14765 #include <linux/ppdev.h>
14767 main ()
14769 ioctl (1,PPCLAIM,0)
14771 return 0;
14773 _ACEOF
14774 rm -f conftest.$ac_objext
14775 if { (ac_try="$ac_compile"
14776 case "(($ac_try" in
14777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14779 esac
14780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14781 $as_echo "$ac_try_echo") >&5
14782 (eval "$ac_compile") 2>conftest.er1
14783 ac_status=$?
14784 grep -v '^ *+' conftest.er1 >conftest.err
14785 rm -f conftest.er1
14786 cat conftest.err >&5
14787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } && {
14789 test -z "$ac_c_werror_flag" ||
14790 test ! -s conftest.err
14791 } && test -s conftest.$ac_objext; then
14792 ac_cv_c_ppdev="yes"
14793 else
14794 $as_echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_c_ppdev="no"
14800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14802 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14803 $as_echo "$ac_cv_c_ppdev" >&6; }
14804 if test "$ac_cv_c_ppdev" = "yes"
14805 then
14807 cat >>confdefs.h <<\_ACEOF
14808 #define HAVE_PPDEV 1
14809 _ACEOF
14813 ac_wine_check_funcs_save_LIBS="$LIBS"
14814 LIBS="$LIBS $LIBPTHREAD"
14819 for ac_func in \
14820 pthread_attr_get_np \
14821 pthread_getattr_np \
14822 pthread_get_stackaddr_np \
14823 pthread_get_stacksize_np
14825 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14826 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14827 $as_echo_n "checking for $ac_func... " >&6; }
14828 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14829 $as_echo_n "(cached) " >&6
14830 else
14831 cat >conftest.$ac_ext <<_ACEOF
14832 /* confdefs.h. */
14833 _ACEOF
14834 cat confdefs.h >>conftest.$ac_ext
14835 cat >>conftest.$ac_ext <<_ACEOF
14836 /* end confdefs.h. */
14837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14839 #define $ac_func innocuous_$ac_func
14841 /* System header to define __stub macros and hopefully few prototypes,
14842 which can conflict with char $ac_func (); below.
14843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14844 <limits.h> exists even on freestanding compilers. */
14846 #ifdef __STDC__
14847 # include <limits.h>
14848 #else
14849 # include <assert.h>
14850 #endif
14852 #undef $ac_func
14854 /* Override any GCC internal prototype to avoid an error.
14855 Use char because int might match the return type of a GCC
14856 builtin and then its argument prototype would still apply. */
14857 #ifdef __cplusplus
14858 extern "C"
14859 #endif
14860 char $ac_func ();
14861 /* The GNU C library defines this for functions which it implements
14862 to always fail with ENOSYS. Some functions are actually named
14863 something starting with __ and the normal name is an alias. */
14864 #if defined __stub_$ac_func || defined __stub___$ac_func
14865 choke me
14866 #endif
14869 main ()
14871 return $ac_func ();
14873 return 0;
14875 _ACEOF
14876 rm -f conftest.$ac_objext conftest$ac_exeext
14877 if { (ac_try="$ac_link"
14878 case "(($ac_try" in
14879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880 *) ac_try_echo=$ac_try;;
14881 esac
14882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14883 $as_echo "$ac_try_echo") >&5
14884 (eval "$ac_link") 2>conftest.er1
14885 ac_status=$?
14886 grep -v '^ *+' conftest.er1 >conftest.err
14887 rm -f conftest.er1
14888 cat conftest.err >&5
14889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } && {
14891 test -z "$ac_c_werror_flag" ||
14892 test ! -s conftest.err
14893 } && test -s conftest$ac_exeext && {
14894 test "$cross_compiling" = yes ||
14895 $as_test_x conftest$ac_exeext
14896 }; then
14897 eval "$as_ac_var=yes"
14898 else
14899 $as_echo "$as_me: failed program was:" >&5
14900 sed 's/^/| /' conftest.$ac_ext >&5
14902 eval "$as_ac_var=no"
14905 rm -rf conftest.dSYM
14906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14907 conftest$ac_exeext conftest.$ac_ext
14909 ac_res=`eval 'as_val=${'$as_ac_var'}
14910 $as_echo "$as_val"'`
14911 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14912 $as_echo "$ac_res" >&6; }
14913 as_val=`eval 'as_val=${'$as_ac_var'}
14914 $as_echo "$as_val"'`
14915 if test "x$as_val" = x""yes; then
14916 cat >>confdefs.h <<_ACEOF
14917 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14918 _ACEOF
14921 done
14923 LIBS="$ac_wine_check_funcs_save_LIBS"
14925 if test "$ac_cv_header_zlib_h" = "yes"
14926 then
14927 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14928 $as_echo_n "checking for inflate in -lz... " >&6; }
14929 if test "${ac_cv_lib_z_inflate+set}" = set; then
14930 $as_echo_n "(cached) " >&6
14931 else
14932 ac_check_lib_save_LIBS=$LIBS
14933 LIBS="-lz $LIBS"
14934 cat >conftest.$ac_ext <<_ACEOF
14935 /* confdefs.h. */
14936 _ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h. */
14941 /* Override any GCC internal prototype to avoid an error.
14942 Use char because int might match the return type of a GCC
14943 builtin and then its argument prototype would still apply. */
14944 #ifdef __cplusplus
14945 extern "C"
14946 #endif
14947 char inflate ();
14949 main ()
14951 return inflate ();
14953 return 0;
14955 _ACEOF
14956 rm -f conftest.$ac_objext conftest$ac_exeext
14957 if { (ac_try="$ac_link"
14958 case "(($ac_try" in
14959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14960 *) ac_try_echo=$ac_try;;
14961 esac
14962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14963 $as_echo "$ac_try_echo") >&5
14964 (eval "$ac_link") 2>conftest.er1
14965 ac_status=$?
14966 grep -v '^ *+' conftest.er1 >conftest.err
14967 rm -f conftest.er1
14968 cat conftest.err >&5
14969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); } && {
14971 test -z "$ac_c_werror_flag" ||
14972 test ! -s conftest.err
14973 } && test -s conftest$ac_exeext && {
14974 test "$cross_compiling" = yes ||
14975 $as_test_x conftest$ac_exeext
14976 }; then
14977 ac_cv_lib_z_inflate=yes
14978 else
14979 $as_echo "$as_me: failed program was:" >&5
14980 sed 's/^/| /' conftest.$ac_ext >&5
14982 ac_cv_lib_z_inflate=no
14985 rm -rf conftest.dSYM
14986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14987 conftest$ac_exeext conftest.$ac_ext
14988 LIBS=$ac_check_lib_save_LIBS
14990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14991 $as_echo "$ac_cv_lib_z_inflate" >&6; }
14992 if test "x$ac_cv_lib_z_inflate" = x""yes; then
14994 cat >>confdefs.h <<\_ACEOF
14995 #define HAVE_ZLIB 1
14996 _ACEOF
14998 ZLIB="-lz"
15004 if test "x$with_esd" != xno
15005 then
15006 save_CFLAGS="$CFLAGS"
15007 # Extract the first word of "esd-config", so it can be a program name with args.
15008 set dummy esd-config; ac_word=$2
15009 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15010 $as_echo_n "checking for $ac_word... " >&6; }
15011 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15012 $as_echo_n "(cached) " >&6
15013 else
15014 case $ESDCONFIG in
15015 [\\/]* | ?:[\\/]*)
15016 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15020 for as_dir in $PATH
15022 IFS=$as_save_IFS
15023 test -z "$as_dir" && as_dir=.
15024 for ac_exec_ext in '' $ac_executable_extensions; do
15025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15026 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15027 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15028 break 2
15030 done
15031 done
15032 IFS=$as_save_IFS
15034 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15036 esac
15038 ESDCONFIG=$ac_cv_path_ESDCONFIG
15039 if test -n "$ESDCONFIG"; then
15040 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15041 $as_echo "$ESDCONFIG" >&6; }
15042 else
15043 { $as_echo "$as_me:$LINENO: result: no" >&5
15044 $as_echo "no" >&6; }
15048 if test "x$ESDCONFIG" != "xno"
15049 then
15050 ac_esd_incl=""
15051 for i in `$ESDCONFIG --cflags`
15053 case "$i" in
15054 -I*) ac_esd_incl="$ac_esd_incl $i";;
15055 esac
15056 done
15057 ac_esd_libs=`$ESDCONFIG --libs`
15058 CFLAGS="$CFLAGS $ac_esd_incl"
15060 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15061 if test "${ac_cv_header_esd_h+set}" = set; then
15062 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15063 $as_echo_n "checking for esd.h... " >&6; }
15064 if test "${ac_cv_header_esd_h+set}" = set; then
15065 $as_echo_n "(cached) " >&6
15067 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15068 $as_echo "$ac_cv_header_esd_h" >&6; }
15069 else
15070 # Is the header compilable?
15071 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15072 $as_echo_n "checking esd.h usability... " >&6; }
15073 cat >conftest.$ac_ext <<_ACEOF
15074 /* confdefs.h. */
15075 _ACEOF
15076 cat confdefs.h >>conftest.$ac_ext
15077 cat >>conftest.$ac_ext <<_ACEOF
15078 /* end confdefs.h. */
15079 $ac_includes_default
15080 #include <esd.h>
15081 _ACEOF
15082 rm -f conftest.$ac_objext
15083 if { (ac_try="$ac_compile"
15084 case "(($ac_try" in
15085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15086 *) ac_try_echo=$ac_try;;
15087 esac
15088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15089 $as_echo "$ac_try_echo") >&5
15090 (eval "$ac_compile") 2>conftest.er1
15091 ac_status=$?
15092 grep -v '^ *+' conftest.er1 >conftest.err
15093 rm -f conftest.er1
15094 cat conftest.err >&5
15095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15096 (exit $ac_status); } && {
15097 test -z "$ac_c_werror_flag" ||
15098 test ! -s conftest.err
15099 } && test -s conftest.$ac_objext; then
15100 ac_header_compiler=yes
15101 else
15102 $as_echo "$as_me: failed program was:" >&5
15103 sed 's/^/| /' conftest.$ac_ext >&5
15105 ac_header_compiler=no
15108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15109 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15110 $as_echo "$ac_header_compiler" >&6; }
15112 # Is the header present?
15113 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15114 $as_echo_n "checking esd.h presence... " >&6; }
15115 cat >conftest.$ac_ext <<_ACEOF
15116 /* confdefs.h. */
15117 _ACEOF
15118 cat confdefs.h >>conftest.$ac_ext
15119 cat >>conftest.$ac_ext <<_ACEOF
15120 /* end confdefs.h. */
15121 #include <esd.h>
15122 _ACEOF
15123 if { (ac_try="$ac_cpp conftest.$ac_ext"
15124 case "(($ac_try" in
15125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15126 *) ac_try_echo=$ac_try;;
15127 esac
15128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15129 $as_echo "$ac_try_echo") >&5
15130 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15131 ac_status=$?
15132 grep -v '^ *+' conftest.er1 >conftest.err
15133 rm -f conftest.er1
15134 cat conftest.err >&5
15135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15136 (exit $ac_status); } >/dev/null && {
15137 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15138 test ! -s conftest.err
15139 }; then
15140 ac_header_preproc=yes
15141 else
15142 $as_echo "$as_me: failed program was:" >&5
15143 sed 's/^/| /' conftest.$ac_ext >&5
15145 ac_header_preproc=no
15148 rm -f conftest.err conftest.$ac_ext
15149 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15150 $as_echo "$ac_header_preproc" >&6; }
15152 # So? What about this header?
15153 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15154 yes:no: )
15155 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15156 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15157 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15158 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15159 ac_header_preproc=yes
15161 no:yes:* )
15162 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15163 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15164 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15165 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15166 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15167 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15168 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15169 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15170 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15171 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15172 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15173 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15174 ( cat <<\_ASBOX
15175 ## ------------------------------------ ##
15176 ## Report this to wine-devel@winehq.org ##
15177 ## ------------------------------------ ##
15178 _ASBOX
15179 ) | sed "s/^/$as_me: WARNING: /" >&2
15181 esac
15182 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15183 $as_echo_n "checking for esd.h... " >&6; }
15184 if test "${ac_cv_header_esd_h+set}" = set; then
15185 $as_echo_n "(cached) " >&6
15186 else
15187 ac_cv_header_esd_h=$ac_header_preproc
15189 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15190 $as_echo "$ac_cv_header_esd_h" >&6; }
15193 if test "x$ac_cv_header_esd_h" = x""yes; then
15194 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15195 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15196 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15197 $as_echo_n "(cached) " >&6
15198 else
15199 ac_check_lib_save_LIBS=$LIBS
15200 LIBS="-lesd $ac_esd_libs $LIBS"
15201 cat >conftest.$ac_ext <<_ACEOF
15202 /* confdefs.h. */
15203 _ACEOF
15204 cat confdefs.h >>conftest.$ac_ext
15205 cat >>conftest.$ac_ext <<_ACEOF
15206 /* end confdefs.h. */
15208 /* Override any GCC internal prototype to avoid an error.
15209 Use char because int might match the return type of a GCC
15210 builtin and then its argument prototype would still apply. */
15211 #ifdef __cplusplus
15212 extern "C"
15213 #endif
15214 char esd_open_sound ();
15216 main ()
15218 return esd_open_sound ();
15220 return 0;
15222 _ACEOF
15223 rm -f conftest.$ac_objext conftest$ac_exeext
15224 if { (ac_try="$ac_link"
15225 case "(($ac_try" in
15226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15227 *) ac_try_echo=$ac_try;;
15228 esac
15229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15230 $as_echo "$ac_try_echo") >&5
15231 (eval "$ac_link") 2>conftest.er1
15232 ac_status=$?
15233 grep -v '^ *+' conftest.er1 >conftest.err
15234 rm -f conftest.er1
15235 cat conftest.err >&5
15236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237 (exit $ac_status); } && {
15238 test -z "$ac_c_werror_flag" ||
15239 test ! -s conftest.err
15240 } && test -s conftest$ac_exeext && {
15241 test "$cross_compiling" = yes ||
15242 $as_test_x conftest$ac_exeext
15243 }; then
15244 ac_cv_lib_esd_esd_open_sound=yes
15245 else
15246 $as_echo "$as_me: failed program was:" >&5
15247 sed 's/^/| /' conftest.$ac_ext >&5
15249 ac_cv_lib_esd_esd_open_sound=no
15252 rm -rf conftest.dSYM
15253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15254 conftest$ac_exeext conftest.$ac_ext
15255 LIBS=$ac_check_lib_save_LIBS
15257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15258 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15259 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15260 ESDINCL="$ac_esd_incl"
15262 ESDLIBS="$ac_esd_libs"
15265 cat >>confdefs.h <<\_ACEOF
15266 #define HAVE_ESD 1
15267 _ACEOF
15274 CFLAGS="$save_CFLAGS"
15277 ALSALIBS=""
15279 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15280 then
15281 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15282 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15283 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15284 $as_echo_n "(cached) " >&6
15285 else
15286 ac_check_lib_save_LIBS=$LIBS
15287 LIBS="-lasound $LIBS"
15288 cat >conftest.$ac_ext <<_ACEOF
15289 /* confdefs.h. */
15290 _ACEOF
15291 cat confdefs.h >>conftest.$ac_ext
15292 cat >>conftest.$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15295 /* Override any GCC internal prototype to avoid an error.
15296 Use char because int might match the return type of a GCC
15297 builtin and then its argument prototype would still apply. */
15298 #ifdef __cplusplus
15299 extern "C"
15300 #endif
15301 char snd_pcm_hw_params_get_access ();
15303 main ()
15305 return snd_pcm_hw_params_get_access ();
15307 return 0;
15309 _ACEOF
15310 rm -f conftest.$ac_objext conftest$ac_exeext
15311 if { (ac_try="$ac_link"
15312 case "(($ac_try" in
15313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15314 *) ac_try_echo=$ac_try;;
15315 esac
15316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15317 $as_echo "$ac_try_echo") >&5
15318 (eval "$ac_link") 2>conftest.er1
15319 ac_status=$?
15320 grep -v '^ *+' conftest.er1 >conftest.err
15321 rm -f conftest.er1
15322 cat conftest.err >&5
15323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); } && {
15325 test -z "$ac_c_werror_flag" ||
15326 test ! -s conftest.err
15327 } && test -s conftest$ac_exeext && {
15328 test "$cross_compiling" = yes ||
15329 $as_test_x conftest$ac_exeext
15330 }; then
15331 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15332 else
15333 $as_echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15336 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15339 rm -rf conftest.dSYM
15340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15341 conftest$ac_exeext conftest.$ac_ext
15342 LIBS=$ac_check_lib_save_LIBS
15344 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15345 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15346 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15347 cat >conftest.$ac_ext <<_ACEOF
15348 /* confdefs.h. */
15349 _ACEOF
15350 cat confdefs.h >>conftest.$ac_ext
15351 cat >>conftest.$ac_ext <<_ACEOF
15352 /* end confdefs.h. */
15353 #ifdef HAVE_ALSA_ASOUNDLIB_H
15354 #include <alsa/asoundlib.h>
15355 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15356 #include <sys/asoundlib.h>
15357 #endif
15359 main ()
15361 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15363 return 0;
15365 _ACEOF
15366 rm -f conftest.$ac_objext
15367 if { (ac_try="$ac_compile"
15368 case "(($ac_try" in
15369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15370 *) ac_try_echo=$ac_try;;
15371 esac
15372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15373 $as_echo "$ac_try_echo") >&5
15374 (eval "$ac_compile") 2>conftest.er1
15375 ac_status=$?
15376 grep -v '^ *+' conftest.er1 >conftest.err
15377 rm -f conftest.er1
15378 cat conftest.err >&5
15379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380 (exit $ac_status); } && {
15381 test -z "$ac_c_werror_flag" ||
15382 test ! -s conftest.err
15383 } && test -s conftest.$ac_objext; then
15385 cat >>confdefs.h <<\_ACEOF
15386 #define HAVE_ALSA 1
15387 _ACEOF
15389 ALSALIBS="-lasound"
15390 else
15391 $as_echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.$ac_ext >&5
15397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15402 AUDIOIOLIBS=""
15404 if test "$ac_cv_header_libaudioio_h" = "yes"
15405 then
15406 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15407 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15408 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15409 $as_echo_n "(cached) " >&6
15410 else
15411 ac_check_lib_save_LIBS=$LIBS
15412 LIBS="-laudioio $LIBS"
15413 cat >conftest.$ac_ext <<_ACEOF
15414 /* confdefs.h. */
15415 _ACEOF
15416 cat confdefs.h >>conftest.$ac_ext
15417 cat >>conftest.$ac_ext <<_ACEOF
15418 /* end confdefs.h. */
15420 /* Override any GCC internal prototype to avoid an error.
15421 Use char because int might match the return type of a GCC
15422 builtin and then its argument prototype would still apply. */
15423 #ifdef __cplusplus
15424 extern "C"
15425 #endif
15426 char AudioIOGetVersion ();
15428 main ()
15430 return AudioIOGetVersion ();
15432 return 0;
15434 _ACEOF
15435 rm -f conftest.$ac_objext conftest$ac_exeext
15436 if { (ac_try="$ac_link"
15437 case "(($ac_try" in
15438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15439 *) ac_try_echo=$ac_try;;
15440 esac
15441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15442 $as_echo "$ac_try_echo") >&5
15443 (eval "$ac_link") 2>conftest.er1
15444 ac_status=$?
15445 grep -v '^ *+' conftest.er1 >conftest.err
15446 rm -f conftest.er1
15447 cat conftest.err >&5
15448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); } && {
15450 test -z "$ac_c_werror_flag" ||
15451 test ! -s conftest.err
15452 } && test -s conftest$ac_exeext && {
15453 test "$cross_compiling" = yes ||
15454 $as_test_x conftest$ac_exeext
15455 }; then
15456 ac_cv_lib_audioio_AudioIOGetVersion=yes
15457 else
15458 $as_echo "$as_me: failed program was:" >&5
15459 sed 's/^/| /' conftest.$ac_ext >&5
15461 ac_cv_lib_audioio_AudioIOGetVersion=no
15464 rm -rf conftest.dSYM
15465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15466 conftest$ac_exeext conftest.$ac_ext
15467 LIBS=$ac_check_lib_save_LIBS
15469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15470 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15471 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15472 AUDIOIOLIBS="-laudioio"
15474 cat >>confdefs.h <<\_ACEOF
15475 #define HAVE_LIBAUDIOIO 1
15476 _ACEOF
15483 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15484 then
15485 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15486 $as_echo_n "checking for -lcapi20... " >&6; }
15487 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15488 $as_echo_n "(cached) " >&6
15489 else
15490 ac_check_soname_save_LIBS=$LIBS
15491 LIBS="-lcapi20 $LIBS"
15492 cat >conftest.$ac_ext <<_ACEOF
15493 /* confdefs.h. */
15494 _ACEOF
15495 cat confdefs.h >>conftest.$ac_ext
15496 cat >>conftest.$ac_ext <<_ACEOF
15497 /* end confdefs.h. */
15499 /* Override any GCC internal prototype to avoid an error.
15500 Use char because int might match the return type of a GCC
15501 builtin and then its argument prototype would still apply. */
15502 #ifdef __cplusplus
15503 extern "C"
15504 #endif
15505 char capi20_register ();
15507 main ()
15509 return capi20_register ();
15511 return 0;
15513 _ACEOF
15514 rm -f conftest.$ac_objext conftest$ac_exeext
15515 if { (ac_try="$ac_link"
15516 case "(($ac_try" in
15517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15518 *) ac_try_echo=$ac_try;;
15519 esac
15520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15521 $as_echo "$ac_try_echo") >&5
15522 (eval "$ac_link") 2>conftest.er1
15523 ac_status=$?
15524 grep -v '^ *+' conftest.er1 >conftest.err
15525 rm -f conftest.er1
15526 cat conftest.err >&5
15527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15528 (exit $ac_status); } && {
15529 test -z "$ac_c_werror_flag" ||
15530 test ! -s conftest.err
15531 } && test -s conftest$ac_exeext && {
15532 test "$cross_compiling" = yes ||
15533 $as_test_x conftest$ac_exeext
15534 }; then
15535 case "$LIBEXT" in
15536 dll) ;;
15537 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'` ;;
15538 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15539 esac
15540 else
15541 $as_echo "$as_me: failed program was:" >&5
15542 sed 's/^/| /' conftest.$ac_ext >&5
15547 rm -rf conftest.dSYM
15548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15549 conftest$ac_exeext conftest.$ac_ext
15550 LIBS=$ac_check_soname_save_LIBS
15552 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15553 { $as_echo "$as_me:$LINENO: result: not found" >&5
15554 $as_echo "not found" >&6; }
15556 else
15557 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15558 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15560 cat >>confdefs.h <<_ACEOF
15561 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15562 _ACEOF
15568 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15569 case "x$with_capi" in
15570 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15571 xno) ;;
15572 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15573 This is an error since --with-capi was requested." >&5
15574 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15575 This is an error since --with-capi was requested." >&2;}
15576 { (exit 1); exit 1; }; } ;;
15577 esac
15581 CUPSINCL=""
15583 if test "x$with_cups" != "xno"
15584 then
15585 ac_save_CPPFLAGS="$CPPFLAGS"
15586 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15587 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15588 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15590 for ac_header in cups/cups.h
15592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15593 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15595 $as_echo_n "checking for $ac_header... " >&6; }
15596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15597 $as_echo_n "(cached) " >&6
15599 ac_res=`eval 'as_val=${'$as_ac_Header'}
15600 $as_echo "$as_val"'`
15601 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15602 $as_echo "$ac_res" >&6; }
15603 else
15604 # Is the header compilable?
15605 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15606 $as_echo_n "checking $ac_header usability... " >&6; }
15607 cat >conftest.$ac_ext <<_ACEOF
15608 /* confdefs.h. */
15609 _ACEOF
15610 cat confdefs.h >>conftest.$ac_ext
15611 cat >>conftest.$ac_ext <<_ACEOF
15612 /* end confdefs.h. */
15613 $ac_includes_default
15614 #include <$ac_header>
15615 _ACEOF
15616 rm -f conftest.$ac_objext
15617 if { (ac_try="$ac_compile"
15618 case "(($ac_try" in
15619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15620 *) ac_try_echo=$ac_try;;
15621 esac
15622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15623 $as_echo "$ac_try_echo") >&5
15624 (eval "$ac_compile") 2>conftest.er1
15625 ac_status=$?
15626 grep -v '^ *+' conftest.er1 >conftest.err
15627 rm -f conftest.er1
15628 cat conftest.err >&5
15629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15630 (exit $ac_status); } && {
15631 test -z "$ac_c_werror_flag" ||
15632 test ! -s conftest.err
15633 } && test -s conftest.$ac_objext; then
15634 ac_header_compiler=yes
15635 else
15636 $as_echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15639 ac_header_compiler=no
15642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15643 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15644 $as_echo "$ac_header_compiler" >&6; }
15646 # Is the header present?
15647 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15648 $as_echo_n "checking $ac_header presence... " >&6; }
15649 cat >conftest.$ac_ext <<_ACEOF
15650 /* confdefs.h. */
15651 _ACEOF
15652 cat confdefs.h >>conftest.$ac_ext
15653 cat >>conftest.$ac_ext <<_ACEOF
15654 /* end confdefs.h. */
15655 #include <$ac_header>
15656 _ACEOF
15657 if { (ac_try="$ac_cpp conftest.$ac_ext"
15658 case "(($ac_try" in
15659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15660 *) ac_try_echo=$ac_try;;
15661 esac
15662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15663 $as_echo "$ac_try_echo") >&5
15664 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15665 ac_status=$?
15666 grep -v '^ *+' conftest.er1 >conftest.err
15667 rm -f conftest.er1
15668 cat conftest.err >&5
15669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15670 (exit $ac_status); } >/dev/null && {
15671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15672 test ! -s conftest.err
15673 }; then
15674 ac_header_preproc=yes
15675 else
15676 $as_echo "$as_me: failed program was:" >&5
15677 sed 's/^/| /' conftest.$ac_ext >&5
15679 ac_header_preproc=no
15682 rm -f conftest.err conftest.$ac_ext
15683 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15684 $as_echo "$ac_header_preproc" >&6; }
15686 # So? What about this header?
15687 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15688 yes:no: )
15689 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15690 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15691 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15692 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15693 ac_header_preproc=yes
15695 no:yes:* )
15696 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15697 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15698 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15699 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15700 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15701 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15702 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15703 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15704 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15705 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15706 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15707 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15708 ( cat <<\_ASBOX
15709 ## ------------------------------------ ##
15710 ## Report this to wine-devel@winehq.org ##
15711 ## ------------------------------------ ##
15712 _ASBOX
15713 ) | sed "s/^/$as_me: WARNING: /" >&2
15715 esac
15716 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15717 $as_echo_n "checking for $ac_header... " >&6; }
15718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15719 $as_echo_n "(cached) " >&6
15720 else
15721 eval "$as_ac_Header=\$ac_header_preproc"
15723 ac_res=`eval 'as_val=${'$as_ac_Header'}
15724 $as_echo "$as_val"'`
15725 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15726 $as_echo "$ac_res" >&6; }
15729 as_val=`eval 'as_val=${'$as_ac_Header'}
15730 $as_echo "$as_val"'`
15731 if test "x$as_val" = x""yes; then
15732 cat >>confdefs.h <<_ACEOF
15733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15734 _ACEOF
15735 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15736 $as_echo_n "checking for -lcups... " >&6; }
15737 if test "${ac_cv_lib_soname_cups+set}" = set; then
15738 $as_echo_n "(cached) " >&6
15739 else
15740 ac_check_soname_save_LIBS=$LIBS
15741 LIBS="-lcups $ac_cups_libs $LIBS"
15742 cat >conftest.$ac_ext <<_ACEOF
15743 /* confdefs.h. */
15744 _ACEOF
15745 cat confdefs.h >>conftest.$ac_ext
15746 cat >>conftest.$ac_ext <<_ACEOF
15747 /* end confdefs.h. */
15749 /* Override any GCC internal prototype to avoid an error.
15750 Use char because int might match the return type of a GCC
15751 builtin and then its argument prototype would still apply. */
15752 #ifdef __cplusplus
15753 extern "C"
15754 #endif
15755 char cupsGetDefault ();
15757 main ()
15759 return cupsGetDefault ();
15761 return 0;
15763 _ACEOF
15764 rm -f conftest.$ac_objext conftest$ac_exeext
15765 if { (ac_try="$ac_link"
15766 case "(($ac_try" in
15767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15768 *) ac_try_echo=$ac_try;;
15769 esac
15770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15771 $as_echo "$ac_try_echo") >&5
15772 (eval "$ac_link") 2>conftest.er1
15773 ac_status=$?
15774 grep -v '^ *+' conftest.er1 >conftest.err
15775 rm -f conftest.er1
15776 cat conftest.err >&5
15777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15778 (exit $ac_status); } && {
15779 test -z "$ac_c_werror_flag" ||
15780 test ! -s conftest.err
15781 } && test -s conftest$ac_exeext && {
15782 test "$cross_compiling" = yes ||
15783 $as_test_x conftest$ac_exeext
15784 }; then
15785 case "$LIBEXT" in
15786 dll) ;;
15787 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'` ;;
15788 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15789 esac
15790 else
15791 $as_echo "$as_me: failed program was:" >&5
15792 sed 's/^/| /' conftest.$ac_ext >&5
15797 rm -rf conftest.dSYM
15798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15799 conftest$ac_exeext conftest.$ac_ext
15800 LIBS=$ac_check_soname_save_LIBS
15802 if test "x$ac_cv_lib_soname_cups" = "x"; then
15803 { $as_echo "$as_me:$LINENO: result: not found" >&5
15804 $as_echo "not found" >&6; }
15806 else
15807 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15808 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15810 cat >>confdefs.h <<_ACEOF
15811 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15812 _ACEOF
15814 CUPSINCL="$ac_cups_cflags"
15819 done
15821 CPPFLAGS="$ac_save_CPPFLAGS"
15823 if test "x$ac_cv_lib_soname_cups" = "x"; then
15824 case "x$with_cups" in
15825 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15826 xno) ;;
15827 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15828 This is an error since --with-cups was requested." >&5
15829 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15830 This is an error since --with-cups was requested." >&2;}
15831 { (exit 1); exit 1; }; } ;;
15832 esac
15836 if test "$ac_cv_header_jack_jack_h" = "yes"
15837 then
15838 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15839 $as_echo_n "checking for -ljack... " >&6; }
15840 if test "${ac_cv_lib_soname_jack+set}" = set; then
15841 $as_echo_n "(cached) " >&6
15842 else
15843 ac_check_soname_save_LIBS=$LIBS
15844 LIBS="-ljack $LIBS"
15845 cat >conftest.$ac_ext <<_ACEOF
15846 /* confdefs.h. */
15847 _ACEOF
15848 cat confdefs.h >>conftest.$ac_ext
15849 cat >>conftest.$ac_ext <<_ACEOF
15850 /* end confdefs.h. */
15852 /* Override any GCC internal prototype to avoid an error.
15853 Use char because int might match the return type of a GCC
15854 builtin and then its argument prototype would still apply. */
15855 #ifdef __cplusplus
15856 extern "C"
15857 #endif
15858 char jack_client_new ();
15860 main ()
15862 return jack_client_new ();
15864 return 0;
15866 _ACEOF
15867 rm -f conftest.$ac_objext conftest$ac_exeext
15868 if { (ac_try="$ac_link"
15869 case "(($ac_try" in
15870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15871 *) ac_try_echo=$ac_try;;
15872 esac
15873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15874 $as_echo "$ac_try_echo") >&5
15875 (eval "$ac_link") 2>conftest.er1
15876 ac_status=$?
15877 grep -v '^ *+' conftest.er1 >conftest.err
15878 rm -f conftest.er1
15879 cat conftest.err >&5
15880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); } && {
15882 test -z "$ac_c_werror_flag" ||
15883 test ! -s conftest.err
15884 } && test -s conftest$ac_exeext && {
15885 test "$cross_compiling" = yes ||
15886 $as_test_x conftest$ac_exeext
15887 }; then
15888 case "$LIBEXT" in
15889 dll) ;;
15890 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'` ;;
15891 *) 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'` ;;
15892 esac
15893 else
15894 $as_echo "$as_me: failed program was:" >&5
15895 sed 's/^/| /' conftest.$ac_ext >&5
15900 rm -rf conftest.dSYM
15901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15902 conftest$ac_exeext conftest.$ac_ext
15903 LIBS=$ac_check_soname_save_LIBS
15905 if test "x$ac_cv_lib_soname_jack" = "x"; then
15906 { $as_echo "$as_me:$LINENO: result: not found" >&5
15907 $as_echo "not found" >&6; }
15909 else
15910 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15911 $as_echo "$ac_cv_lib_soname_jack" >&6; }
15913 cat >>confdefs.h <<_ACEOF
15914 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15915 _ACEOF
15922 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15923 then
15924 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15925 $as_echo_n "checking for -lfontconfig... " >&6; }
15926 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15927 $as_echo_n "(cached) " >&6
15928 else
15929 ac_check_soname_save_LIBS=$LIBS
15930 LIBS="-lfontconfig $LIBS"
15931 cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h. */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h. */
15938 /* Override any GCC internal prototype to avoid an error.
15939 Use char because int might match the return type of a GCC
15940 builtin and then its argument prototype would still apply. */
15941 #ifdef __cplusplus
15942 extern "C"
15943 #endif
15944 char FcInit ();
15946 main ()
15948 return FcInit ();
15950 return 0;
15952 _ACEOF
15953 rm -f conftest.$ac_objext conftest$ac_exeext
15954 if { (ac_try="$ac_link"
15955 case "(($ac_try" in
15956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15957 *) ac_try_echo=$ac_try;;
15958 esac
15959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15960 $as_echo "$ac_try_echo") >&5
15961 (eval "$ac_link") 2>conftest.er1
15962 ac_status=$?
15963 grep -v '^ *+' conftest.er1 >conftest.err
15964 rm -f conftest.er1
15965 cat conftest.err >&5
15966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15967 (exit $ac_status); } && {
15968 test -z "$ac_c_werror_flag" ||
15969 test ! -s conftest.err
15970 } && test -s conftest$ac_exeext && {
15971 test "$cross_compiling" = yes ||
15972 $as_test_x conftest$ac_exeext
15973 }; then
15974 case "$LIBEXT" in
15975 dll) ;;
15976 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'` ;;
15977 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15978 esac
15979 else
15980 $as_echo "$as_me: failed program was:" >&5
15981 sed 's/^/| /' conftest.$ac_ext >&5
15986 rm -rf conftest.dSYM
15987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15988 conftest$ac_exeext conftest.$ac_ext
15989 LIBS=$ac_check_soname_save_LIBS
15991 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15992 { $as_echo "$as_me:$LINENO: result: not found" >&5
15993 $as_echo "not found" >&6; }
15995 else
15996 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15997 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15999 cat >>confdefs.h <<_ACEOF
16000 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16001 _ACEOF
16006 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16007 then
16008 ac_save_CPPFLAGS="$CPPFLAGS"
16009 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16010 $as_unset ac_cv_header_fontconfig_fontconfig_h
16012 for ac_header in fontconfig/fontconfig.h
16014 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16016 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16017 $as_echo_n "checking for $ac_header... " >&6; }
16018 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16019 $as_echo_n "(cached) " >&6
16021 ac_res=`eval 'as_val=${'$as_ac_Header'}
16022 $as_echo "$as_val"'`
16023 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16024 $as_echo "$ac_res" >&6; }
16025 else
16026 # Is the header compilable?
16027 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16028 $as_echo_n "checking $ac_header usability... " >&6; }
16029 cat >conftest.$ac_ext <<_ACEOF
16030 /* confdefs.h. */
16031 _ACEOF
16032 cat confdefs.h >>conftest.$ac_ext
16033 cat >>conftest.$ac_ext <<_ACEOF
16034 /* end confdefs.h. */
16035 $ac_includes_default
16036 #include <$ac_header>
16037 _ACEOF
16038 rm -f conftest.$ac_objext
16039 if { (ac_try="$ac_compile"
16040 case "(($ac_try" in
16041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16042 *) ac_try_echo=$ac_try;;
16043 esac
16044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16045 $as_echo "$ac_try_echo") >&5
16046 (eval "$ac_compile") 2>conftest.er1
16047 ac_status=$?
16048 grep -v '^ *+' conftest.er1 >conftest.err
16049 rm -f conftest.er1
16050 cat conftest.err >&5
16051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16052 (exit $ac_status); } && {
16053 test -z "$ac_c_werror_flag" ||
16054 test ! -s conftest.err
16055 } && test -s conftest.$ac_objext; then
16056 ac_header_compiler=yes
16057 else
16058 $as_echo "$as_me: failed program was:" >&5
16059 sed 's/^/| /' conftest.$ac_ext >&5
16061 ac_header_compiler=no
16064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16065 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16066 $as_echo "$ac_header_compiler" >&6; }
16068 # Is the header present?
16069 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16070 $as_echo_n "checking $ac_header presence... " >&6; }
16071 cat >conftest.$ac_ext <<_ACEOF
16072 /* confdefs.h. */
16073 _ACEOF
16074 cat confdefs.h >>conftest.$ac_ext
16075 cat >>conftest.$ac_ext <<_ACEOF
16076 /* end confdefs.h. */
16077 #include <$ac_header>
16078 _ACEOF
16079 if { (ac_try="$ac_cpp conftest.$ac_ext"
16080 case "(($ac_try" in
16081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16082 *) ac_try_echo=$ac_try;;
16083 esac
16084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16085 $as_echo "$ac_try_echo") >&5
16086 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16087 ac_status=$?
16088 grep -v '^ *+' conftest.er1 >conftest.err
16089 rm -f conftest.er1
16090 cat conftest.err >&5
16091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } >/dev/null && {
16093 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16094 test ! -s conftest.err
16095 }; then
16096 ac_header_preproc=yes
16097 else
16098 $as_echo "$as_me: failed program was:" >&5
16099 sed 's/^/| /' conftest.$ac_ext >&5
16101 ac_header_preproc=no
16104 rm -f conftest.err conftest.$ac_ext
16105 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16106 $as_echo "$ac_header_preproc" >&6; }
16108 # So? What about this header?
16109 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16110 yes:no: )
16111 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16112 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16113 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16114 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16115 ac_header_preproc=yes
16117 no:yes:* )
16118 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16119 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16120 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16121 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16122 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16123 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16124 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16125 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16126 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16127 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16128 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16129 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16130 ( cat <<\_ASBOX
16131 ## ------------------------------------ ##
16132 ## Report this to wine-devel@winehq.org ##
16133 ## ------------------------------------ ##
16134 _ASBOX
16135 ) | sed "s/^/$as_me: WARNING: /" >&2
16137 esac
16138 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16139 $as_echo_n "checking for $ac_header... " >&6; }
16140 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16141 $as_echo_n "(cached) " >&6
16142 else
16143 eval "$as_ac_Header=\$ac_header_preproc"
16145 ac_res=`eval 'as_val=${'$as_ac_Header'}
16146 $as_echo "$as_val"'`
16147 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16148 $as_echo "$ac_res" >&6; }
16151 as_val=`eval 'as_val=${'$as_ac_Header'}
16152 $as_echo "$as_val"'`
16153 if test "x$as_val" = x""yes; then
16154 cat >>confdefs.h <<_ACEOF
16155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16156 _ACEOF
16160 done
16162 CPPFLAGS="$ac_save_CPPFLAGS"
16163 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16164 then
16165 FONTCONFIGINCL="$X_CFLAGS"
16167 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16168 $as_echo_n "checking for -lfontconfig... " >&6; }
16169 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16170 $as_echo_n "(cached) " >&6
16171 else
16172 ac_check_soname_save_LIBS=$LIBS
16173 LIBS="-lfontconfig $X_LIBS $LIBS"
16174 cat >conftest.$ac_ext <<_ACEOF
16175 /* confdefs.h. */
16176 _ACEOF
16177 cat confdefs.h >>conftest.$ac_ext
16178 cat >>conftest.$ac_ext <<_ACEOF
16179 /* end confdefs.h. */
16181 /* Override any GCC internal prototype to avoid an error.
16182 Use char because int might match the return type of a GCC
16183 builtin and then its argument prototype would still apply. */
16184 #ifdef __cplusplus
16185 extern "C"
16186 #endif
16187 char FcInit ();
16189 main ()
16191 return FcInit ();
16193 return 0;
16195 _ACEOF
16196 rm -f conftest.$ac_objext conftest$ac_exeext
16197 if { (ac_try="$ac_link"
16198 case "(($ac_try" in
16199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16200 *) ac_try_echo=$ac_try;;
16201 esac
16202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16203 $as_echo "$ac_try_echo") >&5
16204 (eval "$ac_link") 2>conftest.er1
16205 ac_status=$?
16206 grep -v '^ *+' conftest.er1 >conftest.err
16207 rm -f conftest.er1
16208 cat conftest.err >&5
16209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210 (exit $ac_status); } && {
16211 test -z "$ac_c_werror_flag" ||
16212 test ! -s conftest.err
16213 } && test -s conftest$ac_exeext && {
16214 test "$cross_compiling" = yes ||
16215 $as_test_x conftest$ac_exeext
16216 }; then
16217 case "$LIBEXT" in
16218 dll) ;;
16219 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'` ;;
16220 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16221 esac
16222 else
16223 $as_echo "$as_me: failed program was:" >&5
16224 sed 's/^/| /' conftest.$ac_ext >&5
16229 rm -rf conftest.dSYM
16230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16231 conftest$ac_exeext conftest.$ac_ext
16232 LIBS=$ac_check_soname_save_LIBS
16234 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16235 { $as_echo "$as_me:$LINENO: result: not found" >&5
16236 $as_echo "not found" >&6; }
16238 else
16239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16240 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16242 cat >>confdefs.h <<_ACEOF
16243 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16244 _ACEOF
16251 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16252 case "x$with_fontconfig" in
16253 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16254 xno) ;;
16255 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16256 This is an error since --with-fontconfig was requested." >&5
16257 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16258 This is an error since --with-fontconfig was requested." >&2;}
16259 { (exit 1); exit 1; }; } ;;
16260 esac
16264 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16265 then
16266 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16267 $as_echo_n "checking for -lssl... " >&6; }
16268 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16269 $as_echo_n "(cached) " >&6
16270 else
16271 ac_check_soname_save_LIBS=$LIBS
16272 LIBS="-lssl $LIBS"
16273 cat >conftest.$ac_ext <<_ACEOF
16274 /* confdefs.h. */
16275 _ACEOF
16276 cat confdefs.h >>conftest.$ac_ext
16277 cat >>conftest.$ac_ext <<_ACEOF
16278 /* end confdefs.h. */
16280 /* Override any GCC internal prototype to avoid an error.
16281 Use char because int might match the return type of a GCC
16282 builtin and then its argument prototype would still apply. */
16283 #ifdef __cplusplus
16284 extern "C"
16285 #endif
16286 char SSL_library_init ();
16288 main ()
16290 return SSL_library_init ();
16292 return 0;
16294 _ACEOF
16295 rm -f conftest.$ac_objext conftest$ac_exeext
16296 if { (ac_try="$ac_link"
16297 case "(($ac_try" in
16298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16299 *) ac_try_echo=$ac_try;;
16300 esac
16301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16302 $as_echo "$ac_try_echo") >&5
16303 (eval "$ac_link") 2>conftest.er1
16304 ac_status=$?
16305 grep -v '^ *+' conftest.er1 >conftest.err
16306 rm -f conftest.er1
16307 cat conftest.err >&5
16308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16309 (exit $ac_status); } && {
16310 test -z "$ac_c_werror_flag" ||
16311 test ! -s conftest.err
16312 } && test -s conftest$ac_exeext && {
16313 test "$cross_compiling" = yes ||
16314 $as_test_x conftest$ac_exeext
16315 }; then
16316 case "$LIBEXT" in
16317 dll) ;;
16318 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'` ;;
16319 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16320 esac
16321 else
16322 $as_echo "$as_me: failed program was:" >&5
16323 sed 's/^/| /' conftest.$ac_ext >&5
16328 rm -rf conftest.dSYM
16329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16330 conftest$ac_exeext conftest.$ac_ext
16331 LIBS=$ac_check_soname_save_LIBS
16333 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16334 { $as_echo "$as_me:$LINENO: result: not found" >&5
16335 $as_echo "not found" >&6; }
16337 else
16338 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16339 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16341 cat >>confdefs.h <<_ACEOF
16342 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16343 _ACEOF
16348 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16349 $as_echo_n "checking for -lcrypto... " >&6; }
16350 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16351 $as_echo_n "(cached) " >&6
16352 else
16353 ac_check_soname_save_LIBS=$LIBS
16354 LIBS="-lcrypto $LIBS"
16355 cat >conftest.$ac_ext <<_ACEOF
16356 /* confdefs.h. */
16357 _ACEOF
16358 cat confdefs.h >>conftest.$ac_ext
16359 cat >>conftest.$ac_ext <<_ACEOF
16360 /* end confdefs.h. */
16362 /* Override any GCC internal prototype to avoid an error.
16363 Use char because int might match the return type of a GCC
16364 builtin and then its argument prototype would still apply. */
16365 #ifdef __cplusplus
16366 extern "C"
16367 #endif
16368 char BIO_new_socket ();
16370 main ()
16372 return BIO_new_socket ();
16374 return 0;
16376 _ACEOF
16377 rm -f conftest.$ac_objext conftest$ac_exeext
16378 if { (ac_try="$ac_link"
16379 case "(($ac_try" in
16380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381 *) ac_try_echo=$ac_try;;
16382 esac
16383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16384 $as_echo "$ac_try_echo") >&5
16385 (eval "$ac_link") 2>conftest.er1
16386 ac_status=$?
16387 grep -v '^ *+' conftest.er1 >conftest.err
16388 rm -f conftest.er1
16389 cat conftest.err >&5
16390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16391 (exit $ac_status); } && {
16392 test -z "$ac_c_werror_flag" ||
16393 test ! -s conftest.err
16394 } && test -s conftest$ac_exeext && {
16395 test "$cross_compiling" = yes ||
16396 $as_test_x conftest$ac_exeext
16397 }; then
16398 case "$LIBEXT" in
16399 dll) ;;
16400 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'` ;;
16401 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16402 esac
16403 else
16404 $as_echo "$as_me: failed program was:" >&5
16405 sed 's/^/| /' conftest.$ac_ext >&5
16410 rm -rf conftest.dSYM
16411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16412 conftest$ac_exeext conftest.$ac_ext
16413 LIBS=$ac_check_soname_save_LIBS
16415 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16416 { $as_echo "$as_me:$LINENO: result: not found" >&5
16417 $as_echo "not found" >&6; }
16419 else
16420 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16421 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16423 cat >>confdefs.h <<_ACEOF
16424 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16425 _ACEOF
16431 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16432 case "x$with_openssl" in
16433 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16434 xno) ;;
16435 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16436 This is an error since --with-openssl was requested." >&5
16437 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16438 This is an error since --with-openssl was requested." >&2;}
16439 { (exit 1); exit 1; }; } ;;
16440 esac
16444 if test "$ac_cv_header_jpeglib_h" = "yes"
16445 then
16446 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16447 $as_echo_n "checking for -ljpeg... " >&6; }
16448 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16449 $as_echo_n "(cached) " >&6
16450 else
16451 ac_check_soname_save_LIBS=$LIBS
16452 LIBS="-ljpeg $LIBS"
16453 cat >conftest.$ac_ext <<_ACEOF
16454 /* confdefs.h. */
16455 _ACEOF
16456 cat confdefs.h >>conftest.$ac_ext
16457 cat >>conftest.$ac_ext <<_ACEOF
16458 /* end confdefs.h. */
16460 /* Override any GCC internal prototype to avoid an error.
16461 Use char because int might match the return type of a GCC
16462 builtin and then its argument prototype would still apply. */
16463 #ifdef __cplusplus
16464 extern "C"
16465 #endif
16466 char jpeg_start_decompress ();
16468 main ()
16470 return jpeg_start_decompress ();
16472 return 0;
16474 _ACEOF
16475 rm -f conftest.$ac_objext conftest$ac_exeext
16476 if { (ac_try="$ac_link"
16477 case "(($ac_try" in
16478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16480 esac
16481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16482 $as_echo "$ac_try_echo") >&5
16483 (eval "$ac_link") 2>conftest.er1
16484 ac_status=$?
16485 grep -v '^ *+' conftest.er1 >conftest.err
16486 rm -f conftest.er1
16487 cat conftest.err >&5
16488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16489 (exit $ac_status); } && {
16490 test -z "$ac_c_werror_flag" ||
16491 test ! -s conftest.err
16492 } && test -s conftest$ac_exeext && {
16493 test "$cross_compiling" = yes ||
16494 $as_test_x conftest$ac_exeext
16495 }; then
16496 case "$LIBEXT" in
16497 dll) ;;
16498 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'` ;;
16499 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16500 esac
16501 else
16502 $as_echo "$as_me: failed program was:" >&5
16503 sed 's/^/| /' conftest.$ac_ext >&5
16508 rm -rf conftest.dSYM
16509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16510 conftest$ac_exeext conftest.$ac_ext
16511 LIBS=$ac_check_soname_save_LIBS
16513 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16514 { $as_echo "$as_me:$LINENO: result: not found" >&5
16515 $as_echo "not found" >&6; }
16517 else
16518 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16519 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16521 cat >>confdefs.h <<_ACEOF
16522 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16523 _ACEOF
16529 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16530 case "x$with_jpeg" in
16531 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16532 xno) ;;
16533 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16534 This is an error since --with-jpeg was requested." >&5
16535 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16536 This is an error since --with-jpeg was requested." >&2;}
16537 { (exit 1); exit 1; }; } ;;
16538 esac
16542 if test "$ac_cv_header_png_h" = "yes"
16543 then
16544 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16545 $as_echo_n "checking for -lpng... " >&6; }
16546 if test "${ac_cv_lib_soname_png+set}" = set; then
16547 $as_echo_n "(cached) " >&6
16548 else
16549 ac_check_soname_save_LIBS=$LIBS
16550 LIBS="-lpng -lm -lz $LIBS"
16551 cat >conftest.$ac_ext <<_ACEOF
16552 /* confdefs.h. */
16553 _ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16558 /* Override any GCC internal prototype to avoid an error.
16559 Use char because int might match the return type of a GCC
16560 builtin and then its argument prototype would still apply. */
16561 #ifdef __cplusplus
16562 extern "C"
16563 #endif
16564 char png_create_read_struct ();
16566 main ()
16568 return png_create_read_struct ();
16570 return 0;
16572 _ACEOF
16573 rm -f conftest.$ac_objext conftest$ac_exeext
16574 if { (ac_try="$ac_link"
16575 case "(($ac_try" in
16576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16577 *) ac_try_echo=$ac_try;;
16578 esac
16579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16580 $as_echo "$ac_try_echo") >&5
16581 (eval "$ac_link") 2>conftest.er1
16582 ac_status=$?
16583 grep -v '^ *+' conftest.er1 >conftest.err
16584 rm -f conftest.er1
16585 cat conftest.err >&5
16586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16587 (exit $ac_status); } && {
16588 test -z "$ac_c_werror_flag" ||
16589 test ! -s conftest.err
16590 } && test -s conftest$ac_exeext && {
16591 test "$cross_compiling" = yes ||
16592 $as_test_x conftest$ac_exeext
16593 }; then
16594 case "$LIBEXT" in
16595 dll) ;;
16596 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'` ;;
16597 *) 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'` ;;
16598 esac
16599 else
16600 $as_echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16606 rm -rf conftest.dSYM
16607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16608 conftest$ac_exeext conftest.$ac_ext
16609 LIBS=$ac_check_soname_save_LIBS
16611 if test "x$ac_cv_lib_soname_png" = "x"; then
16612 { $as_echo "$as_me:$LINENO: result: not found" >&5
16613 $as_echo "not found" >&6; }
16615 else
16616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16617 $as_echo "$ac_cv_lib_soname_png" >&6; }
16619 cat >>confdefs.h <<_ACEOF
16620 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16621 _ACEOF
16626 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16627 then
16628 ac_save_CPPFLAGS="$CPPFLAGS"
16629 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16630 $as_unset ac_cv_header_png_h
16632 for ac_header in png.h
16634 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16636 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16637 $as_echo_n "checking for $ac_header... " >&6; }
16638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16639 $as_echo_n "(cached) " >&6
16641 ac_res=`eval 'as_val=${'$as_ac_Header'}
16642 $as_echo "$as_val"'`
16643 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16644 $as_echo "$ac_res" >&6; }
16645 else
16646 # Is the header compilable?
16647 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16648 $as_echo_n "checking $ac_header usability... " >&6; }
16649 cat >conftest.$ac_ext <<_ACEOF
16650 /* confdefs.h. */
16651 _ACEOF
16652 cat confdefs.h >>conftest.$ac_ext
16653 cat >>conftest.$ac_ext <<_ACEOF
16654 /* end confdefs.h. */
16655 $ac_includes_default
16656 #include <$ac_header>
16657 _ACEOF
16658 rm -f conftest.$ac_objext
16659 if { (ac_try="$ac_compile"
16660 case "(($ac_try" in
16661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16662 *) ac_try_echo=$ac_try;;
16663 esac
16664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16665 $as_echo "$ac_try_echo") >&5
16666 (eval "$ac_compile") 2>conftest.er1
16667 ac_status=$?
16668 grep -v '^ *+' conftest.er1 >conftest.err
16669 rm -f conftest.er1
16670 cat conftest.err >&5
16671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); } && {
16673 test -z "$ac_c_werror_flag" ||
16674 test ! -s conftest.err
16675 } && test -s conftest.$ac_objext; then
16676 ac_header_compiler=yes
16677 else
16678 $as_echo "$as_me: failed program was:" >&5
16679 sed 's/^/| /' conftest.$ac_ext >&5
16681 ac_header_compiler=no
16684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16685 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16686 $as_echo "$ac_header_compiler" >&6; }
16688 # Is the header present?
16689 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16690 $as_echo_n "checking $ac_header presence... " >&6; }
16691 cat >conftest.$ac_ext <<_ACEOF
16692 /* confdefs.h. */
16693 _ACEOF
16694 cat confdefs.h >>conftest.$ac_ext
16695 cat >>conftest.$ac_ext <<_ACEOF
16696 /* end confdefs.h. */
16697 #include <$ac_header>
16698 _ACEOF
16699 if { (ac_try="$ac_cpp conftest.$ac_ext"
16700 case "(($ac_try" in
16701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16702 *) ac_try_echo=$ac_try;;
16703 esac
16704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16705 $as_echo "$ac_try_echo") >&5
16706 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16707 ac_status=$?
16708 grep -v '^ *+' conftest.er1 >conftest.err
16709 rm -f conftest.er1
16710 cat conftest.err >&5
16711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16712 (exit $ac_status); } >/dev/null && {
16713 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16714 test ! -s conftest.err
16715 }; then
16716 ac_header_preproc=yes
16717 else
16718 $as_echo "$as_me: failed program was:" >&5
16719 sed 's/^/| /' conftest.$ac_ext >&5
16721 ac_header_preproc=no
16724 rm -f conftest.err conftest.$ac_ext
16725 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16726 $as_echo "$ac_header_preproc" >&6; }
16728 # So? What about this header?
16729 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16730 yes:no: )
16731 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16732 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16733 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16734 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16735 ac_header_preproc=yes
16737 no:yes:* )
16738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16739 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16741 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16743 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16744 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16745 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16746 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16747 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16748 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16749 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16750 ( cat <<\_ASBOX
16751 ## ------------------------------------ ##
16752 ## Report this to wine-devel@winehq.org ##
16753 ## ------------------------------------ ##
16754 _ASBOX
16755 ) | sed "s/^/$as_me: WARNING: /" >&2
16757 esac
16758 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16759 $as_echo_n "checking for $ac_header... " >&6; }
16760 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16761 $as_echo_n "(cached) " >&6
16762 else
16763 eval "$as_ac_Header=\$ac_header_preproc"
16765 ac_res=`eval 'as_val=${'$as_ac_Header'}
16766 $as_echo "$as_val"'`
16767 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16768 $as_echo "$ac_res" >&6; }
16771 as_val=`eval 'as_val=${'$as_ac_Header'}
16772 $as_echo "$as_val"'`
16773 if test "x$as_val" = x""yes; then
16774 cat >>confdefs.h <<_ACEOF
16775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16776 _ACEOF
16780 done
16782 CPPFLAGS="$ac_save_CPPFLAGS"
16783 if test "$ac_cv_header_png_h" = "yes"
16784 then
16785 PNGINCL="$X_CFLAGS"
16787 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16788 $as_echo_n "checking for -lpng... " >&6; }
16789 if test "${ac_cv_lib_soname_png+set}" = set; then
16790 $as_echo_n "(cached) " >&6
16791 else
16792 ac_check_soname_save_LIBS=$LIBS
16793 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16794 cat >conftest.$ac_ext <<_ACEOF
16795 /* confdefs.h. */
16796 _ACEOF
16797 cat confdefs.h >>conftest.$ac_ext
16798 cat >>conftest.$ac_ext <<_ACEOF
16799 /* end confdefs.h. */
16801 /* Override any GCC internal prototype to avoid an error.
16802 Use char because int might match the return type of a GCC
16803 builtin and then its argument prototype would still apply. */
16804 #ifdef __cplusplus
16805 extern "C"
16806 #endif
16807 char png_create_read_struct ();
16809 main ()
16811 return png_create_read_struct ();
16813 return 0;
16815 _ACEOF
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16820 *) ac_try_echo=$ac_try;;
16821 esac
16822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16823 $as_echo "$ac_try_echo") >&5
16824 (eval "$ac_link") 2>conftest.er1
16825 ac_status=$?
16826 grep -v '^ *+' conftest.er1 >conftest.err
16827 rm -f conftest.er1
16828 cat conftest.err >&5
16829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16830 (exit $ac_status); } && {
16831 test -z "$ac_c_werror_flag" ||
16832 test ! -s conftest.err
16833 } && test -s conftest$ac_exeext && {
16834 test "$cross_compiling" = yes ||
16835 $as_test_x conftest$ac_exeext
16836 }; then
16837 case "$LIBEXT" in
16838 dll) ;;
16839 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'` ;;
16840 *) 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'` ;;
16841 esac
16842 else
16843 $as_echo "$as_me: failed program was:" >&5
16844 sed 's/^/| /' conftest.$ac_ext >&5
16849 rm -rf conftest.dSYM
16850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16851 conftest$ac_exeext conftest.$ac_ext
16852 LIBS=$ac_check_soname_save_LIBS
16854 if test "x$ac_cv_lib_soname_png" = "x"; then
16855 { $as_echo "$as_me:$LINENO: result: not found" >&5
16856 $as_echo "not found" >&6; }
16858 else
16859 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16860 $as_echo "$ac_cv_lib_soname_png" >&6; }
16862 cat >>confdefs.h <<_ACEOF
16863 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16864 _ACEOF
16871 if test "x$ac_cv_lib_soname_png" = "x"; then
16872 case "x$with_png" in
16873 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16874 xno) ;;
16875 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16876 This is an error since --with-png was requested." >&5
16877 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16878 This is an error since --with-png was requested." >&2;}
16879 { (exit 1); exit 1; }; } ;;
16880 esac
16884 if test "$ac_cv_header_kstat_h" = "yes"
16885 then
16886 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16887 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16888 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16889 $as_echo_n "(cached) " >&6
16890 else
16891 ac_check_lib_save_LIBS=$LIBS
16892 LIBS="-lkstat $LIBS"
16893 cat >conftest.$ac_ext <<_ACEOF
16894 /* confdefs.h. */
16895 _ACEOF
16896 cat confdefs.h >>conftest.$ac_ext
16897 cat >>conftest.$ac_ext <<_ACEOF
16898 /* end confdefs.h. */
16900 /* Override any GCC internal prototype to avoid an error.
16901 Use char because int might match the return type of a GCC
16902 builtin and then its argument prototype would still apply. */
16903 #ifdef __cplusplus
16904 extern "C"
16905 #endif
16906 char kstat_open ();
16908 main ()
16910 return kstat_open ();
16912 return 0;
16914 _ACEOF
16915 rm -f conftest.$ac_objext conftest$ac_exeext
16916 if { (ac_try="$ac_link"
16917 case "(($ac_try" in
16918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16919 *) ac_try_echo=$ac_try;;
16920 esac
16921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16922 $as_echo "$ac_try_echo") >&5
16923 (eval "$ac_link") 2>conftest.er1
16924 ac_status=$?
16925 grep -v '^ *+' conftest.er1 >conftest.err
16926 rm -f conftest.er1
16927 cat conftest.err >&5
16928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest$ac_exeext && {
16933 test "$cross_compiling" = yes ||
16934 $as_test_x conftest$ac_exeext
16935 }; then
16936 ac_cv_lib_kstat_kstat_open=yes
16937 else
16938 $as_echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16941 ac_cv_lib_kstat_kstat_open=no
16944 rm -rf conftest.dSYM
16945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16946 conftest$ac_exeext conftest.$ac_ext
16947 LIBS=$ac_check_lib_save_LIBS
16949 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16950 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16951 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
16953 cat >>confdefs.h <<\_ACEOF
16954 #define HAVE_LIBKSTAT 1
16955 _ACEOF
16957 LIBKSTAT="-lkstat"
16963 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16964 $as_echo_n "checking for -lodbc... " >&6; }
16965 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16966 $as_echo_n "(cached) " >&6
16967 else
16968 ac_check_soname_save_LIBS=$LIBS
16969 LIBS="-lodbc $LIBS"
16970 cat >conftest.$ac_ext <<_ACEOF
16971 /* confdefs.h. */
16972 _ACEOF
16973 cat confdefs.h >>conftest.$ac_ext
16974 cat >>conftest.$ac_ext <<_ACEOF
16975 /* end confdefs.h. */
16977 /* Override any GCC internal prototype to avoid an error.
16978 Use char because int might match the return type of a GCC
16979 builtin and then its argument prototype would still apply. */
16980 #ifdef __cplusplus
16981 extern "C"
16982 #endif
16983 char SQLConnect ();
16985 main ()
16987 return SQLConnect ();
16989 return 0;
16991 _ACEOF
16992 rm -f conftest.$ac_objext conftest$ac_exeext
16993 if { (ac_try="$ac_link"
16994 case "(($ac_try" in
16995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16996 *) ac_try_echo=$ac_try;;
16997 esac
16998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16999 $as_echo "$ac_try_echo") >&5
17000 (eval "$ac_link") 2>conftest.er1
17001 ac_status=$?
17002 grep -v '^ *+' conftest.er1 >conftest.err
17003 rm -f conftest.er1
17004 cat conftest.err >&5
17005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17006 (exit $ac_status); } && {
17007 test -z "$ac_c_werror_flag" ||
17008 test ! -s conftest.err
17009 } && test -s conftest$ac_exeext && {
17010 test "$cross_compiling" = yes ||
17011 $as_test_x conftest$ac_exeext
17012 }; then
17013 case "$LIBEXT" in
17014 dll) ;;
17015 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'` ;;
17016 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17017 esac
17018 else
17019 $as_echo "$as_me: failed program was:" >&5
17020 sed 's/^/| /' conftest.$ac_ext >&5
17025 rm -rf conftest.dSYM
17026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17027 conftest$ac_exeext conftest.$ac_ext
17028 LIBS=$ac_check_soname_save_LIBS
17030 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17031 { $as_echo "$as_me:$LINENO: result: not found" >&5
17032 $as_echo "not found" >&6; }
17033 cat >>confdefs.h <<_ACEOF
17034 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17035 _ACEOF
17037 else
17038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17039 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17041 cat >>confdefs.h <<_ACEOF
17042 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17043 _ACEOF
17049 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17050 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17051 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17052 "$ac_cv_header_soundcard_h" != "yes" -a \
17053 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17054 then
17055 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17059 EXTRACFLAGS=""
17061 if test "x${GCC}" = "xyes"
17062 then
17063 EXTRACFLAGS="-Wall -pipe"
17065 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17066 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17067 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17068 $as_echo_n "(cached) " >&6
17069 else
17070 if test "$cross_compiling" = yes; then
17071 ac_cv_c_gcc_strength_bug="yes"
17072 else
17073 cat >conftest.$ac_ext <<_ACEOF
17074 /* confdefs.h. */
17075 _ACEOF
17076 cat confdefs.h >>conftest.$ac_ext
17077 cat >>conftest.$ac_ext <<_ACEOF
17078 /* end confdefs.h. */
17079 int L[4] = {0,1,2,3};
17081 main ()
17083 static int Array[3];
17084 unsigned int B = 3;
17085 int i;
17086 for(i=0; i<B; i++) Array[i] = i - 3;
17087 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17088 L[i] = 4;
17089 return (Array[1] != -2 || L[2] != 3)
17091 return 0;
17093 _ACEOF
17094 rm -f conftest$ac_exeext
17095 if { (ac_try="$ac_link"
17096 case "(($ac_try" in
17097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17098 *) ac_try_echo=$ac_try;;
17099 esac
17100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17101 $as_echo "$ac_try_echo") >&5
17102 (eval "$ac_link") 2>&5
17103 ac_status=$?
17104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17106 { (case "(($ac_try" in
17107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17108 *) ac_try_echo=$ac_try;;
17109 esac
17110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17111 $as_echo "$ac_try_echo") >&5
17112 (eval "$ac_try") 2>&5
17113 ac_status=$?
17114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17115 (exit $ac_status); }; }; then
17116 ac_cv_c_gcc_strength_bug="no"
17117 else
17118 $as_echo "$as_me: program exited with status $ac_status" >&5
17119 $as_echo "$as_me: failed program was:" >&5
17120 sed 's/^/| /' conftest.$ac_ext >&5
17122 ( exit $ac_status )
17123 ac_cv_c_gcc_strength_bug="yes"
17125 rm -rf conftest.dSYM
17126 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17131 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17132 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17133 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17134 then
17135 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17138 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17139 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17140 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17141 $as_echo_n "(cached) " >&6
17142 else
17143 ac_wine_try_cflags_saved=$CFLAGS
17144 CFLAGS="$CFLAGS -fno-builtin"
17145 cat >conftest.$ac_ext <<_ACEOF
17146 /* confdefs.h. */
17147 _ACEOF
17148 cat confdefs.h >>conftest.$ac_ext
17149 cat >>conftest.$ac_ext <<_ACEOF
17150 /* end confdefs.h. */
17153 main ()
17157 return 0;
17159 _ACEOF
17160 rm -f conftest.$ac_objext conftest$ac_exeext
17161 if { (ac_try="$ac_link"
17162 case "(($ac_try" in
17163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17164 *) ac_try_echo=$ac_try;;
17165 esac
17166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17167 $as_echo "$ac_try_echo") >&5
17168 (eval "$ac_link") 2>conftest.er1
17169 ac_status=$?
17170 grep -v '^ *+' conftest.er1 >conftest.err
17171 rm -f conftest.er1
17172 cat conftest.err >&5
17173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17174 (exit $ac_status); } && {
17175 test -z "$ac_c_werror_flag" ||
17176 test ! -s conftest.err
17177 } && test -s conftest$ac_exeext && {
17178 test "$cross_compiling" = yes ||
17179 $as_test_x conftest$ac_exeext
17180 }; then
17181 ac_cv_cflags__fno_builtin=yes
17182 else
17183 $as_echo "$as_me: failed program was:" >&5
17184 sed 's/^/| /' conftest.$ac_ext >&5
17186 ac_cv_cflags__fno_builtin=no
17189 rm -rf conftest.dSYM
17190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17191 conftest$ac_exeext conftest.$ac_ext
17192 CFLAGS=$ac_wine_try_cflags_saved
17194 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17195 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17196 if test $ac_cv_cflags__fno_builtin = yes; then
17197 BUILTINFLAG="-fno-builtin"
17201 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17202 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17203 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17204 $as_echo_n "(cached) " >&6
17205 else
17206 ac_wine_try_cflags_saved=$CFLAGS
17207 CFLAGS="$CFLAGS -fno-strict-aliasing"
17208 cat >conftest.$ac_ext <<_ACEOF
17209 /* confdefs.h. */
17210 _ACEOF
17211 cat confdefs.h >>conftest.$ac_ext
17212 cat >>conftest.$ac_ext <<_ACEOF
17213 /* end confdefs.h. */
17216 main ()
17220 return 0;
17222 _ACEOF
17223 rm -f conftest.$ac_objext conftest$ac_exeext
17224 if { (ac_try="$ac_link"
17225 case "(($ac_try" in
17226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17227 *) ac_try_echo=$ac_try;;
17228 esac
17229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17230 $as_echo "$ac_try_echo") >&5
17231 (eval "$ac_link") 2>conftest.er1
17232 ac_status=$?
17233 grep -v '^ *+' conftest.er1 >conftest.err
17234 rm -f conftest.er1
17235 cat conftest.err >&5
17236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } && {
17238 test -z "$ac_c_werror_flag" ||
17239 test ! -s conftest.err
17240 } && test -s conftest$ac_exeext && {
17241 test "$cross_compiling" = yes ||
17242 $as_test_x conftest$ac_exeext
17243 }; then
17244 ac_cv_cflags__fno_strict_aliasing=yes
17245 else
17246 $as_echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ac_cv_cflags__fno_strict_aliasing=no
17252 rm -rf conftest.dSYM
17253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17254 conftest$ac_exeext conftest.$ac_ext
17255 CFLAGS=$ac_wine_try_cflags_saved
17257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17258 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17259 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17260 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17263 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17264 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17265 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17266 $as_echo_n "(cached) " >&6
17267 else
17268 ac_wine_try_cflags_saved=$CFLAGS
17269 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17270 cat >conftest.$ac_ext <<_ACEOF
17271 /* confdefs.h. */
17272 _ACEOF
17273 cat confdefs.h >>conftest.$ac_ext
17274 cat >>conftest.$ac_ext <<_ACEOF
17275 /* end confdefs.h. */
17278 main ()
17282 return 0;
17284 _ACEOF
17285 rm -f conftest.$ac_objext conftest$ac_exeext
17286 if { (ac_try="$ac_link"
17287 case "(($ac_try" in
17288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17289 *) ac_try_echo=$ac_try;;
17290 esac
17291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17292 $as_echo "$ac_try_echo") >&5
17293 (eval "$ac_link") 2>conftest.er1
17294 ac_status=$?
17295 grep -v '^ *+' conftest.er1 >conftest.err
17296 rm -f conftest.er1
17297 cat conftest.err >&5
17298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17299 (exit $ac_status); } && {
17300 test -z "$ac_c_werror_flag" ||
17301 test ! -s conftest.err
17302 } && test -s conftest$ac_exeext && {
17303 test "$cross_compiling" = yes ||
17304 $as_test_x conftest$ac_exeext
17305 }; then
17306 ac_cv_cflags__Wdeclaration_after_statement=yes
17307 else
17308 $as_echo "$as_me: failed program was:" >&5
17309 sed 's/^/| /' conftest.$ac_ext >&5
17311 ac_cv_cflags__Wdeclaration_after_statement=no
17314 rm -rf conftest.dSYM
17315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17316 conftest$ac_exeext conftest.$ac_ext
17317 CFLAGS=$ac_wine_try_cflags_saved
17319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17320 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17321 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17322 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17325 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17326 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17327 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17328 $as_echo_n "(cached) " >&6
17329 else
17330 ac_wine_try_cflags_saved=$CFLAGS
17331 CFLAGS="$CFLAGS -Wwrite-strings"
17332 cat >conftest.$ac_ext <<_ACEOF
17333 /* confdefs.h. */
17334 _ACEOF
17335 cat confdefs.h >>conftest.$ac_ext
17336 cat >>conftest.$ac_ext <<_ACEOF
17337 /* end confdefs.h. */
17340 main ()
17344 return 0;
17346 _ACEOF
17347 rm -f conftest.$ac_objext conftest$ac_exeext
17348 if { (ac_try="$ac_link"
17349 case "(($ac_try" in
17350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17351 *) ac_try_echo=$ac_try;;
17352 esac
17353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17354 $as_echo "$ac_try_echo") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext && {
17365 test "$cross_compiling" = yes ||
17366 $as_test_x conftest$ac_exeext
17367 }; then
17368 ac_cv_cflags__Wwrite_strings=yes
17369 else
17370 $as_echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.$ac_ext >&5
17373 ac_cv_cflags__Wwrite_strings=no
17376 rm -rf conftest.dSYM
17377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17378 conftest$ac_exeext conftest.$ac_ext
17379 CFLAGS=$ac_wine_try_cflags_saved
17381 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17382 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17383 if test $ac_cv_cflags__Wwrite_strings = yes; then
17384 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17387 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17388 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17389 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17390 $as_echo_n "(cached) " >&6
17391 else
17392 ac_wine_try_cflags_saved=$CFLAGS
17393 CFLAGS="$CFLAGS -Wtype-limits"
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17402 main ()
17406 return 0;
17408 _ACEOF
17409 rm -f conftest.$ac_objext conftest$ac_exeext
17410 if { (ac_try="$ac_link"
17411 case "(($ac_try" in
17412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17413 *) ac_try_echo=$ac_try;;
17414 esac
17415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17416 $as_echo "$ac_try_echo") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext && {
17427 test "$cross_compiling" = yes ||
17428 $as_test_x conftest$ac_exeext
17429 }; then
17430 ac_cv_cflags__Wtype_limits=yes
17431 else
17432 $as_echo "$as_me: failed program was:" >&5
17433 sed 's/^/| /' conftest.$ac_ext >&5
17435 ac_cv_cflags__Wtype_limits=no
17438 rm -rf conftest.dSYM
17439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17440 conftest$ac_exeext conftest.$ac_ext
17441 CFLAGS=$ac_wine_try_cflags_saved
17443 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17444 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17445 if test $ac_cv_cflags__Wtype_limits = yes; then
17446 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17450 saved_CFLAGS="$CFLAGS"
17451 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17452 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17453 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17454 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17455 $as_echo_n "(cached) " >&6
17456 else
17457 cat >conftest.$ac_ext <<_ACEOF
17458 /* confdefs.h. */
17459 _ACEOF
17460 cat confdefs.h >>conftest.$ac_ext
17461 cat >>conftest.$ac_ext <<_ACEOF
17462 /* end confdefs.h. */
17463 #include <string.h>
17465 main ()
17469 return 0;
17471 _ACEOF
17472 rm -f conftest.$ac_objext
17473 if { (ac_try="$ac_compile"
17474 case "(($ac_try" in
17475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17476 *) ac_try_echo=$ac_try;;
17477 esac
17478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17479 $as_echo "$ac_try_echo") >&5
17480 (eval "$ac_compile") 2>conftest.er1
17481 ac_status=$?
17482 grep -v '^ *+' conftest.er1 >conftest.err
17483 rm -f conftest.er1
17484 cat conftest.err >&5
17485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); } && {
17487 test -z "$ac_c_werror_flag" ||
17488 test ! -s conftest.err
17489 } && test -s conftest.$ac_objext; then
17490 ac_cv_c_string_h_warnings=no
17491 else
17492 $as_echo "$as_me: failed program was:" >&5
17493 sed 's/^/| /' conftest.$ac_ext >&5
17495 ac_cv_c_string_h_warnings=yes
17498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17500 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17501 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17502 CFLAGS="$saved_CFLAGS"
17503 if test "$ac_cv_c_string_h_warnings" = "no"
17504 then
17505 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17510 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17511 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17512 if test "${ac_cv_c_extern_prefix+set}" = set; then
17513 $as_echo_n "(cached) " >&6
17514 else
17515 cat >conftest.$ac_ext <<_ACEOF
17516 /* confdefs.h. */
17517 _ACEOF
17518 cat confdefs.h >>conftest.$ac_ext
17519 cat >>conftest.$ac_ext <<_ACEOF
17520 /* end confdefs.h. */
17521 extern int ac_test;
17523 main ()
17525 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17527 return 0;
17529 _ACEOF
17530 rm -f conftest.$ac_objext conftest$ac_exeext
17531 if { (ac_try="$ac_link"
17532 case "(($ac_try" in
17533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17534 *) ac_try_echo=$ac_try;;
17535 esac
17536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17537 $as_echo "$ac_try_echo") >&5
17538 (eval "$ac_link") 2>conftest.er1
17539 ac_status=$?
17540 grep -v '^ *+' conftest.er1 >conftest.err
17541 rm -f conftest.er1
17542 cat conftest.err >&5
17543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17544 (exit $ac_status); } && {
17545 test -z "$ac_c_werror_flag" ||
17546 test ! -s conftest.err
17547 } && test -s conftest$ac_exeext && {
17548 test "$cross_compiling" = yes ||
17549 $as_test_x conftest$ac_exeext
17550 }; then
17551 ac_cv_c_extern_prefix="yes"
17552 else
17553 $as_echo "$as_me: failed program was:" >&5
17554 sed 's/^/| /' conftest.$ac_ext >&5
17556 ac_cv_c_extern_prefix="no"
17559 rm -rf conftest.dSYM
17560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17561 conftest$ac_exeext conftest.$ac_ext
17563 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17564 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17568 if test "$ac_cv_c_extern_prefix" = "yes"
17569 then
17570 cat >>confdefs.h <<\_ACEOF
17571 #define __ASM_NAME(name) "_" name
17572 _ACEOF
17574 asm_name_prefix="_"
17575 else
17576 cat >>confdefs.h <<\_ACEOF
17577 #define __ASM_NAME(name) name
17578 _ACEOF
17580 asm_name_prefix=""
17584 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17585 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17586 if test "${ac_cv_asm_func_def+set}" = set; then
17587 $as_echo_n "(cached) " >&6
17588 else
17589 cat >conftest.$ac_ext <<_ACEOF
17590 /* confdefs.h. */
17591 _ACEOF
17592 cat confdefs.h >>conftest.$ac_ext
17593 cat >>conftest.$ac_ext <<_ACEOF
17594 /* end confdefs.h. */
17597 main ()
17599 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17601 return 0;
17603 _ACEOF
17604 rm -f conftest.$ac_objext conftest$ac_exeext
17605 if { (ac_try="$ac_link"
17606 case "(($ac_try" in
17607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17608 *) ac_try_echo=$ac_try;;
17609 esac
17610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17611 $as_echo "$ac_try_echo") >&5
17612 (eval "$ac_link") 2>conftest.er1
17613 ac_status=$?
17614 grep -v '^ *+' conftest.er1 >conftest.err
17615 rm -f conftest.er1
17616 cat conftest.err >&5
17617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17618 (exit $ac_status); } && {
17619 test -z "$ac_c_werror_flag" ||
17620 test ! -s conftest.err
17621 } && test -s conftest$ac_exeext && {
17622 test "$cross_compiling" = yes ||
17623 $as_test_x conftest$ac_exeext
17624 }; then
17625 ac_cv_asm_func_def=".def"
17626 else
17627 $as_echo "$as_me: failed program was:" >&5
17628 sed 's/^/| /' conftest.$ac_ext >&5
17630 cat >conftest.$ac_ext <<_ACEOF
17631 /* confdefs.h. */
17632 _ACEOF
17633 cat confdefs.h >>conftest.$ac_ext
17634 cat >>conftest.$ac_ext <<_ACEOF
17635 /* end confdefs.h. */
17638 main ()
17640 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17642 return 0;
17644 _ACEOF
17645 rm -f conftest.$ac_objext conftest$ac_exeext
17646 if { (ac_try="$ac_link"
17647 case "(($ac_try" in
17648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17649 *) ac_try_echo=$ac_try;;
17650 esac
17651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17652 $as_echo "$ac_try_echo") >&5
17653 (eval "$ac_link") 2>conftest.er1
17654 ac_status=$?
17655 grep -v '^ *+' conftest.er1 >conftest.err
17656 rm -f conftest.er1
17657 cat conftest.err >&5
17658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17659 (exit $ac_status); } && {
17660 test -z "$ac_c_werror_flag" ||
17661 test ! -s conftest.err
17662 } && test -s conftest$ac_exeext && {
17663 test "$cross_compiling" = yes ||
17664 $as_test_x conftest$ac_exeext
17665 }; then
17666 ac_cv_asm_func_def=".type @function"
17667 else
17668 $as_echo "$as_me: failed program was:" >&5
17669 sed 's/^/| /' conftest.$ac_ext >&5
17671 cat >conftest.$ac_ext <<_ACEOF
17672 /* confdefs.h. */
17673 _ACEOF
17674 cat confdefs.h >>conftest.$ac_ext
17675 cat >>conftest.$ac_ext <<_ACEOF
17676 /* end confdefs.h. */
17679 main ()
17681 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17683 return 0;
17685 _ACEOF
17686 rm -f conftest.$ac_objext conftest$ac_exeext
17687 if { (ac_try="$ac_link"
17688 case "(($ac_try" in
17689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17690 *) ac_try_echo=$ac_try;;
17691 esac
17692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17693 $as_echo "$ac_try_echo") >&5
17694 (eval "$ac_link") 2>conftest.er1
17695 ac_status=$?
17696 grep -v '^ *+' conftest.er1 >conftest.err
17697 rm -f conftest.er1
17698 cat conftest.err >&5
17699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700 (exit $ac_status); } && {
17701 test -z "$ac_c_werror_flag" ||
17702 test ! -s conftest.err
17703 } && test -s conftest$ac_exeext && {
17704 test "$cross_compiling" = yes ||
17705 $as_test_x conftest$ac_exeext
17706 }; then
17707 ac_cv_asm_func_def=".type 2"
17708 else
17709 $as_echo "$as_me: failed program was:" >&5
17710 sed 's/^/| /' conftest.$ac_ext >&5
17712 ac_cv_asm_func_def="unknown"
17715 rm -rf conftest.dSYM
17716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17717 conftest$ac_exeext conftest.$ac_ext
17720 rm -rf conftest.dSYM
17721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17722 conftest$ac_exeext conftest.$ac_ext
17725 rm -rf conftest.dSYM
17726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17727 conftest$ac_exeext conftest.$ac_ext
17729 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17730 $as_echo "$ac_cv_asm_func_def" >&6; }
17734 case "$ac_cv_asm_func_def" in
17735 ".def")
17736 cat >>confdefs.h <<\_ACEOF
17737 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17738 _ACEOF
17740 asm_func_header=".def $asm_name_prefix\" #name \"; .scl 2; .type 32; .endef" ;;
17741 ".type @function")
17742 cat >>confdefs.h <<\_ACEOF
17743 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17744 _ACEOF
17746 asm_func_header=".type $asm_name_prefix\" #name \",@function" ;;
17747 ".type 2")
17748 cat >>confdefs.h <<\_ACEOF
17749 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17750 _ACEOF
17752 asm_func_header=".type $asm_name_prefix\" #name \",2" ;;
17754 cat >>confdefs.h <<\_ACEOF
17755 #define __ASM_FUNC(name) ""
17756 _ACEOF
17758 asm_func_header="" ;;
17759 esac
17761 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17762 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
17763 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17764 $as_echo_n "(cached) " >&6
17765 else
17766 cat >conftest.$ac_ext <<_ACEOF
17767 /* confdefs.h. */
17768 _ACEOF
17769 cat confdefs.h >>conftest.$ac_ext
17770 cat >>conftest.$ac_ext <<_ACEOF
17771 /* end confdefs.h. */
17772 asm(".text\n\t.long 0");
17774 main ()
17778 return 0;
17780 _ACEOF
17781 rm -f conftest.$ac_objext
17782 if { (ac_try="$ac_compile"
17783 case "(($ac_try" in
17784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17785 *) ac_try_echo=$ac_try;;
17786 esac
17787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17788 $as_echo "$ac_try_echo") >&5
17789 (eval "$ac_compile") 2>conftest.er1
17790 ac_status=$?
17791 grep -v '^ *+' conftest.er1 >conftest.err
17792 rm -f conftest.er1
17793 cat conftest.err >&5
17794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795 (exit $ac_status); } && {
17796 test -z "$ac_c_werror_flag" ||
17797 test ! -s conftest.err
17798 } && test -s conftest.$ac_objext; then
17799 ac_cv_c_asm_outside_funcs="yes"
17800 else
17801 $as_echo "$as_me: failed program was:" >&5
17802 sed 's/^/| /' conftest.$ac_ext >&5
17804 ac_cv_c_asm_outside_funcs="no"
17807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17809 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17810 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
17812 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17813 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
17814 if test "${ac_cv_c_dot_previous+set}" = set; then
17815 $as_echo_n "(cached) " >&6
17816 else
17817 cat >conftest.$ac_ext <<_ACEOF
17818 /* confdefs.h. */
17819 _ACEOF
17820 cat confdefs.h >>conftest.$ac_ext
17821 cat >>conftest.$ac_ext <<_ACEOF
17822 /* end confdefs.h. */
17825 main ()
17827 asm(".text\nac_test:\t.long 0\n\t.previous");
17829 return 0;
17831 _ACEOF
17832 rm -f conftest.$ac_objext conftest$ac_exeext
17833 if { (ac_try="$ac_link"
17834 case "(($ac_try" in
17835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17836 *) ac_try_echo=$ac_try;;
17837 esac
17838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17839 $as_echo "$ac_try_echo") >&5
17840 (eval "$ac_link") 2>conftest.er1
17841 ac_status=$?
17842 grep -v '^ *+' conftest.er1 >conftest.err
17843 rm -f conftest.er1
17844 cat conftest.err >&5
17845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); } && {
17847 test -z "$ac_c_werror_flag" ||
17848 test ! -s conftest.err
17849 } && test -s conftest$ac_exeext && {
17850 test "$cross_compiling" = yes ||
17851 $as_test_x conftest$ac_exeext
17852 }; then
17853 ac_cv_c_dot_previous="yes"
17854 else
17855 $as_echo "$as_me: failed program was:" >&5
17856 sed 's/^/| /' conftest.$ac_ext >&5
17858 ac_cv_c_dot_previous="no"
17861 rm -rf conftest.dSYM
17862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17863 conftest$ac_exeext conftest.$ac_ext
17865 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17866 $as_echo "$ac_cv_c_dot_previous" >&6; }
17868 asm_func_header=".globl $asm_name_prefix\" #name \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name \":\\n\\t"
17869 asm_func_trailer=""
17870 if test "$ac_cv_c_dot_previous" = "yes"
17871 then
17872 asm_func_trailer="\\n\\t.previous"
17874 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17878 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17879 then
17880 cat >>confdefs.h <<_ACEOF
17881 #define __ASM_GLOBAL_FUNC(name,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17882 _ACEOF
17884 else
17885 cat >>confdefs.h <<_ACEOF
17886 #define __ASM_GLOBAL_FUNC(name,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17887 _ACEOF
17892 LDPATH=""
17894 case $build_os in
17895 cygwin*|mingw32*)
17896 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17898 darwin*|macosx*)
17901 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17903 esac
17905 case $host_os in
17906 mingw32*)
17907 CRTLIBS="-lmsvcrt"
17909 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17912 esac
17914 case $host_cpu in
17915 *i[3456789]86*)
17916 case $host_os in
17917 linux* | k*bsd*-gnu)
17918 EXTRA_BINARIES="wine-preloader"
17920 esac
17922 esac
17925 ac_save_CFLAGS="$CFLAGS"
17926 CFLAGS="$CFLAGS $BUILTINFLAG"
17996 for ac_func in \
17997 _pclose \
17998 _popen \
17999 _snprintf \
18000 _spawnvp \
18001 _strdup \
18002 _stricmp \
18003 _strnicmp \
18004 _strtoi64 \
18005 _strtoui64 \
18006 _vsnprintf \
18007 asctime_r \
18008 chsize \
18009 dlopen \
18010 epoll_create \
18011 ffs \
18012 finite \
18013 fnmatch \
18014 fork \
18015 fpclass \
18016 fstatfs \
18017 fstatvfs \
18018 ftruncate \
18019 futimes \
18020 futimesat \
18021 getdirentries \
18022 getopt_long \
18023 getpagesize \
18024 getpwuid \
18025 gettid \
18026 gettimeofday \
18027 getuid \
18028 kqueue \
18029 lstat \
18030 memmove \
18031 mmap \
18032 pclose \
18033 poll \
18034 popen \
18035 prctl \
18036 pread \
18037 pwrite \
18038 readdir \
18039 readlink \
18040 sched_yield \
18041 select \
18042 setproctitle \
18043 setrlimit \
18044 settimeofday \
18045 sigaltstack \
18046 sigprocmask \
18047 snprintf \
18048 spawnvp \
18049 statfs \
18050 statvfs \
18051 strcasecmp \
18052 strdup \
18053 strerror \
18054 strncasecmp \
18055 strtold \
18056 strtoll \
18057 strtoull \
18058 symlink \
18059 tcgetattr \
18060 thr_kill2 \
18061 timegm \
18062 usleep \
18063 vsnprintf \
18064 wait4 \
18065 waitpid \
18068 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18069 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18070 $as_echo_n "checking for $ac_func... " >&6; }
18071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18072 $as_echo_n "(cached) " >&6
18073 else
18074 cat >conftest.$ac_ext <<_ACEOF
18075 /* confdefs.h. */
18076 _ACEOF
18077 cat confdefs.h >>conftest.$ac_ext
18078 cat >>conftest.$ac_ext <<_ACEOF
18079 /* end confdefs.h. */
18080 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18081 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18082 #define $ac_func innocuous_$ac_func
18084 /* System header to define __stub macros and hopefully few prototypes,
18085 which can conflict with char $ac_func (); below.
18086 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18087 <limits.h> exists even on freestanding compilers. */
18089 #ifdef __STDC__
18090 # include <limits.h>
18091 #else
18092 # include <assert.h>
18093 #endif
18095 #undef $ac_func
18097 /* Override any GCC internal prototype to avoid an error.
18098 Use char because int might match the return type of a GCC
18099 builtin and then its argument prototype would still apply. */
18100 #ifdef __cplusplus
18101 extern "C"
18102 #endif
18103 char $ac_func ();
18104 /* The GNU C library defines this for functions which it implements
18105 to always fail with ENOSYS. Some functions are actually named
18106 something starting with __ and the normal name is an alias. */
18107 #if defined __stub_$ac_func || defined __stub___$ac_func
18108 choke me
18109 #endif
18112 main ()
18114 return $ac_func ();
18116 return 0;
18118 _ACEOF
18119 rm -f conftest.$ac_objext conftest$ac_exeext
18120 if { (ac_try="$ac_link"
18121 case "(($ac_try" in
18122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123 *) ac_try_echo=$ac_try;;
18124 esac
18125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18126 $as_echo "$ac_try_echo") >&5
18127 (eval "$ac_link") 2>conftest.er1
18128 ac_status=$?
18129 grep -v '^ *+' conftest.er1 >conftest.err
18130 rm -f conftest.er1
18131 cat conftest.err >&5
18132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133 (exit $ac_status); } && {
18134 test -z "$ac_c_werror_flag" ||
18135 test ! -s conftest.err
18136 } && test -s conftest$ac_exeext && {
18137 test "$cross_compiling" = yes ||
18138 $as_test_x conftest$ac_exeext
18139 }; then
18140 eval "$as_ac_var=yes"
18141 else
18142 $as_echo "$as_me: failed program was:" >&5
18143 sed 's/^/| /' conftest.$ac_ext >&5
18145 eval "$as_ac_var=no"
18148 rm -rf conftest.dSYM
18149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18150 conftest$ac_exeext conftest.$ac_ext
18152 ac_res=`eval 'as_val=${'$as_ac_var'}
18153 $as_echo "$as_val"'`
18154 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18155 $as_echo "$ac_res" >&6; }
18156 as_val=`eval 'as_val=${'$as_ac_var'}
18157 $as_echo "$as_val"'`
18158 if test "x$as_val" = x""yes; then
18159 cat >>confdefs.h <<_ACEOF
18160 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18161 _ACEOF
18164 done
18166 CFLAGS="$ac_save_CFLAGS"
18168 if test "$ac_cv_func_dlopen" = no
18169 then
18170 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18171 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18172 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18173 $as_echo_n "(cached) " >&6
18174 else
18175 ac_check_lib_save_LIBS=$LIBS
18176 LIBS="-ldl $LIBS"
18177 cat >conftest.$ac_ext <<_ACEOF
18178 /* confdefs.h. */
18179 _ACEOF
18180 cat confdefs.h >>conftest.$ac_ext
18181 cat >>conftest.$ac_ext <<_ACEOF
18182 /* end confdefs.h. */
18184 /* Override any GCC internal prototype to avoid an error.
18185 Use char because int might match the return type of a GCC
18186 builtin and then its argument prototype would still apply. */
18187 #ifdef __cplusplus
18188 extern "C"
18189 #endif
18190 char dlopen ();
18192 main ()
18194 return dlopen ();
18196 return 0;
18198 _ACEOF
18199 rm -f conftest.$ac_objext conftest$ac_exeext
18200 if { (ac_try="$ac_link"
18201 case "(($ac_try" in
18202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18203 *) ac_try_echo=$ac_try;;
18204 esac
18205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18206 $as_echo "$ac_try_echo") >&5
18207 (eval "$ac_link") 2>conftest.er1
18208 ac_status=$?
18209 grep -v '^ *+' conftest.er1 >conftest.err
18210 rm -f conftest.er1
18211 cat conftest.err >&5
18212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213 (exit $ac_status); } && {
18214 test -z "$ac_c_werror_flag" ||
18215 test ! -s conftest.err
18216 } && test -s conftest$ac_exeext && {
18217 test "$cross_compiling" = yes ||
18218 $as_test_x conftest$ac_exeext
18219 }; then
18220 ac_cv_lib_dl_dlopen=yes
18221 else
18222 $as_echo "$as_me: failed program was:" >&5
18223 sed 's/^/| /' conftest.$ac_ext >&5
18225 ac_cv_lib_dl_dlopen=no
18228 rm -rf conftest.dSYM
18229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18230 conftest$ac_exeext conftest.$ac_ext
18231 LIBS=$ac_check_lib_save_LIBS
18233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18234 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18235 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18236 cat >>confdefs.h <<\_ACEOF
18237 #define HAVE_DLOPEN 1
18238 _ACEOF
18239 LIBDL="-ldl"
18244 ac_wine_check_funcs_save_LIBS="$LIBS"
18245 LIBS="$LIBS $LIBDL"
18247 for ac_func in dladdr
18249 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18250 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18251 $as_echo_n "checking for $ac_func... " >&6; }
18252 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18253 $as_echo_n "(cached) " >&6
18254 else
18255 cat >conftest.$ac_ext <<_ACEOF
18256 /* confdefs.h. */
18257 _ACEOF
18258 cat confdefs.h >>conftest.$ac_ext
18259 cat >>conftest.$ac_ext <<_ACEOF
18260 /* end confdefs.h. */
18261 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18262 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18263 #define $ac_func innocuous_$ac_func
18265 /* System header to define __stub macros and hopefully few prototypes,
18266 which can conflict with char $ac_func (); below.
18267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18268 <limits.h> exists even on freestanding compilers. */
18270 #ifdef __STDC__
18271 # include <limits.h>
18272 #else
18273 # include <assert.h>
18274 #endif
18276 #undef $ac_func
18278 /* Override any GCC internal prototype to avoid an error.
18279 Use char because int might match the return type of a GCC
18280 builtin and then its argument prototype would still apply. */
18281 #ifdef __cplusplus
18282 extern "C"
18283 #endif
18284 char $ac_func ();
18285 /* The GNU C library defines this for functions which it implements
18286 to always fail with ENOSYS. Some functions are actually named
18287 something starting with __ and the normal name is an alias. */
18288 #if defined __stub_$ac_func || defined __stub___$ac_func
18289 choke me
18290 #endif
18293 main ()
18295 return $ac_func ();
18297 return 0;
18299 _ACEOF
18300 rm -f conftest.$ac_objext conftest$ac_exeext
18301 if { (ac_try="$ac_link"
18302 case "(($ac_try" in
18303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18304 *) ac_try_echo=$ac_try;;
18305 esac
18306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18307 $as_echo "$ac_try_echo") >&5
18308 (eval "$ac_link") 2>conftest.er1
18309 ac_status=$?
18310 grep -v '^ *+' conftest.er1 >conftest.err
18311 rm -f conftest.er1
18312 cat conftest.err >&5
18313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18314 (exit $ac_status); } && {
18315 test -z "$ac_c_werror_flag" ||
18316 test ! -s conftest.err
18317 } && test -s conftest$ac_exeext && {
18318 test "$cross_compiling" = yes ||
18319 $as_test_x conftest$ac_exeext
18320 }; then
18321 eval "$as_ac_var=yes"
18322 else
18323 $as_echo "$as_me: failed program was:" >&5
18324 sed 's/^/| /' conftest.$ac_ext >&5
18326 eval "$as_ac_var=no"
18329 rm -rf conftest.dSYM
18330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18331 conftest$ac_exeext conftest.$ac_ext
18333 ac_res=`eval 'as_val=${'$as_ac_var'}
18334 $as_echo "$as_val"'`
18335 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18336 $as_echo "$ac_res" >&6; }
18337 as_val=`eval 'as_val=${'$as_ac_var'}
18338 $as_echo "$as_val"'`
18339 if test "x$as_val" = x""yes; then
18340 cat >>confdefs.h <<_ACEOF
18341 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18342 _ACEOF
18345 done
18347 LIBS="$ac_wine_check_funcs_save_LIBS"
18349 if test "$ac_cv_func_poll" = no
18350 then
18351 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18352 $as_echo_n "checking for poll in -lpoll... " >&6; }
18353 if test "${ac_cv_lib_poll_poll+set}" = set; then
18354 $as_echo_n "(cached) " >&6
18355 else
18356 ac_check_lib_save_LIBS=$LIBS
18357 LIBS="-lpoll $LIBS"
18358 cat >conftest.$ac_ext <<_ACEOF
18359 /* confdefs.h. */
18360 _ACEOF
18361 cat confdefs.h >>conftest.$ac_ext
18362 cat >>conftest.$ac_ext <<_ACEOF
18363 /* end confdefs.h. */
18365 /* Override any GCC internal prototype to avoid an error.
18366 Use char because int might match the return type of a GCC
18367 builtin and then its argument prototype would still apply. */
18368 #ifdef __cplusplus
18369 extern "C"
18370 #endif
18371 char poll ();
18373 main ()
18375 return poll ();
18377 return 0;
18379 _ACEOF
18380 rm -f conftest.$ac_objext conftest$ac_exeext
18381 if { (ac_try="$ac_link"
18382 case "(($ac_try" in
18383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18384 *) ac_try_echo=$ac_try;;
18385 esac
18386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18387 $as_echo "$ac_try_echo") >&5
18388 (eval "$ac_link") 2>conftest.er1
18389 ac_status=$?
18390 grep -v '^ *+' conftest.er1 >conftest.err
18391 rm -f conftest.er1
18392 cat conftest.err >&5
18393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394 (exit $ac_status); } && {
18395 test -z "$ac_c_werror_flag" ||
18396 test ! -s conftest.err
18397 } && test -s conftest$ac_exeext && {
18398 test "$cross_compiling" = yes ||
18399 $as_test_x conftest$ac_exeext
18400 }; then
18401 ac_cv_lib_poll_poll=yes
18402 else
18403 $as_echo "$as_me: failed program was:" >&5
18404 sed 's/^/| /' conftest.$ac_ext >&5
18406 ac_cv_lib_poll_poll=no
18409 rm -rf conftest.dSYM
18410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18411 conftest$ac_exeext conftest.$ac_ext
18412 LIBS=$ac_check_lib_save_LIBS
18414 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18415 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18416 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18417 cat >>confdefs.h <<\_ACEOF
18418 #define HAVE_POLL 1
18419 _ACEOF
18420 LIBPOLL="-lpoll"
18426 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18427 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18428 if test "${ac_cv_search_gethostbyname+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 gethostbyname ();
18447 main ()
18449 return gethostbyname ();
18451 return 0;
18453 _ACEOF
18454 for ac_lib in '' nsl; 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_gethostbyname=$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_gethostbyname+set}" = set; then
18494 break
18496 done
18497 if test "${ac_cv_search_gethostbyname+set}" = set; then
18499 else
18500 ac_cv_search_gethostbyname=no
18502 rm conftest.$ac_ext
18503 LIBS=$ac_func_search_save_LIBS
18505 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18506 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18507 ac_res=$ac_cv_search_gethostbyname
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 connect" >&5
18515 $as_echo_n "checking for library containing connect... " >&6; }
18516 if test "${ac_cv_search_connect+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 connect ();
18535 main ()
18537 return connect ();
18539 return 0;
18541 _ACEOF
18542 for ac_lib in '' socket; 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_connect=$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_connect+set}" = set; then
18582 break
18584 done
18585 if test "${ac_cv_search_connect+set}" = set; then
18587 else
18588 ac_cv_search_connect=no
18590 rm conftest.$ac_ext
18591 LIBS=$ac_func_search_save_LIBS
18593 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18594 $as_echo "$ac_cv_search_connect" >&6; }
18595 ac_res=$ac_cv_search_connect
18596 if test "$ac_res" != no; then
18597 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18602 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18603 $as_echo_n "checking for library containing inet_aton... " >&6; }
18604 if test "${ac_cv_search_inet_aton+set}" = set; then
18605 $as_echo_n "(cached) " >&6
18606 else
18607 ac_func_search_save_LIBS=$LIBS
18608 cat >conftest.$ac_ext <<_ACEOF
18609 /* confdefs.h. */
18610 _ACEOF
18611 cat confdefs.h >>conftest.$ac_ext
18612 cat >>conftest.$ac_ext <<_ACEOF
18613 /* end confdefs.h. */
18615 /* Override any GCC internal prototype to avoid an error.
18616 Use char because int might match the return type of a GCC
18617 builtin and then its argument prototype would still apply. */
18618 #ifdef __cplusplus
18619 extern "C"
18620 #endif
18621 char inet_aton ();
18623 main ()
18625 return inet_aton ();
18627 return 0;
18629 _ACEOF
18630 for ac_lib in '' resolv; do
18631 if test -z "$ac_lib"; then
18632 ac_res="none required"
18633 else
18634 ac_res=-l$ac_lib
18635 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18637 rm -f conftest.$ac_objext conftest$ac_exeext
18638 if { (ac_try="$ac_link"
18639 case "(($ac_try" in
18640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18641 *) ac_try_echo=$ac_try;;
18642 esac
18643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18644 $as_echo "$ac_try_echo") >&5
18645 (eval "$ac_link") 2>conftest.er1
18646 ac_status=$?
18647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
18650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } && {
18652 test -z "$ac_c_werror_flag" ||
18653 test ! -s conftest.err
18654 } && test -s conftest$ac_exeext && {
18655 test "$cross_compiling" = yes ||
18656 $as_test_x conftest$ac_exeext
18657 }; then
18658 ac_cv_search_inet_aton=$ac_res
18659 else
18660 $as_echo "$as_me: failed program was:" >&5
18661 sed 's/^/| /' conftest.$ac_ext >&5
18666 rm -rf conftest.dSYM
18667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18668 conftest$ac_exeext
18669 if test "${ac_cv_search_inet_aton+set}" = set; then
18670 break
18672 done
18673 if test "${ac_cv_search_inet_aton+set}" = set; then
18675 else
18676 ac_cv_search_inet_aton=no
18678 rm conftest.$ac_ext
18679 LIBS=$ac_func_search_save_LIBS
18681 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18682 $as_echo "$ac_cv_search_inet_aton" >&6; }
18683 ac_res=$ac_cv_search_inet_aton
18684 if test "$ac_res" != no; then
18685 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18701 for ac_func in \
18702 getaddrinfo \
18703 getnameinfo \
18704 getnetbyname \
18705 getprotobyname \
18706 getprotobynumber \
18707 getservbyport \
18708 inet_network \
18709 inet_ntop \
18710 inet_pton \
18711 sendmsg \
18712 socketpair \
18715 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18716 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18717 $as_echo_n "checking for $ac_func... " >&6; }
18718 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18719 $as_echo_n "(cached) " >&6
18720 else
18721 cat >conftest.$ac_ext <<_ACEOF
18722 /* confdefs.h. */
18723 _ACEOF
18724 cat confdefs.h >>conftest.$ac_ext
18725 cat >>conftest.$ac_ext <<_ACEOF
18726 /* end confdefs.h. */
18727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18729 #define $ac_func innocuous_$ac_func
18731 /* System header to define __stub macros and hopefully few prototypes,
18732 which can conflict with char $ac_func (); below.
18733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18734 <limits.h> exists even on freestanding compilers. */
18736 #ifdef __STDC__
18737 # include <limits.h>
18738 #else
18739 # include <assert.h>
18740 #endif
18742 #undef $ac_func
18744 /* Override any GCC internal prototype to avoid an error.
18745 Use char because int might match the return type of a GCC
18746 builtin and then its argument prototype would still apply. */
18747 #ifdef __cplusplus
18748 extern "C"
18749 #endif
18750 char $ac_func ();
18751 /* The GNU C library defines this for functions which it implements
18752 to always fail with ENOSYS. Some functions are actually named
18753 something starting with __ and the normal name is an alias. */
18754 #if defined __stub_$ac_func || defined __stub___$ac_func
18755 choke me
18756 #endif
18759 main ()
18761 return $ac_func ();
18763 return 0;
18765 _ACEOF
18766 rm -f conftest.$ac_objext conftest$ac_exeext
18767 if { (ac_try="$ac_link"
18768 case "(($ac_try" in
18769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18770 *) ac_try_echo=$ac_try;;
18771 esac
18772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18773 $as_echo "$ac_try_echo") >&5
18774 (eval "$ac_link") 2>conftest.er1
18775 ac_status=$?
18776 grep -v '^ *+' conftest.er1 >conftest.err
18777 rm -f conftest.er1
18778 cat conftest.err >&5
18779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18780 (exit $ac_status); } && {
18781 test -z "$ac_c_werror_flag" ||
18782 test ! -s conftest.err
18783 } && test -s conftest$ac_exeext && {
18784 test "$cross_compiling" = yes ||
18785 $as_test_x conftest$ac_exeext
18786 }; then
18787 eval "$as_ac_var=yes"
18788 else
18789 $as_echo "$as_me: failed program was:" >&5
18790 sed 's/^/| /' conftest.$ac_ext >&5
18792 eval "$as_ac_var=no"
18795 rm -rf conftest.dSYM
18796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18797 conftest$ac_exeext conftest.$ac_ext
18799 ac_res=`eval 'as_val=${'$as_ac_var'}
18800 $as_echo "$as_val"'`
18801 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18802 $as_echo "$ac_res" >&6; }
18803 as_val=`eval 'as_val=${'$as_ac_var'}
18804 $as_echo "$as_val"'`
18805 if test "x$as_val" = x""yes; then
18806 cat >>confdefs.h <<_ACEOF
18807 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18808 _ACEOF
18811 done
18814 LDAPLIBS=""
18816 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18817 then
18818 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18819 $as_echo_n "checking for LDAPSortKey... " >&6; }
18820 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18821 $as_echo_n "(cached) " >&6
18822 else
18823 ac_cv_type_LDAPSortKey=no
18824 cat >conftest.$ac_ext <<_ACEOF
18825 /* confdefs.h. */
18826 _ACEOF
18827 cat confdefs.h >>conftest.$ac_ext
18828 cat >>conftest.$ac_ext <<_ACEOF
18829 /* end confdefs.h. */
18830 #include <ldap.h>
18833 main ()
18835 if (sizeof (LDAPSortKey))
18836 return 0;
18838 return 0;
18840 _ACEOF
18841 rm -f conftest.$ac_objext
18842 if { (ac_try="$ac_compile"
18843 case "(($ac_try" in
18844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18845 *) ac_try_echo=$ac_try;;
18846 esac
18847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18848 $as_echo "$ac_try_echo") >&5
18849 (eval "$ac_compile") 2>conftest.er1
18850 ac_status=$?
18851 grep -v '^ *+' conftest.er1 >conftest.err
18852 rm -f conftest.er1
18853 cat conftest.err >&5
18854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); } && {
18856 test -z "$ac_c_werror_flag" ||
18857 test ! -s conftest.err
18858 } && test -s conftest.$ac_objext; then
18859 cat >conftest.$ac_ext <<_ACEOF
18860 /* confdefs.h. */
18861 _ACEOF
18862 cat confdefs.h >>conftest.$ac_ext
18863 cat >>conftest.$ac_ext <<_ACEOF
18864 /* end confdefs.h. */
18865 #include <ldap.h>
18868 main ()
18870 if (sizeof ((LDAPSortKey)))
18871 return 0;
18873 return 0;
18875 _ACEOF
18876 rm -f conftest.$ac_objext
18877 if { (ac_try="$ac_compile"
18878 case "(($ac_try" in
18879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18880 *) ac_try_echo=$ac_try;;
18881 esac
18882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18883 $as_echo "$ac_try_echo") >&5
18884 (eval "$ac_compile") 2>conftest.er1
18885 ac_status=$?
18886 grep -v '^ *+' conftest.er1 >conftest.err
18887 rm -f conftest.er1
18888 cat conftest.err >&5
18889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); } && {
18891 test -z "$ac_c_werror_flag" ||
18892 test ! -s conftest.err
18893 } && test -s conftest.$ac_objext; then
18895 else
18896 $as_echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.$ac_ext >&5
18899 ac_cv_type_LDAPSortKey=yes
18902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18903 else
18904 $as_echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.$ac_ext >&5
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18912 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18913 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18914 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18915 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18916 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18917 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18918 $as_echo_n "(cached) " >&6
18919 else
18920 ac_check_lib_save_LIBS=$LIBS
18921 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18922 cat >conftest.$ac_ext <<_ACEOF
18923 /* confdefs.h. */
18924 _ACEOF
18925 cat confdefs.h >>conftest.$ac_ext
18926 cat >>conftest.$ac_ext <<_ACEOF
18927 /* end confdefs.h. */
18929 /* Override any GCC internal prototype to avoid an error.
18930 Use char because int might match the return type of a GCC
18931 builtin and then its argument prototype would still apply. */
18932 #ifdef __cplusplus
18933 extern "C"
18934 #endif
18935 char ldap_initialize ();
18937 main ()
18939 return ldap_initialize ();
18941 return 0;
18943 _ACEOF
18944 rm -f conftest.$ac_objext conftest$ac_exeext
18945 if { (ac_try="$ac_link"
18946 case "(($ac_try" in
18947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18948 *) ac_try_echo=$ac_try;;
18949 esac
18950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18951 $as_echo "$ac_try_echo") >&5
18952 (eval "$ac_link") 2>conftest.er1
18953 ac_status=$?
18954 grep -v '^ *+' conftest.er1 >conftest.err
18955 rm -f conftest.er1
18956 cat conftest.err >&5
18957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18958 (exit $ac_status); } && {
18959 test -z "$ac_c_werror_flag" ||
18960 test ! -s conftest.err
18961 } && test -s conftest$ac_exeext && {
18962 test "$cross_compiling" = yes ||
18963 $as_test_x conftest$ac_exeext
18964 }; then
18965 ac_cv_lib_ldap_r_ldap_initialize=yes
18966 else
18967 $as_echo "$as_me: failed program was:" >&5
18968 sed 's/^/| /' conftest.$ac_ext >&5
18970 ac_cv_lib_ldap_r_ldap_initialize=no
18973 rm -rf conftest.dSYM
18974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18975 conftest$ac_exeext conftest.$ac_ext
18976 LIBS=$ac_check_lib_save_LIBS
18978 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18979 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18980 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18981 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18982 $as_echo_n "checking for ber_init in -llber... " >&6; }
18983 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18984 $as_echo_n "(cached) " >&6
18985 else
18986 ac_check_lib_save_LIBS=$LIBS
18987 LIBS="-llber $LIBPTHREAD $LIBS"
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h. */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18995 /* Override any GCC internal prototype to avoid an error.
18996 Use char because int might match the return type of a GCC
18997 builtin and then its argument prototype would still apply. */
18998 #ifdef __cplusplus
18999 extern "C"
19000 #endif
19001 char ber_init ();
19003 main ()
19005 return ber_init ();
19007 return 0;
19009 _ACEOF
19010 rm -f conftest.$ac_objext conftest$ac_exeext
19011 if { (ac_try="$ac_link"
19012 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;;
19015 esac
19016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19017 $as_echo "$ac_try_echo") >&5
19018 (eval "$ac_link") 2>conftest.er1
19019 ac_status=$?
19020 grep -v '^ *+' conftest.er1 >conftest.err
19021 rm -f conftest.er1
19022 cat conftest.err >&5
19023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19024 (exit $ac_status); } && {
19025 test -z "$ac_c_werror_flag" ||
19026 test ! -s conftest.err
19027 } && test -s conftest$ac_exeext && {
19028 test "$cross_compiling" = yes ||
19029 $as_test_x conftest$ac_exeext
19030 }; then
19031 ac_cv_lib_lber_ber_init=yes
19032 else
19033 $as_echo "$as_me: failed program was:" >&5
19034 sed 's/^/| /' conftest.$ac_ext >&5
19036 ac_cv_lib_lber_ber_init=no
19039 rm -rf conftest.dSYM
19040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19041 conftest$ac_exeext conftest.$ac_ext
19042 LIBS=$ac_check_lib_save_LIBS
19044 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19045 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19046 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19048 cat >>confdefs.h <<\_ACEOF
19049 #define HAVE_LDAP 1
19050 _ACEOF
19052 LDAPLIBS="-lldap_r -llber"
19059 ac_wine_check_funcs_save_LIBS="$LIBS"
19060 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19069 for ac_func in \
19070 ldap_count_references \
19071 ldap_first_reference \
19072 ldap_next_reference \
19073 ldap_parse_reference \
19074 ldap_parse_sort_control \
19075 ldap_parse_sortresponse_control \
19076 ldap_parse_vlv_control \
19077 ldap_parse_vlvresponse_control
19079 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19080 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19081 $as_echo_n "checking for $ac_func... " >&6; }
19082 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19083 $as_echo_n "(cached) " >&6
19084 else
19085 cat >conftest.$ac_ext <<_ACEOF
19086 /* confdefs.h. */
19087 _ACEOF
19088 cat confdefs.h >>conftest.$ac_ext
19089 cat >>conftest.$ac_ext <<_ACEOF
19090 /* end confdefs.h. */
19091 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19093 #define $ac_func innocuous_$ac_func
19095 /* System header to define __stub macros and hopefully few prototypes,
19096 which can conflict with char $ac_func (); below.
19097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19098 <limits.h> exists even on freestanding compilers. */
19100 #ifdef __STDC__
19101 # include <limits.h>
19102 #else
19103 # include <assert.h>
19104 #endif
19106 #undef $ac_func
19108 /* Override any GCC internal prototype to avoid an error.
19109 Use char because int might match the return type of a GCC
19110 builtin and then its argument prototype would still apply. */
19111 #ifdef __cplusplus
19112 extern "C"
19113 #endif
19114 char $ac_func ();
19115 /* The GNU C library defines this for functions which it implements
19116 to always fail with ENOSYS. Some functions are actually named
19117 something starting with __ and the normal name is an alias. */
19118 #if defined __stub_$ac_func || defined __stub___$ac_func
19119 choke me
19120 #endif
19123 main ()
19125 return $ac_func ();
19127 return 0;
19129 _ACEOF
19130 rm -f conftest.$ac_objext conftest$ac_exeext
19131 if { (ac_try="$ac_link"
19132 case "(($ac_try" in
19133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19134 *) ac_try_echo=$ac_try;;
19135 esac
19136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19137 $as_echo "$ac_try_echo") >&5
19138 (eval "$ac_link") 2>conftest.er1
19139 ac_status=$?
19140 grep -v '^ *+' conftest.er1 >conftest.err
19141 rm -f conftest.er1
19142 cat conftest.err >&5
19143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19144 (exit $ac_status); } && {
19145 test -z "$ac_c_werror_flag" ||
19146 test ! -s conftest.err
19147 } && test -s conftest$ac_exeext && {
19148 test "$cross_compiling" = yes ||
19149 $as_test_x conftest$ac_exeext
19150 }; then
19151 eval "$as_ac_var=yes"
19152 else
19153 $as_echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.$ac_ext >&5
19156 eval "$as_ac_var=no"
19159 rm -rf conftest.dSYM
19160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19161 conftest$ac_exeext conftest.$ac_ext
19163 ac_res=`eval 'as_val=${'$as_ac_var'}
19164 $as_echo "$as_val"'`
19165 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19166 $as_echo "$ac_res" >&6; }
19167 as_val=`eval 'as_val=${'$as_ac_var'}
19168 $as_echo "$as_val"'`
19169 if test "x$as_val" = x""yes; then
19170 cat >>confdefs.h <<_ACEOF
19171 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19172 _ACEOF
19175 done
19177 LIBS="$ac_wine_check_funcs_save_LIBS"
19179 if test "x$LDAPLIBS" = "x"; then
19180 case "x$with_ldap" in
19181 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19182 xno) ;;
19183 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19184 This is an error since --with-ldap was requested." >&5
19185 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19186 This is an error since --with-ldap was requested." >&2;}
19187 { (exit 1); exit 1; }; } ;;
19188 esac
19192 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19193 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19194 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19195 $as_echo_n "(cached) " >&6
19196 else
19197 cat >conftest.$ac_ext <<_ACEOF
19198 /* confdefs.h. */
19199 _ACEOF
19200 cat confdefs.h >>conftest.$ac_ext
19201 cat >>conftest.$ac_ext <<_ACEOF
19202 /* end confdefs.h. */
19203 #include <sys/stat.h>
19205 main ()
19207 mkdir("foo");
19209 return 0;
19211 _ACEOF
19212 rm -f conftest.$ac_objext
19213 if { (ac_try="$ac_compile"
19214 case "(($ac_try" in
19215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19216 *) ac_try_echo=$ac_try;;
19217 esac
19218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19219 $as_echo "$ac_try_echo") >&5
19220 (eval "$ac_compile") 2>conftest.er1
19221 ac_status=$?
19222 grep -v '^ *+' conftest.er1 >conftest.err
19223 rm -f conftest.er1
19224 cat conftest.err >&5
19225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); } && {
19227 test -z "$ac_c_werror_flag" ||
19228 test ! -s conftest.err
19229 } && test -s conftest.$ac_objext; then
19230 wine_cv_one_arg_mkdir=yes
19231 else
19232 $as_echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 wine_cv_one_arg_mkdir=no
19238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19240 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19241 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19242 if test "$wine_cv_one_arg_mkdir" = "yes"
19243 then
19245 cat >>confdefs.h <<\_ACEOF
19246 #define HAVE_ONE_ARG_MKDIR 1
19247 _ACEOF
19252 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19253 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19254 if test "${ac_cv_c_const+set}" = set; then
19255 $as_echo_n "(cached) " >&6
19256 else
19257 cat >conftest.$ac_ext <<_ACEOF
19258 /* confdefs.h. */
19259 _ACEOF
19260 cat confdefs.h >>conftest.$ac_ext
19261 cat >>conftest.$ac_ext <<_ACEOF
19262 /* end confdefs.h. */
19265 main ()
19267 /* FIXME: Include the comments suggested by Paul. */
19268 #ifndef __cplusplus
19269 /* Ultrix mips cc rejects this. */
19270 typedef int charset[2];
19271 const charset cs;
19272 /* SunOS 4.1.1 cc rejects this. */
19273 char const *const *pcpcc;
19274 char **ppc;
19275 /* NEC SVR4.0.2 mips cc rejects this. */
19276 struct point {int x, y;};
19277 static struct point const zero = {0,0};
19278 /* AIX XL C 1.02.0.0 rejects this.
19279 It does not let you subtract one const X* pointer from another in
19280 an arm of an if-expression whose if-part is not a constant
19281 expression */
19282 const char *g = "string";
19283 pcpcc = &g + (g ? g-g : 0);
19284 /* HPUX 7.0 cc rejects these. */
19285 ++pcpcc;
19286 ppc = (char**) pcpcc;
19287 pcpcc = (char const *const *) ppc;
19288 { /* SCO 3.2v4 cc rejects this. */
19289 char *t;
19290 char const *s = 0 ? (char *) 0 : (char const *) 0;
19292 *t++ = 0;
19293 if (s) return 0;
19295 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19296 int x[] = {25, 17};
19297 const int *foo = &x[0];
19298 ++foo;
19300 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19301 typedef const int *iptr;
19302 iptr p = 0;
19303 ++p;
19305 { /* AIX XL C 1.02.0.0 rejects this saying
19306 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19307 struct s { int j; const int *ap[3]; };
19308 struct s *b; b->j = 5;
19310 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19311 const int foo = 10;
19312 if (!foo) return 0;
19314 return !cs[0] && !zero.x;
19315 #endif
19318 return 0;
19320 _ACEOF
19321 rm -f conftest.$ac_objext
19322 if { (ac_try="$ac_compile"
19323 case "(($ac_try" in
19324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19325 *) ac_try_echo=$ac_try;;
19326 esac
19327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19328 $as_echo "$ac_try_echo") >&5
19329 (eval "$ac_compile") 2>conftest.er1
19330 ac_status=$?
19331 grep -v '^ *+' conftest.er1 >conftest.err
19332 rm -f conftest.er1
19333 cat conftest.err >&5
19334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); } && {
19336 test -z "$ac_c_werror_flag" ||
19337 test ! -s conftest.err
19338 } && test -s conftest.$ac_objext; then
19339 ac_cv_c_const=yes
19340 else
19341 $as_echo "$as_me: failed program was:" >&5
19342 sed 's/^/| /' conftest.$ac_ext >&5
19344 ac_cv_c_const=no
19347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19350 $as_echo "$ac_cv_c_const" >&6; }
19351 if test $ac_cv_c_const = no; then
19353 cat >>confdefs.h <<\_ACEOF
19354 #define const /**/
19355 _ACEOF
19359 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19360 $as_echo_n "checking for inline... " >&6; }
19361 if test "${ac_cv_c_inline+set}" = set; then
19362 $as_echo_n "(cached) " >&6
19363 else
19364 ac_cv_c_inline=no
19365 for ac_kw in inline __inline__ __inline; do
19366 cat >conftest.$ac_ext <<_ACEOF
19367 /* confdefs.h. */
19368 _ACEOF
19369 cat confdefs.h >>conftest.$ac_ext
19370 cat >>conftest.$ac_ext <<_ACEOF
19371 /* end confdefs.h. */
19372 #ifndef __cplusplus
19373 typedef int foo_t;
19374 static $ac_kw foo_t static_foo () {return 0; }
19375 $ac_kw foo_t foo () {return 0; }
19376 #endif
19378 _ACEOF
19379 rm -f conftest.$ac_objext
19380 if { (ac_try="$ac_compile"
19381 case "(($ac_try" in
19382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19383 *) ac_try_echo=$ac_try;;
19384 esac
19385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19386 $as_echo "$ac_try_echo") >&5
19387 (eval "$ac_compile") 2>conftest.er1
19388 ac_status=$?
19389 grep -v '^ *+' conftest.er1 >conftest.err
19390 rm -f conftest.er1
19391 cat conftest.err >&5
19392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19393 (exit $ac_status); } && {
19394 test -z "$ac_c_werror_flag" ||
19395 test ! -s conftest.err
19396 } && test -s conftest.$ac_objext; then
19397 ac_cv_c_inline=$ac_kw
19398 else
19399 $as_echo "$as_me: failed program was:" >&5
19400 sed 's/^/| /' conftest.$ac_ext >&5
19405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 test "$ac_cv_c_inline" != no && break
19407 done
19410 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19411 $as_echo "$ac_cv_c_inline" >&6; }
19414 case $ac_cv_c_inline in
19415 inline | yes) ;;
19417 case $ac_cv_c_inline in
19418 no) ac_val=;;
19419 *) ac_val=$ac_cv_c_inline;;
19420 esac
19421 cat >>confdefs.h <<_ACEOF
19422 #ifndef __cplusplus
19423 #define inline $ac_val
19424 #endif
19425 _ACEOF
19427 esac
19429 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19430 $as_echo_n "checking for mode_t... " >&6; }
19431 if test "${ac_cv_type_mode_t+set}" = set; then
19432 $as_echo_n "(cached) " >&6
19433 else
19434 ac_cv_type_mode_t=no
19435 cat >conftest.$ac_ext <<_ACEOF
19436 /* confdefs.h. */
19437 _ACEOF
19438 cat confdefs.h >>conftest.$ac_ext
19439 cat >>conftest.$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19441 $ac_includes_default
19443 main ()
19445 if (sizeof (mode_t))
19446 return 0;
19448 return 0;
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19458 $as_echo "$ac_try_echo") >&5
19459 (eval "$ac_compile") 2>conftest.er1
19460 ac_status=$?
19461 grep -v '^ *+' conftest.er1 >conftest.err
19462 rm -f conftest.er1
19463 cat conftest.err >&5
19464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19465 (exit $ac_status); } && {
19466 test -z "$ac_c_werror_flag" ||
19467 test ! -s conftest.err
19468 } && test -s conftest.$ac_objext; then
19469 cat >conftest.$ac_ext <<_ACEOF
19470 /* confdefs.h. */
19471 _ACEOF
19472 cat confdefs.h >>conftest.$ac_ext
19473 cat >>conftest.$ac_ext <<_ACEOF
19474 /* end confdefs.h. */
19475 $ac_includes_default
19477 main ()
19479 if (sizeof ((mode_t)))
19480 return 0;
19482 return 0;
19484 _ACEOF
19485 rm -f conftest.$ac_objext
19486 if { (ac_try="$ac_compile"
19487 case "(($ac_try" in
19488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19489 *) ac_try_echo=$ac_try;;
19490 esac
19491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19492 $as_echo "$ac_try_echo") >&5
19493 (eval "$ac_compile") 2>conftest.er1
19494 ac_status=$?
19495 grep -v '^ *+' conftest.er1 >conftest.err
19496 rm -f conftest.er1
19497 cat conftest.err >&5
19498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19499 (exit $ac_status); } && {
19500 test -z "$ac_c_werror_flag" ||
19501 test ! -s conftest.err
19502 } && test -s conftest.$ac_objext; then
19504 else
19505 $as_echo "$as_me: failed program was:" >&5
19506 sed 's/^/| /' conftest.$ac_ext >&5
19508 ac_cv_type_mode_t=yes
19511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19512 else
19513 $as_echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19521 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19522 $as_echo "$ac_cv_type_mode_t" >&6; }
19523 if test "x$ac_cv_type_mode_t" = x""yes; then
19525 cat >>confdefs.h <<_ACEOF
19526 #define HAVE_MODE_T 1
19527 _ACEOF
19531 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19532 $as_echo_n "checking for off_t... " >&6; }
19533 if test "${ac_cv_type_off_t+set}" = set; then
19534 $as_echo_n "(cached) " >&6
19535 else
19536 ac_cv_type_off_t=no
19537 cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h. */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h. */
19543 $ac_includes_default
19545 main ()
19547 if (sizeof (off_t))
19548 return 0;
19550 return 0;
19552 _ACEOF
19553 rm -f conftest.$ac_objext
19554 if { (ac_try="$ac_compile"
19555 case "(($ac_try" in
19556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19557 *) ac_try_echo=$ac_try;;
19558 esac
19559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19560 $as_echo "$ac_try_echo") >&5
19561 (eval "$ac_compile") 2>conftest.er1
19562 ac_status=$?
19563 grep -v '^ *+' conftest.er1 >conftest.err
19564 rm -f conftest.er1
19565 cat conftest.err >&5
19566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19567 (exit $ac_status); } && {
19568 test -z "$ac_c_werror_flag" ||
19569 test ! -s conftest.err
19570 } && test -s conftest.$ac_objext; then
19571 cat >conftest.$ac_ext <<_ACEOF
19572 /* confdefs.h. */
19573 _ACEOF
19574 cat confdefs.h >>conftest.$ac_ext
19575 cat >>conftest.$ac_ext <<_ACEOF
19576 /* end confdefs.h. */
19577 $ac_includes_default
19579 main ()
19581 if (sizeof ((off_t)))
19582 return 0;
19584 return 0;
19586 _ACEOF
19587 rm -f conftest.$ac_objext
19588 if { (ac_try="$ac_compile"
19589 case "(($ac_try" in
19590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19591 *) ac_try_echo=$ac_try;;
19592 esac
19593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19594 $as_echo "$ac_try_echo") >&5
19595 (eval "$ac_compile") 2>conftest.er1
19596 ac_status=$?
19597 grep -v '^ *+' conftest.er1 >conftest.err
19598 rm -f conftest.er1
19599 cat conftest.err >&5
19600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19601 (exit $ac_status); } && {
19602 test -z "$ac_c_werror_flag" ||
19603 test ! -s conftest.err
19604 } && test -s conftest.$ac_objext; then
19606 else
19607 $as_echo "$as_me: failed program was:" >&5
19608 sed 's/^/| /' conftest.$ac_ext >&5
19610 ac_cv_type_off_t=yes
19613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19614 else
19615 $as_echo "$as_me: failed program was:" >&5
19616 sed 's/^/| /' conftest.$ac_ext >&5
19621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19623 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19624 $as_echo "$ac_cv_type_off_t" >&6; }
19625 if test "x$ac_cv_type_off_t" = x""yes; then
19627 cat >>confdefs.h <<_ACEOF
19628 #define HAVE_OFF_T 1
19629 _ACEOF
19633 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19634 $as_echo_n "checking for pid_t... " >&6; }
19635 if test "${ac_cv_type_pid_t+set}" = set; then
19636 $as_echo_n "(cached) " >&6
19637 else
19638 ac_cv_type_pid_t=no
19639 cat >conftest.$ac_ext <<_ACEOF
19640 /* confdefs.h. */
19641 _ACEOF
19642 cat confdefs.h >>conftest.$ac_ext
19643 cat >>conftest.$ac_ext <<_ACEOF
19644 /* end confdefs.h. */
19645 $ac_includes_default
19647 main ()
19649 if (sizeof (pid_t))
19650 return 0;
19652 return 0;
19654 _ACEOF
19655 rm -f conftest.$ac_objext
19656 if { (ac_try="$ac_compile"
19657 case "(($ac_try" in
19658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19659 *) ac_try_echo=$ac_try;;
19660 esac
19661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19662 $as_echo "$ac_try_echo") >&5
19663 (eval "$ac_compile") 2>conftest.er1
19664 ac_status=$?
19665 grep -v '^ *+' conftest.er1 >conftest.err
19666 rm -f conftest.er1
19667 cat conftest.err >&5
19668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); } && {
19670 test -z "$ac_c_werror_flag" ||
19671 test ! -s conftest.err
19672 } && test -s conftest.$ac_objext; then
19673 cat >conftest.$ac_ext <<_ACEOF
19674 /* confdefs.h. */
19675 _ACEOF
19676 cat confdefs.h >>conftest.$ac_ext
19677 cat >>conftest.$ac_ext <<_ACEOF
19678 /* end confdefs.h. */
19679 $ac_includes_default
19681 main ()
19683 if (sizeof ((pid_t)))
19684 return 0;
19686 return 0;
19688 _ACEOF
19689 rm -f conftest.$ac_objext
19690 if { (ac_try="$ac_compile"
19691 case "(($ac_try" in
19692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19693 *) ac_try_echo=$ac_try;;
19694 esac
19695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19696 $as_echo "$ac_try_echo") >&5
19697 (eval "$ac_compile") 2>conftest.er1
19698 ac_status=$?
19699 grep -v '^ *+' conftest.er1 >conftest.err
19700 rm -f conftest.er1
19701 cat conftest.err >&5
19702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); } && {
19704 test -z "$ac_c_werror_flag" ||
19705 test ! -s conftest.err
19706 } && test -s conftest.$ac_objext; then
19708 else
19709 $as_echo "$as_me: failed program was:" >&5
19710 sed 's/^/| /' conftest.$ac_ext >&5
19712 ac_cv_type_pid_t=yes
19715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19716 else
19717 $as_echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19725 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19726 $as_echo "$ac_cv_type_pid_t" >&6; }
19727 if test "x$ac_cv_type_pid_t" = x""yes; then
19729 cat >>confdefs.h <<_ACEOF
19730 #define HAVE_PID_T 1
19731 _ACEOF
19735 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19736 $as_echo_n "checking for size_t... " >&6; }
19737 if test "${ac_cv_type_size_t+set}" = set; then
19738 $as_echo_n "(cached) " >&6
19739 else
19740 ac_cv_type_size_t=no
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 $ac_includes_default
19749 main ()
19751 if (sizeof (size_t))
19752 return 0;
19754 return 0;
19756 _ACEOF
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19761 *) ac_try_echo=$ac_try;;
19762 esac
19763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19764 $as_echo "$ac_try_echo") >&5
19765 (eval "$ac_compile") 2>conftest.er1
19766 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && {
19772 test -z "$ac_c_werror_flag" ||
19773 test ! -s conftest.err
19774 } && test -s conftest.$ac_objext; then
19775 cat >conftest.$ac_ext <<_ACEOF
19776 /* confdefs.h. */
19777 _ACEOF
19778 cat confdefs.h >>conftest.$ac_ext
19779 cat >>conftest.$ac_ext <<_ACEOF
19780 /* end confdefs.h. */
19781 $ac_includes_default
19783 main ()
19785 if (sizeof ((size_t)))
19786 return 0;
19788 return 0;
19790 _ACEOF
19791 rm -f conftest.$ac_objext
19792 if { (ac_try="$ac_compile"
19793 case "(($ac_try" in
19794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19795 *) ac_try_echo=$ac_try;;
19796 esac
19797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19798 $as_echo "$ac_try_echo") >&5
19799 (eval "$ac_compile") 2>conftest.er1
19800 ac_status=$?
19801 grep -v '^ *+' conftest.er1 >conftest.err
19802 rm -f conftest.er1
19803 cat conftest.err >&5
19804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19805 (exit $ac_status); } && {
19806 test -z "$ac_c_werror_flag" ||
19807 test ! -s conftest.err
19808 } && test -s conftest.$ac_objext; then
19810 else
19811 $as_echo "$as_me: failed program was:" >&5
19812 sed 's/^/| /' conftest.$ac_ext >&5
19814 ac_cv_type_size_t=yes
19817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19818 else
19819 $as_echo "$as_me: failed program was:" >&5
19820 sed 's/^/| /' conftest.$ac_ext >&5
19825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19827 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19828 $as_echo "$ac_cv_type_size_t" >&6; }
19829 if test "x$ac_cv_type_size_t" = x""yes; then
19831 cat >>confdefs.h <<_ACEOF
19832 #define HAVE_SIZE_T 1
19833 _ACEOF
19837 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19838 $as_echo_n "checking for ssize_t... " >&6; }
19839 if test "${ac_cv_type_ssize_t+set}" = set; then
19840 $as_echo_n "(cached) " >&6
19841 else
19842 ac_cv_type_ssize_t=no
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19851 main ()
19853 if (sizeof (ssize_t))
19854 return 0;
19856 return 0;
19858 _ACEOF
19859 rm -f conftest.$ac_objext
19860 if { (ac_try="$ac_compile"
19861 case "(($ac_try" in
19862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19863 *) ac_try_echo=$ac_try;;
19864 esac
19865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19866 $as_echo "$ac_try_echo") >&5
19867 (eval "$ac_compile") 2>conftest.er1
19868 ac_status=$?
19869 grep -v '^ *+' conftest.er1 >conftest.err
19870 rm -f conftest.er1
19871 cat conftest.err >&5
19872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873 (exit $ac_status); } && {
19874 test -z "$ac_c_werror_flag" ||
19875 test ! -s conftest.err
19876 } && test -s conftest.$ac_objext; then
19877 cat >conftest.$ac_ext <<_ACEOF
19878 /* confdefs.h. */
19879 _ACEOF
19880 cat confdefs.h >>conftest.$ac_ext
19881 cat >>conftest.$ac_ext <<_ACEOF
19882 /* end confdefs.h. */
19883 $ac_includes_default
19885 main ()
19887 if (sizeof ((ssize_t)))
19888 return 0;
19890 return 0;
19892 _ACEOF
19893 rm -f conftest.$ac_objext
19894 if { (ac_try="$ac_compile"
19895 case "(($ac_try" in
19896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19897 *) ac_try_echo=$ac_try;;
19898 esac
19899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19900 $as_echo "$ac_try_echo") >&5
19901 (eval "$ac_compile") 2>conftest.er1
19902 ac_status=$?
19903 grep -v '^ *+' conftest.er1 >conftest.err
19904 rm -f conftest.er1
19905 cat conftest.err >&5
19906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907 (exit $ac_status); } && {
19908 test -z "$ac_c_werror_flag" ||
19909 test ! -s conftest.err
19910 } && test -s conftest.$ac_objext; then
19912 else
19913 $as_echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19916 ac_cv_type_ssize_t=yes
19919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19920 else
19921 $as_echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.$ac_ext >&5
19927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19929 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19930 $as_echo "$ac_cv_type_ssize_t" >&6; }
19931 if test "x$ac_cv_type_ssize_t" = x""yes; then
19933 cat >>confdefs.h <<_ACEOF
19934 #define HAVE_SSIZE_T 1
19935 _ACEOF
19939 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19940 $as_echo_n "checking for long long... " >&6; }
19941 if test "${ac_cv_type_long_long+set}" = set; then
19942 $as_echo_n "(cached) " >&6
19943 else
19944 ac_cv_type_long_long=no
19945 cat >conftest.$ac_ext <<_ACEOF
19946 /* confdefs.h. */
19947 _ACEOF
19948 cat confdefs.h >>conftest.$ac_ext
19949 cat >>conftest.$ac_ext <<_ACEOF
19950 /* end confdefs.h. */
19951 $ac_includes_default
19953 main ()
19955 if (sizeof (long long))
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19968 $as_echo "$ac_try_echo") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19979 cat >conftest.$ac_ext <<_ACEOF
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985 $ac_includes_default
19987 main ()
19989 if (sizeof ((long long)))
19990 return 0;
19992 return 0;
19994 _ACEOF
19995 rm -f conftest.$ac_objext
19996 if { (ac_try="$ac_compile"
19997 case "(($ac_try" in
19998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19999 *) ac_try_echo=$ac_try;;
20000 esac
20001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20002 $as_echo "$ac_try_echo") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20004 ac_status=$?
20005 grep -v '^ *+' conftest.er1 >conftest.err
20006 rm -f conftest.er1
20007 cat conftest.err >&5
20008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20014 else
20015 $as_echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_type_long_long=yes
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 else
20023 $as_echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20031 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20032 $as_echo "$ac_cv_type_long_long" >&6; }
20033 if test "x$ac_cv_type_long_long" = x""yes; then
20035 cat >>confdefs.h <<_ACEOF
20036 #define HAVE_LONG_LONG 1
20037 _ACEOF
20041 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20042 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20043 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20044 $as_echo_n "(cached) " >&6
20045 else
20046 ac_cv_type_fsblkcnt_t=no
20047 cat >conftest.$ac_ext <<_ACEOF
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053 $ac_includes_default
20055 main ()
20057 if (sizeof (fsblkcnt_t))
20058 return 0;
20060 return 0;
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (ac_try="$ac_compile"
20065 case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068 esac
20069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20070 $as_echo "$ac_try_echo") >&5
20071 (eval "$ac_compile") 2>conftest.er1
20072 ac_status=$?
20073 grep -v '^ *+' conftest.er1 >conftest.err
20074 rm -f conftest.er1
20075 cat conftest.err >&5
20076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077 (exit $ac_status); } && {
20078 test -z "$ac_c_werror_flag" ||
20079 test ! -s conftest.err
20080 } && test -s conftest.$ac_objext; then
20081 cat >conftest.$ac_ext <<_ACEOF
20082 /* confdefs.h. */
20083 _ACEOF
20084 cat confdefs.h >>conftest.$ac_ext
20085 cat >>conftest.$ac_ext <<_ACEOF
20086 /* end confdefs.h. */
20087 $ac_includes_default
20089 main ()
20091 if (sizeof ((fsblkcnt_t)))
20092 return 0;
20094 return 0;
20096 _ACEOF
20097 rm -f conftest.$ac_objext
20098 if { (ac_try="$ac_compile"
20099 case "(($ac_try" in
20100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20101 *) ac_try_echo=$ac_try;;
20102 esac
20103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20104 $as_echo "$ac_try_echo") >&5
20105 (eval "$ac_compile") 2>conftest.er1
20106 ac_status=$?
20107 grep -v '^ *+' conftest.er1 >conftest.err
20108 rm -f conftest.er1
20109 cat conftest.err >&5
20110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20111 (exit $ac_status); } && {
20112 test -z "$ac_c_werror_flag" ||
20113 test ! -s conftest.err
20114 } && test -s conftest.$ac_objext; then
20116 else
20117 $as_echo "$as_me: failed program was:" >&5
20118 sed 's/^/| /' conftest.$ac_ext >&5
20120 ac_cv_type_fsblkcnt_t=yes
20123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20124 else
20125 $as_echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20133 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20134 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20135 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20137 cat >>confdefs.h <<_ACEOF
20138 #define HAVE_FSBLKCNT_T 1
20139 _ACEOF
20143 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20144 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20145 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20146 $as_echo_n "(cached) " >&6
20147 else
20148 ac_cv_type_fsfilcnt_t=no
20149 cat >conftest.$ac_ext <<_ACEOF
20150 /* confdefs.h. */
20151 _ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 $ac_includes_default
20157 main ()
20159 if (sizeof (fsfilcnt_t))
20160 return 0;
20162 return 0;
20164 _ACEOF
20165 rm -f conftest.$ac_objext
20166 if { (ac_try="$ac_compile"
20167 case "(($ac_try" in
20168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20169 *) ac_try_echo=$ac_try;;
20170 esac
20171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20172 $as_echo "$ac_try_echo") >&5
20173 (eval "$ac_compile") 2>conftest.er1
20174 ac_status=$?
20175 grep -v '^ *+' conftest.er1 >conftest.err
20176 rm -f conftest.er1
20177 cat conftest.err >&5
20178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20179 (exit $ac_status); } && {
20180 test -z "$ac_c_werror_flag" ||
20181 test ! -s conftest.err
20182 } && test -s conftest.$ac_objext; then
20183 cat >conftest.$ac_ext <<_ACEOF
20184 /* confdefs.h. */
20185 _ACEOF
20186 cat confdefs.h >>conftest.$ac_ext
20187 cat >>conftest.$ac_ext <<_ACEOF
20188 /* end confdefs.h. */
20189 $ac_includes_default
20191 main ()
20193 if (sizeof ((fsfilcnt_t)))
20194 return 0;
20196 return 0;
20198 _ACEOF
20199 rm -f conftest.$ac_objext
20200 if { (ac_try="$ac_compile"
20201 case "(($ac_try" in
20202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20203 *) ac_try_echo=$ac_try;;
20204 esac
20205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20206 $as_echo "$ac_try_echo") >&5
20207 (eval "$ac_compile") 2>conftest.er1
20208 ac_status=$?
20209 grep -v '^ *+' conftest.er1 >conftest.err
20210 rm -f conftest.er1
20211 cat conftest.err >&5
20212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20213 (exit $ac_status); } && {
20214 test -z "$ac_c_werror_flag" ||
20215 test ! -s conftest.err
20216 } && test -s conftest.$ac_objext; then
20218 else
20219 $as_echo "$as_me: failed program was:" >&5
20220 sed 's/^/| /' conftest.$ac_ext >&5
20222 ac_cv_type_fsfilcnt_t=yes
20225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20226 else
20227 $as_echo "$as_me: failed program was:" >&5
20228 sed 's/^/| /' conftest.$ac_ext >&5
20233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20235 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20236 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20237 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20239 cat >>confdefs.h <<_ACEOF
20240 #define HAVE_FSFILCNT_T 1
20241 _ACEOF
20246 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20247 $as_echo_n "checking for sigset_t... " >&6; }
20248 if test "${ac_cv_type_sigset_t+set}" = set; then
20249 $as_echo_n "(cached) " >&6
20250 else
20251 ac_cv_type_sigset_t=no
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #include <sys/types.h>
20259 #include <signal.h>
20262 main ()
20264 if (sizeof (sigset_t))
20265 return 0;
20267 return 0;
20269 _ACEOF
20270 rm -f conftest.$ac_objext
20271 if { (ac_try="$ac_compile"
20272 case "(($ac_try" in
20273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274 *) ac_try_echo=$ac_try;;
20275 esac
20276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20277 $as_echo "$ac_try_echo") >&5
20278 (eval "$ac_compile") 2>conftest.er1
20279 ac_status=$?
20280 grep -v '^ *+' conftest.er1 >conftest.err
20281 rm -f conftest.er1
20282 cat conftest.err >&5
20283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284 (exit $ac_status); } && {
20285 test -z "$ac_c_werror_flag" ||
20286 test ! -s conftest.err
20287 } && test -s conftest.$ac_objext; then
20288 cat >conftest.$ac_ext <<_ACEOF
20289 /* confdefs.h. */
20290 _ACEOF
20291 cat confdefs.h >>conftest.$ac_ext
20292 cat >>conftest.$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20294 #include <sys/types.h>
20295 #include <signal.h>
20298 main ()
20300 if (sizeof ((sigset_t)))
20301 return 0;
20303 return 0;
20305 _ACEOF
20306 rm -f conftest.$ac_objext
20307 if { (ac_try="$ac_compile"
20308 case "(($ac_try" in
20309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20310 *) ac_try_echo=$ac_try;;
20311 esac
20312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20313 $as_echo "$ac_try_echo") >&5
20314 (eval "$ac_compile") 2>conftest.er1
20315 ac_status=$?
20316 grep -v '^ *+' conftest.er1 >conftest.err
20317 rm -f conftest.er1
20318 cat conftest.err >&5
20319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20320 (exit $ac_status); } && {
20321 test -z "$ac_c_werror_flag" ||
20322 test ! -s conftest.err
20323 } && test -s conftest.$ac_objext; then
20325 else
20326 $as_echo "$as_me: failed program was:" >&5
20327 sed 's/^/| /' conftest.$ac_ext >&5
20329 ac_cv_type_sigset_t=yes
20332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20333 else
20334 $as_echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20342 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20343 $as_echo "$ac_cv_type_sigset_t" >&6; }
20344 if test "x$ac_cv_type_sigset_t" = x""yes; then
20346 cat >>confdefs.h <<_ACEOF
20347 #define HAVE_SIGSET_T 1
20348 _ACEOF
20353 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20354 $as_echo_n "checking for request_sense... " >&6; }
20355 if test "${ac_cv_type_request_sense+set}" = set; then
20356 $as_echo_n "(cached) " >&6
20357 else
20358 ac_cv_type_request_sense=no
20359 cat >conftest.$ac_ext <<_ACEOF
20360 /* confdefs.h. */
20361 _ACEOF
20362 cat confdefs.h >>conftest.$ac_ext
20363 cat >>conftest.$ac_ext <<_ACEOF
20364 /* end confdefs.h. */
20365 #include <linux/cdrom.h>
20368 main ()
20370 if (sizeof (request_sense))
20371 return 0;
20373 return 0;
20375 _ACEOF
20376 rm -f conftest.$ac_objext
20377 if { (ac_try="$ac_compile"
20378 case "(($ac_try" in
20379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20380 *) ac_try_echo=$ac_try;;
20381 esac
20382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20383 $as_echo "$ac_try_echo") >&5
20384 (eval "$ac_compile") 2>conftest.er1
20385 ac_status=$?
20386 grep -v '^ *+' conftest.er1 >conftest.err
20387 rm -f conftest.er1
20388 cat conftest.err >&5
20389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390 (exit $ac_status); } && {
20391 test -z "$ac_c_werror_flag" ||
20392 test ! -s conftest.err
20393 } && test -s conftest.$ac_objext; then
20394 cat >conftest.$ac_ext <<_ACEOF
20395 /* confdefs.h. */
20396 _ACEOF
20397 cat confdefs.h >>conftest.$ac_ext
20398 cat >>conftest.$ac_ext <<_ACEOF
20399 /* end confdefs.h. */
20400 #include <linux/cdrom.h>
20403 main ()
20405 if (sizeof ((request_sense)))
20406 return 0;
20408 return 0;
20410 _ACEOF
20411 rm -f conftest.$ac_objext
20412 if { (ac_try="$ac_compile"
20413 case "(($ac_try" in
20414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20415 *) ac_try_echo=$ac_try;;
20416 esac
20417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20418 $as_echo "$ac_try_echo") >&5
20419 (eval "$ac_compile") 2>conftest.er1
20420 ac_status=$?
20421 grep -v '^ *+' conftest.er1 >conftest.err
20422 rm -f conftest.er1
20423 cat conftest.err >&5
20424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); } && {
20426 test -z "$ac_c_werror_flag" ||
20427 test ! -s conftest.err
20428 } && test -s conftest.$ac_objext; then
20430 else
20431 $as_echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20434 ac_cv_type_request_sense=yes
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20438 else
20439 $as_echo "$as_me: failed program was:" >&5
20440 sed 's/^/| /' conftest.$ac_ext >&5
20445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20447 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20448 $as_echo "$ac_cv_type_request_sense" >&6; }
20449 if test "x$ac_cv_type_request_sense" = x""yes; then
20451 cat >>confdefs.h <<_ACEOF
20452 #define HAVE_REQUEST_SENSE 1
20453 _ACEOF
20459 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20460 $as_echo_n "checking for struct xinpgen... " >&6; }
20461 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20462 $as_echo_n "(cached) " >&6
20463 else
20464 ac_cv_type_struct_xinpgen=no
20465 cat >conftest.$ac_ext <<_ACEOF
20466 /* confdefs.h. */
20467 _ACEOF
20468 cat confdefs.h >>conftest.$ac_ext
20469 cat >>conftest.$ac_ext <<_ACEOF
20470 /* end confdefs.h. */
20471 #include <sys/types.h>
20472 #ifdef HAVE_SYS_SOCKET_H
20473 #include <sys/socket.h>
20474 #endif
20475 #ifdef HAVE_SYS_SOCKETVAR_H
20476 #include <sys/socketvar.h>
20477 #endif
20478 #ifdef HAVE_NET_ROUTE_H
20479 #include <net/route.h>
20480 #endif
20481 #ifdef HAVE_NETINET_IN_H
20482 #include <netinet/in.h>
20483 #endif
20484 #ifdef HAVE_NETINET_IN_SYSTM_H
20485 #include <netinet/in_systm.h>
20486 #endif
20487 #ifdef HAVE_NETINET_IP_H
20488 #include <netinet/ip.h>
20489 #endif
20490 #ifdef HAVE_NETINET_IN_PCB_H
20491 #include <netinet/in_pcb.h>
20492 #endif
20495 main ()
20497 if (sizeof (struct xinpgen))
20498 return 0;
20500 return 0;
20502 _ACEOF
20503 rm -f conftest.$ac_objext
20504 if { (ac_try="$ac_compile"
20505 case "(($ac_try" in
20506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20507 *) ac_try_echo=$ac_try;;
20508 esac
20509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20510 $as_echo "$ac_try_echo") >&5
20511 (eval "$ac_compile") 2>conftest.er1
20512 ac_status=$?
20513 grep -v '^ *+' conftest.er1 >conftest.err
20514 rm -f conftest.er1
20515 cat conftest.err >&5
20516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517 (exit $ac_status); } && {
20518 test -z "$ac_c_werror_flag" ||
20519 test ! -s conftest.err
20520 } && test -s conftest.$ac_objext; then
20521 cat >conftest.$ac_ext <<_ACEOF
20522 /* confdefs.h. */
20523 _ACEOF
20524 cat confdefs.h >>conftest.$ac_ext
20525 cat >>conftest.$ac_ext <<_ACEOF
20526 /* end confdefs.h. */
20527 #include <sys/types.h>
20528 #ifdef HAVE_SYS_SOCKET_H
20529 #include <sys/socket.h>
20530 #endif
20531 #ifdef HAVE_SYS_SOCKETVAR_H
20532 #include <sys/socketvar.h>
20533 #endif
20534 #ifdef HAVE_NET_ROUTE_H
20535 #include <net/route.h>
20536 #endif
20537 #ifdef HAVE_NETINET_IN_H
20538 #include <netinet/in.h>
20539 #endif
20540 #ifdef HAVE_NETINET_IN_SYSTM_H
20541 #include <netinet/in_systm.h>
20542 #endif
20543 #ifdef HAVE_NETINET_IP_H
20544 #include <netinet/ip.h>
20545 #endif
20546 #ifdef HAVE_NETINET_IN_PCB_H
20547 #include <netinet/in_pcb.h>
20548 #endif
20551 main ()
20553 if (sizeof ((struct xinpgen)))
20554 return 0;
20556 return 0;
20558 _ACEOF
20559 rm -f conftest.$ac_objext
20560 if { (ac_try="$ac_compile"
20561 case "(($ac_try" in
20562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20563 *) ac_try_echo=$ac_try;;
20564 esac
20565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20566 $as_echo "$ac_try_echo") >&5
20567 (eval "$ac_compile") 2>conftest.er1
20568 ac_status=$?
20569 grep -v '^ *+' conftest.er1 >conftest.err
20570 rm -f conftest.er1
20571 cat conftest.err >&5
20572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573 (exit $ac_status); } && {
20574 test -z "$ac_c_werror_flag" ||
20575 test ! -s conftest.err
20576 } && test -s conftest.$ac_objext; then
20578 else
20579 $as_echo "$as_me: failed program was:" >&5
20580 sed 's/^/| /' conftest.$ac_ext >&5
20582 ac_cv_type_struct_xinpgen=yes
20585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 else
20587 $as_echo "$as_me: failed program was:" >&5
20588 sed 's/^/| /' conftest.$ac_ext >&5
20593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20595 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20596 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20597 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20599 cat >>confdefs.h <<_ACEOF
20600 #define HAVE_STRUCT_XINPGEN 1
20601 _ACEOF
20607 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20608 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20609 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20610 $as_echo_n "(cached) " >&6
20611 else
20612 cat >conftest.$ac_ext <<_ACEOF
20613 /* confdefs.h. */
20614 _ACEOF
20615 cat confdefs.h >>conftest.$ac_ext
20616 cat >>conftest.$ac_ext <<_ACEOF
20617 /* end confdefs.h. */
20618 #ifdef HAVE_LINUX_INPUT_H
20619 #include <linux/input.h>
20620 #endif
20623 main ()
20625 static struct ff_effect ac_aggr;
20626 if (ac_aggr.direction)
20627 return 0;
20629 return 0;
20631 _ACEOF
20632 rm -f conftest.$ac_objext
20633 if { (ac_try="$ac_compile"
20634 case "(($ac_try" in
20635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20636 *) ac_try_echo=$ac_try;;
20637 esac
20638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20639 $as_echo "$ac_try_echo") >&5
20640 (eval "$ac_compile") 2>conftest.er1
20641 ac_status=$?
20642 grep -v '^ *+' conftest.er1 >conftest.err
20643 rm -f conftest.er1
20644 cat conftest.err >&5
20645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20646 (exit $ac_status); } && {
20647 test -z "$ac_c_werror_flag" ||
20648 test ! -s conftest.err
20649 } && test -s conftest.$ac_objext; then
20650 ac_cv_member_struct_ff_effect_direction=yes
20651 else
20652 $as_echo "$as_me: failed program was:" >&5
20653 sed 's/^/| /' conftest.$ac_ext >&5
20655 cat >conftest.$ac_ext <<_ACEOF
20656 /* confdefs.h. */
20657 _ACEOF
20658 cat confdefs.h >>conftest.$ac_ext
20659 cat >>conftest.$ac_ext <<_ACEOF
20660 /* end confdefs.h. */
20661 #ifdef HAVE_LINUX_INPUT_H
20662 #include <linux/input.h>
20663 #endif
20666 main ()
20668 static struct ff_effect ac_aggr;
20669 if (sizeof ac_aggr.direction)
20670 return 0;
20672 return 0;
20674 _ACEOF
20675 rm -f conftest.$ac_objext
20676 if { (ac_try="$ac_compile"
20677 case "(($ac_try" in
20678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20679 *) ac_try_echo=$ac_try;;
20680 esac
20681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20682 $as_echo "$ac_try_echo") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_struct_ff_effect_direction=yes
20694 else
20695 $as_echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_member_struct_ff_effect_direction=no
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20707 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20708 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20710 cat >>confdefs.h <<_ACEOF
20711 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20712 _ACEOF
20718 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20719 $as_echo_n "checking for sigaddset... " >&6; }
20720 if test "${wine_cv_have_sigaddset+set}" = set; then
20721 $as_echo_n "(cached) " >&6
20722 else
20723 cat >conftest.$ac_ext <<_ACEOF
20724 /* confdefs.h. */
20725 _ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <signal.h>
20731 main ()
20733 sigset_t set; sigaddset(&set,SIGTERM);
20735 return 0;
20737 _ACEOF
20738 rm -f conftest.$ac_objext conftest$ac_exeext
20739 if { (ac_try="$ac_link"
20740 case "(($ac_try" in
20741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20742 *) ac_try_echo=$ac_try;;
20743 esac
20744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20745 $as_echo "$ac_try_echo") >&5
20746 (eval "$ac_link") 2>conftest.er1
20747 ac_status=$?
20748 grep -v '^ *+' conftest.er1 >conftest.err
20749 rm -f conftest.er1
20750 cat conftest.err >&5
20751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20752 (exit $ac_status); } && {
20753 test -z "$ac_c_werror_flag" ||
20754 test ! -s conftest.err
20755 } && test -s conftest$ac_exeext && {
20756 test "$cross_compiling" = yes ||
20757 $as_test_x conftest$ac_exeext
20758 }; then
20759 wine_cv_have_sigaddset=yes
20760 else
20761 $as_echo "$as_me: failed program was:" >&5
20762 sed 's/^/| /' conftest.$ac_ext >&5
20764 wine_cv_have_sigaddset=no
20767 rm -rf conftest.dSYM
20768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20769 conftest$ac_exeext conftest.$ac_ext
20771 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20772 $as_echo "$wine_cv_have_sigaddset" >&6; }
20773 if test "$wine_cv_have_sigaddset" = "yes"
20774 then
20776 cat >>confdefs.h <<\_ACEOF
20777 #define HAVE_SIGADDSET 1
20778 _ACEOF
20783 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20784 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20785 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20786 $as_echo_n "(cached) " >&6
20787 else
20788 cat >conftest.$ac_ext <<_ACEOF
20789 /* confdefs.h. */
20790 _ACEOF
20791 cat confdefs.h >>conftest.$ac_ext
20792 cat >>conftest.$ac_ext <<_ACEOF
20793 /* end confdefs.h. */
20794 #include <netdb.h>
20796 main ()
20799 char *name=0;
20800 struct hostent he;
20801 struct hostent *result;
20802 char *buf=0;
20803 int bufsize=0;
20804 int res,errnr;
20805 char *addr=0;
20806 int addrlen=0;
20807 int addrtype=0;
20808 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20809 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20812 return 0;
20814 _ACEOF
20815 rm -f conftest.$ac_objext conftest$ac_exeext
20816 if { (ac_try="$ac_link"
20817 case "(($ac_try" in
20818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20819 *) ac_try_echo=$ac_try;;
20820 esac
20821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20822 $as_echo "$ac_try_echo") >&5
20823 (eval "$ac_link") 2>conftest.er1
20824 ac_status=$?
20825 grep -v '^ *+' conftest.er1 >conftest.err
20826 rm -f conftest.er1
20827 cat conftest.err >&5
20828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20829 (exit $ac_status); } && {
20830 test -z "$ac_c_werror_flag" ||
20831 test ! -s conftest.err
20832 } && test -s conftest$ac_exeext && {
20833 test "$cross_compiling" = yes ||
20834 $as_test_x conftest$ac_exeext
20835 }; then
20836 wine_cv_linux_gethostbyname_r_6=yes
20837 else
20838 $as_echo "$as_me: failed program was:" >&5
20839 sed 's/^/| /' conftest.$ac_ext >&5
20841 wine_cv_linux_gethostbyname_r_6=no
20845 rm -rf conftest.dSYM
20846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20847 conftest$ac_exeext conftest.$ac_ext
20850 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20851 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20852 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20853 then
20855 cat >>confdefs.h <<\_ACEOF
20856 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20857 _ACEOF
20861 if test "$ac_cv_header_linux_joystick_h" = "yes"
20862 then
20863 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20864 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20865 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20866 $as_echo_n "(cached) " >&6
20867 else
20868 cat >conftest.$ac_ext <<_ACEOF
20869 /* confdefs.h. */
20870 _ACEOF
20871 cat confdefs.h >>conftest.$ac_ext
20872 cat >>conftest.$ac_ext <<_ACEOF
20873 /* end confdefs.h. */
20875 #include <sys/ioctl.h>
20876 #include <sys/types.h>
20877 #include <linux/joystick.h>
20879 struct js_event blub;
20880 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20881 #error "no 2.2 header"
20882 #endif
20885 main ()
20887 /*empty*/
20889 return 0;
20891 _ACEOF
20892 rm -f conftest.$ac_objext
20893 if { (ac_try="$ac_compile"
20894 case "(($ac_try" in
20895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20896 *) ac_try_echo=$ac_try;;
20897 esac
20898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20899 $as_echo "$ac_try_echo") >&5
20900 (eval "$ac_compile") 2>conftest.er1
20901 ac_status=$?
20902 grep -v '^ *+' conftest.er1 >conftest.err
20903 rm -f conftest.er1
20904 cat conftest.err >&5
20905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20906 (exit $ac_status); } && {
20907 test -z "$ac_c_werror_flag" ||
20908 test ! -s conftest.err
20909 } && test -s conftest.$ac_objext; then
20910 wine_cv_linux_joystick_22_api=yes
20911 else
20912 $as_echo "$as_me: failed program was:" >&5
20913 sed 's/^/| /' conftest.$ac_ext >&5
20915 wine_cv_linux_joystick_22_api=no
20918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20921 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20922 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20923 if test "$wine_cv_linux_joystick_22_api" = "yes"
20924 then
20926 cat >>confdefs.h <<\_ACEOF
20927 #define HAVE_LINUX_22_JOYSTICK_API 1
20928 _ACEOF
20934 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20935 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20936 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20937 $as_echo_n "(cached) " >&6
20938 else
20939 cat >conftest.$ac_ext <<_ACEOF
20940 /* confdefs.h. */
20941 _ACEOF
20942 cat confdefs.h >>conftest.$ac_ext
20943 cat >>conftest.$ac_ext <<_ACEOF
20944 /* end confdefs.h. */
20945 #include <sys/types.h>
20946 #ifdef HAVE_SYS_PARAM_H
20947 # include <sys/param.h>
20948 #endif
20949 #ifdef HAVE_SYS_MOUNT_H
20950 # include <sys/mount.h>
20951 #endif
20952 #ifdef HAVE_SYS_VFS_H
20953 # include <sys/vfs.h>
20954 #endif
20955 #ifdef HAVE_SYS_STATFS_H
20956 # include <sys/statfs.h>
20957 #endif
20960 main ()
20962 static struct statfs ac_aggr;
20963 if (ac_aggr.f_bfree)
20964 return 0;
20966 return 0;
20968 _ACEOF
20969 rm -f conftest.$ac_objext
20970 if { (ac_try="$ac_compile"
20971 case "(($ac_try" in
20972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20973 *) ac_try_echo=$ac_try;;
20974 esac
20975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20976 $as_echo "$ac_try_echo") >&5
20977 (eval "$ac_compile") 2>conftest.er1
20978 ac_status=$?
20979 grep -v '^ *+' conftest.er1 >conftest.err
20980 rm -f conftest.er1
20981 cat conftest.err >&5
20982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20983 (exit $ac_status); } && {
20984 test -z "$ac_c_werror_flag" ||
20985 test ! -s conftest.err
20986 } && test -s conftest.$ac_objext; then
20987 ac_cv_member_struct_statfs_f_bfree=yes
20988 else
20989 $as_echo "$as_me: failed program was:" >&5
20990 sed 's/^/| /' conftest.$ac_ext >&5
20992 cat >conftest.$ac_ext <<_ACEOF
20993 /* confdefs.h. */
20994 _ACEOF
20995 cat confdefs.h >>conftest.$ac_ext
20996 cat >>conftest.$ac_ext <<_ACEOF
20997 /* end confdefs.h. */
20998 #include <sys/types.h>
20999 #ifdef HAVE_SYS_PARAM_H
21000 # include <sys/param.h>
21001 #endif
21002 #ifdef HAVE_SYS_MOUNT_H
21003 # include <sys/mount.h>
21004 #endif
21005 #ifdef HAVE_SYS_VFS_H
21006 # include <sys/vfs.h>
21007 #endif
21008 #ifdef HAVE_SYS_STATFS_H
21009 # include <sys/statfs.h>
21010 #endif
21013 main ()
21015 static struct statfs ac_aggr;
21016 if (sizeof ac_aggr.f_bfree)
21017 return 0;
21019 return 0;
21021 _ACEOF
21022 rm -f conftest.$ac_objext
21023 if { (ac_try="$ac_compile"
21024 case "(($ac_try" in
21025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21026 *) ac_try_echo=$ac_try;;
21027 esac
21028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21029 $as_echo "$ac_try_echo") >&5
21030 (eval "$ac_compile") 2>conftest.er1
21031 ac_status=$?
21032 grep -v '^ *+' conftest.er1 >conftest.err
21033 rm -f conftest.er1
21034 cat conftest.err >&5
21035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } && {
21037 test -z "$ac_c_werror_flag" ||
21038 test ! -s conftest.err
21039 } && test -s conftest.$ac_objext; then
21040 ac_cv_member_struct_statfs_f_bfree=yes
21041 else
21042 $as_echo "$as_me: failed program was:" >&5
21043 sed 's/^/| /' conftest.$ac_ext >&5
21045 ac_cv_member_struct_statfs_f_bfree=no
21048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21053 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21054 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21055 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21057 cat >>confdefs.h <<_ACEOF
21058 #define HAVE_STRUCT_STATFS_F_BFREE 1
21059 _ACEOF
21063 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21064 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21065 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21066 $as_echo_n "(cached) " >&6
21067 else
21068 cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h. */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21074 #include <sys/types.h>
21075 #ifdef HAVE_SYS_PARAM_H
21076 # include <sys/param.h>
21077 #endif
21078 #ifdef HAVE_SYS_MOUNT_H
21079 # include <sys/mount.h>
21080 #endif
21081 #ifdef HAVE_SYS_VFS_H
21082 # include <sys/vfs.h>
21083 #endif
21084 #ifdef HAVE_SYS_STATFS_H
21085 # include <sys/statfs.h>
21086 #endif
21089 main ()
21091 static struct statfs ac_aggr;
21092 if (ac_aggr.f_bavail)
21093 return 0;
21095 return 0;
21097 _ACEOF
21098 rm -f conftest.$ac_objext
21099 if { (ac_try="$ac_compile"
21100 case "(($ac_try" in
21101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102 *) ac_try_echo=$ac_try;;
21103 esac
21104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21105 $as_echo "$ac_try_echo") >&5
21106 (eval "$ac_compile") 2>conftest.er1
21107 ac_status=$?
21108 grep -v '^ *+' conftest.er1 >conftest.err
21109 rm -f conftest.er1
21110 cat conftest.err >&5
21111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21112 (exit $ac_status); } && {
21113 test -z "$ac_c_werror_flag" ||
21114 test ! -s conftest.err
21115 } && test -s conftest.$ac_objext; then
21116 ac_cv_member_struct_statfs_f_bavail=yes
21117 else
21118 $as_echo "$as_me: failed program was:" >&5
21119 sed 's/^/| /' conftest.$ac_ext >&5
21121 cat >conftest.$ac_ext <<_ACEOF
21122 /* confdefs.h. */
21123 _ACEOF
21124 cat confdefs.h >>conftest.$ac_ext
21125 cat >>conftest.$ac_ext <<_ACEOF
21126 /* end confdefs.h. */
21127 #include <sys/types.h>
21128 #ifdef HAVE_SYS_PARAM_H
21129 # include <sys/param.h>
21130 #endif
21131 #ifdef HAVE_SYS_MOUNT_H
21132 # include <sys/mount.h>
21133 #endif
21134 #ifdef HAVE_SYS_VFS_H
21135 # include <sys/vfs.h>
21136 #endif
21137 #ifdef HAVE_SYS_STATFS_H
21138 # include <sys/statfs.h>
21139 #endif
21142 main ()
21144 static struct statfs ac_aggr;
21145 if (sizeof ac_aggr.f_bavail)
21146 return 0;
21148 return 0;
21150 _ACEOF
21151 rm -f conftest.$ac_objext
21152 if { (ac_try="$ac_compile"
21153 case "(($ac_try" in
21154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21155 *) ac_try_echo=$ac_try;;
21156 esac
21157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21158 $as_echo "$ac_try_echo") >&5
21159 (eval "$ac_compile") 2>conftest.er1
21160 ac_status=$?
21161 grep -v '^ *+' conftest.er1 >conftest.err
21162 rm -f conftest.er1
21163 cat conftest.err >&5
21164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21165 (exit $ac_status); } && {
21166 test -z "$ac_c_werror_flag" ||
21167 test ! -s conftest.err
21168 } && test -s conftest.$ac_objext; then
21169 ac_cv_member_struct_statfs_f_bavail=yes
21170 else
21171 $as_echo "$as_me: failed program was:" >&5
21172 sed 's/^/| /' conftest.$ac_ext >&5
21174 ac_cv_member_struct_statfs_f_bavail=no
21177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21182 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21183 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21184 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21186 cat >>confdefs.h <<_ACEOF
21187 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21188 _ACEOF
21192 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21193 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21194 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21195 $as_echo_n "(cached) " >&6
21196 else
21197 cat >conftest.$ac_ext <<_ACEOF
21198 /* confdefs.h. */
21199 _ACEOF
21200 cat confdefs.h >>conftest.$ac_ext
21201 cat >>conftest.$ac_ext <<_ACEOF
21202 /* end confdefs.h. */
21203 #include <sys/types.h>
21204 #ifdef HAVE_SYS_PARAM_H
21205 # include <sys/param.h>
21206 #endif
21207 #ifdef HAVE_SYS_MOUNT_H
21208 # include <sys/mount.h>
21209 #endif
21210 #ifdef HAVE_SYS_VFS_H
21211 # include <sys/vfs.h>
21212 #endif
21213 #ifdef HAVE_SYS_STATFS_H
21214 # include <sys/statfs.h>
21215 #endif
21218 main ()
21220 static struct statfs ac_aggr;
21221 if (ac_aggr.f_frsize)
21222 return 0;
21224 return 0;
21226 _ACEOF
21227 rm -f conftest.$ac_objext
21228 if { (ac_try="$ac_compile"
21229 case "(($ac_try" in
21230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21231 *) ac_try_echo=$ac_try;;
21232 esac
21233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21234 $as_echo "$ac_try_echo") >&5
21235 (eval "$ac_compile") 2>conftest.er1
21236 ac_status=$?
21237 grep -v '^ *+' conftest.er1 >conftest.err
21238 rm -f conftest.er1
21239 cat conftest.err >&5
21240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21241 (exit $ac_status); } && {
21242 test -z "$ac_c_werror_flag" ||
21243 test ! -s conftest.err
21244 } && test -s conftest.$ac_objext; then
21245 ac_cv_member_struct_statfs_f_frsize=yes
21246 else
21247 $as_echo "$as_me: failed program was:" >&5
21248 sed 's/^/| /' conftest.$ac_ext >&5
21250 cat >conftest.$ac_ext <<_ACEOF
21251 /* confdefs.h. */
21252 _ACEOF
21253 cat confdefs.h >>conftest.$ac_ext
21254 cat >>conftest.$ac_ext <<_ACEOF
21255 /* end confdefs.h. */
21256 #include <sys/types.h>
21257 #ifdef HAVE_SYS_PARAM_H
21258 # include <sys/param.h>
21259 #endif
21260 #ifdef HAVE_SYS_MOUNT_H
21261 # include <sys/mount.h>
21262 #endif
21263 #ifdef HAVE_SYS_VFS_H
21264 # include <sys/vfs.h>
21265 #endif
21266 #ifdef HAVE_SYS_STATFS_H
21267 # include <sys/statfs.h>
21268 #endif
21271 main ()
21273 static struct statfs ac_aggr;
21274 if (sizeof ac_aggr.f_frsize)
21275 return 0;
21277 return 0;
21279 _ACEOF
21280 rm -f conftest.$ac_objext
21281 if { (ac_try="$ac_compile"
21282 case "(($ac_try" in
21283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21284 *) ac_try_echo=$ac_try;;
21285 esac
21286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21287 $as_echo "$ac_try_echo") >&5
21288 (eval "$ac_compile") 2>conftest.er1
21289 ac_status=$?
21290 grep -v '^ *+' conftest.er1 >conftest.err
21291 rm -f conftest.er1
21292 cat conftest.err >&5
21293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); } && {
21295 test -z "$ac_c_werror_flag" ||
21296 test ! -s conftest.err
21297 } && test -s conftest.$ac_objext; then
21298 ac_cv_member_struct_statfs_f_frsize=yes
21299 else
21300 $as_echo "$as_me: failed program was:" >&5
21301 sed 's/^/| /' conftest.$ac_ext >&5
21303 ac_cv_member_struct_statfs_f_frsize=no
21306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21311 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21312 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21313 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21315 cat >>confdefs.h <<_ACEOF
21316 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21317 _ACEOF
21321 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21322 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21323 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21324 $as_echo_n "(cached) " >&6
21325 else
21326 cat >conftest.$ac_ext <<_ACEOF
21327 /* confdefs.h. */
21328 _ACEOF
21329 cat confdefs.h >>conftest.$ac_ext
21330 cat >>conftest.$ac_ext <<_ACEOF
21331 /* end confdefs.h. */
21332 #include <sys/types.h>
21333 #ifdef HAVE_SYS_PARAM_H
21334 # include <sys/param.h>
21335 #endif
21336 #ifdef HAVE_SYS_MOUNT_H
21337 # include <sys/mount.h>
21338 #endif
21339 #ifdef HAVE_SYS_VFS_H
21340 # include <sys/vfs.h>
21341 #endif
21342 #ifdef HAVE_SYS_STATFS_H
21343 # include <sys/statfs.h>
21344 #endif
21347 main ()
21349 static struct statfs ac_aggr;
21350 if (ac_aggr.f_ffree)
21351 return 0;
21353 return 0;
21355 _ACEOF
21356 rm -f conftest.$ac_objext
21357 if { (ac_try="$ac_compile"
21358 case "(($ac_try" in
21359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21360 *) ac_try_echo=$ac_try;;
21361 esac
21362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21363 $as_echo "$ac_try_echo") >&5
21364 (eval "$ac_compile") 2>conftest.er1
21365 ac_status=$?
21366 grep -v '^ *+' conftest.er1 >conftest.err
21367 rm -f conftest.er1
21368 cat conftest.err >&5
21369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21370 (exit $ac_status); } && {
21371 test -z "$ac_c_werror_flag" ||
21372 test ! -s conftest.err
21373 } && test -s conftest.$ac_objext; then
21374 ac_cv_member_struct_statfs_f_ffree=yes
21375 else
21376 $as_echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.$ac_ext >&5
21379 cat >conftest.$ac_ext <<_ACEOF
21380 /* confdefs.h. */
21381 _ACEOF
21382 cat confdefs.h >>conftest.$ac_ext
21383 cat >>conftest.$ac_ext <<_ACEOF
21384 /* end confdefs.h. */
21385 #include <sys/types.h>
21386 #ifdef HAVE_SYS_PARAM_H
21387 # include <sys/param.h>
21388 #endif
21389 #ifdef HAVE_SYS_MOUNT_H
21390 # include <sys/mount.h>
21391 #endif
21392 #ifdef HAVE_SYS_VFS_H
21393 # include <sys/vfs.h>
21394 #endif
21395 #ifdef HAVE_SYS_STATFS_H
21396 # include <sys/statfs.h>
21397 #endif
21400 main ()
21402 static struct statfs ac_aggr;
21403 if (sizeof ac_aggr.f_ffree)
21404 return 0;
21406 return 0;
21408 _ACEOF
21409 rm -f conftest.$ac_objext
21410 if { (ac_try="$ac_compile"
21411 case "(($ac_try" in
21412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21413 *) ac_try_echo=$ac_try;;
21414 esac
21415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21416 $as_echo "$ac_try_echo") >&5
21417 (eval "$ac_compile") 2>conftest.er1
21418 ac_status=$?
21419 grep -v '^ *+' conftest.er1 >conftest.err
21420 rm -f conftest.er1
21421 cat conftest.err >&5
21422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); } && {
21424 test -z "$ac_c_werror_flag" ||
21425 test ! -s conftest.err
21426 } && test -s conftest.$ac_objext; then
21427 ac_cv_member_struct_statfs_f_ffree=yes
21428 else
21429 $as_echo "$as_me: failed program was:" >&5
21430 sed 's/^/| /' conftest.$ac_ext >&5
21432 ac_cv_member_struct_statfs_f_ffree=no
21435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21440 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21441 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21442 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21444 cat >>confdefs.h <<_ACEOF
21445 #define HAVE_STRUCT_STATFS_F_FFREE 1
21446 _ACEOF
21450 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21451 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21452 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21453 $as_echo_n "(cached) " >&6
21454 else
21455 cat >conftest.$ac_ext <<_ACEOF
21456 /* confdefs.h. */
21457 _ACEOF
21458 cat confdefs.h >>conftest.$ac_ext
21459 cat >>conftest.$ac_ext <<_ACEOF
21460 /* end confdefs.h. */
21461 #include <sys/types.h>
21462 #ifdef HAVE_SYS_PARAM_H
21463 # include <sys/param.h>
21464 #endif
21465 #ifdef HAVE_SYS_MOUNT_H
21466 # include <sys/mount.h>
21467 #endif
21468 #ifdef HAVE_SYS_VFS_H
21469 # include <sys/vfs.h>
21470 #endif
21471 #ifdef HAVE_SYS_STATFS_H
21472 # include <sys/statfs.h>
21473 #endif
21476 main ()
21478 static struct statfs ac_aggr;
21479 if (ac_aggr.f_favail)
21480 return 0;
21482 return 0;
21484 _ACEOF
21485 rm -f conftest.$ac_objext
21486 if { (ac_try="$ac_compile"
21487 case "(($ac_try" in
21488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21489 *) ac_try_echo=$ac_try;;
21490 esac
21491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21492 $as_echo "$ac_try_echo") >&5
21493 (eval "$ac_compile") 2>conftest.er1
21494 ac_status=$?
21495 grep -v '^ *+' conftest.er1 >conftest.err
21496 rm -f conftest.er1
21497 cat conftest.err >&5
21498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21499 (exit $ac_status); } && {
21500 test -z "$ac_c_werror_flag" ||
21501 test ! -s conftest.err
21502 } && test -s conftest.$ac_objext; then
21503 ac_cv_member_struct_statfs_f_favail=yes
21504 else
21505 $as_echo "$as_me: failed program was:" >&5
21506 sed 's/^/| /' conftest.$ac_ext >&5
21508 cat >conftest.$ac_ext <<_ACEOF
21509 /* confdefs.h. */
21510 _ACEOF
21511 cat confdefs.h >>conftest.$ac_ext
21512 cat >>conftest.$ac_ext <<_ACEOF
21513 /* end confdefs.h. */
21514 #include <sys/types.h>
21515 #ifdef HAVE_SYS_PARAM_H
21516 # include <sys/param.h>
21517 #endif
21518 #ifdef HAVE_SYS_MOUNT_H
21519 # include <sys/mount.h>
21520 #endif
21521 #ifdef HAVE_SYS_VFS_H
21522 # include <sys/vfs.h>
21523 #endif
21524 #ifdef HAVE_SYS_STATFS_H
21525 # include <sys/statfs.h>
21526 #endif
21529 main ()
21531 static struct statfs ac_aggr;
21532 if (sizeof ac_aggr.f_favail)
21533 return 0;
21535 return 0;
21537 _ACEOF
21538 rm -f conftest.$ac_objext
21539 if { (ac_try="$ac_compile"
21540 case "(($ac_try" in
21541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21542 *) ac_try_echo=$ac_try;;
21543 esac
21544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21545 $as_echo "$ac_try_echo") >&5
21546 (eval "$ac_compile") 2>conftest.er1
21547 ac_status=$?
21548 grep -v '^ *+' conftest.er1 >conftest.err
21549 rm -f conftest.er1
21550 cat conftest.err >&5
21551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21552 (exit $ac_status); } && {
21553 test -z "$ac_c_werror_flag" ||
21554 test ! -s conftest.err
21555 } && test -s conftest.$ac_objext; then
21556 ac_cv_member_struct_statfs_f_favail=yes
21557 else
21558 $as_echo "$as_me: failed program was:" >&5
21559 sed 's/^/| /' conftest.$ac_ext >&5
21561 ac_cv_member_struct_statfs_f_favail=no
21564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21569 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21570 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21571 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21573 cat >>confdefs.h <<_ACEOF
21574 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21575 _ACEOF
21579 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21580 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21581 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21582 $as_echo_n "(cached) " >&6
21583 else
21584 cat >conftest.$ac_ext <<_ACEOF
21585 /* confdefs.h. */
21586 _ACEOF
21587 cat confdefs.h >>conftest.$ac_ext
21588 cat >>conftest.$ac_ext <<_ACEOF
21589 /* end confdefs.h. */
21590 #include <sys/types.h>
21591 #ifdef HAVE_SYS_PARAM_H
21592 # include <sys/param.h>
21593 #endif
21594 #ifdef HAVE_SYS_MOUNT_H
21595 # include <sys/mount.h>
21596 #endif
21597 #ifdef HAVE_SYS_VFS_H
21598 # include <sys/vfs.h>
21599 #endif
21600 #ifdef HAVE_SYS_STATFS_H
21601 # include <sys/statfs.h>
21602 #endif
21605 main ()
21607 static struct statfs ac_aggr;
21608 if (ac_aggr.f_namelen)
21609 return 0;
21611 return 0;
21613 _ACEOF
21614 rm -f conftest.$ac_objext
21615 if { (ac_try="$ac_compile"
21616 case "(($ac_try" in
21617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21618 *) ac_try_echo=$ac_try;;
21619 esac
21620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21621 $as_echo "$ac_try_echo") >&5
21622 (eval "$ac_compile") 2>conftest.er1
21623 ac_status=$?
21624 grep -v '^ *+' conftest.er1 >conftest.err
21625 rm -f conftest.er1
21626 cat conftest.err >&5
21627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21628 (exit $ac_status); } && {
21629 test -z "$ac_c_werror_flag" ||
21630 test ! -s conftest.err
21631 } && test -s conftest.$ac_objext; then
21632 ac_cv_member_struct_statfs_f_namelen=yes
21633 else
21634 $as_echo "$as_me: failed program was:" >&5
21635 sed 's/^/| /' conftest.$ac_ext >&5
21637 cat >conftest.$ac_ext <<_ACEOF
21638 /* confdefs.h. */
21639 _ACEOF
21640 cat confdefs.h >>conftest.$ac_ext
21641 cat >>conftest.$ac_ext <<_ACEOF
21642 /* end confdefs.h. */
21643 #include <sys/types.h>
21644 #ifdef HAVE_SYS_PARAM_H
21645 # include <sys/param.h>
21646 #endif
21647 #ifdef HAVE_SYS_MOUNT_H
21648 # include <sys/mount.h>
21649 #endif
21650 #ifdef HAVE_SYS_VFS_H
21651 # include <sys/vfs.h>
21652 #endif
21653 #ifdef HAVE_SYS_STATFS_H
21654 # include <sys/statfs.h>
21655 #endif
21658 main ()
21660 static struct statfs ac_aggr;
21661 if (sizeof ac_aggr.f_namelen)
21662 return 0;
21664 return 0;
21666 _ACEOF
21667 rm -f conftest.$ac_objext
21668 if { (ac_try="$ac_compile"
21669 case "(($ac_try" in
21670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21671 *) ac_try_echo=$ac_try;;
21672 esac
21673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21674 $as_echo "$ac_try_echo") >&5
21675 (eval "$ac_compile") 2>conftest.er1
21676 ac_status=$?
21677 grep -v '^ *+' conftest.er1 >conftest.err
21678 rm -f conftest.er1
21679 cat conftest.err >&5
21680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21681 (exit $ac_status); } && {
21682 test -z "$ac_c_werror_flag" ||
21683 test ! -s conftest.err
21684 } && test -s conftest.$ac_objext; then
21685 ac_cv_member_struct_statfs_f_namelen=yes
21686 else
21687 $as_echo "$as_me: failed program was:" >&5
21688 sed 's/^/| /' conftest.$ac_ext >&5
21690 ac_cv_member_struct_statfs_f_namelen=no
21693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21698 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21699 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21700 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21702 cat >>confdefs.h <<_ACEOF
21703 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21704 _ACEOF
21710 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21711 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21712 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21713 $as_echo_n "(cached) " >&6
21714 else
21715 cat >conftest.$ac_ext <<_ACEOF
21716 /* confdefs.h. */
21717 _ACEOF
21718 cat confdefs.h >>conftest.$ac_ext
21719 cat >>conftest.$ac_ext <<_ACEOF
21720 /* end confdefs.h. */
21721 #ifdef HAVE_SYS_STATVFS_H
21722 #include <sys/statvfs.h>
21723 #endif
21726 main ()
21728 static struct statvfs ac_aggr;
21729 if (ac_aggr.f_blocks)
21730 return 0;
21732 return 0;
21734 _ACEOF
21735 rm -f conftest.$ac_objext
21736 if { (ac_try="$ac_compile"
21737 case "(($ac_try" in
21738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21739 *) ac_try_echo=$ac_try;;
21740 esac
21741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21742 $as_echo "$ac_try_echo") >&5
21743 (eval "$ac_compile") 2>conftest.er1
21744 ac_status=$?
21745 grep -v '^ *+' conftest.er1 >conftest.err
21746 rm -f conftest.er1
21747 cat conftest.err >&5
21748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749 (exit $ac_status); } && {
21750 test -z "$ac_c_werror_flag" ||
21751 test ! -s conftest.err
21752 } && test -s conftest.$ac_objext; then
21753 ac_cv_member_struct_statvfs_f_blocks=yes
21754 else
21755 $as_echo "$as_me: failed program was:" >&5
21756 sed 's/^/| /' conftest.$ac_ext >&5
21758 cat >conftest.$ac_ext <<_ACEOF
21759 /* confdefs.h. */
21760 _ACEOF
21761 cat confdefs.h >>conftest.$ac_ext
21762 cat >>conftest.$ac_ext <<_ACEOF
21763 /* end confdefs.h. */
21764 #ifdef HAVE_SYS_STATVFS_H
21765 #include <sys/statvfs.h>
21766 #endif
21769 main ()
21771 static struct statvfs ac_aggr;
21772 if (sizeof ac_aggr.f_blocks)
21773 return 0;
21775 return 0;
21777 _ACEOF
21778 rm -f conftest.$ac_objext
21779 if { (ac_try="$ac_compile"
21780 case "(($ac_try" in
21781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21782 *) ac_try_echo=$ac_try;;
21783 esac
21784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21785 $as_echo "$ac_try_echo") >&5
21786 (eval "$ac_compile") 2>conftest.er1
21787 ac_status=$?
21788 grep -v '^ *+' conftest.er1 >conftest.err
21789 rm -f conftest.er1
21790 cat conftest.err >&5
21791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21792 (exit $ac_status); } && {
21793 test -z "$ac_c_werror_flag" ||
21794 test ! -s conftest.err
21795 } && test -s conftest.$ac_objext; then
21796 ac_cv_member_struct_statvfs_f_blocks=yes
21797 else
21798 $as_echo "$as_me: failed program was:" >&5
21799 sed 's/^/| /' conftest.$ac_ext >&5
21801 ac_cv_member_struct_statvfs_f_blocks=no
21804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21809 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21810 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21811 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21813 cat >>confdefs.h <<_ACEOF
21814 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21815 _ACEOF
21821 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21822 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21823 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21824 $as_echo_n "(cached) " >&6
21825 else
21826 cat >conftest.$ac_ext <<_ACEOF
21827 /* confdefs.h. */
21828 _ACEOF
21829 cat confdefs.h >>conftest.$ac_ext
21830 cat >>conftest.$ac_ext <<_ACEOF
21831 /* end confdefs.h. */
21832 #include <sys/types.h>
21833 #ifdef HAVE_SYS_SOCKET_H
21834 # include <sys/socket.h>
21835 #endif
21836 #ifdef HAVE_SYS_UN_H
21837 # include <sys/un.h>
21838 #endif
21841 main ()
21843 static struct msghdr ac_aggr;
21844 if (ac_aggr.msg_accrights)
21845 return 0;
21847 return 0;
21849 _ACEOF
21850 rm -f conftest.$ac_objext
21851 if { (ac_try="$ac_compile"
21852 case "(($ac_try" in
21853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21854 *) ac_try_echo=$ac_try;;
21855 esac
21856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21857 $as_echo "$ac_try_echo") >&5
21858 (eval "$ac_compile") 2>conftest.er1
21859 ac_status=$?
21860 grep -v '^ *+' conftest.er1 >conftest.err
21861 rm -f conftest.er1
21862 cat conftest.err >&5
21863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21864 (exit $ac_status); } && {
21865 test -z "$ac_c_werror_flag" ||
21866 test ! -s conftest.err
21867 } && test -s conftest.$ac_objext; then
21868 ac_cv_member_struct_msghdr_msg_accrights=yes
21869 else
21870 $as_echo "$as_me: failed program was:" >&5
21871 sed 's/^/| /' conftest.$ac_ext >&5
21873 cat >conftest.$ac_ext <<_ACEOF
21874 /* confdefs.h. */
21875 _ACEOF
21876 cat confdefs.h >>conftest.$ac_ext
21877 cat >>conftest.$ac_ext <<_ACEOF
21878 /* end confdefs.h. */
21879 #include <sys/types.h>
21880 #ifdef HAVE_SYS_SOCKET_H
21881 # include <sys/socket.h>
21882 #endif
21883 #ifdef HAVE_SYS_UN_H
21884 # include <sys/un.h>
21885 #endif
21888 main ()
21890 static struct msghdr ac_aggr;
21891 if (sizeof ac_aggr.msg_accrights)
21892 return 0;
21894 return 0;
21896 _ACEOF
21897 rm -f conftest.$ac_objext
21898 if { (ac_try="$ac_compile"
21899 case "(($ac_try" in
21900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21901 *) ac_try_echo=$ac_try;;
21902 esac
21903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21904 $as_echo "$ac_try_echo") >&5
21905 (eval "$ac_compile") 2>conftest.er1
21906 ac_status=$?
21907 grep -v '^ *+' conftest.er1 >conftest.err
21908 rm -f conftest.er1
21909 cat conftest.err >&5
21910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21911 (exit $ac_status); } && {
21912 test -z "$ac_c_werror_flag" ||
21913 test ! -s conftest.err
21914 } && test -s conftest.$ac_objext; then
21915 ac_cv_member_struct_msghdr_msg_accrights=yes
21916 else
21917 $as_echo "$as_me: failed program was:" >&5
21918 sed 's/^/| /' conftest.$ac_ext >&5
21920 ac_cv_member_struct_msghdr_msg_accrights=no
21923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21928 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21929 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21930 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21932 cat >>confdefs.h <<_ACEOF
21933 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21934 _ACEOF
21938 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21939 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21940 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21941 $as_echo_n "(cached) " >&6
21942 else
21943 cat >conftest.$ac_ext <<_ACEOF
21944 /* confdefs.h. */
21945 _ACEOF
21946 cat confdefs.h >>conftest.$ac_ext
21947 cat >>conftest.$ac_ext <<_ACEOF
21948 /* end confdefs.h. */
21949 #include <sys/types.h>
21950 #ifdef HAVE_SYS_SOCKET_H
21951 # include <sys/socket.h>
21952 #endif
21953 #ifdef HAVE_SYS_UN_H
21954 # include <sys/un.h>
21955 #endif
21958 main ()
21960 static struct sockaddr ac_aggr;
21961 if (ac_aggr.sa_len)
21962 return 0;
21964 return 0;
21966 _ACEOF
21967 rm -f conftest.$ac_objext
21968 if { (ac_try="$ac_compile"
21969 case "(($ac_try" in
21970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21971 *) ac_try_echo=$ac_try;;
21972 esac
21973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21974 $as_echo "$ac_try_echo") >&5
21975 (eval "$ac_compile") 2>conftest.er1
21976 ac_status=$?
21977 grep -v '^ *+' conftest.er1 >conftest.err
21978 rm -f conftest.er1
21979 cat conftest.err >&5
21980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21981 (exit $ac_status); } && {
21982 test -z "$ac_c_werror_flag" ||
21983 test ! -s conftest.err
21984 } && test -s conftest.$ac_objext; then
21985 ac_cv_member_struct_sockaddr_sa_len=yes
21986 else
21987 $as_echo "$as_me: failed program was:" >&5
21988 sed 's/^/| /' conftest.$ac_ext >&5
21990 cat >conftest.$ac_ext <<_ACEOF
21991 /* confdefs.h. */
21992 _ACEOF
21993 cat confdefs.h >>conftest.$ac_ext
21994 cat >>conftest.$ac_ext <<_ACEOF
21995 /* end confdefs.h. */
21996 #include <sys/types.h>
21997 #ifdef HAVE_SYS_SOCKET_H
21998 # include <sys/socket.h>
21999 #endif
22000 #ifdef HAVE_SYS_UN_H
22001 # include <sys/un.h>
22002 #endif
22005 main ()
22007 static struct sockaddr ac_aggr;
22008 if (sizeof ac_aggr.sa_len)
22009 return 0;
22011 return 0;
22013 _ACEOF
22014 rm -f conftest.$ac_objext
22015 if { (ac_try="$ac_compile"
22016 case "(($ac_try" in
22017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22018 *) ac_try_echo=$ac_try;;
22019 esac
22020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22021 $as_echo "$ac_try_echo") >&5
22022 (eval "$ac_compile") 2>conftest.er1
22023 ac_status=$?
22024 grep -v '^ *+' conftest.er1 >conftest.err
22025 rm -f conftest.er1
22026 cat conftest.err >&5
22027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22028 (exit $ac_status); } && {
22029 test -z "$ac_c_werror_flag" ||
22030 test ! -s conftest.err
22031 } && test -s conftest.$ac_objext; then
22032 ac_cv_member_struct_sockaddr_sa_len=yes
22033 else
22034 $as_echo "$as_me: failed program was:" >&5
22035 sed 's/^/| /' conftest.$ac_ext >&5
22037 ac_cv_member_struct_sockaddr_sa_len=no
22040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22045 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22046 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22047 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22049 cat >>confdefs.h <<_ACEOF
22050 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22051 _ACEOF
22055 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22056 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22057 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22058 $as_echo_n "(cached) " >&6
22059 else
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 #include <sys/types.h>
22067 #ifdef HAVE_SYS_SOCKET_H
22068 # include <sys/socket.h>
22069 #endif
22070 #ifdef HAVE_SYS_UN_H
22071 # include <sys/un.h>
22072 #endif
22075 main ()
22077 static struct sockaddr_un ac_aggr;
22078 if (ac_aggr.sun_len)
22079 return 0;
22081 return 0;
22083 _ACEOF
22084 rm -f conftest.$ac_objext
22085 if { (ac_try="$ac_compile"
22086 case "(($ac_try" in
22087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22088 *) ac_try_echo=$ac_try;;
22089 esac
22090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22091 $as_echo "$ac_try_echo") >&5
22092 (eval "$ac_compile") 2>conftest.er1
22093 ac_status=$?
22094 grep -v '^ *+' conftest.er1 >conftest.err
22095 rm -f conftest.er1
22096 cat conftest.err >&5
22097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22098 (exit $ac_status); } && {
22099 test -z "$ac_c_werror_flag" ||
22100 test ! -s conftest.err
22101 } && test -s conftest.$ac_objext; then
22102 ac_cv_member_struct_sockaddr_un_sun_len=yes
22103 else
22104 $as_echo "$as_me: failed program was:" >&5
22105 sed 's/^/| /' conftest.$ac_ext >&5
22107 cat >conftest.$ac_ext <<_ACEOF
22108 /* confdefs.h. */
22109 _ACEOF
22110 cat confdefs.h >>conftest.$ac_ext
22111 cat >>conftest.$ac_ext <<_ACEOF
22112 /* end confdefs.h. */
22113 #include <sys/types.h>
22114 #ifdef HAVE_SYS_SOCKET_H
22115 # include <sys/socket.h>
22116 #endif
22117 #ifdef HAVE_SYS_UN_H
22118 # include <sys/un.h>
22119 #endif
22122 main ()
22124 static struct sockaddr_un ac_aggr;
22125 if (sizeof ac_aggr.sun_len)
22126 return 0;
22128 return 0;
22130 _ACEOF
22131 rm -f conftest.$ac_objext
22132 if { (ac_try="$ac_compile"
22133 case "(($ac_try" in
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136 esac
22137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22138 $as_echo "$ac_try_echo") >&5
22139 (eval "$ac_compile") 2>conftest.er1
22140 ac_status=$?
22141 grep -v '^ *+' conftest.er1 >conftest.err
22142 rm -f conftest.er1
22143 cat conftest.err >&5
22144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22145 (exit $ac_status); } && {
22146 test -z "$ac_c_werror_flag" ||
22147 test ! -s conftest.err
22148 } && test -s conftest.$ac_objext; then
22149 ac_cv_member_struct_sockaddr_un_sun_len=yes
22150 else
22151 $as_echo "$as_me: failed program was:" >&5
22152 sed 's/^/| /' conftest.$ac_ext >&5
22154 ac_cv_member_struct_sockaddr_un_sun_len=no
22157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22162 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22163 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22164 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22166 cat >>confdefs.h <<_ACEOF
22167 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22168 _ACEOF
22174 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22175 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22176 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22177 $as_echo_n "(cached) " >&6
22178 else
22179 cat >conftest.$ac_ext <<_ACEOF
22180 /* confdefs.h. */
22181 _ACEOF
22182 cat confdefs.h >>conftest.$ac_ext
22183 cat >>conftest.$ac_ext <<_ACEOF
22184 /* end confdefs.h. */
22185 #include <sys/types.h>
22186 #ifdef HAVE_SCSI_SG_H
22187 #include <scsi/sg.h>
22188 #endif
22191 main ()
22193 static scsireq_t ac_aggr;
22194 if (ac_aggr.cmd)
22195 return 0;
22197 return 0;
22199 _ACEOF
22200 rm -f conftest.$ac_objext
22201 if { (ac_try="$ac_compile"
22202 case "(($ac_try" in
22203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22204 *) ac_try_echo=$ac_try;;
22205 esac
22206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22207 $as_echo "$ac_try_echo") >&5
22208 (eval "$ac_compile") 2>conftest.er1
22209 ac_status=$?
22210 grep -v '^ *+' conftest.er1 >conftest.err
22211 rm -f conftest.er1
22212 cat conftest.err >&5
22213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); } && {
22215 test -z "$ac_c_werror_flag" ||
22216 test ! -s conftest.err
22217 } && test -s conftest.$ac_objext; then
22218 ac_cv_member_scsireq_t_cmd=yes
22219 else
22220 $as_echo "$as_me: failed program was:" >&5
22221 sed 's/^/| /' conftest.$ac_ext >&5
22223 cat >conftest.$ac_ext <<_ACEOF
22224 /* confdefs.h. */
22225 _ACEOF
22226 cat confdefs.h >>conftest.$ac_ext
22227 cat >>conftest.$ac_ext <<_ACEOF
22228 /* end confdefs.h. */
22229 #include <sys/types.h>
22230 #ifdef HAVE_SCSI_SG_H
22231 #include <scsi/sg.h>
22232 #endif
22235 main ()
22237 static scsireq_t ac_aggr;
22238 if (sizeof ac_aggr.cmd)
22239 return 0;
22241 return 0;
22243 _ACEOF
22244 rm -f conftest.$ac_objext
22245 if { (ac_try="$ac_compile"
22246 case "(($ac_try" in
22247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22248 *) ac_try_echo=$ac_try;;
22249 esac
22250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22251 $as_echo "$ac_try_echo") >&5
22252 (eval "$ac_compile") 2>conftest.er1
22253 ac_status=$?
22254 grep -v '^ *+' conftest.er1 >conftest.err
22255 rm -f conftest.er1
22256 cat conftest.err >&5
22257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22258 (exit $ac_status); } && {
22259 test -z "$ac_c_werror_flag" ||
22260 test ! -s conftest.err
22261 } && test -s conftest.$ac_objext; then
22262 ac_cv_member_scsireq_t_cmd=yes
22263 else
22264 $as_echo "$as_me: failed program was:" >&5
22265 sed 's/^/| /' conftest.$ac_ext >&5
22267 ac_cv_member_scsireq_t_cmd=no
22270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22275 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22276 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22277 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22279 cat >>confdefs.h <<_ACEOF
22280 #define HAVE_SCSIREQ_T_CMD 1
22281 _ACEOF
22285 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22286 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22287 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22288 $as_echo_n "(cached) " >&6
22289 else
22290 cat >conftest.$ac_ext <<_ACEOF
22291 /* confdefs.h. */
22292 _ACEOF
22293 cat confdefs.h >>conftest.$ac_ext
22294 cat >>conftest.$ac_ext <<_ACEOF
22295 /* end confdefs.h. */
22296 #include <sys/types.h>
22297 #ifdef HAVE_SCSI_SG_H
22298 #include <scsi/sg.h>
22299 #endif
22302 main ()
22304 static sg_io_hdr_t ac_aggr;
22305 if (ac_aggr.interface_id)
22306 return 0;
22308 return 0;
22310 _ACEOF
22311 rm -f conftest.$ac_objext
22312 if { (ac_try="$ac_compile"
22313 case "(($ac_try" in
22314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22315 *) ac_try_echo=$ac_try;;
22316 esac
22317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22318 $as_echo "$ac_try_echo") >&5
22319 (eval "$ac_compile") 2>conftest.er1
22320 ac_status=$?
22321 grep -v '^ *+' conftest.er1 >conftest.err
22322 rm -f conftest.er1
22323 cat conftest.err >&5
22324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22325 (exit $ac_status); } && {
22326 test -z "$ac_c_werror_flag" ||
22327 test ! -s conftest.err
22328 } && test -s conftest.$ac_objext; then
22329 ac_cv_member_sg_io_hdr_t_interface_id=yes
22330 else
22331 $as_echo "$as_me: failed program was:" >&5
22332 sed 's/^/| /' conftest.$ac_ext >&5
22334 cat >conftest.$ac_ext <<_ACEOF
22335 /* confdefs.h. */
22336 _ACEOF
22337 cat confdefs.h >>conftest.$ac_ext
22338 cat >>conftest.$ac_ext <<_ACEOF
22339 /* end confdefs.h. */
22340 #include <sys/types.h>
22341 #ifdef HAVE_SCSI_SG_H
22342 #include <scsi/sg.h>
22343 #endif
22346 main ()
22348 static sg_io_hdr_t ac_aggr;
22349 if (sizeof ac_aggr.interface_id)
22350 return 0;
22352 return 0;
22354 _ACEOF
22355 rm -f conftest.$ac_objext
22356 if { (ac_try="$ac_compile"
22357 case "(($ac_try" in
22358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22359 *) ac_try_echo=$ac_try;;
22360 esac
22361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22362 $as_echo "$ac_try_echo") >&5
22363 (eval "$ac_compile") 2>conftest.er1
22364 ac_status=$?
22365 grep -v '^ *+' conftest.er1 >conftest.err
22366 rm -f conftest.er1
22367 cat conftest.err >&5
22368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22369 (exit $ac_status); } && {
22370 test -z "$ac_c_werror_flag" ||
22371 test ! -s conftest.err
22372 } && test -s conftest.$ac_objext; then
22373 ac_cv_member_sg_io_hdr_t_interface_id=yes
22374 else
22375 $as_echo "$as_me: failed program was:" >&5
22376 sed 's/^/| /' conftest.$ac_ext >&5
22378 ac_cv_member_sg_io_hdr_t_interface_id=no
22381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22386 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22387 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22388 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22390 cat >>confdefs.h <<_ACEOF
22391 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22392 _ACEOF
22398 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22399 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22400 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22401 $as_echo_n "(cached) " >&6
22402 else
22403 cat >conftest.$ac_ext <<_ACEOF
22404 /* confdefs.h. */
22405 _ACEOF
22406 cat confdefs.h >>conftest.$ac_ext
22407 cat >>conftest.$ac_ext <<_ACEOF
22408 /* end confdefs.h. */
22409 #include <signal.h>
22412 main ()
22414 static siginfo_t ac_aggr;
22415 if (ac_aggr.si_fd)
22416 return 0;
22418 return 0;
22420 _ACEOF
22421 rm -f conftest.$ac_objext
22422 if { (ac_try="$ac_compile"
22423 case "(($ac_try" in
22424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22425 *) ac_try_echo=$ac_try;;
22426 esac
22427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22428 $as_echo "$ac_try_echo") >&5
22429 (eval "$ac_compile") 2>conftest.er1
22430 ac_status=$?
22431 grep -v '^ *+' conftest.er1 >conftest.err
22432 rm -f conftest.er1
22433 cat conftest.err >&5
22434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22435 (exit $ac_status); } && {
22436 test -z "$ac_c_werror_flag" ||
22437 test ! -s conftest.err
22438 } && test -s conftest.$ac_objext; then
22439 ac_cv_member_siginfo_t_si_fd=yes
22440 else
22441 $as_echo "$as_me: failed program was:" >&5
22442 sed 's/^/| /' conftest.$ac_ext >&5
22444 cat >conftest.$ac_ext <<_ACEOF
22445 /* confdefs.h. */
22446 _ACEOF
22447 cat confdefs.h >>conftest.$ac_ext
22448 cat >>conftest.$ac_ext <<_ACEOF
22449 /* end confdefs.h. */
22450 #include <signal.h>
22453 main ()
22455 static siginfo_t ac_aggr;
22456 if (sizeof ac_aggr.si_fd)
22457 return 0;
22459 return 0;
22461 _ACEOF
22462 rm -f conftest.$ac_objext
22463 if { (ac_try="$ac_compile"
22464 case "(($ac_try" in
22465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22466 *) ac_try_echo=$ac_try;;
22467 esac
22468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22469 $as_echo "$ac_try_echo") >&5
22470 (eval "$ac_compile") 2>conftest.er1
22471 ac_status=$?
22472 grep -v '^ *+' conftest.er1 >conftest.err
22473 rm -f conftest.er1
22474 cat conftest.err >&5
22475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22476 (exit $ac_status); } && {
22477 test -z "$ac_c_werror_flag" ||
22478 test ! -s conftest.err
22479 } && test -s conftest.$ac_objext; then
22480 ac_cv_member_siginfo_t_si_fd=yes
22481 else
22482 $as_echo "$as_me: failed program was:" >&5
22483 sed 's/^/| /' conftest.$ac_ext >&5
22485 ac_cv_member_siginfo_t_si_fd=no
22488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22493 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22494 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22495 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22497 cat >>confdefs.h <<_ACEOF
22498 #define HAVE_SIGINFO_T_SI_FD 1
22499 _ACEOF
22505 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22506 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22507 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22508 $as_echo_n "(cached) " >&6
22509 else
22510 cat >conftest.$ac_ext <<_ACEOF
22511 /* confdefs.h. */
22512 _ACEOF
22513 cat confdefs.h >>conftest.$ac_ext
22514 cat >>conftest.$ac_ext <<_ACEOF
22515 /* end confdefs.h. */
22516 #include <sys/types.h>
22517 #ifdef HAVE_SYS_MTIO_H
22518 #include <sys/mtio.h>
22519 #endif
22522 main ()
22524 static struct mtget ac_aggr;
22525 if (ac_aggr.mt_blksiz)
22526 return 0;
22528 return 0;
22530 _ACEOF
22531 rm -f conftest.$ac_objext
22532 if { (ac_try="$ac_compile"
22533 case "(($ac_try" in
22534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22535 *) ac_try_echo=$ac_try;;
22536 esac
22537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22538 $as_echo "$ac_try_echo") >&5
22539 (eval "$ac_compile") 2>conftest.er1
22540 ac_status=$?
22541 grep -v '^ *+' conftest.er1 >conftest.err
22542 rm -f conftest.er1
22543 cat conftest.err >&5
22544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22545 (exit $ac_status); } && {
22546 test -z "$ac_c_werror_flag" ||
22547 test ! -s conftest.err
22548 } && test -s conftest.$ac_objext; then
22549 ac_cv_member_struct_mtget_mt_blksiz=yes
22550 else
22551 $as_echo "$as_me: failed program was:" >&5
22552 sed 's/^/| /' conftest.$ac_ext >&5
22554 cat >conftest.$ac_ext <<_ACEOF
22555 /* confdefs.h. */
22556 _ACEOF
22557 cat confdefs.h >>conftest.$ac_ext
22558 cat >>conftest.$ac_ext <<_ACEOF
22559 /* end confdefs.h. */
22560 #include <sys/types.h>
22561 #ifdef HAVE_SYS_MTIO_H
22562 #include <sys/mtio.h>
22563 #endif
22566 main ()
22568 static struct mtget ac_aggr;
22569 if (sizeof ac_aggr.mt_blksiz)
22570 return 0;
22572 return 0;
22574 _ACEOF
22575 rm -f conftest.$ac_objext
22576 if { (ac_try="$ac_compile"
22577 case "(($ac_try" in
22578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22579 *) ac_try_echo=$ac_try;;
22580 esac
22581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22582 $as_echo "$ac_try_echo") >&5
22583 (eval "$ac_compile") 2>conftest.er1
22584 ac_status=$?
22585 grep -v '^ *+' conftest.er1 >conftest.err
22586 rm -f conftest.er1
22587 cat conftest.err >&5
22588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22589 (exit $ac_status); } && {
22590 test -z "$ac_c_werror_flag" ||
22591 test ! -s conftest.err
22592 } && test -s conftest.$ac_objext; then
22593 ac_cv_member_struct_mtget_mt_blksiz=yes
22594 else
22595 $as_echo "$as_me: failed program was:" >&5
22596 sed 's/^/| /' conftest.$ac_ext >&5
22598 ac_cv_member_struct_mtget_mt_blksiz=no
22601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22606 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22607 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22608 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22610 cat >>confdefs.h <<_ACEOF
22611 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22612 _ACEOF
22616 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22617 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22618 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22619 $as_echo_n "(cached) " >&6
22620 else
22621 cat >conftest.$ac_ext <<_ACEOF
22622 /* confdefs.h. */
22623 _ACEOF
22624 cat confdefs.h >>conftest.$ac_ext
22625 cat >>conftest.$ac_ext <<_ACEOF
22626 /* end confdefs.h. */
22627 #include <sys/types.h>
22628 #ifdef HAVE_SYS_MTIO_H
22629 #include <sys/mtio.h>
22630 #endif
22633 main ()
22635 static struct mtget ac_aggr;
22636 if (ac_aggr.mt_gstat)
22637 return 0;
22639 return 0;
22641 _ACEOF
22642 rm -f conftest.$ac_objext
22643 if { (ac_try="$ac_compile"
22644 case "(($ac_try" in
22645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22646 *) ac_try_echo=$ac_try;;
22647 esac
22648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22649 $as_echo "$ac_try_echo") >&5
22650 (eval "$ac_compile") 2>conftest.er1
22651 ac_status=$?
22652 grep -v '^ *+' conftest.er1 >conftest.err
22653 rm -f conftest.er1
22654 cat conftest.err >&5
22655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22656 (exit $ac_status); } && {
22657 test -z "$ac_c_werror_flag" ||
22658 test ! -s conftest.err
22659 } && test -s conftest.$ac_objext; then
22660 ac_cv_member_struct_mtget_mt_gstat=yes
22661 else
22662 $as_echo "$as_me: failed program was:" >&5
22663 sed 's/^/| /' conftest.$ac_ext >&5
22665 cat >conftest.$ac_ext <<_ACEOF
22666 /* confdefs.h. */
22667 _ACEOF
22668 cat confdefs.h >>conftest.$ac_ext
22669 cat >>conftest.$ac_ext <<_ACEOF
22670 /* end confdefs.h. */
22671 #include <sys/types.h>
22672 #ifdef HAVE_SYS_MTIO_H
22673 #include <sys/mtio.h>
22674 #endif
22677 main ()
22679 static struct mtget ac_aggr;
22680 if (sizeof ac_aggr.mt_gstat)
22681 return 0;
22683 return 0;
22685 _ACEOF
22686 rm -f conftest.$ac_objext
22687 if { (ac_try="$ac_compile"
22688 case "(($ac_try" in
22689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22690 *) ac_try_echo=$ac_try;;
22691 esac
22692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22693 $as_echo "$ac_try_echo") >&5
22694 (eval "$ac_compile") 2>conftest.er1
22695 ac_status=$?
22696 grep -v '^ *+' conftest.er1 >conftest.err
22697 rm -f conftest.er1
22698 cat conftest.err >&5
22699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); } && {
22701 test -z "$ac_c_werror_flag" ||
22702 test ! -s conftest.err
22703 } && test -s conftest.$ac_objext; then
22704 ac_cv_member_struct_mtget_mt_gstat=yes
22705 else
22706 $as_echo "$as_me: failed program was:" >&5
22707 sed 's/^/| /' conftest.$ac_ext >&5
22709 ac_cv_member_struct_mtget_mt_gstat=no
22712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22717 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22718 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22719 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22721 cat >>confdefs.h <<_ACEOF
22722 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22723 _ACEOF
22727 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22728 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22729 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22730 $as_echo_n "(cached) " >&6
22731 else
22732 cat >conftest.$ac_ext <<_ACEOF
22733 /* confdefs.h. */
22734 _ACEOF
22735 cat confdefs.h >>conftest.$ac_ext
22736 cat >>conftest.$ac_ext <<_ACEOF
22737 /* end confdefs.h. */
22738 #include <sys/types.h>
22739 #ifdef HAVE_SYS_MTIO_H
22740 #include <sys/mtio.h>
22741 #endif
22744 main ()
22746 static struct mtget ac_aggr;
22747 if (ac_aggr.mt_blkno)
22748 return 0;
22750 return 0;
22752 _ACEOF
22753 rm -f conftest.$ac_objext
22754 if { (ac_try="$ac_compile"
22755 case "(($ac_try" in
22756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22757 *) ac_try_echo=$ac_try;;
22758 esac
22759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22760 $as_echo "$ac_try_echo") >&5
22761 (eval "$ac_compile") 2>conftest.er1
22762 ac_status=$?
22763 grep -v '^ *+' conftest.er1 >conftest.err
22764 rm -f conftest.er1
22765 cat conftest.err >&5
22766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22767 (exit $ac_status); } && {
22768 test -z "$ac_c_werror_flag" ||
22769 test ! -s conftest.err
22770 } && test -s conftest.$ac_objext; then
22771 ac_cv_member_struct_mtget_mt_blkno=yes
22772 else
22773 $as_echo "$as_me: failed program was:" >&5
22774 sed 's/^/| /' conftest.$ac_ext >&5
22776 cat >conftest.$ac_ext <<_ACEOF
22777 /* confdefs.h. */
22778 _ACEOF
22779 cat confdefs.h >>conftest.$ac_ext
22780 cat >>conftest.$ac_ext <<_ACEOF
22781 /* end confdefs.h. */
22782 #include <sys/types.h>
22783 #ifdef HAVE_SYS_MTIO_H
22784 #include <sys/mtio.h>
22785 #endif
22788 main ()
22790 static struct mtget ac_aggr;
22791 if (sizeof ac_aggr.mt_blkno)
22792 return 0;
22794 return 0;
22796 _ACEOF
22797 rm -f conftest.$ac_objext
22798 if { (ac_try="$ac_compile"
22799 case "(($ac_try" in
22800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22801 *) ac_try_echo=$ac_try;;
22802 esac
22803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22804 $as_echo "$ac_try_echo") >&5
22805 (eval "$ac_compile") 2>conftest.er1
22806 ac_status=$?
22807 grep -v '^ *+' conftest.er1 >conftest.err
22808 rm -f conftest.er1
22809 cat conftest.err >&5
22810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22811 (exit $ac_status); } && {
22812 test -z "$ac_c_werror_flag" ||
22813 test ! -s conftest.err
22814 } && test -s conftest.$ac_objext; then
22815 ac_cv_member_struct_mtget_mt_blkno=yes
22816 else
22817 $as_echo "$as_me: failed program was:" >&5
22818 sed 's/^/| /' conftest.$ac_ext >&5
22820 ac_cv_member_struct_mtget_mt_blkno=no
22823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22828 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22829 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22830 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22832 cat >>confdefs.h <<_ACEOF
22833 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22834 _ACEOF
22840 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22841 $as_echo_n "checking for struct option.name... " >&6; }
22842 if test "${ac_cv_member_struct_option_name+set}" = set; then
22843 $as_echo_n "(cached) " >&6
22844 else
22845 cat >conftest.$ac_ext <<_ACEOF
22846 /* confdefs.h. */
22847 _ACEOF
22848 cat confdefs.h >>conftest.$ac_ext
22849 cat >>conftest.$ac_ext <<_ACEOF
22850 /* end confdefs.h. */
22851 #ifdef HAVE_GETOPT_H
22852 #include <getopt.h>
22853 #endif
22856 main ()
22858 static struct option ac_aggr;
22859 if (ac_aggr.name)
22860 return 0;
22862 return 0;
22864 _ACEOF
22865 rm -f conftest.$ac_objext
22866 if { (ac_try="$ac_compile"
22867 case "(($ac_try" in
22868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22869 *) ac_try_echo=$ac_try;;
22870 esac
22871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22872 $as_echo "$ac_try_echo") >&5
22873 (eval "$ac_compile") 2>conftest.er1
22874 ac_status=$?
22875 grep -v '^ *+' conftest.er1 >conftest.err
22876 rm -f conftest.er1
22877 cat conftest.err >&5
22878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22879 (exit $ac_status); } && {
22880 test -z "$ac_c_werror_flag" ||
22881 test ! -s conftest.err
22882 } && test -s conftest.$ac_objext; then
22883 ac_cv_member_struct_option_name=yes
22884 else
22885 $as_echo "$as_me: failed program was:" >&5
22886 sed 's/^/| /' conftest.$ac_ext >&5
22888 cat >conftest.$ac_ext <<_ACEOF
22889 /* confdefs.h. */
22890 _ACEOF
22891 cat confdefs.h >>conftest.$ac_ext
22892 cat >>conftest.$ac_ext <<_ACEOF
22893 /* end confdefs.h. */
22894 #ifdef HAVE_GETOPT_H
22895 #include <getopt.h>
22896 #endif
22899 main ()
22901 static struct option ac_aggr;
22902 if (sizeof ac_aggr.name)
22903 return 0;
22905 return 0;
22907 _ACEOF
22908 rm -f conftest.$ac_objext
22909 if { (ac_try="$ac_compile"
22910 case "(($ac_try" in
22911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22912 *) ac_try_echo=$ac_try;;
22913 esac
22914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22915 $as_echo "$ac_try_echo") >&5
22916 (eval "$ac_compile") 2>conftest.er1
22917 ac_status=$?
22918 grep -v '^ *+' conftest.er1 >conftest.err
22919 rm -f conftest.er1
22920 cat conftest.err >&5
22921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22922 (exit $ac_status); } && {
22923 test -z "$ac_c_werror_flag" ||
22924 test ! -s conftest.err
22925 } && test -s conftest.$ac_objext; then
22926 ac_cv_member_struct_option_name=yes
22927 else
22928 $as_echo "$as_me: failed program was:" >&5
22929 sed 's/^/| /' conftest.$ac_ext >&5
22931 ac_cv_member_struct_option_name=no
22934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22939 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22940 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22941 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22943 cat >>confdefs.h <<_ACEOF
22944 #define HAVE_STRUCT_OPTION_NAME 1
22945 _ACEOF
22951 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22952 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22953 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22954 $as_echo_n "(cached) " >&6
22955 else
22956 cat >conftest.$ac_ext <<_ACEOF
22957 /* confdefs.h. */
22958 _ACEOF
22959 cat confdefs.h >>conftest.$ac_ext
22960 cat >>conftest.$ac_ext <<_ACEOF
22961 /* end confdefs.h. */
22962 $ac_includes_default
22964 main ()
22966 static struct stat ac_aggr;
22967 if (ac_aggr.st_blocks)
22968 return 0;
22970 return 0;
22972 _ACEOF
22973 rm -f conftest.$ac_objext
22974 if { (ac_try="$ac_compile"
22975 case "(($ac_try" in
22976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22977 *) ac_try_echo=$ac_try;;
22978 esac
22979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22980 $as_echo "$ac_try_echo") >&5
22981 (eval "$ac_compile") 2>conftest.er1
22982 ac_status=$?
22983 grep -v '^ *+' conftest.er1 >conftest.err
22984 rm -f conftest.er1
22985 cat conftest.err >&5
22986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22987 (exit $ac_status); } && {
22988 test -z "$ac_c_werror_flag" ||
22989 test ! -s conftest.err
22990 } && test -s conftest.$ac_objext; then
22991 ac_cv_member_struct_stat_st_blocks=yes
22992 else
22993 $as_echo "$as_me: failed program was:" >&5
22994 sed 's/^/| /' conftest.$ac_ext >&5
22996 cat >conftest.$ac_ext <<_ACEOF
22997 /* confdefs.h. */
22998 _ACEOF
22999 cat confdefs.h >>conftest.$ac_ext
23000 cat >>conftest.$ac_ext <<_ACEOF
23001 /* end confdefs.h. */
23002 $ac_includes_default
23004 main ()
23006 static struct stat ac_aggr;
23007 if (sizeof ac_aggr.st_blocks)
23008 return 0;
23010 return 0;
23012 _ACEOF
23013 rm -f conftest.$ac_objext
23014 if { (ac_try="$ac_compile"
23015 case "(($ac_try" in
23016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23017 *) ac_try_echo=$ac_try;;
23018 esac
23019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23020 $as_echo "$ac_try_echo") >&5
23021 (eval "$ac_compile") 2>conftest.er1
23022 ac_status=$?
23023 grep -v '^ *+' conftest.er1 >conftest.err
23024 rm -f conftest.er1
23025 cat conftest.err >&5
23026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23027 (exit $ac_status); } && {
23028 test -z "$ac_c_werror_flag" ||
23029 test ! -s conftest.err
23030 } && test -s conftest.$ac_objext; then
23031 ac_cv_member_struct_stat_st_blocks=yes
23032 else
23033 $as_echo "$as_me: failed program was:" >&5
23034 sed 's/^/| /' conftest.$ac_ext >&5
23036 ac_cv_member_struct_stat_st_blocks=no
23039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23044 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23045 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23046 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23048 cat >>confdefs.h <<_ACEOF
23049 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23050 _ACEOF
23054 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23055 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23056 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23057 $as_echo_n "(cached) " >&6
23058 else
23059 cat >conftest.$ac_ext <<_ACEOF
23060 /* confdefs.h. */
23061 _ACEOF
23062 cat confdefs.h >>conftest.$ac_ext
23063 cat >>conftest.$ac_ext <<_ACEOF
23064 /* end confdefs.h. */
23065 $ac_includes_default
23067 main ()
23069 static struct stat ac_aggr;
23070 if (ac_aggr.st_mtim)
23071 return 0;
23073 return 0;
23075 _ACEOF
23076 rm -f conftest.$ac_objext
23077 if { (ac_try="$ac_compile"
23078 case "(($ac_try" in
23079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23080 *) ac_try_echo=$ac_try;;
23081 esac
23082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23083 $as_echo "$ac_try_echo") >&5
23084 (eval "$ac_compile") 2>conftest.er1
23085 ac_status=$?
23086 grep -v '^ *+' conftest.er1 >conftest.err
23087 rm -f conftest.er1
23088 cat conftest.err >&5
23089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23090 (exit $ac_status); } && {
23091 test -z "$ac_c_werror_flag" ||
23092 test ! -s conftest.err
23093 } && test -s conftest.$ac_objext; then
23094 ac_cv_member_struct_stat_st_mtim=yes
23095 else
23096 $as_echo "$as_me: failed program was:" >&5
23097 sed 's/^/| /' conftest.$ac_ext >&5
23099 cat >conftest.$ac_ext <<_ACEOF
23100 /* confdefs.h. */
23101 _ACEOF
23102 cat confdefs.h >>conftest.$ac_ext
23103 cat >>conftest.$ac_ext <<_ACEOF
23104 /* end confdefs.h. */
23105 $ac_includes_default
23107 main ()
23109 static struct stat ac_aggr;
23110 if (sizeof ac_aggr.st_mtim)
23111 return 0;
23113 return 0;
23115 _ACEOF
23116 rm -f conftest.$ac_objext
23117 if { (ac_try="$ac_compile"
23118 case "(($ac_try" in
23119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23120 *) ac_try_echo=$ac_try;;
23121 esac
23122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23123 $as_echo "$ac_try_echo") >&5
23124 (eval "$ac_compile") 2>conftest.er1
23125 ac_status=$?
23126 grep -v '^ *+' conftest.er1 >conftest.err
23127 rm -f conftest.er1
23128 cat conftest.err >&5
23129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23130 (exit $ac_status); } && {
23131 test -z "$ac_c_werror_flag" ||
23132 test ! -s conftest.err
23133 } && test -s conftest.$ac_objext; then
23134 ac_cv_member_struct_stat_st_mtim=yes
23135 else
23136 $as_echo "$as_me: failed program was:" >&5
23137 sed 's/^/| /' conftest.$ac_ext >&5
23139 ac_cv_member_struct_stat_st_mtim=no
23142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23147 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23148 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23149 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23151 cat >>confdefs.h <<_ACEOF
23152 #define HAVE_STRUCT_STAT_ST_MTIM 1
23153 _ACEOF
23157 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23158 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23159 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23160 $as_echo_n "(cached) " >&6
23161 else
23162 cat >conftest.$ac_ext <<_ACEOF
23163 /* confdefs.h. */
23164 _ACEOF
23165 cat confdefs.h >>conftest.$ac_ext
23166 cat >>conftest.$ac_ext <<_ACEOF
23167 /* end confdefs.h. */
23168 $ac_includes_default
23170 main ()
23172 static struct stat ac_aggr;
23173 if (ac_aggr.st_ctim)
23174 return 0;
23176 return 0;
23178 _ACEOF
23179 rm -f conftest.$ac_objext
23180 if { (ac_try="$ac_compile"
23181 case "(($ac_try" in
23182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23183 *) ac_try_echo=$ac_try;;
23184 esac
23185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23186 $as_echo "$ac_try_echo") >&5
23187 (eval "$ac_compile") 2>conftest.er1
23188 ac_status=$?
23189 grep -v '^ *+' conftest.er1 >conftest.err
23190 rm -f conftest.er1
23191 cat conftest.err >&5
23192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23193 (exit $ac_status); } && {
23194 test -z "$ac_c_werror_flag" ||
23195 test ! -s conftest.err
23196 } && test -s conftest.$ac_objext; then
23197 ac_cv_member_struct_stat_st_ctim=yes
23198 else
23199 $as_echo "$as_me: failed program was:" >&5
23200 sed 's/^/| /' conftest.$ac_ext >&5
23202 cat >conftest.$ac_ext <<_ACEOF
23203 /* confdefs.h. */
23204 _ACEOF
23205 cat confdefs.h >>conftest.$ac_ext
23206 cat >>conftest.$ac_ext <<_ACEOF
23207 /* end confdefs.h. */
23208 $ac_includes_default
23210 main ()
23212 static struct stat ac_aggr;
23213 if (sizeof ac_aggr.st_ctim)
23214 return 0;
23216 return 0;
23218 _ACEOF
23219 rm -f conftest.$ac_objext
23220 if { (ac_try="$ac_compile"
23221 case "(($ac_try" in
23222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23223 *) ac_try_echo=$ac_try;;
23224 esac
23225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23226 $as_echo "$ac_try_echo") >&5
23227 (eval "$ac_compile") 2>conftest.er1
23228 ac_status=$?
23229 grep -v '^ *+' conftest.er1 >conftest.err
23230 rm -f conftest.er1
23231 cat conftest.err >&5
23232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); } && {
23234 test -z "$ac_c_werror_flag" ||
23235 test ! -s conftest.err
23236 } && test -s conftest.$ac_objext; then
23237 ac_cv_member_struct_stat_st_ctim=yes
23238 else
23239 $as_echo "$as_me: failed program was:" >&5
23240 sed 's/^/| /' conftest.$ac_ext >&5
23242 ac_cv_member_struct_stat_st_ctim=no
23245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23250 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23251 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23252 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23254 cat >>confdefs.h <<_ACEOF
23255 #define HAVE_STRUCT_STAT_ST_CTIM 1
23256 _ACEOF
23260 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23261 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23262 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23263 $as_echo_n "(cached) " >&6
23264 else
23265 cat >conftest.$ac_ext <<_ACEOF
23266 /* confdefs.h. */
23267 _ACEOF
23268 cat confdefs.h >>conftest.$ac_ext
23269 cat >>conftest.$ac_ext <<_ACEOF
23270 /* end confdefs.h. */
23271 $ac_includes_default
23273 main ()
23275 static struct stat ac_aggr;
23276 if (ac_aggr.st_atim)
23277 return 0;
23279 return 0;
23281 _ACEOF
23282 rm -f conftest.$ac_objext
23283 if { (ac_try="$ac_compile"
23284 case "(($ac_try" in
23285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23286 *) ac_try_echo=$ac_try;;
23287 esac
23288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23289 $as_echo "$ac_try_echo") >&5
23290 (eval "$ac_compile") 2>conftest.er1
23291 ac_status=$?
23292 grep -v '^ *+' conftest.er1 >conftest.err
23293 rm -f conftest.er1
23294 cat conftest.err >&5
23295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23296 (exit $ac_status); } && {
23297 test -z "$ac_c_werror_flag" ||
23298 test ! -s conftest.err
23299 } && test -s conftest.$ac_objext; then
23300 ac_cv_member_struct_stat_st_atim=yes
23301 else
23302 $as_echo "$as_me: failed program was:" >&5
23303 sed 's/^/| /' conftest.$ac_ext >&5
23305 cat >conftest.$ac_ext <<_ACEOF
23306 /* confdefs.h. */
23307 _ACEOF
23308 cat confdefs.h >>conftest.$ac_ext
23309 cat >>conftest.$ac_ext <<_ACEOF
23310 /* end confdefs.h. */
23311 $ac_includes_default
23313 main ()
23315 static struct stat ac_aggr;
23316 if (sizeof ac_aggr.st_atim)
23317 return 0;
23319 return 0;
23321 _ACEOF
23322 rm -f conftest.$ac_objext
23323 if { (ac_try="$ac_compile"
23324 case "(($ac_try" in
23325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23326 *) ac_try_echo=$ac_try;;
23327 esac
23328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23329 $as_echo "$ac_try_echo") >&5
23330 (eval "$ac_compile") 2>conftest.er1
23331 ac_status=$?
23332 grep -v '^ *+' conftest.er1 >conftest.err
23333 rm -f conftest.er1
23334 cat conftest.err >&5
23335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23336 (exit $ac_status); } && {
23337 test -z "$ac_c_werror_flag" ||
23338 test ! -s conftest.err
23339 } && test -s conftest.$ac_objext; then
23340 ac_cv_member_struct_stat_st_atim=yes
23341 else
23342 $as_echo "$as_me: failed program was:" >&5
23343 sed 's/^/| /' conftest.$ac_ext >&5
23345 ac_cv_member_struct_stat_st_atim=no
23348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23353 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23354 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23355 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23357 cat >>confdefs.h <<_ACEOF
23358 #define HAVE_STRUCT_STAT_ST_ATIM 1
23359 _ACEOF
23365 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23366 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23367 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23368 $as_echo_n "(cached) " >&6
23369 else
23370 cat >conftest.$ac_ext <<_ACEOF
23371 /* confdefs.h. */
23372 _ACEOF
23373 cat confdefs.h >>conftest.$ac_ext
23374 cat >>conftest.$ac_ext <<_ACEOF
23375 /* end confdefs.h. */
23376 #ifdef HAVE_SYS_TYPES_H
23377 #include <sys/types.h>
23378 #endif
23379 #ifdef HAVE_NETINET_IN_H
23380 #include <netinet/in.h>
23381 #endif
23384 main ()
23386 static struct sockaddr_in6 ac_aggr;
23387 if (ac_aggr.sin6_scope_id)
23388 return 0;
23390 return 0;
23392 _ACEOF
23393 rm -f conftest.$ac_objext
23394 if { (ac_try="$ac_compile"
23395 case "(($ac_try" in
23396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23397 *) ac_try_echo=$ac_try;;
23398 esac
23399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23400 $as_echo "$ac_try_echo") >&5
23401 (eval "$ac_compile") 2>conftest.er1
23402 ac_status=$?
23403 grep -v '^ *+' conftest.er1 >conftest.err
23404 rm -f conftest.er1
23405 cat conftest.err >&5
23406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23407 (exit $ac_status); } && {
23408 test -z "$ac_c_werror_flag" ||
23409 test ! -s conftest.err
23410 } && test -s conftest.$ac_objext; then
23411 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23412 else
23413 $as_echo "$as_me: failed program was:" >&5
23414 sed 's/^/| /' conftest.$ac_ext >&5
23416 cat >conftest.$ac_ext <<_ACEOF
23417 /* confdefs.h. */
23418 _ACEOF
23419 cat confdefs.h >>conftest.$ac_ext
23420 cat >>conftest.$ac_ext <<_ACEOF
23421 /* end confdefs.h. */
23422 #ifdef HAVE_SYS_TYPES_H
23423 #include <sys/types.h>
23424 #endif
23425 #ifdef HAVE_NETINET_IN_H
23426 #include <netinet/in.h>
23427 #endif
23430 main ()
23432 static struct sockaddr_in6 ac_aggr;
23433 if (sizeof ac_aggr.sin6_scope_id)
23434 return 0;
23436 return 0;
23438 _ACEOF
23439 rm -f conftest.$ac_objext
23440 if { (ac_try="$ac_compile"
23441 case "(($ac_try" in
23442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23443 *) ac_try_echo=$ac_try;;
23444 esac
23445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23446 $as_echo "$ac_try_echo") >&5
23447 (eval "$ac_compile") 2>conftest.er1
23448 ac_status=$?
23449 grep -v '^ *+' conftest.er1 >conftest.err
23450 rm -f conftest.er1
23451 cat conftest.err >&5
23452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23453 (exit $ac_status); } && {
23454 test -z "$ac_c_werror_flag" ||
23455 test ! -s conftest.err
23456 } && test -s conftest.$ac_objext; then
23457 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23458 else
23459 $as_echo "$as_me: failed program was:" >&5
23460 sed 's/^/| /' conftest.$ac_ext >&5
23462 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23470 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23471 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23472 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23474 cat >>confdefs.h <<_ACEOF
23475 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23476 _ACEOF
23482 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23483 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23484 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23485 $as_echo_n "(cached) " >&6
23486 else
23487 cat >conftest.$ac_ext <<_ACEOF
23488 /* confdefs.h. */
23489 _ACEOF
23490 cat confdefs.h >>conftest.$ac_ext
23491 cat >>conftest.$ac_ext <<_ACEOF
23492 /* end confdefs.h. */
23493 #ifdef HAVE_SYS_TYPES_H
23494 #include <sys/types.h>
23495 #endif
23496 #ifdef HAVE_NETINET_IN_H
23497 # include <netinet/in.h>
23498 #endif
23499 #ifdef HAVE_ARPA_NAMESER_H
23500 # include <arpa/nameser.h>
23501 #endif
23504 main ()
23506 static ns_msg ac_aggr;
23507 if (ac_aggr._msg_ptr)
23508 return 0;
23510 return 0;
23512 _ACEOF
23513 rm -f conftest.$ac_objext
23514 if { (ac_try="$ac_compile"
23515 case "(($ac_try" in
23516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23517 *) ac_try_echo=$ac_try;;
23518 esac
23519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23520 $as_echo "$ac_try_echo") >&5
23521 (eval "$ac_compile") 2>conftest.er1
23522 ac_status=$?
23523 grep -v '^ *+' conftest.er1 >conftest.err
23524 rm -f conftest.er1
23525 cat conftest.err >&5
23526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23527 (exit $ac_status); } && {
23528 test -z "$ac_c_werror_flag" ||
23529 test ! -s conftest.err
23530 } && test -s conftest.$ac_objext; then
23531 ac_cv_member_ns_msg__msg_ptr=yes
23532 else
23533 $as_echo "$as_me: failed program was:" >&5
23534 sed 's/^/| /' conftest.$ac_ext >&5
23536 cat >conftest.$ac_ext <<_ACEOF
23537 /* confdefs.h. */
23538 _ACEOF
23539 cat confdefs.h >>conftest.$ac_ext
23540 cat >>conftest.$ac_ext <<_ACEOF
23541 /* end confdefs.h. */
23542 #ifdef HAVE_SYS_TYPES_H
23543 #include <sys/types.h>
23544 #endif
23545 #ifdef HAVE_NETINET_IN_H
23546 # include <netinet/in.h>
23547 #endif
23548 #ifdef HAVE_ARPA_NAMESER_H
23549 # include <arpa/nameser.h>
23550 #endif
23553 main ()
23555 static ns_msg ac_aggr;
23556 if (sizeof ac_aggr._msg_ptr)
23557 return 0;
23559 return 0;
23561 _ACEOF
23562 rm -f conftest.$ac_objext
23563 if { (ac_try="$ac_compile"
23564 case "(($ac_try" in
23565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23566 *) ac_try_echo=$ac_try;;
23567 esac
23568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23569 $as_echo "$ac_try_echo") >&5
23570 (eval "$ac_compile") 2>conftest.er1
23571 ac_status=$?
23572 grep -v '^ *+' conftest.er1 >conftest.err
23573 rm -f conftest.er1
23574 cat conftest.err >&5
23575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23576 (exit $ac_status); } && {
23577 test -z "$ac_c_werror_flag" ||
23578 test ! -s conftest.err
23579 } && test -s conftest.$ac_objext; then
23580 ac_cv_member_ns_msg__msg_ptr=yes
23581 else
23582 $as_echo "$as_me: failed program was:" >&5
23583 sed 's/^/| /' conftest.$ac_ext >&5
23585 ac_cv_member_ns_msg__msg_ptr=no
23588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23593 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23594 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23595 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23597 cat >>confdefs.h <<_ACEOF
23598 #define HAVE_NS_MSG__MSG_PTR 1
23599 _ACEOF
23605 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23606 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23607 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23608 $as_echo_n "(cached) " >&6
23609 else
23610 cat >conftest.$ac_ext <<_ACEOF
23611 /* confdefs.h. */
23612 _ACEOF
23613 cat confdefs.h >>conftest.$ac_ext
23614 cat >>conftest.$ac_ext <<_ACEOF
23615 /* end confdefs.h. */
23616 #ifdef HAVE_SYS_TYPES_H
23617 #include <sys/types.h>
23618 #endif
23619 #ifdef HAVE_ALIAS_H
23620 #include <alias.h>
23621 #endif
23622 #ifdef HAVE_SYS_SOCKET_H
23623 #include <sys/socket.h>
23624 #endif
23625 #ifdef HAVE_SYS_SOCKETVAR_H
23626 #include <sys/socketvar.h>
23627 #endif
23628 #ifdef HAVE_SYS_TIMEOUT_H
23629 #include <sys/timeout.h>
23630 #endif
23631 #ifdef HAVE_NETINET_IN_H
23632 #include <netinet/in.h>
23633 #endif
23634 #ifdef HAVE_NETINET_IN_SYSTM_H
23635 #include <netinet/in_systm.h>
23636 #endif
23637 #ifdef HAVE_NETINET_IP_H
23638 #include <netinet/ip.h>
23639 #endif
23640 #ifdef HAVE_NETINET_IP_VAR_H
23641 #include <netinet/ip_var.h>
23642 #endif
23643 #ifdef HAVE_NETINET_IP_ICMP_H
23644 #include <netinet/ip_icmp.h>
23645 #endif
23646 #ifdef HAVE_NETINET_ICMP_VAR
23647 #include <netinet/icmp_var.h>
23648 #endif
23651 main ()
23653 static struct icmpstat ac_aggr;
23654 if (ac_aggr.icps_outhist)
23655 return 0;
23657 return 0;
23659 _ACEOF
23660 rm -f conftest.$ac_objext
23661 if { (ac_try="$ac_compile"
23662 case "(($ac_try" in
23663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23664 *) ac_try_echo=$ac_try;;
23665 esac
23666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23667 $as_echo "$ac_try_echo") >&5
23668 (eval "$ac_compile") 2>conftest.er1
23669 ac_status=$?
23670 grep -v '^ *+' conftest.er1 >conftest.err
23671 rm -f conftest.er1
23672 cat conftest.err >&5
23673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23674 (exit $ac_status); } && {
23675 test -z "$ac_c_werror_flag" ||
23676 test ! -s conftest.err
23677 } && test -s conftest.$ac_objext; then
23678 ac_cv_member_struct_icmpstat_icps_outhist=yes
23679 else
23680 $as_echo "$as_me: failed program was:" >&5
23681 sed 's/^/| /' conftest.$ac_ext >&5
23683 cat >conftest.$ac_ext <<_ACEOF
23684 /* confdefs.h. */
23685 _ACEOF
23686 cat confdefs.h >>conftest.$ac_ext
23687 cat >>conftest.$ac_ext <<_ACEOF
23688 /* end confdefs.h. */
23689 #ifdef HAVE_SYS_TYPES_H
23690 #include <sys/types.h>
23691 #endif
23692 #ifdef HAVE_ALIAS_H
23693 #include <alias.h>
23694 #endif
23695 #ifdef HAVE_SYS_SOCKET_H
23696 #include <sys/socket.h>
23697 #endif
23698 #ifdef HAVE_SYS_SOCKETVAR_H
23699 #include <sys/socketvar.h>
23700 #endif
23701 #ifdef HAVE_SYS_TIMEOUT_H
23702 #include <sys/timeout.h>
23703 #endif
23704 #ifdef HAVE_NETINET_IN_H
23705 #include <netinet/in.h>
23706 #endif
23707 #ifdef HAVE_NETINET_IN_SYSTM_H
23708 #include <netinet/in_systm.h>
23709 #endif
23710 #ifdef HAVE_NETINET_IP_H
23711 #include <netinet/ip.h>
23712 #endif
23713 #ifdef HAVE_NETINET_IP_VAR_H
23714 #include <netinet/ip_var.h>
23715 #endif
23716 #ifdef HAVE_NETINET_IP_ICMP_H
23717 #include <netinet/ip_icmp.h>
23718 #endif
23719 #ifdef HAVE_NETINET_ICMP_VAR
23720 #include <netinet/icmp_var.h>
23721 #endif
23724 main ()
23726 static struct icmpstat ac_aggr;
23727 if (sizeof ac_aggr.icps_outhist)
23728 return 0;
23730 return 0;
23732 _ACEOF
23733 rm -f conftest.$ac_objext
23734 if { (ac_try="$ac_compile"
23735 case "(($ac_try" in
23736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23737 *) ac_try_echo=$ac_try;;
23738 esac
23739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23740 $as_echo "$ac_try_echo") >&5
23741 (eval "$ac_compile") 2>conftest.er1
23742 ac_status=$?
23743 grep -v '^ *+' conftest.er1 >conftest.err
23744 rm -f conftest.er1
23745 cat conftest.err >&5
23746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23747 (exit $ac_status); } && {
23748 test -z "$ac_c_werror_flag" ||
23749 test ! -s conftest.err
23750 } && test -s conftest.$ac_objext; then
23751 ac_cv_member_struct_icmpstat_icps_outhist=yes
23752 else
23753 $as_echo "$as_me: failed program was:" >&5
23754 sed 's/^/| /' conftest.$ac_ext >&5
23756 ac_cv_member_struct_icmpstat_icps_outhist=no
23759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23764 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23765 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23766 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23768 cat >>confdefs.h <<_ACEOF
23769 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23770 _ACEOF
23776 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23777 $as_echo_n "checking for timezone variable... " >&6; }
23778 if test "${ac_cv_have_timezone+set}" = set; then
23779 $as_echo_n "(cached) " >&6
23780 else
23781 cat >conftest.$ac_ext <<_ACEOF
23782 /* confdefs.h. */
23783 _ACEOF
23784 cat confdefs.h >>conftest.$ac_ext
23785 cat >>conftest.$ac_ext <<_ACEOF
23786 /* end confdefs.h. */
23787 #include <time.h>
23789 main ()
23791 timezone = 1
23793 return 0;
23795 _ACEOF
23796 rm -f conftest.$ac_objext conftest$ac_exeext
23797 if { (ac_try="$ac_link"
23798 case "(($ac_try" in
23799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23800 *) ac_try_echo=$ac_try;;
23801 esac
23802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23803 $as_echo "$ac_try_echo") >&5
23804 (eval "$ac_link") 2>conftest.er1
23805 ac_status=$?
23806 grep -v '^ *+' conftest.er1 >conftest.err
23807 rm -f conftest.er1
23808 cat conftest.err >&5
23809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23810 (exit $ac_status); } && {
23811 test -z "$ac_c_werror_flag" ||
23812 test ! -s conftest.err
23813 } && test -s conftest$ac_exeext && {
23814 test "$cross_compiling" = yes ||
23815 $as_test_x conftest$ac_exeext
23816 }; then
23817 ac_cv_have_timezone="yes"
23818 else
23819 $as_echo "$as_me: failed program was:" >&5
23820 sed 's/^/| /' conftest.$ac_ext >&5
23822 ac_cv_have_timezone="no"
23825 rm -rf conftest.dSYM
23826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23827 conftest$ac_exeext conftest.$ac_ext
23829 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23830 $as_echo "$ac_cv_have_timezone" >&6; }
23831 if test "$ac_cv_have_timezone" = "yes"
23832 then
23834 cat >>confdefs.h <<\_ACEOF
23835 #define HAVE_TIMEZONE 1
23836 _ACEOF
23839 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23840 $as_echo_n "checking for daylight variable... " >&6; }
23841 if test "${ac_cv_have_daylight+set}" = set; then
23842 $as_echo_n "(cached) " >&6
23843 else
23844 cat >conftest.$ac_ext <<_ACEOF
23845 /* confdefs.h. */
23846 _ACEOF
23847 cat confdefs.h >>conftest.$ac_ext
23848 cat >>conftest.$ac_ext <<_ACEOF
23849 /* end confdefs.h. */
23850 #include <time.h>
23852 main ()
23854 daylight = 1
23856 return 0;
23858 _ACEOF
23859 rm -f conftest.$ac_objext conftest$ac_exeext
23860 if { (ac_try="$ac_link"
23861 case "(($ac_try" in
23862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23863 *) ac_try_echo=$ac_try;;
23864 esac
23865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23866 $as_echo "$ac_try_echo") >&5
23867 (eval "$ac_link") 2>conftest.er1
23868 ac_status=$?
23869 grep -v '^ *+' conftest.er1 >conftest.err
23870 rm -f conftest.er1
23871 cat conftest.err >&5
23872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23873 (exit $ac_status); } && {
23874 test -z "$ac_c_werror_flag" ||
23875 test ! -s conftest.err
23876 } && test -s conftest$ac_exeext && {
23877 test "$cross_compiling" = yes ||
23878 $as_test_x conftest$ac_exeext
23879 }; then
23880 ac_cv_have_daylight="yes"
23881 else
23882 $as_echo "$as_me: failed program was:" >&5
23883 sed 's/^/| /' conftest.$ac_ext >&5
23885 ac_cv_have_daylight="no"
23888 rm -rf conftest.dSYM
23889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23890 conftest$ac_exeext conftest.$ac_ext
23892 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23893 $as_echo "$ac_cv_have_daylight" >&6; }
23894 if test "$ac_cv_have_daylight" = "yes"
23895 then
23897 cat >>confdefs.h <<\_ACEOF
23898 #define HAVE_DAYLIGHT 1
23899 _ACEOF
23903 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23904 $as_echo_n "checking for isinf... " >&6; }
23905 if test "${ac_cv_have_isinf+set}" = set; then
23906 $as_echo_n "(cached) " >&6
23907 else
23908 cat >conftest.$ac_ext <<_ACEOF
23909 /* confdefs.h. */
23910 _ACEOF
23911 cat confdefs.h >>conftest.$ac_ext
23912 cat >>conftest.$ac_ext <<_ACEOF
23913 /* end confdefs.h. */
23914 #include <math.h>
23916 main ()
23918 float f = 0.0; int i=isinf(f)
23920 return 0;
23922 _ACEOF
23923 rm -f conftest.$ac_objext conftest$ac_exeext
23924 if { (ac_try="$ac_link"
23925 case "(($ac_try" in
23926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23927 *) ac_try_echo=$ac_try;;
23928 esac
23929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23930 $as_echo "$ac_try_echo") >&5
23931 (eval "$ac_link") 2>conftest.er1
23932 ac_status=$?
23933 grep -v '^ *+' conftest.er1 >conftest.err
23934 rm -f conftest.er1
23935 cat conftest.err >&5
23936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23937 (exit $ac_status); } && {
23938 test -z "$ac_c_werror_flag" ||
23939 test ! -s conftest.err
23940 } && test -s conftest$ac_exeext && {
23941 test "$cross_compiling" = yes ||
23942 $as_test_x conftest$ac_exeext
23943 }; then
23944 ac_cv_have_isinf="yes"
23945 else
23946 $as_echo "$as_me: failed program was:" >&5
23947 sed 's/^/| /' conftest.$ac_ext >&5
23949 ac_cv_have_isinf="no"
23952 rm -rf conftest.dSYM
23953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23954 conftest$ac_exeext conftest.$ac_ext
23956 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23957 $as_echo "$ac_cv_have_isinf" >&6; }
23958 if test "$ac_cv_have_isinf" = "yes"
23959 then
23961 cat >>confdefs.h <<\_ACEOF
23962 #define HAVE_ISINF 1
23963 _ACEOF
23967 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23968 $as_echo_n "checking for isnan... " >&6; }
23969 if test "${ac_cv_have_isnan+set}" = set; then
23970 $as_echo_n "(cached) " >&6
23971 else
23972 cat >conftest.$ac_ext <<_ACEOF
23973 /* confdefs.h. */
23974 _ACEOF
23975 cat confdefs.h >>conftest.$ac_ext
23976 cat >>conftest.$ac_ext <<_ACEOF
23977 /* end confdefs.h. */
23978 #include <math.h>
23980 main ()
23982 float f = 0.0; int i=isnan(f)
23984 return 0;
23986 _ACEOF
23987 rm -f conftest.$ac_objext conftest$ac_exeext
23988 if { (ac_try="$ac_link"
23989 case "(($ac_try" in
23990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23991 *) ac_try_echo=$ac_try;;
23992 esac
23993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23994 $as_echo "$ac_try_echo") >&5
23995 (eval "$ac_link") 2>conftest.er1
23996 ac_status=$?
23997 grep -v '^ *+' conftest.er1 >conftest.err
23998 rm -f conftest.er1
23999 cat conftest.err >&5
24000 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24001 (exit $ac_status); } && {
24002 test -z "$ac_c_werror_flag" ||
24003 test ! -s conftest.err
24004 } && test -s conftest$ac_exeext && {
24005 test "$cross_compiling" = yes ||
24006 $as_test_x conftest$ac_exeext
24007 }; then
24008 ac_cv_have_isnan="yes"
24009 else
24010 $as_echo "$as_me: failed program was:" >&5
24011 sed 's/^/| /' conftest.$ac_ext >&5
24013 ac_cv_have_isnan="no"
24016 rm -rf conftest.dSYM
24017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24018 conftest$ac_exeext conftest.$ac_ext
24020 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24021 $as_echo "$ac_cv_have_isnan" >&6; }
24022 if test "$ac_cv_have_isnan" = "yes"
24023 then
24025 cat >>confdefs.h <<\_ACEOF
24026 #define HAVE_ISNAN 1
24027 _ACEOF
24032 case $host_cpu in
24033 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24034 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24035 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24036 $as_echo_n "(cached) " >&6
24037 else
24038 cat >conftest.$ac_ext <<_ACEOF
24039 /* confdefs.h. */
24040 _ACEOF
24041 cat confdefs.h >>conftest.$ac_ext
24042 cat >>conftest.$ac_ext <<_ACEOF
24043 /* end confdefs.h. */
24044 #ifndef __i386__
24046 #endif
24047 _ACEOF
24048 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24049 $EGREP "yes" >/dev/null 2>&1; then
24050 ac_cv_cpp_def___i386__=yes
24051 else
24052 ac_cv_cpp_def___i386__=no
24054 rm -f conftest*
24057 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24058 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24059 if test $ac_cv_cpp_def___i386__ = yes; then
24060 CFLAGS="$CFLAGS -D__i386__"
24061 LINTFLAGS="$LINTFLAGS -D__i386__"
24064 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24065 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24066 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24067 $as_echo_n "(cached) " >&6
24068 else
24069 cat >conftest.$ac_ext <<_ACEOF
24070 /* confdefs.h. */
24071 _ACEOF
24072 cat confdefs.h >>conftest.$ac_ext
24073 cat >>conftest.$ac_ext <<_ACEOF
24074 /* end confdefs.h. */
24075 #ifndef __x86_64__
24077 #endif
24078 _ACEOF
24079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24080 $EGREP "yes" >/dev/null 2>&1; then
24081 ac_cv_cpp_def___x86_64__=yes
24082 else
24083 ac_cv_cpp_def___x86_64__=no
24085 rm -f conftest*
24088 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24089 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24090 if test $ac_cv_cpp_def___x86_64__ = yes; then
24091 CFLAGS="$CFLAGS -D__x86_64__"
24092 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24095 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24096 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24097 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24098 $as_echo_n "(cached) " >&6
24099 else
24100 cat >conftest.$ac_ext <<_ACEOF
24101 /* confdefs.h. */
24102 _ACEOF
24103 cat confdefs.h >>conftest.$ac_ext
24104 cat >>conftest.$ac_ext <<_ACEOF
24105 /* end confdefs.h. */
24106 #ifndef __ALPHA__
24108 #endif
24109 _ACEOF
24110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24111 $EGREP "yes" >/dev/null 2>&1; then
24112 ac_cv_cpp_def___ALPHA__=yes
24113 else
24114 ac_cv_cpp_def___ALPHA__=no
24116 rm -f conftest*
24119 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24120 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24121 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24122 CFLAGS="$CFLAGS -D__ALPHA__"
24123 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24126 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24127 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24128 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24129 $as_echo_n "(cached) " >&6
24130 else
24131 cat >conftest.$ac_ext <<_ACEOF
24132 /* confdefs.h. */
24133 _ACEOF
24134 cat confdefs.h >>conftest.$ac_ext
24135 cat >>conftest.$ac_ext <<_ACEOF
24136 /* end confdefs.h. */
24137 #ifndef __sparc__
24139 #endif
24140 _ACEOF
24141 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24142 $EGREP "yes" >/dev/null 2>&1; then
24143 ac_cv_cpp_def___sparc__=yes
24144 else
24145 ac_cv_cpp_def___sparc__=no
24147 rm -f conftest*
24150 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24151 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24152 if test $ac_cv_cpp_def___sparc__ = yes; then
24153 CFLAGS="$CFLAGS -D__sparc__"
24154 LINTFLAGS="$LINTFLAGS -D__sparc__"
24157 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24158 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24159 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24160 $as_echo_n "(cached) " >&6
24161 else
24162 cat >conftest.$ac_ext <<_ACEOF
24163 /* confdefs.h. */
24164 _ACEOF
24165 cat confdefs.h >>conftest.$ac_ext
24166 cat >>conftest.$ac_ext <<_ACEOF
24167 /* end confdefs.h. */
24168 #ifndef __powerpc__
24170 #endif
24171 _ACEOF
24172 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24173 $EGREP "yes" >/dev/null 2>&1; then
24174 ac_cv_cpp_def___powerpc__=yes
24175 else
24176 ac_cv_cpp_def___powerpc__=no
24178 rm -f conftest*
24181 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24182 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24183 if test $ac_cv_cpp_def___powerpc__ = yes; then
24184 CFLAGS="$CFLAGS -D__powerpc__"
24185 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24188 esac
24190 case $host_vendor in
24191 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24192 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24193 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24194 $as_echo_n "(cached) " >&6
24195 else
24196 cat >conftest.$ac_ext <<_ACEOF
24197 /* confdefs.h. */
24198 _ACEOF
24199 cat confdefs.h >>conftest.$ac_ext
24200 cat >>conftest.$ac_ext <<_ACEOF
24201 /* end confdefs.h. */
24202 #ifndef __sun__
24204 #endif
24205 _ACEOF
24206 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24207 $EGREP "yes" >/dev/null 2>&1; then
24208 ac_cv_cpp_def___sun__=yes
24209 else
24210 ac_cv_cpp_def___sun__=no
24212 rm -f conftest*
24215 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24216 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24217 if test $ac_cv_cpp_def___sun__ = yes; then
24218 CFLAGS="$CFLAGS -D__sun__"
24219 LINTFLAGS="$LINTFLAGS -D__sun__"
24222 esac
24225 DEPENDENCIES="### Dependencies:
24227 .INIT: Makefile
24228 .BEGIN: Makefile
24229 .MAKEFILEDEPS:
24230 Makefile: dummy
24231 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24233 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24234 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24235 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24236 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24237 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24240 ALL_MAKERULES=""
24242 ALL_MAKEFILES=""
24244 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24247 ALL_TOP_DIRS=""
24249 ALL_DLL_DIRS=""
24251 ALL_IMPLIB_DIRS=""
24253 ALL_TEST_DIRS=""
24255 ALL_PROGRAM_DIRS=""
24257 ALL_PROGRAM_INSTALL_DIRS=""
24259 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24265 ac_config_commands="$ac_config_commands include/stamp-h"
24268 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24270 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24272 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24274 ac_config_commands="$ac_config_commands dlls/user32/resources"
24276 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24278 ac_config_commands="$ac_config_commands include/wine"
24281 ALL_MAKERULES="$ALL_MAKERULES \\
24282 Make.rules"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 Make.rules: Make.rules.in"
24285 MAKE_RULES=Make.rules
24286 ac_config_files="$ac_config_files Make.rules"
24288 ALL_MAKERULES="$ALL_MAKERULES \\
24289 dlls/Makedll.rules"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24292 MAKE_DLL_RULES=dlls/Makedll.rules
24293 ac_config_files="$ac_config_files dlls/Makedll.rules"
24295 ALL_MAKERULES="$ALL_MAKERULES \\
24296 dlls/Makeimplib.rules"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24299 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24300 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24302 ALL_MAKERULES="$ALL_MAKERULES \\
24303 dlls/Maketest.rules"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24306 MAKE_TEST_RULES=dlls/Maketest.rules
24307 ac_config_files="$ac_config_files dlls/Maketest.rules"
24309 ALL_MAKERULES="$ALL_MAKERULES \\
24310 programs/Makeprog.rules"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24313 MAKE_PROG_RULES=programs/Makeprog.rules
24314 ac_config_files="$ac_config_files programs/Makeprog.rules"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 Makefile: Makefile.in Make.rules"
24321 ac_config_files="$ac_config_files Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/Makefile"
24325 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24326 dlls"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/Makefile: dlls/Makefile.in Make.rules"
24329 ac_config_files="$ac_config_files dlls/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/acledit/Makefile"
24333 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 acledit"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/aclui/Makefile"
24341 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 aclui"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/activeds/Makefile"
24349 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 activeds"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/actxprxy/Makefile"
24357 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 actxprxy"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/adsiid/Makefile"
24365 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24366 adsiid"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24369 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/advapi32/Makefile"
24373 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 advapi32"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/advapi32/tests/Makefile"
24381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 advapi32/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/advpack/Makefile"
24389 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 advpack"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/advpack/tests/Makefile"
24397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 advpack/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/amstream/Makefile"
24405 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 amstream"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/amstream/tests/Makefile"
24413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 amstream/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/appwiz.cpl/Makefile"
24421 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 appwiz.cpl"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/atl/Makefile"
24429 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 atl"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/atl/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/authz/Makefile"
24437 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 authz"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/authz/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/avicap32/Makefile"
24445 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 avicap32"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/avifil32/Makefile"
24453 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 avifil32"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/avifile.dll16/Makefile"
24461 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 avifile.dll16"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/bcrypt/Makefile"
24469 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 bcrypt"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/browseui/Makefile"
24477 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 browseui"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/browseui/tests/Makefile"
24485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24486 browseui/tests"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/cabinet/Makefile"
24493 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 cabinet"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/cabinet/tests/Makefile"
24501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24502 cabinet/tests"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24505 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/capi2032/Makefile"
24509 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 capi2032"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/cards/Makefile"
24517 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 cards"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/cards/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/cfgmgr32/Makefile"
24525 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 cfgmgr32"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/clusapi/Makefile"
24533 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 clusapi"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/comcat/Makefile"
24541 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 comcat"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/comcat/tests/Makefile"
24549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24550 comcat/tests"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24553 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/comctl32/Makefile"
24557 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 comctl32"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/comctl32/tests/Makefile"
24565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24566 comctl32/tests"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24569 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/comdlg32/Makefile"
24573 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 comdlg32"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/comdlg32/tests/Makefile"
24581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582 comdlg32/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/comm.drv16/Makefile"
24589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 comm.drv16"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/compobj.dll16/Makefile"
24597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 compobj.dll16"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/compstui/Makefile"
24605 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 compstui"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/credui/Makefile"
24613 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 credui"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/credui/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/credui/tests/Makefile"
24621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24622 credui/tests"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24625 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/crtdll/Makefile"
24629 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 crtdll"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/crypt32/Makefile"
24637 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 crypt32"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/crypt32/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 crypt32/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/cryptdlg/Makefile"
24653 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 cryptdlg"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/cryptdll/Makefile"
24661 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 cryptdll"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/cryptnet/Makefile"
24669 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 cryptnet"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/cryptnet/tests/Makefile"
24677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 cryptnet/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/cryptui/Makefile"
24685 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 cryptui"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/cryptui/tests/Makefile"
24693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 cryptui/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/ctapi32/Makefile"
24701 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 ctapi32"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/ctl3d.dll16/Makefile"
24709 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 ctl3d.dll16"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/ctl3d32/Makefile"
24717 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 ctl3d32"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/ctl3dv2.dll16/Makefile"
24725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 ctl3dv2.dll16"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/d3d10/Makefile"
24733 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 d3d10"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/d3d10/tests/Makefile"
24741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 d3d10/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/d3d10core/Makefile"
24749 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 d3d10core"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/d3d10core/tests/Makefile"
24757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24758 d3d10core/tests"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/d3d8/Makefile"
24765 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 d3d8"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/d3d8/tests/Makefile"
24773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24774 d3d8/tests"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24777 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/d3d9/Makefile"
24781 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 d3d9"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/d3d9/tests/Makefile"
24789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24790 d3d9/tests"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24793 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/d3dim/Makefile"
24797 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 d3dim"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/d3drm/Makefile"
24805 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 d3drm"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/d3drm/tests/Makefile"
24813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814 d3drm/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/d3dx8/Makefile"
24821 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 d3dx8"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/d3dx8/tests/Makefile"
24829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24830 d3dx8/tests"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24833 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/d3dx9_24/Makefile"
24837 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 d3dx9_24"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/d3dx9_25/Makefile"
24845 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 d3dx9_25"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/d3dx9_26/Makefile"
24853 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 d3dx9_26"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/d3dx9_27/Makefile"
24861 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 d3dx9_27"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/d3dx9_28/Makefile"
24869 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 d3dx9_28"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/d3dx9_29/Makefile"
24877 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 d3dx9_29"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/d3dx9_30/Makefile"
24885 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 d3dx9_30"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/d3dx9_31/Makefile"
24893 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 d3dx9_31"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/d3dx9_32/Makefile"
24901 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 d3dx9_32"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/d3dx9_33/Makefile"
24909 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 d3dx9_33"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/d3dx9_34/Makefile"
24917 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 d3dx9_34"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/d3dx9_35/Makefile"
24925 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 d3dx9_35"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/d3dx9_36/Makefile"
24933 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 d3dx9_36"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/d3dx9_36/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 d3dx9_36/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/d3dx9_37/Makefile"
24949 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 d3dx9_37"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/d3dx9_38/Makefile"
24957 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 d3dx9_38"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/d3dx9_39/Makefile"
24965 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 d3dx9_39"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/d3dx9_40/Makefile"
24973 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 d3dx9_40"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/d3dx9_41/Makefile"
24981 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 d3dx9_41"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/d3dxof/Makefile"
24989 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 d3dxof"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/d3dxof/tests/Makefile"
24997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24998 d3dxof/tests"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25001 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/dbghelp/Makefile"
25005 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 dbghelp"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/dciman32/Makefile"
25013 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 dciman32"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/ddeml.dll16/Makefile"
25021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 ddeml.dll16"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/ddraw/Makefile"
25029 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 ddraw"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/ddraw/tests/Makefile"
25037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038 ddraw/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/ddrawex/Makefile"
25045 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 ddrawex"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/ddrawex/tests/Makefile"
25053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054 ddrawex/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/devenum/Makefile"
25061 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 devenum"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/dinput/Makefile"
25069 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 dinput"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/dinput/tests/Makefile"
25077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25078 dinput/tests"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25081 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/dinput8/Makefile"
25085 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 dinput8"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/dispdib.dll16/Makefile"
25093 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 dispdib.dll16"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/display.drv16/Makefile"
25101 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 display.drv16"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/dmband/Makefile"
25109 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 dmband"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/dmcompos/Makefile"
25117 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 dmcompos"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/dmime/Makefile"
25125 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 dmime"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/dmloader/Makefile"
25133 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 dmloader"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/dmscript/Makefile"
25141 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 dmscript"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/dmstyle/Makefile"
25149 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 dmstyle"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/dmsynth/Makefile"
25157 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 dmsynth"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/dmusic/Makefile"
25165 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 dmusic"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/dmusic32/Makefile"
25173 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 dmusic32"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/dnsapi/Makefile"
25181 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 dnsapi"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/dnsapi/tests/Makefile"
25189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25190 dnsapi/tests"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25193 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/dplay/Makefile"
25197 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 dplay"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/dplayx/Makefile"
25205 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 dplayx"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/dplayx/tests/Makefile"
25213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25214 dplayx/tests"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25217 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/dpnaddr/Makefile"
25221 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 dpnaddr"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/dpnet/Makefile"
25229 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 dpnet"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/dpnhpast/Makefile"
25237 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 dpnhpast"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/dpnlobby/Makefile"
25245 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 dpnlobby"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/dpwsockx/Makefile"
25253 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 dpwsockx"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/dsound/Makefile"
25261 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 dsound"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/dsound/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270 dsound/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/dssenh/Makefile"
25277 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 dssenh"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/dswave/Makefile"
25285 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 dswave"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/dwmapi/Makefile"
25293 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 dwmapi"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/dxdiagn/Makefile"
25301 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 dxdiagn"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/dxerr8/Makefile"
25309 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25310 dxerr8"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25313 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/dxerr9/Makefile"
25317 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25318 dxerr9"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25321 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/dxgi/Makefile"
25325 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 dxgi"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/dxgi/tests/Makefile"
25333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25334 dxgi/tests"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25337 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/dxguid/Makefile"
25341 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25342 dxguid"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25345 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/faultrep/Makefile"
25349 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 faultrep"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/fusion/Makefile"
25357 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 fusion"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/fusion/tests/Makefile"
25365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25366 fusion/tests"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25369 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/gdi32/Makefile"
25373 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 gdi32"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/gdi32/tests/Makefile"
25381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25382 gdi32/tests"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25385 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/gdiplus/Makefile"
25389 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 gdiplus"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/gdiplus/tests/Makefile"
25397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25398 gdiplus/tests"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25401 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/glu32/Makefile"
25405 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 glu32"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/gphoto2.ds/Makefile"
25413 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 gphoto2.ds"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/gpkcsp/Makefile"
25421 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 gpkcsp"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/hal/Makefile"
25429 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 hal"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/hal/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/hhctrl.ocx/Makefile"
25437 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 hhctrl.ocx"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/hid/Makefile"
25445 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 hid"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/hid/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/hlink/Makefile"
25453 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454 hlink"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/hlink/tests/Makefile"
25461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25462 hlink/tests"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25465 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/hnetcfg/Makefile"
25469 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 hnetcfg"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/httpapi/Makefile"
25477 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 httpapi"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/iccvid/Makefile"
25485 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 iccvid"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/icmp/Makefile"
25493 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 icmp"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/ifsmgr.vxd/Makefile"
25501 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 ifsmgr.vxd"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/imaadp32.acm/Makefile"
25509 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 imaadp32.acm"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/imagehlp/Makefile"
25517 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 imagehlp"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/imm.dll16/Makefile"
25525 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 imm.dll16"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/imm32/Makefile"
25533 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 imm32"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/imm32/tests/Makefile"
25541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25542 imm32/tests"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25545 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/inetcomm/Makefile"
25549 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 inetcomm"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/inetcomm/tests/Makefile"
25557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25558 inetcomm/tests"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/inetmib1/Makefile"
25565 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 inetmib1"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/inetmib1/tests/Makefile"
25573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25574 inetmib1/tests"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25577 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/infosoft/Makefile"
25581 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 infosoft"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/infosoft/tests/Makefile"
25589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25590 infosoft/tests"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25593 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/initpki/Makefile"
25597 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598 initpki"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/inkobj/Makefile"
25605 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 inkobj"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/inseng/Makefile"
25613 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 inseng"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/iphlpapi/Makefile"
25621 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 iphlpapi"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/iphlpapi/tests/Makefile"
25629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25630 iphlpapi/tests"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25633 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/itircl/Makefile"
25637 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 itircl"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/itss/Makefile"
25645 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 itss"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/itss/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/itss/tests/Makefile"
25653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25654 itss/tests"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25657 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/jscript/Makefile"
25661 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662 jscript"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/jscript/tests/Makefile"
25669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25670 jscript/tests"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25673 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/kernel32/Makefile"
25677 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 kernel32"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/kernel32/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686 kernel32/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/keyboard.drv16/Makefile"
25693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 keyboard.drv16"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/loadperf/Makefile"
25701 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 loadperf"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/localspl/Makefile"
25709 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 localspl"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/localspl/tests/Makefile"
25717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25718 localspl/tests"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25721 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/localui/Makefile"
25725 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 localui"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/localui/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/localui/tests/Makefile"
25733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25734 localui/tests"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25737 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/lz32/Makefile"
25741 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 lz32"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/lz32/tests/Makefile"
25749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25750 lz32/tests"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25753 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/lzexpand.dll16/Makefile"
25757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 lzexpand.dll16"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/mapi32/Makefile"
25765 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 mapi32"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/mapi32/tests/Makefile"
25773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25774 mapi32/tests"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25777 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/mciavi32/Makefile"
25781 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 mciavi32"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/mcicda/Makefile"
25789 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 mcicda"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/mciqtz32/Makefile"
25797 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 mciqtz32"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/mciseq/Makefile"
25805 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 mciseq"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/mciwave/Makefile"
25813 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 mciwave"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/midimap/Makefile"
25821 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 midimap"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/mlang/Makefile"
25829 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 mlang"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/mlang/tests/Makefile"
25837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25838 mlang/tests"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25841 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/mmdevldr.vxd/Makefile"
25845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 mmdevldr.vxd"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/monodebg.vxd/Makefile"
25853 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 monodebg.vxd"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/mountmgr.sys/Makefile"
25861 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 mountmgr.sys"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/mouse.drv16/Makefile"
25869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 mouse.drv16"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/mpr/Makefile"
25877 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 mpr"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/mprapi/Makefile"
25885 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 mprapi"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/msacm.dll16/Makefile"
25893 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 msacm.dll16"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/msacm32.drv/Makefile"
25901 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 msacm32.drv"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/msacm32/Makefile"
25909 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 msacm32"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/msacm32/tests/Makefile"
25917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25918 msacm32/tests"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25921 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/msadp32.acm/Makefile"
25925 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 msadp32.acm"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/mscat32/Makefile"
25933 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 mscat32"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/mscms/Makefile"
25941 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 mscms"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/mscms/tests/Makefile"
25949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25950 mscms/tests"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25953 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/mscoree/Makefile"
25957 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 mscoree"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/msctf/Makefile"
25965 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 msctf"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/msctf/tests/Makefile"
25973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25974 msctf/tests"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25977 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/msdmo/Makefile"
25981 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 msdmo"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/msftedit/Makefile"
25989 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 msftedit"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/msg711.acm/Makefile"
25997 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 msg711.acm"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/mshtml.tlb/Makefile"
26005 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 mshtml.tlb"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/mshtml/Makefile"
26013 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 mshtml"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/mshtml/tests/Makefile"
26021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26022 mshtml/tests"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26025 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/msi/Makefile"
26029 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 msi"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/msi/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msi/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038 msi/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msimg32/Makefile"
26045 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 msimg32"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msimtf/Makefile"
26053 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 msimtf"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/msisip/Makefile"
26061 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 msisip"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/msisys.ocx/Makefile"
26069 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 msisys.ocx"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/msnet32/Makefile"
26077 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 msnet32"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/msrle32/Makefile"
26085 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 msrle32"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/mssign32/Makefile"
26093 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 mssign32"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/mssip32/Makefile"
26101 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 mssip32"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/mstask/Makefile"
26109 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 mstask"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/mstask/tests/Makefile"
26117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26118 mstask/tests"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26121 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/msvcirt/Makefile"
26125 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 msvcirt"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/msvcr71/Makefile"
26133 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 msvcr71"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/msvcrt/Makefile"
26141 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 msvcrt"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/msvcrt/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 msvcrt/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/msvcrt20/Makefile"
26157 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 msvcrt20"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/msvcrt40/Makefile"
26165 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 msvcrt40"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/msvcrtd/Makefile"
26173 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 msvcrtd"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/msvcrtd/tests/Makefile"
26181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26182 msvcrtd/tests"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26185 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/msvfw32/Makefile"
26189 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 msvfw32"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/msvfw32/tests/Makefile"
26197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26198 msvfw32/tests"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26201 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/msvidc32/Makefile"
26205 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 msvidc32"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/msvideo.dll16/Makefile"
26213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 msvideo.dll16"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/mswsock/Makefile"
26221 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 mswsock"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/msxml3/Makefile"
26229 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 msxml3"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/msxml3/tests/Makefile"
26237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26238 msxml3/tests"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/nddeapi/Makefile"
26245 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 nddeapi"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/netapi32/Makefile"
26253 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 netapi32"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/netapi32/tests/Makefile"
26261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26262 netapi32/tests"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26265 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/newdev/Makefile"
26269 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 newdev"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/ntdll/Makefile"
26277 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 ntdll"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/ntdll/tests/Makefile"
26285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26286 ntdll/tests"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26289 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/ntdsapi/Makefile"
26293 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 ntdsapi"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/ntdsapi/tests/Makefile"
26301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26302 ntdsapi/tests"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26305 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/ntoskrnl.exe/Makefile"
26309 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 ntoskrnl.exe"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/ntprint/Makefile"
26317 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 ntprint"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/ntprint/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326 ntprint/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/objsel/Makefile"
26333 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 objsel"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/odbc32/Makefile"
26341 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 odbc32"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/odbccp32/Makefile"
26349 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 odbccp32"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/odbccp32/tests/Makefile"
26357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26358 odbccp32/tests"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26361 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/ole2.dll16/Makefile"
26365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 ole2.dll16"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/ole2conv.dll16/Makefile"
26373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 ole2conv.dll16"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/ole2disp.dll16/Makefile"
26381 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 ole2disp.dll16"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/ole2nls.dll16/Makefile"
26389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 ole2nls.dll16"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/ole2prox.dll16/Makefile"
26397 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 ole2prox.dll16"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/ole2thk.dll16/Makefile"
26405 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 ole2thk.dll16"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/ole32/Makefile"
26413 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 ole32"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/ole32/tests/Makefile"
26421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26422 ole32/tests"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26425 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/oleacc/Makefile"
26429 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 oleacc"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/oleacc/tests/Makefile"
26437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26438 oleacc/tests"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26441 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/oleaut32/Makefile"
26445 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 oleaut32"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/oleaut32/tests/Makefile"
26453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26454 oleaut32/tests"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26457 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/olecli.dll16/Makefile"
26461 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 olecli.dll16"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/olecli32/Makefile"
26469 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 olecli32"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/oledlg/Makefile"
26477 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 oledlg"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/olepro32/Makefile"
26485 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 olepro32"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/olesvr.dll16/Makefile"
26493 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 olesvr.dll16"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/olesvr32/Makefile"
26501 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502 olesvr32"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/olethk32/Makefile"
26509 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 olethk32"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/opengl32/Makefile"
26517 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 opengl32"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/opengl32/tests/Makefile"
26525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26526 opengl32/tests"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26529 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/pdh/Makefile"
26533 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534 pdh"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/pdh/tests/Makefile"
26541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26542 pdh/tests"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26545 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/pidgen/Makefile"
26549 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550 pidgen"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/powrprof/Makefile"
26557 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558 powrprof"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/printui/Makefile"
26565 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 printui"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/printui/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/propsys/Makefile"
26573 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 propsys"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/psapi/Makefile"
26581 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 psapi"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/psapi/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590 psapi/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/pstorec/Makefile"
26597 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 pstorec"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/qcap/Makefile"
26605 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 qcap"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/qedit/Makefile"
26613 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 qedit"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/qedit/tests/Makefile"
26621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26622 qedit/tests"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26625 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/qmgr/Makefile"
26629 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 qmgr"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/qmgr/tests/Makefile"
26637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26638 qmgr/tests"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26641 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/qmgrprxy/Makefile"
26645 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 qmgrprxy"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/quartz/Makefile"
26653 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654 quartz"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/quartz/tests/Makefile"
26661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26662 quartz/tests"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26665 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/query/Makefile"
26669 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 query"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/query/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/rasapi16.dll16/Makefile"
26677 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 rasapi16.dll16"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/rasapi32/Makefile"
26685 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 rasapi32"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/rasapi32/tests/Makefile"
26693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26694 rasapi32/tests"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26697 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/rasdlg/Makefile"
26701 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 rasdlg"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/resutils/Makefile"
26709 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 resutils"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/riched20/Makefile"
26717 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 riched20"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/riched20/tests/Makefile"
26725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26726 riched20/tests"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26729 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/riched32/Makefile"
26733 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 riched32"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/riched32/tests/Makefile"
26741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26742 riched32/tests"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26745 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/rpcrt4/Makefile"
26749 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 rpcrt4"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/rpcrt4/tests/Makefile"
26757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26758 rpcrt4/tests"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26761 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/rsabase/Makefile"
26765 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 rsabase"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/rsaenh/Makefile"
26773 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774 rsaenh"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/rsaenh/tests/Makefile"
26781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26782 rsaenh/tests"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26785 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/sane.ds/Makefile"
26789 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790 sane.ds"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/sccbase/Makefile"
26797 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 sccbase"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/schannel/Makefile"
26805 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806 schannel"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/schannel/tests/Makefile"
26813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26814 schannel/tests"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26817 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/secur32/Makefile"
26821 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 secur32"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/secur32/tests/Makefile"
26829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26830 secur32/tests"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26833 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/security/Makefile"
26837 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 security"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/security/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/sensapi/Makefile"
26845 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 sensapi"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/serialui/Makefile"
26853 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 serialui"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/serialui/tests/Makefile"
26861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26862 serialui/tests"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26865 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/setupapi/Makefile"
26869 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 setupapi"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/setupapi/tests/Makefile"
26877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26878 setupapi/tests"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26881 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/sfc/Makefile"
26885 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 sfc"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/sfc_os/Makefile"
26893 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 sfc_os"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/shdoclc/Makefile"
26901 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 shdoclc"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/shdocvw/Makefile"
26909 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 shdocvw"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/shdocvw/tests/Makefile"
26917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26918 shdocvw/tests"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26921 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/shell.dll16/Makefile"
26925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 shell.dll16"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/shell32/Makefile"
26933 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 shell32"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/shell32/tests/Makefile"
26941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26942 shell32/tests"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26945 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/shfolder/Makefile"
26949 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 shfolder"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/shlwapi/Makefile"
26957 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26958 shlwapi"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26961 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/shlwapi/tests/Makefile"
26965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26966 shlwapi/tests"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26969 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/slbcsp/Makefile"
26973 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 slbcsp"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/slc/Makefile"
26981 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 slc"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/slc/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/snmpapi/Makefile"
26989 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990 snmpapi"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/snmpapi/tests/Makefile"
26997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26998 snmpapi/tests"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27001 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/softpub/Makefile"
27005 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006 softpub"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/sound.drv16/Makefile"
27013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 sound.drv16"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/spoolss/Makefile"
27021 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 spoolss"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/spoolss/tests/Makefile"
27029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27030 spoolss/tests"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27033 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/stdole2.tlb/Makefile"
27037 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 stdole2.tlb"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/stdole32.tlb/Makefile"
27045 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 stdole32.tlb"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/sti/Makefile"
27053 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 sti"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/sti/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/storage.dll16/Makefile"
27061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 storage.dll16"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/stress.dll16/Makefile"
27069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 stress.dll16"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/strmiids/Makefile"
27077 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27078 strmiids"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27081 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/svrapi/Makefile"
27085 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 svrapi"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/sxs/Makefile"
27093 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27094 sxs"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27097 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/t2embed/Makefile"
27101 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 t2embed"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/tapi32/Makefile"
27109 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 tapi32"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/traffic/Makefile"
27117 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 traffic"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/twain.dll16/Makefile"
27125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 twain.dll16"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/twain_32/Makefile"
27133 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 twain_32"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/twain_32/tests/Makefile"
27141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27142 twain_32/tests"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27145 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/typelib.dll16/Makefile"
27149 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 typelib.dll16"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/unicows/Makefile"
27157 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158 unicows"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/updspapi/Makefile"
27165 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 updspapi"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/url/Makefile"
27173 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 url"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/url/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/urlmon/Makefile"
27181 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 urlmon"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/urlmon/tests/Makefile"
27189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27190 urlmon/tests"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27193 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/user32/Makefile"
27197 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 user32"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/user32/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/user32/tests/Makefile"
27205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27206 user32/tests"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27209 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/userenv/Makefile"
27213 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 userenv"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/userenv/tests/Makefile"
27221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27222 userenv/tests"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27225 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/usp10/Makefile"
27229 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 usp10"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/usp10/tests/Makefile"
27237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27238 usp10/tests"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27241 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/uuid/Makefile"
27245 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27246 uuid"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27249 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/uxtheme/Makefile"
27253 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 uxtheme"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/uxtheme/tests/Makefile"
27261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27262 uxtheme/tests"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27265 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/vdhcp.vxd/Makefile"
27269 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27270 vdhcp.vxd"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27273 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/vdmdbg/Makefile"
27277 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 vdmdbg"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/version/Makefile"
27285 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27286 version"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27289 ac_config_files="$ac_config_files dlls/version/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/version/tests/Makefile"
27293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27294 version/tests"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27297 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/vmm.vxd/Makefile"
27301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27302 vmm.vxd"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27305 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/vnbt.vxd/Makefile"
27309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 vnbt.vxd"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/vnetbios.vxd/Makefile"
27317 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 vnetbios.vxd"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/vtdapi.vxd/Makefile"
27325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 vtdapi.vxd"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/vwin32.vxd/Makefile"
27333 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 vwin32.vxd"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/w32skrnl/Makefile"
27341 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 w32skrnl"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/w32sys.dll16/Makefile"
27349 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 w32sys.dll16"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/wbemprox/Makefile"
27357 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358 wbemprox"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/win32s16.dll16/Makefile"
27365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 win32s16.dll16"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/win87em.dll16/Makefile"
27373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 win87em.dll16"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/winaspi.dll16/Makefile"
27381 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 winaspi.dll16"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/windebug.dll16/Makefile"
27389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 windebug.dll16"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/windowscodecs/Makefile"
27397 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 windowscodecs"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/winealsa.drv/Makefile"
27405 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 winealsa.drv"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/wineaudioio.drv/Makefile"
27413 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414 wineaudioio.drv"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/winecoreaudio.drv/Makefile"
27421 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 winecoreaudio.drv"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/winecrt0/Makefile"
27429 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27430 winecrt0"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27433 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/wined3d/Makefile"
27437 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27438 wined3d"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27441 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/winedos/Makefile"
27445 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27446 winedos"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27449 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/wineesd.drv/Makefile"
27453 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27454 wineesd.drv"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27457 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/winejack.drv/Makefile"
27461 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27462 winejack.drv"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27465 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/winejoystick.drv/Makefile"
27469 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27470 winejoystick.drv"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27473 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/winemp3.acm/Makefile"
27477 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27478 winemp3.acm"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27481 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 dlls/winenas.drv/Makefile"
27485 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27486 winenas.drv"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27489 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 dlls/wineoss.drv/Makefile"
27493 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27494 wineoss.drv"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27497 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 dlls/wineps.drv/Makefile"
27501 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27502 wineps.drv"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27505 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 dlls/winequartz.drv/Makefile"
27509 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27510 winequartz.drv"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27513 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 dlls/winex11.drv/Makefile"
27517 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27518 winex11.drv"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27521 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 dlls/wing32/Makefile"
27525 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27526 wing32"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27529 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 dlls/winhttp/Makefile"
27533 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27534 winhttp"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27537 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 dlls/winhttp/tests/Makefile"
27541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27542 winhttp/tests"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27545 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 dlls/wininet/Makefile"
27549 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27550 wininet"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27553 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 dlls/wininet/tests/Makefile"
27557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27558 wininet/tests"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27561 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564 dlls/winmm/Makefile"
27565 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27566 winmm"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27569 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27571 ALL_MAKEFILES="$ALL_MAKEFILES \\
27572 dlls/winmm/tests/Makefile"
27573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27574 winmm/tests"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27577 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 dlls/winnls.dll16/Makefile"
27581 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27582 winnls.dll16"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27585 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 dlls/winnls32/Makefile"
27589 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27590 winnls32"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27593 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 dlls/winscard/Makefile"
27597 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27598 winscard"
27599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27600 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27601 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27603 ALL_MAKEFILES="$ALL_MAKEFILES \\
27604 dlls/winspool.drv/Makefile"
27605 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27606 winspool.drv"
27607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27608 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27609 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27611 ALL_MAKEFILES="$ALL_MAKEFILES \\
27612 dlls/winspool.drv/tests/Makefile"
27613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27614 winspool.drv/tests"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27617 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 dlls/wintab.dll16/Makefile"
27621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27622 wintab.dll16"
27623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27624 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27625 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27627 ALL_MAKEFILES="$ALL_MAKEFILES \\
27628 dlls/wintab32/Makefile"
27629 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27630 wintab32"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27633 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 dlls/wintrust/Makefile"
27637 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27638 wintrust"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27641 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 dlls/wintrust/tests/Makefile"
27645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27646 wintrust/tests"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27649 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 dlls/wldap32/Makefile"
27653 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27654 wldap32"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27657 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 dlls/wldap32/tests/Makefile"
27661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27662 wldap32/tests"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27665 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668 dlls/wmi/Makefile"
27669 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27670 wmi"
27671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27672 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27673 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27675 ALL_MAKEFILES="$ALL_MAKEFILES \\
27676 dlls/wnaspi32/Makefile"
27677 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27678 wnaspi32"
27679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27680 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27681 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27683 ALL_MAKEFILES="$ALL_MAKEFILES \\
27684 dlls/wow32/Makefile"
27685 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27686 wow32"
27687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27688 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27689 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27691 ALL_MAKEFILES="$ALL_MAKEFILES \\
27692 dlls/ws2_32/Makefile"
27693 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27694 ws2_32"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27697 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700 dlls/ws2_32/tests/Makefile"
27701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27702 ws2_32/tests"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27705 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708 dlls/wsock32/Makefile"
27709 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27710 wsock32"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27713 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 dlls/wtsapi32/Makefile"
27717 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27718 wtsapi32"
27719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27720 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27721 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27723 ALL_MAKEFILES="$ALL_MAKEFILES \\
27724 dlls/wuapi/Makefile"
27725 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27726 wuapi"
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27729 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 dlls/xinput1_1/Makefile"
27733 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27734 xinput1_1"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27737 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740 dlls/xinput1_2/Makefile"
27741 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27742 xinput1_2"
27743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27744 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27745 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27747 ALL_MAKEFILES="$ALL_MAKEFILES \\
27748 dlls/xinput1_3/Makefile"
27749 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27750 xinput1_3"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27753 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756 dlls/xinput1_3/tests/Makefile"
27757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27758 xinput1_3/tests"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27761 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 dlls/xinput9_1_0/Makefile"
27765 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27766 xinput9_1_0"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27769 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 dlls/xmllite/Makefile"
27773 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27774 xmllite"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27777 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 documentation/Makefile"
27781 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27782 documentation"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 documentation/Makefile: documentation/Makefile.in Make.rules"
27785 ac_config_files="$ac_config_files documentation/Makefile"
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788 fonts/Makefile"
27789 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27790 fonts"
27791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27792 fonts/Makefile: fonts/Makefile.in Make.rules"
27793 ac_config_files="$ac_config_files fonts/Makefile"
27795 ALL_MAKEFILES="$ALL_MAKEFILES \\
27796 include/Makefile"
27797 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27798 include"
27799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27800 include/Makefile: include/Makefile.in Make.rules"
27801 ac_config_files="$ac_config_files include/Makefile"
27803 ALL_MAKEFILES="$ALL_MAKEFILES \\
27804 libs/Makefile"
27805 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27806 libs"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 libs/Makefile: libs/Makefile.in Make.rules"
27809 ac_config_files="$ac_config_files libs/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 libs/port/Makefile"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27816 ac_config_files="$ac_config_files libs/port/Makefile"
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819 libs/wine/Makefile"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27823 ac_config_files="$ac_config_files libs/wine/Makefile"
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826 libs/wpp/Makefile"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27830 ac_config_files="$ac_config_files libs/wpp/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 loader/Makefile"
27834 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27835 loader"
27836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27837 loader/Makefile: loader/Makefile.in Make.rules"
27838 ac_config_files="$ac_config_files loader/Makefile"
27840 ALL_MAKEFILES="$ALL_MAKEFILES \\
27841 programs/Makefile"
27842 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27843 programs"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 programs/Makefile: programs/Makefile.in Make.rules"
27846 ac_config_files="$ac_config_files programs/Makefile"
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849 programs/cacls/Makefile"
27850 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27851 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27852 cacls"
27853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27854 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27855 ac_config_files="$ac_config_files programs/cacls/Makefile"
27857 ALL_MAKEFILES="$ALL_MAKEFILES \\
27858 programs/clock/Makefile"
27859 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27860 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27861 clock"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/clock/Makefile"
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867 programs/cmd/Makefile"
27868 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27870 cmd"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27873 ac_config_files="$ac_config_files programs/cmd/Makefile"
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876 programs/cmdlgtst/Makefile"
27877 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27878 cmdlgtst"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884 programs/control/Makefile"
27885 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887 control"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/control/Makefile"
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893 programs/eject/Makefile"
27894 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896 eject"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/eject/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 programs/expand/Makefile"
27903 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905 expand"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/expand/Makefile"
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911 programs/explorer/Makefile"
27912 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914 explorer"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/explorer/Makefile"
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920 programs/hh/Makefile"
27921 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/hh/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 programs/icinfo/Makefile"
27930 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932 icinfo"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938 programs/iexplore/Makefile"
27939 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941 iexplore"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947 programs/lodctr/Makefile"
27948 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950 lodctr"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 programs/msiexec/Makefile"
27957 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27958 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27959 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27960 msiexec"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/net/Makefile"
27967 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 net"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/net/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/notepad/Makefile"
27976 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27979 notepad"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27982 ac_config_files="$ac_config_files programs/notepad/Makefile"
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985 programs/oleview/Makefile"
27986 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27987 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27988 oleview"
27989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27990 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27991 ac_config_files="$ac_config_files programs/oleview/Makefile"
27993 ALL_MAKEFILES="$ALL_MAKEFILES \\
27994 programs/progman/Makefile"
27995 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27996 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27997 progman"
27998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27999 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28000 ac_config_files="$ac_config_files programs/progman/Makefile"
28002 ALL_MAKEFILES="$ALL_MAKEFILES \\
28003 programs/reg/Makefile"
28004 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28005 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28006 reg"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28009 ac_config_files="$ac_config_files programs/reg/Makefile"
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012 programs/regedit/Makefile"
28013 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28014 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28015 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28016 regedit"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/regedit/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/regsvr32/Makefile"
28023 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28026 regsvr32"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032 programs/rpcss/Makefile"
28033 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035 rpcss"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041 programs/rundll32/Makefile"
28042 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28044 rundll32"
28045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28046 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28047 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28049 ALL_MAKEFILES="$ALL_MAKEFILES \\
28050 programs/secedit/Makefile"
28051 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28052 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28053 secedit"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/secedit/Makefile"
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059 programs/services/Makefile"
28060 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062 services"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/services/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 programs/spoolsv/Makefile"
28069 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071 spoolsv"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077 programs/start/Makefile"
28078 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080 start"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/start/Makefile"
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086 programs/svchost/Makefile"
28087 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28089 svchost"
28090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28091 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28092 ac_config_files="$ac_config_files programs/svchost/Makefile"
28094 ALL_MAKEFILES="$ALL_MAKEFILES \\
28095 programs/taskmgr/Makefile"
28096 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28097 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28098 taskmgr"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28101 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104 programs/termsv/Makefile"
28105 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28106 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28107 termsv"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/termsv/Makefile"
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113 programs/uninstaller/Makefile"
28114 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116 uninstaller"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122 programs/unlodctr/Makefile"
28123 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125 unlodctr"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131 programs/view/Makefile"
28132 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133 view"
28134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28135 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28136 ac_config_files="$ac_config_files programs/view/Makefile"
28138 ALL_MAKEFILES="$ALL_MAKEFILES \\
28139 programs/wineboot/Makefile"
28140 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28141 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28142 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28143 wineboot"
28144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28145 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28146 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28148 ALL_MAKEFILES="$ALL_MAKEFILES \\
28149 programs/winebrowser/Makefile"
28150 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28151 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28152 winebrowser"
28153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28154 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28155 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28157 ALL_MAKEFILES="$ALL_MAKEFILES \\
28158 programs/winecfg/Makefile"
28159 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28160 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28161 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28162 winecfg"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28165 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28167 ALL_MAKEFILES="$ALL_MAKEFILES \\
28168 programs/wineconsole/Makefile"
28169 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28170 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28171 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28172 wineconsole"
28173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28174 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28175 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28177 ALL_MAKEFILES="$ALL_MAKEFILES \\
28178 programs/winedbg/Makefile"
28179 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28180 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28181 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28182 winedbg"
28183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28184 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28185 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28187 ALL_MAKEFILES="$ALL_MAKEFILES \\
28188 programs/winedevice/Makefile"
28189 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28190 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28191 winedevice"
28192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28193 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28194 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28196 ALL_MAKEFILES="$ALL_MAKEFILES \\
28197 programs/winefile/Makefile"
28198 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28199 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28200 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28201 winefile"
28202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28203 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28204 ac_config_files="$ac_config_files programs/winefile/Makefile"
28206 ALL_MAKEFILES="$ALL_MAKEFILES \\
28207 programs/winemenubuilder/Makefile"
28208 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28209 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28210 winemenubuilder"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28213 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216 programs/winemine/Makefile"
28217 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28218 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28219 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28220 winemine"
28221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28222 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28223 ac_config_files="$ac_config_files programs/winemine/Makefile"
28225 ALL_MAKEFILES="$ALL_MAKEFILES \\
28226 programs/winepath/Makefile"
28227 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28228 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28229 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28230 winepath"
28231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28232 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28233 ac_config_files="$ac_config_files programs/winepath/Makefile"
28235 ALL_MAKEFILES="$ALL_MAKEFILES \\
28236 programs/winetest/Makefile"
28237 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28238 winetest"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winetest/Makefile"
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244 programs/winevdm/Makefile"
28245 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247 winevdm"
28248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28249 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28250 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28252 ALL_MAKEFILES="$ALL_MAKEFILES \\
28253 programs/winhelp.exe16/Makefile"
28254 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28255 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28256 winhelp.exe16"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262 programs/winhlp32/Makefile"
28263 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265 winhlp32"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271 programs/winoldap.mod16/Makefile"
28272 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274 winoldap.mod16"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280 programs/winver/Makefile"
28281 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28282 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28283 winver"
28284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28285 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28286 ac_config_files="$ac_config_files programs/winver/Makefile"
28288 ALL_MAKEFILES="$ALL_MAKEFILES \\
28289 programs/wordpad/Makefile"
28290 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28291 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28292 wordpad"
28293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28294 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28295 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28297 ALL_MAKEFILES="$ALL_MAKEFILES \\
28298 programs/write/Makefile"
28299 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28300 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28301 write"
28302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28303 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28304 ac_config_files="$ac_config_files programs/write/Makefile"
28306 ALL_MAKEFILES="$ALL_MAKEFILES \\
28307 programs/xcopy/Makefile"
28308 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28309 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28310 xcopy"
28311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28312 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28313 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28315 ALL_MAKEFILES="$ALL_MAKEFILES \\
28316 server/Makefile"
28317 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28318 server"
28319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28320 server/Makefile: server/Makefile.in Make.rules"
28321 ac_config_files="$ac_config_files server/Makefile"
28323 ALL_MAKEFILES="$ALL_MAKEFILES \\
28324 tools/Makefile"
28325 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28326 tools"
28327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28328 tools/Makefile: tools/Makefile.in Make.rules"
28329 ac_config_files="$ac_config_files tools/Makefile"
28331 ALL_MAKEFILES="$ALL_MAKEFILES \\
28332 tools/widl/Makefile"
28334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28335 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28336 ac_config_files="$ac_config_files tools/widl/Makefile"
28338 ALL_MAKEFILES="$ALL_MAKEFILES \\
28339 tools/winebuild/Makefile"
28341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28342 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28343 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28345 ALL_MAKEFILES="$ALL_MAKEFILES \\
28346 tools/winedump/Makefile"
28348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28349 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28350 ac_config_files="$ac_config_files tools/winedump/Makefile"
28352 ALL_MAKEFILES="$ALL_MAKEFILES \\
28353 tools/winegcc/Makefile"
28355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28356 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28357 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28359 ALL_MAKEFILES="$ALL_MAKEFILES \\
28360 tools/wmc/Makefile"
28362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28363 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28364 ac_config_files="$ac_config_files tools/wmc/Makefile"
28366 ALL_MAKEFILES="$ALL_MAKEFILES \\
28367 tools/wrc/Makefile"
28369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28370 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28371 ac_config_files="$ac_config_files tools/wrc/Makefile"
28375 ALL_WINETEST_DEPENDS="# Test binaries"
28377 for dir in $ALL_TEST_DIRS
28379 if test "$dir" != "\\"
28380 then
28381 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28382 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28383 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28384 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28386 done
28388 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28390 cat >confcache <<\_ACEOF
28391 # This file is a shell script that caches the results of configure
28392 # tests run on this system so they can be shared between configure
28393 # scripts and configure runs, see configure's option --config-cache.
28394 # It is not useful on other systems. If it contains results you don't
28395 # want to keep, you may remove or edit it.
28397 # config.status only pays attention to the cache file if you give it
28398 # the --recheck option to rerun configure.
28400 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28401 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28402 # following values.
28404 _ACEOF
28406 # The following way of writing the cache mishandles newlines in values,
28407 # but we know of no workaround that is simple, portable, and efficient.
28408 # So, we kill variables containing newlines.
28409 # Ultrix sh set writes to stderr and can't be redirected directly,
28410 # and sets the high bit in the cache file unless we assign to the vars.
28412 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28413 eval ac_val=\$$ac_var
28414 case $ac_val in #(
28415 *${as_nl}*)
28416 case $ac_var in #(
28417 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28418 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28419 esac
28420 case $ac_var in #(
28421 _ | IFS | as_nl) ;; #(
28422 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28423 *) $as_unset $ac_var ;;
28424 esac ;;
28425 esac
28426 done
28428 (set) 2>&1 |
28429 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28430 *${as_nl}ac_space=\ *)
28431 # `set' does not quote correctly, so add quotes (double-quote
28432 # substitution turns \\\\ into \\, and sed turns \\ into \).
28433 sed -n \
28434 "s/'/'\\\\''/g;
28435 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28436 ;; #(
28438 # `set' quotes correctly as required by POSIX, so do not add quotes.
28439 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28441 esac |
28442 sort
28444 sed '
28445 /^ac_cv_env_/b end
28446 t clear
28447 :clear
28448 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28449 t end
28450 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28451 :end' >>confcache
28452 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28453 if test -w "$cache_file"; then
28454 test "x$cache_file" != "x/dev/null" &&
28455 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28456 $as_echo "$as_me: updating cache $cache_file" >&6;}
28457 cat confcache >$cache_file
28458 else
28459 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28460 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28463 rm -f confcache
28465 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28466 # Let make expand exec_prefix.
28467 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28469 DEFS=-DHAVE_CONFIG_H
28471 ac_libobjs=
28472 ac_ltlibobjs=
28473 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28474 # 1. Remove the extension, and $U if already installed.
28475 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28476 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28477 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28478 # will be set to the directory where LIBOBJS objects are built.
28479 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28480 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28481 done
28482 LIBOBJS=$ac_libobjs
28484 LTLIBOBJS=$ac_ltlibobjs
28488 : ${CONFIG_STATUS=./config.status}
28489 ac_write_fail=0
28490 ac_clean_files_save=$ac_clean_files
28491 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28492 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28493 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28494 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28495 #! $SHELL
28496 # Generated by $as_me.
28497 # Run this file to recreate the current configuration.
28498 # Compiler output produced by configure, useful for debugging
28499 # configure, is in config.log if it exists.
28501 debug=false
28502 ac_cs_recheck=false
28503 ac_cs_silent=false
28504 SHELL=\${CONFIG_SHELL-$SHELL}
28505 _ACEOF
28507 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28508 ## --------------------- ##
28509 ## M4sh Initialization. ##
28510 ## --------------------- ##
28512 # Be more Bourne compatible
28513 DUALCASE=1; export DUALCASE # for MKS sh
28514 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28515 emulate sh
28516 NULLCMD=:
28517 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28518 # is contrary to our usage. Disable this feature.
28519 alias -g '${1+"$@"}'='"$@"'
28520 setopt NO_GLOB_SUBST
28521 else
28522 case `(set -o) 2>/dev/null` in
28523 *posix*) set -o posix ;;
28524 esac
28531 # PATH needs CR
28532 # Avoid depending upon Character Ranges.
28533 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28534 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28535 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28536 as_cr_digits='0123456789'
28537 as_cr_alnum=$as_cr_Letters$as_cr_digits
28539 as_nl='
28541 export as_nl
28542 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28543 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28544 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28545 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28546 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28547 as_echo='printf %s\n'
28548 as_echo_n='printf %s'
28549 else
28550 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28551 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28552 as_echo_n='/usr/ucb/echo -n'
28553 else
28554 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28555 as_echo_n_body='eval
28556 arg=$1;
28557 case $arg in
28558 *"$as_nl"*)
28559 expr "X$arg" : "X\\(.*\\)$as_nl";
28560 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28561 esac;
28562 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28564 export as_echo_n_body
28565 as_echo_n='sh -c $as_echo_n_body as_echo'
28567 export as_echo_body
28568 as_echo='sh -c $as_echo_body as_echo'
28571 # The user is always right.
28572 if test "${PATH_SEPARATOR+set}" != set; then
28573 PATH_SEPARATOR=:
28574 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28575 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28576 PATH_SEPARATOR=';'
28580 # Support unset when possible.
28581 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28582 as_unset=unset
28583 else
28584 as_unset=false
28588 # IFS
28589 # We need space, tab and new line, in precisely that order. Quoting is
28590 # there to prevent editors from complaining about space-tab.
28591 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28592 # splitting by setting IFS to empty value.)
28593 IFS=" "" $as_nl"
28595 # Find who we are. Look in the path if we contain no directory separator.
28596 case $0 in
28597 *[\\/]* ) as_myself=$0 ;;
28598 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28599 for as_dir in $PATH
28601 IFS=$as_save_IFS
28602 test -z "$as_dir" && as_dir=.
28603 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28604 done
28605 IFS=$as_save_IFS
28608 esac
28609 # We did not find ourselves, most probably we were run as `sh COMMAND'
28610 # in which case we are not to be found in the path.
28611 if test "x$as_myself" = x; then
28612 as_myself=$0
28614 if test ! -f "$as_myself"; then
28615 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28616 { (exit 1); exit 1; }
28619 # Work around bugs in pre-3.0 UWIN ksh.
28620 for as_var in ENV MAIL MAILPATH
28621 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28622 done
28623 PS1='$ '
28624 PS2='> '
28625 PS4='+ '
28627 # NLS nuisances.
28628 LC_ALL=C
28629 export LC_ALL
28630 LANGUAGE=C
28631 export LANGUAGE
28633 # Required to use basename.
28634 if expr a : '\(a\)' >/dev/null 2>&1 &&
28635 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28636 as_expr=expr
28637 else
28638 as_expr=false
28641 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28642 as_basename=basename
28643 else
28644 as_basename=false
28648 # Name of the executable.
28649 as_me=`$as_basename -- "$0" ||
28650 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28651 X"$0" : 'X\(//\)$' \| \
28652 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28653 $as_echo X/"$0" |
28654 sed '/^.*\/\([^/][^/]*\)\/*$/{
28655 s//\1/
28658 /^X\/\(\/\/\)$/{
28659 s//\1/
28662 /^X\/\(\/\).*/{
28663 s//\1/
28666 s/.*/./; q'`
28668 # CDPATH.
28669 $as_unset CDPATH
28673 as_lineno_1=$LINENO
28674 as_lineno_2=$LINENO
28675 test "x$as_lineno_1" != "x$as_lineno_2" &&
28676 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28678 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28679 # uniformly replaced by the line number. The first 'sed' inserts a
28680 # line-number line after each line using $LINENO; the second 'sed'
28681 # does the real work. The second script uses 'N' to pair each
28682 # line-number line with the line containing $LINENO, and appends
28683 # trailing '-' during substitution so that $LINENO is not a special
28684 # case at line end.
28685 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28686 # scripts with optimization help from Paolo Bonzini. Blame Lee
28687 # E. McMahon (1931-1989) for sed's syntax. :-)
28688 sed -n '
28690 /[$]LINENO/=
28691 ' <$as_myself |
28692 sed '
28693 s/[$]LINENO.*/&-/
28694 t lineno
28696 :lineno
28698 :loop
28699 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28700 t loop
28701 s/-\n.*//
28702 ' >$as_me.lineno &&
28703 chmod +x "$as_me.lineno" ||
28704 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28705 { (exit 1); exit 1; }; }
28707 # Don't try to exec as it changes $[0], causing all sort of problems
28708 # (the dirname of $[0] is not the place where we might find the
28709 # original and so on. Autoconf is especially sensitive to this).
28710 . "./$as_me.lineno"
28711 # Exit status is that of the last command.
28712 exit
28716 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28717 as_dirname=dirname
28718 else
28719 as_dirname=false
28722 ECHO_C= ECHO_N= ECHO_T=
28723 case `echo -n x` in
28724 -n*)
28725 case `echo 'x\c'` in
28726 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28727 *) ECHO_C='\c';;
28728 esac;;
28730 ECHO_N='-n';;
28731 esac
28732 if expr a : '\(a\)' >/dev/null 2>&1 &&
28733 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28734 as_expr=expr
28735 else
28736 as_expr=false
28739 rm -f conf$$ conf$$.exe conf$$.file
28740 if test -d conf$$.dir; then
28741 rm -f conf$$.dir/conf$$.file
28742 else
28743 rm -f conf$$.dir
28744 mkdir conf$$.dir 2>/dev/null
28746 if (echo >conf$$.file) 2>/dev/null; then
28747 if ln -s conf$$.file conf$$ 2>/dev/null; then
28748 as_ln_s='ln -s'
28749 # ... but there are two gotchas:
28750 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28751 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28752 # In both cases, we have to default to `cp -p'.
28753 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28754 as_ln_s='cp -p'
28755 elif ln conf$$.file conf$$ 2>/dev/null; then
28756 as_ln_s=ln
28757 else
28758 as_ln_s='cp -p'
28760 else
28761 as_ln_s='cp -p'
28763 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28764 rmdir conf$$.dir 2>/dev/null
28766 if mkdir -p . 2>/dev/null; then
28767 as_mkdir_p=:
28768 else
28769 test -d ./-p && rmdir ./-p
28770 as_mkdir_p=false
28773 if test -x / >/dev/null 2>&1; then
28774 as_test_x='test -x'
28775 else
28776 if ls -dL / >/dev/null 2>&1; then
28777 as_ls_L_option=L
28778 else
28779 as_ls_L_option=
28781 as_test_x='
28782 eval sh -c '\''
28783 if test -d "$1"; then
28784 test -d "$1/.";
28785 else
28786 case $1 in
28787 -*)set "./$1";;
28788 esac;
28789 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28790 ???[sx]*):;;*)false;;esac;fi
28791 '\'' sh
28794 as_executable_p=$as_test_x
28796 # Sed expression to map a string onto a valid CPP name.
28797 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28799 # Sed expression to map a string onto a valid variable name.
28800 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28803 exec 6>&1
28805 # Save the log message, to keep $[0] and so on meaningful, and to
28806 # report actual input values of CONFIG_FILES etc. instead of their
28807 # values after options handling.
28808 ac_log="
28809 This file was extended by Wine $as_me 1.1.23, which was
28810 generated by GNU Autoconf 2.63. Invocation command line was
28812 CONFIG_FILES = $CONFIG_FILES
28813 CONFIG_HEADERS = $CONFIG_HEADERS
28814 CONFIG_LINKS = $CONFIG_LINKS
28815 CONFIG_COMMANDS = $CONFIG_COMMANDS
28816 $ $0 $@
28818 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28821 _ACEOF
28823 case $ac_config_files in *"
28824 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28825 esac
28827 case $ac_config_headers in *"
28828 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28829 esac
28832 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28833 # Files that config.status was made for.
28834 config_files="$ac_config_files"
28835 config_headers="$ac_config_headers"
28836 config_commands="$ac_config_commands"
28838 _ACEOF
28840 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28841 ac_cs_usage="\
28842 \`$as_me' instantiates files from templates according to the
28843 current configuration.
28845 Usage: $0 [OPTION]... [FILE]...
28847 -h, --help print this help, then exit
28848 -V, --version print version number and configuration settings, then exit
28849 -q, --quiet, --silent
28850 do not print progress messages
28851 -d, --debug don't remove temporary files
28852 --recheck update $as_me by reconfiguring in the same conditions
28853 --file=FILE[:TEMPLATE]
28854 instantiate the configuration file FILE
28855 --header=FILE[:TEMPLATE]
28856 instantiate the configuration header FILE
28858 Configuration files:
28859 $config_files
28861 Configuration headers:
28862 $config_headers
28864 Configuration commands:
28865 $config_commands
28867 Report bugs to <bug-autoconf@gnu.org>."
28869 _ACEOF
28870 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28871 ac_cs_version="\\
28872 Wine config.status 1.1.23
28873 configured by $0, generated by GNU Autoconf 2.63,
28874 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28876 Copyright (C) 2008 Free Software Foundation, Inc.
28877 This config.status script is free software; the Free Software Foundation
28878 gives unlimited permission to copy, distribute and modify it."
28880 ac_pwd='$ac_pwd'
28881 srcdir='$srcdir'
28882 INSTALL='$INSTALL'
28883 test -n "\$AWK" || AWK=awk
28884 _ACEOF
28886 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28887 # The default lists apply if the user does not specify any file.
28888 ac_need_defaults=:
28889 while test $# != 0
28891 case $1 in
28892 --*=*)
28893 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28894 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28895 ac_shift=:
28898 ac_option=$1
28899 ac_optarg=$2
28900 ac_shift=shift
28902 esac
28904 case $ac_option in
28905 # Handling of the options.
28906 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28907 ac_cs_recheck=: ;;
28908 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28909 $as_echo "$ac_cs_version"; exit ;;
28910 --debug | --debu | --deb | --de | --d | -d )
28911 debug=: ;;
28912 --file | --fil | --fi | --f )
28913 $ac_shift
28914 case $ac_optarg in
28915 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28916 esac
28917 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28918 ac_need_defaults=false;;
28919 --header | --heade | --head | --hea )
28920 $ac_shift
28921 case $ac_optarg in
28922 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28923 esac
28924 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28925 ac_need_defaults=false;;
28926 --he | --h)
28927 # Conflict between --help and --header
28928 { $as_echo "$as_me: error: ambiguous option: $1
28929 Try \`$0 --help' for more information." >&2
28930 { (exit 1); exit 1; }; };;
28931 --help | --hel | -h )
28932 $as_echo "$ac_cs_usage"; exit ;;
28933 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28934 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28935 ac_cs_silent=: ;;
28937 # This is an error.
28938 -*) { $as_echo "$as_me: error: unrecognized option: $1
28939 Try \`$0 --help' for more information." >&2
28940 { (exit 1); exit 1; }; } ;;
28942 *) ac_config_targets="$ac_config_targets $1"
28943 ac_need_defaults=false ;;
28945 esac
28946 shift
28947 done
28949 ac_configure_extra_args=
28951 if $ac_cs_silent; then
28952 exec 6>/dev/null
28953 ac_configure_extra_args="$ac_configure_extra_args --silent"
28956 _ACEOF
28957 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28958 if \$ac_cs_recheck; then
28959 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28960 shift
28961 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28962 CONFIG_SHELL='$SHELL'
28963 export CONFIG_SHELL
28964 exec "\$@"
28967 _ACEOF
28968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28969 exec 5>>config.log
28971 echo
28972 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28973 ## Running $as_me. ##
28974 _ASBOX
28975 $as_echo "$ac_log"
28976 } >&5
28978 _ACEOF
28979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28980 _ACEOF
28982 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28984 # Handling of arguments.
28985 for ac_config_target in $ac_config_targets
28987 case $ac_config_target in
28988 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28989 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28990 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28991 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28992 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28993 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28994 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28995 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28996 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28997 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28998 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28999 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29000 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29001 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29002 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29003 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29004 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29005 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29006 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29007 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29008 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29009 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29010 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29011 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29012 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29013 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29014 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29015 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29016 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29017 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29018 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29019 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29020 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29021 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29022 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29023 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29024 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29025 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29026 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29027 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29028 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29029 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29030 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29031 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29032 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29033 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29034 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29035 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29036 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29037 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29038 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29039 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29040 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29041 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29042 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29043 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29044 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29045 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29046 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29047 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29048 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29049 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29050 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29051 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29052 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29053 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29054 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29055 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29056 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29057 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29058 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29059 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29060 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29061 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29062 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29063 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29064 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29065 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29066 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29067 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29068 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29069 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29070 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29071 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29072 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29073 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29074 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29075 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29076 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29077 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29078 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29079 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29080 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29081 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29082 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29083 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29084 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29085 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29086 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29087 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29088 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29089 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29090 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29091 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29092 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29093 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29094 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29095 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29096 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29097 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29098 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29099 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29100 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29101 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29102 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29103 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29104 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29105 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29106 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29107 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29108 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29109 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29110 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29111 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29112 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29113 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29114 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29115 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29116 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29117 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29118 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29119 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29120 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29121 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29122 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29123 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29124 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29125 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29126 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29127 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29128 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29129 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29130 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29131 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29132 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29133 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29134 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29135 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29136 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29137 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29138 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29139 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29140 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29141 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29142 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29143 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29144 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29145 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29146 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29147 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29148 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29149 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29150 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29151 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29152 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29153 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29154 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29155 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29156 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29157 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29158 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29159 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29160 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29161 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29162 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29163 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29164 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29165 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29166 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29167 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29168 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29169 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29170 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29171 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29172 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29173 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29174 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29175 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29176 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29177 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29178 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29179 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29180 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29181 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29182 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29183 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29184 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29185 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29186 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29187 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29188 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29189 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29190 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29191 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29192 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29193 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29194 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29195 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29196 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29197 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29198 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29199 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29200 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29201 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29202 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29203 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29204 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29205 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29206 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29207 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29208 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29209 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29210 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29211 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29212 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29213 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29214 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29215 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29216 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29217 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29218 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29219 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29220 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29221 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29222 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29223 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29224 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29225 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29226 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29227 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29228 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29229 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29230 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29231 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29232 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29233 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29234 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29235 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29236 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29237 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29238 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29239 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29240 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29241 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29242 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29243 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29244 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29245 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29246 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29247 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29248 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29249 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29250 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29251 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29252 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29253 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29254 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29255 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29256 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29257 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29258 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29259 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29260 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29261 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29262 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29263 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29264 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29265 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29266 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29267 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29268 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29269 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29270 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29271 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29272 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29273 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29274 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29275 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29276 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29277 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29278 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29279 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29280 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29281 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29282 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29283 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29284 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29285 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29286 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29287 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29288 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29289 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29290 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29291 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29292 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29293 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29294 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29295 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29296 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29297 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29298 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29299 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29300 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29301 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29302 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29303 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29304 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29305 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29306 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29307 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29308 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29309 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29310 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29311 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29312 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29313 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29314 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29315 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29316 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29317 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29318 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29319 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29320 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29321 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29322 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29323 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29324 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29325 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29326 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29327 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29328 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29329 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29330 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29331 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29332 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29333 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29334 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29335 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29336 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29337 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29338 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29339 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29340 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29341 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29342 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29343 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29344 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29345 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29346 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29347 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29348 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29349 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29350 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29351 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29352 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29353 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29354 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29355 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29356 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29357 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29358 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29359 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29360 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29361 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29362 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29363 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29364 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29365 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29366 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29367 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29368 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29369 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29370 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29371 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29372 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29373 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29374 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29375 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29376 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29377 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29378 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29379 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29380 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29381 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29382 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29383 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29384 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29385 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29386 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29387 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29388 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29389 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29390 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29391 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29392 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29393 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29394 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29395 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29396 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29397 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29398 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29399 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29400 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29401 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29402 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29403 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29404 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29405 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29406 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29407 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29408 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29409 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29410 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29411 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29412 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29413 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29414 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29415 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29416 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29417 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29418 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29419 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29420 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29421 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29422 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29423 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29424 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29425 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29426 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29427 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29428 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29429 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29430 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29431 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29432 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29433 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29434 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29435 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29436 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29437 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29438 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29439 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29440 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29441 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29442 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29443 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29444 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29445 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29446 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29447 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29448 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29449 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29450 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29451 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29452 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29453 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29454 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29455 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29456 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29457 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29458 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29459 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29460 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29461 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29462 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29463 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29464 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29465 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29466 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29467 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29468 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29469 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29470 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29471 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29472 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29473 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29474 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29475 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29476 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29477 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29478 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29479 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29480 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29481 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29482 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29483 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29484 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29485 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29486 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29487 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29488 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29489 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29490 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29491 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29492 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29493 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29494 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29495 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29496 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29497 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29498 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29499 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29500 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29501 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29503 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29504 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29505 { (exit 1); exit 1; }; };;
29506 esac
29507 done
29510 # If the user did not use the arguments to specify the items to instantiate,
29511 # then the envvar interface is used. Set only those that are not.
29512 # We use the long form for the default assignment because of an extremely
29513 # bizarre bug on SunOS 4.1.3.
29514 if $ac_need_defaults; then
29515 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29516 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29517 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29520 # Have a temporary directory for convenience. Make it in the build tree
29521 # simply because there is no reason against having it here, and in addition,
29522 # creating and moving files from /tmp can sometimes cause problems.
29523 # Hook for its removal unless debugging.
29524 # Note that there is a small window in which the directory will not be cleaned:
29525 # after its creation but before its name has been assigned to `$tmp'.
29526 $debug ||
29528 tmp=
29529 trap 'exit_status=$?
29530 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29532 trap '{ (exit 1); exit 1; }' 1 2 13 15
29534 # Create a (secure) tmp directory for tmp files.
29537 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29538 test -n "$tmp" && test -d "$tmp"
29539 } ||
29541 tmp=./conf$$-$RANDOM
29542 (umask 077 && mkdir "$tmp")
29543 } ||
29545 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29546 { (exit 1); exit 1; }
29549 # Set up the scripts for CONFIG_FILES section.
29550 # No need to generate them if there are no CONFIG_FILES.
29551 # This happens for instance with `./config.status config.h'.
29552 if test -n "$CONFIG_FILES"; then
29554 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29555 ac_cs_awk_getline=:
29556 ac_cs_awk_pipe_init=
29557 ac_cs_awk_read_file='
29558 while ((getline aline < (F[key])) > 0)
29559 print(aline)
29560 close(F[key])'
29561 ac_cs_awk_pipe_fini=
29562 else
29563 ac_cs_awk_getline=false
29564 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29565 ac_cs_awk_read_file='
29566 print "|#_!!_#|"
29567 print "cat " F[key] " &&"
29568 '$ac_cs_awk_pipe_init
29569 # The final `:' finishes the AND list.
29570 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29572 ac_cr=' '
29573 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29574 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29575 ac_cs_awk_cr='\\r'
29576 else
29577 ac_cs_awk_cr=$ac_cr
29580 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29581 _ACEOF
29583 # Create commands to substitute file output variables.
29585 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29586 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29587 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29588 echo "_ACAWK" &&
29589 echo "_ACEOF"
29590 } >conf$$files.sh &&
29591 . ./conf$$files.sh ||
29592 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29593 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29594 { (exit 1); exit 1; }; }
29595 rm -f conf$$files.sh
29598 echo "cat >conf$$subs.awk <<_ACEOF" &&
29599 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29600 echo "_ACEOF"
29601 } >conf$$subs.sh ||
29602 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29603 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29604 { (exit 1); exit 1; }; }
29605 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29606 ac_delim='%!_!# '
29607 for ac_last_try in false false false false false :; do
29608 . ./conf$$subs.sh ||
29609 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29610 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29611 { (exit 1); exit 1; }; }
29613 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29614 if test $ac_delim_n = $ac_delim_num; then
29615 break
29616 elif $ac_last_try; then
29617 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29618 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29619 { (exit 1); exit 1; }; }
29620 else
29621 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29623 done
29624 rm -f conf$$subs.sh
29626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29627 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29628 _ACEOF
29629 sed -n '
29631 s/^/S["/; s/!.*/"]=/
29634 s/^[^!]*!//
29635 :repl
29636 t repl
29637 s/'"$ac_delim"'$//
29638 t delim
29641 s/\(.\{148\}\).*/\1/
29642 t more1
29643 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29646 b repl
29647 :more1
29648 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29651 s/.\{148\}//
29652 t nl
29653 :delim
29655 s/\(.\{148\}\).*/\1/
29656 t more2
29657 s/["\\]/\\&/g; s/^/"/; s/$/"/
29660 :more2
29661 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29664 s/.\{148\}//
29665 t delim
29666 ' <conf$$subs.awk | sed '
29667 /^[^""]/{
29669 s/\n//
29671 ' >>$CONFIG_STATUS || ac_write_fail=1
29672 rm -f conf$$subs.awk
29673 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29674 _ACAWK
29675 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29676 for (key in S) S_is_set[key] = 1
29677 FS = "\a"
29678 \$ac_cs_awk_pipe_init
29681 line = $ 0
29682 nfields = split(line, field, "@")
29683 substed = 0
29684 len = length(field[1])
29685 for (i = 2; i < nfields; i++) {
29686 key = field[i]
29687 keylen = length(key)
29688 if (S_is_set[key]) {
29689 value = S[key]
29690 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29691 len += length(value) + length(field[++i])
29692 substed = 1
29693 } else
29694 len += 1 + keylen
29696 if (nfields == 3 && !substed) {
29697 key = field[2]
29698 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29699 \$ac_cs_awk_read_file
29700 next
29703 print line
29705 \$ac_cs_awk_pipe_fini
29706 _ACAWK
29707 _ACEOF
29708 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29709 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29710 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29711 else
29713 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29714 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29715 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29716 { (exit 1); exit 1; }; }
29717 _ACEOF
29719 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29720 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29721 # trailing colons and then remove the whole line if VPATH becomes empty
29722 # (actually we leave an empty line to preserve line numbers).
29723 if test "x$srcdir" = x.; then
29724 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29725 s/:*\$(srcdir):*/:/
29726 s/:*\${srcdir}:*/:/
29727 s/:*@srcdir@:*/:/
29728 s/^\([^=]*=[ ]*\):*/\1/
29729 s/:*$//
29730 s/^[^=]*=[ ]*$//
29734 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29735 fi # test -n "$CONFIG_FILES"
29737 # Set up the scripts for CONFIG_HEADERS section.
29738 # No need to generate them if there are no CONFIG_HEADERS.
29739 # This happens for instance with `./config.status Makefile'.
29740 if test -n "$CONFIG_HEADERS"; then
29741 cat >"$tmp/defines.awk" <<\_ACAWK ||
29742 BEGIN {
29743 _ACEOF
29745 # Transform confdefs.h into an awk script `defines.awk', embedded as
29746 # here-document in config.status, that substitutes the proper values into
29747 # config.h.in to produce config.h.
29749 # Create a delimiter string that does not exist in confdefs.h, to ease
29750 # handling of long lines.
29751 ac_delim='%!_!# '
29752 for ac_last_try in false false :; do
29753 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29754 if test -z "$ac_t"; then
29755 break
29756 elif $ac_last_try; then
29757 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29758 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29759 { (exit 1); exit 1; }; }
29760 else
29761 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29763 done
29765 # For the awk script, D is an array of macro values keyed by name,
29766 # likewise P contains macro parameters if any. Preserve backslash
29767 # newline sequences.
29769 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29770 sed -n '
29771 s/.\{148\}/&'"$ac_delim"'/g
29772 t rset
29773 :rset
29774 s/^[ ]*#[ ]*define[ ][ ]*/ /
29775 t def
29777 :def
29778 s/\\$//
29779 t bsnl
29780 s/["\\]/\\&/g
29781 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29782 D["\1"]=" \3"/p
29783 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29785 :bsnl
29786 s/["\\]/\\&/g
29787 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29788 D["\1"]=" \3\\\\\\n"\\/p
29789 t cont
29790 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29791 t cont
29793 :cont
29795 s/.\{148\}/&'"$ac_delim"'/g
29796 t clear
29797 :clear
29798 s/\\$//
29799 t bsnlc
29800 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29802 :bsnlc
29803 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29804 b cont
29805 ' <confdefs.h | sed '
29806 s/'"$ac_delim"'/"\\\
29807 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29809 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29810 for (key in D) D_is_set[key] = 1
29811 FS = "\a"
29813 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29814 line = \$ 0
29815 split(line, arg, " ")
29816 if (arg[1] == "#") {
29817 defundef = arg[2]
29818 mac1 = arg[3]
29819 } else {
29820 defundef = substr(arg[1], 2)
29821 mac1 = arg[2]
29823 split(mac1, mac2, "(") #)
29824 macro = mac2[1]
29825 prefix = substr(line, 1, index(line, defundef) - 1)
29826 if (D_is_set[macro]) {
29827 # Preserve the white space surrounding the "#".
29828 print prefix "define", macro P[macro] D[macro]
29829 next
29830 } else {
29831 # Replace #undef with comments. This is necessary, for example,
29832 # in the case of _POSIX_SOURCE, which is predefined and required
29833 # on some systems where configure will not decide to define it.
29834 if (defundef == "undef") {
29835 print "/*", prefix defundef, macro, "*/"
29836 next
29840 { print }
29841 _ACAWK
29842 _ACEOF
29843 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29844 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29845 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29846 { (exit 1); exit 1; }; }
29847 fi # test -n "$CONFIG_HEADERS"
29850 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29851 shift
29852 for ac_tag
29854 case $ac_tag in
29855 :[FHLC]) ac_mode=$ac_tag; continue;;
29856 esac
29857 case $ac_mode$ac_tag in
29858 :[FHL]*:*);;
29859 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29860 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29861 { (exit 1); exit 1; }; };;
29862 :[FH]-) ac_tag=-:-;;
29863 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29864 esac
29865 ac_save_IFS=$IFS
29866 IFS=:
29867 set x $ac_tag
29868 IFS=$ac_save_IFS
29869 shift
29870 ac_file=$1
29871 shift
29873 case $ac_mode in
29874 :L) ac_source=$1;;
29875 :[FH])
29876 ac_file_inputs=
29877 for ac_f
29879 case $ac_f in
29880 -) ac_f="$tmp/stdin";;
29881 *) # Look for the file first in the build tree, then in the source tree
29882 # (if the path is not absolute). The absolute path cannot be DOS-style,
29883 # because $ac_f cannot contain `:'.
29884 test -f "$ac_f" ||
29885 case $ac_f in
29886 [\\/$]*) false;;
29887 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29888 esac ||
29889 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29890 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29891 { (exit 1); exit 1; }; };;
29892 esac
29893 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29894 ac_file_inputs="$ac_file_inputs '$ac_f'"
29895 done
29897 # Let's still pretend it is `configure' which instantiates (i.e., don't
29898 # use $as_me), people would be surprised to read:
29899 # /* config.h. Generated by config.status. */
29900 configure_input='Generated from '`
29901 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29902 `' by configure.'
29903 if test x"$ac_file" != x-; then
29904 configure_input="$ac_file. $configure_input"
29905 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29906 $as_echo "$as_me: creating $ac_file" >&6;}
29908 # Neutralize special characters interpreted by sed in replacement strings.
29909 case $configure_input in #(
29910 *\&* | *\|* | *\\* )
29911 ac_sed_conf_input=`$as_echo "$configure_input" |
29912 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29913 *) ac_sed_conf_input=$configure_input;;
29914 esac
29916 case $ac_tag in
29917 *:-:* | *:-) cat >"$tmp/stdin" \
29918 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29919 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29920 { (exit 1); exit 1; }; } ;;
29921 esac
29923 esac
29925 ac_dir=`$as_dirname -- "$ac_file" ||
29926 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29927 X"$ac_file" : 'X\(//\)[^/]' \| \
29928 X"$ac_file" : 'X\(//\)$' \| \
29929 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29930 $as_echo X"$ac_file" |
29931 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29932 s//\1/
29935 /^X\(\/\/\)[^/].*/{
29936 s//\1/
29939 /^X\(\/\/\)$/{
29940 s//\1/
29943 /^X\(\/\).*/{
29944 s//\1/
29947 s/.*/./; q'`
29948 { as_dir="$ac_dir"
29949 case $as_dir in #(
29950 -*) as_dir=./$as_dir;;
29951 esac
29952 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29953 as_dirs=
29954 while :; do
29955 case $as_dir in #(
29956 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29957 *) as_qdir=$as_dir;;
29958 esac
29959 as_dirs="'$as_qdir' $as_dirs"
29960 as_dir=`$as_dirname -- "$as_dir" ||
29961 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29962 X"$as_dir" : 'X\(//\)[^/]' \| \
29963 X"$as_dir" : 'X\(//\)$' \| \
29964 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29965 $as_echo X"$as_dir" |
29966 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29967 s//\1/
29970 /^X\(\/\/\)[^/].*/{
29971 s//\1/
29974 /^X\(\/\/\)$/{
29975 s//\1/
29978 /^X\(\/\).*/{
29979 s//\1/
29982 s/.*/./; q'`
29983 test -d "$as_dir" && break
29984 done
29985 test -z "$as_dirs" || eval "mkdir $as_dirs"
29986 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29987 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29988 { (exit 1); exit 1; }; }; }
29989 ac_builddir=.
29991 case "$ac_dir" in
29992 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29994 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29995 # A ".." for each directory in $ac_dir_suffix.
29996 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29997 case $ac_top_builddir_sub in
29998 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29999 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30000 esac ;;
30001 esac
30002 ac_abs_top_builddir=$ac_pwd
30003 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30004 # for backward compatibility:
30005 ac_top_builddir=$ac_top_build_prefix
30007 case $srcdir in
30008 .) # We are building in place.
30009 ac_srcdir=.
30010 ac_top_srcdir=$ac_top_builddir_sub
30011 ac_abs_top_srcdir=$ac_pwd ;;
30012 [\\/]* | ?:[\\/]* ) # Absolute name.
30013 ac_srcdir=$srcdir$ac_dir_suffix;
30014 ac_top_srcdir=$srcdir
30015 ac_abs_top_srcdir=$srcdir ;;
30016 *) # Relative name.
30017 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30018 ac_top_srcdir=$ac_top_build_prefix$srcdir
30019 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30020 esac
30021 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30024 case $ac_mode in
30027 # CONFIG_FILE
30030 case $INSTALL in
30031 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30032 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30033 esac
30034 _ACEOF
30036 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30037 # If the template does not know about datarootdir, expand it.
30038 # FIXME: This hack should be removed a few years after 2.60.
30039 ac_datarootdir_hack=; ac_datarootdir_seen=
30041 ac_sed_dataroot='
30042 /datarootdir/ {
30046 /@datadir@/p
30047 /@docdir@/p
30048 /@infodir@/p
30049 /@localedir@/p
30050 /@mandir@/p
30052 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30053 *datarootdir*) ac_datarootdir_seen=yes;;
30054 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30055 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30056 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30057 _ACEOF
30058 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30059 ac_datarootdir_hack='
30060 s&@datadir@&$datadir&g
30061 s&@docdir@&$docdir&g
30062 s&@infodir@&$infodir&g
30063 s&@localedir@&$localedir&g
30064 s&@mandir@&$mandir&g
30065 s&\\\${datarootdir}&$datarootdir&g' ;;
30066 esac
30067 _ACEOF
30069 # Neutralize VPATH when `$srcdir' = `.'.
30070 # Shell code in configure.ac might set extrasub.
30071 # FIXME: do we really want to maintain this feature?
30072 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30073 ac_sed_extra="$ac_vpsub
30074 $extrasub
30075 _ACEOF
30076 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30078 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30079 s|@configure_input@|$ac_sed_conf_input|;t t
30080 s&@top_builddir@&$ac_top_builddir_sub&;t t
30081 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30082 s&@srcdir@&$ac_srcdir&;t t
30083 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30084 s&@top_srcdir@&$ac_top_srcdir&;t t
30085 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30086 s&@builddir@&$ac_builddir&;t t
30087 s&@abs_builddir@&$ac_abs_builddir&;t t
30088 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30089 s&@INSTALL@&$ac_INSTALL&;t t
30090 $ac_datarootdir_hack
30092 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30093 if $ac_cs_awk_getline; then
30094 $AWK -f "$tmp/subs.awk"
30095 else
30096 $AWK -f "$tmp/subs.awk" | $SHELL
30097 fi >$tmp/out \
30098 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30099 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30100 { (exit 1); exit 1; }; }
30102 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30103 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30104 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30105 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30106 which seems to be undefined. Please make sure it is defined." >&5
30107 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30108 which seems to be undefined. Please make sure it is defined." >&2;}
30110 rm -f "$tmp/stdin"
30111 case $ac_file in
30112 -) cat "$tmp/out" && rm -f "$tmp/out";;
30113 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30114 esac \
30115 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30116 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30117 { (exit 1); exit 1; }; }
30121 # CONFIG_HEADER
30123 if test x"$ac_file" != x-; then
30125 $as_echo "/* $configure_input */" \
30126 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30127 } >"$tmp/config.h" \
30128 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30129 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30130 { (exit 1); exit 1; }; }
30131 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30132 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30133 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30134 else
30135 rm -f "$ac_file"
30136 mv "$tmp/config.h" "$ac_file" \
30137 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30138 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30139 { (exit 1); exit 1; }; }
30141 else
30142 $as_echo "/* $configure_input */" \
30143 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30144 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30145 $as_echo "$as_me: error: could not create -" >&2;}
30146 { (exit 1); exit 1; }; }
30150 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30151 $as_echo "$as_me: executing $ac_file commands" >&6;}
30153 esac
30156 case $ac_file$ac_mode in
30157 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30158 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30159 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30160 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30161 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30162 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30163 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30164 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30165 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30166 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30167 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30168 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30169 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30171 esac
30172 done # for ac_tag
30175 { (exit 0); exit 0; }
30176 _ACEOF
30177 chmod +x $CONFIG_STATUS
30178 ac_clean_files=$ac_clean_files_save
30180 test $ac_write_fail = 0 ||
30181 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30182 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30183 { (exit 1); exit 1; }; }
30186 # configure is writing to config.log, and then calls config.status.
30187 # config.status does its own redirection, appending to config.log.
30188 # Unfortunately, on DOS this fails, as config.log is still kept open
30189 # by configure, so config.status won't be able to write to it; its
30190 # output is simply discarded. So we exec the FD to /dev/null,
30191 # effectively closing config.log, so it can be properly (re)opened and
30192 # appended to by config.status. When coming back to configure, we
30193 # need to make the FD available again.
30194 if test "$no_create" != yes; then
30195 ac_cs_success=:
30196 ac_config_status_args=
30197 test "$silent" = yes &&
30198 ac_config_status_args="$ac_config_status_args --quiet"
30199 exec 5>/dev/null
30200 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30201 exec 5>>config.log
30202 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30203 # would make configure fail if this is the last instruction.
30204 $ac_cs_success || { (exit 1); exit 1; }
30206 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30207 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30208 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30212 if test "$no_create" = "yes"
30213 then
30214 exit 0
30217 ac_save_IFS="$IFS"
30218 if test "x$wine_notices != "x; then
30219 echo >&6
30220 IFS="|"
30221 for msg in $wine_notices; do
30222 IFS="$ac_save_IFS"
30223 if test -n "$msg"; then
30224 { $as_echo "$as_me:$LINENO: $msg" >&5
30225 $as_echo "$as_me: $msg" >&6;}
30227 done
30229 IFS="|"
30230 for msg in $wine_warnings; do
30231 IFS="$ac_save_IFS"
30232 if test -n "$msg"; then
30233 echo >&2
30234 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30235 $as_echo "$as_me: WARNING: $msg" >&2;}
30237 done
30238 IFS="$ac_save_IFS"
30240 echo "
30241 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30242 " >&6