wined3d: Get rid of some asserts.
[wine/hacks.git] / configure
blob1142c5934d3235c115b1db7ca7edfb2e3fd54d28
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.24.
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.24'
600 PACKAGE_STRING='Wine 1.1.24'
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.24 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.24:";;
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.24
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.24, 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 if test "x${GCC}" = "xyes"
3901 then
3902 { $as_echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3903 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
3904 cat >conftest.$ac_ext <<_ACEOF
3905 /* confdefs.h. */
3906 _ACEOF
3907 cat confdefs.h >>conftest.$ac_ext
3908 cat >>conftest.$ac_ext <<_ACEOF
3909 /* end confdefs.h. */
3910 #include <stdarg.h>
3912 main ()
3914 void func(__builtin_ms_va_list *args);
3916 return 0;
3918 _ACEOF
3919 rm -f conftest.$ac_objext
3920 if { (ac_try="$ac_compile"
3921 case "(($ac_try" in
3922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3923 *) ac_try_echo=$ac_try;;
3924 esac
3925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3926 $as_echo "$ac_try_echo") >&5
3927 (eval "$ac_compile") 2>conftest.er1
3928 ac_status=$?
3929 grep -v '^ *+' conftest.er1 >conftest.err
3930 rm -f conftest.er1
3931 cat conftest.err >&5
3932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); } && {
3934 test -z "$ac_c_werror_flag" ||
3935 test ! -s conftest.err
3936 } && test -s conftest.$ac_objext; then
3937 { $as_echo "$as_me:$LINENO: result: yes" >&5
3938 $as_echo "yes" >&6; }
3939 else
3940 $as_echo "$as_me: failed program was:" >&5
3941 sed 's/^/| /' conftest.$ac_ext >&5
3943 { $as_echo "$as_me:$LINENO: result: no" >&5
3944 $as_echo "no" >&6; }
3945 { { $as_echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3946 $as_echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3947 { (exit 1); exit 1; }; }
3950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3952 TARGETFLAGS="-m64"
3956 *-mingw32*|*-cygwin*)
3957 enable_win16=${enable_win16:-no}
3959 i[3456789]86*)
3960 enable_win16=${enable_win16:-yes}
3962 esac
3964 enable_win16=${enable_win16:-no}
3966 WIN16_FILES="\$(WIN16_FILES)"
3968 WIN16_INSTALL="\$(WIN16_INSTALL)"
3970 if test "x$enable_win16" != "xyes"
3971 then
3972 WIN16_FILES=""
3973 WIN16_INSTALL=""
3974 enable_w32skrnl=${enable_w32skrnl:-no}
3975 enable_winedos=${enable_winedos:-no}
3976 enable_winevdm=${enable_winevdm:-no}
3979 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3980 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3981 if test "${wine_cv_toolsdir+set}" = set; then
3982 $as_echo_n "(cached) " >&6
3983 else
3984 if test -z "$with_wine_tools"; then
3985 if test "$cross_compiling" = "yes"; then
3986 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3987 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3988 { (exit 1); exit 1; }; }
3989 else
3990 wine_cv_toolsdir="\$(TOPOBJDIR)"
3992 elif test -d "$with_wine_tools/tools/winebuild"; then
3993 case $with_wine_tools in
3994 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3995 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3996 esac
3997 else
3998 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3999 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
4000 { (exit 1); exit 1; }; }
4003 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
4004 $as_echo "$wine_cv_toolsdir" >&6; }
4005 TOOLSDIR=$wine_cv_toolsdir
4007 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4008 then
4009 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4013 for ac_prog in flex
4015 # Extract the first word of "$ac_prog", so it can be a program name with args.
4016 set dummy $ac_prog; ac_word=$2
4017 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4018 $as_echo_n "checking for $ac_word... " >&6; }
4019 if test "${ac_cv_prog_FLEX+set}" = set; then
4020 $as_echo_n "(cached) " >&6
4021 else
4022 if test -n "$FLEX"; then
4023 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4024 else
4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4026 for as_dir in $PATH
4028 IFS=$as_save_IFS
4029 test -z "$as_dir" && as_dir=.
4030 for ac_exec_ext in '' $ac_executable_extensions; do
4031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4032 ac_cv_prog_FLEX="$ac_prog"
4033 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4034 break 2
4036 done
4037 done
4038 IFS=$as_save_IFS
4042 FLEX=$ac_cv_prog_FLEX
4043 if test -n "$FLEX"; then
4044 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4045 $as_echo "$FLEX" >&6; }
4046 else
4047 { $as_echo "$as_me:$LINENO: result: no" >&5
4048 $as_echo "no" >&6; }
4052 test -n "$FLEX" && break
4053 done
4054 test -n "$FLEX" || FLEX="none"
4056 if test "$FLEX" = "none"
4057 then
4058 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4059 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4060 { (exit 1); exit 1; }; }
4063 for ac_prog in bison
4065 # Extract the first word of "$ac_prog", so it can be a program name with args.
4066 set dummy $ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_BISON+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$BISON"; then
4073 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_BISON="$ac_prog"
4083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 BISON=$ac_cv_prog_BISON
4093 if test -n "$BISON"; then
4094 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4095 $as_echo "$BISON" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$BISON" && break
4103 done
4104 test -n "$BISON" || BISON="none"
4106 if test "$BISON" = "none"
4107 then
4108 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4109 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4110 { (exit 1); exit 1; }; }
4113 if test -n "$ac_tool_prefix"; then
4114 for ac_prog in ar gar
4116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4118 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_AR+set}" = set; then
4121 $as_echo_n "(cached) " >&6
4122 else
4123 if test -n "$AR"; then
4124 ac_cv_prog_AR="$AR" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4129 IFS=$as_save_IFS
4130 test -z "$as_dir" && as_dir=.
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4134 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4135 break 2
4137 done
4138 done
4139 IFS=$as_save_IFS
4143 AR=$ac_cv_prog_AR
4144 if test -n "$AR"; then
4145 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4146 $as_echo "$AR" >&6; }
4147 else
4148 { $as_echo "$as_me:$LINENO: result: no" >&5
4149 $as_echo "no" >&6; }
4153 test -n "$AR" && break
4154 done
4156 if test -z "$AR"; then
4157 ac_ct_AR=$AR
4158 for ac_prog in ar gar
4160 # Extract the first word of "$ac_prog", so it can be a program name with args.
4161 set dummy $ac_prog; ac_word=$2
4162 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4165 $as_echo_n "(cached) " >&6
4166 else
4167 if test -n "$ac_ct_AR"; then
4168 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4169 else
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4173 IFS=$as_save_IFS
4174 test -z "$as_dir" && as_dir=.
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177 ac_cv_prog_ac_ct_AR="$ac_prog"
4178 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4179 break 2
4181 done
4182 done
4183 IFS=$as_save_IFS
4187 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4188 if test -n "$ac_ct_AR"; then
4189 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4190 $as_echo "$ac_ct_AR" >&6; }
4191 else
4192 { $as_echo "$as_me:$LINENO: result: no" >&5
4193 $as_echo "no" >&6; }
4197 test -n "$ac_ct_AR" && break
4198 done
4200 if test "x$ac_ct_AR" = x; then
4201 AR="ar"
4202 else
4203 case $cross_compiling:$ac_tool_warned in
4204 yes:)
4205 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4206 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4207 ac_tool_warned=yes ;;
4208 esac
4209 AR=$ac_ct_AR
4213 ARFLAGS=rc
4215 if test -n "$ac_tool_prefix"; then
4216 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4217 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if test "${ac_cv_prog_RANLIB+set}" = set; then
4221 $as_echo_n "(cached) " >&6
4222 else
4223 if test -n "$RANLIB"; then
4224 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_exec_ext in '' $ac_executable_extensions; do
4232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4233 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4234 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 break 2
4237 done
4238 done
4239 IFS=$as_save_IFS
4243 RANLIB=$ac_cv_prog_RANLIB
4244 if test -n "$RANLIB"; then
4245 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4246 $as_echo "$RANLIB" >&6; }
4247 else
4248 { $as_echo "$as_me:$LINENO: result: no" >&5
4249 $as_echo "no" >&6; }
4254 if test -z "$ac_cv_prog_RANLIB"; then
4255 ac_ct_RANLIB=$RANLIB
4256 # Extract the first word of "ranlib", so it can be a program name with args.
4257 set dummy ranlib; 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_ac_ct_RANLIB+set}" = set; then
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$ac_ct_RANLIB"; then
4264 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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_ac_ct_RANLIB="ranlib"
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 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4284 if test -n "$ac_ct_RANLIB"; then
4285 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4286 $as_echo "$ac_ct_RANLIB" >&6; }
4287 else
4288 { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4292 if test "x$ac_ct_RANLIB" = x; then
4293 RANLIB=":"
4294 else
4295 case $cross_compiling:$ac_tool_warned in
4296 yes:)
4297 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4299 ac_tool_warned=yes ;;
4300 esac
4301 RANLIB=$ac_ct_RANLIB
4303 else
4304 RANLIB="$ac_cv_prog_RANLIB"
4307 if test -n "$ac_tool_prefix"; then
4308 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4309 set dummy ${ac_tool_prefix}strip; ac_word=$2
4310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4311 $as_echo_n "checking for $ac_word... " >&6; }
4312 if test "${ac_cv_prog_STRIP+set}" = set; then
4313 $as_echo_n "(cached) " >&6
4314 else
4315 if test -n "$STRIP"; then
4316 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4317 else
4318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4319 for as_dir in $PATH
4321 IFS=$as_save_IFS
4322 test -z "$as_dir" && as_dir=.
4323 for ac_exec_ext in '' $ac_executable_extensions; do
4324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4325 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4326 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4327 break 2
4329 done
4330 done
4331 IFS=$as_save_IFS
4335 STRIP=$ac_cv_prog_STRIP
4336 if test -n "$STRIP"; then
4337 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4338 $as_echo "$STRIP" >&6; }
4339 else
4340 { $as_echo "$as_me:$LINENO: result: no" >&5
4341 $as_echo "no" >&6; }
4346 if test -z "$ac_cv_prog_STRIP"; then
4347 ac_ct_STRIP=$STRIP
4348 # Extract the first word of "strip", so it can be a program name with args.
4349 set dummy strip; ac_word=$2
4350 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4351 $as_echo_n "checking for $ac_word... " >&6; }
4352 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4353 $as_echo_n "(cached) " >&6
4354 else
4355 if test -n "$ac_ct_STRIP"; then
4356 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4357 else
4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4359 for as_dir in $PATH
4361 IFS=$as_save_IFS
4362 test -z "$as_dir" && as_dir=.
4363 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4365 ac_cv_prog_ac_ct_STRIP="strip"
4366 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2
4369 done
4370 done
4371 IFS=$as_save_IFS
4375 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4376 if test -n "$ac_ct_STRIP"; then
4377 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4378 $as_echo "$ac_ct_STRIP" >&6; }
4379 else
4380 { $as_echo "$as_me:$LINENO: result: no" >&5
4381 $as_echo "no" >&6; }
4384 if test "x$ac_ct_STRIP" = x; then
4385 STRIP="strip"
4386 else
4387 case $cross_compiling:$ac_tool_warned in
4388 yes:)
4389 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4391 ac_tool_warned=yes ;;
4392 esac
4393 STRIP=$ac_ct_STRIP
4395 else
4396 STRIP="$ac_cv_prog_STRIP"
4399 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4400 $as_echo_n "checking whether ln -s works... " >&6; }
4401 LN_S=$as_ln_s
4402 if test "$LN_S" = "ln -s"; then
4403 { $as_echo "$as_me:$LINENO: result: yes" >&5
4404 $as_echo "yes" >&6; }
4405 else
4406 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4407 $as_echo "no, using $LN_S" >&6; }
4410 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4411 $as_echo_n "checking whether ln works... " >&6; }
4412 rm -f conf$$ conf$$.file
4413 echo >conf$$.file
4414 if ln conf$$.file conf$$ 2>/dev/null; then
4415 LN=ln
4417 { $as_echo "$as_me:$LINENO: result: yes" >&5
4418 $as_echo "yes" >&6; }
4419 else
4420 LN="cp -p"
4422 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4423 $as_echo "no, using $LN" >&6; }
4425 rm -f conf$$ conf$$.file
4426 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4427 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4428 if test "${ac_cv_path_GREP+set}" = set; then
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -z "$GREP"; then
4432 ac_path_GREP_found=false
4433 # Loop through the user's path and test for each of PROGNAME-LIST
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_prog in grep ggrep; do
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4442 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4443 # Check for GNU ac_path_GREP and select it if it is found.
4444 # Check for GNU $ac_path_GREP
4445 case `"$ac_path_GREP" --version 2>&1` in
4446 *GNU*)
4447 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4449 ac_count=0
4450 $as_echo_n 0123456789 >"conftest.in"
4451 while :
4453 cat "conftest.in" "conftest.in" >"conftest.tmp"
4454 mv "conftest.tmp" "conftest.in"
4455 cp "conftest.in" "conftest.nl"
4456 $as_echo 'GREP' >> "conftest.nl"
4457 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4458 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4459 ac_count=`expr $ac_count + 1`
4460 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4461 # Best one so far, save it but keep looking for a better one
4462 ac_cv_path_GREP="$ac_path_GREP"
4463 ac_path_GREP_max=$ac_count
4465 # 10*(2^10) chars as input seems more than enough
4466 test $ac_count -gt 10 && break
4467 done
4468 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4469 esac
4471 $ac_path_GREP_found && break 3
4472 done
4473 done
4474 done
4475 IFS=$as_save_IFS
4476 if test -z "$ac_cv_path_GREP"; then
4477 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4478 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4479 { (exit 1); exit 1; }; }
4481 else
4482 ac_cv_path_GREP=$GREP
4486 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4487 $as_echo "$ac_cv_path_GREP" >&6; }
4488 GREP="$ac_cv_path_GREP"
4491 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4492 $as_echo_n "checking for egrep... " >&6; }
4493 if test "${ac_cv_path_EGREP+set}" = set; then
4494 $as_echo_n "(cached) " >&6
4495 else
4496 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4497 then ac_cv_path_EGREP="$GREP -E"
4498 else
4499 if test -z "$EGREP"; then
4500 ac_path_EGREP_found=false
4501 # Loop through the user's path and test for each of PROGNAME-LIST
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4505 IFS=$as_save_IFS
4506 test -z "$as_dir" && as_dir=.
4507 for ac_prog in egrep; do
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4510 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4511 # Check for GNU ac_path_EGREP and select it if it is found.
4512 # Check for GNU $ac_path_EGREP
4513 case `"$ac_path_EGREP" --version 2>&1` in
4514 *GNU*)
4515 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4517 ac_count=0
4518 $as_echo_n 0123456789 >"conftest.in"
4519 while :
4521 cat "conftest.in" "conftest.in" >"conftest.tmp"
4522 mv "conftest.tmp" "conftest.in"
4523 cp "conftest.in" "conftest.nl"
4524 $as_echo 'EGREP' >> "conftest.nl"
4525 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4526 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4527 ac_count=`expr $ac_count + 1`
4528 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4529 # Best one so far, save it but keep looking for a better one
4530 ac_cv_path_EGREP="$ac_path_EGREP"
4531 ac_path_EGREP_max=$ac_count
4533 # 10*(2^10) chars as input seems more than enough
4534 test $ac_count -gt 10 && break
4535 done
4536 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4537 esac
4539 $ac_path_EGREP_found && break 3
4540 done
4541 done
4542 done
4543 IFS=$as_save_IFS
4544 if test -z "$ac_cv_path_EGREP"; then
4545 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4546 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4547 { (exit 1); exit 1; }; }
4549 else
4550 ac_cv_path_EGREP=$EGREP
4555 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4556 $as_echo "$ac_cv_path_EGREP" >&6; }
4557 EGREP="$ac_cv_path_EGREP"
4560 # Extract the first word of "ldconfig", so it can be a program name with args.
4561 set dummy ldconfig; ac_word=$2
4562 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4563 $as_echo_n "checking for $ac_word... " >&6; }
4564 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4565 $as_echo_n "(cached) " >&6
4566 else
4567 case $LDCONFIG in
4568 [\\/]* | ?:[\\/]*)
4569 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573 for as_dir in /sbin /usr/sbin $PATH
4575 IFS=$as_save_IFS
4576 test -z "$as_dir" && as_dir=.
4577 for ac_exec_ext in '' $ac_executable_extensions; do
4578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4579 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4580 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4581 break 2
4583 done
4584 done
4585 IFS=$as_save_IFS
4587 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4589 esac
4591 LDCONFIG=$ac_cv_path_LDCONFIG
4592 if test -n "$LDCONFIG"; then
4593 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4594 $as_echo "$LDCONFIG" >&6; }
4595 else
4596 { $as_echo "$as_me:$LINENO: result: no" >&5
4597 $as_echo "no" >&6; }
4601 # Find a good install program. We prefer a C program (faster),
4602 # so one script is as good as another. But avoid the broken or
4603 # incompatible versions:
4604 # SysV /etc/install, /usr/sbin/install
4605 # SunOS /usr/etc/install
4606 # IRIX /sbin/install
4607 # AIX /bin/install
4608 # AmigaOS /C/install, which installs bootblocks on floppy discs
4609 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4610 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4611 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4612 # OS/2's system install, which has a completely different semantic
4613 # ./install, which can be erroneously created by make from ./install.sh.
4614 # Reject install programs that cannot install multiple files.
4615 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4616 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4617 if test -z "$INSTALL"; then
4618 if test "${ac_cv_path_install+set}" = set; then
4619 $as_echo_n "(cached) " >&6
4620 else
4621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4622 for as_dir in $PATH
4624 IFS=$as_save_IFS
4625 test -z "$as_dir" && as_dir=.
4626 # Account for people who put trailing slashes in PATH elements.
4627 case $as_dir/ in
4628 ./ | .// | /cC/* | \
4629 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4630 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4631 /usr/ucb/* ) ;;
4633 # OSF1 and SCO ODT 3.0 have their own names for install.
4634 # Don't use installbsd from OSF since it installs stuff as root
4635 # by default.
4636 for ac_prog in ginstall scoinst install; do
4637 for ac_exec_ext in '' $ac_executable_extensions; do
4638 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4639 if test $ac_prog = install &&
4640 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4641 # AIX install. It has an incompatible calling convention.
4643 elif test $ac_prog = install &&
4644 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4645 # program-specific install script used by HP pwplus--don't use.
4647 else
4648 rm -rf conftest.one conftest.two conftest.dir
4649 echo one > conftest.one
4650 echo two > conftest.two
4651 mkdir conftest.dir
4652 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4653 test -s conftest.one && test -s conftest.two &&
4654 test -s conftest.dir/conftest.one &&
4655 test -s conftest.dir/conftest.two
4656 then
4657 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4658 break 3
4662 done
4663 done
4665 esac
4667 done
4668 IFS=$as_save_IFS
4670 rm -rf conftest.one conftest.two conftest.dir
4673 if test "${ac_cv_path_install+set}" = set; then
4674 INSTALL=$ac_cv_path_install
4675 else
4676 # As a last resort, use the slow shell script. Don't cache a
4677 # value for INSTALL within a source directory, because that will
4678 # break other packages using the cache if that directory is
4679 # removed, or if the value is a relative name.
4680 INSTALL=$ac_install_sh
4683 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4684 $as_echo "$INSTALL" >&6; }
4686 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4687 # It thinks the first close brace ends the variable substitution.
4688 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4690 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4692 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4694 case "$INSTALL" in
4695 [\\/$]* | ?:[\\/]* ) ;;
4696 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4697 esac
4699 for ac_prog in lclint lint
4701 # Extract the first word of "$ac_prog", so it can be a program name with args.
4702 set dummy $ac_prog; ac_word=$2
4703 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4704 $as_echo_n "checking for $ac_word... " >&6; }
4705 if test "${ac_cv_prog_LINT+set}" = set; then
4706 $as_echo_n "(cached) " >&6
4707 else
4708 if test -n "$LINT"; then
4709 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4710 else
4711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4712 for as_dir in $PATH
4714 IFS=$as_save_IFS
4715 test -z "$as_dir" && as_dir=.
4716 for ac_exec_ext in '' $ac_executable_extensions; do
4717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4718 ac_cv_prog_LINT="$ac_prog"
4719 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720 break 2
4722 done
4723 done
4724 IFS=$as_save_IFS
4728 LINT=$ac_cv_prog_LINT
4729 if test -n "$LINT"; then
4730 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4731 $as_echo "$LINT" >&6; }
4732 else
4733 { $as_echo "$as_me:$LINENO: result: no" >&5
4734 $as_echo "no" >&6; }
4738 test -n "$LINT" && break
4739 done
4741 if test "$LINT" = "lint"
4742 then
4743 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4748 for ac_prog in fontforge
4750 # Extract the first word of "$ac_prog", so it can be a program name with args.
4751 set dummy $ac_prog; ac_word=$2
4752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4753 $as_echo_n "checking for $ac_word... " >&6; }
4754 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4755 $as_echo_n "(cached) " >&6
4756 else
4757 if test -n "$FONTFORGE"; then
4758 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4759 else
4760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4761 for as_dir in $PATH
4763 IFS=$as_save_IFS
4764 test -z "$as_dir" && as_dir=.
4765 for ac_exec_ext in '' $ac_executable_extensions; do
4766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4767 ac_cv_prog_FONTFORGE="$ac_prog"
4768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4769 break 2
4771 done
4772 done
4773 IFS=$as_save_IFS
4777 FONTFORGE=$ac_cv_prog_FONTFORGE
4778 if test -n "$FONTFORGE"; then
4779 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4780 $as_echo "$FONTFORGE" >&6; }
4781 else
4782 { $as_echo "$as_me:$LINENO: result: no" >&5
4783 $as_echo "no" >&6; }
4787 test -n "$FONTFORGE" && break
4788 done
4789 test -n "$FONTFORGE" || FONTFORGE="false"
4791 for ac_prog in pkg-config
4793 # Extract the first word of "$ac_prog", so it can be a program name with args.
4794 set dummy $ac_prog; ac_word=$2
4795 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4798 $as_echo_n "(cached) " >&6
4799 else
4800 if test -n "$PKG_CONFIG"; then
4801 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4806 IFS=$as_save_IFS
4807 test -z "$as_dir" && as_dir=.
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4810 ac_cv_prog_PKG_CONFIG="$ac_prog"
4811 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4812 break 2
4814 done
4815 done
4816 IFS=$as_save_IFS
4820 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4821 if test -n "$PKG_CONFIG"; then
4822 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4823 $as_echo "$PKG_CONFIG" >&6; }
4824 else
4825 { $as_echo "$as_me:$LINENO: result: no" >&5
4826 $as_echo "no" >&6; }
4830 test -n "$PKG_CONFIG" && break
4831 done
4832 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4834 for ac_prog in rsvg
4836 # Extract the first word of "$ac_prog", so it can be a program name with args.
4837 set dummy $ac_prog; ac_word=$2
4838 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if test "${ac_cv_prog_RSVG+set}" = set; then
4841 $as_echo_n "(cached) " >&6
4842 else
4843 if test -n "$RSVG"; then
4844 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4849 IFS=$as_save_IFS
4850 test -z "$as_dir" && as_dir=.
4851 for ac_exec_ext in '' $ac_executable_extensions; do
4852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4853 ac_cv_prog_RSVG="$ac_prog"
4854 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4855 break 2
4857 done
4858 done
4859 IFS=$as_save_IFS
4863 RSVG=$ac_cv_prog_RSVG
4864 if test -n "$RSVG"; then
4865 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4866 $as_echo "$RSVG" >&6; }
4867 else
4868 { $as_echo "$as_me:$LINENO: result: no" >&5
4869 $as_echo "no" >&6; }
4873 test -n "$RSVG" && break
4874 done
4875 test -n "$RSVG" || RSVG="false"
4877 for ac_prog in icotool
4879 # Extract the first word of "$ac_prog", so it can be a program name with args.
4880 set dummy $ac_prog; ac_word=$2
4881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4882 $as_echo_n "checking for $ac_word... " >&6; }
4883 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4884 $as_echo_n "(cached) " >&6
4885 else
4886 if test -n "$ICOTOOL"; then
4887 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4888 else
4889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890 for as_dir in $PATH
4892 IFS=$as_save_IFS
4893 test -z "$as_dir" && as_dir=.
4894 for ac_exec_ext in '' $ac_executable_extensions; do
4895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4896 ac_cv_prog_ICOTOOL="$ac_prog"
4897 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 break 2
4900 done
4901 done
4902 IFS=$as_save_IFS
4906 ICOTOOL=$ac_cv_prog_ICOTOOL
4907 if test -n "$ICOTOOL"; then
4908 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4909 $as_echo "$ICOTOOL" >&6; }
4910 else
4911 { $as_echo "$as_me:$LINENO: result: no" >&5
4912 $as_echo "no" >&6; }
4916 test -n "$ICOTOOL" && break
4917 done
4918 test -n "$ICOTOOL" || ICOTOOL="false"
4921 if test "${enable_maintainer_mode+set}" = set
4922 then
4923 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4924 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4925 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4928 case $host_cpu in
4929 *i[3456789]86*)
4930 # Extract the first word of "prelink", so it can be a program name with args.
4931 set dummy prelink; ac_word=$2
4932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4933 $as_echo_n "checking for $ac_word... " >&6; }
4934 if test "${ac_cv_path_PRELINK+set}" = set; then
4935 $as_echo_n "(cached) " >&6
4936 else
4937 case $PRELINK in
4938 [\\/]* | ?:[\\/]*)
4939 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in /sbin /usr/sbin $PATH
4945 IFS=$as_save_IFS
4946 test -z "$as_dir" && as_dir=.
4947 for ac_exec_ext in '' $ac_executable_extensions; do
4948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4950 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 break 2
4953 done
4954 done
4955 IFS=$as_save_IFS
4957 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4959 esac
4961 PRELINK=$ac_cv_path_PRELINK
4962 if test -n "$PRELINK"; then
4963 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4964 $as_echo "$PRELINK" >&6; }
4965 else
4966 { $as_echo "$as_me:$LINENO: result: no" >&5
4967 $as_echo "no" >&6; }
4972 esac
4976 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4977 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4978 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4979 $as_echo_n "(cached) " >&6
4980 else
4981 ac_check_lib_save_LIBS=$LIBS
4982 LIBS="-li386 $LIBS"
4983 cat >conftest.$ac_ext <<_ACEOF
4984 /* confdefs.h. */
4985 _ACEOF
4986 cat confdefs.h >>conftest.$ac_ext
4987 cat >>conftest.$ac_ext <<_ACEOF
4988 /* end confdefs.h. */
4990 /* Override any GCC internal prototype to avoid an error.
4991 Use char because int might match the return type of a GCC
4992 builtin and then its argument prototype would still apply. */
4993 #ifdef __cplusplus
4994 extern "C"
4995 #endif
4996 char i386_set_ldt ();
4998 main ()
5000 return i386_set_ldt ();
5002 return 0;
5004 _ACEOF
5005 rm -f conftest.$ac_objext conftest$ac_exeext
5006 if { (ac_try="$ac_link"
5007 case "(($ac_try" in
5008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5009 *) ac_try_echo=$ac_try;;
5010 esac
5011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5012 $as_echo "$ac_try_echo") >&5
5013 (eval "$ac_link") 2>conftest.er1
5014 ac_status=$?
5015 grep -v '^ *+' conftest.er1 >conftest.err
5016 rm -f conftest.er1
5017 cat conftest.err >&5
5018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5019 (exit $ac_status); } && {
5020 test -z "$ac_c_werror_flag" ||
5021 test ! -s conftest.err
5022 } && test -s conftest$ac_exeext && {
5023 test "$cross_compiling" = yes ||
5024 $as_test_x conftest$ac_exeext
5025 }; then
5026 ac_cv_lib_i386_i386_set_ldt=yes
5027 else
5028 $as_echo "$as_me: failed program was:" >&5
5029 sed 's/^/| /' conftest.$ac_ext >&5
5031 ac_cv_lib_i386_i386_set_ldt=no
5034 rm -rf conftest.dSYM
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5040 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5041 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5042 cat >>confdefs.h <<_ACEOF
5043 #define HAVE_LIBI386 1
5044 _ACEOF
5046 LIBS="-li386 $LIBS"
5051 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5052 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5053 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5054 $as_echo_n "(cached) " >&6
5055 else
5056 ac_check_lib_save_LIBS=$LIBS
5057 LIBS="-lossaudio $LIBS"
5058 cat >conftest.$ac_ext <<_ACEOF
5059 /* confdefs.h. */
5060 _ACEOF
5061 cat confdefs.h >>conftest.$ac_ext
5062 cat >>conftest.$ac_ext <<_ACEOF
5063 /* end confdefs.h. */
5065 /* Override any GCC internal prototype to avoid an error.
5066 Use char because int might match the return type of a GCC
5067 builtin and then its argument prototype would still apply. */
5068 #ifdef __cplusplus
5069 extern "C"
5070 #endif
5071 char _oss_ioctl ();
5073 main ()
5075 return _oss_ioctl ();
5077 return 0;
5079 _ACEOF
5080 rm -f conftest.$ac_objext conftest$ac_exeext
5081 if { (ac_try="$ac_link"
5082 case "(($ac_try" in
5083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5084 *) ac_try_echo=$ac_try;;
5085 esac
5086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5087 $as_echo "$ac_try_echo") >&5
5088 (eval "$ac_link") 2>conftest.er1
5089 ac_status=$?
5090 grep -v '^ *+' conftest.er1 >conftest.err
5091 rm -f conftest.er1
5092 cat conftest.err >&5
5093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } && {
5095 test -z "$ac_c_werror_flag" ||
5096 test ! -s conftest.err
5097 } && test -s conftest$ac_exeext && {
5098 test "$cross_compiling" = yes ||
5099 $as_test_x conftest$ac_exeext
5100 }; then
5101 ac_cv_lib_ossaudio__oss_ioctl=yes
5102 else
5103 $as_echo "$as_me: failed program was:" >&5
5104 sed 's/^/| /' conftest.$ac_ext >&5
5106 ac_cv_lib_ossaudio__oss_ioctl=no
5109 rm -rf conftest.dSYM
5110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5111 conftest$ac_exeext conftest.$ac_ext
5112 LIBS=$ac_check_lib_save_LIBS
5114 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5115 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5116 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5117 cat >>confdefs.h <<_ACEOF
5118 #define HAVE_LIBOSSAUDIO 1
5119 _ACEOF
5121 LIBS="-lossaudio $LIBS"
5126 XLIB=""
5128 OPENGL_LIBS=""
5132 ac_ext=c
5133 ac_cpp='$CPP $CPPFLAGS'
5134 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5135 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5136 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5137 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5138 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5139 # On Suns, sometimes $CPP names a directory.
5140 if test -n "$CPP" && test -d "$CPP"; then
5141 CPP=
5143 if test -z "$CPP"; then
5144 if test "${ac_cv_prog_CPP+set}" = set; then
5145 $as_echo_n "(cached) " >&6
5146 else
5147 # Double quotes because CPP needs to be expanded
5148 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5150 ac_preproc_ok=false
5151 for ac_c_preproc_warn_flag in '' yes
5153 # Use a header file that comes with gcc, so configuring glibc
5154 # with a fresh cross-compiler works.
5155 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5156 # <limits.h> exists even on freestanding compilers.
5157 # On the NeXT, cc -E runs the code through the compiler's parser,
5158 # not just through cpp. "Syntax error" is here to catch this case.
5159 cat >conftest.$ac_ext <<_ACEOF
5160 /* confdefs.h. */
5161 _ACEOF
5162 cat confdefs.h >>conftest.$ac_ext
5163 cat >>conftest.$ac_ext <<_ACEOF
5164 /* end confdefs.h. */
5165 #ifdef __STDC__
5166 # include <limits.h>
5167 #else
5168 # include <assert.h>
5169 #endif
5170 Syntax error
5171 _ACEOF
5172 if { (ac_try="$ac_cpp conftest.$ac_ext"
5173 case "(($ac_try" in
5174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5175 *) ac_try_echo=$ac_try;;
5176 esac
5177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5178 $as_echo "$ac_try_echo") >&5
5179 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5180 ac_status=$?
5181 grep -v '^ *+' conftest.er1 >conftest.err
5182 rm -f conftest.er1
5183 cat conftest.err >&5
5184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5185 (exit $ac_status); } >/dev/null && {
5186 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5187 test ! -s conftest.err
5188 }; then
5190 else
5191 $as_echo "$as_me: failed program was:" >&5
5192 sed 's/^/| /' conftest.$ac_ext >&5
5194 # Broken: fails on valid input.
5195 continue
5198 rm -f conftest.err conftest.$ac_ext
5200 # OK, works on sane cases. Now check whether nonexistent headers
5201 # can be detected and how.
5202 cat >conftest.$ac_ext <<_ACEOF
5203 /* confdefs.h. */
5204 _ACEOF
5205 cat confdefs.h >>conftest.$ac_ext
5206 cat >>conftest.$ac_ext <<_ACEOF
5207 /* end confdefs.h. */
5208 #include <ac_nonexistent.h>
5209 _ACEOF
5210 if { (ac_try="$ac_cpp conftest.$ac_ext"
5211 case "(($ac_try" in
5212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5213 *) ac_try_echo=$ac_try;;
5214 esac
5215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5216 $as_echo "$ac_try_echo") >&5
5217 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5218 ac_status=$?
5219 grep -v '^ *+' conftest.er1 >conftest.err
5220 rm -f conftest.er1
5221 cat conftest.err >&5
5222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5223 (exit $ac_status); } >/dev/null && {
5224 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5225 test ! -s conftest.err
5226 }; then
5227 # Broken: success on invalid input.
5228 continue
5229 else
5230 $as_echo "$as_me: failed program was:" >&5
5231 sed 's/^/| /' conftest.$ac_ext >&5
5233 # Passes both tests.
5234 ac_preproc_ok=:
5235 break
5238 rm -f conftest.err conftest.$ac_ext
5240 done
5241 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5242 rm -f conftest.err conftest.$ac_ext
5243 if $ac_preproc_ok; then
5244 break
5247 done
5248 ac_cv_prog_CPP=$CPP
5251 CPP=$ac_cv_prog_CPP
5252 else
5253 ac_cv_prog_CPP=$CPP
5255 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5256 $as_echo "$CPP" >&6; }
5257 ac_preproc_ok=false
5258 for ac_c_preproc_warn_flag in '' yes
5260 # Use a header file that comes with gcc, so configuring glibc
5261 # with a fresh cross-compiler works.
5262 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263 # <limits.h> exists even on freestanding compilers.
5264 # On the NeXT, cc -E runs the code through the compiler's parser,
5265 # not just through cpp. "Syntax error" is here to catch this case.
5266 cat >conftest.$ac_ext <<_ACEOF
5267 /* confdefs.h. */
5268 _ACEOF
5269 cat confdefs.h >>conftest.$ac_ext
5270 cat >>conftest.$ac_ext <<_ACEOF
5271 /* end confdefs.h. */
5272 #ifdef __STDC__
5273 # include <limits.h>
5274 #else
5275 # include <assert.h>
5276 #endif
5277 Syntax error
5278 _ACEOF
5279 if { (ac_try="$ac_cpp conftest.$ac_ext"
5280 case "(($ac_try" in
5281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5282 *) ac_try_echo=$ac_try;;
5283 esac
5284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5285 $as_echo "$ac_try_echo") >&5
5286 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5287 ac_status=$?
5288 grep -v '^ *+' conftest.er1 >conftest.err
5289 rm -f conftest.er1
5290 cat conftest.err >&5
5291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5292 (exit $ac_status); } >/dev/null && {
5293 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5294 test ! -s conftest.err
5295 }; then
5297 else
5298 $as_echo "$as_me: failed program was:" >&5
5299 sed 's/^/| /' conftest.$ac_ext >&5
5301 # Broken: fails on valid input.
5302 continue
5305 rm -f conftest.err conftest.$ac_ext
5307 # OK, works on sane cases. Now check whether nonexistent headers
5308 # can be detected and how.
5309 cat >conftest.$ac_ext <<_ACEOF
5310 /* confdefs.h. */
5311 _ACEOF
5312 cat confdefs.h >>conftest.$ac_ext
5313 cat >>conftest.$ac_ext <<_ACEOF
5314 /* end confdefs.h. */
5315 #include <ac_nonexistent.h>
5316 _ACEOF
5317 if { (ac_try="$ac_cpp conftest.$ac_ext"
5318 case "(($ac_try" in
5319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5320 *) ac_try_echo=$ac_try;;
5321 esac
5322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5323 $as_echo "$ac_try_echo") >&5
5324 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5325 ac_status=$?
5326 grep -v '^ *+' conftest.er1 >conftest.err
5327 rm -f conftest.er1
5328 cat conftest.err >&5
5329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5330 (exit $ac_status); } >/dev/null && {
5331 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5332 test ! -s conftest.err
5333 }; then
5334 # Broken: success on invalid input.
5335 continue
5336 else
5337 $as_echo "$as_me: failed program was:" >&5
5338 sed 's/^/| /' conftest.$ac_ext >&5
5340 # Passes both tests.
5341 ac_preproc_ok=:
5342 break
5345 rm -f conftest.err conftest.$ac_ext
5347 done
5348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5349 rm -f conftest.err conftest.$ac_ext
5350 if $ac_preproc_ok; then
5352 else
5353 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5355 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5356 See \`config.log' for more details." >&5
5357 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5358 See \`config.log' for more details." >&2;}
5359 { (exit 1); exit 1; }; }; }
5362 ac_ext=c
5363 ac_cpp='$CPP $CPPFLAGS'
5364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5369 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5370 $as_echo_n "checking for ANSI C header files... " >&6; }
5371 if test "${ac_cv_header_stdc+set}" = set; then
5372 $as_echo_n "(cached) " >&6
5373 else
5374 cat >conftest.$ac_ext <<_ACEOF
5375 /* confdefs.h. */
5376 _ACEOF
5377 cat confdefs.h >>conftest.$ac_ext
5378 cat >>conftest.$ac_ext <<_ACEOF
5379 /* end confdefs.h. */
5380 #include <stdlib.h>
5381 #include <stdarg.h>
5382 #include <string.h>
5383 #include <float.h>
5386 main ()
5390 return 0;
5392 _ACEOF
5393 rm -f conftest.$ac_objext
5394 if { (ac_try="$ac_compile"
5395 case "(($ac_try" in
5396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5397 *) ac_try_echo=$ac_try;;
5398 esac
5399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5400 $as_echo "$ac_try_echo") >&5
5401 (eval "$ac_compile") 2>conftest.er1
5402 ac_status=$?
5403 grep -v '^ *+' conftest.er1 >conftest.err
5404 rm -f conftest.er1
5405 cat conftest.err >&5
5406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 (exit $ac_status); } && {
5408 test -z "$ac_c_werror_flag" ||
5409 test ! -s conftest.err
5410 } && test -s conftest.$ac_objext; then
5411 ac_cv_header_stdc=yes
5412 else
5413 $as_echo "$as_me: failed program was:" >&5
5414 sed 's/^/| /' conftest.$ac_ext >&5
5416 ac_cv_header_stdc=no
5419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5421 if test $ac_cv_header_stdc = yes; then
5422 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5423 cat >conftest.$ac_ext <<_ACEOF
5424 /* confdefs.h. */
5425 _ACEOF
5426 cat confdefs.h >>conftest.$ac_ext
5427 cat >>conftest.$ac_ext <<_ACEOF
5428 /* end confdefs.h. */
5429 #include <string.h>
5431 _ACEOF
5432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5433 $EGREP "memchr" >/dev/null 2>&1; then
5435 else
5436 ac_cv_header_stdc=no
5438 rm -f conftest*
5442 if test $ac_cv_header_stdc = yes; then
5443 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5444 cat >conftest.$ac_ext <<_ACEOF
5445 /* confdefs.h. */
5446 _ACEOF
5447 cat confdefs.h >>conftest.$ac_ext
5448 cat >>conftest.$ac_ext <<_ACEOF
5449 /* end confdefs.h. */
5450 #include <stdlib.h>
5452 _ACEOF
5453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5454 $EGREP "free" >/dev/null 2>&1; then
5456 else
5457 ac_cv_header_stdc=no
5459 rm -f conftest*
5463 if test $ac_cv_header_stdc = yes; then
5464 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5465 if test "$cross_compiling" = yes; then
5467 else
5468 cat >conftest.$ac_ext <<_ACEOF
5469 /* confdefs.h. */
5470 _ACEOF
5471 cat confdefs.h >>conftest.$ac_ext
5472 cat >>conftest.$ac_ext <<_ACEOF
5473 /* end confdefs.h. */
5474 #include <ctype.h>
5475 #include <stdlib.h>
5476 #if ((' ' & 0x0FF) == 0x020)
5477 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5478 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5479 #else
5480 # define ISLOWER(c) \
5481 (('a' <= (c) && (c) <= 'i') \
5482 || ('j' <= (c) && (c) <= 'r') \
5483 || ('s' <= (c) && (c) <= 'z'))
5484 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5485 #endif
5487 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5489 main ()
5491 int i;
5492 for (i = 0; i < 256; i++)
5493 if (XOR (islower (i), ISLOWER (i))
5494 || toupper (i) != TOUPPER (i))
5495 return 2;
5496 return 0;
5498 _ACEOF
5499 rm -f conftest$ac_exeext
5500 if { (ac_try="$ac_link"
5501 case "(($ac_try" in
5502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5503 *) ac_try_echo=$ac_try;;
5504 esac
5505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5506 $as_echo "$ac_try_echo") >&5
5507 (eval "$ac_link") 2>&5
5508 ac_status=$?
5509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5511 { (case "(($ac_try" in
5512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5513 *) ac_try_echo=$ac_try;;
5514 esac
5515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5516 $as_echo "$ac_try_echo") >&5
5517 (eval "$ac_try") 2>&5
5518 ac_status=$?
5519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520 (exit $ac_status); }; }; then
5522 else
5523 $as_echo "$as_me: program exited with status $ac_status" >&5
5524 $as_echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5527 ( exit $ac_status )
5528 ac_cv_header_stdc=no
5530 rm -rf conftest.dSYM
5531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5537 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5538 $as_echo "$ac_cv_header_stdc" >&6; }
5539 if test $ac_cv_header_stdc = yes; then
5541 cat >>confdefs.h <<\_ACEOF
5542 #define STDC_HEADERS 1
5543 _ACEOF
5547 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5557 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5558 inttypes.h stdint.h unistd.h
5560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5561 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5562 $as_echo_n "checking for $ac_header... " >&6; }
5563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5564 $as_echo_n "(cached) " >&6
5565 else
5566 cat >conftest.$ac_ext <<_ACEOF
5567 /* confdefs.h. */
5568 _ACEOF
5569 cat confdefs.h >>conftest.$ac_ext
5570 cat >>conftest.$ac_ext <<_ACEOF
5571 /* end confdefs.h. */
5572 $ac_includes_default
5574 #include <$ac_header>
5575 _ACEOF
5576 rm -f conftest.$ac_objext
5577 if { (ac_try="$ac_compile"
5578 case "(($ac_try" in
5579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5580 *) ac_try_echo=$ac_try;;
5581 esac
5582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5583 $as_echo "$ac_try_echo") >&5
5584 (eval "$ac_compile") 2>conftest.er1
5585 ac_status=$?
5586 grep -v '^ *+' conftest.er1 >conftest.err
5587 rm -f conftest.er1
5588 cat conftest.err >&5
5589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590 (exit $ac_status); } && {
5591 test -z "$ac_c_werror_flag" ||
5592 test ! -s conftest.err
5593 } && test -s conftest.$ac_objext; then
5594 eval "$as_ac_Header=yes"
5595 else
5596 $as_echo "$as_me: failed program was:" >&5
5597 sed 's/^/| /' conftest.$ac_ext >&5
5599 eval "$as_ac_Header=no"
5602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5604 ac_res=`eval 'as_val=${'$as_ac_Header'}
5605 $as_echo "$as_val"'`
5606 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5607 $as_echo "$ac_res" >&6; }
5608 as_val=`eval 'as_val=${'$as_ac_Header'}
5609 $as_echo "$as_val"'`
5610 if test "x$as_val" = x""yes; then
5611 cat >>confdefs.h <<_ACEOF
5612 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5613 _ACEOF
5617 done
5743 for ac_header in \
5744 AudioUnit/AudioUnit.h \
5745 Carbon/Carbon.h \
5746 CoreAudio/CoreAudio.h \
5747 DiskArbitration/DiskArbitration.h \
5748 IOKit/IOKitLib.h \
5749 IOKit/hid/IOHIDLib.h \
5750 alias.h \
5751 alsa/asoundlib.h \
5752 arpa/inet.h \
5753 arpa/nameser.h \
5754 asm/types.h \
5755 capi20.h \
5756 curses.h \
5757 direct.h \
5758 dirent.h \
5759 dlfcn.h \
5760 elf.h \
5761 float.h \
5762 fnmatch.h \
5763 fontconfig/fontconfig.h \
5764 getopt.h \
5765 grp.h \
5766 ieeefp.h \
5767 inet/mib2.h \
5768 io.h \
5769 jack/jack.h \
5770 jpeglib.h \
5771 kstat.h \
5772 lber.h \
5773 lcms.h \
5774 lcms/lcms.h \
5775 ldap.h \
5776 libaudioio.h \
5777 link.h \
5778 linux/cdrom.h \
5779 linux/compiler.h \
5780 linux/hdreg.h \
5781 linux/input.h \
5782 linux/ioctl.h \
5783 linux/joystick.h \
5784 linux/major.h \
5785 linux/param.h \
5786 linux/serial.h \
5787 linux/types.h \
5788 linux/ucdrom.h \
5789 mach-o/nlist.h \
5790 mach/mach.h \
5791 mach/machine.h \
5792 machine/cpu.h \
5793 machine/limits.h \
5794 machine/soundcard.h \
5795 mntent.h \
5796 ncurses.h \
5797 netdb.h \
5798 netinet/in.h \
5799 netinet/in_systm.h \
5800 netinet/tcp.h \
5801 netinet/tcp_fsm.h \
5802 openssl/err.h \
5803 openssl/ssl.h \
5804 png.h \
5805 poll.h \
5806 process.h \
5807 pthread.h \
5808 pwd.h \
5809 regex.h \
5810 sched.h \
5811 scsi/scsi.h \
5812 scsi/scsi_ioctl.h \
5813 scsi/sg.h \
5814 soundcard.h \
5815 stdbool.h \
5816 stdint.h \
5817 strings.h \
5818 stropts.h \
5819 sys/asoundlib.h \
5820 sys/cdio.h \
5821 sys/elf32.h \
5822 sys/epoll.h \
5823 sys/errno.h \
5824 sys/event.h \
5825 sys/exec_elf.h \
5826 sys/filio.h \
5827 sys/ioctl.h \
5828 sys/ipc.h \
5829 sys/limits.h \
5830 sys/link.h \
5831 sys/mman.h \
5832 sys/modem.h \
5833 sys/msg.h \
5834 sys/mtio.h \
5835 sys/param.h \
5836 sys/poll.h \
5837 sys/prctl.h \
5838 sys/protosw.h \
5839 sys/ptrace.h \
5840 sys/resource.h \
5841 sys/scsiio.h \
5842 sys/shm.h \
5843 sys/signal.h \
5844 sys/socket.h \
5845 sys/socketvar.h \
5846 sys/sockio.h \
5847 sys/soundcard.h \
5848 sys/statvfs.h \
5849 sys/strtio.h \
5850 sys/syscall.h \
5851 sys/tihdr.h \
5852 sys/time.h \
5853 sys/timeout.h \
5854 sys/times.h \
5855 sys/uio.h \
5856 sys/un.h \
5857 sys/utsname.h \
5858 sys/vm86.h \
5859 sys/wait.h \
5860 syscall.h \
5861 termios.h \
5862 unistd.h \
5863 utime.h \
5864 valgrind/memcheck.h \
5865 valgrind/valgrind.h \
5866 zlib.h
5869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5870 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5871 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5872 $as_echo_n "checking for $ac_header... " >&6; }
5873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5874 $as_echo_n "(cached) " >&6
5876 ac_res=`eval 'as_val=${'$as_ac_Header'}
5877 $as_echo "$as_val"'`
5878 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5879 $as_echo "$ac_res" >&6; }
5880 else
5881 # Is the header compilable?
5882 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5883 $as_echo_n "checking $ac_header usability... " >&6; }
5884 cat >conftest.$ac_ext <<_ACEOF
5885 /* confdefs.h. */
5886 _ACEOF
5887 cat confdefs.h >>conftest.$ac_ext
5888 cat >>conftest.$ac_ext <<_ACEOF
5889 /* end confdefs.h. */
5890 $ac_includes_default
5891 #include <$ac_header>
5892 _ACEOF
5893 rm -f conftest.$ac_objext
5894 if { (ac_try="$ac_compile"
5895 case "(($ac_try" in
5896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5897 *) ac_try_echo=$ac_try;;
5898 esac
5899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5900 $as_echo "$ac_try_echo") >&5
5901 (eval "$ac_compile") 2>conftest.er1
5902 ac_status=$?
5903 grep -v '^ *+' conftest.er1 >conftest.err
5904 rm -f conftest.er1
5905 cat conftest.err >&5
5906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); } && {
5908 test -z "$ac_c_werror_flag" ||
5909 test ! -s conftest.err
5910 } && test -s conftest.$ac_objext; then
5911 ac_header_compiler=yes
5912 else
5913 $as_echo "$as_me: failed program was:" >&5
5914 sed 's/^/| /' conftest.$ac_ext >&5
5916 ac_header_compiler=no
5919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5920 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5921 $as_echo "$ac_header_compiler" >&6; }
5923 # Is the header present?
5924 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5925 $as_echo_n "checking $ac_header presence... " >&6; }
5926 cat >conftest.$ac_ext <<_ACEOF
5927 /* confdefs.h. */
5928 _ACEOF
5929 cat confdefs.h >>conftest.$ac_ext
5930 cat >>conftest.$ac_ext <<_ACEOF
5931 /* end confdefs.h. */
5932 #include <$ac_header>
5933 _ACEOF
5934 if { (ac_try="$ac_cpp conftest.$ac_ext"
5935 case "(($ac_try" in
5936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5937 *) ac_try_echo=$ac_try;;
5938 esac
5939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5940 $as_echo "$ac_try_echo") >&5
5941 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5942 ac_status=$?
5943 grep -v '^ *+' conftest.er1 >conftest.err
5944 rm -f conftest.er1
5945 cat conftest.err >&5
5946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5947 (exit $ac_status); } >/dev/null && {
5948 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5949 test ! -s conftest.err
5950 }; then
5951 ac_header_preproc=yes
5952 else
5953 $as_echo "$as_me: failed program was:" >&5
5954 sed 's/^/| /' conftest.$ac_ext >&5
5956 ac_header_preproc=no
5959 rm -f conftest.err conftest.$ac_ext
5960 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5961 $as_echo "$ac_header_preproc" >&6; }
5963 # So? What about this header?
5964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5965 yes:no: )
5966 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5967 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5969 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5970 ac_header_preproc=yes
5972 no:yes:* )
5973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5974 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5976 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5977 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5978 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5979 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5980 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5981 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5982 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5983 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5984 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5985 ( cat <<\_ASBOX
5986 ## ------------------------------------ ##
5987 ## Report this to wine-devel@winehq.org ##
5988 ## ------------------------------------ ##
5989 _ASBOX
5990 ) | sed "s/^/$as_me: WARNING: /" >&2
5992 esac
5993 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5994 $as_echo_n "checking for $ac_header... " >&6; }
5995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5996 $as_echo_n "(cached) " >&6
5997 else
5998 eval "$as_ac_Header=\$ac_header_preproc"
6000 ac_res=`eval 'as_val=${'$as_ac_Header'}
6001 $as_echo "$as_val"'`
6002 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6003 $as_echo "$ac_res" >&6; }
6006 as_val=`eval 'as_val=${'$as_ac_Header'}
6007 $as_echo "$as_val"'`
6008 if test "x$as_val" = x""yes; then
6009 cat >>confdefs.h <<_ACEOF
6010 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6011 _ACEOF
6015 done
6017 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6018 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6019 if test "${ac_cv_header_stat_broken+set}" = set; then
6020 $as_echo_n "(cached) " >&6
6021 else
6022 cat >conftest.$ac_ext <<_ACEOF
6023 /* confdefs.h. */
6024 _ACEOF
6025 cat confdefs.h >>conftest.$ac_ext
6026 cat >>conftest.$ac_ext <<_ACEOF
6027 /* end confdefs.h. */
6028 #include <sys/types.h>
6029 #include <sys/stat.h>
6031 #if defined S_ISBLK && defined S_IFDIR
6032 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6033 #endif
6035 #if defined S_ISBLK && defined S_IFCHR
6036 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6037 #endif
6039 #if defined S_ISLNK && defined S_IFREG
6040 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6041 #endif
6043 #if defined S_ISSOCK && defined S_IFREG
6044 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6045 #endif
6047 _ACEOF
6048 rm -f conftest.$ac_objext
6049 if { (ac_try="$ac_compile"
6050 case "(($ac_try" in
6051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6052 *) ac_try_echo=$ac_try;;
6053 esac
6054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6055 $as_echo "$ac_try_echo") >&5
6056 (eval "$ac_compile") 2>conftest.er1
6057 ac_status=$?
6058 grep -v '^ *+' conftest.er1 >conftest.err
6059 rm -f conftest.er1
6060 cat conftest.err >&5
6061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6062 (exit $ac_status); } && {
6063 test -z "$ac_c_werror_flag" ||
6064 test ! -s conftest.err
6065 } && test -s conftest.$ac_objext; then
6066 ac_cv_header_stat_broken=no
6067 else
6068 $as_echo "$as_me: failed program was:" >&5
6069 sed 's/^/| /' conftest.$ac_ext >&5
6071 ac_cv_header_stat_broken=yes
6074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6076 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6077 $as_echo "$ac_cv_header_stat_broken" >&6; }
6078 if test $ac_cv_header_stat_broken = yes; then
6080 cat >>confdefs.h <<\_ACEOF
6081 #define STAT_MACROS_BROKEN 1
6082 _ACEOF
6093 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6095 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6096 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6097 $as_echo_n "checking for $ac_header... " >&6; }
6098 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6099 $as_echo_n "(cached) " >&6
6100 else
6101 cat >conftest.$ac_ext <<_ACEOF
6102 /* confdefs.h. */
6103 _ACEOF
6104 cat confdefs.h >>conftest.$ac_ext
6105 cat >>conftest.$ac_ext <<_ACEOF
6106 /* end confdefs.h. */
6107 #include <sys/types.h>
6108 #ifdef HAVE_SYS_PARAM_H
6109 # include <sys/param.h>
6110 #endif
6112 #include <$ac_header>
6113 _ACEOF
6114 rm -f conftest.$ac_objext
6115 if { (ac_try="$ac_compile"
6116 case "(($ac_try" in
6117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6118 *) ac_try_echo=$ac_try;;
6119 esac
6120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6121 $as_echo "$ac_try_echo") >&5
6122 (eval "$ac_compile") 2>conftest.er1
6123 ac_status=$?
6124 grep -v '^ *+' conftest.er1 >conftest.err
6125 rm -f conftest.er1
6126 cat conftest.err >&5
6127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128 (exit $ac_status); } && {
6129 test -z "$ac_c_werror_flag" ||
6130 test ! -s conftest.err
6131 } && test -s conftest.$ac_objext; then
6132 eval "$as_ac_Header=yes"
6133 else
6134 $as_echo "$as_me: failed program was:" >&5
6135 sed 's/^/| /' conftest.$ac_ext >&5
6137 eval "$as_ac_Header=no"
6140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6142 ac_res=`eval 'as_val=${'$as_ac_Header'}
6143 $as_echo "$as_val"'`
6144 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6145 $as_echo "$ac_res" >&6; }
6146 as_val=`eval 'as_val=${'$as_ac_Header'}
6147 $as_echo "$as_val"'`
6148 if test "x$as_val" = x""yes; then
6149 cat >>confdefs.h <<_ACEOF
6150 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6151 _ACEOF
6155 done
6171 for ac_header in \
6172 netinet/ip.h \
6173 net/if.h \
6174 net/if_arp.h \
6175 net/if_dl.h \
6176 net/if_types.h \
6177 net/route.h \
6178 netinet/if_ether.h \
6179 netinet/if_inarp.h \
6180 netinet/in_pcb.h \
6181 netinet/ip_icmp.h \
6182 netinet/ip_var.h \
6183 netinet/udp.h \
6184 netipx/ipx.h \
6187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6188 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6189 $as_echo_n "checking for $ac_header... " >&6; }
6190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6191 $as_echo_n "(cached) " >&6
6192 else
6193 cat >conftest.$ac_ext <<_ACEOF
6194 /* confdefs.h. */
6195 _ACEOF
6196 cat confdefs.h >>conftest.$ac_ext
6197 cat >>conftest.$ac_ext <<_ACEOF
6198 /* end confdefs.h. */
6199 #include <sys/types.h>
6200 #ifdef HAVE_SYS_SOCKET_H
6201 # include <sys/socket.h>
6202 #endif
6203 #ifdef HAVE_SYS_SOCKETVAR_H
6204 # include <sys/socketvar.h>
6205 #endif
6206 #ifdef HAVE_NET_ROUTE_H
6207 # include <net/route.h>
6208 #endif
6209 #ifdef HAVE_NETINET_IN_H
6210 # include <netinet/in.h>
6211 #endif
6212 #ifdef HAVE_NETINET_IN_SYSTM_H
6213 # include <netinet/in_systm.h>
6214 #endif
6215 #ifdef HAVE_NET_IF_H
6216 # include <net/if.h>
6217 #endif
6218 #ifdef HAVE_NETINET_IP_H
6219 # include <netinet/ip.h>
6220 #endif
6222 #include <$ac_header>
6223 _ACEOF
6224 rm -f conftest.$ac_objext
6225 if { (ac_try="$ac_compile"
6226 case "(($ac_try" in
6227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6228 *) ac_try_echo=$ac_try;;
6229 esac
6230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6231 $as_echo "$ac_try_echo") >&5
6232 (eval "$ac_compile") 2>conftest.er1
6233 ac_status=$?
6234 grep -v '^ *+' conftest.er1 >conftest.err
6235 rm -f conftest.er1
6236 cat conftest.err >&5
6237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6238 (exit $ac_status); } && {
6239 test -z "$ac_c_werror_flag" ||
6240 test ! -s conftest.err
6241 } && test -s conftest.$ac_objext; then
6242 eval "$as_ac_Header=yes"
6243 else
6244 $as_echo "$as_me: failed program was:" >&5
6245 sed 's/^/| /' conftest.$ac_ext >&5
6247 eval "$as_ac_Header=no"
6250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6252 ac_res=`eval 'as_val=${'$as_ac_Header'}
6253 $as_echo "$as_val"'`
6254 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6255 $as_echo "$ac_res" >&6; }
6256 as_val=`eval 'as_val=${'$as_ac_Header'}
6257 $as_echo "$as_val"'`
6258 if test "x$as_val" = x""yes; then
6259 cat >>confdefs.h <<_ACEOF
6260 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6261 _ACEOF
6265 done
6272 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6274 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6275 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6276 $as_echo_n "checking for $ac_header... " >&6; }
6277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6278 $as_echo_n "(cached) " >&6
6279 else
6280 cat >conftest.$ac_ext <<_ACEOF
6281 /* confdefs.h. */
6282 _ACEOF
6283 cat confdefs.h >>conftest.$ac_ext
6284 cat >>conftest.$ac_ext <<_ACEOF
6285 /* end confdefs.h. */
6286 #include <sys/types.h>
6287 #ifdef HAVE_ALIAS_H
6288 # include <alias.h>
6289 #endif
6290 #ifdef HAVE_SYS_SOCKET_H
6291 # include <sys/socket.h>
6292 #endif
6293 #ifdef HAVE_SYS_SOCKETVAR_H
6294 # include <sys/socketvar.h>
6295 #endif
6296 #ifdef HAVE_SYS_TIMEOUT_H
6297 # include <sys/timeout.h>
6298 #endif
6299 #ifdef HAVE_NETINET_IN_H
6300 # include <netinet/in.h>
6301 #endif
6302 #ifdef HAVE_NETINET_IN_SYSTM_H
6303 # include <netinet/in_systm.h>
6304 #endif
6305 #ifdef HAVE_NETINET_IP_H
6306 # include <netinet/ip.h>
6307 #endif
6308 #ifdef HAVE_NETINET_IP_VAR_H
6309 # include <netinet/ip_var.h>
6310 #endif
6311 #ifdef HAVE_NETINET_IP_ICMP_H
6312 # include <netinet/ip_icmp.h>
6313 #endif
6314 #ifdef HAVE_NETINET_UDP_H
6315 # include <netinet/udp.h>
6316 #endif
6317 #ifdef HAVE_NETINET_TCP_H
6318 # include <netinet/tcp.h>
6319 #endif
6320 #ifdef HAVE_NETINET_TCP_TIMER_H
6321 #include <netinet/tcp_timer.h>
6322 #endif
6324 #include <$ac_header>
6325 _ACEOF
6326 rm -f conftest.$ac_objext
6327 if { (ac_try="$ac_compile"
6328 case "(($ac_try" in
6329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6330 *) ac_try_echo=$ac_try;;
6331 esac
6332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6333 $as_echo "$ac_try_echo") >&5
6334 (eval "$ac_compile") 2>conftest.er1
6335 ac_status=$?
6336 grep -v '^ *+' conftest.er1 >conftest.err
6337 rm -f conftest.er1
6338 cat conftest.err >&5
6339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); } && {
6341 test -z "$ac_c_werror_flag" ||
6342 test ! -s conftest.err
6343 } && test -s conftest.$ac_objext; then
6344 eval "$as_ac_Header=yes"
6345 else
6346 $as_echo "$as_me: failed program was:" >&5
6347 sed 's/^/| /' conftest.$ac_ext >&5
6349 eval "$as_ac_Header=no"
6352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6354 ac_res=`eval 'as_val=${'$as_ac_Header'}
6355 $as_echo "$as_val"'`
6356 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6357 $as_echo "$ac_res" >&6; }
6358 as_val=`eval 'as_val=${'$as_ac_Header'}
6359 $as_echo "$as_val"'`
6360 if test "x$as_val" = x""yes; then
6361 cat >>confdefs.h <<_ACEOF
6362 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6363 _ACEOF
6367 done
6371 for ac_header in linux/ipx.h
6373 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6374 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6375 $as_echo_n "checking for $ac_header... " >&6; }
6376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6377 $as_echo_n "(cached) " >&6
6378 else
6379 cat >conftest.$ac_ext <<_ACEOF
6380 /* confdefs.h. */
6381 _ACEOF
6382 cat confdefs.h >>conftest.$ac_ext
6383 cat >>conftest.$ac_ext <<_ACEOF
6384 /* end confdefs.h. */
6385 #include <sys/types.h>
6386 #ifdef HAVE_ASM_TYPES_H
6387 # include <asm/types.h>
6388 #endif
6389 #ifdef HAVE_SYS_SOCKET_H
6390 # include <sys/socket.h>
6391 #endif
6392 #ifdef HAVE_LINUX_TYPES_H
6393 # include <linux/types.h>
6394 #endif
6396 #include <$ac_header>
6397 _ACEOF
6398 rm -f conftest.$ac_objext
6399 if { (ac_try="$ac_compile"
6400 case "(($ac_try" in
6401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6402 *) ac_try_echo=$ac_try;;
6403 esac
6404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6405 $as_echo "$ac_try_echo") >&5
6406 (eval "$ac_compile") 2>conftest.er1
6407 ac_status=$?
6408 grep -v '^ *+' conftest.er1 >conftest.err
6409 rm -f conftest.er1
6410 cat conftest.err >&5
6411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412 (exit $ac_status); } && {
6413 test -z "$ac_c_werror_flag" ||
6414 test ! -s conftest.err
6415 } && test -s conftest.$ac_objext; then
6416 eval "$as_ac_Header=yes"
6417 else
6418 $as_echo "$as_me: failed program was:" >&5
6419 sed 's/^/| /' conftest.$ac_ext >&5
6421 eval "$as_ac_Header=no"
6424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6426 ac_res=`eval 'as_val=${'$as_ac_Header'}
6427 $as_echo "$as_val"'`
6428 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6429 $as_echo "$ac_res" >&6; }
6430 as_val=`eval 'as_val=${'$as_ac_Header'}
6431 $as_echo "$as_val"'`
6432 if test "x$as_val" = x""yes; then
6433 cat >>confdefs.h <<_ACEOF
6434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6435 _ACEOF
6439 done
6443 for ac_header in mach-o/dyld_images.h
6445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6446 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6447 $as_echo_n "checking for $ac_header... " >&6; }
6448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6449 $as_echo_n "(cached) " >&6
6450 else
6451 cat >conftest.$ac_ext <<_ACEOF
6452 /* confdefs.h. */
6453 _ACEOF
6454 cat confdefs.h >>conftest.$ac_ext
6455 cat >>conftest.$ac_ext <<_ACEOF
6456 /* end confdefs.h. */
6457 #ifdef HAVE_STDBOOL_H
6458 # include <stdbool.h>
6459 #endif
6460 #ifdef HAVE_STDINT_H
6461 # include <stdint.h>
6462 #endif
6464 #include <$ac_header>
6465 _ACEOF
6466 rm -f conftest.$ac_objext
6467 if { (ac_try="$ac_compile"
6468 case "(($ac_try" in
6469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6470 *) ac_try_echo=$ac_try;;
6471 esac
6472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6473 $as_echo "$ac_try_echo") >&5
6474 (eval "$ac_compile") 2>conftest.er1
6475 ac_status=$?
6476 grep -v '^ *+' conftest.er1 >conftest.err
6477 rm -f conftest.er1
6478 cat conftest.err >&5
6479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6480 (exit $ac_status); } && {
6481 test -z "$ac_c_werror_flag" ||
6482 test ! -s conftest.err
6483 } && test -s conftest.$ac_objext; then
6484 eval "$as_ac_Header=yes"
6485 else
6486 $as_echo "$as_me: failed program was:" >&5
6487 sed 's/^/| /' conftest.$ac_ext >&5
6489 eval "$as_ac_Header=no"
6492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6494 ac_res=`eval 'as_val=${'$as_ac_Header'}
6495 $as_echo "$as_val"'`
6496 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6497 $as_echo "$ac_res" >&6; }
6498 as_val=`eval 'as_val=${'$as_ac_Header'}
6499 $as_echo "$as_val"'`
6500 if test "x$as_val" = x""yes; then
6501 cat >>confdefs.h <<_ACEOF
6502 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6503 _ACEOF
6507 done
6511 for ac_header in resolv.h
6513 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6514 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6515 $as_echo_n "checking for $ac_header... " >&6; }
6516 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6517 $as_echo_n "(cached) " >&6
6518 else
6519 cat >conftest.$ac_ext <<_ACEOF
6520 /* confdefs.h. */
6521 _ACEOF
6522 cat confdefs.h >>conftest.$ac_ext
6523 cat >>conftest.$ac_ext <<_ACEOF
6524 /* end confdefs.h. */
6525 #include <sys/types.h>
6526 #ifdef HAVE_SYS_SOCKET_H
6527 # include <sys/socket.h>
6528 #endif
6529 #ifdef HAVE_NETINET_IN_H
6530 # include <netinet/in.h>
6531 #endif
6532 #ifdef HAVE_ARPA_NAMESER_H
6533 # include <arpa/nameser.h>
6534 #endif
6536 #include <$ac_header>
6537 _ACEOF
6538 rm -f conftest.$ac_objext
6539 if { (ac_try="$ac_compile"
6540 case "(($ac_try" in
6541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6542 *) ac_try_echo=$ac_try;;
6543 esac
6544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6545 $as_echo "$ac_try_echo") >&5
6546 (eval "$ac_compile") 2>conftest.er1
6547 ac_status=$?
6548 grep -v '^ *+' conftest.er1 >conftest.err
6549 rm -f conftest.er1
6550 cat conftest.err >&5
6551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6552 (exit $ac_status); } && {
6553 test -z "$ac_c_werror_flag" ||
6554 test ! -s conftest.err
6555 } && test -s conftest.$ac_objext; then
6556 eval "$as_ac_Header=yes"
6557 else
6558 $as_echo "$as_me: failed program was:" >&5
6559 sed 's/^/| /' conftest.$ac_ext >&5
6561 eval "$as_ac_Header=no"
6564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6566 ac_res=`eval 'as_val=${'$as_ac_Header'}
6567 $as_echo "$as_val"'`
6568 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6569 $as_echo "$ac_res" >&6; }
6570 as_val=`eval 'as_val=${'$as_ac_Header'}
6571 $as_echo "$as_val"'`
6572 if test "x$as_val" = x""yes; then
6573 cat >>confdefs.h <<_ACEOF
6574 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6575 _ACEOF
6579 done
6583 for ac_header in ucontext.h
6585 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6586 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6587 $as_echo_n "checking for $ac_header... " >&6; }
6588 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6589 $as_echo_n "(cached) " >&6
6590 else
6591 cat >conftest.$ac_ext <<_ACEOF
6592 /* confdefs.h. */
6593 _ACEOF
6594 cat confdefs.h >>conftest.$ac_ext
6595 cat >>conftest.$ac_ext <<_ACEOF
6596 /* end confdefs.h. */
6597 #include <signal.h>
6599 #include <$ac_header>
6600 _ACEOF
6601 rm -f conftest.$ac_objext
6602 if { (ac_try="$ac_compile"
6603 case "(($ac_try" in
6604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6605 *) ac_try_echo=$ac_try;;
6606 esac
6607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6608 $as_echo "$ac_try_echo") >&5
6609 (eval "$ac_compile") 2>conftest.er1
6610 ac_status=$?
6611 grep -v '^ *+' conftest.er1 >conftest.err
6612 rm -f conftest.er1
6613 cat conftest.err >&5
6614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6615 (exit $ac_status); } && {
6616 test -z "$ac_c_werror_flag" ||
6617 test ! -s conftest.err
6618 } && test -s conftest.$ac_objext; then
6619 eval "$as_ac_Header=yes"
6620 else
6621 $as_echo "$as_me: failed program was:" >&5
6622 sed 's/^/| /' conftest.$ac_ext >&5
6624 eval "$as_ac_Header=no"
6627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6629 ac_res=`eval 'as_val=${'$as_ac_Header'}
6630 $as_echo "$as_val"'`
6631 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6632 $as_echo "$ac_res" >&6; }
6633 as_val=`eval 'as_val=${'$as_ac_Header'}
6634 $as_echo "$as_val"'`
6635 if test "x$as_val" = x""yes; then
6636 cat >>confdefs.h <<_ACEOF
6637 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6638 _ACEOF
6642 done
6646 for ac_header in sys/thr.h
6648 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6649 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6650 $as_echo_n "checking for $ac_header... " >&6; }
6651 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6652 $as_echo_n "(cached) " >&6
6653 else
6654 cat >conftest.$ac_ext <<_ACEOF
6655 /* confdefs.h. */
6656 _ACEOF
6657 cat confdefs.h >>conftest.$ac_ext
6658 cat >>conftest.$ac_ext <<_ACEOF
6659 /* end confdefs.h. */
6660 #include <sys/types.h>
6661 #ifdef HAVE_UCONTEXT_H
6662 #include <ucontext.h>
6663 #endif
6665 #include <$ac_header>
6666 _ACEOF
6667 rm -f conftest.$ac_objext
6668 if { (ac_try="$ac_compile"
6669 case "(($ac_try" in
6670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6671 *) ac_try_echo=$ac_try;;
6672 esac
6673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6674 $as_echo "$ac_try_echo") >&5
6675 (eval "$ac_compile") 2>conftest.er1
6676 ac_status=$?
6677 grep -v '^ *+' conftest.er1 >conftest.err
6678 rm -f conftest.er1
6679 cat conftest.err >&5
6680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6681 (exit $ac_status); } && {
6682 test -z "$ac_c_werror_flag" ||
6683 test ! -s conftest.err
6684 } && test -s conftest.$ac_objext; then
6685 eval "$as_ac_Header=yes"
6686 else
6687 $as_echo "$as_me: failed program was:" >&5
6688 sed 's/^/| /' conftest.$ac_ext >&5
6690 eval "$as_ac_Header=no"
6693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6695 ac_res=`eval 'as_val=${'$as_ac_Header'}
6696 $as_echo "$as_val"'`
6697 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6698 $as_echo "$ac_res" >&6; }
6699 as_val=`eval 'as_val=${'$as_ac_Header'}
6700 $as_echo "$as_val"'`
6701 if test "x$as_val" = x""yes; then
6702 cat >>confdefs.h <<_ACEOF
6703 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6704 _ACEOF
6708 done
6712 for ac_header in pthread_np.h
6714 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6715 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6716 $as_echo_n "checking for $ac_header... " >&6; }
6717 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6718 $as_echo_n "(cached) " >&6
6719 else
6720 cat >conftest.$ac_ext <<_ACEOF
6721 /* confdefs.h. */
6722 _ACEOF
6723 cat confdefs.h >>conftest.$ac_ext
6724 cat >>conftest.$ac_ext <<_ACEOF
6725 /* end confdefs.h. */
6726 #ifdef HAVE_PTHREAD_H
6727 #include <pthread.h>
6728 #endif
6730 #include <$ac_header>
6731 _ACEOF
6732 rm -f conftest.$ac_objext
6733 if { (ac_try="$ac_compile"
6734 case "(($ac_try" in
6735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6736 *) ac_try_echo=$ac_try;;
6737 esac
6738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6739 $as_echo "$ac_try_echo") >&5
6740 (eval "$ac_compile") 2>conftest.er1
6741 ac_status=$?
6742 grep -v '^ *+' conftest.er1 >conftest.err
6743 rm -f conftest.er1
6744 cat conftest.err >&5
6745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6746 (exit $ac_status); } && {
6747 test -z "$ac_c_werror_flag" ||
6748 test ! -s conftest.err
6749 } && test -s conftest.$ac_objext; then
6750 eval "$as_ac_Header=yes"
6751 else
6752 $as_echo "$as_me: failed program was:" >&5
6753 sed 's/^/| /' conftest.$ac_ext >&5
6755 eval "$as_ac_Header=no"
6758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6760 ac_res=`eval 'as_val=${'$as_ac_Header'}
6761 $as_echo "$as_val"'`
6762 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6763 $as_echo "$ac_res" >&6; }
6764 as_val=`eval 'as_val=${'$as_ac_Header'}
6765 $as_echo "$as_val"'`
6766 if test "x$as_val" = x""yes; then
6767 cat >>confdefs.h <<_ACEOF
6768 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6769 _ACEOF
6773 done
6777 for ac_header in linux/videodev.h
6779 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6780 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6781 $as_echo_n "checking for $ac_header... " >&6; }
6782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6783 $as_echo_n "(cached) " >&6
6784 else
6785 cat >conftest.$ac_ext <<_ACEOF
6786 /* confdefs.h. */
6787 _ACEOF
6788 cat confdefs.h >>conftest.$ac_ext
6789 cat >>conftest.$ac_ext <<_ACEOF
6790 /* end confdefs.h. */
6791 #ifdef HAVE_SYS_TIME_H
6792 #include <sys/time.h>
6793 #endif
6794 #include <sys/types.h>
6795 #ifdef HAVE_ASM_TYPES_H
6796 #include <asm/types.h>
6797 #endif
6799 #include <$ac_header>
6800 _ACEOF
6801 rm -f conftest.$ac_objext
6802 if { (ac_try="$ac_compile"
6803 case "(($ac_try" in
6804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6805 *) ac_try_echo=$ac_try;;
6806 esac
6807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6808 $as_echo "$ac_try_echo") >&5
6809 (eval "$ac_compile") 2>conftest.er1
6810 ac_status=$?
6811 grep -v '^ *+' conftest.er1 >conftest.err
6812 rm -f conftest.er1
6813 cat conftest.err >&5
6814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815 (exit $ac_status); } && {
6816 test -z "$ac_c_werror_flag" ||
6817 test ! -s conftest.err
6818 } && test -s conftest.$ac_objext; then
6819 eval "$as_ac_Header=yes"
6820 else
6821 $as_echo "$as_me: failed program was:" >&5
6822 sed 's/^/| /' conftest.$ac_ext >&5
6824 eval "$as_ac_Header=no"
6827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6829 ac_res=`eval 'as_val=${'$as_ac_Header'}
6830 $as_echo "$as_val"'`
6831 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6832 $as_echo "$ac_res" >&6; }
6833 as_val=`eval 'as_val=${'$as_ac_Header'}
6834 $as_echo "$as_val"'`
6835 if test "x$as_val" = x""yes; then
6836 cat >>confdefs.h <<_ACEOF
6837 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6838 _ACEOF
6842 done
6846 for ac_header in linux/capi.h
6848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6849 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6850 $as_echo_n "checking for $ac_header... " >&6; }
6851 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6852 $as_echo_n "(cached) " >&6
6853 else
6854 cat >conftest.$ac_ext <<_ACEOF
6855 /* confdefs.h. */
6856 _ACEOF
6857 cat confdefs.h >>conftest.$ac_ext
6858 cat >>conftest.$ac_ext <<_ACEOF
6859 /* end confdefs.h. */
6860 #define __user
6862 #include <$ac_header>
6863 _ACEOF
6864 rm -f conftest.$ac_objext
6865 if { (ac_try="$ac_compile"
6866 case "(($ac_try" in
6867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6868 *) ac_try_echo=$ac_try;;
6869 esac
6870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6871 $as_echo "$ac_try_echo") >&5
6872 (eval "$ac_compile") 2>conftest.er1
6873 ac_status=$?
6874 grep -v '^ *+' conftest.er1 >conftest.err
6875 rm -f conftest.er1
6876 cat conftest.err >&5
6877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6878 (exit $ac_status); } && {
6879 test -z "$ac_c_werror_flag" ||
6880 test ! -s conftest.err
6881 } && test -s conftest.$ac_objext; then
6882 eval "$as_ac_Header=yes"
6883 else
6884 $as_echo "$as_me: failed program was:" >&5
6885 sed 's/^/| /' conftest.$ac_ext >&5
6887 eval "$as_ac_Header=no"
6890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6892 ac_res=`eval 'as_val=${'$as_ac_Header'}
6893 $as_echo "$as_val"'`
6894 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6895 $as_echo "$ac_res" >&6; }
6896 as_val=`eval 'as_val=${'$as_ac_Header'}
6897 $as_echo "$as_val"'`
6898 if test "x$as_val" = x""yes; then
6899 cat >>confdefs.h <<_ACEOF
6900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6901 _ACEOF
6905 done
6909 DLLEXT=""
6911 DLLFLAGS="-D_REENTRANT"
6913 LDSHARED=""
6915 LDDLLFLAGS=""
6917 LIBEXT="so"
6919 IMPLIBEXT="def"
6921 LDRPATH_INSTALL=""
6923 LDRPATH_LOCAL=""
6925 # Extract the first word of "ldd", so it can be a program name with args.
6926 set dummy ldd; ac_word=$2
6927 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6928 $as_echo_n "checking for $ac_word... " >&6; }
6929 if test "${ac_cv_path_LDD+set}" = set; then
6930 $as_echo_n "(cached) " >&6
6931 else
6932 case $LDD in
6933 [\\/]* | ?:[\\/]*)
6934 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6938 as_dummy="/sbin:/usr/sbin:$PATH"
6939 for as_dir in $as_dummy
6941 IFS=$as_save_IFS
6942 test -z "$as_dir" && as_dir=.
6943 for ac_exec_ext in '' $ac_executable_extensions; do
6944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6945 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6946 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6947 break 2
6949 done
6950 done
6951 IFS=$as_save_IFS
6953 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6955 esac
6957 LDD=$ac_cv_path_LDD
6958 if test -n "$LDD"; then
6959 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6960 $as_echo "$LDD" >&6; }
6961 else
6962 { $as_echo "$as_me:$LINENO: result: no" >&5
6963 $as_echo "no" >&6; }
6968 case $host_os in
6969 cygwin*|mingw32*)
6970 if test -n "$ac_tool_prefix"; then
6971 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6972 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6973 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6974 $as_echo_n "checking for $ac_word... " >&6; }
6975 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6976 $as_echo_n "(cached) " >&6
6977 else
6978 if test -n "$DLLTOOL"; then
6979 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6980 else
6981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6982 for as_dir in $PATH
6984 IFS=$as_save_IFS
6985 test -z "$as_dir" && as_dir=.
6986 for ac_exec_ext in '' $ac_executable_extensions; do
6987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6988 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6989 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6990 break 2
6992 done
6993 done
6994 IFS=$as_save_IFS
6998 DLLTOOL=$ac_cv_prog_DLLTOOL
6999 if test -n "$DLLTOOL"; then
7000 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7001 $as_echo "$DLLTOOL" >&6; }
7002 else
7003 { $as_echo "$as_me:$LINENO: result: no" >&5
7004 $as_echo "no" >&6; }
7009 if test -z "$ac_cv_prog_DLLTOOL"; then
7010 ac_ct_DLLTOOL=$DLLTOOL
7011 # Extract the first word of "dlltool", so it can be a program name with args.
7012 set dummy dlltool; ac_word=$2
7013 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7014 $as_echo_n "checking for $ac_word... " >&6; }
7015 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7016 $as_echo_n "(cached) " >&6
7017 else
7018 if test -n "$ac_ct_DLLTOOL"; then
7019 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7020 else
7021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7022 for as_dir in $PATH
7024 IFS=$as_save_IFS
7025 test -z "$as_dir" && as_dir=.
7026 for ac_exec_ext in '' $ac_executable_extensions; do
7027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7028 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7029 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7030 break 2
7032 done
7033 done
7034 IFS=$as_save_IFS
7038 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7039 if test -n "$ac_ct_DLLTOOL"; then
7040 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7041 $as_echo "$ac_ct_DLLTOOL" >&6; }
7042 else
7043 { $as_echo "$as_me:$LINENO: result: no" >&5
7044 $as_echo "no" >&6; }
7047 if test "x$ac_ct_DLLTOOL" = x; then
7048 DLLTOOL="false"
7049 else
7050 case $cross_compiling:$ac_tool_warned in
7051 yes:)
7052 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7053 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7054 ac_tool_warned=yes ;;
7055 esac
7056 DLLTOOL=$ac_ct_DLLTOOL
7058 else
7059 DLLTOOL="$ac_cv_prog_DLLTOOL"
7062 if test -n "$ac_tool_prefix"; then
7063 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7064 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7066 $as_echo_n "checking for $ac_word... " >&6; }
7067 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7068 $as_echo_n "(cached) " >&6
7069 else
7070 if test -n "$DLLWRAP"; then
7071 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7072 else
7073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7074 for as_dir in $PATH
7076 IFS=$as_save_IFS
7077 test -z "$as_dir" && as_dir=.
7078 for ac_exec_ext in '' $ac_executable_extensions; do
7079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7080 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7081 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7082 break 2
7084 done
7085 done
7086 IFS=$as_save_IFS
7090 DLLWRAP=$ac_cv_prog_DLLWRAP
7091 if test -n "$DLLWRAP"; then
7092 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7093 $as_echo "$DLLWRAP" >&6; }
7094 else
7095 { $as_echo "$as_me:$LINENO: result: no" >&5
7096 $as_echo "no" >&6; }
7101 if test -z "$ac_cv_prog_DLLWRAP"; then
7102 ac_ct_DLLWRAP=$DLLWRAP
7103 # Extract the first word of "dllwrap", so it can be a program name with args.
7104 set dummy dllwrap; ac_word=$2
7105 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7106 $as_echo_n "checking for $ac_word... " >&6; }
7107 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7108 $as_echo_n "(cached) " >&6
7109 else
7110 if test -n "$ac_ct_DLLWRAP"; then
7111 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7112 else
7113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7114 for as_dir in $PATH
7116 IFS=$as_save_IFS
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7120 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7121 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7122 break 2
7124 done
7125 done
7126 IFS=$as_save_IFS
7130 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7131 if test -n "$ac_ct_DLLWRAP"; then
7132 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7133 $as_echo "$ac_ct_DLLWRAP" >&6; }
7134 else
7135 { $as_echo "$as_me:$LINENO: result: no" >&5
7136 $as_echo "no" >&6; }
7139 if test "x$ac_ct_DLLWRAP" = x; then
7140 DLLWRAP="false"
7141 else
7142 case $cross_compiling:$ac_tool_warned in
7143 yes:)
7144 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7145 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7146 ac_tool_warned=yes ;;
7147 esac
7148 DLLWRAP=$ac_ct_DLLWRAP
7150 else
7151 DLLWRAP="$ac_cv_prog_DLLWRAP"
7154 if test -n "$ac_tool_prefix"; then
7155 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7156 set dummy ${ac_tool_prefix}ar; ac_word=$2
7157 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7158 $as_echo_n "checking for $ac_word... " >&6; }
7159 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7160 $as_echo_n "(cached) " >&6
7161 else
7162 if test -n "$MINGWAR"; then
7163 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7164 else
7165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7166 for as_dir in $PATH
7168 IFS=$as_save_IFS
7169 test -z "$as_dir" && as_dir=.
7170 for ac_exec_ext in '' $ac_executable_extensions; do
7171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7172 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7173 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7174 break 2
7176 done
7177 done
7178 IFS=$as_save_IFS
7182 MINGWAR=$ac_cv_prog_MINGWAR
7183 if test -n "$MINGWAR"; then
7184 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7185 $as_echo "$MINGWAR" >&6; }
7186 else
7187 { $as_echo "$as_me:$LINENO: result: no" >&5
7188 $as_echo "no" >&6; }
7193 if test -z "$ac_cv_prog_MINGWAR"; then
7194 ac_ct_MINGWAR=$MINGWAR
7195 # Extract the first word of "ar", so it can be a program name with args.
7196 set dummy ar; ac_word=$2
7197 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7198 $as_echo_n "checking for $ac_word... " >&6; }
7199 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7200 $as_echo_n "(cached) " >&6
7201 else
7202 if test -n "$ac_ct_MINGWAR"; then
7203 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7204 else
7205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7206 for as_dir in $PATH
7208 IFS=$as_save_IFS
7209 test -z "$as_dir" && as_dir=.
7210 for ac_exec_ext in '' $ac_executable_extensions; do
7211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7212 ac_cv_prog_ac_ct_MINGWAR="ar"
7213 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7214 break 2
7216 done
7217 done
7218 IFS=$as_save_IFS
7222 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7223 if test -n "$ac_ct_MINGWAR"; then
7224 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7225 $as_echo "$ac_ct_MINGWAR" >&6; }
7226 else
7227 { $as_echo "$as_me:$LINENO: result: no" >&5
7228 $as_echo "no" >&6; }
7231 if test "x$ac_ct_MINGWAR" = x; then
7232 MINGWAR="false"
7233 else
7234 case $cross_compiling:$ac_tool_warned in
7235 yes:)
7236 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7238 ac_tool_warned=yes ;;
7239 esac
7240 MINGWAR=$ac_ct_MINGWAR
7242 else
7243 MINGWAR="$ac_cv_prog_MINGWAR"
7246 if test "$DLLWRAP" = "false"; then
7247 LIBEXT="a"
7248 else
7249 LIBEXT="dll"
7251 IMPLIBEXT="a"
7252 enable_iphlpapi=${enable_iphlpapi:-no}
7253 enable_kernel32=${enable_kernel32:-no}
7254 enable_msvcrt=${enable_msvcrt:-no}
7255 enable_ntdll=${enable_ntdll:-no}
7256 enable_ws2_32=${enable_ws2_32:-no}
7257 enable_loader=${enable_loader:-no}
7258 enable_server=${enable_server:-no}
7259 with_x=${with_x:-no}
7260 with_pthread=${with_pthread:-no}
7262 darwin*|macosx*)
7263 DLLEXT=".so"
7264 LIBEXT="dylib"
7265 DLLFLAGS="$DLLFLAGS -fPIC"
7266 LDDLLFLAGS="-bundle -multiply_defined suppress"
7267 LIBWINE_LDFLAGS="-multiply_defined suppress"
7268 LDSHARED="\$(CC) -dynamiclib"
7269 STRIP="$STRIP -x"
7270 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7271 SECURITYLIB="-framework Security -framework CoreFoundation"
7273 COREFOUNDATIONLIB="-framework CoreFoundation"
7275 IOKITLIB="-framework IOKit -framework CoreFoundation"
7277 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7279 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7280 then
7281 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7284 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7285 then
7286 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7289 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7290 then
7291 ac_save_LIBS="$LIBS"
7292 LIBS="$LIBS $IOKITLIB"
7294 for ac_func in IOHIDManagerCreate
7296 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7297 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7298 $as_echo_n "checking for $ac_func... " >&6; }
7299 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7300 $as_echo_n "(cached) " >&6
7301 else
7302 cat >conftest.$ac_ext <<_ACEOF
7303 /* confdefs.h. */
7304 _ACEOF
7305 cat confdefs.h >>conftest.$ac_ext
7306 cat >>conftest.$ac_ext <<_ACEOF
7307 /* end confdefs.h. */
7308 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7310 #define $ac_func innocuous_$ac_func
7312 /* System header to define __stub macros and hopefully few prototypes,
7313 which can conflict with char $ac_func (); below.
7314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7315 <limits.h> exists even on freestanding compilers. */
7317 #ifdef __STDC__
7318 # include <limits.h>
7319 #else
7320 # include <assert.h>
7321 #endif
7323 #undef $ac_func
7325 /* Override any GCC internal prototype to avoid an error.
7326 Use char because int might match the return type of a GCC
7327 builtin and then its argument prototype would still apply. */
7328 #ifdef __cplusplus
7329 extern "C"
7330 #endif
7331 char $ac_func ();
7332 /* The GNU C library defines this for functions which it implements
7333 to always fail with ENOSYS. Some functions are actually named
7334 something starting with __ and the normal name is an alias. */
7335 #if defined __stub_$ac_func || defined __stub___$ac_func
7336 choke me
7337 #endif
7340 main ()
7342 return $ac_func ();
7344 return 0;
7346 _ACEOF
7347 rm -f conftest.$ac_objext conftest$ac_exeext
7348 if { (ac_try="$ac_link"
7349 case "(($ac_try" in
7350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7351 *) ac_try_echo=$ac_try;;
7352 esac
7353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7354 $as_echo "$ac_try_echo") >&5
7355 (eval "$ac_link") 2>conftest.er1
7356 ac_status=$?
7357 grep -v '^ *+' conftest.er1 >conftest.err
7358 rm -f conftest.er1
7359 cat conftest.err >&5
7360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } && {
7362 test -z "$ac_c_werror_flag" ||
7363 test ! -s conftest.err
7364 } && test -s conftest$ac_exeext && {
7365 test "$cross_compiling" = yes ||
7366 $as_test_x conftest$ac_exeext
7367 }; then
7368 eval "$as_ac_var=yes"
7369 else
7370 $as_echo "$as_me: failed program was:" >&5
7371 sed 's/^/| /' conftest.$ac_ext >&5
7373 eval "$as_ac_var=no"
7376 rm -rf conftest.dSYM
7377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7378 conftest$ac_exeext conftest.$ac_ext
7380 ac_res=`eval 'as_val=${'$as_ac_var'}
7381 $as_echo "$as_val"'`
7382 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7383 $as_echo "$ac_res" >&6; }
7384 as_val=`eval 'as_val=${'$as_ac_var'}
7385 $as_echo "$as_val"'`
7386 if test "x$as_val" = x""yes; then
7387 cat >>confdefs.h <<_ACEOF
7388 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7389 _ACEOF
7392 done
7394 LIBS="$ac_save_LIBS"
7396 case $host_cpu in
7397 *powerpc*)
7398 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7399 esac
7400 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7401 then
7402 CARBONLIB="-framework Carbon"
7404 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7408 DLLFLAGS="$DLLFLAGS -fPIC"
7409 DLLEXT=".so"
7410 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7411 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7412 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7413 $as_echo_n "(cached) " >&6
7414 else
7415 ac_wine_try_cflags_saved=$CFLAGS
7416 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7417 cat >conftest.$ac_ext <<_ACEOF
7418 void myfunc() {}
7419 _ACEOF
7420 rm -f conftest.$ac_objext conftest$ac_exeext
7421 if { (ac_try="$ac_link"
7422 case "(($ac_try" in
7423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7424 *) ac_try_echo=$ac_try;;
7425 esac
7426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7427 $as_echo "$ac_try_echo") >&5
7428 (eval "$ac_link") 2>conftest.er1
7429 ac_status=$?
7430 grep -v '^ *+' conftest.er1 >conftest.err
7431 rm -f conftest.er1
7432 cat conftest.err >&5
7433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7434 (exit $ac_status); } && {
7435 test -z "$ac_c_werror_flag" ||
7436 test ! -s conftest.err
7437 } && test -s conftest$ac_exeext && {
7438 test "$cross_compiling" = yes ||
7439 $as_test_x conftest$ac_exeext
7440 }; then
7441 ac_cv_c_dll_gnuelf="yes"
7442 else
7443 $as_echo "$as_me: failed program was:" >&5
7444 sed 's/^/| /' conftest.$ac_ext >&5
7446 ac_cv_c_dll_gnuelf="no"
7449 rm -rf conftest.dSYM
7450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7451 conftest$ac_exeext conftest.$ac_ext
7452 CFLAGS=$ac_wine_try_cflags_saved
7454 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7455 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7456 if test "$ac_cv_c_dll_gnuelf" = "yes"
7457 then
7458 LDSHARED="\$(CC) -shared"
7459 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7460 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7461 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7462 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7463 $as_echo_n "(cached) " >&6
7464 else
7465 ac_wine_try_cflags_saved=$CFLAGS
7466 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7467 cat >conftest.$ac_ext <<_ACEOF
7468 /* confdefs.h. */
7469 _ACEOF
7470 cat confdefs.h >>conftest.$ac_ext
7471 cat >>conftest.$ac_ext <<_ACEOF
7472 /* end confdefs.h. */
7475 main ()
7479 return 0;
7481 _ACEOF
7482 rm -f conftest.$ac_objext conftest$ac_exeext
7483 if { (ac_try="$ac_link"
7484 case "(($ac_try" in
7485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7486 *) ac_try_echo=$ac_try;;
7487 esac
7488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7489 $as_echo "$ac_try_echo") >&5
7490 (eval "$ac_link") 2>conftest.er1
7491 ac_status=$?
7492 grep -v '^ *+' conftest.er1 >conftest.err
7493 rm -f conftest.er1
7494 cat conftest.err >&5
7495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496 (exit $ac_status); } && {
7497 test -z "$ac_c_werror_flag" ||
7498 test ! -s conftest.err
7499 } && test -s conftest$ac_exeext && {
7500 test "$cross_compiling" = yes ||
7501 $as_test_x conftest$ac_exeext
7502 }; then
7503 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7504 else
7505 $as_echo "$as_me: failed program was:" >&5
7506 sed 's/^/| /' conftest.$ac_ext >&5
7508 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7511 rm -rf conftest.dSYM
7512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7513 conftest$ac_exeext conftest.$ac_ext
7514 CFLAGS=$ac_wine_try_cflags_saved
7516 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7517 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7518 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7519 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7520 else
7521 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7522 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7523 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7524 $as_echo_n "(cached) " >&6
7525 else
7526 ac_wine_try_cflags_saved=$CFLAGS
7527 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7528 cat >conftest.$ac_ext <<_ACEOF
7529 /* confdefs.h. */
7530 _ACEOF
7531 cat confdefs.h >>conftest.$ac_ext
7532 cat >>conftest.$ac_ext <<_ACEOF
7533 /* end confdefs.h. */
7536 main ()
7540 return 0;
7542 _ACEOF
7543 rm -f conftest.$ac_objext conftest$ac_exeext
7544 if { (ac_try="$ac_link"
7545 case "(($ac_try" in
7546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7547 *) ac_try_echo=$ac_try;;
7548 esac
7549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7550 $as_echo "$ac_try_echo") >&5
7551 (eval "$ac_link") 2>conftest.er1
7552 ac_status=$?
7553 grep -v '^ *+' conftest.er1 >conftest.err
7554 rm -f conftest.er1
7555 cat conftest.err >&5
7556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7557 (exit $ac_status); } && {
7558 test -z "$ac_c_werror_flag" ||
7559 test ! -s conftest.err
7560 } && test -s conftest$ac_exeext && {
7561 test "$cross_compiling" = yes ||
7562 $as_test_x conftest$ac_exeext
7563 }; then
7564 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7565 else
7566 $as_echo "$as_me: failed program was:" >&5
7567 sed 's/^/| /' conftest.$ac_ext >&5
7569 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7572 rm -rf conftest.dSYM
7573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7574 conftest$ac_exeext conftest.$ac_ext
7575 CFLAGS=$ac_wine_try_cflags_saved
7577 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7578 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7579 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7580 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7586 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7587 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7588 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7589 $as_echo_n "(cached) " >&6
7590 else
7591 ac_wine_try_cflags_saved=$CFLAGS
7592 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7593 cat >conftest.$ac_ext <<_ACEOF
7594 /* confdefs.h. */
7595 _ACEOF
7596 cat confdefs.h >>conftest.$ac_ext
7597 cat >>conftest.$ac_ext <<_ACEOF
7598 /* end confdefs.h. */
7601 main ()
7605 return 0;
7607 _ACEOF
7608 rm -f conftest.$ac_objext conftest$ac_exeext
7609 if { (ac_try="$ac_link"
7610 case "(($ac_try" in
7611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7612 *) ac_try_echo=$ac_try;;
7613 esac
7614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7615 $as_echo "$ac_try_echo") >&5
7616 (eval "$ac_link") 2>conftest.er1
7617 ac_status=$?
7618 grep -v '^ *+' conftest.er1 >conftest.err
7619 rm -f conftest.er1
7620 cat conftest.err >&5
7621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7622 (exit $ac_status); } && {
7623 test -z "$ac_c_werror_flag" ||
7624 test ! -s conftest.err
7625 } && test -s conftest$ac_exeext && {
7626 test "$cross_compiling" = yes ||
7627 $as_test_x conftest$ac_exeext
7628 }; then
7629 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7630 else
7631 $as_echo "$as_me: failed program was:" >&5
7632 sed 's/^/| /' conftest.$ac_ext >&5
7634 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7637 rm -rf conftest.dSYM
7638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7639 conftest$ac_exeext conftest.$ac_ext
7640 CFLAGS=$ac_wine_try_cflags_saved
7642 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7643 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7644 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7645 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7649 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7650 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7651 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7652 $as_echo_n "(cached) " >&6
7653 else
7654 ac_wine_try_cflags_saved=$CFLAGS
7655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7656 cat >conftest.$ac_ext <<_ACEOF
7657 /* confdefs.h. */
7658 _ACEOF
7659 cat confdefs.h >>conftest.$ac_ext
7660 cat >>conftest.$ac_ext <<_ACEOF
7661 /* end confdefs.h. */
7664 main ()
7668 return 0;
7670 _ACEOF
7671 rm -f conftest.$ac_objext conftest$ac_exeext
7672 if { (ac_try="$ac_link"
7673 case "(($ac_try" in
7674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7675 *) ac_try_echo=$ac_try;;
7676 esac
7677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7678 $as_echo "$ac_try_echo") >&5
7679 (eval "$ac_link") 2>conftest.er1
7680 ac_status=$?
7681 grep -v '^ *+' conftest.er1 >conftest.err
7682 rm -f conftest.er1
7683 cat conftest.err >&5
7684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685 (exit $ac_status); } && {
7686 test -z "$ac_c_werror_flag" ||
7687 test ! -s conftest.err
7688 } && test -s conftest$ac_exeext && {
7689 test "$cross_compiling" = yes ||
7690 $as_test_x conftest$ac_exeext
7691 }; then
7692 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7693 else
7694 $as_echo "$as_me: failed program was:" >&5
7695 sed 's/^/| /' conftest.$ac_ext >&5
7697 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7700 rm -rf conftest.dSYM
7701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7702 conftest$ac_exeext conftest.$ac_ext
7703 CFLAGS=$ac_wine_try_cflags_saved
7705 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7706 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7707 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7708 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7712 echo '{ global: *; };' >conftest.map
7713 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7714 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7715 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7716 $as_echo_n "(cached) " >&6
7717 else
7718 ac_wine_try_cflags_saved=$CFLAGS
7719 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7720 cat >conftest.$ac_ext <<_ACEOF
7721 /* confdefs.h. */
7722 _ACEOF
7723 cat confdefs.h >>conftest.$ac_ext
7724 cat >>conftest.$ac_ext <<_ACEOF
7725 /* end confdefs.h. */
7728 main ()
7732 return 0;
7734 _ACEOF
7735 rm -f conftest.$ac_objext conftest$ac_exeext
7736 if { (ac_try="$ac_link"
7737 case "(($ac_try" in
7738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7739 *) ac_try_echo=$ac_try;;
7740 esac
7741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7742 $as_echo "$ac_try_echo") >&5
7743 (eval "$ac_link") 2>conftest.er1
7744 ac_status=$?
7745 grep -v '^ *+' conftest.er1 >conftest.err
7746 rm -f conftest.er1
7747 cat conftest.err >&5
7748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } && {
7750 test -z "$ac_c_werror_flag" ||
7751 test ! -s conftest.err
7752 } && test -s conftest$ac_exeext && {
7753 test "$cross_compiling" = yes ||
7754 $as_test_x conftest$ac_exeext
7755 }; then
7756 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7757 else
7758 $as_echo "$as_me: failed program was:" >&5
7759 sed 's/^/| /' conftest.$ac_ext >&5
7761 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7764 rm -rf conftest.dSYM
7765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7766 conftest$ac_exeext conftest.$ac_ext
7767 CFLAGS=$ac_wine_try_cflags_saved
7769 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7770 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7771 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7772 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7775 rm -f conftest.map
7777 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7778 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7779 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7780 $as_echo_n "(cached) " >&6
7781 else
7782 ac_wine_try_cflags_saved=$CFLAGS
7783 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7784 cat >conftest.$ac_ext <<_ACEOF
7785 /* confdefs.h. */
7786 _ACEOF
7787 cat confdefs.h >>conftest.$ac_ext
7788 cat >>conftest.$ac_ext <<_ACEOF
7789 /* end confdefs.h. */
7792 main ()
7796 return 0;
7798 _ACEOF
7799 rm -f conftest.$ac_objext conftest$ac_exeext
7800 if { (ac_try="$ac_link"
7801 case "(($ac_try" in
7802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7803 *) ac_try_echo=$ac_try;;
7804 esac
7805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7806 $as_echo "$ac_try_echo") >&5
7807 (eval "$ac_link") 2>conftest.er1
7808 ac_status=$?
7809 grep -v '^ *+' conftest.er1 >conftest.err
7810 rm -f conftest.er1
7811 cat conftest.err >&5
7812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } && {
7814 test -z "$ac_c_werror_flag" ||
7815 test ! -s conftest.err
7816 } && test -s conftest$ac_exeext && {
7817 test "$cross_compiling" = yes ||
7818 $as_test_x conftest$ac_exeext
7819 }; then
7820 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7821 else
7822 $as_echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7825 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7828 rm -rf conftest.dSYM
7829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7830 conftest$ac_exeext conftest.$ac_ext
7831 CFLAGS=$ac_wine_try_cflags_saved
7833 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7834 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7835 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7836 LDEXECFLAGS="-Wl,--export-dynamic"
7841 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7842 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7843 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7844 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7845 $as_echo_n "(cached) " >&6
7846 else
7847 ac_wine_try_cflags_saved=$CFLAGS
7848 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7849 cat >conftest.$ac_ext <<_ACEOF
7850 /* confdefs.h. */
7851 _ACEOF
7852 cat confdefs.h >>conftest.$ac_ext
7853 cat >>conftest.$ac_ext <<_ACEOF
7854 /* end confdefs.h. */
7857 main ()
7861 return 0;
7863 _ACEOF
7864 rm -f conftest.$ac_objext conftest$ac_exeext
7865 if { (ac_try="$ac_link"
7866 case "(($ac_try" in
7867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7868 *) ac_try_echo=$ac_try;;
7869 esac
7870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7871 $as_echo "$ac_try_echo") >&5
7872 (eval "$ac_link") 2>conftest.er1
7873 ac_status=$?
7874 grep -v '^ *+' conftest.er1 >conftest.err
7875 rm -f conftest.er1
7876 cat conftest.err >&5
7877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7878 (exit $ac_status); } && {
7879 test -z "$ac_c_werror_flag" ||
7880 test ! -s conftest.err
7881 } && test -s conftest$ac_exeext && {
7882 test "$cross_compiling" = yes ||
7883 $as_test_x conftest$ac_exeext
7884 }; then
7885 eval "$as_ac_var=yes"
7886 else
7887 $as_echo "$as_me: failed program was:" >&5
7888 sed 's/^/| /' conftest.$ac_ext >&5
7890 eval "$as_ac_var=no"
7893 rm -rf conftest.dSYM
7894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7895 conftest$ac_exeext conftest.$ac_ext
7896 CFLAGS=$ac_wine_try_cflags_saved
7898 ac_res=`eval 'as_val=${'$as_ac_var'}
7899 $as_echo "$as_val"'`
7900 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7901 $as_echo "$ac_res" >&6; }
7902 if test `eval 'as_val=${'$as_ac_var'}
7903 $as_echo "$as_val"'` = yes; then
7904 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7905 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7906 else
7907 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7908 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7909 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7910 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7911 $as_echo_n "(cached) " >&6
7912 else
7913 ac_wine_try_cflags_saved=$CFLAGS
7914 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7915 cat >conftest.$ac_ext <<_ACEOF
7916 /* confdefs.h. */
7917 _ACEOF
7918 cat confdefs.h >>conftest.$ac_ext
7919 cat >>conftest.$ac_ext <<_ACEOF
7920 /* end confdefs.h. */
7923 main ()
7927 return 0;
7929 _ACEOF
7930 rm -f conftest.$ac_objext conftest$ac_exeext
7931 if { (ac_try="$ac_link"
7932 case "(($ac_try" in
7933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7934 *) ac_try_echo=$ac_try;;
7935 esac
7936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7937 $as_echo "$ac_try_echo") >&5
7938 (eval "$ac_link") 2>conftest.er1
7939 ac_status=$?
7940 grep -v '^ *+' conftest.er1 >conftest.err
7941 rm -f conftest.er1
7942 cat conftest.err >&5
7943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7944 (exit $ac_status); } && {
7945 test -z "$ac_c_werror_flag" ||
7946 test ! -s conftest.err
7947 } && test -s conftest$ac_exeext && {
7948 test "$cross_compiling" = yes ||
7949 $as_test_x conftest$ac_exeext
7950 }; then
7951 eval "$as_ac_var=yes"
7952 else
7953 $as_echo "$as_me: failed program was:" >&5
7954 sed 's/^/| /' conftest.$ac_ext >&5
7956 eval "$as_ac_var=no"
7959 rm -rf conftest.dSYM
7960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7961 conftest$ac_exeext conftest.$ac_ext
7962 CFLAGS=$ac_wine_try_cflags_saved
7964 ac_res=`eval 'as_val=${'$as_ac_var'}
7965 $as_echo "$as_val"'`
7966 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7967 $as_echo "$ac_res" >&6; }
7968 if test `eval 'as_val=${'$as_ac_var'}
7969 $as_echo "$as_val"'` = yes; then
7970 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7971 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7977 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7978 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7979 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7980 $as_echo_n "(cached) " >&6
7981 else
7982 ac_wine_try_cflags_saved=$CFLAGS
7983 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7984 cat >conftest.$ac_ext <<_ACEOF
7985 /* confdefs.h. */
7986 _ACEOF
7987 cat confdefs.h >>conftest.$ac_ext
7988 cat >>conftest.$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7992 main ()
7996 return 0;
7998 _ACEOF
7999 rm -f conftest.$ac_objext conftest$ac_exeext
8000 if { (ac_try="$ac_link"
8001 case "(($ac_try" in
8002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8003 *) ac_try_echo=$ac_try;;
8004 esac
8005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8006 $as_echo "$ac_try_echo") >&5
8007 (eval "$ac_link") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest$ac_exeext && {
8017 test "$cross_compiling" = yes ||
8018 $as_test_x conftest$ac_exeext
8019 }; then
8020 ac_cv_cflags__Wl___enable_new_dtags=yes
8021 else
8022 $as_echo "$as_me: failed program was:" >&5
8023 sed 's/^/| /' conftest.$ac_ext >&5
8025 ac_cv_cflags__Wl___enable_new_dtags=no
8028 rm -rf conftest.dSYM
8029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8030 conftest$ac_exeext conftest.$ac_ext
8031 CFLAGS=$ac_wine_try_cflags_saved
8033 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8034 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8035 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8036 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8040 case $host_cpu in
8041 *i[3456789]86* | x86_64)
8042 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8043 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8044 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8045 $as_echo_n "(cached) " >&6
8046 else
8047 ac_wine_try_cflags_saved=$CFLAGS
8048 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8049 cat >conftest.$ac_ext <<_ACEOF
8050 /* confdefs.h. */
8051 _ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8057 main ()
8061 return 0;
8063 _ACEOF
8064 rm -f conftest.$ac_objext conftest$ac_exeext
8065 if { (ac_try="$ac_link"
8066 case "(($ac_try" in
8067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8068 *) ac_try_echo=$ac_try;;
8069 esac
8070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8071 $as_echo "$ac_try_echo") >&5
8072 (eval "$ac_link") 2>conftest.er1
8073 ac_status=$?
8074 grep -v '^ *+' conftest.er1 >conftest.err
8075 rm -f conftest.er1
8076 cat conftest.err >&5
8077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8078 (exit $ac_status); } && {
8079 test -z "$ac_c_werror_flag" ||
8080 test ! -s conftest.err
8081 } && test -s conftest$ac_exeext && {
8082 test "$cross_compiling" = yes ||
8083 $as_test_x conftest$ac_exeext
8084 }; then
8085 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8086 else
8087 $as_echo "$as_me: failed program was:" >&5
8088 sed 's/^/| /' conftest.$ac_ext >&5
8090 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8093 rm -rf conftest.dSYM
8094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8095 conftest$ac_exeext conftest.$ac_ext
8096 CFLAGS=$ac_wine_try_cflags_saved
8098 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8099 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8100 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8101 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8105 esac
8107 else
8108 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8109 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8110 if test "${ac_cv_c_dll_unixware+set}" = set; then
8111 $as_echo_n "(cached) " >&6
8112 else
8113 ac_wine_try_cflags_saved=$CFLAGS
8114 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8115 cat >conftest.$ac_ext <<_ACEOF
8116 void myfunc() {}
8117 _ACEOF
8118 rm -f conftest.$ac_objext conftest$ac_exeext
8119 if { (ac_try="$ac_link"
8120 case "(($ac_try" in
8121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8122 *) ac_try_echo=$ac_try;;
8123 esac
8124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8125 $as_echo "$ac_try_echo") >&5
8126 (eval "$ac_link") 2>conftest.er1
8127 ac_status=$?
8128 grep -v '^ *+' conftest.er1 >conftest.err
8129 rm -f conftest.er1
8130 cat conftest.err >&5
8131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8132 (exit $ac_status); } && {
8133 test -z "$ac_c_werror_flag" ||
8134 test ! -s conftest.err
8135 } && test -s conftest$ac_exeext && {
8136 test "$cross_compiling" = yes ||
8137 $as_test_x conftest$ac_exeext
8138 }; then
8139 ac_cv_c_dll_unixware="yes"
8140 else
8141 $as_echo "$as_me: failed program was:" >&5
8142 sed 's/^/| /' conftest.$ac_ext >&5
8144 ac_cv_c_dll_unixware="no"
8147 rm -rf conftest.dSYM
8148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8149 conftest$ac_exeext conftest.$ac_ext
8150 CFLAGS=$ac_wine_try_cflags_saved
8152 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8153 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8154 if test "$ac_cv_c_dll_unixware" = "yes"
8155 then
8156 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8157 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8159 else
8160 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8161 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8162 if test "${ac_cv_c_dll_hpux+set}" = set; then
8163 $as_echo_n "(cached) " >&6
8164 else
8165 ac_wine_try_cflags_saved=$CFLAGS
8166 CFLAGS="$CFLAGS -shared"
8167 cat >conftest.$ac_ext <<_ACEOF
8168 void myfunc() {}
8169 _ACEOF
8170 rm -f conftest.$ac_objext conftest$ac_exeext
8171 if { (ac_try="$ac_link"
8172 case "(($ac_try" in
8173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8174 *) ac_try_echo=$ac_try;;
8175 esac
8176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8177 $as_echo "$ac_try_echo") >&5
8178 (eval "$ac_link") 2>conftest.er1
8179 ac_status=$?
8180 grep -v '^ *+' conftest.er1 >conftest.err
8181 rm -f conftest.er1
8182 cat conftest.err >&5
8183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184 (exit $ac_status); } && {
8185 test -z "$ac_c_werror_flag" ||
8186 test ! -s conftest.err
8187 } && test -s conftest$ac_exeext && {
8188 test "$cross_compiling" = yes ||
8189 $as_test_x conftest$ac_exeext
8190 }; then
8191 ac_cv_c_dll_hpux="yes"
8192 else
8193 $as_echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.$ac_ext >&5
8196 ac_cv_c_dll_hpux="no"
8199 rm -rf conftest.dSYM
8200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8201 conftest$ac_exeext conftest.$ac_ext
8202 CFLAGS=$ac_wine_try_cflags_saved
8204 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8205 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8206 if test "$ac_cv_c_dll_hpux" = "yes"
8207 then
8208 LIBEXT="sl"
8209 DLLEXT=".sl"
8210 LDDLLFLAGS="-shared -fPIC"
8211 LDSHARED="\$(CC) -shared"
8216 esac
8218 enable_winequartz_drv=${enable_winequartz_drv:-no}
8220 if test "$LIBEXT" = "a"; then
8221 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8222 It is currently not possible to build Wine without shared library
8223 (.so) support to allow transparent switch between .so and .dll files.
8224 If you are using Linux, you will need a newer binutils.
8225 " >&5
8226 $as_echo "$as_me: error: could not find a way to build shared libraries.
8227 It is currently not possible to build Wine without shared library
8228 (.so) support to allow transparent switch between .so and .dll files.
8229 If you are using Linux, you will need a newer binutils.
8230 " >&2;}
8231 { (exit 1); exit 1; }; }
8234 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8235 then
8236 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 i686-pc-mingw32-gcc
8238 # Extract the first word of "$ac_prog", so it can be a program name with args.
8239 set dummy $ac_prog; ac_word=$2
8240 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8241 $as_echo_n "checking for $ac_word... " >&6; }
8242 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8243 $as_echo_n "(cached) " >&6
8244 else
8245 if test -n "$CROSSCC"; then
8246 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8247 else
8248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8249 for as_dir in $PATH
8251 IFS=$as_save_IFS
8252 test -z "$as_dir" && as_dir=.
8253 for ac_exec_ext in '' $ac_executable_extensions; do
8254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8255 ac_cv_prog_CROSSCC="$ac_prog"
8256 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8257 break 2
8259 done
8260 done
8261 IFS=$as_save_IFS
8265 CROSSCC=$ac_cv_prog_CROSSCC
8266 if test -n "$CROSSCC"; then
8267 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8268 $as_echo "$CROSSCC" >&6; }
8269 else
8270 { $as_echo "$as_me:$LINENO: result: no" >&5
8271 $as_echo "no" >&6; }
8275 test -n "$CROSSCC" && break
8276 done
8277 test -n "$CROSSCC" || CROSSCC="false"
8279 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 i686-pc-mingw32-dlltool
8281 # Extract the first word of "$ac_prog", so it can be a program name with args.
8282 set dummy $ac_prog; ac_word=$2
8283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8284 $as_echo_n "checking for $ac_word... " >&6; }
8285 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8286 $as_echo_n "(cached) " >&6
8287 else
8288 if test -n "$DLLTOOL"; then
8289 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8290 else
8291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8292 for as_dir in $PATH
8294 IFS=$as_save_IFS
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8298 ac_cv_prog_DLLTOOL="$ac_prog"
8299 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8300 break 2
8302 done
8303 done
8304 IFS=$as_save_IFS
8308 DLLTOOL=$ac_cv_prog_DLLTOOL
8309 if test -n "$DLLTOOL"; then
8310 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8311 $as_echo "$DLLTOOL" >&6; }
8312 else
8313 { $as_echo "$as_me:$LINENO: result: no" >&5
8314 $as_echo "no" >&6; }
8318 test -n "$DLLTOOL" && break
8319 done
8320 test -n "$DLLTOOL" || DLLTOOL="false"
8322 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 i686-pc-mingw32-ar
8324 # Extract the first word of "$ac_prog", so it can be a program name with args.
8325 set dummy $ac_prog; ac_word=$2
8326 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8327 $as_echo_n "checking for $ac_word... " >&6; }
8328 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8329 $as_echo_n "(cached) " >&6
8330 else
8331 if test -n "$MINGWAR"; then
8332 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8333 else
8334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8335 for as_dir in $PATH
8337 IFS=$as_save_IFS
8338 test -z "$as_dir" && as_dir=.
8339 for ac_exec_ext in '' $ac_executable_extensions; do
8340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8341 ac_cv_prog_MINGWAR="$ac_prog"
8342 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8343 break 2
8345 done
8346 done
8347 IFS=$as_save_IFS
8351 MINGWAR=$ac_cv_prog_MINGWAR
8352 if test -n "$MINGWAR"; then
8353 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8354 $as_echo "$MINGWAR" >&6; }
8355 else
8356 { $as_echo "$as_me:$LINENO: result: no" >&5
8357 $as_echo "no" >&6; }
8361 test -n "$MINGWAR" && break
8362 done
8363 test -n "$MINGWAR" || MINGWAR="false"
8365 if test "$CROSSCC" != "false"
8366 then
8367 CROSSTEST="\$(CROSSTEST)"
8369 CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8375 if test "$ac_cv_header_pthread_h" = "yes"
8376 then
8377 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8378 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8379 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8380 $as_echo_n "(cached) " >&6
8381 else
8382 ac_check_lib_save_LIBS=$LIBS
8383 LIBS="-lpthread $LIBS"
8384 cat >conftest.$ac_ext <<_ACEOF
8385 /* confdefs.h. */
8386 _ACEOF
8387 cat confdefs.h >>conftest.$ac_ext
8388 cat >>conftest.$ac_ext <<_ACEOF
8389 /* end confdefs.h. */
8391 /* Override any GCC internal prototype to avoid an error.
8392 Use char because int might match the return type of a GCC
8393 builtin and then its argument prototype would still apply. */
8394 #ifdef __cplusplus
8395 extern "C"
8396 #endif
8397 char pthread_create ();
8399 main ()
8401 return pthread_create ();
8403 return 0;
8405 _ACEOF
8406 rm -f conftest.$ac_objext conftest$ac_exeext
8407 if { (ac_try="$ac_link"
8408 case "(($ac_try" in
8409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8410 *) ac_try_echo=$ac_try;;
8411 esac
8412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8413 $as_echo "$ac_try_echo") >&5
8414 (eval "$ac_link") 2>conftest.er1
8415 ac_status=$?
8416 grep -v '^ *+' conftest.er1 >conftest.err
8417 rm -f conftest.er1
8418 cat conftest.err >&5
8419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8420 (exit $ac_status); } && {
8421 test -z "$ac_c_werror_flag" ||
8422 test ! -s conftest.err
8423 } && test -s conftest$ac_exeext && {
8424 test "$cross_compiling" = yes ||
8425 $as_test_x conftest$ac_exeext
8426 }; then
8427 ac_cv_lib_pthread_pthread_create=yes
8428 else
8429 $as_echo "$as_me: failed program was:" >&5
8430 sed 's/^/| /' conftest.$ac_ext >&5
8432 ac_cv_lib_pthread_pthread_create=no
8435 rm -rf conftest.dSYM
8436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8437 conftest$ac_exeext conftest.$ac_ext
8438 LIBS=$ac_check_lib_save_LIBS
8440 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8441 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8442 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8443 LIBPTHREAD="-lpthread"
8448 if test "x$LIBPTHREAD" = "x"; then
8449 case "x$with_pthread" in
8450 xno) ;;
8451 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8452 Wine cannot support threads without libpthread.
8453 Use the --without-pthread option if you really want this." >&5
8454 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8455 Wine cannot support threads without libpthread.
8456 Use the --without-pthread option if you really want this." >&2;}
8457 { (exit 1); exit 1; }; } ;;
8458 esac
8463 { $as_echo "$as_me:$LINENO: checking for X" >&5
8464 $as_echo_n "checking for X... " >&6; }
8467 # Check whether --with-x was given.
8468 if test "${with_x+set}" = set; then
8469 withval=$with_x;
8472 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8473 if test "x$with_x" = xno; then
8474 # The user explicitly disabled X.
8475 have_x=disabled
8476 else
8477 case $x_includes,$x_libraries in #(
8478 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8479 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8480 { (exit 1); exit 1; }; };; #(
8481 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8482 $as_echo_n "(cached) " >&6
8483 else
8484 # One or both of the vars are not set, and there is no cached value.
8485 ac_x_includes=no ac_x_libraries=no
8486 rm -f -r conftest.dir
8487 if mkdir conftest.dir; then
8488 cd conftest.dir
8489 cat >Imakefile <<'_ACEOF'
8490 incroot:
8491 @echo incroot='${INCROOT}'
8492 usrlibdir:
8493 @echo usrlibdir='${USRLIBDIR}'
8494 libdir:
8495 @echo libdir='${LIBDIR}'
8496 _ACEOF
8497 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8498 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8499 for ac_var in incroot usrlibdir libdir; do
8500 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8501 done
8502 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8503 for ac_extension in a so sl dylib la dll; do
8504 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8505 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8506 ac_im_usrlibdir=$ac_im_libdir; break
8508 done
8509 # Screen out bogus values from the imake configuration. They are
8510 # bogus both because they are the default anyway, and because
8511 # using them would break gcc on systems where it needs fixed includes.
8512 case $ac_im_incroot in
8513 /usr/include) ac_x_includes= ;;
8514 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8515 esac
8516 case $ac_im_usrlibdir in
8517 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8518 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8519 esac
8521 cd ..
8522 rm -f -r conftest.dir
8525 # Standard set of common directories for X headers.
8526 # Check X11 before X11Rn because it is often a symlink to the current release.
8527 ac_x_header_dirs='
8528 /usr/X11/include
8529 /usr/X11R6/include
8530 /usr/X11R5/include
8531 /usr/X11R4/include
8533 /usr/include/X11
8534 /usr/include/X11R6
8535 /usr/include/X11R5
8536 /usr/include/X11R4
8538 /usr/local/X11/include
8539 /usr/local/X11R6/include
8540 /usr/local/X11R5/include
8541 /usr/local/X11R4/include
8543 /usr/local/include/X11
8544 /usr/local/include/X11R6
8545 /usr/local/include/X11R5
8546 /usr/local/include/X11R4
8548 /usr/X386/include
8549 /usr/x386/include
8550 /usr/XFree86/include/X11
8552 /usr/include
8553 /usr/local/include
8554 /usr/unsupported/include
8555 /usr/athena/include
8556 /usr/local/x11r5/include
8557 /usr/lpp/Xamples/include
8559 /usr/openwin/include
8560 /usr/openwin/share/include'
8562 if test "$ac_x_includes" = no; then
8563 # Guess where to find include files, by looking for Xlib.h.
8564 # First, try using that file with no special directory specified.
8565 cat >conftest.$ac_ext <<_ACEOF
8566 /* confdefs.h. */
8567 _ACEOF
8568 cat confdefs.h >>conftest.$ac_ext
8569 cat >>conftest.$ac_ext <<_ACEOF
8570 /* end confdefs.h. */
8571 #include <X11/Xlib.h>
8572 _ACEOF
8573 if { (ac_try="$ac_cpp conftest.$ac_ext"
8574 case "(($ac_try" in
8575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8576 *) ac_try_echo=$ac_try;;
8577 esac
8578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8579 $as_echo "$ac_try_echo") >&5
8580 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8581 ac_status=$?
8582 grep -v '^ *+' conftest.er1 >conftest.err
8583 rm -f conftest.er1
8584 cat conftest.err >&5
8585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8586 (exit $ac_status); } >/dev/null && {
8587 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8588 test ! -s conftest.err
8589 }; then
8590 # We can compile using X headers with no special include directory.
8591 ac_x_includes=
8592 else
8593 $as_echo "$as_me: failed program was:" >&5
8594 sed 's/^/| /' conftest.$ac_ext >&5
8596 for ac_dir in $ac_x_header_dirs; do
8597 if test -r "$ac_dir/X11/Xlib.h"; then
8598 ac_x_includes=$ac_dir
8599 break
8601 done
8604 rm -f conftest.err conftest.$ac_ext
8605 fi # $ac_x_includes = no
8607 if test "$ac_x_libraries" = no; then
8608 # Check for the libraries.
8609 # See if we find them without any special options.
8610 # Don't add to $LIBS permanently.
8611 ac_save_LIBS=$LIBS
8612 LIBS="-lX11 $LIBS"
8613 cat >conftest.$ac_ext <<_ACEOF
8614 /* confdefs.h. */
8615 _ACEOF
8616 cat confdefs.h >>conftest.$ac_ext
8617 cat >>conftest.$ac_ext <<_ACEOF
8618 /* end confdefs.h. */
8619 #include <X11/Xlib.h>
8621 main ()
8623 XrmInitialize ()
8625 return 0;
8627 _ACEOF
8628 rm -f conftest.$ac_objext conftest$ac_exeext
8629 if { (ac_try="$ac_link"
8630 case "(($ac_try" in
8631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8632 *) ac_try_echo=$ac_try;;
8633 esac
8634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8635 $as_echo "$ac_try_echo") >&5
8636 (eval "$ac_link") 2>conftest.er1
8637 ac_status=$?
8638 grep -v '^ *+' conftest.er1 >conftest.err
8639 rm -f conftest.er1
8640 cat conftest.err >&5
8641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8642 (exit $ac_status); } && {
8643 test -z "$ac_c_werror_flag" ||
8644 test ! -s conftest.err
8645 } && test -s conftest$ac_exeext && {
8646 test "$cross_compiling" = yes ||
8647 $as_test_x conftest$ac_exeext
8648 }; then
8649 LIBS=$ac_save_LIBS
8650 # We can link X programs with no special library path.
8651 ac_x_libraries=
8652 else
8653 $as_echo "$as_me: failed program was:" >&5
8654 sed 's/^/| /' conftest.$ac_ext >&5
8656 LIBS=$ac_save_LIBS
8657 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8659 # Don't even attempt the hair of trying to link an X program!
8660 for ac_extension in a so sl dylib la dll; do
8661 if test -r "$ac_dir/libX11.$ac_extension"; then
8662 ac_x_libraries=$ac_dir
8663 break 2
8665 done
8666 done
8669 rm -rf conftest.dSYM
8670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8671 conftest$ac_exeext conftest.$ac_ext
8672 fi # $ac_x_libraries = no
8674 case $ac_x_includes,$ac_x_libraries in #(
8675 no,* | *,no | *\'*)
8676 # Didn't find X, or a directory has "'" in its name.
8677 ac_cv_have_x="have_x=no";; #(
8679 # Record where we found X for the cache.
8680 ac_cv_have_x="have_x=yes\
8681 ac_x_includes='$ac_x_includes'\
8682 ac_x_libraries='$ac_x_libraries'"
8683 esac
8685 ;; #(
8686 *) have_x=yes;;
8687 esac
8688 eval "$ac_cv_have_x"
8689 fi # $with_x != no
8691 if test "$have_x" != yes; then
8692 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8693 $as_echo "$have_x" >&6; }
8694 no_x=yes
8695 else
8696 # If each of the values was on the command line, it overrides each guess.
8697 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8698 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8699 # Update the cache value to reflect the command line values.
8700 ac_cv_have_x="have_x=yes\
8701 ac_x_includes='$x_includes'\
8702 ac_x_libraries='$x_libraries'"
8703 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8704 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8707 if test "$no_x" = yes; then
8708 # Not all programs may use this symbol, but it does not hurt to define it.
8710 cat >>confdefs.h <<\_ACEOF
8711 #define X_DISPLAY_MISSING 1
8712 _ACEOF
8714 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8715 else
8716 if test -n "$x_includes"; then
8717 X_CFLAGS="$X_CFLAGS -I$x_includes"
8720 # It would also be nice to do this for all -L options, not just this one.
8721 if test -n "$x_libraries"; then
8722 X_LIBS="$X_LIBS -L$x_libraries"
8723 # For Solaris; some versions of Sun CC require a space after -R and
8724 # others require no space. Words are not sufficient . . . .
8725 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8726 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8727 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8728 ac_xsave_c_werror_flag=$ac_c_werror_flag
8729 ac_c_werror_flag=yes
8730 cat >conftest.$ac_ext <<_ACEOF
8731 /* confdefs.h. */
8732 _ACEOF
8733 cat confdefs.h >>conftest.$ac_ext
8734 cat >>conftest.$ac_ext <<_ACEOF
8735 /* end confdefs.h. */
8738 main ()
8742 return 0;
8744 _ACEOF
8745 rm -f conftest.$ac_objext conftest$ac_exeext
8746 if { (ac_try="$ac_link"
8747 case "(($ac_try" in
8748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8749 *) ac_try_echo=$ac_try;;
8750 esac
8751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8752 $as_echo "$ac_try_echo") >&5
8753 (eval "$ac_link") 2>conftest.er1
8754 ac_status=$?
8755 grep -v '^ *+' conftest.er1 >conftest.err
8756 rm -f conftest.er1
8757 cat conftest.err >&5
8758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8759 (exit $ac_status); } && {
8760 test -z "$ac_c_werror_flag" ||
8761 test ! -s conftest.err
8762 } && test -s conftest$ac_exeext && {
8763 test "$cross_compiling" = yes ||
8764 $as_test_x conftest$ac_exeext
8765 }; then
8766 { $as_echo "$as_me:$LINENO: result: no" >&5
8767 $as_echo "no" >&6; }
8768 X_LIBS="$X_LIBS -R$x_libraries"
8769 else
8770 $as_echo "$as_me: failed program was:" >&5
8771 sed 's/^/| /' conftest.$ac_ext >&5
8773 LIBS="$ac_xsave_LIBS -R $x_libraries"
8774 cat >conftest.$ac_ext <<_ACEOF
8775 /* confdefs.h. */
8776 _ACEOF
8777 cat confdefs.h >>conftest.$ac_ext
8778 cat >>conftest.$ac_ext <<_ACEOF
8779 /* end confdefs.h. */
8782 main ()
8786 return 0;
8788 _ACEOF
8789 rm -f conftest.$ac_objext conftest$ac_exeext
8790 if { (ac_try="$ac_link"
8791 case "(($ac_try" in
8792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8793 *) ac_try_echo=$ac_try;;
8794 esac
8795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8796 $as_echo "$ac_try_echo") >&5
8797 (eval "$ac_link") 2>conftest.er1
8798 ac_status=$?
8799 grep -v '^ *+' conftest.er1 >conftest.err
8800 rm -f conftest.er1
8801 cat conftest.err >&5
8802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8803 (exit $ac_status); } && {
8804 test -z "$ac_c_werror_flag" ||
8805 test ! -s conftest.err
8806 } && test -s conftest$ac_exeext && {
8807 test "$cross_compiling" = yes ||
8808 $as_test_x conftest$ac_exeext
8809 }; then
8810 { $as_echo "$as_me:$LINENO: result: yes" >&5
8811 $as_echo "yes" >&6; }
8812 X_LIBS="$X_LIBS -R $x_libraries"
8813 else
8814 $as_echo "$as_me: failed program was:" >&5
8815 sed 's/^/| /' conftest.$ac_ext >&5
8817 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8818 $as_echo "neither works" >&6; }
8821 rm -rf conftest.dSYM
8822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8823 conftest$ac_exeext conftest.$ac_ext
8826 rm -rf conftest.dSYM
8827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8828 conftest$ac_exeext conftest.$ac_ext
8829 ac_c_werror_flag=$ac_xsave_c_werror_flag
8830 LIBS=$ac_xsave_LIBS
8833 # Check for system-dependent libraries X programs must link with.
8834 # Do this before checking for the system-independent R6 libraries
8835 # (-lICE), since we may need -lsocket or whatever for X linking.
8837 if test "$ISC" = yes; then
8838 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8839 else
8840 # Martyn Johnson says this is needed for Ultrix, if the X
8841 # libraries were built with DECnet support. And Karl Berry says
8842 # the Alpha needs dnet_stub (dnet does not exist).
8843 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8844 cat >conftest.$ac_ext <<_ACEOF
8845 /* confdefs.h. */
8846 _ACEOF
8847 cat confdefs.h >>conftest.$ac_ext
8848 cat >>conftest.$ac_ext <<_ACEOF
8849 /* end confdefs.h. */
8851 /* Override any GCC internal prototype to avoid an error.
8852 Use char because int might match the return type of a GCC
8853 builtin and then its argument prototype would still apply. */
8854 #ifdef __cplusplus
8855 extern "C"
8856 #endif
8857 char XOpenDisplay ();
8859 main ()
8861 return XOpenDisplay ();
8863 return 0;
8865 _ACEOF
8866 rm -f conftest.$ac_objext conftest$ac_exeext
8867 if { (ac_try="$ac_link"
8868 case "(($ac_try" in
8869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8870 *) ac_try_echo=$ac_try;;
8871 esac
8872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8873 $as_echo "$ac_try_echo") >&5
8874 (eval "$ac_link") 2>conftest.er1
8875 ac_status=$?
8876 grep -v '^ *+' conftest.er1 >conftest.err
8877 rm -f conftest.er1
8878 cat conftest.err >&5
8879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8880 (exit $ac_status); } && {
8881 test -z "$ac_c_werror_flag" ||
8882 test ! -s conftest.err
8883 } && test -s conftest$ac_exeext && {
8884 test "$cross_compiling" = yes ||
8885 $as_test_x conftest$ac_exeext
8886 }; then
8888 else
8889 $as_echo "$as_me: failed program was:" >&5
8890 sed 's/^/| /' conftest.$ac_ext >&5
8892 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8893 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8894 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8895 $as_echo_n "(cached) " >&6
8896 else
8897 ac_check_lib_save_LIBS=$LIBS
8898 LIBS="-ldnet $LIBS"
8899 cat >conftest.$ac_ext <<_ACEOF
8900 /* confdefs.h. */
8901 _ACEOF
8902 cat confdefs.h >>conftest.$ac_ext
8903 cat >>conftest.$ac_ext <<_ACEOF
8904 /* end confdefs.h. */
8906 /* Override any GCC internal prototype to avoid an error.
8907 Use char because int might match the return type of a GCC
8908 builtin and then its argument prototype would still apply. */
8909 #ifdef __cplusplus
8910 extern "C"
8911 #endif
8912 char dnet_ntoa ();
8914 main ()
8916 return dnet_ntoa ();
8918 return 0;
8920 _ACEOF
8921 rm -f conftest.$ac_objext conftest$ac_exeext
8922 if { (ac_try="$ac_link"
8923 case "(($ac_try" in
8924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8925 *) ac_try_echo=$ac_try;;
8926 esac
8927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8928 $as_echo "$ac_try_echo") >&5
8929 (eval "$ac_link") 2>conftest.er1
8930 ac_status=$?
8931 grep -v '^ *+' conftest.er1 >conftest.err
8932 rm -f conftest.er1
8933 cat conftest.err >&5
8934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8935 (exit $ac_status); } && {
8936 test -z "$ac_c_werror_flag" ||
8937 test ! -s conftest.err
8938 } && test -s conftest$ac_exeext && {
8939 test "$cross_compiling" = yes ||
8940 $as_test_x conftest$ac_exeext
8941 }; then
8942 ac_cv_lib_dnet_dnet_ntoa=yes
8943 else
8944 $as_echo "$as_me: failed program was:" >&5
8945 sed 's/^/| /' conftest.$ac_ext >&5
8947 ac_cv_lib_dnet_dnet_ntoa=no
8950 rm -rf conftest.dSYM
8951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8952 conftest$ac_exeext conftest.$ac_ext
8953 LIBS=$ac_check_lib_save_LIBS
8955 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8956 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8957 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8958 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8961 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8962 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8963 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8964 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8965 $as_echo_n "(cached) " >&6
8966 else
8967 ac_check_lib_save_LIBS=$LIBS
8968 LIBS="-ldnet_stub $LIBS"
8969 cat >conftest.$ac_ext <<_ACEOF
8970 /* confdefs.h. */
8971 _ACEOF
8972 cat confdefs.h >>conftest.$ac_ext
8973 cat >>conftest.$ac_ext <<_ACEOF
8974 /* end confdefs.h. */
8976 /* Override any GCC internal prototype to avoid an error.
8977 Use char because int might match the return type of a GCC
8978 builtin and then its argument prototype would still apply. */
8979 #ifdef __cplusplus
8980 extern "C"
8981 #endif
8982 char dnet_ntoa ();
8984 main ()
8986 return dnet_ntoa ();
8988 return 0;
8990 _ACEOF
8991 rm -f conftest.$ac_objext conftest$ac_exeext
8992 if { (ac_try="$ac_link"
8993 case "(($ac_try" in
8994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8995 *) ac_try_echo=$ac_try;;
8996 esac
8997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8998 $as_echo "$ac_try_echo") >&5
8999 (eval "$ac_link") 2>conftest.er1
9000 ac_status=$?
9001 grep -v '^ *+' conftest.er1 >conftest.err
9002 rm -f conftest.er1
9003 cat conftest.err >&5
9004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005 (exit $ac_status); } && {
9006 test -z "$ac_c_werror_flag" ||
9007 test ! -s conftest.err
9008 } && test -s conftest$ac_exeext && {
9009 test "$cross_compiling" = yes ||
9010 $as_test_x conftest$ac_exeext
9011 }; then
9012 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9013 else
9014 $as_echo "$as_me: failed program was:" >&5
9015 sed 's/^/| /' conftest.$ac_ext >&5
9017 ac_cv_lib_dnet_stub_dnet_ntoa=no
9020 rm -rf conftest.dSYM
9021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9022 conftest$ac_exeext conftest.$ac_ext
9023 LIBS=$ac_check_lib_save_LIBS
9025 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9026 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9027 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9028 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9034 rm -rf conftest.dSYM
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036 conftest$ac_exeext conftest.$ac_ext
9037 LIBS="$ac_xsave_LIBS"
9039 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9040 # to get the SysV transport functions.
9041 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9042 # needs -lnsl.
9043 # The nsl library prevents programs from opening the X display
9044 # on Irix 5.2, according to T.E. Dickey.
9045 # The functions gethostbyname, getservbyname, and inet_addr are
9046 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9047 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9048 $as_echo_n "checking for gethostbyname... " >&6; }
9049 if test "${ac_cv_func_gethostbyname+set}" = set; then
9050 $as_echo_n "(cached) " >&6
9051 else
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h. */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9058 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9060 #define gethostbyname innocuous_gethostbyname
9062 /* System header to define __stub macros and hopefully few prototypes,
9063 which can conflict with char gethostbyname (); below.
9064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9065 <limits.h> exists even on freestanding compilers. */
9067 #ifdef __STDC__
9068 # include <limits.h>
9069 #else
9070 # include <assert.h>
9071 #endif
9073 #undef gethostbyname
9075 /* Override any GCC internal prototype to avoid an error.
9076 Use char because int might match the return type of a GCC
9077 builtin and then its argument prototype would still apply. */
9078 #ifdef __cplusplus
9079 extern "C"
9080 #endif
9081 char gethostbyname ();
9082 /* The GNU C library defines this for functions which it implements
9083 to always fail with ENOSYS. Some functions are actually named
9084 something starting with __ and the normal name is an alias. */
9085 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9086 choke me
9087 #endif
9090 main ()
9092 return gethostbyname ();
9094 return 0;
9096 _ACEOF
9097 rm -f conftest.$ac_objext conftest$ac_exeext
9098 if { (ac_try="$ac_link"
9099 case "(($ac_try" in
9100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9101 *) ac_try_echo=$ac_try;;
9102 esac
9103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9104 $as_echo "$ac_try_echo") >&5
9105 (eval "$ac_link") 2>conftest.er1
9106 ac_status=$?
9107 grep -v '^ *+' conftest.er1 >conftest.err
9108 rm -f conftest.er1
9109 cat conftest.err >&5
9110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9111 (exit $ac_status); } && {
9112 test -z "$ac_c_werror_flag" ||
9113 test ! -s conftest.err
9114 } && test -s conftest$ac_exeext && {
9115 test "$cross_compiling" = yes ||
9116 $as_test_x conftest$ac_exeext
9117 }; then
9118 ac_cv_func_gethostbyname=yes
9119 else
9120 $as_echo "$as_me: failed program was:" >&5
9121 sed 's/^/| /' conftest.$ac_ext >&5
9123 ac_cv_func_gethostbyname=no
9126 rm -rf conftest.dSYM
9127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9128 conftest$ac_exeext conftest.$ac_ext
9130 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9131 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9133 if test $ac_cv_func_gethostbyname = no; then
9134 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9135 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9136 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9137 $as_echo_n "(cached) " >&6
9138 else
9139 ac_check_lib_save_LIBS=$LIBS
9140 LIBS="-lnsl $LIBS"
9141 cat >conftest.$ac_ext <<_ACEOF
9142 /* confdefs.h. */
9143 _ACEOF
9144 cat confdefs.h >>conftest.$ac_ext
9145 cat >>conftest.$ac_ext <<_ACEOF
9146 /* end confdefs.h. */
9148 /* Override any GCC internal prototype to avoid an error.
9149 Use char because int might match the return type of a GCC
9150 builtin and then its argument prototype would still apply. */
9151 #ifdef __cplusplus
9152 extern "C"
9153 #endif
9154 char gethostbyname ();
9156 main ()
9158 return gethostbyname ();
9160 return 0;
9162 _ACEOF
9163 rm -f conftest.$ac_objext conftest$ac_exeext
9164 if { (ac_try="$ac_link"
9165 case "(($ac_try" in
9166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9167 *) ac_try_echo=$ac_try;;
9168 esac
9169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9170 $as_echo "$ac_try_echo") >&5
9171 (eval "$ac_link") 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } && {
9178 test -z "$ac_c_werror_flag" ||
9179 test ! -s conftest.err
9180 } && test -s conftest$ac_exeext && {
9181 test "$cross_compiling" = yes ||
9182 $as_test_x conftest$ac_exeext
9183 }; then
9184 ac_cv_lib_nsl_gethostbyname=yes
9185 else
9186 $as_echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 ac_cv_lib_nsl_gethostbyname=no
9192 rm -rf conftest.dSYM
9193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9194 conftest$ac_exeext conftest.$ac_ext
9195 LIBS=$ac_check_lib_save_LIBS
9197 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9198 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9199 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9200 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9203 if test $ac_cv_lib_nsl_gethostbyname = no; then
9204 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9205 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9206 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9207 $as_echo_n "(cached) " >&6
9208 else
9209 ac_check_lib_save_LIBS=$LIBS
9210 LIBS="-lbsd $LIBS"
9211 cat >conftest.$ac_ext <<_ACEOF
9212 /* confdefs.h. */
9213 _ACEOF
9214 cat confdefs.h >>conftest.$ac_ext
9215 cat >>conftest.$ac_ext <<_ACEOF
9216 /* end confdefs.h. */
9218 /* Override any GCC internal prototype to avoid an error.
9219 Use char because int might match the return type of a GCC
9220 builtin and then its argument prototype would still apply. */
9221 #ifdef __cplusplus
9222 extern "C"
9223 #endif
9224 char gethostbyname ();
9226 main ()
9228 return gethostbyname ();
9230 return 0;
9232 _ACEOF
9233 rm -f conftest.$ac_objext conftest$ac_exeext
9234 if { (ac_try="$ac_link"
9235 case "(($ac_try" in
9236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9237 *) ac_try_echo=$ac_try;;
9238 esac
9239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9240 $as_echo "$ac_try_echo") >&5
9241 (eval "$ac_link") 2>conftest.er1
9242 ac_status=$?
9243 grep -v '^ *+' conftest.er1 >conftest.err
9244 rm -f conftest.er1
9245 cat conftest.err >&5
9246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9247 (exit $ac_status); } && {
9248 test -z "$ac_c_werror_flag" ||
9249 test ! -s conftest.err
9250 } && test -s conftest$ac_exeext && {
9251 test "$cross_compiling" = yes ||
9252 $as_test_x conftest$ac_exeext
9253 }; then
9254 ac_cv_lib_bsd_gethostbyname=yes
9255 else
9256 $as_echo "$as_me: failed program was:" >&5
9257 sed 's/^/| /' conftest.$ac_ext >&5
9259 ac_cv_lib_bsd_gethostbyname=no
9262 rm -rf conftest.dSYM
9263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9264 conftest$ac_exeext conftest.$ac_ext
9265 LIBS=$ac_check_lib_save_LIBS
9267 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9268 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9269 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9270 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9276 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9277 # socket/setsockopt and other routines are undefined under SCO ODT
9278 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9279 # on later versions), says Simon Leinen: it contains gethostby*
9280 # variants that don't use the name server (or something). -lsocket
9281 # must be given before -lnsl if both are needed. We assume that
9282 # if connect needs -lnsl, so does gethostbyname.
9283 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9284 $as_echo_n "checking for connect... " >&6; }
9285 if test "${ac_cv_func_connect+set}" = set; then
9286 $as_echo_n "(cached) " >&6
9287 else
9288 cat >conftest.$ac_ext <<_ACEOF
9289 /* confdefs.h. */
9290 _ACEOF
9291 cat confdefs.h >>conftest.$ac_ext
9292 cat >>conftest.$ac_ext <<_ACEOF
9293 /* end confdefs.h. */
9294 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9295 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9296 #define connect innocuous_connect
9298 /* System header to define __stub macros and hopefully few prototypes,
9299 which can conflict with char connect (); below.
9300 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9301 <limits.h> exists even on freestanding compilers. */
9303 #ifdef __STDC__
9304 # include <limits.h>
9305 #else
9306 # include <assert.h>
9307 #endif
9309 #undef connect
9311 /* Override any GCC internal prototype to avoid an error.
9312 Use char because int might match the return type of a GCC
9313 builtin and then its argument prototype would still apply. */
9314 #ifdef __cplusplus
9315 extern "C"
9316 #endif
9317 char connect ();
9318 /* The GNU C library defines this for functions which it implements
9319 to always fail with ENOSYS. Some functions are actually named
9320 something starting with __ and the normal name is an alias. */
9321 #if defined __stub_connect || defined __stub___connect
9322 choke me
9323 #endif
9326 main ()
9328 return connect ();
9330 return 0;
9332 _ACEOF
9333 rm -f conftest.$ac_objext conftest$ac_exeext
9334 if { (ac_try="$ac_link"
9335 case "(($ac_try" in
9336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9338 esac
9339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9340 $as_echo "$ac_try_echo") >&5
9341 (eval "$ac_link") 2>conftest.er1
9342 ac_status=$?
9343 grep -v '^ *+' conftest.er1 >conftest.err
9344 rm -f conftest.er1
9345 cat conftest.err >&5
9346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9347 (exit $ac_status); } && {
9348 test -z "$ac_c_werror_flag" ||
9349 test ! -s conftest.err
9350 } && test -s conftest$ac_exeext && {
9351 test "$cross_compiling" = yes ||
9352 $as_test_x conftest$ac_exeext
9353 }; then
9354 ac_cv_func_connect=yes
9355 else
9356 $as_echo "$as_me: failed program was:" >&5
9357 sed 's/^/| /' conftest.$ac_ext >&5
9359 ac_cv_func_connect=no
9362 rm -rf conftest.dSYM
9363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9364 conftest$ac_exeext conftest.$ac_ext
9366 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9367 $as_echo "$ac_cv_func_connect" >&6; }
9369 if test $ac_cv_func_connect = no; then
9370 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9371 $as_echo_n "checking for connect in -lsocket... " >&6; }
9372 if test "${ac_cv_lib_socket_connect+set}" = set; then
9373 $as_echo_n "(cached) " >&6
9374 else
9375 ac_check_lib_save_LIBS=$LIBS
9376 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9377 cat >conftest.$ac_ext <<_ACEOF
9378 /* confdefs.h. */
9379 _ACEOF
9380 cat confdefs.h >>conftest.$ac_ext
9381 cat >>conftest.$ac_ext <<_ACEOF
9382 /* end confdefs.h. */
9384 /* Override any GCC internal prototype to avoid an error.
9385 Use char because int might match the return type of a GCC
9386 builtin and then its argument prototype would still apply. */
9387 #ifdef __cplusplus
9388 extern "C"
9389 #endif
9390 char connect ();
9392 main ()
9394 return connect ();
9396 return 0;
9398 _ACEOF
9399 rm -f conftest.$ac_objext conftest$ac_exeext
9400 if { (ac_try="$ac_link"
9401 case "(($ac_try" in
9402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9403 *) ac_try_echo=$ac_try;;
9404 esac
9405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9406 $as_echo "$ac_try_echo") >&5
9407 (eval "$ac_link") 2>conftest.er1
9408 ac_status=$?
9409 grep -v '^ *+' conftest.er1 >conftest.err
9410 rm -f conftest.er1
9411 cat conftest.err >&5
9412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9413 (exit $ac_status); } && {
9414 test -z "$ac_c_werror_flag" ||
9415 test ! -s conftest.err
9416 } && test -s conftest$ac_exeext && {
9417 test "$cross_compiling" = yes ||
9418 $as_test_x conftest$ac_exeext
9419 }; then
9420 ac_cv_lib_socket_connect=yes
9421 else
9422 $as_echo "$as_me: failed program was:" >&5
9423 sed 's/^/| /' conftest.$ac_ext >&5
9425 ac_cv_lib_socket_connect=no
9428 rm -rf conftest.dSYM
9429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9430 conftest$ac_exeext conftest.$ac_ext
9431 LIBS=$ac_check_lib_save_LIBS
9433 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9434 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9435 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9436 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9441 # Guillermo Gomez says -lposix is necessary on A/UX.
9442 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9443 $as_echo_n "checking for remove... " >&6; }
9444 if test "${ac_cv_func_remove+set}" = set; then
9445 $as_echo_n "(cached) " >&6
9446 else
9447 cat >conftest.$ac_ext <<_ACEOF
9448 /* confdefs.h. */
9449 _ACEOF
9450 cat confdefs.h >>conftest.$ac_ext
9451 cat >>conftest.$ac_ext <<_ACEOF
9452 /* end confdefs.h. */
9453 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9454 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9455 #define remove innocuous_remove
9457 /* System header to define __stub macros and hopefully few prototypes,
9458 which can conflict with char remove (); below.
9459 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9460 <limits.h> exists even on freestanding compilers. */
9462 #ifdef __STDC__
9463 # include <limits.h>
9464 #else
9465 # include <assert.h>
9466 #endif
9468 #undef remove
9470 /* Override any GCC internal prototype to avoid an error.
9471 Use char because int might match the return type of a GCC
9472 builtin and then its argument prototype would still apply. */
9473 #ifdef __cplusplus
9474 extern "C"
9475 #endif
9476 char remove ();
9477 /* The GNU C library defines this for functions which it implements
9478 to always fail with ENOSYS. Some functions are actually named
9479 something starting with __ and the normal name is an alias. */
9480 #if defined __stub_remove || defined __stub___remove
9481 choke me
9482 #endif
9485 main ()
9487 return remove ();
9489 return 0;
9491 _ACEOF
9492 rm -f conftest.$ac_objext conftest$ac_exeext
9493 if { (ac_try="$ac_link"
9494 case "(($ac_try" in
9495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9496 *) ac_try_echo=$ac_try;;
9497 esac
9498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9499 $as_echo "$ac_try_echo") >&5
9500 (eval "$ac_link") 2>conftest.er1
9501 ac_status=$?
9502 grep -v '^ *+' conftest.er1 >conftest.err
9503 rm -f conftest.er1
9504 cat conftest.err >&5
9505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9506 (exit $ac_status); } && {
9507 test -z "$ac_c_werror_flag" ||
9508 test ! -s conftest.err
9509 } && test -s conftest$ac_exeext && {
9510 test "$cross_compiling" = yes ||
9511 $as_test_x conftest$ac_exeext
9512 }; then
9513 ac_cv_func_remove=yes
9514 else
9515 $as_echo "$as_me: failed program was:" >&5
9516 sed 's/^/| /' conftest.$ac_ext >&5
9518 ac_cv_func_remove=no
9521 rm -rf conftest.dSYM
9522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9523 conftest$ac_exeext conftest.$ac_ext
9525 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9526 $as_echo "$ac_cv_func_remove" >&6; }
9528 if test $ac_cv_func_remove = no; then
9529 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9530 $as_echo_n "checking for remove in -lposix... " >&6; }
9531 if test "${ac_cv_lib_posix_remove+set}" = set; then
9532 $as_echo_n "(cached) " >&6
9533 else
9534 ac_check_lib_save_LIBS=$LIBS
9535 LIBS="-lposix $LIBS"
9536 cat >conftest.$ac_ext <<_ACEOF
9537 /* confdefs.h. */
9538 _ACEOF
9539 cat confdefs.h >>conftest.$ac_ext
9540 cat >>conftest.$ac_ext <<_ACEOF
9541 /* end confdefs.h. */
9543 /* Override any GCC internal prototype to avoid an error.
9544 Use char because int might match the return type of a GCC
9545 builtin and then its argument prototype would still apply. */
9546 #ifdef __cplusplus
9547 extern "C"
9548 #endif
9549 char remove ();
9551 main ()
9553 return remove ();
9555 return 0;
9557 _ACEOF
9558 rm -f conftest.$ac_objext conftest$ac_exeext
9559 if { (ac_try="$ac_link"
9560 case "(($ac_try" in
9561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9562 *) ac_try_echo=$ac_try;;
9563 esac
9564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9565 $as_echo "$ac_try_echo") >&5
9566 (eval "$ac_link") 2>conftest.er1
9567 ac_status=$?
9568 grep -v '^ *+' conftest.er1 >conftest.err
9569 rm -f conftest.er1
9570 cat conftest.err >&5
9571 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9572 (exit $ac_status); } && {
9573 test -z "$ac_c_werror_flag" ||
9574 test ! -s conftest.err
9575 } && test -s conftest$ac_exeext && {
9576 test "$cross_compiling" = yes ||
9577 $as_test_x conftest$ac_exeext
9578 }; then
9579 ac_cv_lib_posix_remove=yes
9580 else
9581 $as_echo "$as_me: failed program was:" >&5
9582 sed 's/^/| /' conftest.$ac_ext >&5
9584 ac_cv_lib_posix_remove=no
9587 rm -rf conftest.dSYM
9588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9589 conftest$ac_exeext conftest.$ac_ext
9590 LIBS=$ac_check_lib_save_LIBS
9592 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9593 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9594 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9595 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9600 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9601 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9602 $as_echo_n "checking for shmat... " >&6; }
9603 if test "${ac_cv_func_shmat+set}" = set; then
9604 $as_echo_n "(cached) " >&6
9605 else
9606 cat >conftest.$ac_ext <<_ACEOF
9607 /* confdefs.h. */
9608 _ACEOF
9609 cat confdefs.h >>conftest.$ac_ext
9610 cat >>conftest.$ac_ext <<_ACEOF
9611 /* end confdefs.h. */
9612 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9613 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9614 #define shmat innocuous_shmat
9616 /* System header to define __stub macros and hopefully few prototypes,
9617 which can conflict with char shmat (); below.
9618 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9619 <limits.h> exists even on freestanding compilers. */
9621 #ifdef __STDC__
9622 # include <limits.h>
9623 #else
9624 # include <assert.h>
9625 #endif
9627 #undef shmat
9629 /* Override any GCC internal prototype to avoid an error.
9630 Use char because int might match the return type of a GCC
9631 builtin and then its argument prototype would still apply. */
9632 #ifdef __cplusplus
9633 extern "C"
9634 #endif
9635 char shmat ();
9636 /* The GNU C library defines this for functions which it implements
9637 to always fail with ENOSYS. Some functions are actually named
9638 something starting with __ and the normal name is an alias. */
9639 #if defined __stub_shmat || defined __stub___shmat
9640 choke me
9641 #endif
9644 main ()
9646 return shmat ();
9648 return 0;
9650 _ACEOF
9651 rm -f conftest.$ac_objext conftest$ac_exeext
9652 if { (ac_try="$ac_link"
9653 case "(($ac_try" in
9654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9655 *) ac_try_echo=$ac_try;;
9656 esac
9657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9658 $as_echo "$ac_try_echo") >&5
9659 (eval "$ac_link") 2>conftest.er1
9660 ac_status=$?
9661 grep -v '^ *+' conftest.er1 >conftest.err
9662 rm -f conftest.er1
9663 cat conftest.err >&5
9664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9665 (exit $ac_status); } && {
9666 test -z "$ac_c_werror_flag" ||
9667 test ! -s conftest.err
9668 } && test -s conftest$ac_exeext && {
9669 test "$cross_compiling" = yes ||
9670 $as_test_x conftest$ac_exeext
9671 }; then
9672 ac_cv_func_shmat=yes
9673 else
9674 $as_echo "$as_me: failed program was:" >&5
9675 sed 's/^/| /' conftest.$ac_ext >&5
9677 ac_cv_func_shmat=no
9680 rm -rf conftest.dSYM
9681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9682 conftest$ac_exeext conftest.$ac_ext
9684 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9685 $as_echo "$ac_cv_func_shmat" >&6; }
9687 if test $ac_cv_func_shmat = no; then
9688 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9689 $as_echo_n "checking for shmat in -lipc... " >&6; }
9690 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9691 $as_echo_n "(cached) " >&6
9692 else
9693 ac_check_lib_save_LIBS=$LIBS
9694 LIBS="-lipc $LIBS"
9695 cat >conftest.$ac_ext <<_ACEOF
9696 /* confdefs.h. */
9697 _ACEOF
9698 cat confdefs.h >>conftest.$ac_ext
9699 cat >>conftest.$ac_ext <<_ACEOF
9700 /* end confdefs.h. */
9702 /* Override any GCC internal prototype to avoid an error.
9703 Use char because int might match the return type of a GCC
9704 builtin and then its argument prototype would still apply. */
9705 #ifdef __cplusplus
9706 extern "C"
9707 #endif
9708 char shmat ();
9710 main ()
9712 return shmat ();
9714 return 0;
9716 _ACEOF
9717 rm -f conftest.$ac_objext conftest$ac_exeext
9718 if { (ac_try="$ac_link"
9719 case "(($ac_try" in
9720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9721 *) ac_try_echo=$ac_try;;
9722 esac
9723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9724 $as_echo "$ac_try_echo") >&5
9725 (eval "$ac_link") 2>conftest.er1
9726 ac_status=$?
9727 grep -v '^ *+' conftest.er1 >conftest.err
9728 rm -f conftest.er1
9729 cat conftest.err >&5
9730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9731 (exit $ac_status); } && {
9732 test -z "$ac_c_werror_flag" ||
9733 test ! -s conftest.err
9734 } && test -s conftest$ac_exeext && {
9735 test "$cross_compiling" = yes ||
9736 $as_test_x conftest$ac_exeext
9737 }; then
9738 ac_cv_lib_ipc_shmat=yes
9739 else
9740 $as_echo "$as_me: failed program was:" >&5
9741 sed 's/^/| /' conftest.$ac_ext >&5
9743 ac_cv_lib_ipc_shmat=no
9746 rm -rf conftest.dSYM
9747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9748 conftest$ac_exeext conftest.$ac_ext
9749 LIBS=$ac_check_lib_save_LIBS
9751 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9752 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9753 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9754 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9760 # Check for libraries that X11R6 Xt/Xaw programs need.
9761 ac_save_LDFLAGS=$LDFLAGS
9762 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9763 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9764 # check for ICE first), but we must link in the order -lSM -lICE or
9765 # we get undefined symbols. So assume we have SM if we have ICE.
9766 # These have to be linked with before -lX11, unlike the other
9767 # libraries we check for below, so use a different variable.
9768 # John Interrante, Karl Berry
9769 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9770 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9771 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9772 $as_echo_n "(cached) " >&6
9773 else
9774 ac_check_lib_save_LIBS=$LIBS
9775 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9776 cat >conftest.$ac_ext <<_ACEOF
9777 /* confdefs.h. */
9778 _ACEOF
9779 cat confdefs.h >>conftest.$ac_ext
9780 cat >>conftest.$ac_ext <<_ACEOF
9781 /* end confdefs.h. */
9783 /* Override any GCC internal prototype to avoid an error.
9784 Use char because int might match the return type of a GCC
9785 builtin and then its argument prototype would still apply. */
9786 #ifdef __cplusplus
9787 extern "C"
9788 #endif
9789 char IceConnectionNumber ();
9791 main ()
9793 return IceConnectionNumber ();
9795 return 0;
9797 _ACEOF
9798 rm -f conftest.$ac_objext conftest$ac_exeext
9799 if { (ac_try="$ac_link"
9800 case "(($ac_try" in
9801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9802 *) ac_try_echo=$ac_try;;
9803 esac
9804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9805 $as_echo "$ac_try_echo") >&5
9806 (eval "$ac_link") 2>conftest.er1
9807 ac_status=$?
9808 grep -v '^ *+' conftest.er1 >conftest.err
9809 rm -f conftest.er1
9810 cat conftest.err >&5
9811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9812 (exit $ac_status); } && {
9813 test -z "$ac_c_werror_flag" ||
9814 test ! -s conftest.err
9815 } && test -s conftest$ac_exeext && {
9816 test "$cross_compiling" = yes ||
9817 $as_test_x conftest$ac_exeext
9818 }; then
9819 ac_cv_lib_ICE_IceConnectionNumber=yes
9820 else
9821 $as_echo "$as_me: failed program was:" >&5
9822 sed 's/^/| /' conftest.$ac_ext >&5
9824 ac_cv_lib_ICE_IceConnectionNumber=no
9827 rm -rf conftest.dSYM
9828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9829 conftest$ac_exeext conftest.$ac_ext
9830 LIBS=$ac_check_lib_save_LIBS
9832 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9833 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9834 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9835 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9838 LDFLAGS=$ac_save_LDFLAGS
9843 if test "$have_x" = "yes"
9844 then
9845 XLIB="-lXext -lX11"
9846 ac_save_CPPFLAGS="$CPPFLAGS"
9847 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9849 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9850 $as_echo_n "checking for -lX11... " >&6; }
9851 if test "${ac_cv_lib_soname_X11+set}" = set; then
9852 $as_echo_n "(cached) " >&6
9853 else
9854 ac_check_soname_save_LIBS=$LIBS
9855 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9856 cat >conftest.$ac_ext <<_ACEOF
9857 /* confdefs.h. */
9858 _ACEOF
9859 cat confdefs.h >>conftest.$ac_ext
9860 cat >>conftest.$ac_ext <<_ACEOF
9861 /* end confdefs.h. */
9863 /* Override any GCC internal prototype to avoid an error.
9864 Use char because int might match the return type of a GCC
9865 builtin and then its argument prototype would still apply. */
9866 #ifdef __cplusplus
9867 extern "C"
9868 #endif
9869 char XCreateWindow ();
9871 main ()
9873 return XCreateWindow ();
9875 return 0;
9877 _ACEOF
9878 rm -f conftest.$ac_objext conftest$ac_exeext
9879 if { (ac_try="$ac_link"
9880 case "(($ac_try" in
9881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9882 *) ac_try_echo=$ac_try;;
9883 esac
9884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9885 $as_echo "$ac_try_echo") >&5
9886 (eval "$ac_link") 2>conftest.er1
9887 ac_status=$?
9888 grep -v '^ *+' conftest.er1 >conftest.err
9889 rm -f conftest.er1
9890 cat conftest.err >&5
9891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9892 (exit $ac_status); } && {
9893 test -z "$ac_c_werror_flag" ||
9894 test ! -s conftest.err
9895 } && test -s conftest$ac_exeext && {
9896 test "$cross_compiling" = yes ||
9897 $as_test_x conftest$ac_exeext
9898 }; then
9899 case "$LIBEXT" in
9900 dll) ;;
9901 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'` ;;
9902 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9903 esac
9904 else
9905 $as_echo "$as_me: failed program was:" >&5
9906 sed 's/^/| /' conftest.$ac_ext >&5
9911 rm -rf conftest.dSYM
9912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9913 conftest$ac_exeext conftest.$ac_ext
9914 LIBS=$ac_check_soname_save_LIBS
9916 if test "x$ac_cv_lib_soname_X11" = "x"; then
9917 { $as_echo "$as_me:$LINENO: result: not found" >&5
9918 $as_echo "not found" >&6; }
9920 else
9921 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9922 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9924 cat >>confdefs.h <<_ACEOF
9925 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9926 _ACEOF
9931 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9932 $as_echo_n "checking for -lXext... " >&6; }
9933 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9934 $as_echo_n "(cached) " >&6
9935 else
9936 ac_check_soname_save_LIBS=$LIBS
9937 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9938 cat >conftest.$ac_ext <<_ACEOF
9939 /* confdefs.h. */
9940 _ACEOF
9941 cat confdefs.h >>conftest.$ac_ext
9942 cat >>conftest.$ac_ext <<_ACEOF
9943 /* end confdefs.h. */
9945 /* Override any GCC internal prototype to avoid an error.
9946 Use char because int might match the return type of a GCC
9947 builtin and then its argument prototype would still apply. */
9948 #ifdef __cplusplus
9949 extern "C"
9950 #endif
9951 char XextCreateExtension ();
9953 main ()
9955 return XextCreateExtension ();
9957 return 0;
9959 _ACEOF
9960 rm -f conftest.$ac_objext conftest$ac_exeext
9961 if { (ac_try="$ac_link"
9962 case "(($ac_try" in
9963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9964 *) ac_try_echo=$ac_try;;
9965 esac
9966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9967 $as_echo "$ac_try_echo") >&5
9968 (eval "$ac_link") 2>conftest.er1
9969 ac_status=$?
9970 grep -v '^ *+' conftest.er1 >conftest.err
9971 rm -f conftest.er1
9972 cat conftest.err >&5
9973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9974 (exit $ac_status); } && {
9975 test -z "$ac_c_werror_flag" ||
9976 test ! -s conftest.err
9977 } && test -s conftest$ac_exeext && {
9978 test "$cross_compiling" = yes ||
9979 $as_test_x conftest$ac_exeext
9980 }; then
9981 case "$LIBEXT" in
9982 dll) ;;
9983 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'` ;;
9984 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9985 esac
9986 else
9987 $as_echo "$as_me: failed program was:" >&5
9988 sed 's/^/| /' conftest.$ac_ext >&5
9993 rm -rf conftest.dSYM
9994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9995 conftest$ac_exeext conftest.$ac_ext
9996 LIBS=$ac_check_soname_save_LIBS
9998 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9999 { $as_echo "$as_me:$LINENO: result: not found" >&5
10000 $as_echo "not found" >&6; }
10002 else
10003 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10004 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10006 cat >>confdefs.h <<_ACEOF
10007 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10008 _ACEOF
10026 for ac_header in X11/Xlib.h \
10027 X11/XKBlib.h \
10028 X11/Xutil.h \
10029 X11/Xcursor/Xcursor.h \
10030 X11/extensions/shape.h \
10031 X11/extensions/XInput.h \
10032 X11/extensions/XShm.h \
10033 X11/extensions/Xcomposite.h \
10034 X11/extensions/Xinerama.h \
10035 X11/extensions/Xrandr.h \
10036 X11/extensions/Xrender.h \
10037 X11/extensions/xf86vmode.h
10039 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10040 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10041 $as_echo_n "checking for $ac_header... " >&6; }
10042 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10043 $as_echo_n "(cached) " >&6
10044 else
10045 cat >conftest.$ac_ext <<_ACEOF
10046 /* confdefs.h. */
10047 _ACEOF
10048 cat confdefs.h >>conftest.$ac_ext
10049 cat >>conftest.$ac_ext <<_ACEOF
10050 /* end confdefs.h. */
10051 #ifdef HAVE_X11_XLIB_H
10052 # include <X11/Xlib.h>
10053 #endif
10054 #ifdef HAVE_X11_XUTIL_H
10055 # include <X11/Xutil.h>
10056 #endif
10058 #include <$ac_header>
10059 _ACEOF
10060 rm -f conftest.$ac_objext
10061 if { (ac_try="$ac_compile"
10062 case "(($ac_try" in
10063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10064 *) ac_try_echo=$ac_try;;
10065 esac
10066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10067 $as_echo "$ac_try_echo") >&5
10068 (eval "$ac_compile") 2>conftest.er1
10069 ac_status=$?
10070 grep -v '^ *+' conftest.er1 >conftest.err
10071 rm -f conftest.er1
10072 cat conftest.err >&5
10073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); } && {
10075 test -z "$ac_c_werror_flag" ||
10076 test ! -s conftest.err
10077 } && test -s conftest.$ac_objext; then
10078 eval "$as_ac_Header=yes"
10079 else
10080 $as_echo "$as_me: failed program was:" >&5
10081 sed 's/^/| /' conftest.$ac_ext >&5
10083 eval "$as_ac_Header=no"
10086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10088 ac_res=`eval 'as_val=${'$as_ac_Header'}
10089 $as_echo "$as_val"'`
10090 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10091 $as_echo "$ac_res" >&6; }
10092 as_val=`eval 'as_val=${'$as_ac_Header'}
10093 $as_echo "$as_val"'`
10094 if test "x$as_val" = x""yes; then
10095 cat >>confdefs.h <<_ACEOF
10096 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10097 _ACEOF
10101 done
10104 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10105 then
10106 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10107 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10108 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10109 $as_echo_n "(cached) " >&6
10110 else
10111 ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10113 cat >conftest.$ac_ext <<_ACEOF
10114 /* confdefs.h. */
10115 _ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h. */
10120 /* Override any GCC internal prototype to avoid an error.
10121 Use char because int might match the return type of a GCC
10122 builtin and then its argument prototype would still apply. */
10123 #ifdef __cplusplus
10124 extern "C"
10125 #endif
10126 char XkbQueryExtension ();
10128 main ()
10130 return XkbQueryExtension ();
10132 return 0;
10134 _ACEOF
10135 rm -f conftest.$ac_objext conftest$ac_exeext
10136 if { (ac_try="$ac_link"
10137 case "(($ac_try" in
10138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10139 *) ac_try_echo=$ac_try;;
10140 esac
10141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10142 $as_echo "$ac_try_echo") >&5
10143 (eval "$ac_link") 2>conftest.er1
10144 ac_status=$?
10145 grep -v '^ *+' conftest.er1 >conftest.err
10146 rm -f conftest.er1
10147 cat conftest.err >&5
10148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149 (exit $ac_status); } && {
10150 test -z "$ac_c_werror_flag" ||
10151 test ! -s conftest.err
10152 } && test -s conftest$ac_exeext && {
10153 test "$cross_compiling" = yes ||
10154 $as_test_x conftest$ac_exeext
10155 }; then
10156 ac_cv_lib_X11_XkbQueryExtension=yes
10157 else
10158 $as_echo "$as_me: failed program was:" >&5
10159 sed 's/^/| /' conftest.$ac_ext >&5
10161 ac_cv_lib_X11_XkbQueryExtension=no
10164 rm -rf conftest.dSYM
10165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10166 conftest$ac_exeext conftest.$ac_ext
10167 LIBS=$ac_check_lib_save_LIBS
10169 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10170 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10171 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10173 cat >>confdefs.h <<\_ACEOF
10174 #define HAVE_XKB 1
10175 _ACEOF
10181 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10182 then
10183 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10184 $as_echo_n "checking for -lXcursor... " >&6; }
10185 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10186 $as_echo_n "(cached) " >&6
10187 else
10188 ac_check_soname_save_LIBS=$LIBS
10189 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10190 cat >conftest.$ac_ext <<_ACEOF
10191 /* confdefs.h. */
10192 _ACEOF
10193 cat confdefs.h >>conftest.$ac_ext
10194 cat >>conftest.$ac_ext <<_ACEOF
10195 /* end confdefs.h. */
10197 /* Override any GCC internal prototype to avoid an error.
10198 Use char because int might match the return type of a GCC
10199 builtin and then its argument prototype would still apply. */
10200 #ifdef __cplusplus
10201 extern "C"
10202 #endif
10203 char XcursorImageLoadCursor ();
10205 main ()
10207 return XcursorImageLoadCursor ();
10209 return 0;
10211 _ACEOF
10212 rm -f conftest.$ac_objext conftest$ac_exeext
10213 if { (ac_try="$ac_link"
10214 case "(($ac_try" in
10215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10216 *) ac_try_echo=$ac_try;;
10217 esac
10218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10219 $as_echo "$ac_try_echo") >&5
10220 (eval "$ac_link") 2>conftest.er1
10221 ac_status=$?
10222 grep -v '^ *+' conftest.er1 >conftest.err
10223 rm -f conftest.er1
10224 cat conftest.err >&5
10225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10226 (exit $ac_status); } && {
10227 test -z "$ac_c_werror_flag" ||
10228 test ! -s conftest.err
10229 } && test -s conftest$ac_exeext && {
10230 test "$cross_compiling" = yes ||
10231 $as_test_x conftest$ac_exeext
10232 }; then
10233 case "$LIBEXT" in
10234 dll) ;;
10235 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'` ;;
10236 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10237 esac
10238 else
10239 $as_echo "$as_me: failed program was:" >&5
10240 sed 's/^/| /' conftest.$ac_ext >&5
10245 rm -rf conftest.dSYM
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247 conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_soname_save_LIBS
10250 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10251 { $as_echo "$as_me:$LINENO: result: not found" >&5
10252 $as_echo "not found" >&6; }
10254 else
10255 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10256 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10258 cat >>confdefs.h <<_ACEOF
10259 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10260 _ACEOF
10266 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10267 case "x$with_xcursor" in
10268 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10269 xno) ;;
10270 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10271 This is an error since --with-xcursor was requested." >&5
10272 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10273 This is an error since --with-xcursor was requested." >&2;}
10274 { (exit 1); exit 1; }; } ;;
10275 esac
10279 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10280 then
10281 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10282 $as_echo_n "checking for -lXi... " >&6; }
10283 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10284 $as_echo_n "(cached) " >&6
10285 else
10286 ac_check_soname_save_LIBS=$LIBS
10287 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10288 cat >conftest.$ac_ext <<_ACEOF
10289 /* confdefs.h. */
10290 _ACEOF
10291 cat confdefs.h >>conftest.$ac_ext
10292 cat >>conftest.$ac_ext <<_ACEOF
10293 /* end confdefs.h. */
10295 /* Override any GCC internal prototype to avoid an error.
10296 Use char because int might match the return type of a GCC
10297 builtin and then its argument prototype would still apply. */
10298 #ifdef __cplusplus
10299 extern "C"
10300 #endif
10301 char XOpenDevice ();
10303 main ()
10305 return XOpenDevice ();
10307 return 0;
10309 _ACEOF
10310 rm -f conftest.$ac_objext conftest$ac_exeext
10311 if { (ac_try="$ac_link"
10312 case "(($ac_try" in
10313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10314 *) ac_try_echo=$ac_try;;
10315 esac
10316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10317 $as_echo "$ac_try_echo") >&5
10318 (eval "$ac_link") 2>conftest.er1
10319 ac_status=$?
10320 grep -v '^ *+' conftest.er1 >conftest.err
10321 rm -f conftest.er1
10322 cat conftest.err >&5
10323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10324 (exit $ac_status); } && {
10325 test -z "$ac_c_werror_flag" ||
10326 test ! -s conftest.err
10327 } && test -s conftest$ac_exeext && {
10328 test "$cross_compiling" = yes ||
10329 $as_test_x conftest$ac_exeext
10330 }; then
10331 case "$LIBEXT" in
10332 dll) ;;
10333 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'` ;;
10334 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10335 esac
10336 else
10337 $as_echo "$as_me: failed program was:" >&5
10338 sed 's/^/| /' conftest.$ac_ext >&5
10343 rm -rf conftest.dSYM
10344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10345 conftest$ac_exeext conftest.$ac_ext
10346 LIBS=$ac_check_soname_save_LIBS
10348 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10349 { $as_echo "$as_me:$LINENO: result: not found" >&5
10350 $as_echo "not found" >&6; }
10352 else
10353 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10354 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10356 cat >>confdefs.h <<_ACEOF
10357 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10358 _ACEOF
10364 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10365 case "x$with_xinput" in
10366 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10367 xno) ;;
10368 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10369 This is an error since --with-xinput was requested." >&5
10370 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10371 This is an error since --with-xinput was requested." >&2;}
10372 { (exit 1); exit 1; }; } ;;
10373 esac
10377 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10378 then
10379 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10380 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10381 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10382 $as_echo_n "(cached) " >&6
10383 else
10384 ac_check_lib_save_LIBS=$LIBS
10385 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10386 cat >conftest.$ac_ext <<_ACEOF
10387 /* confdefs.h. */
10388 _ACEOF
10389 cat confdefs.h >>conftest.$ac_ext
10390 cat >>conftest.$ac_ext <<_ACEOF
10391 /* end confdefs.h. */
10393 /* Override any GCC internal prototype to avoid an error.
10394 Use char because int might match the return type of a GCC
10395 builtin and then its argument prototype would still apply. */
10396 #ifdef __cplusplus
10397 extern "C"
10398 #endif
10399 char XShmQueryExtension ();
10401 main ()
10403 return XShmQueryExtension ();
10405 return 0;
10407 _ACEOF
10408 rm -f conftest.$ac_objext conftest$ac_exeext
10409 if { (ac_try="$ac_link"
10410 case "(($ac_try" in
10411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10412 *) ac_try_echo=$ac_try;;
10413 esac
10414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10415 $as_echo "$ac_try_echo") >&5
10416 (eval "$ac_link") 2>conftest.er1
10417 ac_status=$?
10418 grep -v '^ *+' conftest.er1 >conftest.err
10419 rm -f conftest.er1
10420 cat conftest.err >&5
10421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10422 (exit $ac_status); } && {
10423 test -z "$ac_c_werror_flag" ||
10424 test ! -s conftest.err
10425 } && test -s conftest$ac_exeext && {
10426 test "$cross_compiling" = yes ||
10427 $as_test_x conftest$ac_exeext
10428 }; then
10429 ac_cv_lib_Xext_XShmQueryExtension=yes
10430 else
10431 $as_echo "$as_me: failed program was:" >&5
10432 sed 's/^/| /' conftest.$ac_ext >&5
10434 ac_cv_lib_Xext_XShmQueryExtension=no
10437 rm -rf conftest.dSYM
10438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10439 conftest$ac_exeext conftest.$ac_ext
10440 LIBS=$ac_check_lib_save_LIBS
10442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10443 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10444 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10446 cat >>confdefs.h <<\_ACEOF
10447 #define HAVE_LIBXXSHM 1
10448 _ACEOF
10453 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10454 case "x$with_xshm" in
10455 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10456 xno) ;;
10457 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10458 This is an error since --with-xshm was requested." >&5
10459 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10460 This is an error since --with-xshm was requested." >&2;}
10461 { (exit 1); exit 1; }; } ;;
10462 esac
10466 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10467 then
10468 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10469 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10470 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10471 $as_echo_n "(cached) " >&6
10472 else
10473 ac_check_lib_save_LIBS=$LIBS
10474 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10475 cat >conftest.$ac_ext <<_ACEOF
10476 /* confdefs.h. */
10477 _ACEOF
10478 cat confdefs.h >>conftest.$ac_ext
10479 cat >>conftest.$ac_ext <<_ACEOF
10480 /* end confdefs.h. */
10482 /* Override any GCC internal prototype to avoid an error.
10483 Use char because int might match the return type of a GCC
10484 builtin and then its argument prototype would still apply. */
10485 #ifdef __cplusplus
10486 extern "C"
10487 #endif
10488 char XShapeQueryExtension ();
10490 main ()
10492 return XShapeQueryExtension ();
10494 return 0;
10496 _ACEOF
10497 rm -f conftest.$ac_objext conftest$ac_exeext
10498 if { (ac_try="$ac_link"
10499 case "(($ac_try" in
10500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10501 *) ac_try_echo=$ac_try;;
10502 esac
10503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10504 $as_echo "$ac_try_echo") >&5
10505 (eval "$ac_link") 2>conftest.er1
10506 ac_status=$?
10507 grep -v '^ *+' conftest.er1 >conftest.err
10508 rm -f conftest.er1
10509 cat conftest.err >&5
10510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); } && {
10512 test -z "$ac_c_werror_flag" ||
10513 test ! -s conftest.err
10514 } && test -s conftest$ac_exeext && {
10515 test "$cross_compiling" = yes ||
10516 $as_test_x conftest$ac_exeext
10517 }; then
10518 ac_cv_lib_Xext_XShapeQueryExtension=yes
10519 else
10520 $as_echo "$as_me: failed program was:" >&5
10521 sed 's/^/| /' conftest.$ac_ext >&5
10523 ac_cv_lib_Xext_XShapeQueryExtension=no
10526 rm -rf conftest.dSYM
10527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10528 conftest$ac_exeext conftest.$ac_ext
10529 LIBS=$ac_check_lib_save_LIBS
10531 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10532 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10533 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10535 cat >>confdefs.h <<\_ACEOF
10536 #define HAVE_LIBXSHAPE 1
10537 _ACEOF
10542 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10543 case "x$with_xshape" in
10544 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10545 xno) ;;
10546 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10547 This is an error since --with-xshape was requested." >&5
10548 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10549 This is an error since --with-xshape was requested." >&2;}
10550 { (exit 1); exit 1; }; } ;;
10551 esac
10555 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10556 then
10557 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10558 $as_echo_n "checking for -lXxf86vm... " >&6; }
10559 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10560 $as_echo_n "(cached) " >&6
10561 else
10562 ac_check_soname_save_LIBS=$LIBS
10563 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10564 cat >conftest.$ac_ext <<_ACEOF
10565 /* confdefs.h. */
10566 _ACEOF
10567 cat confdefs.h >>conftest.$ac_ext
10568 cat >>conftest.$ac_ext <<_ACEOF
10569 /* end confdefs.h. */
10571 /* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574 #ifdef __cplusplus
10575 extern "C"
10576 #endif
10577 char XF86VidModeQueryExtension ();
10579 main ()
10581 return XF86VidModeQueryExtension ();
10583 return 0;
10585 _ACEOF
10586 rm -f conftest.$ac_objext conftest$ac_exeext
10587 if { (ac_try="$ac_link"
10588 case "(($ac_try" in
10589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10590 *) ac_try_echo=$ac_try;;
10591 esac
10592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10593 $as_echo "$ac_try_echo") >&5
10594 (eval "$ac_link") 2>conftest.er1
10595 ac_status=$?
10596 grep -v '^ *+' conftest.er1 >conftest.err
10597 rm -f conftest.er1
10598 cat conftest.err >&5
10599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10600 (exit $ac_status); } && {
10601 test -z "$ac_c_werror_flag" ||
10602 test ! -s conftest.err
10603 } && test -s conftest$ac_exeext && {
10604 test "$cross_compiling" = yes ||
10605 $as_test_x conftest$ac_exeext
10606 }; then
10607 case "$LIBEXT" in
10608 dll) ;;
10609 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'` ;;
10610 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10611 esac
10612 else
10613 $as_echo "$as_me: failed program was:" >&5
10614 sed 's/^/| /' conftest.$ac_ext >&5
10619 rm -rf conftest.dSYM
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621 conftest$ac_exeext conftest.$ac_ext
10622 LIBS=$ac_check_soname_save_LIBS
10624 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10625 { $as_echo "$as_me:$LINENO: result: not found" >&5
10626 $as_echo "not found" >&6; }
10628 else
10629 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10630 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10632 cat >>confdefs.h <<_ACEOF
10633 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10634 _ACEOF
10640 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10641 case "x$with_xxf86vm" in
10642 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10643 xno) ;;
10644 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10645 This is an error since --with-xxf86vm was requested." >&5
10646 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10647 This is an error since --with-xxf86vm was requested." >&2;}
10648 { (exit 1); exit 1; }; } ;;
10649 esac
10653 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"
10654 then
10655 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10656 $as_echo_n "checking for -lXrender... " >&6; }
10657 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10658 $as_echo_n "(cached) " >&6
10659 else
10660 ac_check_soname_save_LIBS=$LIBS
10661 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10662 cat >conftest.$ac_ext <<_ACEOF
10663 /* confdefs.h. */
10664 _ACEOF
10665 cat confdefs.h >>conftest.$ac_ext
10666 cat >>conftest.$ac_ext <<_ACEOF
10667 /* end confdefs.h. */
10669 /* Override any GCC internal prototype to avoid an error.
10670 Use char because int might match the return type of a GCC
10671 builtin and then its argument prototype would still apply. */
10672 #ifdef __cplusplus
10673 extern "C"
10674 #endif
10675 char XRenderQueryExtension ();
10677 main ()
10679 return XRenderQueryExtension ();
10681 return 0;
10683 _ACEOF
10684 rm -f conftest.$ac_objext conftest$ac_exeext
10685 if { (ac_try="$ac_link"
10686 case "(($ac_try" in
10687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688 *) ac_try_echo=$ac_try;;
10689 esac
10690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10691 $as_echo "$ac_try_echo") >&5
10692 (eval "$ac_link") 2>conftest.er1
10693 ac_status=$?
10694 grep -v '^ *+' conftest.er1 >conftest.err
10695 rm -f conftest.er1
10696 cat conftest.err >&5
10697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10698 (exit $ac_status); } && {
10699 test -z "$ac_c_werror_flag" ||
10700 test ! -s conftest.err
10701 } && test -s conftest$ac_exeext && {
10702 test "$cross_compiling" = yes ||
10703 $as_test_x conftest$ac_exeext
10704 }; then
10705 case "$LIBEXT" in
10706 dll) ;;
10707 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'` ;;
10708 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10709 esac
10710 else
10711 $as_echo "$as_me: failed program was:" >&5
10712 sed 's/^/| /' conftest.$ac_ext >&5
10717 rm -rf conftest.dSYM
10718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10719 conftest$ac_exeext conftest.$ac_ext
10720 LIBS=$ac_check_soname_save_LIBS
10722 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10723 { $as_echo "$as_me:$LINENO: result: not found" >&5
10724 $as_echo "not found" >&6; }
10726 else
10727 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10728 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10730 cat >>confdefs.h <<_ACEOF
10731 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10732 _ACEOF
10734 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10735 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10736 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10737 $as_echo_n "(cached) " >&6
10738 else
10739 ac_check_lib_save_LIBS=$LIBS
10740 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10741 cat >conftest.$ac_ext <<_ACEOF
10742 /* confdefs.h. */
10743 _ACEOF
10744 cat confdefs.h >>conftest.$ac_ext
10745 cat >>conftest.$ac_ext <<_ACEOF
10746 /* end confdefs.h. */
10748 /* Override any GCC internal prototype to avoid an error.
10749 Use char because int might match the return type of a GCC
10750 builtin and then its argument prototype would still apply. */
10751 #ifdef __cplusplus
10752 extern "C"
10753 #endif
10754 char XRenderSetPictureTransform ();
10756 main ()
10758 return XRenderSetPictureTransform ();
10760 return 0;
10762 _ACEOF
10763 rm -f conftest.$ac_objext conftest$ac_exeext
10764 if { (ac_try="$ac_link"
10765 case "(($ac_try" in
10766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10767 *) ac_try_echo=$ac_try;;
10768 esac
10769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10770 $as_echo "$ac_try_echo") >&5
10771 (eval "$ac_link") 2>conftest.er1
10772 ac_status=$?
10773 grep -v '^ *+' conftest.er1 >conftest.err
10774 rm -f conftest.er1
10775 cat conftest.err >&5
10776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10777 (exit $ac_status); } && {
10778 test -z "$ac_c_werror_flag" ||
10779 test ! -s conftest.err
10780 } && test -s conftest$ac_exeext && {
10781 test "$cross_compiling" = yes ||
10782 $as_test_x conftest$ac_exeext
10783 }; then
10784 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10785 else
10786 $as_echo "$as_me: failed program was:" >&5
10787 sed 's/^/| /' conftest.$ac_ext >&5
10789 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10792 rm -rf conftest.dSYM
10793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10794 conftest$ac_exeext conftest.$ac_ext
10795 LIBS=$ac_check_lib_save_LIBS
10797 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10798 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10799 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10801 cat >>confdefs.h <<\_ACEOF
10802 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10803 _ACEOF
10811 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10812 case "x$with_xrender" in
10813 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10814 xno) ;;
10815 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10816 This is an error since --with-xrender was requested." >&5
10817 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10818 This is an error since --with-xrender was requested." >&2;}
10819 { (exit 1); exit 1; }; } ;;
10820 esac
10824 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10825 then
10826 cat >conftest.$ac_ext <<_ACEOF
10827 /* confdefs.h. */
10828 _ACEOF
10829 cat confdefs.h >>conftest.$ac_ext
10830 cat >>conftest.$ac_ext <<_ACEOF
10831 /* end confdefs.h. */
10832 #include <X11/Xlib.h>
10833 #include <X11/extensions/Xrandr.h>
10835 main ()
10837 static typeof(XRRSetScreenConfigAndRate) * func;
10839 return 0;
10841 _ACEOF
10842 rm -f conftest.$ac_objext
10843 if { (ac_try="$ac_compile"
10844 case "(($ac_try" in
10845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10846 *) ac_try_echo=$ac_try;;
10847 esac
10848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10849 $as_echo "$ac_try_echo") >&5
10850 (eval "$ac_compile") 2>conftest.er1
10851 ac_status=$?
10852 grep -v '^ *+' conftest.er1 >conftest.err
10853 rm -f conftest.er1
10854 cat conftest.err >&5
10855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); } && {
10857 test -z "$ac_c_werror_flag" ||
10858 test ! -s conftest.err
10859 } && test -s conftest.$ac_objext; then
10860 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10861 $as_echo_n "checking for -lXrandr... " >&6; }
10862 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10863 $as_echo_n "(cached) " >&6
10864 else
10865 ac_check_soname_save_LIBS=$LIBS
10866 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10867 cat >conftest.$ac_ext <<_ACEOF
10868 /* confdefs.h. */
10869 _ACEOF
10870 cat confdefs.h >>conftest.$ac_ext
10871 cat >>conftest.$ac_ext <<_ACEOF
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char XRRQueryExtension ();
10882 main ()
10884 return XRRQueryExtension ();
10886 return 0;
10888 _ACEOF
10889 rm -f conftest.$ac_objext conftest$ac_exeext
10890 if { (ac_try="$ac_link"
10891 case "(($ac_try" in
10892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10893 *) ac_try_echo=$ac_try;;
10894 esac
10895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10896 $as_echo "$ac_try_echo") >&5
10897 (eval "$ac_link") 2>conftest.er1
10898 ac_status=$?
10899 grep -v '^ *+' conftest.er1 >conftest.err
10900 rm -f conftest.er1
10901 cat conftest.err >&5
10902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10903 (exit $ac_status); } && {
10904 test -z "$ac_c_werror_flag" ||
10905 test ! -s conftest.err
10906 } && test -s conftest$ac_exeext && {
10907 test "$cross_compiling" = yes ||
10908 $as_test_x conftest$ac_exeext
10909 }; then
10910 case "$LIBEXT" in
10911 dll) ;;
10912 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'` ;;
10913 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10914 esac
10915 else
10916 $as_echo "$as_me: failed program was:" >&5
10917 sed 's/^/| /' conftest.$ac_ext >&5
10922 rm -rf conftest.dSYM
10923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10924 conftest$ac_exeext conftest.$ac_ext
10925 LIBS=$ac_check_soname_save_LIBS
10927 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10928 { $as_echo "$as_me:$LINENO: result: not found" >&5
10929 $as_echo "not found" >&6; }
10931 else
10932 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10933 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10935 cat >>confdefs.h <<_ACEOF
10936 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10937 _ACEOF
10942 else
10943 $as_echo "$as_me: failed program was:" >&5
10944 sed 's/^/| /' conftest.$ac_ext >&5
10949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10951 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10952 case "x$with_xrandr" in
10953 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10954 xno) ;;
10955 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10956 This is an error since --with-xrandr was requested." >&5
10957 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10958 This is an error since --with-xrandr was requested." >&2;}
10959 { (exit 1); exit 1; }; } ;;
10960 esac
10964 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10965 then
10966 cat >conftest.$ac_ext <<_ACEOF
10967 /* confdefs.h. */
10968 _ACEOF
10969 cat confdefs.h >>conftest.$ac_ext
10970 cat >>conftest.$ac_ext <<_ACEOF
10971 /* end confdefs.h. */
10972 #include <X11/Xlib.h>
10973 #include <X11/extensions/Xinerama.h>
10975 main ()
10977 static typeof(XineramaQueryScreens) * func;
10979 return 0;
10981 _ACEOF
10982 rm -f conftest.$ac_objext
10983 if { (ac_try="$ac_compile"
10984 case "(($ac_try" in
10985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10986 *) ac_try_echo=$ac_try;;
10987 esac
10988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10989 $as_echo "$ac_try_echo") >&5
10990 (eval "$ac_compile") 2>conftest.er1
10991 ac_status=$?
10992 grep -v '^ *+' conftest.er1 >conftest.err
10993 rm -f conftest.er1
10994 cat conftest.err >&5
10995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10996 (exit $ac_status); } && {
10997 test -z "$ac_c_werror_flag" ||
10998 test ! -s conftest.err
10999 } && test -s conftest.$ac_objext; then
11000 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11001 $as_echo_n "checking for -lXinerama... " >&6; }
11002 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11003 $as_echo_n "(cached) " >&6
11004 else
11005 ac_check_soname_save_LIBS=$LIBS
11006 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11007 cat >conftest.$ac_ext <<_ACEOF
11008 /* confdefs.h. */
11009 _ACEOF
11010 cat confdefs.h >>conftest.$ac_ext
11011 cat >>conftest.$ac_ext <<_ACEOF
11012 /* end confdefs.h. */
11014 /* Override any GCC internal prototype to avoid an error.
11015 Use char because int might match the return type of a GCC
11016 builtin and then its argument prototype would still apply. */
11017 #ifdef __cplusplus
11018 extern "C"
11019 #endif
11020 char XineramaQueryScreens ();
11022 main ()
11024 return XineramaQueryScreens ();
11026 return 0;
11028 _ACEOF
11029 rm -f conftest.$ac_objext conftest$ac_exeext
11030 if { (ac_try="$ac_link"
11031 case "(($ac_try" in
11032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11033 *) ac_try_echo=$ac_try;;
11034 esac
11035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11036 $as_echo "$ac_try_echo") >&5
11037 (eval "$ac_link") 2>conftest.er1
11038 ac_status=$?
11039 grep -v '^ *+' conftest.er1 >conftest.err
11040 rm -f conftest.er1
11041 cat conftest.err >&5
11042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043 (exit $ac_status); } && {
11044 test -z "$ac_c_werror_flag" ||
11045 test ! -s conftest.err
11046 } && test -s conftest$ac_exeext && {
11047 test "$cross_compiling" = yes ||
11048 $as_test_x conftest$ac_exeext
11049 }; then
11050 case "$LIBEXT" in
11051 dll) ;;
11052 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'` ;;
11053 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11054 esac
11055 else
11056 $as_echo "$as_me: failed program was:" >&5
11057 sed 's/^/| /' conftest.$ac_ext >&5
11062 rm -rf conftest.dSYM
11063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11064 conftest$ac_exeext conftest.$ac_ext
11065 LIBS=$ac_check_soname_save_LIBS
11067 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11068 { $as_echo "$as_me:$LINENO: result: not found" >&5
11069 $as_echo "not found" >&6; }
11071 else
11072 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11073 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11075 cat >>confdefs.h <<_ACEOF
11076 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11077 _ACEOF
11082 else
11083 $as_echo "$as_me: failed program was:" >&5
11084 sed 's/^/| /' conftest.$ac_ext >&5
11089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11091 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11092 case "x$with_xinerama" in
11093 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11094 xno) ;;
11095 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11096 This is an error since --with-xinerama was requested." >&5
11097 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11098 This is an error since --with-xinerama was requested." >&2;}
11099 { (exit 1); exit 1; }; } ;;
11100 esac
11104 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11105 then
11106 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11107 $as_echo_n "checking for -lXcomposite... " >&6; }
11108 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11109 $as_echo_n "(cached) " >&6
11110 else
11111 ac_check_soname_save_LIBS=$LIBS
11112 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11113 cat >conftest.$ac_ext <<_ACEOF
11114 /* confdefs.h. */
11115 _ACEOF
11116 cat confdefs.h >>conftest.$ac_ext
11117 cat >>conftest.$ac_ext <<_ACEOF
11118 /* end confdefs.h. */
11120 /* Override any GCC internal prototype to avoid an error.
11121 Use char because int might match the return type of a GCC
11122 builtin and then its argument prototype would still apply. */
11123 #ifdef __cplusplus
11124 extern "C"
11125 #endif
11126 char XCompositeRedirectWindow ();
11128 main ()
11130 return XCompositeRedirectWindow ();
11132 return 0;
11134 _ACEOF
11135 rm -f conftest.$ac_objext conftest$ac_exeext
11136 if { (ac_try="$ac_link"
11137 case "(($ac_try" in
11138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11139 *) ac_try_echo=$ac_try;;
11140 esac
11141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11142 $as_echo "$ac_try_echo") >&5
11143 (eval "$ac_link") 2>conftest.er1
11144 ac_status=$?
11145 grep -v '^ *+' conftest.er1 >conftest.err
11146 rm -f conftest.er1
11147 cat conftest.err >&5
11148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); } && {
11150 test -z "$ac_c_werror_flag" ||
11151 test ! -s conftest.err
11152 } && test -s conftest$ac_exeext && {
11153 test "$cross_compiling" = yes ||
11154 $as_test_x conftest$ac_exeext
11155 }; then
11156 case "$LIBEXT" in
11157 dll) ;;
11158 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'` ;;
11159 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11160 esac
11161 else
11162 $as_echo "$as_me: failed program was:" >&5
11163 sed 's/^/| /' conftest.$ac_ext >&5
11168 rm -rf conftest.dSYM
11169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11170 conftest$ac_exeext conftest.$ac_ext
11171 LIBS=$ac_check_soname_save_LIBS
11173 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11174 { $as_echo "$as_me:$LINENO: result: not found" >&5
11175 $as_echo "not found" >&6; }
11177 else
11178 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11179 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11181 cat >>confdefs.h <<_ACEOF
11182 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11183 _ACEOF
11189 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11190 case "x$with_xcomposite" in
11191 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11192 xno) ;;
11193 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11194 This is an error since --with-xcomposite was requested." >&5
11195 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11196 This is an error since --with-xcomposite was requested." >&2;}
11197 { (exit 1); exit 1; }; } ;;
11198 esac
11202 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11203 $as_echo_n "checking for XICCallback.callback... " >&6; }
11204 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11205 $as_echo_n "(cached) " >&6
11206 else
11207 cat >conftest.$ac_ext <<_ACEOF
11208 /* confdefs.h. */
11209 _ACEOF
11210 cat confdefs.h >>conftest.$ac_ext
11211 cat >>conftest.$ac_ext <<_ACEOF
11212 /* end confdefs.h. */
11213 #ifdef HAVE_X11_XLIB_H
11214 #include <X11/Xlib.h>
11215 #endif
11218 main ()
11220 static XICCallback ac_aggr;
11221 if (ac_aggr.callback)
11222 return 0;
11224 return 0;
11226 _ACEOF
11227 rm -f conftest.$ac_objext
11228 if { (ac_try="$ac_compile"
11229 case "(($ac_try" in
11230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11231 *) ac_try_echo=$ac_try;;
11232 esac
11233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11234 $as_echo "$ac_try_echo") >&5
11235 (eval "$ac_compile") 2>conftest.er1
11236 ac_status=$?
11237 grep -v '^ *+' conftest.er1 >conftest.err
11238 rm -f conftest.er1
11239 cat conftest.err >&5
11240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11241 (exit $ac_status); } && {
11242 test -z "$ac_c_werror_flag" ||
11243 test ! -s conftest.err
11244 } && test -s conftest.$ac_objext; then
11245 ac_cv_member_XICCallback_callback=yes
11246 else
11247 $as_echo "$as_me: failed program was:" >&5
11248 sed 's/^/| /' conftest.$ac_ext >&5
11250 cat >conftest.$ac_ext <<_ACEOF
11251 /* confdefs.h. */
11252 _ACEOF
11253 cat confdefs.h >>conftest.$ac_ext
11254 cat >>conftest.$ac_ext <<_ACEOF
11255 /* end confdefs.h. */
11256 #ifdef HAVE_X11_XLIB_H
11257 #include <X11/Xlib.h>
11258 #endif
11261 main ()
11263 static XICCallback ac_aggr;
11264 if (sizeof ac_aggr.callback)
11265 return 0;
11267 return 0;
11269 _ACEOF
11270 rm -f conftest.$ac_objext
11271 if { (ac_try="$ac_compile"
11272 case "(($ac_try" in
11273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11274 *) ac_try_echo=$ac_try;;
11275 esac
11276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11277 $as_echo "$ac_try_echo") >&5
11278 (eval "$ac_compile") 2>conftest.er1
11279 ac_status=$?
11280 grep -v '^ *+' conftest.er1 >conftest.err
11281 rm -f conftest.er1
11282 cat conftest.err >&5
11283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11284 (exit $ac_status); } && {
11285 test -z "$ac_c_werror_flag" ||
11286 test ! -s conftest.err
11287 } && test -s conftest.$ac_objext; then
11288 ac_cv_member_XICCallback_callback=yes
11289 else
11290 $as_echo "$as_me: failed program was:" >&5
11291 sed 's/^/| /' conftest.$ac_ext >&5
11293 ac_cv_member_XICCallback_callback=no
11296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11301 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11302 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11303 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11305 cat >>confdefs.h <<_ACEOF
11306 #define HAVE_XICCALLBACK_CALLBACK 1
11307 _ACEOF
11314 opengl_msg=""
11315 if test "x$with_opengl" != "xno"
11316 then
11320 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11322 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11323 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11324 $as_echo_n "checking for $ac_header... " >&6; }
11325 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11326 $as_echo_n "(cached) " >&6
11327 else
11328 cat >conftest.$ac_ext <<_ACEOF
11329 /* confdefs.h. */
11330 _ACEOF
11331 cat confdefs.h >>conftest.$ac_ext
11332 cat >>conftest.$ac_ext <<_ACEOF
11333 /* end confdefs.h. */
11334 #ifdef HAVE_GL_GLX_H
11335 # include <GL/glx.h>
11336 #endif
11338 #include <$ac_header>
11339 _ACEOF
11340 rm -f conftest.$ac_objext
11341 if { (ac_try="$ac_compile"
11342 case "(($ac_try" in
11343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11344 *) ac_try_echo=$ac_try;;
11345 esac
11346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11347 $as_echo "$ac_try_echo") >&5
11348 (eval "$ac_compile") 2>conftest.er1
11349 ac_status=$?
11350 grep -v '^ *+' conftest.er1 >conftest.err
11351 rm -f conftest.er1
11352 cat conftest.err >&5
11353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); } && {
11355 test -z "$ac_c_werror_flag" ||
11356 test ! -s conftest.err
11357 } && test -s conftest.$ac_objext; then
11358 eval "$as_ac_Header=yes"
11359 else
11360 $as_echo "$as_me: failed program was:" >&5
11361 sed 's/^/| /' conftest.$ac_ext >&5
11363 eval "$as_ac_Header=no"
11366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11368 ac_res=`eval 'as_val=${'$as_ac_Header'}
11369 $as_echo "$as_val"'`
11370 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11371 $as_echo "$ac_res" >&6; }
11372 as_val=`eval 'as_val=${'$as_ac_Header'}
11373 $as_echo "$as_val"'`
11374 if test "x$as_val" = x""yes; then
11375 cat >>confdefs.h <<_ACEOF
11376 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11377 _ACEOF
11381 done
11383 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11384 then
11385 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11386 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11387 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11388 $as_echo_n "(cached) " >&6
11389 else
11390 cat >conftest.$ac_ext <<_ACEOF
11391 /* confdefs.h. */
11392 _ACEOF
11393 cat confdefs.h >>conftest.$ac_ext
11394 cat >>conftest.$ac_ext <<_ACEOF
11395 /* end confdefs.h. */
11396 #include <GL/gl.h>
11398 main ()
11400 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11402 return 0;
11404 _ACEOF
11405 rm -f conftest.$ac_objext
11406 if { (ac_try="$ac_compile"
11407 case "(($ac_try" in
11408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11409 *) ac_try_echo=$ac_try;;
11410 esac
11411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11412 $as_echo "$ac_try_echo") >&5
11413 (eval "$ac_compile") 2>conftest.er1
11414 ac_status=$?
11415 grep -v '^ *+' conftest.er1 >conftest.err
11416 rm -f conftest.er1
11417 cat conftest.err >&5
11418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11419 (exit $ac_status); } && {
11420 test -z "$ac_c_werror_flag" ||
11421 test ! -s conftest.err
11422 } && test -s conftest.$ac_objext; then
11423 wine_cv_opengl_header_version_OK="yes"
11424 else
11425 $as_echo "$as_me: failed program was:" >&5
11426 sed 's/^/| /' conftest.$ac_ext >&5
11428 wine_cv_opengl_header_version_OK="no"
11431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11433 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11434 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11436 if test "$wine_cv_opengl_header_version_OK" = "yes"
11437 then
11438 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11439 $as_echo_n "checking for -lGL... " >&6; }
11440 if test "${ac_cv_lib_soname_GL+set}" = set; then
11441 $as_echo_n "(cached) " >&6
11442 else
11443 ac_check_soname_save_LIBS=$LIBS
11444 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11445 cat >conftest.$ac_ext <<_ACEOF
11446 /* confdefs.h. */
11447 _ACEOF
11448 cat confdefs.h >>conftest.$ac_ext
11449 cat >>conftest.$ac_ext <<_ACEOF
11450 /* end confdefs.h. */
11452 /* Override any GCC internal prototype to avoid an error.
11453 Use char because int might match the return type of a GCC
11454 builtin and then its argument prototype would still apply. */
11455 #ifdef __cplusplus
11456 extern "C"
11457 #endif
11458 char glXCreateContext ();
11460 main ()
11462 return glXCreateContext ();
11464 return 0;
11466 _ACEOF
11467 rm -f conftest.$ac_objext conftest$ac_exeext
11468 if { (ac_try="$ac_link"
11469 case "(($ac_try" in
11470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11471 *) ac_try_echo=$ac_try;;
11472 esac
11473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11474 $as_echo "$ac_try_echo") >&5
11475 (eval "$ac_link") 2>conftest.er1
11476 ac_status=$?
11477 grep -v '^ *+' conftest.er1 >conftest.err
11478 rm -f conftest.er1
11479 cat conftest.err >&5
11480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11481 (exit $ac_status); } && {
11482 test -z "$ac_c_werror_flag" ||
11483 test ! -s conftest.err
11484 } && test -s conftest$ac_exeext && {
11485 test "$cross_compiling" = yes ||
11486 $as_test_x conftest$ac_exeext
11487 }; then
11488 case "$LIBEXT" in
11489 dll) ;;
11490 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'` ;;
11491 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11492 esac
11493 else
11494 $as_echo "$as_me: failed program was:" >&5
11495 sed 's/^/| /' conftest.$ac_ext >&5
11500 rm -rf conftest.dSYM
11501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11502 conftest$ac_exeext conftest.$ac_ext
11503 LIBS=$ac_check_soname_save_LIBS
11505 if test "x$ac_cv_lib_soname_GL" = "x"; then
11506 { $as_echo "$as_me:$LINENO: result: not found" >&5
11507 $as_echo "not found" >&6; }
11508 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11509 $as_echo_n "checking for -lGL... " >&6; }
11510 if test "${ac_cv_lib_soname_GL+set}" = set; then
11511 $as_echo_n "(cached) " >&6
11512 else
11513 ac_check_soname_save_LIBS=$LIBS
11514 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"
11515 cat >conftest.$ac_ext <<_ACEOF
11516 /* confdefs.h. */
11517 _ACEOF
11518 cat confdefs.h >>conftest.$ac_ext
11519 cat >>conftest.$ac_ext <<_ACEOF
11520 /* end confdefs.h. */
11522 /* Override any GCC internal prototype to avoid an error.
11523 Use char because int might match the return type of a GCC
11524 builtin and then its argument prototype would still apply. */
11525 #ifdef __cplusplus
11526 extern "C"
11527 #endif
11528 char glXCreateContext ();
11530 main ()
11532 return glXCreateContext ();
11534 return 0;
11536 _ACEOF
11537 rm -f conftest.$ac_objext conftest$ac_exeext
11538 if { (ac_try="$ac_link"
11539 case "(($ac_try" in
11540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11541 *) ac_try_echo=$ac_try;;
11542 esac
11543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11544 $as_echo "$ac_try_echo") >&5
11545 (eval "$ac_link") 2>conftest.er1
11546 ac_status=$?
11547 grep -v '^ *+' conftest.er1 >conftest.err
11548 rm -f conftest.er1
11549 cat conftest.err >&5
11550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); } && {
11552 test -z "$ac_c_werror_flag" ||
11553 test ! -s conftest.err
11554 } && test -s conftest$ac_exeext && {
11555 test "$cross_compiling" = yes ||
11556 $as_test_x conftest$ac_exeext
11557 }; then
11558 case "$LIBEXT" in
11559 dll) ;;
11560 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'` ;;
11561 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11562 esac
11563 else
11564 $as_echo "$as_me: failed program was:" >&5
11565 sed 's/^/| /' conftest.$ac_ext >&5
11570 rm -rf conftest.dSYM
11571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11572 conftest$ac_exeext conftest.$ac_ext
11573 LIBS=$ac_check_soname_save_LIBS
11575 if test "x$ac_cv_lib_soname_GL" = "x"; then
11576 { $as_echo "$as_me:$LINENO: result: not found" >&5
11577 $as_echo "not found" >&6; }
11578 if test -f /usr/X11R6/lib/libGL.a
11579 then
11580 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11581 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11582 else
11583 opengl_msg="No OpenGL library found on this system."
11585 else
11586 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11587 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11589 cat >>confdefs.h <<_ACEOF
11590 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11591 _ACEOF
11593 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"
11595 cat >>confdefs.h <<\_ACEOF
11596 #define HAVE_OPENGL 1
11597 _ACEOF
11601 else
11602 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11603 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11605 cat >>confdefs.h <<_ACEOF
11606 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11607 _ACEOF
11609 OPENGL_LIBS="-lGL"
11611 cat >>confdefs.h <<\_ACEOF
11612 #define HAVE_OPENGL 1
11613 _ACEOF
11617 if test "$ac_cv_header_GL_glu_h" = "yes"
11618 then
11619 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11620 $as_echo_n "checking for -lGLU... " >&6; }
11621 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11622 $as_echo_n "(cached) " >&6
11623 else
11624 ac_check_soname_save_LIBS=$LIBS
11625 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11626 cat >conftest.$ac_ext <<_ACEOF
11627 /* confdefs.h. */
11628 _ACEOF
11629 cat confdefs.h >>conftest.$ac_ext
11630 cat >>conftest.$ac_ext <<_ACEOF
11631 /* end confdefs.h. */
11633 /* Override any GCC internal prototype to avoid an error.
11634 Use char because int might match the return type of a GCC
11635 builtin and then its argument prototype would still apply. */
11636 #ifdef __cplusplus
11637 extern "C"
11638 #endif
11639 char gluLookAt ();
11641 main ()
11643 return gluLookAt ();
11645 return 0;
11647 _ACEOF
11648 rm -f conftest.$ac_objext conftest$ac_exeext
11649 if { (ac_try="$ac_link"
11650 case "(($ac_try" in
11651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11652 *) ac_try_echo=$ac_try;;
11653 esac
11654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11655 $as_echo "$ac_try_echo") >&5
11656 (eval "$ac_link") 2>conftest.er1
11657 ac_status=$?
11658 grep -v '^ *+' conftest.er1 >conftest.err
11659 rm -f conftest.er1
11660 cat conftest.err >&5
11661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11662 (exit $ac_status); } && {
11663 test -z "$ac_c_werror_flag" ||
11664 test ! -s conftest.err
11665 } && test -s conftest$ac_exeext && {
11666 test "$cross_compiling" = yes ||
11667 $as_test_x conftest$ac_exeext
11668 }; then
11669 case "$LIBEXT" in
11670 dll) ;;
11671 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'` ;;
11672 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11673 esac
11674 else
11675 $as_echo "$as_me: failed program was:" >&5
11676 sed 's/^/| /' conftest.$ac_ext >&5
11681 rm -rf conftest.dSYM
11682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11683 conftest$ac_exeext conftest.$ac_ext
11684 LIBS=$ac_check_soname_save_LIBS
11686 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11687 { $as_echo "$as_me:$LINENO: result: not found" >&5
11688 $as_echo "not found" >&6; }
11690 else
11691 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11692 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11694 cat >>confdefs.h <<_ACEOF
11695 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11696 _ACEOF
11702 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11703 case "x$with_glu" in
11704 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11705 xno) ;;
11706 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11707 This is an error since --with-glu was requested." >&5
11708 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11709 This is an error since --with-glu was requested." >&2;}
11710 { (exit 1); exit 1; }; } ;;
11711 esac
11714 else
11715 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11717 else
11718 opengl_msg="OpenGL development headers not found."
11720 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11721 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11722 else
11723 enable_opengl32=${enable_opengl32:-no}
11724 enable_glu32=${enable_glu32:-no}
11726 if test -n "$opengl_msg"; then
11727 case "x$with_opengl" in
11728 x) wine_warnings="$wine_warnings|$opengl_msg
11729 OpenGL and Direct3D won't be supported." ;;
11730 xno) ;;
11731 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11732 OpenGL and Direct3D won't be supported.
11733 This is an error since --with-opengl was requested." >&5
11734 $as_echo "$as_me: error: $opengl_msg
11735 OpenGL and Direct3D won't be supported.
11736 This is an error since --with-opengl was requested." >&2;}
11737 { (exit 1); exit 1; }; } ;;
11738 esac
11742 NASLIBS=""
11745 for ac_header in audio/audiolib.h
11747 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11748 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11749 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11750 $as_echo_n "checking for $ac_header... " >&6; }
11751 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11752 $as_echo_n "(cached) " >&6
11754 ac_res=`eval 'as_val=${'$as_ac_Header'}
11755 $as_echo "$as_val"'`
11756 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11757 $as_echo "$ac_res" >&6; }
11758 else
11759 # Is the header compilable?
11760 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11761 $as_echo_n "checking $ac_header usability... " >&6; }
11762 cat >conftest.$ac_ext <<_ACEOF
11763 /* confdefs.h. */
11764 _ACEOF
11765 cat confdefs.h >>conftest.$ac_ext
11766 cat >>conftest.$ac_ext <<_ACEOF
11767 /* end confdefs.h. */
11768 $ac_includes_default
11769 #include <$ac_header>
11770 _ACEOF
11771 rm -f conftest.$ac_objext
11772 if { (ac_try="$ac_compile"
11773 case "(($ac_try" in
11774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11775 *) ac_try_echo=$ac_try;;
11776 esac
11777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11778 $as_echo "$ac_try_echo") >&5
11779 (eval "$ac_compile") 2>conftest.er1
11780 ac_status=$?
11781 grep -v '^ *+' conftest.er1 >conftest.err
11782 rm -f conftest.er1
11783 cat conftest.err >&5
11784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11785 (exit $ac_status); } && {
11786 test -z "$ac_c_werror_flag" ||
11787 test ! -s conftest.err
11788 } && test -s conftest.$ac_objext; then
11789 ac_header_compiler=yes
11790 else
11791 $as_echo "$as_me: failed program was:" >&5
11792 sed 's/^/| /' conftest.$ac_ext >&5
11794 ac_header_compiler=no
11797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11798 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11799 $as_echo "$ac_header_compiler" >&6; }
11801 # Is the header present?
11802 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11803 $as_echo_n "checking $ac_header presence... " >&6; }
11804 cat >conftest.$ac_ext <<_ACEOF
11805 /* confdefs.h. */
11806 _ACEOF
11807 cat confdefs.h >>conftest.$ac_ext
11808 cat >>conftest.$ac_ext <<_ACEOF
11809 /* end confdefs.h. */
11810 #include <$ac_header>
11811 _ACEOF
11812 if { (ac_try="$ac_cpp conftest.$ac_ext"
11813 case "(($ac_try" in
11814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11815 *) ac_try_echo=$ac_try;;
11816 esac
11817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11818 $as_echo "$ac_try_echo") >&5
11819 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11820 ac_status=$?
11821 grep -v '^ *+' conftest.er1 >conftest.err
11822 rm -f conftest.er1
11823 cat conftest.err >&5
11824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11825 (exit $ac_status); } >/dev/null && {
11826 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11827 test ! -s conftest.err
11828 }; then
11829 ac_header_preproc=yes
11830 else
11831 $as_echo "$as_me: failed program was:" >&5
11832 sed 's/^/| /' conftest.$ac_ext >&5
11834 ac_header_preproc=no
11837 rm -f conftest.err conftest.$ac_ext
11838 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11839 $as_echo "$ac_header_preproc" >&6; }
11841 # So? What about this header?
11842 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11843 yes:no: )
11844 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11845 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11846 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11847 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11848 ac_header_preproc=yes
11850 no:yes:* )
11851 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11852 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11853 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11854 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11855 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11856 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11857 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11858 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11860 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11861 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11862 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11863 ( cat <<\_ASBOX
11864 ## ------------------------------------ ##
11865 ## Report this to wine-devel@winehq.org ##
11866 ## ------------------------------------ ##
11867 _ASBOX
11868 ) | sed "s/^/$as_me: WARNING: /" >&2
11870 esac
11871 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11872 $as_echo_n "checking for $ac_header... " >&6; }
11873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11874 $as_echo_n "(cached) " >&6
11875 else
11876 eval "$as_ac_Header=\$ac_header_preproc"
11878 ac_res=`eval 'as_val=${'$as_ac_Header'}
11879 $as_echo "$as_val"'`
11880 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11881 $as_echo "$ac_res" >&6; }
11884 as_val=`eval 'as_val=${'$as_ac_Header'}
11885 $as_echo "$as_val"'`
11886 if test "x$as_val" = x""yes; then
11887 cat >>confdefs.h <<_ACEOF
11888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11889 _ACEOF
11891 for ac_header in audio/soundlib.h
11893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11894 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11895 $as_echo_n "checking for $ac_header... " >&6; }
11896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11897 $as_echo_n "(cached) " >&6
11898 else
11899 cat >conftest.$ac_ext <<_ACEOF
11900 /* confdefs.h. */
11901 _ACEOF
11902 cat confdefs.h >>conftest.$ac_ext
11903 cat >>conftest.$ac_ext <<_ACEOF
11904 /* end confdefs.h. */
11905 #include <audio/audiolib.h>
11907 #include <$ac_header>
11908 _ACEOF
11909 rm -f conftest.$ac_objext
11910 if { (ac_try="$ac_compile"
11911 case "(($ac_try" in
11912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11913 *) ac_try_echo=$ac_try;;
11914 esac
11915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11916 $as_echo "$ac_try_echo") >&5
11917 (eval "$ac_compile") 2>conftest.er1
11918 ac_status=$?
11919 grep -v '^ *+' conftest.er1 >conftest.err
11920 rm -f conftest.er1
11921 cat conftest.err >&5
11922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11923 (exit $ac_status); } && {
11924 test -z "$ac_c_werror_flag" ||
11925 test ! -s conftest.err
11926 } && test -s conftest.$ac_objext; then
11927 eval "$as_ac_Header=yes"
11928 else
11929 $as_echo "$as_me: failed program was:" >&5
11930 sed 's/^/| /' conftest.$ac_ext >&5
11932 eval "$as_ac_Header=no"
11935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11937 ac_res=`eval 'as_val=${'$as_ac_Header'}
11938 $as_echo "$as_val"'`
11939 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11940 $as_echo "$ac_res" >&6; }
11941 as_val=`eval 'as_val=${'$as_ac_Header'}
11942 $as_echo "$as_val"'`
11943 if test "x$as_val" = x""yes; then
11944 cat >>confdefs.h <<_ACEOF
11945 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11946 _ACEOF
11950 done
11952 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11953 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11954 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11955 $as_echo_n "(cached) " >&6
11956 else
11957 ac_check_lib_save_LIBS=$LIBS
11958 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11959 cat >conftest.$ac_ext <<_ACEOF
11960 /* confdefs.h. */
11961 _ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11969 #ifdef __cplusplus
11970 extern "C"
11971 #endif
11972 char AuCreateFlow ();
11974 main ()
11976 return AuCreateFlow ();
11978 return 0;
11980 _ACEOF
11981 rm -f conftest.$ac_objext conftest$ac_exeext
11982 if { (ac_try="$ac_link"
11983 case "(($ac_try" in
11984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11985 *) ac_try_echo=$ac_try;;
11986 esac
11987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11988 $as_echo "$ac_try_echo") >&5
11989 (eval "$ac_link") 2>conftest.er1
11990 ac_status=$?
11991 grep -v '^ *+' conftest.er1 >conftest.err
11992 rm -f conftest.er1
11993 cat conftest.err >&5
11994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11995 (exit $ac_status); } && {
11996 test -z "$ac_c_werror_flag" ||
11997 test ! -s conftest.err
11998 } && test -s conftest$ac_exeext && {
11999 test "$cross_compiling" = yes ||
12000 $as_test_x conftest$ac_exeext
12001 }; then
12002 ac_cv_lib_audio_AuCreateFlow=yes
12003 else
12004 $as_echo "$as_me: failed program was:" >&5
12005 sed 's/^/| /' conftest.$ac_ext >&5
12007 ac_cv_lib_audio_AuCreateFlow=no
12010 rm -rf conftest.dSYM
12011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12012 conftest$ac_exeext conftest.$ac_ext
12013 LIBS=$ac_check_lib_save_LIBS
12015 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12016 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12017 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12019 cat >>confdefs.h <<\_ACEOF
12020 #define HAVE_NAS 1
12021 _ACEOF
12023 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12024 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12025 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12026 $as_echo_n "(cached) " >&6
12027 else
12028 ac_check_lib_save_LIBS=$LIBS
12029 LIBS="-lXau $X_LIBS $LIBS"
12030 cat >conftest.$ac_ext <<_ACEOF
12031 /* confdefs.h. */
12032 _ACEOF
12033 cat confdefs.h >>conftest.$ac_ext
12034 cat >>conftest.$ac_ext <<_ACEOF
12035 /* end confdefs.h. */
12037 /* Override any GCC internal prototype to avoid an error.
12038 Use char because int might match the return type of a GCC
12039 builtin and then its argument prototype would still apply. */
12040 #ifdef __cplusplus
12041 extern "C"
12042 #endif
12043 char XauGetBestAuthByAddr ();
12045 main ()
12047 return XauGetBestAuthByAddr ();
12049 return 0;
12051 _ACEOF
12052 rm -f conftest.$ac_objext conftest$ac_exeext
12053 if { (ac_try="$ac_link"
12054 case "(($ac_try" in
12055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12056 *) ac_try_echo=$ac_try;;
12057 esac
12058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12059 $as_echo "$ac_try_echo") >&5
12060 (eval "$ac_link") 2>conftest.er1
12061 ac_status=$?
12062 grep -v '^ *+' conftest.er1 >conftest.err
12063 rm -f conftest.er1
12064 cat conftest.err >&5
12065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12066 (exit $ac_status); } && {
12067 test -z "$ac_c_werror_flag" ||
12068 test ! -s conftest.err
12069 } && test -s conftest$ac_exeext && {
12070 test "$cross_compiling" = yes ||
12071 $as_test_x conftest$ac_exeext
12072 }; then
12073 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12074 else
12075 $as_echo "$as_me: failed program was:" >&5
12076 sed 's/^/| /' conftest.$ac_ext >&5
12078 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12081 rm -rf conftest.dSYM
12082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12083 conftest$ac_exeext conftest.$ac_ext
12084 LIBS=$ac_check_lib_save_LIBS
12086 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12087 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12088 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12089 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12090 else
12091 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12099 done
12102 CPPFLAGS="$ac_save_CPPFLAGS"
12103 else
12104 XLIB=""
12105 X_CFLAGS=""
12106 X_LIBS=""
12107 enable_winex11_drv=${enable_winex11_drv:-no}
12108 enable_opengl32=${enable_opengl32:-no}
12109 enable_glu32=${enable_glu32:-no}
12111 if test "x$XLIB" = "x"; then
12112 case "x$with_x" in
12113 xno) ;;
12114 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12115 without X support, which probably isn't what you want. You will need to install
12116 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12117 Use the --without-x option if you really want this." >&5
12118 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12119 without X support, which probably isn't what you want. You will need to install
12120 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12121 Use the --without-x option if you really want this." >&2;}
12122 { (exit 1); exit 1; }; } ;;
12123 esac
12128 XML2LIBS=""
12130 XML2INCL=""
12132 XSLTINCL=""
12134 if test "x$with_xml" != "xno"
12135 then
12136 ac_save_CPPFLAGS="$CPPFLAGS"
12137 if test "$PKG_CONFIG" != "false"
12138 then
12139 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12140 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12141 else
12142 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12143 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12145 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12147 for ac_header in libxml/parser.h
12149 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12150 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12151 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12152 $as_echo_n "checking for $ac_header... " >&6; }
12153 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12154 $as_echo_n "(cached) " >&6
12156 ac_res=`eval 'as_val=${'$as_ac_Header'}
12157 $as_echo "$as_val"'`
12158 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12159 $as_echo "$ac_res" >&6; }
12160 else
12161 # Is the header compilable?
12162 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12163 $as_echo_n "checking $ac_header usability... " >&6; }
12164 cat >conftest.$ac_ext <<_ACEOF
12165 /* confdefs.h. */
12166 _ACEOF
12167 cat confdefs.h >>conftest.$ac_ext
12168 cat >>conftest.$ac_ext <<_ACEOF
12169 /* end confdefs.h. */
12170 $ac_includes_default
12171 #include <$ac_header>
12172 _ACEOF
12173 rm -f conftest.$ac_objext
12174 if { (ac_try="$ac_compile"
12175 case "(($ac_try" in
12176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12177 *) ac_try_echo=$ac_try;;
12178 esac
12179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12180 $as_echo "$ac_try_echo") >&5
12181 (eval "$ac_compile") 2>conftest.er1
12182 ac_status=$?
12183 grep -v '^ *+' conftest.er1 >conftest.err
12184 rm -f conftest.er1
12185 cat conftest.err >&5
12186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12187 (exit $ac_status); } && {
12188 test -z "$ac_c_werror_flag" ||
12189 test ! -s conftest.err
12190 } && test -s conftest.$ac_objext; then
12191 ac_header_compiler=yes
12192 else
12193 $as_echo "$as_me: failed program was:" >&5
12194 sed 's/^/| /' conftest.$ac_ext >&5
12196 ac_header_compiler=no
12199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12200 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12201 $as_echo "$ac_header_compiler" >&6; }
12203 # Is the header present?
12204 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12205 $as_echo_n "checking $ac_header presence... " >&6; }
12206 cat >conftest.$ac_ext <<_ACEOF
12207 /* confdefs.h. */
12208 _ACEOF
12209 cat confdefs.h >>conftest.$ac_ext
12210 cat >>conftest.$ac_ext <<_ACEOF
12211 /* end confdefs.h. */
12212 #include <$ac_header>
12213 _ACEOF
12214 if { (ac_try="$ac_cpp conftest.$ac_ext"
12215 case "(($ac_try" in
12216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12217 *) ac_try_echo=$ac_try;;
12218 esac
12219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12220 $as_echo "$ac_try_echo") >&5
12221 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12222 ac_status=$?
12223 grep -v '^ *+' conftest.er1 >conftest.err
12224 rm -f conftest.er1
12225 cat conftest.err >&5
12226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12227 (exit $ac_status); } >/dev/null && {
12228 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12229 test ! -s conftest.err
12230 }; then
12231 ac_header_preproc=yes
12232 else
12233 $as_echo "$as_me: failed program was:" >&5
12234 sed 's/^/| /' conftest.$ac_ext >&5
12236 ac_header_preproc=no
12239 rm -f conftest.err conftest.$ac_ext
12240 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12241 $as_echo "$ac_header_preproc" >&6; }
12243 # So? What about this header?
12244 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12245 yes:no: )
12246 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12247 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12248 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12249 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12250 ac_header_preproc=yes
12252 no:yes:* )
12253 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12254 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12255 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12256 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12257 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12258 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12259 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12260 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12261 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12262 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12263 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12264 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12265 ( cat <<\_ASBOX
12266 ## ------------------------------------ ##
12267 ## Report this to wine-devel@winehq.org ##
12268 ## ------------------------------------ ##
12269 _ASBOX
12270 ) | sed "s/^/$as_me: WARNING: /" >&2
12272 esac
12273 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12274 $as_echo_n "checking for $ac_header... " >&6; }
12275 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12276 $as_echo_n "(cached) " >&6
12277 else
12278 eval "$as_ac_Header=\$ac_header_preproc"
12280 ac_res=`eval 'as_val=${'$as_ac_Header'}
12281 $as_echo "$as_val"'`
12282 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12283 $as_echo "$ac_res" >&6; }
12286 as_val=`eval 'as_val=${'$as_ac_Header'}
12287 $as_echo "$as_val"'`
12288 if test "x$as_val" = x""yes; then
12289 cat >>confdefs.h <<_ACEOF
12290 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12291 _ACEOF
12292 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12293 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12294 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12295 $as_echo_n "(cached) " >&6
12296 else
12297 ac_check_lib_save_LIBS=$LIBS
12298 LIBS="-lxml2 $ac_xml_libs $LIBS"
12299 cat >conftest.$ac_ext <<_ACEOF
12300 /* confdefs.h. */
12301 _ACEOF
12302 cat confdefs.h >>conftest.$ac_ext
12303 cat >>conftest.$ac_ext <<_ACEOF
12304 /* end confdefs.h. */
12306 /* Override any GCC internal prototype to avoid an error.
12307 Use char because int might match the return type of a GCC
12308 builtin and then its argument prototype would still apply. */
12309 #ifdef __cplusplus
12310 extern "C"
12311 #endif
12312 char xmlParseMemory ();
12314 main ()
12316 return xmlParseMemory ();
12318 return 0;
12320 _ACEOF
12321 rm -f conftest.$ac_objext conftest$ac_exeext
12322 if { (ac_try="$ac_link"
12323 case "(($ac_try" in
12324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12325 *) ac_try_echo=$ac_try;;
12326 esac
12327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12328 $as_echo "$ac_try_echo") >&5
12329 (eval "$ac_link") 2>conftest.er1
12330 ac_status=$?
12331 grep -v '^ *+' conftest.er1 >conftest.err
12332 rm -f conftest.er1
12333 cat conftest.err >&5
12334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12335 (exit $ac_status); } && {
12336 test -z "$ac_c_werror_flag" ||
12337 test ! -s conftest.err
12338 } && test -s conftest$ac_exeext && {
12339 test "$cross_compiling" = yes ||
12340 $as_test_x conftest$ac_exeext
12341 }; then
12342 ac_cv_lib_xml2_xmlParseMemory=yes
12343 else
12344 $as_echo "$as_me: failed program was:" >&5
12345 sed 's/^/| /' conftest.$ac_ext >&5
12347 ac_cv_lib_xml2_xmlParseMemory=no
12350 rm -rf conftest.dSYM
12351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12352 conftest$ac_exeext conftest.$ac_ext
12353 LIBS=$ac_check_lib_save_LIBS
12355 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12356 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12357 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12359 cat >>confdefs.h <<\_ACEOF
12360 #define HAVE_LIBXML2 1
12361 _ACEOF
12363 XML2LIBS="$ac_xml_libs"
12364 XML2INCL="$ac_xml_cflags"
12367 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12368 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12369 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12370 $as_echo_n "(cached) " >&6
12371 else
12372 ac_check_lib_save_LIBS=$LIBS
12373 LIBS="-lxml2 $ac_xml_libs $LIBS"
12374 cat >conftest.$ac_ext <<_ACEOF
12375 /* confdefs.h. */
12376 _ACEOF
12377 cat confdefs.h >>conftest.$ac_ext
12378 cat >>conftest.$ac_ext <<_ACEOF
12379 /* end confdefs.h. */
12381 /* Override any GCC internal prototype to avoid an error.
12382 Use char because int might match the return type of a GCC
12383 builtin and then its argument prototype would still apply. */
12384 #ifdef __cplusplus
12385 extern "C"
12386 #endif
12387 char xmlReadMemory ();
12389 main ()
12391 return xmlReadMemory ();
12393 return 0;
12395 _ACEOF
12396 rm -f conftest.$ac_objext conftest$ac_exeext
12397 if { (ac_try="$ac_link"
12398 case "(($ac_try" in
12399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12400 *) ac_try_echo=$ac_try;;
12401 esac
12402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12403 $as_echo "$ac_try_echo") >&5
12404 (eval "$ac_link") 2>conftest.er1
12405 ac_status=$?
12406 grep -v '^ *+' conftest.er1 >conftest.err
12407 rm -f conftest.er1
12408 cat conftest.err >&5
12409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12410 (exit $ac_status); } && {
12411 test -z "$ac_c_werror_flag" ||
12412 test ! -s conftest.err
12413 } && test -s conftest$ac_exeext && {
12414 test "$cross_compiling" = yes ||
12415 $as_test_x conftest$ac_exeext
12416 }; then
12417 ac_cv_lib_xml2_xmlReadMemory=yes
12418 else
12419 $as_echo "$as_me: failed program was:" >&5
12420 sed 's/^/| /' conftest.$ac_ext >&5
12422 ac_cv_lib_xml2_xmlReadMemory=no
12425 rm -rf conftest.dSYM
12426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12427 conftest$ac_exeext conftest.$ac_ext
12428 LIBS=$ac_check_lib_save_LIBS
12430 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12431 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12432 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12434 cat >>confdefs.h <<\_ACEOF
12435 #define HAVE_XMLREADMEMORY 1
12436 _ACEOF
12440 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12441 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12442 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12443 $as_echo_n "(cached) " >&6
12444 else
12445 ac_check_lib_save_LIBS=$LIBS
12446 LIBS="-lxml2 $ac_xml_libs $LIBS"
12447 cat >conftest.$ac_ext <<_ACEOF
12448 /* confdefs.h. */
12449 _ACEOF
12450 cat confdefs.h >>conftest.$ac_ext
12451 cat >>conftest.$ac_ext <<_ACEOF
12452 /* end confdefs.h. */
12454 /* Override any GCC internal prototype to avoid an error.
12455 Use char because int might match the return type of a GCC
12456 builtin and then its argument prototype would still apply. */
12457 #ifdef __cplusplus
12458 extern "C"
12459 #endif
12460 char xmlNewDocPI ();
12462 main ()
12464 return xmlNewDocPI ();
12466 return 0;
12468 _ACEOF
12469 rm -f conftest.$ac_objext conftest$ac_exeext
12470 if { (ac_try="$ac_link"
12471 case "(($ac_try" in
12472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12473 *) ac_try_echo=$ac_try;;
12474 esac
12475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12476 $as_echo "$ac_try_echo") >&5
12477 (eval "$ac_link") 2>conftest.er1
12478 ac_status=$?
12479 grep -v '^ *+' conftest.er1 >conftest.err
12480 rm -f conftest.er1
12481 cat conftest.err >&5
12482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12483 (exit $ac_status); } && {
12484 test -z "$ac_c_werror_flag" ||
12485 test ! -s conftest.err
12486 } && test -s conftest$ac_exeext && {
12487 test "$cross_compiling" = yes ||
12488 $as_test_x conftest$ac_exeext
12489 }; then
12490 ac_cv_lib_xml2_xmlNewDocPI=yes
12491 else
12492 $as_echo "$as_me: failed program was:" >&5
12493 sed 's/^/| /' conftest.$ac_ext >&5
12495 ac_cv_lib_xml2_xmlNewDocPI=no
12498 rm -rf conftest.dSYM
12499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12500 conftest$ac_exeext conftest.$ac_ext
12501 LIBS=$ac_check_lib_save_LIBS
12503 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12504 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12505 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12507 cat >>confdefs.h <<\_ACEOF
12508 #define HAVE_XMLNEWDOCPI 1
12509 _ACEOF
12516 done
12518 CPPFLAGS="$ac_save_CPPFLAGS"
12520 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12521 case "x$with_xml" in
12522 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12523 xno) ;;
12524 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12525 This is an error since --with-xml was requested." >&5
12526 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12527 This is an error since --with-xml was requested." >&2;}
12528 { (exit 1); exit 1; }; } ;;
12529 esac
12533 if test "x$with_xslt" != "xno"
12534 then
12535 if test "$PKG_CONFIG" != "false"
12536 then
12537 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12538 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12539 else
12540 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12541 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12543 ac_save_CPPFLAGS="$CPPFLAGS"
12544 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12547 for ac_header in libxslt/pattern.h libxslt/transform.h
12549 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12550 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12551 $as_echo_n "checking for $ac_header... " >&6; }
12552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12553 $as_echo_n "(cached) " >&6
12554 else
12555 cat >conftest.$ac_ext <<_ACEOF
12556 /* confdefs.h. */
12557 _ACEOF
12558 cat confdefs.h >>conftest.$ac_ext
12559 cat >>conftest.$ac_ext <<_ACEOF
12560 /* end confdefs.h. */
12561 #ifdef HAVE_LIBXSLT_PATTERN_H
12562 # include <libxslt/pattern.h>
12563 #endif
12565 #include <$ac_header>
12566 _ACEOF
12567 rm -f conftest.$ac_objext
12568 if { (ac_try="$ac_compile"
12569 case "(($ac_try" in
12570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12571 *) ac_try_echo=$ac_try;;
12572 esac
12573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12574 $as_echo "$ac_try_echo") >&5
12575 (eval "$ac_compile") 2>conftest.er1
12576 ac_status=$?
12577 grep -v '^ *+' conftest.er1 >conftest.err
12578 rm -f conftest.er1
12579 cat conftest.err >&5
12580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12581 (exit $ac_status); } && {
12582 test -z "$ac_c_werror_flag" ||
12583 test ! -s conftest.err
12584 } && test -s conftest.$ac_objext; then
12585 eval "$as_ac_Header=yes"
12586 else
12587 $as_echo "$as_me: failed program was:" >&5
12588 sed 's/^/| /' conftest.$ac_ext >&5
12590 eval "$as_ac_Header=no"
12593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12595 ac_res=`eval 'as_val=${'$as_ac_Header'}
12596 $as_echo "$as_val"'`
12597 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12598 $as_echo "$ac_res" >&6; }
12599 as_val=`eval 'as_val=${'$as_ac_Header'}
12600 $as_echo "$as_val"'`
12601 if test "x$as_val" = x""yes; then
12602 cat >>confdefs.h <<_ACEOF
12603 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12604 _ACEOF
12608 done
12610 CPPFLAGS="$ac_save_CPPFLAGS"
12611 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12612 then
12613 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12614 $as_echo_n "checking for -lxslt... " >&6; }
12615 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12616 $as_echo_n "(cached) " >&6
12617 else
12618 ac_check_soname_save_LIBS=$LIBS
12619 LIBS="-lxslt $ac_xslt_libs $LIBS"
12620 cat >conftest.$ac_ext <<_ACEOF
12621 /* confdefs.h. */
12622 _ACEOF
12623 cat confdefs.h >>conftest.$ac_ext
12624 cat >>conftest.$ac_ext <<_ACEOF
12625 /* end confdefs.h. */
12627 /* Override any GCC internal prototype to avoid an error.
12628 Use char because int might match the return type of a GCC
12629 builtin and then its argument prototype would still apply. */
12630 #ifdef __cplusplus
12631 extern "C"
12632 #endif
12633 char xsltCompilePattern ();
12635 main ()
12637 return xsltCompilePattern ();
12639 return 0;
12641 _ACEOF
12642 rm -f conftest.$ac_objext conftest$ac_exeext
12643 if { (ac_try="$ac_link"
12644 case "(($ac_try" in
12645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12646 *) ac_try_echo=$ac_try;;
12647 esac
12648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12649 $as_echo "$ac_try_echo") >&5
12650 (eval "$ac_link") 2>conftest.er1
12651 ac_status=$?
12652 grep -v '^ *+' conftest.er1 >conftest.err
12653 rm -f conftest.er1
12654 cat conftest.err >&5
12655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656 (exit $ac_status); } && {
12657 test -z "$ac_c_werror_flag" ||
12658 test ! -s conftest.err
12659 } && test -s conftest$ac_exeext && {
12660 test "$cross_compiling" = yes ||
12661 $as_test_x conftest$ac_exeext
12662 }; then
12663 case "$LIBEXT" in
12664 dll) ;;
12665 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'` ;;
12666 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12667 esac
12668 else
12669 $as_echo "$as_me: failed program was:" >&5
12670 sed 's/^/| /' conftest.$ac_ext >&5
12675 rm -rf conftest.dSYM
12676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12677 conftest$ac_exeext conftest.$ac_ext
12678 LIBS=$ac_check_soname_save_LIBS
12680 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12681 { $as_echo "$as_me:$LINENO: result: not found" >&5
12682 $as_echo "not found" >&6; }
12684 else
12685 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12686 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12688 cat >>confdefs.h <<_ACEOF
12689 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12690 _ACEOF
12692 XSLTINCL="$ac_xslt_cflags"
12697 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12698 case "x$with_xslt" in
12699 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12700 xno) ;;
12701 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12702 This is an error since --with-xslt was requested." >&5
12703 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12704 This is an error since --with-xslt was requested." >&2;}
12705 { (exit 1); exit 1; }; } ;;
12706 esac
12710 HALINCL=""
12712 if test "x$with_hal" != "xno"
12713 then
12714 ac_save_CPPFLAGS="$CPPFLAGS"
12715 if test "$PKG_CONFIG" != "false"
12716 then
12717 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12718 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12719 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12723 for ac_header in dbus/dbus.h hal/libhal.h
12725 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12727 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12728 $as_echo_n "checking for $ac_header... " >&6; }
12729 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12730 $as_echo_n "(cached) " >&6
12732 ac_res=`eval 'as_val=${'$as_ac_Header'}
12733 $as_echo "$as_val"'`
12734 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12735 $as_echo "$ac_res" >&6; }
12736 else
12737 # Is the header compilable?
12738 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12739 $as_echo_n "checking $ac_header usability... " >&6; }
12740 cat >conftest.$ac_ext <<_ACEOF
12741 /* confdefs.h. */
12742 _ACEOF
12743 cat confdefs.h >>conftest.$ac_ext
12744 cat >>conftest.$ac_ext <<_ACEOF
12745 /* end confdefs.h. */
12746 $ac_includes_default
12747 #include <$ac_header>
12748 _ACEOF
12749 rm -f conftest.$ac_objext
12750 if { (ac_try="$ac_compile"
12751 case "(($ac_try" in
12752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12753 *) ac_try_echo=$ac_try;;
12754 esac
12755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12756 $as_echo "$ac_try_echo") >&5
12757 (eval "$ac_compile") 2>conftest.er1
12758 ac_status=$?
12759 grep -v '^ *+' conftest.er1 >conftest.err
12760 rm -f conftest.er1
12761 cat conftest.err >&5
12762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763 (exit $ac_status); } && {
12764 test -z "$ac_c_werror_flag" ||
12765 test ! -s conftest.err
12766 } && test -s conftest.$ac_objext; then
12767 ac_header_compiler=yes
12768 else
12769 $as_echo "$as_me: failed program was:" >&5
12770 sed 's/^/| /' conftest.$ac_ext >&5
12772 ac_header_compiler=no
12775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12776 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12777 $as_echo "$ac_header_compiler" >&6; }
12779 # Is the header present?
12780 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12781 $as_echo_n "checking $ac_header presence... " >&6; }
12782 cat >conftest.$ac_ext <<_ACEOF
12783 /* confdefs.h. */
12784 _ACEOF
12785 cat confdefs.h >>conftest.$ac_ext
12786 cat >>conftest.$ac_ext <<_ACEOF
12787 /* end confdefs.h. */
12788 #include <$ac_header>
12789 _ACEOF
12790 if { (ac_try="$ac_cpp conftest.$ac_ext"
12791 case "(($ac_try" in
12792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12793 *) ac_try_echo=$ac_try;;
12794 esac
12795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12796 $as_echo "$ac_try_echo") >&5
12797 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12798 ac_status=$?
12799 grep -v '^ *+' conftest.er1 >conftest.err
12800 rm -f conftest.er1
12801 cat conftest.err >&5
12802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); } >/dev/null && {
12804 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12805 test ! -s conftest.err
12806 }; then
12807 ac_header_preproc=yes
12808 else
12809 $as_echo "$as_me: failed program was:" >&5
12810 sed 's/^/| /' conftest.$ac_ext >&5
12812 ac_header_preproc=no
12815 rm -f conftest.err conftest.$ac_ext
12816 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12817 $as_echo "$ac_header_preproc" >&6; }
12819 # So? What about this header?
12820 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12821 yes:no: )
12822 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12823 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12824 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12825 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12826 ac_header_preproc=yes
12828 no:yes:* )
12829 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12830 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12831 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12832 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12833 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12834 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12835 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12836 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12837 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12838 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12839 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12840 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12841 ( cat <<\_ASBOX
12842 ## ------------------------------------ ##
12843 ## Report this to wine-devel@winehq.org ##
12844 ## ------------------------------------ ##
12845 _ASBOX
12846 ) | sed "s/^/$as_me: WARNING: /" >&2
12848 esac
12849 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12850 $as_echo_n "checking for $ac_header... " >&6; }
12851 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12852 $as_echo_n "(cached) " >&6
12853 else
12854 eval "$as_ac_Header=\$ac_header_preproc"
12856 ac_res=`eval 'as_val=${'$as_ac_Header'}
12857 $as_echo "$as_val"'`
12858 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12859 $as_echo "$ac_res" >&6; }
12862 as_val=`eval 'as_val=${'$as_ac_Header'}
12863 $as_echo "$as_val"'`
12864 if test "x$as_val" = x""yes; then
12865 cat >>confdefs.h <<_ACEOF
12866 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12867 _ACEOF
12871 done
12873 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12874 then
12875 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12876 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12877 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12878 $as_echo_n "(cached) " >&6
12879 else
12880 ac_check_lib_save_LIBS=$LIBS
12881 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12882 cat >conftest.$ac_ext <<_ACEOF
12883 /* confdefs.h. */
12884 _ACEOF
12885 cat confdefs.h >>conftest.$ac_ext
12886 cat >>conftest.$ac_ext <<_ACEOF
12887 /* end confdefs.h. */
12889 /* Override any GCC internal prototype to avoid an error.
12890 Use char because int might match the return type of a GCC
12891 builtin and then its argument prototype would still apply. */
12892 #ifdef __cplusplus
12893 extern "C"
12894 #endif
12895 char dbus_connection_close ();
12897 main ()
12899 return dbus_connection_close ();
12901 return 0;
12903 _ACEOF
12904 rm -f conftest.$ac_objext conftest$ac_exeext
12905 if { (ac_try="$ac_link"
12906 case "(($ac_try" in
12907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12908 *) ac_try_echo=$ac_try;;
12909 esac
12910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12911 $as_echo "$ac_try_echo") >&5
12912 (eval "$ac_link") 2>conftest.er1
12913 ac_status=$?
12914 grep -v '^ *+' conftest.er1 >conftest.err
12915 rm -f conftest.er1
12916 cat conftest.err >&5
12917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12918 (exit $ac_status); } && {
12919 test -z "$ac_c_werror_flag" ||
12920 test ! -s conftest.err
12921 } && test -s conftest$ac_exeext && {
12922 test "$cross_compiling" = yes ||
12923 $as_test_x conftest$ac_exeext
12924 }; then
12925 ac_cv_lib_dbus_1_dbus_connection_close=yes
12926 else
12927 $as_echo "$as_me: failed program was:" >&5
12928 sed 's/^/| /' conftest.$ac_ext >&5
12930 ac_cv_lib_dbus_1_dbus_connection_close=no
12933 rm -rf conftest.dSYM
12934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12935 conftest$ac_exeext conftest.$ac_ext
12936 LIBS=$ac_check_lib_save_LIBS
12938 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12939 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12940 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12941 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12942 $as_echo_n "checking for -lhal... " >&6; }
12943 if test "${ac_cv_lib_soname_hal+set}" = set; then
12944 $as_echo_n "(cached) " >&6
12945 else
12946 ac_check_soname_save_LIBS=$LIBS
12947 LIBS="-lhal $ac_hal_libs $LIBS"
12948 cat >conftest.$ac_ext <<_ACEOF
12949 /* confdefs.h. */
12950 _ACEOF
12951 cat confdefs.h >>conftest.$ac_ext
12952 cat >>conftest.$ac_ext <<_ACEOF
12953 /* end confdefs.h. */
12955 /* Override any GCC internal prototype to avoid an error.
12956 Use char because int might match the return type of a GCC
12957 builtin and then its argument prototype would still apply. */
12958 #ifdef __cplusplus
12959 extern "C"
12960 #endif
12961 char libhal_ctx_new ();
12963 main ()
12965 return libhal_ctx_new ();
12967 return 0;
12969 _ACEOF
12970 rm -f conftest.$ac_objext conftest$ac_exeext
12971 if { (ac_try="$ac_link"
12972 case "(($ac_try" in
12973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12974 *) ac_try_echo=$ac_try;;
12975 esac
12976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12977 $as_echo "$ac_try_echo") >&5
12978 (eval "$ac_link") 2>conftest.er1
12979 ac_status=$?
12980 grep -v '^ *+' conftest.er1 >conftest.err
12981 rm -f conftest.er1
12982 cat conftest.err >&5
12983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12984 (exit $ac_status); } && {
12985 test -z "$ac_c_werror_flag" ||
12986 test ! -s conftest.err
12987 } && test -s conftest$ac_exeext && {
12988 test "$cross_compiling" = yes ||
12989 $as_test_x conftest$ac_exeext
12990 }; then
12991 case "$LIBEXT" in
12992 dll) ;;
12993 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'` ;;
12994 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12995 esac
12996 else
12997 $as_echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.$ac_ext >&5
13003 rm -rf conftest.dSYM
13004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13005 conftest$ac_exeext conftest.$ac_ext
13006 LIBS=$ac_check_soname_save_LIBS
13008 if test "x$ac_cv_lib_soname_hal" = "x"; then
13009 { $as_echo "$as_me:$LINENO: result: not found" >&5
13010 $as_echo "not found" >&6; }
13012 else
13013 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13014 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13016 cat >>confdefs.h <<_ACEOF
13017 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13018 _ACEOF
13020 HALINCL="$ac_hal_cflags"
13026 CPPFLAGS="$ac_save_CPPFLAGS"
13028 if test "x$ac_cv_lib_soname_hal" = "x"; then
13029 case "x$with_hal" in
13030 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13031 xno) ;;
13032 *) { { $as_echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13033 This is an error since --with-hal was requested." >&5
13034 $as_echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13035 This is an error since --with-hal was requested." >&2;}
13036 { (exit 1); exit 1; }; } ;;
13037 esac
13041 if test "x$with_gnutls" != "xno"
13042 then
13043 ac_save_CPPFLAGS="$CPPFLAGS"
13044 if test "$PKG_CONFIG" != "false"
13045 then
13046 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13047 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13048 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13050 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13051 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13052 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13053 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13054 $as_echo_n "(cached) " >&6
13056 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13057 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13058 else
13059 # Is the header compilable?
13060 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13061 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13062 cat >conftest.$ac_ext <<_ACEOF
13063 /* confdefs.h. */
13064 _ACEOF
13065 cat confdefs.h >>conftest.$ac_ext
13066 cat >>conftest.$ac_ext <<_ACEOF
13067 /* end confdefs.h. */
13068 $ac_includes_default
13069 #include <gnutls/gnutls.h>
13070 _ACEOF
13071 rm -f conftest.$ac_objext
13072 if { (ac_try="$ac_compile"
13073 case "(($ac_try" in
13074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13075 *) ac_try_echo=$ac_try;;
13076 esac
13077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13078 $as_echo "$ac_try_echo") >&5
13079 (eval "$ac_compile") 2>conftest.er1
13080 ac_status=$?
13081 grep -v '^ *+' conftest.er1 >conftest.err
13082 rm -f conftest.er1
13083 cat conftest.err >&5
13084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13085 (exit $ac_status); } && {
13086 test -z "$ac_c_werror_flag" ||
13087 test ! -s conftest.err
13088 } && test -s conftest.$ac_objext; then
13089 ac_header_compiler=yes
13090 else
13091 $as_echo "$as_me: failed program was:" >&5
13092 sed 's/^/| /' conftest.$ac_ext >&5
13094 ac_header_compiler=no
13097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13098 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13099 $as_echo "$ac_header_compiler" >&6; }
13101 # Is the header present?
13102 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13103 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
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. */
13110 #include <gnutls/gnutls.h>
13111 _ACEOF
13112 if { (ac_try="$ac_cpp conftest.$ac_ext"
13113 case "(($ac_try" in
13114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13115 *) ac_try_echo=$ac_try;;
13116 esac
13117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13118 $as_echo "$ac_try_echo") >&5
13119 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13120 ac_status=$?
13121 grep -v '^ *+' conftest.er1 >conftest.err
13122 rm -f conftest.er1
13123 cat conftest.err >&5
13124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); } >/dev/null && {
13126 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13127 test ! -s conftest.err
13128 }; then
13129 ac_header_preproc=yes
13130 else
13131 $as_echo "$as_me: failed program was:" >&5
13132 sed 's/^/| /' conftest.$ac_ext >&5
13134 ac_header_preproc=no
13137 rm -f conftest.err conftest.$ac_ext
13138 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13139 $as_echo "$ac_header_preproc" >&6; }
13141 # So? What about this header?
13142 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13143 yes:no: )
13144 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13145 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13146 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13147 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13148 ac_header_preproc=yes
13150 no:yes:* )
13151 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13152 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13153 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13154 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13155 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13156 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13157 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13158 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13159 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13160 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13161 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13162 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13163 ( cat <<\_ASBOX
13164 ## ------------------------------------ ##
13165 ## Report this to wine-devel@winehq.org ##
13166 ## ------------------------------------ ##
13167 _ASBOX
13168 ) | sed "s/^/$as_me: WARNING: /" >&2
13170 esac
13171 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13172 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13173 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13174 $as_echo_n "(cached) " >&6
13175 else
13176 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13178 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13179 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13182 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13183 cat >conftest.$ac_ext <<_ACEOF
13184 /* confdefs.h. */
13185 _ACEOF
13186 cat confdefs.h >>conftest.$ac_ext
13187 cat >>conftest.$ac_ext <<_ACEOF
13188 /* end confdefs.h. */
13189 #include <gnutls/gnutls.h>
13191 main ()
13193 typeof(gnutls_mac_get_key_size) *pfunc;
13195 return 0;
13197 _ACEOF
13198 rm -f conftest.$ac_objext
13199 if { (ac_try="$ac_compile"
13200 case "(($ac_try" in
13201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13202 *) ac_try_echo=$ac_try;;
13203 esac
13204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13205 $as_echo "$ac_try_echo") >&5
13206 (eval "$ac_compile") 2>conftest.er1
13207 ac_status=$?
13208 grep -v '^ *+' conftest.er1 >conftest.err
13209 rm -f conftest.er1
13210 cat conftest.err >&5
13211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13212 (exit $ac_status); } && {
13213 test -z "$ac_c_werror_flag" ||
13214 test ! -s conftest.err
13215 } && test -s conftest.$ac_objext; then
13216 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13217 $as_echo_n "checking for -lgnutls... " >&6; }
13218 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13219 $as_echo_n "(cached) " >&6
13220 else
13221 ac_check_soname_save_LIBS=$LIBS
13222 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13223 cat >conftest.$ac_ext <<_ACEOF
13224 /* confdefs.h. */
13225 _ACEOF
13226 cat confdefs.h >>conftest.$ac_ext
13227 cat >>conftest.$ac_ext <<_ACEOF
13228 /* end confdefs.h. */
13230 /* Override any GCC internal prototype to avoid an error.
13231 Use char because int might match the return type of a GCC
13232 builtin and then its argument prototype would still apply. */
13233 #ifdef __cplusplus
13234 extern "C"
13235 #endif
13236 char gnutls_global_init ();
13238 main ()
13240 return gnutls_global_init ();
13242 return 0;
13244 _ACEOF
13245 rm -f conftest.$ac_objext conftest$ac_exeext
13246 if { (ac_try="$ac_link"
13247 case "(($ac_try" in
13248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13249 *) ac_try_echo=$ac_try;;
13250 esac
13251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13252 $as_echo "$ac_try_echo") >&5
13253 (eval "$ac_link") 2>conftest.er1
13254 ac_status=$?
13255 grep -v '^ *+' conftest.er1 >conftest.err
13256 rm -f conftest.er1
13257 cat conftest.err >&5
13258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13259 (exit $ac_status); } && {
13260 test -z "$ac_c_werror_flag" ||
13261 test ! -s conftest.err
13262 } && test -s conftest$ac_exeext && {
13263 test "$cross_compiling" = yes ||
13264 $as_test_x conftest$ac_exeext
13265 }; then
13266 case "$LIBEXT" in
13267 dll) ;;
13268 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'` ;;
13269 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13270 esac
13271 else
13272 $as_echo "$as_me: failed program was:" >&5
13273 sed 's/^/| /' conftest.$ac_ext >&5
13278 rm -rf conftest.dSYM
13279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13280 conftest$ac_exeext conftest.$ac_ext
13281 LIBS=$ac_check_soname_save_LIBS
13283 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13284 { $as_echo "$as_me:$LINENO: result: not found" >&5
13285 $as_echo "not found" >&6; }
13287 else
13288 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13289 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13291 cat >>confdefs.h <<_ACEOF
13292 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13293 _ACEOF
13295 GNUTLSINCL="$ac_gnutls_cflags"
13299 else
13300 $as_echo "$as_me: failed program was:" >&5
13301 sed 's/^/| /' conftest.$ac_ext >&5
13306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13310 CPPFLAGS="$ac_save_CPPFLAGS"
13312 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13313 case "x$with_gnutls" in
13314 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13315 xno) ;;
13316 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13317 This is an error since --with-gnutls was requested." >&5
13318 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13319 This is an error since --with-gnutls was requested." >&2;}
13320 { (exit 1); exit 1; }; } ;;
13321 esac
13325 CURSESLIBS=""
13326 if test "$ac_cv_header_ncurses_h" = "yes"
13327 then
13328 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13329 $as_echo_n "checking for -lncurses... " >&6; }
13330 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13331 $as_echo_n "(cached) " >&6
13332 else
13333 ac_check_soname_save_LIBS=$LIBS
13334 LIBS="-lncurses $LIBS"
13335 cat >conftest.$ac_ext <<_ACEOF
13336 /* confdefs.h. */
13337 _ACEOF
13338 cat confdefs.h >>conftest.$ac_ext
13339 cat >>conftest.$ac_ext <<_ACEOF
13340 /* end confdefs.h. */
13342 /* Override any GCC internal prototype to avoid an error.
13343 Use char because int might match the return type of a GCC
13344 builtin and then its argument prototype would still apply. */
13345 #ifdef __cplusplus
13346 extern "C"
13347 #endif
13348 char waddch ();
13350 main ()
13352 return waddch ();
13354 return 0;
13356 _ACEOF
13357 rm -f conftest.$ac_objext conftest$ac_exeext
13358 if { (ac_try="$ac_link"
13359 case "(($ac_try" in
13360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13361 *) ac_try_echo=$ac_try;;
13362 esac
13363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13364 $as_echo "$ac_try_echo") >&5
13365 (eval "$ac_link") 2>conftest.er1
13366 ac_status=$?
13367 grep -v '^ *+' conftest.er1 >conftest.err
13368 rm -f conftest.er1
13369 cat conftest.err >&5
13370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13371 (exit $ac_status); } && {
13372 test -z "$ac_c_werror_flag" ||
13373 test ! -s conftest.err
13374 } && test -s conftest$ac_exeext && {
13375 test "$cross_compiling" = yes ||
13376 $as_test_x conftest$ac_exeext
13377 }; then
13378 case "$LIBEXT" in
13379 dll) ;;
13380 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'` ;;
13381 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13382 esac
13383 else
13384 $as_echo "$as_me: failed program was:" >&5
13385 sed 's/^/| /' conftest.$ac_ext >&5
13390 rm -rf conftest.dSYM
13391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13392 conftest$ac_exeext conftest.$ac_ext
13393 LIBS=$ac_check_soname_save_LIBS
13395 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13396 { $as_echo "$as_me:$LINENO: result: not found" >&5
13397 $as_echo "not found" >&6; }
13399 else
13400 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13401 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13403 cat >>confdefs.h <<_ACEOF
13404 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13405 _ACEOF
13407 CURSESLIBS="-lncurses"
13410 elif test "$ac_cv_header_curses_h" = "yes"
13411 then
13412 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13413 $as_echo_n "checking for -lcurses... " >&6; }
13414 if test "${ac_cv_lib_soname_curses+set}" = set; then
13415 $as_echo_n "(cached) " >&6
13416 else
13417 ac_check_soname_save_LIBS=$LIBS
13418 LIBS="-lcurses $LIBS"
13419 cat >conftest.$ac_ext <<_ACEOF
13420 /* confdefs.h. */
13421 _ACEOF
13422 cat confdefs.h >>conftest.$ac_ext
13423 cat >>conftest.$ac_ext <<_ACEOF
13424 /* end confdefs.h. */
13426 /* Override any GCC internal prototype to avoid an error.
13427 Use char because int might match the return type of a GCC
13428 builtin and then its argument prototype would still apply. */
13429 #ifdef __cplusplus
13430 extern "C"
13431 #endif
13432 char waddch ();
13434 main ()
13436 return waddch ();
13438 return 0;
13440 _ACEOF
13441 rm -f conftest.$ac_objext conftest$ac_exeext
13442 if { (ac_try="$ac_link"
13443 case "(($ac_try" in
13444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13445 *) ac_try_echo=$ac_try;;
13446 esac
13447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13448 $as_echo "$ac_try_echo") >&5
13449 (eval "$ac_link") 2>conftest.er1
13450 ac_status=$?
13451 grep -v '^ *+' conftest.er1 >conftest.err
13452 rm -f conftest.er1
13453 cat conftest.err >&5
13454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13455 (exit $ac_status); } && {
13456 test -z "$ac_c_werror_flag" ||
13457 test ! -s conftest.err
13458 } && test -s conftest$ac_exeext && {
13459 test "$cross_compiling" = yes ||
13460 $as_test_x conftest$ac_exeext
13461 }; then
13462 case "$LIBEXT" in
13463 dll) ;;
13464 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'` ;;
13465 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13466 esac
13467 else
13468 $as_echo "$as_me: failed program was:" >&5
13469 sed 's/^/| /' conftest.$ac_ext >&5
13474 rm -rf conftest.dSYM
13475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13476 conftest$ac_exeext conftest.$ac_ext
13477 LIBS=$ac_check_soname_save_LIBS
13479 if test "x$ac_cv_lib_soname_curses" = "x"; then
13480 { $as_echo "$as_me:$LINENO: result: not found" >&5
13481 $as_echo "not found" >&6; }
13483 else
13484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13485 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13487 cat >>confdefs.h <<_ACEOF
13488 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13489 _ACEOF
13491 CURSESLIBS="-lcurses"
13495 ac_save_LIBS="$LIBS"
13496 LIBS="$LIBS $CURSESLIBS"
13498 for ac_func in mousemask
13500 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13501 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13502 $as_echo_n "checking for $ac_func... " >&6; }
13503 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13504 $as_echo_n "(cached) " >&6
13505 else
13506 cat >conftest.$ac_ext <<_ACEOF
13507 /* confdefs.h. */
13508 _ACEOF
13509 cat confdefs.h >>conftest.$ac_ext
13510 cat >>conftest.$ac_ext <<_ACEOF
13511 /* end confdefs.h. */
13512 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13513 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13514 #define $ac_func innocuous_$ac_func
13516 /* System header to define __stub macros and hopefully few prototypes,
13517 which can conflict with char $ac_func (); below.
13518 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13519 <limits.h> exists even on freestanding compilers. */
13521 #ifdef __STDC__
13522 # include <limits.h>
13523 #else
13524 # include <assert.h>
13525 #endif
13527 #undef $ac_func
13529 /* Override any GCC internal prototype to avoid an error.
13530 Use char because int might match the return type of a GCC
13531 builtin and then its argument prototype would still apply. */
13532 #ifdef __cplusplus
13533 extern "C"
13534 #endif
13535 char $ac_func ();
13536 /* The GNU C library defines this for functions which it implements
13537 to always fail with ENOSYS. Some functions are actually named
13538 something starting with __ and the normal name is an alias. */
13539 #if defined __stub_$ac_func || defined __stub___$ac_func
13540 choke me
13541 #endif
13544 main ()
13546 return $ac_func ();
13548 return 0;
13550 _ACEOF
13551 rm -f conftest.$ac_objext conftest$ac_exeext
13552 if { (ac_try="$ac_link"
13553 case "(($ac_try" in
13554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13555 *) ac_try_echo=$ac_try;;
13556 esac
13557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13558 $as_echo "$ac_try_echo") >&5
13559 (eval "$ac_link") 2>conftest.er1
13560 ac_status=$?
13561 grep -v '^ *+' conftest.er1 >conftest.err
13562 rm -f conftest.er1
13563 cat conftest.err >&5
13564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13565 (exit $ac_status); } && {
13566 test -z "$ac_c_werror_flag" ||
13567 test ! -s conftest.err
13568 } && test -s conftest$ac_exeext && {
13569 test "$cross_compiling" = yes ||
13570 $as_test_x conftest$ac_exeext
13571 }; then
13572 eval "$as_ac_var=yes"
13573 else
13574 $as_echo "$as_me: failed program was:" >&5
13575 sed 's/^/| /' conftest.$ac_ext >&5
13577 eval "$as_ac_var=no"
13580 rm -rf conftest.dSYM
13581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13582 conftest$ac_exeext conftest.$ac_ext
13584 ac_res=`eval 'as_val=${'$as_ac_var'}
13585 $as_echo "$as_val"'`
13586 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13587 $as_echo "$ac_res" >&6; }
13588 as_val=`eval 'as_val=${'$as_ac_var'}
13589 $as_echo "$as_val"'`
13590 if test "x$as_val" = x""yes; then
13591 cat >>confdefs.h <<_ACEOF
13592 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13593 _ACEOF
13596 done
13598 LIBS="$ac_save_LIBS"
13599 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13600 case "x$with_curses" in
13601 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13602 xno) ;;
13603 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13604 This is an error since --with-curses was requested." >&5
13605 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13606 This is an error since --with-curses was requested." >&2;}
13607 { (exit 1); exit 1; }; } ;;
13608 esac
13612 if test "x$with_sane" != "xno"
13613 then
13614 ac_save_CPPFLAGS="$CPPFLAGS"
13615 # Extract the first word of "sane-config", so it can be a program name with args.
13616 set dummy sane-config; ac_word=$2
13617 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13618 $as_echo_n "checking for $ac_word... " >&6; }
13619 if test "${ac_cv_prog_sane_devel+set}" = set; then
13620 $as_echo_n "(cached) " >&6
13621 else
13622 if test -n "$sane_devel"; then
13623 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13624 else
13625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13626 for as_dir in $PATH
13628 IFS=$as_save_IFS
13629 test -z "$as_dir" && as_dir=.
13630 for ac_exec_ext in '' $ac_executable_extensions; do
13631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13632 ac_cv_prog_sane_devel="sane-config"
13633 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13634 break 2
13636 done
13637 done
13638 IFS=$as_save_IFS
13640 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13643 sane_devel=$ac_cv_prog_sane_devel
13644 if test -n "$sane_devel"; then
13645 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13646 $as_echo "$sane_devel" >&6; }
13647 else
13648 { $as_echo "$as_me:$LINENO: result: no" >&5
13649 $as_echo "no" >&6; }
13653 if test "$sane_devel" != "no"
13654 then
13655 ac_sane_incl="`$sane_devel --cflags`"
13656 ac_sane_libs="`$sane_devel --ldflags`"
13657 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13659 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13660 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13661 $as_echo_n "checking for sane/sane.h... " >&6; }
13662 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13663 $as_echo_n "(cached) " >&6
13665 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13666 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13667 else
13668 # Is the header compilable?
13669 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13670 $as_echo_n "checking sane/sane.h usability... " >&6; }
13671 cat >conftest.$ac_ext <<_ACEOF
13672 /* confdefs.h. */
13673 _ACEOF
13674 cat confdefs.h >>conftest.$ac_ext
13675 cat >>conftest.$ac_ext <<_ACEOF
13676 /* end confdefs.h. */
13677 $ac_includes_default
13678 #include <sane/sane.h>
13679 _ACEOF
13680 rm -f conftest.$ac_objext
13681 if { (ac_try="$ac_compile"
13682 case "(($ac_try" in
13683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13684 *) ac_try_echo=$ac_try;;
13685 esac
13686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13687 $as_echo "$ac_try_echo") >&5
13688 (eval "$ac_compile") 2>conftest.er1
13689 ac_status=$?
13690 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1
13692 cat conftest.err >&5
13693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && {
13695 test -z "$ac_c_werror_flag" ||
13696 test ! -s conftest.err
13697 } && test -s conftest.$ac_objext; then
13698 ac_header_compiler=yes
13699 else
13700 $as_echo "$as_me: failed program was:" >&5
13701 sed 's/^/| /' conftest.$ac_ext >&5
13703 ac_header_compiler=no
13706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13707 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13708 $as_echo "$ac_header_compiler" >&6; }
13710 # Is the header present?
13711 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13712 $as_echo_n "checking sane/sane.h presence... " >&6; }
13713 cat >conftest.$ac_ext <<_ACEOF
13714 /* confdefs.h. */
13715 _ACEOF
13716 cat confdefs.h >>conftest.$ac_ext
13717 cat >>conftest.$ac_ext <<_ACEOF
13718 /* end confdefs.h. */
13719 #include <sane/sane.h>
13720 _ACEOF
13721 if { (ac_try="$ac_cpp conftest.$ac_ext"
13722 case "(($ac_try" in
13723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13724 *) ac_try_echo=$ac_try;;
13725 esac
13726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13727 $as_echo "$ac_try_echo") >&5
13728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13729 ac_status=$?
13730 grep -v '^ *+' conftest.er1 >conftest.err
13731 rm -f conftest.er1
13732 cat conftest.err >&5
13733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13734 (exit $ac_status); } >/dev/null && {
13735 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13736 test ! -s conftest.err
13737 }; then
13738 ac_header_preproc=yes
13739 else
13740 $as_echo "$as_me: failed program was:" >&5
13741 sed 's/^/| /' conftest.$ac_ext >&5
13743 ac_header_preproc=no
13746 rm -f conftest.err conftest.$ac_ext
13747 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13748 $as_echo "$ac_header_preproc" >&6; }
13750 # So? What about this header?
13751 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13752 yes:no: )
13753 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13754 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13755 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13756 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13757 ac_header_preproc=yes
13759 no:yes:* )
13760 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13761 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13762 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13763 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13764 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13765 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13766 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13767 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13768 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13769 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13770 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13771 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13772 ( cat <<\_ASBOX
13773 ## ------------------------------------ ##
13774 ## Report this to wine-devel@winehq.org ##
13775 ## ------------------------------------ ##
13776 _ASBOX
13777 ) | sed "s/^/$as_me: WARNING: /" >&2
13779 esac
13780 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13781 $as_echo_n "checking for sane/sane.h... " >&6; }
13782 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13783 $as_echo_n "(cached) " >&6
13784 else
13785 ac_cv_header_sane_sane_h=$ac_header_preproc
13787 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13788 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13791 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13792 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13793 $as_echo_n "checking for -lsane... " >&6; }
13794 if test "${ac_cv_lib_soname_sane+set}" = set; then
13795 $as_echo_n "(cached) " >&6
13796 else
13797 ac_check_soname_save_LIBS=$LIBS
13798 LIBS="-lsane $ac_sane_libs $LIBS"
13799 cat >conftest.$ac_ext <<_ACEOF
13800 /* confdefs.h. */
13801 _ACEOF
13802 cat confdefs.h >>conftest.$ac_ext
13803 cat >>conftest.$ac_ext <<_ACEOF
13804 /* end confdefs.h. */
13806 /* Override any GCC internal prototype to avoid an error.
13807 Use char because int might match the return type of a GCC
13808 builtin and then its argument prototype would still apply. */
13809 #ifdef __cplusplus
13810 extern "C"
13811 #endif
13812 char sane_init ();
13814 main ()
13816 return sane_init ();
13818 return 0;
13820 _ACEOF
13821 rm -f conftest.$ac_objext conftest$ac_exeext
13822 if { (ac_try="$ac_link"
13823 case "(($ac_try" in
13824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13825 *) ac_try_echo=$ac_try;;
13826 esac
13827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13828 $as_echo "$ac_try_echo") >&5
13829 (eval "$ac_link") 2>conftest.er1
13830 ac_status=$?
13831 grep -v '^ *+' conftest.er1 >conftest.err
13832 rm -f conftest.er1
13833 cat conftest.err >&5
13834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13835 (exit $ac_status); } && {
13836 test -z "$ac_c_werror_flag" ||
13837 test ! -s conftest.err
13838 } && test -s conftest$ac_exeext && {
13839 test "$cross_compiling" = yes ||
13840 $as_test_x conftest$ac_exeext
13841 }; then
13842 case "$LIBEXT" in
13843 dll) ;;
13844 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'` ;;
13845 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13846 esac
13847 else
13848 $as_echo "$as_me: failed program was:" >&5
13849 sed 's/^/| /' conftest.$ac_ext >&5
13854 rm -rf conftest.dSYM
13855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13856 conftest$ac_exeext conftest.$ac_ext
13857 LIBS=$ac_check_soname_save_LIBS
13859 if test "x$ac_cv_lib_soname_sane" = "x"; then
13860 { $as_echo "$as_me:$LINENO: result: not found" >&5
13861 $as_echo "not found" >&6; }
13863 else
13864 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13865 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13867 cat >>confdefs.h <<_ACEOF
13868 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13869 _ACEOF
13871 SANEINCL="$ac_sane_incl"
13878 CPPFLAGS="$ac_save_CPPFLAGS"
13880 if test "x$ac_cv_lib_soname_sane" = "x"; then
13881 case "x$with_sane" in
13882 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13883 xno) ;;
13884 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13885 This is an error since --with-sane was requested." >&5
13886 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13887 This is an error since --with-sane was requested." >&2;}
13888 { (exit 1); exit 1; }; } ;;
13889 esac
13893 if test "x$with_gphoto" != "xno"
13894 then
13895 ac_save_CPPFLAGS="$CPPFLAGS"
13896 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13897 set dummy gphoto2-config; ac_word=$2
13898 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13899 $as_echo_n "checking for $ac_word... " >&6; }
13900 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13901 $as_echo_n "(cached) " >&6
13902 else
13903 if test -n "$gphoto2_devel"; then
13904 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13905 else
13906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13907 for as_dir in $PATH
13909 IFS=$as_save_IFS
13910 test -z "$as_dir" && as_dir=.
13911 for ac_exec_ext in '' $ac_executable_extensions; do
13912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13913 ac_cv_prog_gphoto2_devel="gphoto2-config"
13914 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13915 break 2
13917 done
13918 done
13919 IFS=$as_save_IFS
13921 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13924 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13925 if test -n "$gphoto2_devel"; then
13926 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13927 $as_echo "$gphoto2_devel" >&6; }
13928 else
13929 { $as_echo "$as_me:$LINENO: result: no" >&5
13930 $as_echo "no" >&6; }
13934 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13935 set dummy gphoto2-port-config; ac_word=$2
13936 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13937 $as_echo_n "checking for $ac_word... " >&6; }
13938 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13939 $as_echo_n "(cached) " >&6
13940 else
13941 if test -n "$gphoto2port_devel"; then
13942 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13943 else
13944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13945 for as_dir in $PATH
13947 IFS=$as_save_IFS
13948 test -z "$as_dir" && as_dir=.
13949 for ac_exec_ext in '' $ac_executable_extensions; do
13950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13951 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13952 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13953 break 2
13955 done
13956 done
13957 IFS=$as_save_IFS
13959 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13962 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13963 if test -n "$gphoto2port_devel"; then
13964 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13965 $as_echo "$gphoto2port_devel" >&6; }
13966 else
13967 { $as_echo "$as_me:$LINENO: result: no" >&5
13968 $as_echo "no" >&6; }
13972 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13973 then
13974 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13975 ac_gphoto2_libs=""
13976 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13978 case "$i" in
13979 -L/usr/lib|-L/usr/lib64) ;;
13980 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13981 esac
13982 done
13983 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13985 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13986 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13987 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13988 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13989 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13990 $as_echo_n "(cached) " >&6
13992 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13993 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13994 else
13995 # Is the header compilable?
13996 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13997 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13998 cat >conftest.$ac_ext <<_ACEOF
13999 /* confdefs.h. */
14000 _ACEOF
14001 cat confdefs.h >>conftest.$ac_ext
14002 cat >>conftest.$ac_ext <<_ACEOF
14003 /* end confdefs.h. */
14004 $ac_includes_default
14005 #include <gphoto2-camera.h>
14006 _ACEOF
14007 rm -f conftest.$ac_objext
14008 if { (ac_try="$ac_compile"
14009 case "(($ac_try" in
14010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14011 *) ac_try_echo=$ac_try;;
14012 esac
14013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14014 $as_echo "$ac_try_echo") >&5
14015 (eval "$ac_compile") 2>conftest.er1
14016 ac_status=$?
14017 grep -v '^ *+' conftest.er1 >conftest.err
14018 rm -f conftest.er1
14019 cat conftest.err >&5
14020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14021 (exit $ac_status); } && {
14022 test -z "$ac_c_werror_flag" ||
14023 test ! -s conftest.err
14024 } && test -s conftest.$ac_objext; then
14025 ac_header_compiler=yes
14026 else
14027 $as_echo "$as_me: failed program was:" >&5
14028 sed 's/^/| /' conftest.$ac_ext >&5
14030 ac_header_compiler=no
14033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14034 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14035 $as_echo "$ac_header_compiler" >&6; }
14037 # Is the header present?
14038 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14039 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14040 cat >conftest.$ac_ext <<_ACEOF
14041 /* confdefs.h. */
14042 _ACEOF
14043 cat confdefs.h >>conftest.$ac_ext
14044 cat >>conftest.$ac_ext <<_ACEOF
14045 /* end confdefs.h. */
14046 #include <gphoto2-camera.h>
14047 _ACEOF
14048 if { (ac_try="$ac_cpp conftest.$ac_ext"
14049 case "(($ac_try" in
14050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14051 *) ac_try_echo=$ac_try;;
14052 esac
14053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14054 $as_echo "$ac_try_echo") >&5
14055 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14056 ac_status=$?
14057 grep -v '^ *+' conftest.er1 >conftest.err
14058 rm -f conftest.er1
14059 cat conftest.err >&5
14060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14061 (exit $ac_status); } >/dev/null && {
14062 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14063 test ! -s conftest.err
14064 }; then
14065 ac_header_preproc=yes
14066 else
14067 $as_echo "$as_me: failed program was:" >&5
14068 sed 's/^/| /' conftest.$ac_ext >&5
14070 ac_header_preproc=no
14073 rm -f conftest.err conftest.$ac_ext
14074 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14075 $as_echo "$ac_header_preproc" >&6; }
14077 # So? What about this header?
14078 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14079 yes:no: )
14080 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14081 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14082 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14083 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14084 ac_header_preproc=yes
14086 no:yes:* )
14087 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14088 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14089 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14090 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14091 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14092 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14093 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14094 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14095 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14096 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14097 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14098 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14099 ( cat <<\_ASBOX
14100 ## ------------------------------------ ##
14101 ## Report this to wine-devel@winehq.org ##
14102 ## ------------------------------------ ##
14103 _ASBOX
14104 ) | sed "s/^/$as_me: WARNING: /" >&2
14106 esac
14107 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14108 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14109 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14110 $as_echo_n "(cached) " >&6
14111 else
14112 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14114 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14115 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14118 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14119 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14120 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14121 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14122 $as_echo_n "(cached) " >&6
14123 else
14124 ac_check_lib_save_LIBS=$LIBS
14125 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14126 cat >conftest.$ac_ext <<_ACEOF
14127 /* confdefs.h. */
14128 _ACEOF
14129 cat confdefs.h >>conftest.$ac_ext
14130 cat >>conftest.$ac_ext <<_ACEOF
14131 /* end confdefs.h. */
14133 /* Override any GCC internal prototype to avoid an error.
14134 Use char because int might match the return type of a GCC
14135 builtin and then its argument prototype would still apply. */
14136 #ifdef __cplusplus
14137 extern "C"
14138 #endif
14139 char gp_camera_new ();
14141 main ()
14143 return gp_camera_new ();
14145 return 0;
14147 _ACEOF
14148 rm -f conftest.$ac_objext conftest$ac_exeext
14149 if { (ac_try="$ac_link"
14150 case "(($ac_try" in
14151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14152 *) ac_try_echo=$ac_try;;
14153 esac
14154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14155 $as_echo "$ac_try_echo") >&5
14156 (eval "$ac_link") 2>conftest.er1
14157 ac_status=$?
14158 grep -v '^ *+' conftest.er1 >conftest.err
14159 rm -f conftest.er1
14160 cat conftest.err >&5
14161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14162 (exit $ac_status); } && {
14163 test -z "$ac_c_werror_flag" ||
14164 test ! -s conftest.err
14165 } && test -s conftest$ac_exeext && {
14166 test "$cross_compiling" = yes ||
14167 $as_test_x conftest$ac_exeext
14168 }; then
14169 ac_cv_lib_gphoto2_gp_camera_new=yes
14170 else
14171 $as_echo "$as_me: failed program was:" >&5
14172 sed 's/^/| /' conftest.$ac_ext >&5
14174 ac_cv_lib_gphoto2_gp_camera_new=no
14177 rm -rf conftest.dSYM
14178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14179 conftest$ac_exeext conftest.$ac_ext
14180 LIBS=$ac_check_lib_save_LIBS
14182 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14183 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14184 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14186 cat >>confdefs.h <<\_ACEOF
14187 #define HAVE_GPHOTO2 1
14188 _ACEOF
14190 GPHOTO2LIBS="$ac_gphoto2_libs"
14192 GPHOTO2INCL="$ac_gphoto2_incl"
14199 CPPFLAGS="$ac_save_CPPFLAGS"
14201 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14202 case "x$with_gphoto" in
14203 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14204 xno) ;;
14205 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14206 This is an error since --with-gphoto was requested." >&5
14207 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14208 This is an error since --with-gphoto was requested." >&2;}
14209 { (exit 1); exit 1; }; } ;;
14210 esac
14215 RESOLVLIBS=""
14217 if test "$ac_cv_header_resolv_h" = "yes"
14218 then
14219 ac_save_LIBS="$LIBS"
14220 LIBS="$LIBS -lresolv"
14221 cat >conftest.$ac_ext <<_ACEOF
14222 /* confdefs.h. */
14223 _ACEOF
14224 cat confdefs.h >>conftest.$ac_ext
14225 cat >>conftest.$ac_ext <<_ACEOF
14226 /* end confdefs.h. */
14227 #ifdef HAVE_NETINET_IN_H
14228 #include <netinet/in.h>
14229 #endif
14230 #include <resolv.h>
14232 main ()
14234 res_init();
14236 return 0;
14238 _ACEOF
14239 rm -f conftest.$ac_objext conftest$ac_exeext
14240 if { (ac_try="$ac_link"
14241 case "(($ac_try" in
14242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14243 *) ac_try_echo=$ac_try;;
14244 esac
14245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14246 $as_echo "$ac_try_echo") >&5
14247 (eval "$ac_link") 2>conftest.er1
14248 ac_status=$?
14249 grep -v '^ *+' conftest.er1 >conftest.err
14250 rm -f conftest.er1
14251 cat conftest.err >&5
14252 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14253 (exit $ac_status); } && {
14254 test -z "$ac_c_werror_flag" ||
14255 test ! -s conftest.err
14256 } && test -s conftest$ac_exeext && {
14257 test "$cross_compiling" = yes ||
14258 $as_test_x conftest$ac_exeext
14259 }; then
14261 cat >>confdefs.h <<\_ACEOF
14262 #define HAVE_RESOLV 1
14263 _ACEOF
14265 RESOLVLIBS="-lresolv"
14266 else
14267 $as_echo "$as_me: failed program was:" >&5
14268 sed 's/^/| /' conftest.$ac_ext >&5
14273 rm -rf conftest.dSYM
14274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14275 conftest$ac_exeext conftest.$ac_ext
14276 LIBS="$ac_save_LIBS"
14279 LCMSLIBS=""
14281 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14282 then
14283 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14284 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14285 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14286 $as_echo_n "(cached) " >&6
14287 else
14288 ac_check_lib_save_LIBS=$LIBS
14289 LIBS="-llcms $LIBS"
14290 cat >conftest.$ac_ext <<_ACEOF
14291 /* confdefs.h. */
14292 _ACEOF
14293 cat confdefs.h >>conftest.$ac_ext
14294 cat >>conftest.$ac_ext <<_ACEOF
14295 /* end confdefs.h. */
14297 /* Override any GCC internal prototype to avoid an error.
14298 Use char because int might match the return type of a GCC
14299 builtin and then its argument prototype would still apply. */
14300 #ifdef __cplusplus
14301 extern "C"
14302 #endif
14303 char cmsOpenProfileFromFile ();
14305 main ()
14307 return cmsOpenProfileFromFile ();
14309 return 0;
14311 _ACEOF
14312 rm -f conftest.$ac_objext conftest$ac_exeext
14313 if { (ac_try="$ac_link"
14314 case "(($ac_try" in
14315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14316 *) ac_try_echo=$ac_try;;
14317 esac
14318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14319 $as_echo "$ac_try_echo") >&5
14320 (eval "$ac_link") 2>conftest.er1
14321 ac_status=$?
14322 grep -v '^ *+' conftest.er1 >conftest.err
14323 rm -f conftest.er1
14324 cat conftest.err >&5
14325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14326 (exit $ac_status); } && {
14327 test -z "$ac_c_werror_flag" ||
14328 test ! -s conftest.err
14329 } && test -s conftest$ac_exeext && {
14330 test "$cross_compiling" = yes ||
14331 $as_test_x conftest$ac_exeext
14332 }; then
14333 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14334 else
14335 $as_echo "$as_me: failed program was:" >&5
14336 sed 's/^/| /' conftest.$ac_ext >&5
14338 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14341 rm -rf conftest.dSYM
14342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14343 conftest$ac_exeext conftest.$ac_ext
14344 LIBS=$ac_check_lib_save_LIBS
14346 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14347 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14348 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14350 cat >>confdefs.h <<\_ACEOF
14351 #define HAVE_LCMS 1
14352 _ACEOF
14354 LCMSLIBS="-llcms"
14358 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14359 case "x$with_cms" in
14360 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14361 xno) ;;
14362 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14363 This is an error since --with-cms was requested." >&5
14364 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14365 This is an error since --with-cms was requested." >&2;}
14366 { (exit 1); exit 1; }; } ;;
14367 esac
14371 if test "x$with_freetype" != "xno"
14372 then
14373 for ac_prog in freetype-config freetype2-config
14375 # Extract the first word of "$ac_prog", so it can be a program name with args.
14376 set dummy $ac_prog; ac_word=$2
14377 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14378 $as_echo_n "checking for $ac_word... " >&6; }
14379 if test "${ac_cv_prog_ft_devel+set}" = set; then
14380 $as_echo_n "(cached) " >&6
14381 else
14382 if test -n "$ft_devel"; then
14383 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14384 else
14385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14386 for as_dir in $PATH
14388 IFS=$as_save_IFS
14389 test -z "$as_dir" && as_dir=.
14390 for ac_exec_ext in '' $ac_executable_extensions; do
14391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14392 ac_cv_prog_ft_devel="$ac_prog"
14393 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14394 break 2
14396 done
14397 done
14398 IFS=$as_save_IFS
14402 ft_devel=$ac_cv_prog_ft_devel
14403 if test -n "$ft_devel"; then
14404 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14405 $as_echo "$ft_devel" >&6; }
14406 else
14407 { $as_echo "$as_me:$LINENO: result: no" >&5
14408 $as_echo "no" >&6; }
14412 test -n "$ft_devel" && break
14413 done
14414 test -n "$ft_devel" || ft_devel="no"
14416 if test "$ft_devel" != "no"
14417 then
14418 ac_freetype_incl=`$ft_devel --cflags`
14419 ac_freetype_libs=`$ft_devel --libs`
14421 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14422 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14423 $as_echo_n "checking for -lfreetype... " >&6; }
14424 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14425 $as_echo_n "(cached) " >&6
14426 else
14427 ac_check_soname_save_LIBS=$LIBS
14428 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14429 cat >conftest.$ac_ext <<_ACEOF
14430 /* confdefs.h. */
14431 _ACEOF
14432 cat confdefs.h >>conftest.$ac_ext
14433 cat >>conftest.$ac_ext <<_ACEOF
14434 /* end confdefs.h. */
14436 /* Override any GCC internal prototype to avoid an error.
14437 Use char because int might match the return type of a GCC
14438 builtin and then its argument prototype would still apply. */
14439 #ifdef __cplusplus
14440 extern "C"
14441 #endif
14442 char FT_Init_FreeType ();
14444 main ()
14446 return FT_Init_FreeType ();
14448 return 0;
14450 _ACEOF
14451 rm -f conftest.$ac_objext conftest$ac_exeext
14452 if { (ac_try="$ac_link"
14453 case "(($ac_try" in
14454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14455 *) ac_try_echo=$ac_try;;
14456 esac
14457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14458 $as_echo "$ac_try_echo") >&5
14459 (eval "$ac_link") 2>conftest.er1
14460 ac_status=$?
14461 grep -v '^ *+' conftest.er1 >conftest.err
14462 rm -f conftest.er1
14463 cat conftest.err >&5
14464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14465 (exit $ac_status); } && {
14466 test -z "$ac_c_werror_flag" ||
14467 test ! -s conftest.err
14468 } && test -s conftest$ac_exeext && {
14469 test "$cross_compiling" = yes ||
14470 $as_test_x conftest$ac_exeext
14471 }; then
14472 case "$LIBEXT" in
14473 dll) ;;
14474 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'` ;;
14475 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14476 esac
14477 else
14478 $as_echo "$as_me: failed program was:" >&5
14479 sed 's/^/| /' conftest.$ac_ext >&5
14484 rm -rf conftest.dSYM
14485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14486 conftest$ac_exeext conftest.$ac_ext
14487 LIBS=$ac_check_soname_save_LIBS
14489 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14490 { $as_echo "$as_me:$LINENO: result: not found" >&5
14491 $as_echo "not found" >&6; }
14492 ft_lib=no
14493 else
14494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14495 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14497 cat >>confdefs.h <<_ACEOF
14498 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14499 _ACEOF
14501 ft_lib=yes
14504 if test "$ft_lib" = "yes"
14505 then
14506 ac_save_CPPFLAGS="$CPPFLAGS"
14507 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14521 for ac_header in ft2build.h \
14522 freetype/freetype.h \
14523 freetype/ftglyph.h \
14524 freetype/fttypes.h \
14525 freetype/tttables.h \
14526 freetype/ftnames.h \
14527 freetype/ftsnames.h \
14528 freetype/ttnameid.h \
14529 freetype/ftoutln.h \
14530 freetype/ftwinfnt.h \
14531 freetype/ftmodapi.h \
14532 freetype/ftlcdfil.h \
14533 freetype/internal/sfnt.h
14535 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14536 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14537 $as_echo_n "checking for $ac_header... " >&6; }
14538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14539 $as_echo_n "(cached) " >&6
14540 else
14541 cat >conftest.$ac_ext <<_ACEOF
14542 /* confdefs.h. */
14543 _ACEOF
14544 cat confdefs.h >>conftest.$ac_ext
14545 cat >>conftest.$ac_ext <<_ACEOF
14546 /* end confdefs.h. */
14547 #ifdef HAVE_FT2BUILD_H
14548 # include <ft2build.h>
14549 #endif
14551 #include <$ac_header>
14552 _ACEOF
14553 rm -f conftest.$ac_objext
14554 if { (ac_try="$ac_compile"
14555 case "(($ac_try" in
14556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14557 *) ac_try_echo=$ac_try;;
14558 esac
14559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14560 $as_echo "$ac_try_echo") >&5
14561 (eval "$ac_compile") 2>conftest.er1
14562 ac_status=$?
14563 grep -v '^ *+' conftest.er1 >conftest.err
14564 rm -f conftest.er1
14565 cat conftest.err >&5
14566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); } && {
14568 test -z "$ac_c_werror_flag" ||
14569 test ! -s conftest.err
14570 } && test -s conftest.$ac_objext; then
14571 eval "$as_ac_Header=yes"
14572 else
14573 $as_echo "$as_me: failed program was:" >&5
14574 sed 's/^/| /' conftest.$ac_ext >&5
14576 eval "$as_ac_Header=no"
14579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14581 ac_res=`eval 'as_val=${'$as_ac_Header'}
14582 $as_echo "$as_val"'`
14583 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14584 $as_echo "$ac_res" >&6; }
14585 as_val=`eval 'as_val=${'$as_ac_Header'}
14586 $as_echo "$as_val"'`
14587 if test "x$as_val" = x""yes; then
14588 cat >>confdefs.h <<_ACEOF
14589 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14590 _ACEOF
14594 done
14596 cat >conftest.$ac_ext <<_ACEOF
14597 /* confdefs.h. */
14598 _ACEOF
14599 cat confdefs.h >>conftest.$ac_ext
14600 cat >>conftest.$ac_ext <<_ACEOF
14601 /* end confdefs.h. */
14602 #include <ft2build.h>
14603 #include <freetype/fttrigon.h>
14604 _ACEOF
14605 if { (ac_try="$ac_cpp conftest.$ac_ext"
14606 case "(($ac_try" in
14607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14608 *) ac_try_echo=$ac_try;;
14609 esac
14610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14611 $as_echo "$ac_try_echo") >&5
14612 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14613 ac_status=$?
14614 grep -v '^ *+' conftest.er1 >conftest.err
14615 rm -f conftest.er1
14616 cat conftest.err >&5
14617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618 (exit $ac_status); } >/dev/null && {
14619 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14620 test ! -s conftest.err
14621 }; then
14623 cat >>confdefs.h <<\_ACEOF
14624 #define HAVE_FREETYPE_FTTRIGON_H 1
14625 _ACEOF
14627 wine_cv_fttrigon=yes
14628 else
14629 $as_echo "$as_me: failed program was:" >&5
14630 sed 's/^/| /' conftest.$ac_ext >&5
14632 wine_cv_fttrigon=no
14635 rm -f conftest.err conftest.$ac_ext
14636 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14637 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14638 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14639 $as_echo_n "(cached) " >&6
14640 else
14641 ac_cv_type_FT_TrueTypeEngineType=no
14642 cat >conftest.$ac_ext <<_ACEOF
14643 /* confdefs.h. */
14644 _ACEOF
14645 cat confdefs.h >>conftest.$ac_ext
14646 cat >>conftest.$ac_ext <<_ACEOF
14647 /* end confdefs.h. */
14648 #include <freetype/ftmodapi.h>
14651 main ()
14653 if (sizeof (FT_TrueTypeEngineType))
14654 return 0;
14656 return 0;
14658 _ACEOF
14659 rm -f conftest.$ac_objext
14660 if { (ac_try="$ac_compile"
14661 case "(($ac_try" in
14662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14663 *) ac_try_echo=$ac_try;;
14664 esac
14665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14666 $as_echo "$ac_try_echo") >&5
14667 (eval "$ac_compile") 2>conftest.er1
14668 ac_status=$?
14669 grep -v '^ *+' conftest.er1 >conftest.err
14670 rm -f conftest.er1
14671 cat conftest.err >&5
14672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14673 (exit $ac_status); } && {
14674 test -z "$ac_c_werror_flag" ||
14675 test ! -s conftest.err
14676 } && test -s conftest.$ac_objext; then
14677 cat >conftest.$ac_ext <<_ACEOF
14678 /* confdefs.h. */
14679 _ACEOF
14680 cat confdefs.h >>conftest.$ac_ext
14681 cat >>conftest.$ac_ext <<_ACEOF
14682 /* end confdefs.h. */
14683 #include <freetype/ftmodapi.h>
14686 main ()
14688 if (sizeof ((FT_TrueTypeEngineType)))
14689 return 0;
14691 return 0;
14693 _ACEOF
14694 rm -f conftest.$ac_objext
14695 if { (ac_try="$ac_compile"
14696 case "(($ac_try" in
14697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14698 *) ac_try_echo=$ac_try;;
14699 esac
14700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14701 $as_echo "$ac_try_echo") >&5
14702 (eval "$ac_compile") 2>conftest.er1
14703 ac_status=$?
14704 grep -v '^ *+' conftest.er1 >conftest.err
14705 rm -f conftest.er1
14706 cat conftest.err >&5
14707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14708 (exit $ac_status); } && {
14709 test -z "$ac_c_werror_flag" ||
14710 test ! -s conftest.err
14711 } && test -s conftest.$ac_objext; then
14713 else
14714 $as_echo "$as_me: failed program was:" >&5
14715 sed 's/^/| /' conftest.$ac_ext >&5
14717 ac_cv_type_FT_TrueTypeEngineType=yes
14720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14721 else
14722 $as_echo "$as_me: failed program was:" >&5
14723 sed 's/^/| /' conftest.$ac_ext >&5
14728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14730 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14731 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14732 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14734 cat >>confdefs.h <<_ACEOF
14735 #define HAVE_FT_TRUETYPEENGINETYPE 1
14736 _ACEOF
14741 ac_save_CFLAGS="$CFLAGS"
14742 CFLAGS="$CFLAGS $ac_freetype_libs"
14744 for ac_func in FT_Load_Sfnt_Table
14746 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14747 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14748 $as_echo_n "checking for $ac_func... " >&6; }
14749 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14750 $as_echo_n "(cached) " >&6
14751 else
14752 cat >conftest.$ac_ext <<_ACEOF
14753 /* confdefs.h. */
14754 _ACEOF
14755 cat confdefs.h >>conftest.$ac_ext
14756 cat >>conftest.$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14758 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14759 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14760 #define $ac_func innocuous_$ac_func
14762 /* System header to define __stub macros and hopefully few prototypes,
14763 which can conflict with char $ac_func (); below.
14764 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14765 <limits.h> exists even on freestanding compilers. */
14767 #ifdef __STDC__
14768 # include <limits.h>
14769 #else
14770 # include <assert.h>
14771 #endif
14773 #undef $ac_func
14775 /* Override any GCC internal prototype to avoid an error.
14776 Use char because int might match the return type of a GCC
14777 builtin and then its argument prototype would still apply. */
14778 #ifdef __cplusplus
14779 extern "C"
14780 #endif
14781 char $ac_func ();
14782 /* The GNU C library defines this for functions which it implements
14783 to always fail with ENOSYS. Some functions are actually named
14784 something starting with __ and the normal name is an alias. */
14785 #if defined __stub_$ac_func || defined __stub___$ac_func
14786 choke me
14787 #endif
14790 main ()
14792 return $ac_func ();
14794 return 0;
14796 _ACEOF
14797 rm -f conftest.$ac_objext conftest$ac_exeext
14798 if { (ac_try="$ac_link"
14799 case "(($ac_try" in
14800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14801 *) ac_try_echo=$ac_try;;
14802 esac
14803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14804 $as_echo "$ac_try_echo") >&5
14805 (eval "$ac_link") 2>conftest.er1
14806 ac_status=$?
14807 grep -v '^ *+' conftest.er1 >conftest.err
14808 rm -f conftest.er1
14809 cat conftest.err >&5
14810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811 (exit $ac_status); } && {
14812 test -z "$ac_c_werror_flag" ||
14813 test ! -s conftest.err
14814 } && test -s conftest$ac_exeext && {
14815 test "$cross_compiling" = yes ||
14816 $as_test_x conftest$ac_exeext
14817 }; then
14818 eval "$as_ac_var=yes"
14819 else
14820 $as_echo "$as_me: failed program was:" >&5
14821 sed 's/^/| /' conftest.$ac_ext >&5
14823 eval "$as_ac_var=no"
14826 rm -rf conftest.dSYM
14827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14828 conftest$ac_exeext conftest.$ac_ext
14830 ac_res=`eval 'as_val=${'$as_ac_var'}
14831 $as_echo "$as_val"'`
14832 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14833 $as_echo "$ac_res" >&6; }
14834 as_val=`eval 'as_val=${'$as_ac_var'}
14835 $as_echo "$as_val"'`
14836 if test "x$as_val" = x""yes; then
14837 cat >>confdefs.h <<_ACEOF
14838 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14839 _ACEOF
14842 done
14844 CFLAGS="$ac_save_CFLAGS"
14845 CPPFLAGS="$ac_save_CPPFLAGS"
14846 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14847 then
14849 cat >>confdefs.h <<\_ACEOF
14850 #define HAVE_FREETYPE 1
14851 _ACEOF
14853 FREETYPELIBS="$ac_freetype_libs"
14855 FREETYPEINCL="$ac_freetype_incl"
14860 if test "x$FREETYPELIBS" = "x"; then
14861 case "x$with_freetype" in
14862 xno) ;;
14863 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14864 Use the --without-freetype option if you really want this." >&5
14865 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14866 Use the --without-freetype option if you really want this." >&2;}
14867 { (exit 1); exit 1; }; } ;;
14868 esac
14871 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14873 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14874 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14875 if test "${ac_cv_c_ppdev+set}" = set; then
14876 $as_echo_n "(cached) " >&6
14877 else
14878 cat >conftest.$ac_ext <<_ACEOF
14879 /* confdefs.h. */
14880 _ACEOF
14881 cat confdefs.h >>conftest.$ac_ext
14882 cat >>conftest.$ac_ext <<_ACEOF
14883 /* end confdefs.h. */
14884 #include <linux/ppdev.h>
14886 main ()
14888 ioctl (1,PPCLAIM,0)
14890 return 0;
14892 _ACEOF
14893 rm -f conftest.$ac_objext
14894 if { (ac_try="$ac_compile"
14895 case "(($ac_try" in
14896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14897 *) ac_try_echo=$ac_try;;
14898 esac
14899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14900 $as_echo "$ac_try_echo") >&5
14901 (eval "$ac_compile") 2>conftest.er1
14902 ac_status=$?
14903 grep -v '^ *+' conftest.er1 >conftest.err
14904 rm -f conftest.er1
14905 cat conftest.err >&5
14906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14907 (exit $ac_status); } && {
14908 test -z "$ac_c_werror_flag" ||
14909 test ! -s conftest.err
14910 } && test -s conftest.$ac_objext; then
14911 ac_cv_c_ppdev="yes"
14912 else
14913 $as_echo "$as_me: failed program was:" >&5
14914 sed 's/^/| /' conftest.$ac_ext >&5
14916 ac_cv_c_ppdev="no"
14919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14921 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14922 $as_echo "$ac_cv_c_ppdev" >&6; }
14923 if test "$ac_cv_c_ppdev" = "yes"
14924 then
14926 cat >>confdefs.h <<\_ACEOF
14927 #define HAVE_PPDEV 1
14928 _ACEOF
14932 ac_wine_check_funcs_save_LIBS="$LIBS"
14933 LIBS="$LIBS $LIBPTHREAD"
14938 for ac_func in \
14939 pthread_attr_get_np \
14940 pthread_getattr_np \
14941 pthread_get_stackaddr_np \
14942 pthread_get_stacksize_np
14944 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14945 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14946 $as_echo_n "checking for $ac_func... " >&6; }
14947 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14948 $as_echo_n "(cached) " >&6
14949 else
14950 cat >conftest.$ac_ext <<_ACEOF
14951 /* confdefs.h. */
14952 _ACEOF
14953 cat confdefs.h >>conftest.$ac_ext
14954 cat >>conftest.$ac_ext <<_ACEOF
14955 /* end confdefs.h. */
14956 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14958 #define $ac_func innocuous_$ac_func
14960 /* System header to define __stub macros and hopefully few prototypes,
14961 which can conflict with char $ac_func (); below.
14962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14963 <limits.h> exists even on freestanding compilers. */
14965 #ifdef __STDC__
14966 # include <limits.h>
14967 #else
14968 # include <assert.h>
14969 #endif
14971 #undef $ac_func
14973 /* Override any GCC internal prototype to avoid an error.
14974 Use char because int might match the return type of a GCC
14975 builtin and then its argument prototype would still apply. */
14976 #ifdef __cplusplus
14977 extern "C"
14978 #endif
14979 char $ac_func ();
14980 /* The GNU C library defines this for functions which it implements
14981 to always fail with ENOSYS. Some functions are actually named
14982 something starting with __ and the normal name is an alias. */
14983 #if defined __stub_$ac_func || defined __stub___$ac_func
14984 choke me
14985 #endif
14988 main ()
14990 return $ac_func ();
14992 return 0;
14994 _ACEOF
14995 rm -f conftest.$ac_objext conftest$ac_exeext
14996 if { (ac_try="$ac_link"
14997 case "(($ac_try" in
14998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14999 *) ac_try_echo=$ac_try;;
15000 esac
15001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15002 $as_echo "$ac_try_echo") >&5
15003 (eval "$ac_link") 2>conftest.er1
15004 ac_status=$?
15005 grep -v '^ *+' conftest.er1 >conftest.err
15006 rm -f conftest.er1
15007 cat conftest.err >&5
15008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15009 (exit $ac_status); } && {
15010 test -z "$ac_c_werror_flag" ||
15011 test ! -s conftest.err
15012 } && test -s conftest$ac_exeext && {
15013 test "$cross_compiling" = yes ||
15014 $as_test_x conftest$ac_exeext
15015 }; then
15016 eval "$as_ac_var=yes"
15017 else
15018 $as_echo "$as_me: failed program was:" >&5
15019 sed 's/^/| /' conftest.$ac_ext >&5
15021 eval "$as_ac_var=no"
15024 rm -rf conftest.dSYM
15025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15026 conftest$ac_exeext conftest.$ac_ext
15028 ac_res=`eval 'as_val=${'$as_ac_var'}
15029 $as_echo "$as_val"'`
15030 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15031 $as_echo "$ac_res" >&6; }
15032 as_val=`eval 'as_val=${'$as_ac_var'}
15033 $as_echo "$as_val"'`
15034 if test "x$as_val" = x""yes; then
15035 cat >>confdefs.h <<_ACEOF
15036 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15037 _ACEOF
15040 done
15042 LIBS="$ac_wine_check_funcs_save_LIBS"
15044 if test "$ac_cv_header_zlib_h" = "yes"
15045 then
15046 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15047 $as_echo_n "checking for inflate in -lz... " >&6; }
15048 if test "${ac_cv_lib_z_inflate+set}" = set; then
15049 $as_echo_n "(cached) " >&6
15050 else
15051 ac_check_lib_save_LIBS=$LIBS
15052 LIBS="-lz $LIBS"
15053 cat >conftest.$ac_ext <<_ACEOF
15054 /* confdefs.h. */
15055 _ACEOF
15056 cat confdefs.h >>conftest.$ac_ext
15057 cat >>conftest.$ac_ext <<_ACEOF
15058 /* end confdefs.h. */
15060 /* Override any GCC internal prototype to avoid an error.
15061 Use char because int might match the return type of a GCC
15062 builtin and then its argument prototype would still apply. */
15063 #ifdef __cplusplus
15064 extern "C"
15065 #endif
15066 char inflate ();
15068 main ()
15070 return inflate ();
15072 return 0;
15074 _ACEOF
15075 rm -f conftest.$ac_objext conftest$ac_exeext
15076 if { (ac_try="$ac_link"
15077 case "(($ac_try" in
15078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15079 *) ac_try_echo=$ac_try;;
15080 esac
15081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15082 $as_echo "$ac_try_echo") >&5
15083 (eval "$ac_link") 2>conftest.er1
15084 ac_status=$?
15085 grep -v '^ *+' conftest.er1 >conftest.err
15086 rm -f conftest.er1
15087 cat conftest.err >&5
15088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15089 (exit $ac_status); } && {
15090 test -z "$ac_c_werror_flag" ||
15091 test ! -s conftest.err
15092 } && test -s conftest$ac_exeext && {
15093 test "$cross_compiling" = yes ||
15094 $as_test_x conftest$ac_exeext
15095 }; then
15096 ac_cv_lib_z_inflate=yes
15097 else
15098 $as_echo "$as_me: failed program was:" >&5
15099 sed 's/^/| /' conftest.$ac_ext >&5
15101 ac_cv_lib_z_inflate=no
15104 rm -rf conftest.dSYM
15105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15106 conftest$ac_exeext conftest.$ac_ext
15107 LIBS=$ac_check_lib_save_LIBS
15109 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15110 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15111 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15113 cat >>confdefs.h <<\_ACEOF
15114 #define HAVE_ZLIB 1
15115 _ACEOF
15117 ZLIB="-lz"
15123 if test "x$with_esd" != xno
15124 then
15125 save_CFLAGS="$CFLAGS"
15126 # Extract the first word of "esd-config", so it can be a program name with args.
15127 set dummy esd-config; ac_word=$2
15128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15129 $as_echo_n "checking for $ac_word... " >&6; }
15130 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15131 $as_echo_n "(cached) " >&6
15132 else
15133 case $ESDCONFIG in
15134 [\\/]* | ?:[\\/]*)
15135 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15139 for as_dir in $PATH
15141 IFS=$as_save_IFS
15142 test -z "$as_dir" && as_dir=.
15143 for ac_exec_ext in '' $ac_executable_extensions; do
15144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15145 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15146 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15147 break 2
15149 done
15150 done
15151 IFS=$as_save_IFS
15153 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15155 esac
15157 ESDCONFIG=$ac_cv_path_ESDCONFIG
15158 if test -n "$ESDCONFIG"; then
15159 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15160 $as_echo "$ESDCONFIG" >&6; }
15161 else
15162 { $as_echo "$as_me:$LINENO: result: no" >&5
15163 $as_echo "no" >&6; }
15167 if test "x$ESDCONFIG" != "xno"
15168 then
15169 ac_esd_incl=""
15170 for i in `$ESDCONFIG --cflags`
15172 case "$i" in
15173 -I*) ac_esd_incl="$ac_esd_incl $i";;
15174 esac
15175 done
15176 ac_esd_libs=`$ESDCONFIG --libs`
15177 CFLAGS="$CFLAGS $ac_esd_incl"
15179 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15180 if test "${ac_cv_header_esd_h+set}" = set; then
15181 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15182 $as_echo_n "checking for esd.h... " >&6; }
15183 if test "${ac_cv_header_esd_h+set}" = set; then
15184 $as_echo_n "(cached) " >&6
15186 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15187 $as_echo "$ac_cv_header_esd_h" >&6; }
15188 else
15189 # Is the header compilable?
15190 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15191 $as_echo_n "checking esd.h usability... " >&6; }
15192 cat >conftest.$ac_ext <<_ACEOF
15193 /* confdefs.h. */
15194 _ACEOF
15195 cat confdefs.h >>conftest.$ac_ext
15196 cat >>conftest.$ac_ext <<_ACEOF
15197 /* end confdefs.h. */
15198 $ac_includes_default
15199 #include <esd.h>
15200 _ACEOF
15201 rm -f conftest.$ac_objext
15202 if { (ac_try="$ac_compile"
15203 case "(($ac_try" in
15204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15205 *) ac_try_echo=$ac_try;;
15206 esac
15207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15208 $as_echo "$ac_try_echo") >&5
15209 (eval "$ac_compile") 2>conftest.er1
15210 ac_status=$?
15211 grep -v '^ *+' conftest.er1 >conftest.err
15212 rm -f conftest.er1
15213 cat conftest.err >&5
15214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15215 (exit $ac_status); } && {
15216 test -z "$ac_c_werror_flag" ||
15217 test ! -s conftest.err
15218 } && test -s conftest.$ac_objext; then
15219 ac_header_compiler=yes
15220 else
15221 $as_echo "$as_me: failed program was:" >&5
15222 sed 's/^/| /' conftest.$ac_ext >&5
15224 ac_header_compiler=no
15227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15228 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15229 $as_echo "$ac_header_compiler" >&6; }
15231 # Is the header present?
15232 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15233 $as_echo_n "checking esd.h presence... " >&6; }
15234 cat >conftest.$ac_ext <<_ACEOF
15235 /* confdefs.h. */
15236 _ACEOF
15237 cat confdefs.h >>conftest.$ac_ext
15238 cat >>conftest.$ac_ext <<_ACEOF
15239 /* end confdefs.h. */
15240 #include <esd.h>
15241 _ACEOF
15242 if { (ac_try="$ac_cpp conftest.$ac_ext"
15243 case "(($ac_try" in
15244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15245 *) ac_try_echo=$ac_try;;
15246 esac
15247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15248 $as_echo "$ac_try_echo") >&5
15249 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15250 ac_status=$?
15251 grep -v '^ *+' conftest.er1 >conftest.err
15252 rm -f conftest.er1
15253 cat conftest.err >&5
15254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15255 (exit $ac_status); } >/dev/null && {
15256 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15257 test ! -s conftest.err
15258 }; then
15259 ac_header_preproc=yes
15260 else
15261 $as_echo "$as_me: failed program was:" >&5
15262 sed 's/^/| /' conftest.$ac_ext >&5
15264 ac_header_preproc=no
15267 rm -f conftest.err conftest.$ac_ext
15268 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15269 $as_echo "$ac_header_preproc" >&6; }
15271 # So? What about this header?
15272 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15273 yes:no: )
15274 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15275 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15276 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15277 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15278 ac_header_preproc=yes
15280 no:yes:* )
15281 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15282 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15283 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15284 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15285 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15286 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15287 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15288 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15289 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15290 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15291 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15292 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15293 ( cat <<\_ASBOX
15294 ## ------------------------------------ ##
15295 ## Report this to wine-devel@winehq.org ##
15296 ## ------------------------------------ ##
15297 _ASBOX
15298 ) | sed "s/^/$as_me: WARNING: /" >&2
15300 esac
15301 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15302 $as_echo_n "checking for esd.h... " >&6; }
15303 if test "${ac_cv_header_esd_h+set}" = set; then
15304 $as_echo_n "(cached) " >&6
15305 else
15306 ac_cv_header_esd_h=$ac_header_preproc
15308 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15309 $as_echo "$ac_cv_header_esd_h" >&6; }
15312 if test "x$ac_cv_header_esd_h" = x""yes; then
15313 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15314 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15315 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15316 $as_echo_n "(cached) " >&6
15317 else
15318 ac_check_lib_save_LIBS=$LIBS
15319 LIBS="-lesd $ac_esd_libs $LIBS"
15320 cat >conftest.$ac_ext <<_ACEOF
15321 /* confdefs.h. */
15322 _ACEOF
15323 cat confdefs.h >>conftest.$ac_ext
15324 cat >>conftest.$ac_ext <<_ACEOF
15325 /* end confdefs.h. */
15327 /* Override any GCC internal prototype to avoid an error.
15328 Use char because int might match the return type of a GCC
15329 builtin and then its argument prototype would still apply. */
15330 #ifdef __cplusplus
15331 extern "C"
15332 #endif
15333 char esd_open_sound ();
15335 main ()
15337 return esd_open_sound ();
15339 return 0;
15341 _ACEOF
15342 rm -f conftest.$ac_objext conftest$ac_exeext
15343 if { (ac_try="$ac_link"
15344 case "(($ac_try" in
15345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15346 *) ac_try_echo=$ac_try;;
15347 esac
15348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15349 $as_echo "$ac_try_echo") >&5
15350 (eval "$ac_link") 2>conftest.er1
15351 ac_status=$?
15352 grep -v '^ *+' conftest.er1 >conftest.err
15353 rm -f conftest.er1
15354 cat conftest.err >&5
15355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15356 (exit $ac_status); } && {
15357 test -z "$ac_c_werror_flag" ||
15358 test ! -s conftest.err
15359 } && test -s conftest$ac_exeext && {
15360 test "$cross_compiling" = yes ||
15361 $as_test_x conftest$ac_exeext
15362 }; then
15363 ac_cv_lib_esd_esd_open_sound=yes
15364 else
15365 $as_echo "$as_me: failed program was:" >&5
15366 sed 's/^/| /' conftest.$ac_ext >&5
15368 ac_cv_lib_esd_esd_open_sound=no
15371 rm -rf conftest.dSYM
15372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15373 conftest$ac_exeext conftest.$ac_ext
15374 LIBS=$ac_check_lib_save_LIBS
15376 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15377 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15378 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15379 ESDINCL="$ac_esd_incl"
15381 ESDLIBS="$ac_esd_libs"
15384 cat >>confdefs.h <<\_ACEOF
15385 #define HAVE_ESD 1
15386 _ACEOF
15393 CFLAGS="$save_CFLAGS"
15396 ALSALIBS=""
15398 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15399 then
15400 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15401 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15402 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15403 $as_echo_n "(cached) " >&6
15404 else
15405 ac_check_lib_save_LIBS=$LIBS
15406 LIBS="-lasound $LIBS"
15407 cat >conftest.$ac_ext <<_ACEOF
15408 /* confdefs.h. */
15409 _ACEOF
15410 cat confdefs.h >>conftest.$ac_ext
15411 cat >>conftest.$ac_ext <<_ACEOF
15412 /* end confdefs.h. */
15414 /* Override any GCC internal prototype to avoid an error.
15415 Use char because int might match the return type of a GCC
15416 builtin and then its argument prototype would still apply. */
15417 #ifdef __cplusplus
15418 extern "C"
15419 #endif
15420 char snd_pcm_hw_params_get_access ();
15422 main ()
15424 return snd_pcm_hw_params_get_access ();
15426 return 0;
15428 _ACEOF
15429 rm -f conftest.$ac_objext conftest$ac_exeext
15430 if { (ac_try="$ac_link"
15431 case "(($ac_try" in
15432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15433 *) ac_try_echo=$ac_try;;
15434 esac
15435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15436 $as_echo "$ac_try_echo") >&5
15437 (eval "$ac_link") 2>conftest.er1
15438 ac_status=$?
15439 grep -v '^ *+' conftest.er1 >conftest.err
15440 rm -f conftest.er1
15441 cat conftest.err >&5
15442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15443 (exit $ac_status); } && {
15444 test -z "$ac_c_werror_flag" ||
15445 test ! -s conftest.err
15446 } && test -s conftest$ac_exeext && {
15447 test "$cross_compiling" = yes ||
15448 $as_test_x conftest$ac_exeext
15449 }; then
15450 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15451 else
15452 $as_echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15455 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15458 rm -rf conftest.dSYM
15459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15460 conftest$ac_exeext conftest.$ac_ext
15461 LIBS=$ac_check_lib_save_LIBS
15463 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15464 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15465 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15466 cat >conftest.$ac_ext <<_ACEOF
15467 /* confdefs.h. */
15468 _ACEOF
15469 cat confdefs.h >>conftest.$ac_ext
15470 cat >>conftest.$ac_ext <<_ACEOF
15471 /* end confdefs.h. */
15472 #ifdef HAVE_ALSA_ASOUNDLIB_H
15473 #include <alsa/asoundlib.h>
15474 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15475 #include <sys/asoundlib.h>
15476 #endif
15478 main ()
15480 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15482 return 0;
15484 _ACEOF
15485 rm -f conftest.$ac_objext
15486 if { (ac_try="$ac_compile"
15487 case "(($ac_try" in
15488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15489 *) ac_try_echo=$ac_try;;
15490 esac
15491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15492 $as_echo "$ac_try_echo") >&5
15493 (eval "$ac_compile") 2>conftest.er1
15494 ac_status=$?
15495 grep -v '^ *+' conftest.er1 >conftest.err
15496 rm -f conftest.er1
15497 cat conftest.err >&5
15498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); } && {
15500 test -z "$ac_c_werror_flag" ||
15501 test ! -s conftest.err
15502 } && test -s conftest.$ac_objext; then
15504 cat >>confdefs.h <<\_ACEOF
15505 #define HAVE_ALSA 1
15506 _ACEOF
15508 ALSALIBS="-lasound"
15509 else
15510 $as_echo "$as_me: failed program was:" >&5
15511 sed 's/^/| /' conftest.$ac_ext >&5
15516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15521 AUDIOIOLIBS=""
15523 if test "$ac_cv_header_libaudioio_h" = "yes"
15524 then
15525 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15526 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15527 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15528 $as_echo_n "(cached) " >&6
15529 else
15530 ac_check_lib_save_LIBS=$LIBS
15531 LIBS="-laudioio $LIBS"
15532 cat >conftest.$ac_ext <<_ACEOF
15533 /* confdefs.h. */
15534 _ACEOF
15535 cat confdefs.h >>conftest.$ac_ext
15536 cat >>conftest.$ac_ext <<_ACEOF
15537 /* end confdefs.h. */
15539 /* Override any GCC internal prototype to avoid an error.
15540 Use char because int might match the return type of a GCC
15541 builtin and then its argument prototype would still apply. */
15542 #ifdef __cplusplus
15543 extern "C"
15544 #endif
15545 char AudioIOGetVersion ();
15547 main ()
15549 return AudioIOGetVersion ();
15551 return 0;
15553 _ACEOF
15554 rm -f conftest.$ac_objext conftest$ac_exeext
15555 if { (ac_try="$ac_link"
15556 case "(($ac_try" in
15557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15558 *) ac_try_echo=$ac_try;;
15559 esac
15560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15561 $as_echo "$ac_try_echo") >&5
15562 (eval "$ac_link") 2>conftest.er1
15563 ac_status=$?
15564 grep -v '^ *+' conftest.er1 >conftest.err
15565 rm -f conftest.er1
15566 cat conftest.err >&5
15567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15568 (exit $ac_status); } && {
15569 test -z "$ac_c_werror_flag" ||
15570 test ! -s conftest.err
15571 } && test -s conftest$ac_exeext && {
15572 test "$cross_compiling" = yes ||
15573 $as_test_x conftest$ac_exeext
15574 }; then
15575 ac_cv_lib_audioio_AudioIOGetVersion=yes
15576 else
15577 $as_echo "$as_me: failed program was:" >&5
15578 sed 's/^/| /' conftest.$ac_ext >&5
15580 ac_cv_lib_audioio_AudioIOGetVersion=no
15583 rm -rf conftest.dSYM
15584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15585 conftest$ac_exeext conftest.$ac_ext
15586 LIBS=$ac_check_lib_save_LIBS
15588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15589 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15590 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15591 AUDIOIOLIBS="-laudioio"
15593 cat >>confdefs.h <<\_ACEOF
15594 #define HAVE_LIBAUDIOIO 1
15595 _ACEOF
15602 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15603 then
15604 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15605 $as_echo_n "checking for -lcapi20... " >&6; }
15606 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15607 $as_echo_n "(cached) " >&6
15608 else
15609 ac_check_soname_save_LIBS=$LIBS
15610 LIBS="-lcapi20 $LIBS"
15611 cat >conftest.$ac_ext <<_ACEOF
15612 /* confdefs.h. */
15613 _ACEOF
15614 cat confdefs.h >>conftest.$ac_ext
15615 cat >>conftest.$ac_ext <<_ACEOF
15616 /* end confdefs.h. */
15618 /* Override any GCC internal prototype to avoid an error.
15619 Use char because int might match the return type of a GCC
15620 builtin and then its argument prototype would still apply. */
15621 #ifdef __cplusplus
15622 extern "C"
15623 #endif
15624 char capi20_register ();
15626 main ()
15628 return capi20_register ();
15630 return 0;
15632 _ACEOF
15633 rm -f conftest.$ac_objext conftest$ac_exeext
15634 if { (ac_try="$ac_link"
15635 case "(($ac_try" in
15636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15637 *) ac_try_echo=$ac_try;;
15638 esac
15639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15640 $as_echo "$ac_try_echo") >&5
15641 (eval "$ac_link") 2>conftest.er1
15642 ac_status=$?
15643 grep -v '^ *+' conftest.er1 >conftest.err
15644 rm -f conftest.er1
15645 cat conftest.err >&5
15646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15647 (exit $ac_status); } && {
15648 test -z "$ac_c_werror_flag" ||
15649 test ! -s conftest.err
15650 } && test -s conftest$ac_exeext && {
15651 test "$cross_compiling" = yes ||
15652 $as_test_x conftest$ac_exeext
15653 }; then
15654 case "$LIBEXT" in
15655 dll) ;;
15656 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'` ;;
15657 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15658 esac
15659 else
15660 $as_echo "$as_me: failed program was:" >&5
15661 sed 's/^/| /' conftest.$ac_ext >&5
15666 rm -rf conftest.dSYM
15667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15668 conftest$ac_exeext conftest.$ac_ext
15669 LIBS=$ac_check_soname_save_LIBS
15671 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15672 { $as_echo "$as_me:$LINENO: result: not found" >&5
15673 $as_echo "not found" >&6; }
15675 else
15676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15677 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15679 cat >>confdefs.h <<_ACEOF
15680 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15681 _ACEOF
15687 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15688 case "x$with_capi" in
15689 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15690 xno) ;;
15691 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15692 This is an error since --with-capi was requested." >&5
15693 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15694 This is an error since --with-capi was requested." >&2;}
15695 { (exit 1); exit 1; }; } ;;
15696 esac
15700 CUPSINCL=""
15702 if test "x$with_cups" != "xno"
15703 then
15704 ac_save_CPPFLAGS="$CPPFLAGS"
15705 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15706 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15707 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15709 for ac_header in cups/cups.h
15711 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15712 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15713 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15714 $as_echo_n "checking for $ac_header... " >&6; }
15715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15716 $as_echo_n "(cached) " >&6
15718 ac_res=`eval 'as_val=${'$as_ac_Header'}
15719 $as_echo "$as_val"'`
15720 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15721 $as_echo "$ac_res" >&6; }
15722 else
15723 # Is the header compilable?
15724 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15725 $as_echo_n "checking $ac_header usability... " >&6; }
15726 cat >conftest.$ac_ext <<_ACEOF
15727 /* confdefs.h. */
15728 _ACEOF
15729 cat confdefs.h >>conftest.$ac_ext
15730 cat >>conftest.$ac_ext <<_ACEOF
15731 /* end confdefs.h. */
15732 $ac_includes_default
15733 #include <$ac_header>
15734 _ACEOF
15735 rm -f conftest.$ac_objext
15736 if { (ac_try="$ac_compile"
15737 case "(($ac_try" in
15738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15739 *) ac_try_echo=$ac_try;;
15740 esac
15741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15742 $as_echo "$ac_try_echo") >&5
15743 (eval "$ac_compile") 2>conftest.er1
15744 ac_status=$?
15745 grep -v '^ *+' conftest.er1 >conftest.err
15746 rm -f conftest.er1
15747 cat conftest.err >&5
15748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15749 (exit $ac_status); } && {
15750 test -z "$ac_c_werror_flag" ||
15751 test ! -s conftest.err
15752 } && test -s conftest.$ac_objext; then
15753 ac_header_compiler=yes
15754 else
15755 $as_echo "$as_me: failed program was:" >&5
15756 sed 's/^/| /' conftest.$ac_ext >&5
15758 ac_header_compiler=no
15761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15762 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15763 $as_echo "$ac_header_compiler" >&6; }
15765 # Is the header present?
15766 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15767 $as_echo_n "checking $ac_header presence... " >&6; }
15768 cat >conftest.$ac_ext <<_ACEOF
15769 /* confdefs.h. */
15770 _ACEOF
15771 cat confdefs.h >>conftest.$ac_ext
15772 cat >>conftest.$ac_ext <<_ACEOF
15773 /* end confdefs.h. */
15774 #include <$ac_header>
15775 _ACEOF
15776 if { (ac_try="$ac_cpp conftest.$ac_ext"
15777 case "(($ac_try" in
15778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15779 *) ac_try_echo=$ac_try;;
15780 esac
15781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15782 $as_echo "$ac_try_echo") >&5
15783 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15784 ac_status=$?
15785 grep -v '^ *+' conftest.er1 >conftest.err
15786 rm -f conftest.er1
15787 cat conftest.err >&5
15788 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); } >/dev/null && {
15790 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15791 test ! -s conftest.err
15792 }; then
15793 ac_header_preproc=yes
15794 else
15795 $as_echo "$as_me: failed program was:" >&5
15796 sed 's/^/| /' conftest.$ac_ext >&5
15798 ac_header_preproc=no
15801 rm -f conftest.err conftest.$ac_ext
15802 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15803 $as_echo "$ac_header_preproc" >&6; }
15805 # So? What about this header?
15806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15807 yes:no: )
15808 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15809 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15810 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15811 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15812 ac_header_preproc=yes
15814 no:yes:* )
15815 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15816 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15817 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15818 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15819 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15820 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15821 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15822 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15824 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15825 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15826 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15827 ( cat <<\_ASBOX
15828 ## ------------------------------------ ##
15829 ## Report this to wine-devel@winehq.org ##
15830 ## ------------------------------------ ##
15831 _ASBOX
15832 ) | sed "s/^/$as_me: WARNING: /" >&2
15834 esac
15835 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15836 $as_echo_n "checking for $ac_header... " >&6; }
15837 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15838 $as_echo_n "(cached) " >&6
15839 else
15840 eval "$as_ac_Header=\$ac_header_preproc"
15842 ac_res=`eval 'as_val=${'$as_ac_Header'}
15843 $as_echo "$as_val"'`
15844 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15845 $as_echo "$ac_res" >&6; }
15848 as_val=`eval 'as_val=${'$as_ac_Header'}
15849 $as_echo "$as_val"'`
15850 if test "x$as_val" = x""yes; then
15851 cat >>confdefs.h <<_ACEOF
15852 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15853 _ACEOF
15854 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15855 $as_echo_n "checking for -lcups... " >&6; }
15856 if test "${ac_cv_lib_soname_cups+set}" = set; then
15857 $as_echo_n "(cached) " >&6
15858 else
15859 ac_check_soname_save_LIBS=$LIBS
15860 LIBS="-lcups $ac_cups_libs $LIBS"
15861 cat >conftest.$ac_ext <<_ACEOF
15862 /* confdefs.h. */
15863 _ACEOF
15864 cat confdefs.h >>conftest.$ac_ext
15865 cat >>conftest.$ac_ext <<_ACEOF
15866 /* end confdefs.h. */
15868 /* Override any GCC internal prototype to avoid an error.
15869 Use char because int might match the return type of a GCC
15870 builtin and then its argument prototype would still apply. */
15871 #ifdef __cplusplus
15872 extern "C"
15873 #endif
15874 char cupsGetDefault ();
15876 main ()
15878 return cupsGetDefault ();
15880 return 0;
15882 _ACEOF
15883 rm -f conftest.$ac_objext conftest$ac_exeext
15884 if { (ac_try="$ac_link"
15885 case "(($ac_try" in
15886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15887 *) ac_try_echo=$ac_try;;
15888 esac
15889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15890 $as_echo "$ac_try_echo") >&5
15891 (eval "$ac_link") 2>conftest.er1
15892 ac_status=$?
15893 grep -v '^ *+' conftest.er1 >conftest.err
15894 rm -f conftest.er1
15895 cat conftest.err >&5
15896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15897 (exit $ac_status); } && {
15898 test -z "$ac_c_werror_flag" ||
15899 test ! -s conftest.err
15900 } && test -s conftest$ac_exeext && {
15901 test "$cross_compiling" = yes ||
15902 $as_test_x conftest$ac_exeext
15903 }; then
15904 case "$LIBEXT" in
15905 dll) ;;
15906 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'` ;;
15907 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15908 esac
15909 else
15910 $as_echo "$as_me: failed program was:" >&5
15911 sed 's/^/| /' conftest.$ac_ext >&5
15916 rm -rf conftest.dSYM
15917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15918 conftest$ac_exeext conftest.$ac_ext
15919 LIBS=$ac_check_soname_save_LIBS
15921 if test "x$ac_cv_lib_soname_cups" = "x"; then
15922 { $as_echo "$as_me:$LINENO: result: not found" >&5
15923 $as_echo "not found" >&6; }
15925 else
15926 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15927 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15929 cat >>confdefs.h <<_ACEOF
15930 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15931 _ACEOF
15933 CUPSINCL="$ac_cups_cflags"
15938 done
15940 CPPFLAGS="$ac_save_CPPFLAGS"
15942 if test "x$ac_cv_lib_soname_cups" = "x"; then
15943 case "x$with_cups" in
15944 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15945 xno) ;;
15946 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15947 This is an error since --with-cups was requested." >&5
15948 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15949 This is an error since --with-cups was requested." >&2;}
15950 { (exit 1); exit 1; }; } ;;
15951 esac
15955 if test "$ac_cv_header_jack_jack_h" = "yes"
15956 then
15957 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15958 $as_echo_n "checking for -ljack... " >&6; }
15959 if test "${ac_cv_lib_soname_jack+set}" = set; then
15960 $as_echo_n "(cached) " >&6
15961 else
15962 ac_check_soname_save_LIBS=$LIBS
15963 LIBS="-ljack $LIBS"
15964 cat >conftest.$ac_ext <<_ACEOF
15965 /* confdefs.h. */
15966 _ACEOF
15967 cat confdefs.h >>conftest.$ac_ext
15968 cat >>conftest.$ac_ext <<_ACEOF
15969 /* end confdefs.h. */
15971 /* Override any GCC internal prototype to avoid an error.
15972 Use char because int might match the return type of a GCC
15973 builtin and then its argument prototype would still apply. */
15974 #ifdef __cplusplus
15975 extern "C"
15976 #endif
15977 char jack_client_new ();
15979 main ()
15981 return jack_client_new ();
15983 return 0;
15985 _ACEOF
15986 rm -f conftest.$ac_objext conftest$ac_exeext
15987 if { (ac_try="$ac_link"
15988 case "(($ac_try" in
15989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15990 *) ac_try_echo=$ac_try;;
15991 esac
15992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15993 $as_echo "$ac_try_echo") >&5
15994 (eval "$ac_link") 2>conftest.er1
15995 ac_status=$?
15996 grep -v '^ *+' conftest.er1 >conftest.err
15997 rm -f conftest.er1
15998 cat conftest.err >&5
15999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16000 (exit $ac_status); } && {
16001 test -z "$ac_c_werror_flag" ||
16002 test ! -s conftest.err
16003 } && test -s conftest$ac_exeext && {
16004 test "$cross_compiling" = yes ||
16005 $as_test_x conftest$ac_exeext
16006 }; then
16007 case "$LIBEXT" in
16008 dll) ;;
16009 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'` ;;
16010 *) 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'` ;;
16011 esac
16012 else
16013 $as_echo "$as_me: failed program was:" >&5
16014 sed 's/^/| /' conftest.$ac_ext >&5
16019 rm -rf conftest.dSYM
16020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16021 conftest$ac_exeext conftest.$ac_ext
16022 LIBS=$ac_check_soname_save_LIBS
16024 if test "x$ac_cv_lib_soname_jack" = "x"; then
16025 { $as_echo "$as_me:$LINENO: result: not found" >&5
16026 $as_echo "not found" >&6; }
16028 else
16029 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16030 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16032 cat >>confdefs.h <<_ACEOF
16033 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16034 _ACEOF
16041 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16042 then
16043 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16044 $as_echo_n "checking for -lfontconfig... " >&6; }
16045 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16046 $as_echo_n "(cached) " >&6
16047 else
16048 ac_check_soname_save_LIBS=$LIBS
16049 LIBS="-lfontconfig $LIBS"
16050 cat >conftest.$ac_ext <<_ACEOF
16051 /* confdefs.h. */
16052 _ACEOF
16053 cat confdefs.h >>conftest.$ac_ext
16054 cat >>conftest.$ac_ext <<_ACEOF
16055 /* end confdefs.h. */
16057 /* Override any GCC internal prototype to avoid an error.
16058 Use char because int might match the return type of a GCC
16059 builtin and then its argument prototype would still apply. */
16060 #ifdef __cplusplus
16061 extern "C"
16062 #endif
16063 char FcInit ();
16065 main ()
16067 return FcInit ();
16069 return 0;
16071 _ACEOF
16072 rm -f conftest.$ac_objext conftest$ac_exeext
16073 if { (ac_try="$ac_link"
16074 case "(($ac_try" in
16075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16076 *) ac_try_echo=$ac_try;;
16077 esac
16078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16079 $as_echo "$ac_try_echo") >&5
16080 (eval "$ac_link") 2>conftest.er1
16081 ac_status=$?
16082 grep -v '^ *+' conftest.er1 >conftest.err
16083 rm -f conftest.er1
16084 cat conftest.err >&5
16085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16086 (exit $ac_status); } && {
16087 test -z "$ac_c_werror_flag" ||
16088 test ! -s conftest.err
16089 } && test -s conftest$ac_exeext && {
16090 test "$cross_compiling" = yes ||
16091 $as_test_x conftest$ac_exeext
16092 }; then
16093 case "$LIBEXT" in
16094 dll) ;;
16095 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'` ;;
16096 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16097 esac
16098 else
16099 $as_echo "$as_me: failed program was:" >&5
16100 sed 's/^/| /' conftest.$ac_ext >&5
16105 rm -rf conftest.dSYM
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107 conftest$ac_exeext conftest.$ac_ext
16108 LIBS=$ac_check_soname_save_LIBS
16110 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16111 { $as_echo "$as_me:$LINENO: result: not found" >&5
16112 $as_echo "not found" >&6; }
16114 else
16115 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16116 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16118 cat >>confdefs.h <<_ACEOF
16119 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16120 _ACEOF
16125 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16126 then
16127 ac_save_CPPFLAGS="$CPPFLAGS"
16128 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16129 $as_unset ac_cv_header_fontconfig_fontconfig_h
16131 for ac_header in fontconfig/fontconfig.h
16133 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16134 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16135 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16136 $as_echo_n "checking for $ac_header... " >&6; }
16137 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16138 $as_echo_n "(cached) " >&6
16140 ac_res=`eval 'as_val=${'$as_ac_Header'}
16141 $as_echo "$as_val"'`
16142 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16143 $as_echo "$ac_res" >&6; }
16144 else
16145 # Is the header compilable?
16146 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16147 $as_echo_n "checking $ac_header usability... " >&6; }
16148 cat >conftest.$ac_ext <<_ACEOF
16149 /* confdefs.h. */
16150 _ACEOF
16151 cat confdefs.h >>conftest.$ac_ext
16152 cat >>conftest.$ac_ext <<_ACEOF
16153 /* end confdefs.h. */
16154 $ac_includes_default
16155 #include <$ac_header>
16156 _ACEOF
16157 rm -f conftest.$ac_objext
16158 if { (ac_try="$ac_compile"
16159 case "(($ac_try" in
16160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16161 *) ac_try_echo=$ac_try;;
16162 esac
16163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16164 $as_echo "$ac_try_echo") >&5
16165 (eval "$ac_compile") 2>conftest.er1
16166 ac_status=$?
16167 grep -v '^ *+' conftest.er1 >conftest.err
16168 rm -f conftest.er1
16169 cat conftest.err >&5
16170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16171 (exit $ac_status); } && {
16172 test -z "$ac_c_werror_flag" ||
16173 test ! -s conftest.err
16174 } && test -s conftest.$ac_objext; then
16175 ac_header_compiler=yes
16176 else
16177 $as_echo "$as_me: failed program was:" >&5
16178 sed 's/^/| /' conftest.$ac_ext >&5
16180 ac_header_compiler=no
16183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16184 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16185 $as_echo "$ac_header_compiler" >&6; }
16187 # Is the header present?
16188 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16189 $as_echo_n "checking $ac_header presence... " >&6; }
16190 cat >conftest.$ac_ext <<_ACEOF
16191 /* confdefs.h. */
16192 _ACEOF
16193 cat confdefs.h >>conftest.$ac_ext
16194 cat >>conftest.$ac_ext <<_ACEOF
16195 /* end confdefs.h. */
16196 #include <$ac_header>
16197 _ACEOF
16198 if { (ac_try="$ac_cpp conftest.$ac_ext"
16199 case "(($ac_try" in
16200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16201 *) ac_try_echo=$ac_try;;
16202 esac
16203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16204 $as_echo "$ac_try_echo") >&5
16205 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16206 ac_status=$?
16207 grep -v '^ *+' conftest.er1 >conftest.err
16208 rm -f conftest.er1
16209 cat conftest.err >&5
16210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16211 (exit $ac_status); } >/dev/null && {
16212 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16213 test ! -s conftest.err
16214 }; then
16215 ac_header_preproc=yes
16216 else
16217 $as_echo "$as_me: failed program was:" >&5
16218 sed 's/^/| /' conftest.$ac_ext >&5
16220 ac_header_preproc=no
16223 rm -f conftest.err conftest.$ac_ext
16224 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16225 $as_echo "$ac_header_preproc" >&6; }
16227 # So? What about this header?
16228 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16229 yes:no: )
16230 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16231 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16232 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16233 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16234 ac_header_preproc=yes
16236 no:yes:* )
16237 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16238 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16239 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16240 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16241 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16242 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16243 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16244 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16245 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16246 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16247 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16248 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16249 ( cat <<\_ASBOX
16250 ## ------------------------------------ ##
16251 ## Report this to wine-devel@winehq.org ##
16252 ## ------------------------------------ ##
16253 _ASBOX
16254 ) | sed "s/^/$as_me: WARNING: /" >&2
16256 esac
16257 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16258 $as_echo_n "checking for $ac_header... " >&6; }
16259 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16260 $as_echo_n "(cached) " >&6
16261 else
16262 eval "$as_ac_Header=\$ac_header_preproc"
16264 ac_res=`eval 'as_val=${'$as_ac_Header'}
16265 $as_echo "$as_val"'`
16266 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16267 $as_echo "$ac_res" >&6; }
16270 as_val=`eval 'as_val=${'$as_ac_Header'}
16271 $as_echo "$as_val"'`
16272 if test "x$as_val" = x""yes; then
16273 cat >>confdefs.h <<_ACEOF
16274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16275 _ACEOF
16279 done
16281 CPPFLAGS="$ac_save_CPPFLAGS"
16282 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16283 then
16284 FONTCONFIGINCL="$X_CFLAGS"
16286 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16287 $as_echo_n "checking for -lfontconfig... " >&6; }
16288 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16289 $as_echo_n "(cached) " >&6
16290 else
16291 ac_check_soname_save_LIBS=$LIBS
16292 LIBS="-lfontconfig $X_LIBS $LIBS"
16293 cat >conftest.$ac_ext <<_ACEOF
16294 /* confdefs.h. */
16295 _ACEOF
16296 cat confdefs.h >>conftest.$ac_ext
16297 cat >>conftest.$ac_ext <<_ACEOF
16298 /* end confdefs.h. */
16300 /* Override any GCC internal prototype to avoid an error.
16301 Use char because int might match the return type of a GCC
16302 builtin and then its argument prototype would still apply. */
16303 #ifdef __cplusplus
16304 extern "C"
16305 #endif
16306 char FcInit ();
16308 main ()
16310 return FcInit ();
16312 return 0;
16314 _ACEOF
16315 rm -f conftest.$ac_objext conftest$ac_exeext
16316 if { (ac_try="$ac_link"
16317 case "(($ac_try" in
16318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16319 *) ac_try_echo=$ac_try;;
16320 esac
16321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16322 $as_echo "$ac_try_echo") >&5
16323 (eval "$ac_link") 2>conftest.er1
16324 ac_status=$?
16325 grep -v '^ *+' conftest.er1 >conftest.err
16326 rm -f conftest.er1
16327 cat conftest.err >&5
16328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329 (exit $ac_status); } && {
16330 test -z "$ac_c_werror_flag" ||
16331 test ! -s conftest.err
16332 } && test -s conftest$ac_exeext && {
16333 test "$cross_compiling" = yes ||
16334 $as_test_x conftest$ac_exeext
16335 }; then
16336 case "$LIBEXT" in
16337 dll) ;;
16338 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'` ;;
16339 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16340 esac
16341 else
16342 $as_echo "$as_me: failed program was:" >&5
16343 sed 's/^/| /' conftest.$ac_ext >&5
16348 rm -rf conftest.dSYM
16349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16350 conftest$ac_exeext conftest.$ac_ext
16351 LIBS=$ac_check_soname_save_LIBS
16353 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16354 { $as_echo "$as_me:$LINENO: result: not found" >&5
16355 $as_echo "not found" >&6; }
16357 else
16358 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16359 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16361 cat >>confdefs.h <<_ACEOF
16362 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16363 _ACEOF
16370 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16371 case "x$with_fontconfig" in
16372 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16373 xno) ;;
16374 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16375 This is an error since --with-fontconfig was requested." >&5
16376 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16377 This is an error since --with-fontconfig was requested." >&2;}
16378 { (exit 1); exit 1; }; } ;;
16379 esac
16383 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16384 then
16385 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16386 $as_echo_n "checking for -lssl... " >&6; }
16387 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16388 $as_echo_n "(cached) " >&6
16389 else
16390 ac_check_soname_save_LIBS=$LIBS
16391 LIBS="-lssl $LIBS"
16392 cat >conftest.$ac_ext <<_ACEOF
16393 /* confdefs.h. */
16394 _ACEOF
16395 cat confdefs.h >>conftest.$ac_ext
16396 cat >>conftest.$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16399 /* Override any GCC internal prototype to avoid an error.
16400 Use char because int might match the return type of a GCC
16401 builtin and then its argument prototype would still apply. */
16402 #ifdef __cplusplus
16403 extern "C"
16404 #endif
16405 char SSL_library_init ();
16407 main ()
16409 return SSL_library_init ();
16411 return 0;
16413 _ACEOF
16414 rm -f conftest.$ac_objext conftest$ac_exeext
16415 if { (ac_try="$ac_link"
16416 case "(($ac_try" in
16417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16418 *) ac_try_echo=$ac_try;;
16419 esac
16420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16421 $as_echo "$ac_try_echo") >&5
16422 (eval "$ac_link") 2>conftest.er1
16423 ac_status=$?
16424 grep -v '^ *+' conftest.er1 >conftest.err
16425 rm -f conftest.er1
16426 cat conftest.err >&5
16427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428 (exit $ac_status); } && {
16429 test -z "$ac_c_werror_flag" ||
16430 test ! -s conftest.err
16431 } && test -s conftest$ac_exeext && {
16432 test "$cross_compiling" = yes ||
16433 $as_test_x conftest$ac_exeext
16434 }; then
16435 case "$LIBEXT" in
16436 dll) ;;
16437 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'` ;;
16438 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16439 esac
16440 else
16441 $as_echo "$as_me: failed program was:" >&5
16442 sed 's/^/| /' conftest.$ac_ext >&5
16447 rm -rf conftest.dSYM
16448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16449 conftest$ac_exeext conftest.$ac_ext
16450 LIBS=$ac_check_soname_save_LIBS
16452 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16453 { $as_echo "$as_me:$LINENO: result: not found" >&5
16454 $as_echo "not found" >&6; }
16456 else
16457 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16458 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16460 cat >>confdefs.h <<_ACEOF
16461 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16462 _ACEOF
16467 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16468 $as_echo_n "checking for -lcrypto... " >&6; }
16469 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16470 $as_echo_n "(cached) " >&6
16471 else
16472 ac_check_soname_save_LIBS=$LIBS
16473 LIBS="-lcrypto $LIBS"
16474 cat >conftest.$ac_ext <<_ACEOF
16475 /* confdefs.h. */
16476 _ACEOF
16477 cat confdefs.h >>conftest.$ac_ext
16478 cat >>conftest.$ac_ext <<_ACEOF
16479 /* end confdefs.h. */
16481 /* Override any GCC internal prototype to avoid an error.
16482 Use char because int might match the return type of a GCC
16483 builtin and then its argument prototype would still apply. */
16484 #ifdef __cplusplus
16485 extern "C"
16486 #endif
16487 char BIO_new_socket ();
16489 main ()
16491 return BIO_new_socket ();
16493 return 0;
16495 _ACEOF
16496 rm -f conftest.$ac_objext conftest$ac_exeext
16497 if { (ac_try="$ac_link"
16498 case "(($ac_try" in
16499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16500 *) ac_try_echo=$ac_try;;
16501 esac
16502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16503 $as_echo "$ac_try_echo") >&5
16504 (eval "$ac_link") 2>conftest.er1
16505 ac_status=$?
16506 grep -v '^ *+' conftest.er1 >conftest.err
16507 rm -f conftest.er1
16508 cat conftest.err >&5
16509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16510 (exit $ac_status); } && {
16511 test -z "$ac_c_werror_flag" ||
16512 test ! -s conftest.err
16513 } && test -s conftest$ac_exeext && {
16514 test "$cross_compiling" = yes ||
16515 $as_test_x conftest$ac_exeext
16516 }; then
16517 case "$LIBEXT" in
16518 dll) ;;
16519 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'` ;;
16520 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16521 esac
16522 else
16523 $as_echo "$as_me: failed program was:" >&5
16524 sed 's/^/| /' conftest.$ac_ext >&5
16529 rm -rf conftest.dSYM
16530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16531 conftest$ac_exeext conftest.$ac_ext
16532 LIBS=$ac_check_soname_save_LIBS
16534 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16535 { $as_echo "$as_me:$LINENO: result: not found" >&5
16536 $as_echo "not found" >&6; }
16538 else
16539 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16540 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16542 cat >>confdefs.h <<_ACEOF
16543 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16544 _ACEOF
16550 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16551 case "x$with_openssl" in
16552 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16553 xno) ;;
16554 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16555 This is an error since --with-openssl was requested." >&5
16556 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16557 This is an error since --with-openssl was requested." >&2;}
16558 { (exit 1); exit 1; }; } ;;
16559 esac
16563 if test "$ac_cv_header_jpeglib_h" = "yes"
16564 then
16565 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16566 $as_echo_n "checking for -ljpeg... " >&6; }
16567 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16568 $as_echo_n "(cached) " >&6
16569 else
16570 ac_check_soname_save_LIBS=$LIBS
16571 LIBS="-ljpeg $LIBS"
16572 cat >conftest.$ac_ext <<_ACEOF
16573 /* confdefs.h. */
16574 _ACEOF
16575 cat confdefs.h >>conftest.$ac_ext
16576 cat >>conftest.$ac_ext <<_ACEOF
16577 /* end confdefs.h. */
16579 /* Override any GCC internal prototype to avoid an error.
16580 Use char because int might match the return type of a GCC
16581 builtin and then its argument prototype would still apply. */
16582 #ifdef __cplusplus
16583 extern "C"
16584 #endif
16585 char jpeg_start_decompress ();
16587 main ()
16589 return jpeg_start_decompress ();
16591 return 0;
16593 _ACEOF
16594 rm -f conftest.$ac_objext conftest$ac_exeext
16595 if { (ac_try="$ac_link"
16596 case "(($ac_try" in
16597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16598 *) ac_try_echo=$ac_try;;
16599 esac
16600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16601 $as_echo "$ac_try_echo") >&5
16602 (eval "$ac_link") 2>conftest.er1
16603 ac_status=$?
16604 grep -v '^ *+' conftest.er1 >conftest.err
16605 rm -f conftest.er1
16606 cat conftest.err >&5
16607 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16608 (exit $ac_status); } && {
16609 test -z "$ac_c_werror_flag" ||
16610 test ! -s conftest.err
16611 } && test -s conftest$ac_exeext && {
16612 test "$cross_compiling" = yes ||
16613 $as_test_x conftest$ac_exeext
16614 }; then
16615 case "$LIBEXT" in
16616 dll) ;;
16617 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'` ;;
16618 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16619 esac
16620 else
16621 $as_echo "$as_me: failed program was:" >&5
16622 sed 's/^/| /' conftest.$ac_ext >&5
16627 rm -rf conftest.dSYM
16628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16629 conftest$ac_exeext conftest.$ac_ext
16630 LIBS=$ac_check_soname_save_LIBS
16632 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16633 { $as_echo "$as_me:$LINENO: result: not found" >&5
16634 $as_echo "not found" >&6; }
16636 else
16637 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16638 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16640 cat >>confdefs.h <<_ACEOF
16641 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16642 _ACEOF
16648 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16649 case "x$with_jpeg" in
16650 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16651 xno) ;;
16652 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16653 This is an error since --with-jpeg was requested." >&5
16654 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16655 This is an error since --with-jpeg was requested." >&2;}
16656 { (exit 1); exit 1; }; } ;;
16657 esac
16661 if test "$ac_cv_header_png_h" = "yes"
16662 then
16663 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16664 $as_echo_n "checking for -lpng... " >&6; }
16665 if test "${ac_cv_lib_soname_png+set}" = set; then
16666 $as_echo_n "(cached) " >&6
16667 else
16668 ac_check_soname_save_LIBS=$LIBS
16669 LIBS="-lpng -lm -lz $LIBS"
16670 cat >conftest.$ac_ext <<_ACEOF
16671 /* confdefs.h. */
16672 _ACEOF
16673 cat confdefs.h >>conftest.$ac_ext
16674 cat >>conftest.$ac_ext <<_ACEOF
16675 /* end confdefs.h. */
16677 /* Override any GCC internal prototype to avoid an error.
16678 Use char because int might match the return type of a GCC
16679 builtin and then its argument prototype would still apply. */
16680 #ifdef __cplusplus
16681 extern "C"
16682 #endif
16683 char png_create_read_struct ();
16685 main ()
16687 return png_create_read_struct ();
16689 return 0;
16691 _ACEOF
16692 rm -f conftest.$ac_objext conftest$ac_exeext
16693 if { (ac_try="$ac_link"
16694 case "(($ac_try" in
16695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16696 *) ac_try_echo=$ac_try;;
16697 esac
16698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16699 $as_echo "$ac_try_echo") >&5
16700 (eval "$ac_link") 2>conftest.er1
16701 ac_status=$?
16702 grep -v '^ *+' conftest.er1 >conftest.err
16703 rm -f conftest.er1
16704 cat conftest.err >&5
16705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16706 (exit $ac_status); } && {
16707 test -z "$ac_c_werror_flag" ||
16708 test ! -s conftest.err
16709 } && test -s conftest$ac_exeext && {
16710 test "$cross_compiling" = yes ||
16711 $as_test_x conftest$ac_exeext
16712 }; then
16713 case "$LIBEXT" in
16714 dll) ;;
16715 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'` ;;
16716 *) 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'` ;;
16717 esac
16718 else
16719 $as_echo "$as_me: failed program was:" >&5
16720 sed 's/^/| /' conftest.$ac_ext >&5
16725 rm -rf conftest.dSYM
16726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16727 conftest$ac_exeext conftest.$ac_ext
16728 LIBS=$ac_check_soname_save_LIBS
16730 if test "x$ac_cv_lib_soname_png" = "x"; then
16731 { $as_echo "$as_me:$LINENO: result: not found" >&5
16732 $as_echo "not found" >&6; }
16734 else
16735 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16736 $as_echo "$ac_cv_lib_soname_png" >&6; }
16738 cat >>confdefs.h <<_ACEOF
16739 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16740 _ACEOF
16745 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16746 then
16747 ac_save_CPPFLAGS="$CPPFLAGS"
16748 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16749 $as_unset ac_cv_header_png_h
16751 for ac_header in png.h
16753 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16755 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16756 $as_echo_n "checking for $ac_header... " >&6; }
16757 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16758 $as_echo_n "(cached) " >&6
16760 ac_res=`eval 'as_val=${'$as_ac_Header'}
16761 $as_echo "$as_val"'`
16762 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16763 $as_echo "$ac_res" >&6; }
16764 else
16765 # Is the header compilable?
16766 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16767 $as_echo_n "checking $ac_header usability... " >&6; }
16768 cat >conftest.$ac_ext <<_ACEOF
16769 /* confdefs.h. */
16770 _ACEOF
16771 cat confdefs.h >>conftest.$ac_ext
16772 cat >>conftest.$ac_ext <<_ACEOF
16773 /* end confdefs.h. */
16774 $ac_includes_default
16775 #include <$ac_header>
16776 _ACEOF
16777 rm -f conftest.$ac_objext
16778 if { (ac_try="$ac_compile"
16779 case "(($ac_try" in
16780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16781 *) ac_try_echo=$ac_try;;
16782 esac
16783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16784 $as_echo "$ac_try_echo") >&5
16785 (eval "$ac_compile") 2>conftest.er1
16786 ac_status=$?
16787 grep -v '^ *+' conftest.er1 >conftest.err
16788 rm -f conftest.er1
16789 cat conftest.err >&5
16790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16791 (exit $ac_status); } && {
16792 test -z "$ac_c_werror_flag" ||
16793 test ! -s conftest.err
16794 } && test -s conftest.$ac_objext; then
16795 ac_header_compiler=yes
16796 else
16797 $as_echo "$as_me: failed program was:" >&5
16798 sed 's/^/| /' conftest.$ac_ext >&5
16800 ac_header_compiler=no
16803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16804 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16805 $as_echo "$ac_header_compiler" >&6; }
16807 # Is the header present?
16808 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16809 $as_echo_n "checking $ac_header presence... " >&6; }
16810 cat >conftest.$ac_ext <<_ACEOF
16811 /* confdefs.h. */
16812 _ACEOF
16813 cat confdefs.h >>conftest.$ac_ext
16814 cat >>conftest.$ac_ext <<_ACEOF
16815 /* end confdefs.h. */
16816 #include <$ac_header>
16817 _ACEOF
16818 if { (ac_try="$ac_cpp conftest.$ac_ext"
16819 case "(($ac_try" in
16820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16821 *) ac_try_echo=$ac_try;;
16822 esac
16823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16824 $as_echo "$ac_try_echo") >&5
16825 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16826 ac_status=$?
16827 grep -v '^ *+' conftest.er1 >conftest.err
16828 rm -f conftest.er1
16829 cat conftest.err >&5
16830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831 (exit $ac_status); } >/dev/null && {
16832 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16833 test ! -s conftest.err
16834 }; then
16835 ac_header_preproc=yes
16836 else
16837 $as_echo "$as_me: failed program was:" >&5
16838 sed 's/^/| /' conftest.$ac_ext >&5
16840 ac_header_preproc=no
16843 rm -f conftest.err conftest.$ac_ext
16844 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16845 $as_echo "$ac_header_preproc" >&6; }
16847 # So? What about this header?
16848 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16849 yes:no: )
16850 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16851 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16852 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16853 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16854 ac_header_preproc=yes
16856 no:yes:* )
16857 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16858 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16860 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16861 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16862 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16863 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16864 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16866 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16868 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16869 ( cat <<\_ASBOX
16870 ## ------------------------------------ ##
16871 ## Report this to wine-devel@winehq.org ##
16872 ## ------------------------------------ ##
16873 _ASBOX
16874 ) | sed "s/^/$as_me: WARNING: /" >&2
16876 esac
16877 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16878 $as_echo_n "checking for $ac_header... " >&6; }
16879 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16880 $as_echo_n "(cached) " >&6
16881 else
16882 eval "$as_ac_Header=\$ac_header_preproc"
16884 ac_res=`eval 'as_val=${'$as_ac_Header'}
16885 $as_echo "$as_val"'`
16886 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16887 $as_echo "$ac_res" >&6; }
16890 as_val=`eval 'as_val=${'$as_ac_Header'}
16891 $as_echo "$as_val"'`
16892 if test "x$as_val" = x""yes; then
16893 cat >>confdefs.h <<_ACEOF
16894 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16895 _ACEOF
16899 done
16901 CPPFLAGS="$ac_save_CPPFLAGS"
16902 if test "$ac_cv_header_png_h" = "yes"
16903 then
16904 PNGINCL="$X_CFLAGS"
16906 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16907 $as_echo_n "checking for -lpng... " >&6; }
16908 if test "${ac_cv_lib_soname_png+set}" = set; then
16909 $as_echo_n "(cached) " >&6
16910 else
16911 ac_check_soname_save_LIBS=$LIBS
16912 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16913 cat >conftest.$ac_ext <<_ACEOF
16914 /* confdefs.h. */
16915 _ACEOF
16916 cat confdefs.h >>conftest.$ac_ext
16917 cat >>conftest.$ac_ext <<_ACEOF
16918 /* end confdefs.h. */
16920 /* Override any GCC internal prototype to avoid an error.
16921 Use char because int might match the return type of a GCC
16922 builtin and then its argument prototype would still apply. */
16923 #ifdef __cplusplus
16924 extern "C"
16925 #endif
16926 char png_create_read_struct ();
16928 main ()
16930 return png_create_read_struct ();
16932 return 0;
16934 _ACEOF
16935 rm -f conftest.$ac_objext conftest$ac_exeext
16936 if { (ac_try="$ac_link"
16937 case "(($ac_try" in
16938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16939 *) ac_try_echo=$ac_try;;
16940 esac
16941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16942 $as_echo "$ac_try_echo") >&5
16943 (eval "$ac_link") 2>conftest.er1
16944 ac_status=$?
16945 grep -v '^ *+' conftest.er1 >conftest.err
16946 rm -f conftest.er1
16947 cat conftest.err >&5
16948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16949 (exit $ac_status); } && {
16950 test -z "$ac_c_werror_flag" ||
16951 test ! -s conftest.err
16952 } && test -s conftest$ac_exeext && {
16953 test "$cross_compiling" = yes ||
16954 $as_test_x conftest$ac_exeext
16955 }; then
16956 case "$LIBEXT" in
16957 dll) ;;
16958 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'` ;;
16959 *) 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'` ;;
16960 esac
16961 else
16962 $as_echo "$as_me: failed program was:" >&5
16963 sed 's/^/| /' conftest.$ac_ext >&5
16968 rm -rf conftest.dSYM
16969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16970 conftest$ac_exeext conftest.$ac_ext
16971 LIBS=$ac_check_soname_save_LIBS
16973 if test "x$ac_cv_lib_soname_png" = "x"; then
16974 { $as_echo "$as_me:$LINENO: result: not found" >&5
16975 $as_echo "not found" >&6; }
16977 else
16978 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16979 $as_echo "$ac_cv_lib_soname_png" >&6; }
16981 cat >>confdefs.h <<_ACEOF
16982 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16983 _ACEOF
16990 if test "x$ac_cv_lib_soname_png" = "x"; then
16991 case "x$with_png" in
16992 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16993 xno) ;;
16994 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16995 This is an error since --with-png was requested." >&5
16996 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16997 This is an error since --with-png was requested." >&2;}
16998 { (exit 1); exit 1; }; } ;;
16999 esac
17003 if test "$ac_cv_header_kstat_h" = "yes"
17004 then
17005 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17006 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17007 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17008 $as_echo_n "(cached) " >&6
17009 else
17010 ac_check_lib_save_LIBS=$LIBS
17011 LIBS="-lkstat $LIBS"
17012 cat >conftest.$ac_ext <<_ACEOF
17013 /* confdefs.h. */
17014 _ACEOF
17015 cat confdefs.h >>conftest.$ac_ext
17016 cat >>conftest.$ac_ext <<_ACEOF
17017 /* end confdefs.h. */
17019 /* Override any GCC internal prototype to avoid an error.
17020 Use char because int might match the return type of a GCC
17021 builtin and then its argument prototype would still apply. */
17022 #ifdef __cplusplus
17023 extern "C"
17024 #endif
17025 char kstat_open ();
17027 main ()
17029 return kstat_open ();
17031 return 0;
17033 _ACEOF
17034 rm -f conftest.$ac_objext conftest$ac_exeext
17035 if { (ac_try="$ac_link"
17036 case "(($ac_try" in
17037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17038 *) ac_try_echo=$ac_try;;
17039 esac
17040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17041 $as_echo "$ac_try_echo") >&5
17042 (eval "$ac_link") 2>conftest.er1
17043 ac_status=$?
17044 grep -v '^ *+' conftest.er1 >conftest.err
17045 rm -f conftest.er1
17046 cat conftest.err >&5
17047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17048 (exit $ac_status); } && {
17049 test -z "$ac_c_werror_flag" ||
17050 test ! -s conftest.err
17051 } && test -s conftest$ac_exeext && {
17052 test "$cross_compiling" = yes ||
17053 $as_test_x conftest$ac_exeext
17054 }; then
17055 ac_cv_lib_kstat_kstat_open=yes
17056 else
17057 $as_echo "$as_me: failed program was:" >&5
17058 sed 's/^/| /' conftest.$ac_ext >&5
17060 ac_cv_lib_kstat_kstat_open=no
17063 rm -rf conftest.dSYM
17064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17065 conftest$ac_exeext conftest.$ac_ext
17066 LIBS=$ac_check_lib_save_LIBS
17068 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17069 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17070 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17072 cat >>confdefs.h <<\_ACEOF
17073 #define HAVE_LIBKSTAT 1
17074 _ACEOF
17076 LIBKSTAT="-lkstat"
17082 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17083 $as_echo_n "checking for -lodbc... " >&6; }
17084 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17085 $as_echo_n "(cached) " >&6
17086 else
17087 ac_check_soname_save_LIBS=$LIBS
17088 LIBS="-lodbc $LIBS"
17089 cat >conftest.$ac_ext <<_ACEOF
17090 /* confdefs.h. */
17091 _ACEOF
17092 cat confdefs.h >>conftest.$ac_ext
17093 cat >>conftest.$ac_ext <<_ACEOF
17094 /* end confdefs.h. */
17096 /* Override any GCC internal prototype to avoid an error.
17097 Use char because int might match the return type of a GCC
17098 builtin and then its argument prototype would still apply. */
17099 #ifdef __cplusplus
17100 extern "C"
17101 #endif
17102 char SQLConnect ();
17104 main ()
17106 return SQLConnect ();
17108 return 0;
17110 _ACEOF
17111 rm -f conftest.$ac_objext conftest$ac_exeext
17112 if { (ac_try="$ac_link"
17113 case "(($ac_try" in
17114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17115 *) ac_try_echo=$ac_try;;
17116 esac
17117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17118 $as_echo "$ac_try_echo") >&5
17119 (eval "$ac_link") 2>conftest.er1
17120 ac_status=$?
17121 grep -v '^ *+' conftest.er1 >conftest.err
17122 rm -f conftest.er1
17123 cat conftest.err >&5
17124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17125 (exit $ac_status); } && {
17126 test -z "$ac_c_werror_flag" ||
17127 test ! -s conftest.err
17128 } && test -s conftest$ac_exeext && {
17129 test "$cross_compiling" = yes ||
17130 $as_test_x conftest$ac_exeext
17131 }; then
17132 case "$LIBEXT" in
17133 dll) ;;
17134 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'` ;;
17135 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17136 esac
17137 else
17138 $as_echo "$as_me: failed program was:" >&5
17139 sed 's/^/| /' conftest.$ac_ext >&5
17144 rm -rf conftest.dSYM
17145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17146 conftest$ac_exeext conftest.$ac_ext
17147 LIBS=$ac_check_soname_save_LIBS
17149 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17150 { $as_echo "$as_me:$LINENO: result: not found" >&5
17151 $as_echo "not found" >&6; }
17152 cat >>confdefs.h <<_ACEOF
17153 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17154 _ACEOF
17156 else
17157 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17158 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17160 cat >>confdefs.h <<_ACEOF
17161 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17162 _ACEOF
17168 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17169 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17170 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17171 "$ac_cv_header_soundcard_h" != "yes" -a \
17172 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17173 then
17174 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17178 EXTRACFLAGS=""
17180 if test "x${GCC}" = "xyes"
17181 then
17182 EXTRACFLAGS="-Wall -pipe"
17184 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17185 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17186 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17187 $as_echo_n "(cached) " >&6
17188 else
17189 if test "$cross_compiling" = yes; then
17190 ac_cv_c_gcc_strength_bug="yes"
17191 else
17192 cat >conftest.$ac_ext <<_ACEOF
17193 /* confdefs.h. */
17194 _ACEOF
17195 cat confdefs.h >>conftest.$ac_ext
17196 cat >>conftest.$ac_ext <<_ACEOF
17197 /* end confdefs.h. */
17198 int L[4] = {0,1,2,3};
17200 main ()
17202 static int Array[3];
17203 unsigned int B = 3;
17204 int i;
17205 for(i=0; i<B; i++) Array[i] = i - 3;
17206 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17207 L[i] = 4;
17208 return (Array[1] != -2 || L[2] != 3)
17210 return 0;
17212 _ACEOF
17213 rm -f conftest$ac_exeext
17214 if { (ac_try="$ac_link"
17215 case "(($ac_try" in
17216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17217 *) ac_try_echo=$ac_try;;
17218 esac
17219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17220 $as_echo "$ac_try_echo") >&5
17221 (eval "$ac_link") 2>&5
17222 ac_status=$?
17223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17224 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
17232 ac_status=$?
17233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17234 (exit $ac_status); }; }; then
17235 ac_cv_c_gcc_strength_bug="no"
17236 else
17237 $as_echo "$as_me: program exited with status $ac_status" >&5
17238 $as_echo "$as_me: failed program was:" >&5
17239 sed 's/^/| /' conftest.$ac_ext >&5
17241 ( exit $ac_status )
17242 ac_cv_c_gcc_strength_bug="yes"
17244 rm -rf conftest.dSYM
17245 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17250 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17251 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17252 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17253 then
17254 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17257 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17258 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17259 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17260 $as_echo_n "(cached) " >&6
17261 else
17262 ac_wine_try_cflags_saved=$CFLAGS
17263 CFLAGS="$CFLAGS -fno-builtin"
17264 cat >conftest.$ac_ext <<_ACEOF
17265 /* confdefs.h. */
17266 _ACEOF
17267 cat confdefs.h >>conftest.$ac_ext
17268 cat >>conftest.$ac_ext <<_ACEOF
17269 /* end confdefs.h. */
17272 main ()
17276 return 0;
17278 _ACEOF
17279 rm -f conftest.$ac_objext conftest$ac_exeext
17280 if { (ac_try="$ac_link"
17281 case "(($ac_try" in
17282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17283 *) ac_try_echo=$ac_try;;
17284 esac
17285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17286 $as_echo "$ac_try_echo") >&5
17287 (eval "$ac_link") 2>conftest.er1
17288 ac_status=$?
17289 grep -v '^ *+' conftest.er1 >conftest.err
17290 rm -f conftest.er1
17291 cat conftest.err >&5
17292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17293 (exit $ac_status); } && {
17294 test -z "$ac_c_werror_flag" ||
17295 test ! -s conftest.err
17296 } && test -s conftest$ac_exeext && {
17297 test "$cross_compiling" = yes ||
17298 $as_test_x conftest$ac_exeext
17299 }; then
17300 ac_cv_cflags__fno_builtin=yes
17301 else
17302 $as_echo "$as_me: failed program was:" >&5
17303 sed 's/^/| /' conftest.$ac_ext >&5
17305 ac_cv_cflags__fno_builtin=no
17308 rm -rf conftest.dSYM
17309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17310 conftest$ac_exeext conftest.$ac_ext
17311 CFLAGS=$ac_wine_try_cflags_saved
17313 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17314 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17315 if test $ac_cv_cflags__fno_builtin = yes; then
17316 BUILTINFLAG="-fno-builtin"
17320 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17321 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17322 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17323 $as_echo_n "(cached) " >&6
17324 else
17325 ac_wine_try_cflags_saved=$CFLAGS
17326 CFLAGS="$CFLAGS -fno-strict-aliasing"
17327 cat >conftest.$ac_ext <<_ACEOF
17328 /* confdefs.h. */
17329 _ACEOF
17330 cat confdefs.h >>conftest.$ac_ext
17331 cat >>conftest.$ac_ext <<_ACEOF
17332 /* end confdefs.h. */
17335 main ()
17339 return 0;
17341 _ACEOF
17342 rm -f conftest.$ac_objext conftest$ac_exeext
17343 if { (ac_try="$ac_link"
17344 case "(($ac_try" in
17345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17346 *) ac_try_echo=$ac_try;;
17347 esac
17348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17349 $as_echo "$ac_try_echo") >&5
17350 (eval "$ac_link") 2>conftest.er1
17351 ac_status=$?
17352 grep -v '^ *+' conftest.er1 >conftest.err
17353 rm -f conftest.er1
17354 cat conftest.err >&5
17355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356 (exit $ac_status); } && {
17357 test -z "$ac_c_werror_flag" ||
17358 test ! -s conftest.err
17359 } && test -s conftest$ac_exeext && {
17360 test "$cross_compiling" = yes ||
17361 $as_test_x conftest$ac_exeext
17362 }; then
17363 ac_cv_cflags__fno_strict_aliasing=yes
17364 else
17365 $as_echo "$as_me: failed program was:" >&5
17366 sed 's/^/| /' conftest.$ac_ext >&5
17368 ac_cv_cflags__fno_strict_aliasing=no
17371 rm -rf conftest.dSYM
17372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17373 conftest$ac_exeext conftest.$ac_ext
17374 CFLAGS=$ac_wine_try_cflags_saved
17376 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17377 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17378 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17379 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17382 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17383 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17384 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17385 $as_echo_n "(cached) " >&6
17386 else
17387 ac_wine_try_cflags_saved=$CFLAGS
17388 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17389 cat >conftest.$ac_ext <<_ACEOF
17390 /* confdefs.h. */
17391 _ACEOF
17392 cat confdefs.h >>conftest.$ac_ext
17393 cat >>conftest.$ac_ext <<_ACEOF
17394 /* end confdefs.h. */
17397 main ()
17401 return 0;
17403 _ACEOF
17404 rm -f conftest.$ac_objext conftest$ac_exeext
17405 if { (ac_try="$ac_link"
17406 case "(($ac_try" in
17407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17408 *) ac_try_echo=$ac_try;;
17409 esac
17410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17411 $as_echo "$ac_try_echo") >&5
17412 (eval "$ac_link") 2>conftest.er1
17413 ac_status=$?
17414 grep -v '^ *+' conftest.er1 >conftest.err
17415 rm -f conftest.er1
17416 cat conftest.err >&5
17417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17418 (exit $ac_status); } && {
17419 test -z "$ac_c_werror_flag" ||
17420 test ! -s conftest.err
17421 } && test -s conftest$ac_exeext && {
17422 test "$cross_compiling" = yes ||
17423 $as_test_x conftest$ac_exeext
17424 }; then
17425 ac_cv_cflags__Wdeclaration_after_statement=yes
17426 else
17427 $as_echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17430 ac_cv_cflags__Wdeclaration_after_statement=no
17433 rm -rf conftest.dSYM
17434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435 conftest$ac_exeext conftest.$ac_ext
17436 CFLAGS=$ac_wine_try_cflags_saved
17438 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17439 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17440 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17441 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17444 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17445 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17446 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17447 $as_echo_n "(cached) " >&6
17448 else
17449 ac_wine_try_cflags_saved=$CFLAGS
17450 CFLAGS="$CFLAGS -Wwrite-strings"
17451 cat >conftest.$ac_ext <<_ACEOF
17452 /* confdefs.h. */
17453 _ACEOF
17454 cat confdefs.h >>conftest.$ac_ext
17455 cat >>conftest.$ac_ext <<_ACEOF
17456 /* end confdefs.h. */
17459 main ()
17463 return 0;
17465 _ACEOF
17466 rm -f conftest.$ac_objext conftest$ac_exeext
17467 if { (ac_try="$ac_link"
17468 case "(($ac_try" in
17469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17470 *) ac_try_echo=$ac_try;;
17471 esac
17472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17473 $as_echo "$ac_try_echo") >&5
17474 (eval "$ac_link") 2>conftest.er1
17475 ac_status=$?
17476 grep -v '^ *+' conftest.er1 >conftest.err
17477 rm -f conftest.er1
17478 cat conftest.err >&5
17479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } && {
17481 test -z "$ac_c_werror_flag" ||
17482 test ! -s conftest.err
17483 } && test -s conftest$ac_exeext && {
17484 test "$cross_compiling" = yes ||
17485 $as_test_x conftest$ac_exeext
17486 }; then
17487 ac_cv_cflags__Wwrite_strings=yes
17488 else
17489 $as_echo "$as_me: failed program was:" >&5
17490 sed 's/^/| /' conftest.$ac_ext >&5
17492 ac_cv_cflags__Wwrite_strings=no
17495 rm -rf conftest.dSYM
17496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17497 conftest$ac_exeext conftest.$ac_ext
17498 CFLAGS=$ac_wine_try_cflags_saved
17500 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17501 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17502 if test $ac_cv_cflags__Wwrite_strings = yes; then
17503 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17506 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17507 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17508 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17509 $as_echo_n "(cached) " >&6
17510 else
17511 ac_wine_try_cflags_saved=$CFLAGS
17512 CFLAGS="$CFLAGS -Wtype-limits"
17513 cat >conftest.$ac_ext <<_ACEOF
17514 /* confdefs.h. */
17515 _ACEOF
17516 cat confdefs.h >>conftest.$ac_ext
17517 cat >>conftest.$ac_ext <<_ACEOF
17518 /* end confdefs.h. */
17521 main ()
17525 return 0;
17527 _ACEOF
17528 rm -f conftest.$ac_objext conftest$ac_exeext
17529 if { (ac_try="$ac_link"
17530 case "(($ac_try" in
17531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17532 *) ac_try_echo=$ac_try;;
17533 esac
17534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17535 $as_echo "$ac_try_echo") >&5
17536 (eval "$ac_link") 2>conftest.er1
17537 ac_status=$?
17538 grep -v '^ *+' conftest.er1 >conftest.err
17539 rm -f conftest.er1
17540 cat conftest.err >&5
17541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17542 (exit $ac_status); } && {
17543 test -z "$ac_c_werror_flag" ||
17544 test ! -s conftest.err
17545 } && test -s conftest$ac_exeext && {
17546 test "$cross_compiling" = yes ||
17547 $as_test_x conftest$ac_exeext
17548 }; then
17549 ac_cv_cflags__Wtype_limits=yes
17550 else
17551 $as_echo "$as_me: failed program was:" >&5
17552 sed 's/^/| /' conftest.$ac_ext >&5
17554 ac_cv_cflags__Wtype_limits=no
17557 rm -rf conftest.dSYM
17558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17559 conftest$ac_exeext conftest.$ac_ext
17560 CFLAGS=$ac_wine_try_cflags_saved
17562 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17563 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17564 if test $ac_cv_cflags__Wtype_limits = yes; then
17565 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17569 saved_CFLAGS="$CFLAGS"
17570 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17571 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17572 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17573 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17574 $as_echo_n "(cached) " >&6
17575 else
17576 cat >conftest.$ac_ext <<_ACEOF
17577 /* confdefs.h. */
17578 _ACEOF
17579 cat confdefs.h >>conftest.$ac_ext
17580 cat >>conftest.$ac_ext <<_ACEOF
17581 /* end confdefs.h. */
17582 #include <string.h>
17584 main ()
17588 return 0;
17590 _ACEOF
17591 rm -f conftest.$ac_objext
17592 if { (ac_try="$ac_compile"
17593 case "(($ac_try" in
17594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17595 *) ac_try_echo=$ac_try;;
17596 esac
17597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17598 $as_echo "$ac_try_echo") >&5
17599 (eval "$ac_compile") 2>conftest.er1
17600 ac_status=$?
17601 grep -v '^ *+' conftest.er1 >conftest.err
17602 rm -f conftest.er1
17603 cat conftest.err >&5
17604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605 (exit $ac_status); } && {
17606 test -z "$ac_c_werror_flag" ||
17607 test ! -s conftest.err
17608 } && test -s conftest.$ac_objext; then
17609 ac_cv_c_string_h_warnings=no
17610 else
17611 $as_echo "$as_me: failed program was:" >&5
17612 sed 's/^/| /' conftest.$ac_ext >&5
17614 ac_cv_c_string_h_warnings=yes
17617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17619 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17620 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17621 CFLAGS="$saved_CFLAGS"
17622 if test "$ac_cv_c_string_h_warnings" = "no"
17623 then
17624 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17629 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17630 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17631 if test "${ac_cv_c_extern_prefix+set}" = set; then
17632 $as_echo_n "(cached) " >&6
17633 else
17634 cat >conftest.$ac_ext <<_ACEOF
17635 /* confdefs.h. */
17636 _ACEOF
17637 cat confdefs.h >>conftest.$ac_ext
17638 cat >>conftest.$ac_ext <<_ACEOF
17639 /* end confdefs.h. */
17640 extern int ac_test;
17642 main ()
17644 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17646 return 0;
17648 _ACEOF
17649 rm -f conftest.$ac_objext conftest$ac_exeext
17650 if { (ac_try="$ac_link"
17651 case "(($ac_try" in
17652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17653 *) ac_try_echo=$ac_try;;
17654 esac
17655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17656 $as_echo "$ac_try_echo") >&5
17657 (eval "$ac_link") 2>conftest.er1
17658 ac_status=$?
17659 grep -v '^ *+' conftest.er1 >conftest.err
17660 rm -f conftest.er1
17661 cat conftest.err >&5
17662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17663 (exit $ac_status); } && {
17664 test -z "$ac_c_werror_flag" ||
17665 test ! -s conftest.err
17666 } && test -s conftest$ac_exeext && {
17667 test "$cross_compiling" = yes ||
17668 $as_test_x conftest$ac_exeext
17669 }; then
17670 ac_cv_c_extern_prefix="yes"
17671 else
17672 $as_echo "$as_me: failed program was:" >&5
17673 sed 's/^/| /' conftest.$ac_ext >&5
17675 ac_cv_c_extern_prefix="no"
17678 rm -rf conftest.dSYM
17679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17680 conftest$ac_exeext conftest.$ac_ext
17682 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17683 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17685 case $host_cpu in
17686 *i[3456789]86*)
17687 { $as_echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17688 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
17689 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17690 $as_echo_n "(cached) " >&6
17691 else
17692 cat >conftest.$ac_ext <<_ACEOF
17693 /* confdefs.h. */
17694 _ACEOF
17695 cat confdefs.h >>conftest.$ac_ext
17696 cat >>conftest.$ac_ext <<_ACEOF
17697 /* end confdefs.h. */
17698 #ifndef _MSC_VER
17699 #define __stdcall __attribute__((__stdcall__))
17700 #endif
17701 int __stdcall ac_test(int i) { return i; }
17703 main ()
17705 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17707 return 0;
17709 _ACEOF
17710 rm -f conftest.$ac_objext conftest$ac_exeext
17711 if { (ac_try="$ac_link"
17712 case "(($ac_try" in
17713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17714 *) ac_try_echo=$ac_try;;
17715 esac
17716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17717 $as_echo "$ac_try_echo") >&5
17718 (eval "$ac_link") 2>conftest.er1
17719 ac_status=$?
17720 grep -v '^ *+' conftest.er1 >conftest.err
17721 rm -f conftest.er1
17722 cat conftest.err >&5
17723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17724 (exit $ac_status); } && {
17725 test -z "$ac_c_werror_flag" ||
17726 test ! -s conftest.err
17727 } && test -s conftest$ac_exeext && {
17728 test "$cross_compiling" = yes ||
17729 $as_test_x conftest$ac_exeext
17730 }; then
17731 ac_cv_c_stdcall_suffix="yes"
17732 else
17733 $as_echo "$as_me: failed program was:" >&5
17734 sed 's/^/| /' conftest.$ac_ext >&5
17736 ac_cv_c_stdcall_suffix="no"
17739 rm -rf conftest.dSYM
17740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17741 conftest$ac_exeext conftest.$ac_ext
17743 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17744 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
17745 *) ac_cv_c_stdcall_suffix="no" ;;
17746 esac
17750 if test "$ac_cv_c_extern_prefix" = "yes"
17751 then
17752 cat >>confdefs.h <<\_ACEOF
17753 #define __ASM_NAME(name) "_" name
17754 _ACEOF
17756 asm_name_prefix="_"
17757 else
17758 cat >>confdefs.h <<\_ACEOF
17759 #define __ASM_NAME(name) name
17760 _ACEOF
17762 asm_name_prefix=""
17767 if test "$ac_cv_c_stdcall_suffix" = "yes"
17768 then
17769 cat >>confdefs.h <<\_ACEOF
17770 #define __ASM_STDCALL(args) "@" #args
17771 _ACEOF
17773 else
17774 cat >>confdefs.h <<\_ACEOF
17775 #define __ASM_STDCALL(args) ""
17776 _ACEOF
17781 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17782 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17783 if test "${ac_cv_asm_func_def+set}" = set; then
17784 $as_echo_n "(cached) " >&6
17785 else
17786 cat >conftest.$ac_ext <<_ACEOF
17787 /* confdefs.h. */
17788 _ACEOF
17789 cat confdefs.h >>conftest.$ac_ext
17790 cat >>conftest.$ac_ext <<_ACEOF
17791 /* end confdefs.h. */
17794 main ()
17796 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17798 return 0;
17800 _ACEOF
17801 rm -f conftest.$ac_objext conftest$ac_exeext
17802 if { (ac_try="$ac_link"
17803 case "(($ac_try" in
17804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17805 *) ac_try_echo=$ac_try;;
17806 esac
17807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17808 $as_echo "$ac_try_echo") >&5
17809 (eval "$ac_link") 2>conftest.er1
17810 ac_status=$?
17811 grep -v '^ *+' conftest.er1 >conftest.err
17812 rm -f conftest.er1
17813 cat conftest.err >&5
17814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17815 (exit $ac_status); } && {
17816 test -z "$ac_c_werror_flag" ||
17817 test ! -s conftest.err
17818 } && test -s conftest$ac_exeext && {
17819 test "$cross_compiling" = yes ||
17820 $as_test_x conftest$ac_exeext
17821 }; then
17822 ac_cv_asm_func_def=".def"
17823 else
17824 $as_echo "$as_me: failed program was:" >&5
17825 sed 's/^/| /' conftest.$ac_ext >&5
17827 cat >conftest.$ac_ext <<_ACEOF
17828 /* confdefs.h. */
17829 _ACEOF
17830 cat confdefs.h >>conftest.$ac_ext
17831 cat >>conftest.$ac_ext <<_ACEOF
17832 /* end confdefs.h. */
17835 main ()
17837 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17839 return 0;
17841 _ACEOF
17842 rm -f conftest.$ac_objext conftest$ac_exeext
17843 if { (ac_try="$ac_link"
17844 case "(($ac_try" in
17845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17846 *) ac_try_echo=$ac_try;;
17847 esac
17848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17849 $as_echo "$ac_try_echo") >&5
17850 (eval "$ac_link") 2>conftest.er1
17851 ac_status=$?
17852 grep -v '^ *+' conftest.er1 >conftest.err
17853 rm -f conftest.er1
17854 cat conftest.err >&5
17855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17856 (exit $ac_status); } && {
17857 test -z "$ac_c_werror_flag" ||
17858 test ! -s conftest.err
17859 } && test -s conftest$ac_exeext && {
17860 test "$cross_compiling" = yes ||
17861 $as_test_x conftest$ac_exeext
17862 }; then
17863 ac_cv_asm_func_def=".type @function"
17864 else
17865 $as_echo "$as_me: failed program was:" >&5
17866 sed 's/^/| /' conftest.$ac_ext >&5
17868 cat >conftest.$ac_ext <<_ACEOF
17869 /* confdefs.h. */
17870 _ACEOF
17871 cat confdefs.h >>conftest.$ac_ext
17872 cat >>conftest.$ac_ext <<_ACEOF
17873 /* end confdefs.h. */
17876 main ()
17878 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17880 return 0;
17882 _ACEOF
17883 rm -f conftest.$ac_objext conftest$ac_exeext
17884 if { (ac_try="$ac_link"
17885 case "(($ac_try" in
17886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17887 *) ac_try_echo=$ac_try;;
17888 esac
17889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17890 $as_echo "$ac_try_echo") >&5
17891 (eval "$ac_link") 2>conftest.er1
17892 ac_status=$?
17893 grep -v '^ *+' conftest.er1 >conftest.err
17894 rm -f conftest.er1
17895 cat conftest.err >&5
17896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17897 (exit $ac_status); } && {
17898 test -z "$ac_c_werror_flag" ||
17899 test ! -s conftest.err
17900 } && test -s conftest$ac_exeext && {
17901 test "$cross_compiling" = yes ||
17902 $as_test_x conftest$ac_exeext
17903 }; then
17904 ac_cv_asm_func_def=".type 2"
17905 else
17906 $as_echo "$as_me: failed program was:" >&5
17907 sed 's/^/| /' conftest.$ac_ext >&5
17909 ac_cv_asm_func_def="unknown"
17912 rm -rf conftest.dSYM
17913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17914 conftest$ac_exeext conftest.$ac_ext
17917 rm -rf conftest.dSYM
17918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17919 conftest$ac_exeext conftest.$ac_ext
17922 rm -rf conftest.dSYM
17923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17924 conftest$ac_exeext conftest.$ac_ext
17926 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17927 $as_echo "$ac_cv_asm_func_def" >&6; }
17931 case "$ac_cv_asm_func_def" in
17932 ".def")
17933 cat >>confdefs.h <<\_ACEOF
17934 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17935 _ACEOF
17937 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17938 ".type @function")
17939 cat >>confdefs.h <<\_ACEOF
17940 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17941 _ACEOF
17943 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17944 ".type 2")
17945 cat >>confdefs.h <<\_ACEOF
17946 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17947 _ACEOF
17949 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17951 cat >>confdefs.h <<\_ACEOF
17952 #define __ASM_FUNC(name) ""
17953 _ACEOF
17955 asm_func_header="" ;;
17956 esac
17958 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17959 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
17960 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17961 $as_echo_n "(cached) " >&6
17962 else
17963 cat >conftest.$ac_ext <<_ACEOF
17964 /* confdefs.h. */
17965 _ACEOF
17966 cat confdefs.h >>conftest.$ac_ext
17967 cat >>conftest.$ac_ext <<_ACEOF
17968 /* end confdefs.h. */
17969 asm(".text\n\t.long 0");
17971 main ()
17975 return 0;
17977 _ACEOF
17978 rm -f conftest.$ac_objext
17979 if { (ac_try="$ac_compile"
17980 case "(($ac_try" in
17981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17982 *) ac_try_echo=$ac_try;;
17983 esac
17984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17985 $as_echo "$ac_try_echo") >&5
17986 (eval "$ac_compile") 2>conftest.er1
17987 ac_status=$?
17988 grep -v '^ *+' conftest.er1 >conftest.err
17989 rm -f conftest.er1
17990 cat conftest.err >&5
17991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17992 (exit $ac_status); } && {
17993 test -z "$ac_c_werror_flag" ||
17994 test ! -s conftest.err
17995 } && test -s conftest.$ac_objext; then
17996 ac_cv_c_asm_outside_funcs="yes"
17997 else
17998 $as_echo "$as_me: failed program was:" >&5
17999 sed 's/^/| /' conftest.$ac_ext >&5
18001 ac_cv_c_asm_outside_funcs="no"
18004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18006 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18007 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
18009 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18010 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
18011 if test "${ac_cv_c_dot_previous+set}" = set; then
18012 $as_echo_n "(cached) " >&6
18013 else
18014 cat >conftest.$ac_ext <<_ACEOF
18015 /* confdefs.h. */
18016 _ACEOF
18017 cat confdefs.h >>conftest.$ac_ext
18018 cat >>conftest.$ac_ext <<_ACEOF
18019 /* end confdefs.h. */
18022 main ()
18024 asm(".text\nac_test:\t.long 0\n\t.previous");
18026 return 0;
18028 _ACEOF
18029 rm -f conftest.$ac_objext conftest$ac_exeext
18030 if { (ac_try="$ac_link"
18031 case "(($ac_try" in
18032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18033 *) ac_try_echo=$ac_try;;
18034 esac
18035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18036 $as_echo "$ac_try_echo") >&5
18037 (eval "$ac_link") 2>conftest.er1
18038 ac_status=$?
18039 grep -v '^ *+' conftest.er1 >conftest.err
18040 rm -f conftest.er1
18041 cat conftest.err >&5
18042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043 (exit $ac_status); } && {
18044 test -z "$ac_c_werror_flag" ||
18045 test ! -s conftest.err
18046 } && test -s conftest$ac_exeext && {
18047 test "$cross_compiling" = yes ||
18048 $as_test_x conftest$ac_exeext
18049 }; then
18050 ac_cv_c_dot_previous="yes"
18051 else
18052 $as_echo "$as_me: failed program was:" >&5
18053 sed 's/^/| /' conftest.$ac_ext >&5
18055 ac_cv_c_dot_previous="no"
18058 rm -rf conftest.dSYM
18059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18060 conftest$ac_exeext conftest.$ac_ext
18062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18063 $as_echo "$ac_cv_c_dot_previous" >&6; }
18065 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18066 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
18067 if test "${ac_cv_c_cfi_support+set}" = set; then
18068 $as_echo_n "(cached) " >&6
18069 else
18070 cat >conftest.$ac_ext <<_ACEOF
18071 /* confdefs.h. */
18072 _ACEOF
18073 cat confdefs.h >>conftest.$ac_ext
18074 cat >>conftest.$ac_ext <<_ACEOF
18075 /* end confdefs.h. */
18076 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18078 main ()
18082 return 0;
18084 _ACEOF
18085 rm -f conftest.$ac_objext
18086 if { (ac_try="$ac_compile"
18087 case "(($ac_try" in
18088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18089 *) ac_try_echo=$ac_try;;
18090 esac
18091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18092 $as_echo "$ac_try_echo") >&5
18093 (eval "$ac_compile") 2>conftest.er1
18094 ac_status=$?
18095 grep -v '^ *+' conftest.er1 >conftest.err
18096 rm -f conftest.er1
18097 cat conftest.err >&5
18098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18099 (exit $ac_status); } && {
18100 test -z "$ac_c_werror_flag" ||
18101 test ! -s conftest.err
18102 } && test -s conftest.$ac_objext; then
18103 ac_cv_c_cfi_support="yes"
18104 else
18105 $as_echo "$as_me: failed program was:" >&5
18106 sed 's/^/| /' conftest.$ac_ext >&5
18108 ac_cv_c_cfi_support="no"
18111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18113 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18114 $as_echo "$ac_cv_c_cfi_support" >&6; }
18116 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18117 asm_func_trailer=""
18118 if test "$ac_cv_c_dot_previous" = "yes"
18119 then
18120 asm_func_trailer="\\n\\t.previous"
18122 if test "$ac_cv_c_cfi_support" = "yes"
18123 then
18124 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18125 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18128 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18132 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18133 then
18134 cat >>confdefs.h <<_ACEOF
18135 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18136 _ACEOF
18138 else
18139 cat >>confdefs.h <<_ACEOF
18140 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18141 _ACEOF
18145 cat >>confdefs.h <<\_ACEOF
18146 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18147 _ACEOF
18150 cat >>confdefs.h <<\_ACEOF
18151 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18152 _ACEOF
18156 LDPATH=""
18158 case $build_os in
18159 cygwin*|mingw32*)
18160 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18162 darwin*|macosx*)
18165 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18167 esac
18169 case $host_os in
18170 mingw32*)
18171 CRTLIBS="-lmsvcrt"
18173 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18176 esac
18178 case $host_cpu in
18179 *i[3456789]86*)
18180 case $host_os in
18181 linux* | k*bsd*-gnu)
18182 EXTRA_BINARIES="wine-preloader"
18184 esac
18186 esac
18189 ac_save_CFLAGS="$CFLAGS"
18190 CFLAGS="$CFLAGS $BUILTINFLAG"
18260 for ac_func in \
18261 _pclose \
18262 _popen \
18263 _snprintf \
18264 _spawnvp \
18265 _strdup \
18266 _stricmp \
18267 _strnicmp \
18268 _strtoi64 \
18269 _strtoui64 \
18270 _vsnprintf \
18271 asctime_r \
18272 chsize \
18273 dlopen \
18274 epoll_create \
18275 ffs \
18276 finite \
18277 fnmatch \
18278 fork \
18279 fpclass \
18280 fstatfs \
18281 fstatvfs \
18282 ftruncate \
18283 futimes \
18284 futimesat \
18285 getdirentries \
18286 getopt_long \
18287 getpagesize \
18288 getpwuid \
18289 gettid \
18290 gettimeofday \
18291 getuid \
18292 kqueue \
18293 lstat \
18294 memmove \
18295 mmap \
18296 pclose \
18297 poll \
18298 popen \
18299 prctl \
18300 pread \
18301 pwrite \
18302 readdir \
18303 readlink \
18304 sched_yield \
18305 select \
18306 setproctitle \
18307 setrlimit \
18308 settimeofday \
18309 sigaltstack \
18310 sigprocmask \
18311 snprintf \
18312 spawnvp \
18313 statfs \
18314 statvfs \
18315 strcasecmp \
18316 strdup \
18317 strerror \
18318 strncasecmp \
18319 strtold \
18320 strtoll \
18321 strtoull \
18322 symlink \
18323 tcgetattr \
18324 thr_kill2 \
18325 timegm \
18326 usleep \
18327 vsnprintf \
18328 wait4 \
18329 waitpid \
18332 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18333 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18334 $as_echo_n "checking for $ac_func... " >&6; }
18335 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18336 $as_echo_n "(cached) " >&6
18337 else
18338 cat >conftest.$ac_ext <<_ACEOF
18339 /* confdefs.h. */
18340 _ACEOF
18341 cat confdefs.h >>conftest.$ac_ext
18342 cat >>conftest.$ac_ext <<_ACEOF
18343 /* end confdefs.h. */
18344 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18345 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18346 #define $ac_func innocuous_$ac_func
18348 /* System header to define __stub macros and hopefully few prototypes,
18349 which can conflict with char $ac_func (); below.
18350 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18351 <limits.h> exists even on freestanding compilers. */
18353 #ifdef __STDC__
18354 # include <limits.h>
18355 #else
18356 # include <assert.h>
18357 #endif
18359 #undef $ac_func
18361 /* Override any GCC internal prototype to avoid an error.
18362 Use char because int might match the return type of a GCC
18363 builtin and then its argument prototype would still apply. */
18364 #ifdef __cplusplus
18365 extern "C"
18366 #endif
18367 char $ac_func ();
18368 /* The GNU C library defines this for functions which it implements
18369 to always fail with ENOSYS. Some functions are actually named
18370 something starting with __ and the normal name is an alias. */
18371 #if defined __stub_$ac_func || defined __stub___$ac_func
18372 choke me
18373 #endif
18376 main ()
18378 return $ac_func ();
18380 return 0;
18382 _ACEOF
18383 rm -f conftest.$ac_objext conftest$ac_exeext
18384 if { (ac_try="$ac_link"
18385 case "(($ac_try" in
18386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18387 *) ac_try_echo=$ac_try;;
18388 esac
18389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18390 $as_echo "$ac_try_echo") >&5
18391 (eval "$ac_link") 2>conftest.er1
18392 ac_status=$?
18393 grep -v '^ *+' conftest.er1 >conftest.err
18394 rm -f conftest.er1
18395 cat conftest.err >&5
18396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18397 (exit $ac_status); } && {
18398 test -z "$ac_c_werror_flag" ||
18399 test ! -s conftest.err
18400 } && test -s conftest$ac_exeext && {
18401 test "$cross_compiling" = yes ||
18402 $as_test_x conftest$ac_exeext
18403 }; then
18404 eval "$as_ac_var=yes"
18405 else
18406 $as_echo "$as_me: failed program was:" >&5
18407 sed 's/^/| /' conftest.$ac_ext >&5
18409 eval "$as_ac_var=no"
18412 rm -rf conftest.dSYM
18413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18414 conftest$ac_exeext conftest.$ac_ext
18416 ac_res=`eval 'as_val=${'$as_ac_var'}
18417 $as_echo "$as_val"'`
18418 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18419 $as_echo "$ac_res" >&6; }
18420 as_val=`eval 'as_val=${'$as_ac_var'}
18421 $as_echo "$as_val"'`
18422 if test "x$as_val" = x""yes; then
18423 cat >>confdefs.h <<_ACEOF
18424 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18425 _ACEOF
18428 done
18430 CFLAGS="$ac_save_CFLAGS"
18432 if test "$ac_cv_func_dlopen" = no
18433 then
18434 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18435 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18436 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18437 $as_echo_n "(cached) " >&6
18438 else
18439 ac_check_lib_save_LIBS=$LIBS
18440 LIBS="-ldl $LIBS"
18441 cat >conftest.$ac_ext <<_ACEOF
18442 /* confdefs.h. */
18443 _ACEOF
18444 cat confdefs.h >>conftest.$ac_ext
18445 cat >>conftest.$ac_ext <<_ACEOF
18446 /* end confdefs.h. */
18448 /* Override any GCC internal prototype to avoid an error.
18449 Use char because int might match the return type of a GCC
18450 builtin and then its argument prototype would still apply. */
18451 #ifdef __cplusplus
18452 extern "C"
18453 #endif
18454 char dlopen ();
18456 main ()
18458 return dlopen ();
18460 return 0;
18462 _ACEOF
18463 rm -f conftest.$ac_objext conftest$ac_exeext
18464 if { (ac_try="$ac_link"
18465 case "(($ac_try" in
18466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18467 *) ac_try_echo=$ac_try;;
18468 esac
18469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18470 $as_echo "$ac_try_echo") >&5
18471 (eval "$ac_link") 2>conftest.er1
18472 ac_status=$?
18473 grep -v '^ *+' conftest.er1 >conftest.err
18474 rm -f conftest.er1
18475 cat conftest.err >&5
18476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477 (exit $ac_status); } && {
18478 test -z "$ac_c_werror_flag" ||
18479 test ! -s conftest.err
18480 } && test -s conftest$ac_exeext && {
18481 test "$cross_compiling" = yes ||
18482 $as_test_x conftest$ac_exeext
18483 }; then
18484 ac_cv_lib_dl_dlopen=yes
18485 else
18486 $as_echo "$as_me: failed program was:" >&5
18487 sed 's/^/| /' conftest.$ac_ext >&5
18489 ac_cv_lib_dl_dlopen=no
18492 rm -rf conftest.dSYM
18493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18494 conftest$ac_exeext conftest.$ac_ext
18495 LIBS=$ac_check_lib_save_LIBS
18497 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18498 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18499 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18500 cat >>confdefs.h <<\_ACEOF
18501 #define HAVE_DLOPEN 1
18502 _ACEOF
18503 LIBDL="-ldl"
18508 ac_wine_check_funcs_save_LIBS="$LIBS"
18509 LIBS="$LIBS $LIBDL"
18511 for ac_func in dladdr
18513 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18514 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18515 $as_echo_n "checking for $ac_func... " >&6; }
18516 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18517 $as_echo_n "(cached) " >&6
18518 else
18519 cat >conftest.$ac_ext <<_ACEOF
18520 /* confdefs.h. */
18521 _ACEOF
18522 cat confdefs.h >>conftest.$ac_ext
18523 cat >>conftest.$ac_ext <<_ACEOF
18524 /* end confdefs.h. */
18525 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18527 #define $ac_func innocuous_$ac_func
18529 /* System header to define __stub macros and hopefully few prototypes,
18530 which can conflict with char $ac_func (); below.
18531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18532 <limits.h> exists even on freestanding compilers. */
18534 #ifdef __STDC__
18535 # include <limits.h>
18536 #else
18537 # include <assert.h>
18538 #endif
18540 #undef $ac_func
18542 /* Override any GCC internal prototype to avoid an error.
18543 Use char because int might match the return type of a GCC
18544 builtin and then its argument prototype would still apply. */
18545 #ifdef __cplusplus
18546 extern "C"
18547 #endif
18548 char $ac_func ();
18549 /* The GNU C library defines this for functions which it implements
18550 to always fail with ENOSYS. Some functions are actually named
18551 something starting with __ and the normal name is an alias. */
18552 #if defined __stub_$ac_func || defined __stub___$ac_func
18553 choke me
18554 #endif
18557 main ()
18559 return $ac_func ();
18561 return 0;
18563 _ACEOF
18564 rm -f conftest.$ac_objext conftest$ac_exeext
18565 if { (ac_try="$ac_link"
18566 case "(($ac_try" in
18567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18568 *) ac_try_echo=$ac_try;;
18569 esac
18570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18571 $as_echo "$ac_try_echo") >&5
18572 (eval "$ac_link") 2>conftest.er1
18573 ac_status=$?
18574 grep -v '^ *+' conftest.er1 >conftest.err
18575 rm -f conftest.er1
18576 cat conftest.err >&5
18577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18578 (exit $ac_status); } && {
18579 test -z "$ac_c_werror_flag" ||
18580 test ! -s conftest.err
18581 } && test -s conftest$ac_exeext && {
18582 test "$cross_compiling" = yes ||
18583 $as_test_x conftest$ac_exeext
18584 }; then
18585 eval "$as_ac_var=yes"
18586 else
18587 $as_echo "$as_me: failed program was:" >&5
18588 sed 's/^/| /' conftest.$ac_ext >&5
18590 eval "$as_ac_var=no"
18593 rm -rf conftest.dSYM
18594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18595 conftest$ac_exeext conftest.$ac_ext
18597 ac_res=`eval 'as_val=${'$as_ac_var'}
18598 $as_echo "$as_val"'`
18599 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18600 $as_echo "$ac_res" >&6; }
18601 as_val=`eval 'as_val=${'$as_ac_var'}
18602 $as_echo "$as_val"'`
18603 if test "x$as_val" = x""yes; then
18604 cat >>confdefs.h <<_ACEOF
18605 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18606 _ACEOF
18609 done
18611 LIBS="$ac_wine_check_funcs_save_LIBS"
18613 if test "$ac_cv_func_poll" = no
18614 then
18615 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18616 $as_echo_n "checking for poll in -lpoll... " >&6; }
18617 if test "${ac_cv_lib_poll_poll+set}" = set; then
18618 $as_echo_n "(cached) " >&6
18619 else
18620 ac_check_lib_save_LIBS=$LIBS
18621 LIBS="-lpoll $LIBS"
18622 cat >conftest.$ac_ext <<_ACEOF
18623 /* confdefs.h. */
18624 _ACEOF
18625 cat confdefs.h >>conftest.$ac_ext
18626 cat >>conftest.$ac_ext <<_ACEOF
18627 /* end confdefs.h. */
18629 /* Override any GCC internal prototype to avoid an error.
18630 Use char because int might match the return type of a GCC
18631 builtin and then its argument prototype would still apply. */
18632 #ifdef __cplusplus
18633 extern "C"
18634 #endif
18635 char poll ();
18637 main ()
18639 return poll ();
18641 return 0;
18643 _ACEOF
18644 rm -f conftest.$ac_objext conftest$ac_exeext
18645 if { (ac_try="$ac_link"
18646 case "(($ac_try" in
18647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18648 *) ac_try_echo=$ac_try;;
18649 esac
18650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18651 $as_echo "$ac_try_echo") >&5
18652 (eval "$ac_link") 2>conftest.er1
18653 ac_status=$?
18654 grep -v '^ *+' conftest.er1 >conftest.err
18655 rm -f conftest.er1
18656 cat conftest.err >&5
18657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18658 (exit $ac_status); } && {
18659 test -z "$ac_c_werror_flag" ||
18660 test ! -s conftest.err
18661 } && test -s conftest$ac_exeext && {
18662 test "$cross_compiling" = yes ||
18663 $as_test_x conftest$ac_exeext
18664 }; then
18665 ac_cv_lib_poll_poll=yes
18666 else
18667 $as_echo "$as_me: failed program was:" >&5
18668 sed 's/^/| /' conftest.$ac_ext >&5
18670 ac_cv_lib_poll_poll=no
18673 rm -rf conftest.dSYM
18674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18675 conftest$ac_exeext conftest.$ac_ext
18676 LIBS=$ac_check_lib_save_LIBS
18678 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18679 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18680 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18681 cat >>confdefs.h <<\_ACEOF
18682 #define HAVE_POLL 1
18683 _ACEOF
18684 LIBPOLL="-lpoll"
18690 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18691 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18692 if test "${ac_cv_search_gethostbyname+set}" = set; then
18693 $as_echo_n "(cached) " >&6
18694 else
18695 ac_func_search_save_LIBS=$LIBS
18696 cat >conftest.$ac_ext <<_ACEOF
18697 /* confdefs.h. */
18698 _ACEOF
18699 cat confdefs.h >>conftest.$ac_ext
18700 cat >>conftest.$ac_ext <<_ACEOF
18701 /* end confdefs.h. */
18703 /* Override any GCC internal prototype to avoid an error.
18704 Use char because int might match the return type of a GCC
18705 builtin and then its argument prototype would still apply. */
18706 #ifdef __cplusplus
18707 extern "C"
18708 #endif
18709 char gethostbyname ();
18711 main ()
18713 return gethostbyname ();
18715 return 0;
18717 _ACEOF
18718 for ac_lib in '' nsl; do
18719 if test -z "$ac_lib"; then
18720 ac_res="none required"
18721 else
18722 ac_res=-l$ac_lib
18723 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18725 rm -f conftest.$ac_objext conftest$ac_exeext
18726 if { (ac_try="$ac_link"
18727 case "(($ac_try" in
18728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18729 *) ac_try_echo=$ac_try;;
18730 esac
18731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18732 $as_echo "$ac_try_echo") >&5
18733 (eval "$ac_link") 2>conftest.er1
18734 ac_status=$?
18735 grep -v '^ *+' conftest.er1 >conftest.err
18736 rm -f conftest.er1
18737 cat conftest.err >&5
18738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18739 (exit $ac_status); } && {
18740 test -z "$ac_c_werror_flag" ||
18741 test ! -s conftest.err
18742 } && test -s conftest$ac_exeext && {
18743 test "$cross_compiling" = yes ||
18744 $as_test_x conftest$ac_exeext
18745 }; then
18746 ac_cv_search_gethostbyname=$ac_res
18747 else
18748 $as_echo "$as_me: failed program was:" >&5
18749 sed 's/^/| /' conftest.$ac_ext >&5
18754 rm -rf conftest.dSYM
18755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18756 conftest$ac_exeext
18757 if test "${ac_cv_search_gethostbyname+set}" = set; then
18758 break
18760 done
18761 if test "${ac_cv_search_gethostbyname+set}" = set; then
18763 else
18764 ac_cv_search_gethostbyname=no
18766 rm conftest.$ac_ext
18767 LIBS=$ac_func_search_save_LIBS
18769 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18770 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18771 ac_res=$ac_cv_search_gethostbyname
18772 if test "$ac_res" != no; then
18773 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18778 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18779 $as_echo_n "checking for library containing connect... " >&6; }
18780 if test "${ac_cv_search_connect+set}" = set; then
18781 $as_echo_n "(cached) " >&6
18782 else
18783 ac_func_search_save_LIBS=$LIBS
18784 cat >conftest.$ac_ext <<_ACEOF
18785 /* confdefs.h. */
18786 _ACEOF
18787 cat confdefs.h >>conftest.$ac_ext
18788 cat >>conftest.$ac_ext <<_ACEOF
18789 /* end confdefs.h. */
18791 /* Override any GCC internal prototype to avoid an error.
18792 Use char because int might match the return type of a GCC
18793 builtin and then its argument prototype would still apply. */
18794 #ifdef __cplusplus
18795 extern "C"
18796 #endif
18797 char connect ();
18799 main ()
18801 return connect ();
18803 return 0;
18805 _ACEOF
18806 for ac_lib in '' socket; do
18807 if test -z "$ac_lib"; then
18808 ac_res="none required"
18809 else
18810 ac_res=-l$ac_lib
18811 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18813 rm -f conftest.$ac_objext conftest$ac_exeext
18814 if { (ac_try="$ac_link"
18815 case "(($ac_try" in
18816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18817 *) ac_try_echo=$ac_try;;
18818 esac
18819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18820 $as_echo "$ac_try_echo") >&5
18821 (eval "$ac_link") 2>conftest.er1
18822 ac_status=$?
18823 grep -v '^ *+' conftest.er1 >conftest.err
18824 rm -f conftest.er1
18825 cat conftest.err >&5
18826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18827 (exit $ac_status); } && {
18828 test -z "$ac_c_werror_flag" ||
18829 test ! -s conftest.err
18830 } && test -s conftest$ac_exeext && {
18831 test "$cross_compiling" = yes ||
18832 $as_test_x conftest$ac_exeext
18833 }; then
18834 ac_cv_search_connect=$ac_res
18835 else
18836 $as_echo "$as_me: failed program was:" >&5
18837 sed 's/^/| /' conftest.$ac_ext >&5
18842 rm -rf conftest.dSYM
18843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18844 conftest$ac_exeext
18845 if test "${ac_cv_search_connect+set}" = set; then
18846 break
18848 done
18849 if test "${ac_cv_search_connect+set}" = set; then
18851 else
18852 ac_cv_search_connect=no
18854 rm conftest.$ac_ext
18855 LIBS=$ac_func_search_save_LIBS
18857 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18858 $as_echo "$ac_cv_search_connect" >&6; }
18859 ac_res=$ac_cv_search_connect
18860 if test "$ac_res" != no; then
18861 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18866 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18867 $as_echo_n "checking for library containing inet_aton... " >&6; }
18868 if test "${ac_cv_search_inet_aton+set}" = set; then
18869 $as_echo_n "(cached) " >&6
18870 else
18871 ac_func_search_save_LIBS=$LIBS
18872 cat >conftest.$ac_ext <<_ACEOF
18873 /* confdefs.h. */
18874 _ACEOF
18875 cat confdefs.h >>conftest.$ac_ext
18876 cat >>conftest.$ac_ext <<_ACEOF
18877 /* end confdefs.h. */
18879 /* Override any GCC internal prototype to avoid an error.
18880 Use char because int might match the return type of a GCC
18881 builtin and then its argument prototype would still apply. */
18882 #ifdef __cplusplus
18883 extern "C"
18884 #endif
18885 char inet_aton ();
18887 main ()
18889 return inet_aton ();
18891 return 0;
18893 _ACEOF
18894 for ac_lib in '' resolv; do
18895 if test -z "$ac_lib"; then
18896 ac_res="none required"
18897 else
18898 ac_res=-l$ac_lib
18899 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18901 rm -f conftest.$ac_objext conftest$ac_exeext
18902 if { (ac_try="$ac_link"
18903 case "(($ac_try" in
18904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18905 *) ac_try_echo=$ac_try;;
18906 esac
18907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18908 $as_echo "$ac_try_echo") >&5
18909 (eval "$ac_link") 2>conftest.er1
18910 ac_status=$?
18911 grep -v '^ *+' conftest.er1 >conftest.err
18912 rm -f conftest.er1
18913 cat conftest.err >&5
18914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18915 (exit $ac_status); } && {
18916 test -z "$ac_c_werror_flag" ||
18917 test ! -s conftest.err
18918 } && test -s conftest$ac_exeext && {
18919 test "$cross_compiling" = yes ||
18920 $as_test_x conftest$ac_exeext
18921 }; then
18922 ac_cv_search_inet_aton=$ac_res
18923 else
18924 $as_echo "$as_me: failed program was:" >&5
18925 sed 's/^/| /' conftest.$ac_ext >&5
18930 rm -rf conftest.dSYM
18931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18932 conftest$ac_exeext
18933 if test "${ac_cv_search_inet_aton+set}" = set; then
18934 break
18936 done
18937 if test "${ac_cv_search_inet_aton+set}" = set; then
18939 else
18940 ac_cv_search_inet_aton=no
18942 rm conftest.$ac_ext
18943 LIBS=$ac_func_search_save_LIBS
18945 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18946 $as_echo "$ac_cv_search_inet_aton" >&6; }
18947 ac_res=$ac_cv_search_inet_aton
18948 if test "$ac_res" != no; then
18949 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18965 for ac_func in \
18966 getaddrinfo \
18967 getnameinfo \
18968 getnetbyname \
18969 getprotobyname \
18970 getprotobynumber \
18971 getservbyport \
18972 inet_network \
18973 inet_ntop \
18974 inet_pton \
18975 sendmsg \
18976 socketpair \
18979 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18980 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18981 $as_echo_n "checking for $ac_func... " >&6; }
18982 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18983 $as_echo_n "(cached) " >&6
18984 else
18985 cat >conftest.$ac_ext <<_ACEOF
18986 /* confdefs.h. */
18987 _ACEOF
18988 cat confdefs.h >>conftest.$ac_ext
18989 cat >>conftest.$ac_ext <<_ACEOF
18990 /* end confdefs.h. */
18991 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18992 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18993 #define $ac_func innocuous_$ac_func
18995 /* System header to define __stub macros and hopefully few prototypes,
18996 which can conflict with char $ac_func (); below.
18997 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18998 <limits.h> exists even on freestanding compilers. */
19000 #ifdef __STDC__
19001 # include <limits.h>
19002 #else
19003 # include <assert.h>
19004 #endif
19006 #undef $ac_func
19008 /* Override any GCC internal prototype to avoid an error.
19009 Use char because int might match the return type of a GCC
19010 builtin and then its argument prototype would still apply. */
19011 #ifdef __cplusplus
19012 extern "C"
19013 #endif
19014 char $ac_func ();
19015 /* The GNU C library defines this for functions which it implements
19016 to always fail with ENOSYS. Some functions are actually named
19017 something starting with __ and the normal name is an alias. */
19018 #if defined __stub_$ac_func || defined __stub___$ac_func
19019 choke me
19020 #endif
19023 main ()
19025 return $ac_func ();
19027 return 0;
19029 _ACEOF
19030 rm -f conftest.$ac_objext conftest$ac_exeext
19031 if { (ac_try="$ac_link"
19032 case "(($ac_try" in
19033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19034 *) ac_try_echo=$ac_try;;
19035 esac
19036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19037 $as_echo "$ac_try_echo") >&5
19038 (eval "$ac_link") 2>conftest.er1
19039 ac_status=$?
19040 grep -v '^ *+' conftest.er1 >conftest.err
19041 rm -f conftest.er1
19042 cat conftest.err >&5
19043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19044 (exit $ac_status); } && {
19045 test -z "$ac_c_werror_flag" ||
19046 test ! -s conftest.err
19047 } && test -s conftest$ac_exeext && {
19048 test "$cross_compiling" = yes ||
19049 $as_test_x conftest$ac_exeext
19050 }; then
19051 eval "$as_ac_var=yes"
19052 else
19053 $as_echo "$as_me: failed program was:" >&5
19054 sed 's/^/| /' conftest.$ac_ext >&5
19056 eval "$as_ac_var=no"
19059 rm -rf conftest.dSYM
19060 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19061 conftest$ac_exeext conftest.$ac_ext
19063 ac_res=`eval 'as_val=${'$as_ac_var'}
19064 $as_echo "$as_val"'`
19065 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19066 $as_echo "$ac_res" >&6; }
19067 as_val=`eval 'as_val=${'$as_ac_var'}
19068 $as_echo "$as_val"'`
19069 if test "x$as_val" = x""yes; then
19070 cat >>confdefs.h <<_ACEOF
19071 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19072 _ACEOF
19075 done
19078 LDAPLIBS=""
19080 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19081 then
19082 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19083 $as_echo_n "checking for LDAPSortKey... " >&6; }
19084 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19085 $as_echo_n "(cached) " >&6
19086 else
19087 ac_cv_type_LDAPSortKey=no
19088 cat >conftest.$ac_ext <<_ACEOF
19089 /* confdefs.h. */
19090 _ACEOF
19091 cat confdefs.h >>conftest.$ac_ext
19092 cat >>conftest.$ac_ext <<_ACEOF
19093 /* end confdefs.h. */
19094 #include <ldap.h>
19097 main ()
19099 if (sizeof (LDAPSortKey))
19100 return 0;
19102 return 0;
19104 _ACEOF
19105 rm -f conftest.$ac_objext
19106 if { (ac_try="$ac_compile"
19107 case "(($ac_try" in
19108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19109 *) ac_try_echo=$ac_try;;
19110 esac
19111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19112 $as_echo "$ac_try_echo") >&5
19113 (eval "$ac_compile") 2>conftest.er1
19114 ac_status=$?
19115 grep -v '^ *+' conftest.er1 >conftest.err
19116 rm -f conftest.er1
19117 cat conftest.err >&5
19118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19119 (exit $ac_status); } && {
19120 test -z "$ac_c_werror_flag" ||
19121 test ! -s conftest.err
19122 } && test -s conftest.$ac_objext; then
19123 cat >conftest.$ac_ext <<_ACEOF
19124 /* confdefs.h. */
19125 _ACEOF
19126 cat confdefs.h >>conftest.$ac_ext
19127 cat >>conftest.$ac_ext <<_ACEOF
19128 /* end confdefs.h. */
19129 #include <ldap.h>
19132 main ()
19134 if (sizeof ((LDAPSortKey)))
19135 return 0;
19137 return 0;
19139 _ACEOF
19140 rm -f conftest.$ac_objext
19141 if { (ac_try="$ac_compile"
19142 case "(($ac_try" in
19143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19144 *) ac_try_echo=$ac_try;;
19145 esac
19146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19147 $as_echo "$ac_try_echo") >&5
19148 (eval "$ac_compile") 2>conftest.er1
19149 ac_status=$?
19150 grep -v '^ *+' conftest.er1 >conftest.err
19151 rm -f conftest.er1
19152 cat conftest.err >&5
19153 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19154 (exit $ac_status); } && {
19155 test -z "$ac_c_werror_flag" ||
19156 test ! -s conftest.err
19157 } && test -s conftest.$ac_objext; then
19159 else
19160 $as_echo "$as_me: failed program was:" >&5
19161 sed 's/^/| /' conftest.$ac_ext >&5
19163 ac_cv_type_LDAPSortKey=yes
19166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19167 else
19168 $as_echo "$as_me: failed program was:" >&5
19169 sed 's/^/| /' conftest.$ac_ext >&5
19174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19176 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19177 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19178 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19179 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19180 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19181 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19182 $as_echo_n "(cached) " >&6
19183 else
19184 ac_check_lib_save_LIBS=$LIBS
19185 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19186 cat >conftest.$ac_ext <<_ACEOF
19187 /* confdefs.h. */
19188 _ACEOF
19189 cat confdefs.h >>conftest.$ac_ext
19190 cat >>conftest.$ac_ext <<_ACEOF
19191 /* end confdefs.h. */
19193 /* Override any GCC internal prototype to avoid an error.
19194 Use char because int might match the return type of a GCC
19195 builtin and then its argument prototype would still apply. */
19196 #ifdef __cplusplus
19197 extern "C"
19198 #endif
19199 char ldap_initialize ();
19201 main ()
19203 return ldap_initialize ();
19205 return 0;
19207 _ACEOF
19208 rm -f conftest.$ac_objext conftest$ac_exeext
19209 if { (ac_try="$ac_link"
19210 case "(($ac_try" in
19211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212 *) ac_try_echo=$ac_try;;
19213 esac
19214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19215 $as_echo "$ac_try_echo") >&5
19216 (eval "$ac_link") 2>conftest.er1
19217 ac_status=$?
19218 grep -v '^ *+' conftest.er1 >conftest.err
19219 rm -f conftest.er1
19220 cat conftest.err >&5
19221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19222 (exit $ac_status); } && {
19223 test -z "$ac_c_werror_flag" ||
19224 test ! -s conftest.err
19225 } && test -s conftest$ac_exeext && {
19226 test "$cross_compiling" = yes ||
19227 $as_test_x conftest$ac_exeext
19228 }; then
19229 ac_cv_lib_ldap_r_ldap_initialize=yes
19230 else
19231 $as_echo "$as_me: failed program was:" >&5
19232 sed 's/^/| /' conftest.$ac_ext >&5
19234 ac_cv_lib_ldap_r_ldap_initialize=no
19237 rm -rf conftest.dSYM
19238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19239 conftest$ac_exeext conftest.$ac_ext
19240 LIBS=$ac_check_lib_save_LIBS
19242 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19243 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19244 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19245 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19246 $as_echo_n "checking for ber_init in -llber... " >&6; }
19247 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19248 $as_echo_n "(cached) " >&6
19249 else
19250 ac_check_lib_save_LIBS=$LIBS
19251 LIBS="-llber $LIBPTHREAD $LIBS"
19252 cat >conftest.$ac_ext <<_ACEOF
19253 /* confdefs.h. */
19254 _ACEOF
19255 cat confdefs.h >>conftest.$ac_ext
19256 cat >>conftest.$ac_ext <<_ACEOF
19257 /* end confdefs.h. */
19259 /* Override any GCC internal prototype to avoid an error.
19260 Use char because int might match the return type of a GCC
19261 builtin and then its argument prototype would still apply. */
19262 #ifdef __cplusplus
19263 extern "C"
19264 #endif
19265 char ber_init ();
19267 main ()
19269 return ber_init ();
19271 return 0;
19273 _ACEOF
19274 rm -f conftest.$ac_objext conftest$ac_exeext
19275 if { (ac_try="$ac_link"
19276 case "(($ac_try" in
19277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19278 *) ac_try_echo=$ac_try;;
19279 esac
19280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19281 $as_echo "$ac_try_echo") >&5
19282 (eval "$ac_link") 2>conftest.er1
19283 ac_status=$?
19284 grep -v '^ *+' conftest.er1 >conftest.err
19285 rm -f conftest.er1
19286 cat conftest.err >&5
19287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19288 (exit $ac_status); } && {
19289 test -z "$ac_c_werror_flag" ||
19290 test ! -s conftest.err
19291 } && test -s conftest$ac_exeext && {
19292 test "$cross_compiling" = yes ||
19293 $as_test_x conftest$ac_exeext
19294 }; then
19295 ac_cv_lib_lber_ber_init=yes
19296 else
19297 $as_echo "$as_me: failed program was:" >&5
19298 sed 's/^/| /' conftest.$ac_ext >&5
19300 ac_cv_lib_lber_ber_init=no
19303 rm -rf conftest.dSYM
19304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19305 conftest$ac_exeext conftest.$ac_ext
19306 LIBS=$ac_check_lib_save_LIBS
19308 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19309 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19310 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19312 cat >>confdefs.h <<\_ACEOF
19313 #define HAVE_LDAP 1
19314 _ACEOF
19316 LDAPLIBS="-lldap_r -llber"
19323 ac_wine_check_funcs_save_LIBS="$LIBS"
19324 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19333 for ac_func in \
19334 ldap_count_references \
19335 ldap_first_reference \
19336 ldap_next_reference \
19337 ldap_parse_reference \
19338 ldap_parse_sort_control \
19339 ldap_parse_sortresponse_control \
19340 ldap_parse_vlv_control \
19341 ldap_parse_vlvresponse_control
19343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19344 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19345 $as_echo_n "checking for $ac_func... " >&6; }
19346 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19347 $as_echo_n "(cached) " >&6
19348 else
19349 cat >conftest.$ac_ext <<_ACEOF
19350 /* confdefs.h. */
19351 _ACEOF
19352 cat confdefs.h >>conftest.$ac_ext
19353 cat >>conftest.$ac_ext <<_ACEOF
19354 /* end confdefs.h. */
19355 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19357 #define $ac_func innocuous_$ac_func
19359 /* System header to define __stub macros and hopefully few prototypes,
19360 which can conflict with char $ac_func (); below.
19361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19362 <limits.h> exists even on freestanding compilers. */
19364 #ifdef __STDC__
19365 # include <limits.h>
19366 #else
19367 # include <assert.h>
19368 #endif
19370 #undef $ac_func
19372 /* Override any GCC internal prototype to avoid an error.
19373 Use char because int might match the return type of a GCC
19374 builtin and then its argument prototype would still apply. */
19375 #ifdef __cplusplus
19376 extern "C"
19377 #endif
19378 char $ac_func ();
19379 /* The GNU C library defines this for functions which it implements
19380 to always fail with ENOSYS. Some functions are actually named
19381 something starting with __ and the normal name is an alias. */
19382 #if defined __stub_$ac_func || defined __stub___$ac_func
19383 choke me
19384 #endif
19387 main ()
19389 return $ac_func ();
19391 return 0;
19393 _ACEOF
19394 rm -f conftest.$ac_objext conftest$ac_exeext
19395 if { (ac_try="$ac_link"
19396 case "(($ac_try" in
19397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19398 *) ac_try_echo=$ac_try;;
19399 esac
19400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19401 $as_echo "$ac_try_echo") >&5
19402 (eval "$ac_link") 2>conftest.er1
19403 ac_status=$?
19404 grep -v '^ *+' conftest.er1 >conftest.err
19405 rm -f conftest.er1
19406 cat conftest.err >&5
19407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19408 (exit $ac_status); } && {
19409 test -z "$ac_c_werror_flag" ||
19410 test ! -s conftest.err
19411 } && test -s conftest$ac_exeext && {
19412 test "$cross_compiling" = yes ||
19413 $as_test_x conftest$ac_exeext
19414 }; then
19415 eval "$as_ac_var=yes"
19416 else
19417 $as_echo "$as_me: failed program was:" >&5
19418 sed 's/^/| /' conftest.$ac_ext >&5
19420 eval "$as_ac_var=no"
19423 rm -rf conftest.dSYM
19424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19425 conftest$ac_exeext conftest.$ac_ext
19427 ac_res=`eval 'as_val=${'$as_ac_var'}
19428 $as_echo "$as_val"'`
19429 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19430 $as_echo "$ac_res" >&6; }
19431 as_val=`eval 'as_val=${'$as_ac_var'}
19432 $as_echo "$as_val"'`
19433 if test "x$as_val" = x""yes; then
19434 cat >>confdefs.h <<_ACEOF
19435 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19436 _ACEOF
19439 done
19441 LIBS="$ac_wine_check_funcs_save_LIBS"
19443 if test "x$LDAPLIBS" = "x"; then
19444 case "x$with_ldap" in
19445 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19446 xno) ;;
19447 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19448 This is an error since --with-ldap was requested." >&5
19449 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19450 This is an error since --with-ldap was requested." >&2;}
19451 { (exit 1); exit 1; }; } ;;
19452 esac
19456 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19457 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19458 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19459 $as_echo_n "(cached) " >&6
19460 else
19461 cat >conftest.$ac_ext <<_ACEOF
19462 /* confdefs.h. */
19463 _ACEOF
19464 cat confdefs.h >>conftest.$ac_ext
19465 cat >>conftest.$ac_ext <<_ACEOF
19466 /* end confdefs.h. */
19467 #include <sys/stat.h>
19469 main ()
19471 mkdir("foo");
19473 return 0;
19475 _ACEOF
19476 rm -f conftest.$ac_objext
19477 if { (ac_try="$ac_compile"
19478 case "(($ac_try" in
19479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19480 *) ac_try_echo=$ac_try;;
19481 esac
19482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19483 $as_echo "$ac_try_echo") >&5
19484 (eval "$ac_compile") 2>conftest.er1
19485 ac_status=$?
19486 grep -v '^ *+' conftest.er1 >conftest.err
19487 rm -f conftest.er1
19488 cat conftest.err >&5
19489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19490 (exit $ac_status); } && {
19491 test -z "$ac_c_werror_flag" ||
19492 test ! -s conftest.err
19493 } && test -s conftest.$ac_objext; then
19494 wine_cv_one_arg_mkdir=yes
19495 else
19496 $as_echo "$as_me: failed program was:" >&5
19497 sed 's/^/| /' conftest.$ac_ext >&5
19499 wine_cv_one_arg_mkdir=no
19502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19504 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19505 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19506 if test "$wine_cv_one_arg_mkdir" = "yes"
19507 then
19509 cat >>confdefs.h <<\_ACEOF
19510 #define HAVE_ONE_ARG_MKDIR 1
19511 _ACEOF
19516 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19517 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19518 if test "${ac_cv_c_const+set}" = set; then
19519 $as_echo_n "(cached) " >&6
19520 else
19521 cat >conftest.$ac_ext <<_ACEOF
19522 /* confdefs.h. */
19523 _ACEOF
19524 cat confdefs.h >>conftest.$ac_ext
19525 cat >>conftest.$ac_ext <<_ACEOF
19526 /* end confdefs.h. */
19529 main ()
19531 /* FIXME: Include the comments suggested by Paul. */
19532 #ifndef __cplusplus
19533 /* Ultrix mips cc rejects this. */
19534 typedef int charset[2];
19535 const charset cs;
19536 /* SunOS 4.1.1 cc rejects this. */
19537 char const *const *pcpcc;
19538 char **ppc;
19539 /* NEC SVR4.0.2 mips cc rejects this. */
19540 struct point {int x, y;};
19541 static struct point const zero = {0,0};
19542 /* AIX XL C 1.02.0.0 rejects this.
19543 It does not let you subtract one const X* pointer from another in
19544 an arm of an if-expression whose if-part is not a constant
19545 expression */
19546 const char *g = "string";
19547 pcpcc = &g + (g ? g-g : 0);
19548 /* HPUX 7.0 cc rejects these. */
19549 ++pcpcc;
19550 ppc = (char**) pcpcc;
19551 pcpcc = (char const *const *) ppc;
19552 { /* SCO 3.2v4 cc rejects this. */
19553 char *t;
19554 char const *s = 0 ? (char *) 0 : (char const *) 0;
19556 *t++ = 0;
19557 if (s) return 0;
19559 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19560 int x[] = {25, 17};
19561 const int *foo = &x[0];
19562 ++foo;
19564 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19565 typedef const int *iptr;
19566 iptr p = 0;
19567 ++p;
19569 { /* AIX XL C 1.02.0.0 rejects this saying
19570 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19571 struct s { int j; const int *ap[3]; };
19572 struct s *b; b->j = 5;
19574 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19575 const int foo = 10;
19576 if (!foo) return 0;
19578 return !cs[0] && !zero.x;
19579 #endif
19582 return 0;
19584 _ACEOF
19585 rm -f conftest.$ac_objext
19586 if { (ac_try="$ac_compile"
19587 case "(($ac_try" in
19588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19589 *) ac_try_echo=$ac_try;;
19590 esac
19591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19592 $as_echo "$ac_try_echo") >&5
19593 (eval "$ac_compile") 2>conftest.er1
19594 ac_status=$?
19595 grep -v '^ *+' conftest.er1 >conftest.err
19596 rm -f conftest.er1
19597 cat conftest.err >&5
19598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19599 (exit $ac_status); } && {
19600 test -z "$ac_c_werror_flag" ||
19601 test ! -s conftest.err
19602 } && test -s conftest.$ac_objext; then
19603 ac_cv_c_const=yes
19604 else
19605 $as_echo "$as_me: failed program was:" >&5
19606 sed 's/^/| /' conftest.$ac_ext >&5
19608 ac_cv_c_const=no
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19613 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19614 $as_echo "$ac_cv_c_const" >&6; }
19615 if test $ac_cv_c_const = no; then
19617 cat >>confdefs.h <<\_ACEOF
19618 #define const /**/
19619 _ACEOF
19623 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19624 $as_echo_n "checking for inline... " >&6; }
19625 if test "${ac_cv_c_inline+set}" = set; then
19626 $as_echo_n "(cached) " >&6
19627 else
19628 ac_cv_c_inline=no
19629 for ac_kw in inline __inline__ __inline; do
19630 cat >conftest.$ac_ext <<_ACEOF
19631 /* confdefs.h. */
19632 _ACEOF
19633 cat confdefs.h >>conftest.$ac_ext
19634 cat >>conftest.$ac_ext <<_ACEOF
19635 /* end confdefs.h. */
19636 #ifndef __cplusplus
19637 typedef int foo_t;
19638 static $ac_kw foo_t static_foo () {return 0; }
19639 $ac_kw foo_t foo () {return 0; }
19640 #endif
19642 _ACEOF
19643 rm -f conftest.$ac_objext
19644 if { (ac_try="$ac_compile"
19645 case "(($ac_try" in
19646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19647 *) ac_try_echo=$ac_try;;
19648 esac
19649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19650 $as_echo "$ac_try_echo") >&5
19651 (eval "$ac_compile") 2>conftest.er1
19652 ac_status=$?
19653 grep -v '^ *+' conftest.er1 >conftest.err
19654 rm -f conftest.er1
19655 cat conftest.err >&5
19656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); } && {
19658 test -z "$ac_c_werror_flag" ||
19659 test ! -s conftest.err
19660 } && test -s conftest.$ac_objext; then
19661 ac_cv_c_inline=$ac_kw
19662 else
19663 $as_echo "$as_me: failed program was:" >&5
19664 sed 's/^/| /' conftest.$ac_ext >&5
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19670 test "$ac_cv_c_inline" != no && break
19671 done
19674 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19675 $as_echo "$ac_cv_c_inline" >&6; }
19678 case $ac_cv_c_inline in
19679 inline | yes) ;;
19681 case $ac_cv_c_inline in
19682 no) ac_val=;;
19683 *) ac_val=$ac_cv_c_inline;;
19684 esac
19685 cat >>confdefs.h <<_ACEOF
19686 #ifndef __cplusplus
19687 #define inline $ac_val
19688 #endif
19689 _ACEOF
19691 esac
19693 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19694 $as_echo_n "checking for mode_t... " >&6; }
19695 if test "${ac_cv_type_mode_t+set}" = set; then
19696 $as_echo_n "(cached) " >&6
19697 else
19698 ac_cv_type_mode_t=no
19699 cat >conftest.$ac_ext <<_ACEOF
19700 /* confdefs.h. */
19701 _ACEOF
19702 cat confdefs.h >>conftest.$ac_ext
19703 cat >>conftest.$ac_ext <<_ACEOF
19704 /* end confdefs.h. */
19705 $ac_includes_default
19707 main ()
19709 if (sizeof (mode_t))
19710 return 0;
19712 return 0;
19714 _ACEOF
19715 rm -f conftest.$ac_objext
19716 if { (ac_try="$ac_compile"
19717 case "(($ac_try" in
19718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19719 *) ac_try_echo=$ac_try;;
19720 esac
19721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19722 $as_echo "$ac_try_echo") >&5
19723 (eval "$ac_compile") 2>conftest.er1
19724 ac_status=$?
19725 grep -v '^ *+' conftest.er1 >conftest.err
19726 rm -f conftest.er1
19727 cat conftest.err >&5
19728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } && {
19730 test -z "$ac_c_werror_flag" ||
19731 test ! -s conftest.err
19732 } && test -s conftest.$ac_objext; then
19733 cat >conftest.$ac_ext <<_ACEOF
19734 /* confdefs.h. */
19735 _ACEOF
19736 cat confdefs.h >>conftest.$ac_ext
19737 cat >>conftest.$ac_ext <<_ACEOF
19738 /* end confdefs.h. */
19739 $ac_includes_default
19741 main ()
19743 if (sizeof ((mode_t)))
19744 return 0;
19746 return 0;
19748 _ACEOF
19749 rm -f conftest.$ac_objext
19750 if { (ac_try="$ac_compile"
19751 case "(($ac_try" in
19752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19753 *) ac_try_echo=$ac_try;;
19754 esac
19755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19756 $as_echo "$ac_try_echo") >&5
19757 (eval "$ac_compile") 2>conftest.er1
19758 ac_status=$?
19759 grep -v '^ *+' conftest.er1 >conftest.err
19760 rm -f conftest.er1
19761 cat conftest.err >&5
19762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763 (exit $ac_status); } && {
19764 test -z "$ac_c_werror_flag" ||
19765 test ! -s conftest.err
19766 } && test -s conftest.$ac_objext; then
19768 else
19769 $as_echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19772 ac_cv_type_mode_t=yes
19775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19776 else
19777 $as_echo "$as_me: failed program was:" >&5
19778 sed 's/^/| /' conftest.$ac_ext >&5
19783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19785 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19786 $as_echo "$ac_cv_type_mode_t" >&6; }
19787 if test "x$ac_cv_type_mode_t" = x""yes; then
19789 cat >>confdefs.h <<_ACEOF
19790 #define HAVE_MODE_T 1
19791 _ACEOF
19795 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19796 $as_echo_n "checking for off_t... " >&6; }
19797 if test "${ac_cv_type_off_t+set}" = set; then
19798 $as_echo_n "(cached) " >&6
19799 else
19800 ac_cv_type_off_t=no
19801 cat >conftest.$ac_ext <<_ACEOF
19802 /* confdefs.h. */
19803 _ACEOF
19804 cat confdefs.h >>conftest.$ac_ext
19805 cat >>conftest.$ac_ext <<_ACEOF
19806 /* end confdefs.h. */
19807 $ac_includes_default
19809 main ()
19811 if (sizeof (off_t))
19812 return 0;
19814 return 0;
19816 _ACEOF
19817 rm -f conftest.$ac_objext
19818 if { (ac_try="$ac_compile"
19819 case "(($ac_try" in
19820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19821 *) ac_try_echo=$ac_try;;
19822 esac
19823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19824 $as_echo "$ac_try_echo") >&5
19825 (eval "$ac_compile") 2>conftest.er1
19826 ac_status=$?
19827 grep -v '^ *+' conftest.er1 >conftest.err
19828 rm -f conftest.er1
19829 cat conftest.err >&5
19830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19831 (exit $ac_status); } && {
19832 test -z "$ac_c_werror_flag" ||
19833 test ! -s conftest.err
19834 } && test -s conftest.$ac_objext; then
19835 cat >conftest.$ac_ext <<_ACEOF
19836 /* confdefs.h. */
19837 _ACEOF
19838 cat confdefs.h >>conftest.$ac_ext
19839 cat >>conftest.$ac_ext <<_ACEOF
19840 /* end confdefs.h. */
19841 $ac_includes_default
19843 main ()
19845 if (sizeof ((off_t)))
19846 return 0;
19848 return 0;
19850 _ACEOF
19851 rm -f conftest.$ac_objext
19852 if { (ac_try="$ac_compile"
19853 case "(($ac_try" in
19854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19855 *) ac_try_echo=$ac_try;;
19856 esac
19857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19858 $as_echo "$ac_try_echo") >&5
19859 (eval "$ac_compile") 2>conftest.er1
19860 ac_status=$?
19861 grep -v '^ *+' conftest.er1 >conftest.err
19862 rm -f conftest.er1
19863 cat conftest.err >&5
19864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865 (exit $ac_status); } && {
19866 test -z "$ac_c_werror_flag" ||
19867 test ! -s conftest.err
19868 } && test -s conftest.$ac_objext; then
19870 else
19871 $as_echo "$as_me: failed program was:" >&5
19872 sed 's/^/| /' conftest.$ac_ext >&5
19874 ac_cv_type_off_t=yes
19877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19878 else
19879 $as_echo "$as_me: failed program was:" >&5
19880 sed 's/^/| /' conftest.$ac_ext >&5
19885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19887 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19888 $as_echo "$ac_cv_type_off_t" >&6; }
19889 if test "x$ac_cv_type_off_t" = x""yes; then
19891 cat >>confdefs.h <<_ACEOF
19892 #define HAVE_OFF_T 1
19893 _ACEOF
19897 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19898 $as_echo_n "checking for pid_t... " >&6; }
19899 if test "${ac_cv_type_pid_t+set}" = set; then
19900 $as_echo_n "(cached) " >&6
19901 else
19902 ac_cv_type_pid_t=no
19903 cat >conftest.$ac_ext <<_ACEOF
19904 /* confdefs.h. */
19905 _ACEOF
19906 cat confdefs.h >>conftest.$ac_ext
19907 cat >>conftest.$ac_ext <<_ACEOF
19908 /* end confdefs.h. */
19909 $ac_includes_default
19911 main ()
19913 if (sizeof (pid_t))
19914 return 0;
19916 return 0;
19918 _ACEOF
19919 rm -f conftest.$ac_objext
19920 if { (ac_try="$ac_compile"
19921 case "(($ac_try" in
19922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19923 *) ac_try_echo=$ac_try;;
19924 esac
19925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19926 $as_echo "$ac_try_echo") >&5
19927 (eval "$ac_compile") 2>conftest.er1
19928 ac_status=$?
19929 grep -v '^ *+' conftest.er1 >conftest.err
19930 rm -f conftest.er1
19931 cat conftest.err >&5
19932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19933 (exit $ac_status); } && {
19934 test -z "$ac_c_werror_flag" ||
19935 test ! -s conftest.err
19936 } && test -s conftest.$ac_objext; then
19937 cat >conftest.$ac_ext <<_ACEOF
19938 /* confdefs.h. */
19939 _ACEOF
19940 cat confdefs.h >>conftest.$ac_ext
19941 cat >>conftest.$ac_ext <<_ACEOF
19942 /* end confdefs.h. */
19943 $ac_includes_default
19945 main ()
19947 if (sizeof ((pid_t)))
19948 return 0;
19950 return 0;
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957 *) ac_try_echo=$ac_try;;
19958 esac
19959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19960 $as_echo "$ac_try_echo") >&5
19961 (eval "$ac_compile") 2>conftest.er1
19962 ac_status=$?
19963 grep -v '^ *+' conftest.er1 >conftest.err
19964 rm -f conftest.er1
19965 cat conftest.err >&5
19966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967 (exit $ac_status); } && {
19968 test -z "$ac_c_werror_flag" ||
19969 test ! -s conftest.err
19970 } && test -s conftest.$ac_objext; then
19972 else
19973 $as_echo "$as_me: failed program was:" >&5
19974 sed 's/^/| /' conftest.$ac_ext >&5
19976 ac_cv_type_pid_t=yes
19979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19980 else
19981 $as_echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19989 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19990 $as_echo "$ac_cv_type_pid_t" >&6; }
19991 if test "x$ac_cv_type_pid_t" = x""yes; then
19993 cat >>confdefs.h <<_ACEOF
19994 #define HAVE_PID_T 1
19995 _ACEOF
19999 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
20000 $as_echo_n "checking for size_t... " >&6; }
20001 if test "${ac_cv_type_size_t+set}" = set; then
20002 $as_echo_n "(cached) " >&6
20003 else
20004 ac_cv_type_size_t=no
20005 cat >conftest.$ac_ext <<_ACEOF
20006 /* confdefs.h. */
20007 _ACEOF
20008 cat confdefs.h >>conftest.$ac_ext
20009 cat >>conftest.$ac_ext <<_ACEOF
20010 /* end confdefs.h. */
20011 $ac_includes_default
20013 main ()
20015 if (sizeof (size_t))
20016 return 0;
20018 return 0;
20020 _ACEOF
20021 rm -f conftest.$ac_objext
20022 if { (ac_try="$ac_compile"
20023 case "(($ac_try" in
20024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20025 *) ac_try_echo=$ac_try;;
20026 esac
20027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20028 $as_echo "$ac_try_echo") >&5
20029 (eval "$ac_compile") 2>conftest.er1
20030 ac_status=$?
20031 grep -v '^ *+' conftest.er1 >conftest.err
20032 rm -f conftest.er1
20033 cat conftest.err >&5
20034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035 (exit $ac_status); } && {
20036 test -z "$ac_c_werror_flag" ||
20037 test ! -s conftest.err
20038 } && test -s conftest.$ac_objext; then
20039 cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h. */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h. */
20045 $ac_includes_default
20047 main ()
20049 if (sizeof ((size_t)))
20050 return 0;
20052 return 0;
20054 _ACEOF
20055 rm -f conftest.$ac_objext
20056 if { (ac_try="$ac_compile"
20057 case "(($ac_try" in
20058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20059 *) ac_try_echo=$ac_try;;
20060 esac
20061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20062 $as_echo "$ac_try_echo") >&5
20063 (eval "$ac_compile") 2>conftest.er1
20064 ac_status=$?
20065 grep -v '^ *+' conftest.er1 >conftest.err
20066 rm -f conftest.er1
20067 cat conftest.err >&5
20068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069 (exit $ac_status); } && {
20070 test -z "$ac_c_werror_flag" ||
20071 test ! -s conftest.err
20072 } && test -s conftest.$ac_objext; then
20074 else
20075 $as_echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20078 ac_cv_type_size_t=yes
20081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20082 else
20083 $as_echo "$as_me: failed program was:" >&5
20084 sed 's/^/| /' conftest.$ac_ext >&5
20089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20091 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20092 $as_echo "$ac_cv_type_size_t" >&6; }
20093 if test "x$ac_cv_type_size_t" = x""yes; then
20095 cat >>confdefs.h <<_ACEOF
20096 #define HAVE_SIZE_T 1
20097 _ACEOF
20101 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20102 $as_echo_n "checking for ssize_t... " >&6; }
20103 if test "${ac_cv_type_ssize_t+set}" = set; then
20104 $as_echo_n "(cached) " >&6
20105 else
20106 ac_cv_type_ssize_t=no
20107 cat >conftest.$ac_ext <<_ACEOF
20108 /* confdefs.h. */
20109 _ACEOF
20110 cat confdefs.h >>conftest.$ac_ext
20111 cat >>conftest.$ac_ext <<_ACEOF
20112 /* end confdefs.h. */
20113 $ac_includes_default
20115 main ()
20117 if (sizeof (ssize_t))
20118 return 0;
20120 return 0;
20122 _ACEOF
20123 rm -f conftest.$ac_objext
20124 if { (ac_try="$ac_compile"
20125 case "(($ac_try" in
20126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20127 *) ac_try_echo=$ac_try;;
20128 esac
20129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20130 $as_echo "$ac_try_echo") >&5
20131 (eval "$ac_compile") 2>conftest.er1
20132 ac_status=$?
20133 grep -v '^ *+' conftest.er1 >conftest.err
20134 rm -f conftest.er1
20135 cat conftest.err >&5
20136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20137 (exit $ac_status); } && {
20138 test -z "$ac_c_werror_flag" ||
20139 test ! -s conftest.err
20140 } && test -s conftest.$ac_objext; then
20141 cat >conftest.$ac_ext <<_ACEOF
20142 /* confdefs.h. */
20143 _ACEOF
20144 cat confdefs.h >>conftest.$ac_ext
20145 cat >>conftest.$ac_ext <<_ACEOF
20146 /* end confdefs.h. */
20147 $ac_includes_default
20149 main ()
20151 if (sizeof ((ssize_t)))
20152 return 0;
20154 return 0;
20156 _ACEOF
20157 rm -f conftest.$ac_objext
20158 if { (ac_try="$ac_compile"
20159 case "(($ac_try" in
20160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20161 *) ac_try_echo=$ac_try;;
20162 esac
20163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20164 $as_echo "$ac_try_echo") >&5
20165 (eval "$ac_compile") 2>conftest.er1
20166 ac_status=$?
20167 grep -v '^ *+' conftest.er1 >conftest.err
20168 rm -f conftest.er1
20169 cat conftest.err >&5
20170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171 (exit $ac_status); } && {
20172 test -z "$ac_c_werror_flag" ||
20173 test ! -s conftest.err
20174 } && test -s conftest.$ac_objext; then
20176 else
20177 $as_echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20180 ac_cv_type_ssize_t=yes
20183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20184 else
20185 $as_echo "$as_me: failed program was:" >&5
20186 sed 's/^/| /' conftest.$ac_ext >&5
20191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20193 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20194 $as_echo "$ac_cv_type_ssize_t" >&6; }
20195 if test "x$ac_cv_type_ssize_t" = x""yes; then
20197 cat >>confdefs.h <<_ACEOF
20198 #define HAVE_SSIZE_T 1
20199 _ACEOF
20203 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20204 $as_echo_n "checking for long long... " >&6; }
20205 if test "${ac_cv_type_long_long+set}" = set; then
20206 $as_echo_n "(cached) " >&6
20207 else
20208 ac_cv_type_long_long=no
20209 cat >conftest.$ac_ext <<_ACEOF
20210 /* confdefs.h. */
20211 _ACEOF
20212 cat confdefs.h >>conftest.$ac_ext
20213 cat >>conftest.$ac_ext <<_ACEOF
20214 /* end confdefs.h. */
20215 $ac_includes_default
20217 main ()
20219 if (sizeof (long long))
20220 return 0;
20222 return 0;
20224 _ACEOF
20225 rm -f conftest.$ac_objext
20226 if { (ac_try="$ac_compile"
20227 case "(($ac_try" in
20228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20229 *) ac_try_echo=$ac_try;;
20230 esac
20231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20232 $as_echo "$ac_try_echo") >&5
20233 (eval "$ac_compile") 2>conftest.er1
20234 ac_status=$?
20235 grep -v '^ *+' conftest.er1 >conftest.err
20236 rm -f conftest.er1
20237 cat conftest.err >&5
20238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20239 (exit $ac_status); } && {
20240 test -z "$ac_c_werror_flag" ||
20241 test ! -s conftest.err
20242 } && test -s conftest.$ac_objext; then
20243 cat >conftest.$ac_ext <<_ACEOF
20244 /* confdefs.h. */
20245 _ACEOF
20246 cat confdefs.h >>conftest.$ac_ext
20247 cat >>conftest.$ac_ext <<_ACEOF
20248 /* end confdefs.h. */
20249 $ac_includes_default
20251 main ()
20253 if (sizeof ((long long)))
20254 return 0;
20256 return 0;
20258 _ACEOF
20259 rm -f conftest.$ac_objext
20260 if { (ac_try="$ac_compile"
20261 case "(($ac_try" in
20262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20263 *) ac_try_echo=$ac_try;;
20264 esac
20265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20266 $as_echo "$ac_try_echo") >&5
20267 (eval "$ac_compile") 2>conftest.er1
20268 ac_status=$?
20269 grep -v '^ *+' conftest.er1 >conftest.err
20270 rm -f conftest.er1
20271 cat conftest.err >&5
20272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20273 (exit $ac_status); } && {
20274 test -z "$ac_c_werror_flag" ||
20275 test ! -s conftest.err
20276 } && test -s conftest.$ac_objext; then
20278 else
20279 $as_echo "$as_me: failed program was:" >&5
20280 sed 's/^/| /' conftest.$ac_ext >&5
20282 ac_cv_type_long_long=yes
20285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20286 else
20287 $as_echo "$as_me: failed program was:" >&5
20288 sed 's/^/| /' conftest.$ac_ext >&5
20293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20295 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20296 $as_echo "$ac_cv_type_long_long" >&6; }
20297 if test "x$ac_cv_type_long_long" = x""yes; then
20299 cat >>confdefs.h <<_ACEOF
20300 #define HAVE_LONG_LONG 1
20301 _ACEOF
20305 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20306 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20307 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20308 $as_echo_n "(cached) " >&6
20309 else
20310 ac_cv_type_fsblkcnt_t=no
20311 cat >conftest.$ac_ext <<_ACEOF
20312 /* confdefs.h. */
20313 _ACEOF
20314 cat confdefs.h >>conftest.$ac_ext
20315 cat >>conftest.$ac_ext <<_ACEOF
20316 /* end confdefs.h. */
20317 $ac_includes_default
20319 main ()
20321 if (sizeof (fsblkcnt_t))
20322 return 0;
20324 return 0;
20326 _ACEOF
20327 rm -f conftest.$ac_objext
20328 if { (ac_try="$ac_compile"
20329 case "(($ac_try" in
20330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20331 *) ac_try_echo=$ac_try;;
20332 esac
20333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20334 $as_echo "$ac_try_echo") >&5
20335 (eval "$ac_compile") 2>conftest.er1
20336 ac_status=$?
20337 grep -v '^ *+' conftest.er1 >conftest.err
20338 rm -f conftest.er1
20339 cat conftest.err >&5
20340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20341 (exit $ac_status); } && {
20342 test -z "$ac_c_werror_flag" ||
20343 test ! -s conftest.err
20344 } && test -s conftest.$ac_objext; then
20345 cat >conftest.$ac_ext <<_ACEOF
20346 /* confdefs.h. */
20347 _ACEOF
20348 cat confdefs.h >>conftest.$ac_ext
20349 cat >>conftest.$ac_ext <<_ACEOF
20350 /* end confdefs.h. */
20351 $ac_includes_default
20353 main ()
20355 if (sizeof ((fsblkcnt_t)))
20356 return 0;
20358 return 0;
20360 _ACEOF
20361 rm -f conftest.$ac_objext
20362 if { (ac_try="$ac_compile"
20363 case "(($ac_try" in
20364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20365 *) ac_try_echo=$ac_try;;
20366 esac
20367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20368 $as_echo "$ac_try_echo") >&5
20369 (eval "$ac_compile") 2>conftest.er1
20370 ac_status=$?
20371 grep -v '^ *+' conftest.er1 >conftest.err
20372 rm -f conftest.er1
20373 cat conftest.err >&5
20374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20375 (exit $ac_status); } && {
20376 test -z "$ac_c_werror_flag" ||
20377 test ! -s conftest.err
20378 } && test -s conftest.$ac_objext; then
20380 else
20381 $as_echo "$as_me: failed program was:" >&5
20382 sed 's/^/| /' conftest.$ac_ext >&5
20384 ac_cv_type_fsblkcnt_t=yes
20387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20388 else
20389 $as_echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.$ac_ext >&5
20395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20397 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20398 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20399 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20401 cat >>confdefs.h <<_ACEOF
20402 #define HAVE_FSBLKCNT_T 1
20403 _ACEOF
20407 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20408 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20409 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20410 $as_echo_n "(cached) " >&6
20411 else
20412 ac_cv_type_fsfilcnt_t=no
20413 cat >conftest.$ac_ext <<_ACEOF
20414 /* confdefs.h. */
20415 _ACEOF
20416 cat confdefs.h >>conftest.$ac_ext
20417 cat >>conftest.$ac_ext <<_ACEOF
20418 /* end confdefs.h. */
20419 $ac_includes_default
20421 main ()
20423 if (sizeof (fsfilcnt_t))
20424 return 0;
20426 return 0;
20428 _ACEOF
20429 rm -f conftest.$ac_objext
20430 if { (ac_try="$ac_compile"
20431 case "(($ac_try" in
20432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20433 *) ac_try_echo=$ac_try;;
20434 esac
20435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20436 $as_echo "$ac_try_echo") >&5
20437 (eval "$ac_compile") 2>conftest.er1
20438 ac_status=$?
20439 grep -v '^ *+' conftest.er1 >conftest.err
20440 rm -f conftest.er1
20441 cat conftest.err >&5
20442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20443 (exit $ac_status); } && {
20444 test -z "$ac_c_werror_flag" ||
20445 test ! -s conftest.err
20446 } && test -s conftest.$ac_objext; then
20447 cat >conftest.$ac_ext <<_ACEOF
20448 /* confdefs.h. */
20449 _ACEOF
20450 cat confdefs.h >>conftest.$ac_ext
20451 cat >>conftest.$ac_ext <<_ACEOF
20452 /* end confdefs.h. */
20453 $ac_includes_default
20455 main ()
20457 if (sizeof ((fsfilcnt_t)))
20458 return 0;
20460 return 0;
20462 _ACEOF
20463 rm -f conftest.$ac_objext
20464 if { (ac_try="$ac_compile"
20465 case "(($ac_try" in
20466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20467 *) ac_try_echo=$ac_try;;
20468 esac
20469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20470 $as_echo "$ac_try_echo") >&5
20471 (eval "$ac_compile") 2>conftest.er1
20472 ac_status=$?
20473 grep -v '^ *+' conftest.er1 >conftest.err
20474 rm -f conftest.er1
20475 cat conftest.err >&5
20476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20477 (exit $ac_status); } && {
20478 test -z "$ac_c_werror_flag" ||
20479 test ! -s conftest.err
20480 } && test -s conftest.$ac_objext; then
20482 else
20483 $as_echo "$as_me: failed program was:" >&5
20484 sed 's/^/| /' conftest.$ac_ext >&5
20486 ac_cv_type_fsfilcnt_t=yes
20489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20490 else
20491 $as_echo "$as_me: failed program was:" >&5
20492 sed 's/^/| /' conftest.$ac_ext >&5
20497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20499 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20500 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20501 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20503 cat >>confdefs.h <<_ACEOF
20504 #define HAVE_FSFILCNT_T 1
20505 _ACEOF
20510 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20511 $as_echo_n "checking for sigset_t... " >&6; }
20512 if test "${ac_cv_type_sigset_t+set}" = set; then
20513 $as_echo_n "(cached) " >&6
20514 else
20515 ac_cv_type_sigset_t=no
20516 cat >conftest.$ac_ext <<_ACEOF
20517 /* confdefs.h. */
20518 _ACEOF
20519 cat confdefs.h >>conftest.$ac_ext
20520 cat >>conftest.$ac_ext <<_ACEOF
20521 /* end confdefs.h. */
20522 #include <sys/types.h>
20523 #include <signal.h>
20526 main ()
20528 if (sizeof (sigset_t))
20529 return 0;
20531 return 0;
20533 _ACEOF
20534 rm -f conftest.$ac_objext
20535 if { (ac_try="$ac_compile"
20536 case "(($ac_try" in
20537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20538 *) ac_try_echo=$ac_try;;
20539 esac
20540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20541 $as_echo "$ac_try_echo") >&5
20542 (eval "$ac_compile") 2>conftest.er1
20543 ac_status=$?
20544 grep -v '^ *+' conftest.er1 >conftest.err
20545 rm -f conftest.er1
20546 cat conftest.err >&5
20547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20548 (exit $ac_status); } && {
20549 test -z "$ac_c_werror_flag" ||
20550 test ! -s conftest.err
20551 } && test -s conftest.$ac_objext; then
20552 cat >conftest.$ac_ext <<_ACEOF
20553 /* confdefs.h. */
20554 _ACEOF
20555 cat confdefs.h >>conftest.$ac_ext
20556 cat >>conftest.$ac_ext <<_ACEOF
20557 /* end confdefs.h. */
20558 #include <sys/types.h>
20559 #include <signal.h>
20562 main ()
20564 if (sizeof ((sigset_t)))
20565 return 0;
20567 return 0;
20569 _ACEOF
20570 rm -f conftest.$ac_objext
20571 if { (ac_try="$ac_compile"
20572 case "(($ac_try" in
20573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20574 *) ac_try_echo=$ac_try;;
20575 esac
20576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20577 $as_echo "$ac_try_echo") >&5
20578 (eval "$ac_compile") 2>conftest.er1
20579 ac_status=$?
20580 grep -v '^ *+' conftest.er1 >conftest.err
20581 rm -f conftest.er1
20582 cat conftest.err >&5
20583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20584 (exit $ac_status); } && {
20585 test -z "$ac_c_werror_flag" ||
20586 test ! -s conftest.err
20587 } && test -s conftest.$ac_objext; then
20589 else
20590 $as_echo "$as_me: failed program was:" >&5
20591 sed 's/^/| /' conftest.$ac_ext >&5
20593 ac_cv_type_sigset_t=yes
20596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20597 else
20598 $as_echo "$as_me: failed program was:" >&5
20599 sed 's/^/| /' conftest.$ac_ext >&5
20604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20606 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20607 $as_echo "$ac_cv_type_sigset_t" >&6; }
20608 if test "x$ac_cv_type_sigset_t" = x""yes; then
20610 cat >>confdefs.h <<_ACEOF
20611 #define HAVE_SIGSET_T 1
20612 _ACEOF
20617 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20618 $as_echo_n "checking for request_sense... " >&6; }
20619 if test "${ac_cv_type_request_sense+set}" = set; then
20620 $as_echo_n "(cached) " >&6
20621 else
20622 ac_cv_type_request_sense=no
20623 cat >conftest.$ac_ext <<_ACEOF
20624 /* confdefs.h. */
20625 _ACEOF
20626 cat confdefs.h >>conftest.$ac_ext
20627 cat >>conftest.$ac_ext <<_ACEOF
20628 /* end confdefs.h. */
20629 #include <linux/cdrom.h>
20632 main ()
20634 if (sizeof (request_sense))
20635 return 0;
20637 return 0;
20639 _ACEOF
20640 rm -f conftest.$ac_objext
20641 if { (ac_try="$ac_compile"
20642 case "(($ac_try" in
20643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20644 *) ac_try_echo=$ac_try;;
20645 esac
20646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20647 $as_echo "$ac_try_echo") >&5
20648 (eval "$ac_compile") 2>conftest.er1
20649 ac_status=$?
20650 grep -v '^ *+' conftest.er1 >conftest.err
20651 rm -f conftest.er1
20652 cat conftest.err >&5
20653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20654 (exit $ac_status); } && {
20655 test -z "$ac_c_werror_flag" ||
20656 test ! -s conftest.err
20657 } && test -s conftest.$ac_objext; then
20658 cat >conftest.$ac_ext <<_ACEOF
20659 /* confdefs.h. */
20660 _ACEOF
20661 cat confdefs.h >>conftest.$ac_ext
20662 cat >>conftest.$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 #include <linux/cdrom.h>
20667 main ()
20669 if (sizeof ((request_sense)))
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
20694 else
20695 $as_echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_type_request_sense=yes
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 else
20703 $as_echo "$as_me: failed program was:" >&5
20704 sed 's/^/| /' conftest.$ac_ext >&5
20709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20711 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20712 $as_echo "$ac_cv_type_request_sense" >&6; }
20713 if test "x$ac_cv_type_request_sense" = x""yes; then
20715 cat >>confdefs.h <<_ACEOF
20716 #define HAVE_REQUEST_SENSE 1
20717 _ACEOF
20723 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20724 $as_echo_n "checking for struct xinpgen... " >&6; }
20725 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20726 $as_echo_n "(cached) " >&6
20727 else
20728 ac_cv_type_struct_xinpgen=no
20729 cat >conftest.$ac_ext <<_ACEOF
20730 /* confdefs.h. */
20731 _ACEOF
20732 cat confdefs.h >>conftest.$ac_ext
20733 cat >>conftest.$ac_ext <<_ACEOF
20734 /* end confdefs.h. */
20735 #include <sys/types.h>
20736 #ifdef HAVE_SYS_SOCKET_H
20737 #include <sys/socket.h>
20738 #endif
20739 #ifdef HAVE_SYS_SOCKETVAR_H
20740 #include <sys/socketvar.h>
20741 #endif
20742 #ifdef HAVE_NET_ROUTE_H
20743 #include <net/route.h>
20744 #endif
20745 #ifdef HAVE_NETINET_IN_H
20746 #include <netinet/in.h>
20747 #endif
20748 #ifdef HAVE_NETINET_IN_SYSTM_H
20749 #include <netinet/in_systm.h>
20750 #endif
20751 #ifdef HAVE_NETINET_IP_H
20752 #include <netinet/ip.h>
20753 #endif
20754 #ifdef HAVE_NETINET_IN_PCB_H
20755 #include <netinet/in_pcb.h>
20756 #endif
20759 main ()
20761 if (sizeof (struct xinpgen))
20762 return 0;
20764 return 0;
20766 _ACEOF
20767 rm -f conftest.$ac_objext
20768 if { (ac_try="$ac_compile"
20769 case "(($ac_try" in
20770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20771 *) ac_try_echo=$ac_try;;
20772 esac
20773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20774 $as_echo "$ac_try_echo") >&5
20775 (eval "$ac_compile") 2>conftest.er1
20776 ac_status=$?
20777 grep -v '^ *+' conftest.er1 >conftest.err
20778 rm -f conftest.er1
20779 cat conftest.err >&5
20780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } && {
20782 test -z "$ac_c_werror_flag" ||
20783 test ! -s conftest.err
20784 } && test -s conftest.$ac_objext; then
20785 cat >conftest.$ac_ext <<_ACEOF
20786 /* confdefs.h. */
20787 _ACEOF
20788 cat confdefs.h >>conftest.$ac_ext
20789 cat >>conftest.$ac_ext <<_ACEOF
20790 /* end confdefs.h. */
20791 #include <sys/types.h>
20792 #ifdef HAVE_SYS_SOCKET_H
20793 #include <sys/socket.h>
20794 #endif
20795 #ifdef HAVE_SYS_SOCKETVAR_H
20796 #include <sys/socketvar.h>
20797 #endif
20798 #ifdef HAVE_NET_ROUTE_H
20799 #include <net/route.h>
20800 #endif
20801 #ifdef HAVE_NETINET_IN_H
20802 #include <netinet/in.h>
20803 #endif
20804 #ifdef HAVE_NETINET_IN_SYSTM_H
20805 #include <netinet/in_systm.h>
20806 #endif
20807 #ifdef HAVE_NETINET_IP_H
20808 #include <netinet/ip.h>
20809 #endif
20810 #ifdef HAVE_NETINET_IN_PCB_H
20811 #include <netinet/in_pcb.h>
20812 #endif
20815 main ()
20817 if (sizeof ((struct xinpgen)))
20818 return 0;
20820 return 0;
20822 _ACEOF
20823 rm -f conftest.$ac_objext
20824 if { (ac_try="$ac_compile"
20825 case "(($ac_try" in
20826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20827 *) ac_try_echo=$ac_try;;
20828 esac
20829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20830 $as_echo "$ac_try_echo") >&5
20831 (eval "$ac_compile") 2>conftest.er1
20832 ac_status=$?
20833 grep -v '^ *+' conftest.er1 >conftest.err
20834 rm -f conftest.er1
20835 cat conftest.err >&5
20836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20837 (exit $ac_status); } && {
20838 test -z "$ac_c_werror_flag" ||
20839 test ! -s conftest.err
20840 } && test -s conftest.$ac_objext; then
20842 else
20843 $as_echo "$as_me: failed program was:" >&5
20844 sed 's/^/| /' conftest.$ac_ext >&5
20846 ac_cv_type_struct_xinpgen=yes
20849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20850 else
20851 $as_echo "$as_me: failed program was:" >&5
20852 sed 's/^/| /' conftest.$ac_ext >&5
20857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20859 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20860 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20861 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20863 cat >>confdefs.h <<_ACEOF
20864 #define HAVE_STRUCT_XINPGEN 1
20865 _ACEOF
20871 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20872 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20873 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20874 $as_echo_n "(cached) " >&6
20875 else
20876 cat >conftest.$ac_ext <<_ACEOF
20877 /* confdefs.h. */
20878 _ACEOF
20879 cat confdefs.h >>conftest.$ac_ext
20880 cat >>conftest.$ac_ext <<_ACEOF
20881 /* end confdefs.h. */
20882 #ifdef HAVE_LINUX_INPUT_H
20883 #include <linux/input.h>
20884 #endif
20887 main ()
20889 static struct ff_effect ac_aggr;
20890 if (ac_aggr.direction)
20891 return 0;
20893 return 0;
20895 _ACEOF
20896 rm -f conftest.$ac_objext
20897 if { (ac_try="$ac_compile"
20898 case "(($ac_try" in
20899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20900 *) ac_try_echo=$ac_try;;
20901 esac
20902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20903 $as_echo "$ac_try_echo") >&5
20904 (eval "$ac_compile") 2>conftest.er1
20905 ac_status=$?
20906 grep -v '^ *+' conftest.er1 >conftest.err
20907 rm -f conftest.er1
20908 cat conftest.err >&5
20909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20910 (exit $ac_status); } && {
20911 test -z "$ac_c_werror_flag" ||
20912 test ! -s conftest.err
20913 } && test -s conftest.$ac_objext; then
20914 ac_cv_member_struct_ff_effect_direction=yes
20915 else
20916 $as_echo "$as_me: failed program was:" >&5
20917 sed 's/^/| /' conftest.$ac_ext >&5
20919 cat >conftest.$ac_ext <<_ACEOF
20920 /* confdefs.h. */
20921 _ACEOF
20922 cat confdefs.h >>conftest.$ac_ext
20923 cat >>conftest.$ac_ext <<_ACEOF
20924 /* end confdefs.h. */
20925 #ifdef HAVE_LINUX_INPUT_H
20926 #include <linux/input.h>
20927 #endif
20930 main ()
20932 static struct ff_effect ac_aggr;
20933 if (sizeof ac_aggr.direction)
20934 return 0;
20936 return 0;
20938 _ACEOF
20939 rm -f conftest.$ac_objext
20940 if { (ac_try="$ac_compile"
20941 case "(($ac_try" in
20942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20943 *) ac_try_echo=$ac_try;;
20944 esac
20945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20946 $as_echo "$ac_try_echo") >&5
20947 (eval "$ac_compile") 2>conftest.er1
20948 ac_status=$?
20949 grep -v '^ *+' conftest.er1 >conftest.err
20950 rm -f conftest.er1
20951 cat conftest.err >&5
20952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20953 (exit $ac_status); } && {
20954 test -z "$ac_c_werror_flag" ||
20955 test ! -s conftest.err
20956 } && test -s conftest.$ac_objext; then
20957 ac_cv_member_struct_ff_effect_direction=yes
20958 else
20959 $as_echo "$as_me: failed program was:" >&5
20960 sed 's/^/| /' conftest.$ac_ext >&5
20962 ac_cv_member_struct_ff_effect_direction=no
20965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20970 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20971 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20972 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20974 cat >>confdefs.h <<_ACEOF
20975 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20976 _ACEOF
20982 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20983 $as_echo_n "checking for sigaddset... " >&6; }
20984 if test "${wine_cv_have_sigaddset+set}" = set; then
20985 $as_echo_n "(cached) " >&6
20986 else
20987 cat >conftest.$ac_ext <<_ACEOF
20988 /* confdefs.h. */
20989 _ACEOF
20990 cat confdefs.h >>conftest.$ac_ext
20991 cat >>conftest.$ac_ext <<_ACEOF
20992 /* end confdefs.h. */
20993 #include <signal.h>
20995 main ()
20997 sigset_t set; sigaddset(&set,SIGTERM);
20999 return 0;
21001 _ACEOF
21002 rm -f conftest.$ac_objext conftest$ac_exeext
21003 if { (ac_try="$ac_link"
21004 case "(($ac_try" in
21005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21006 *) ac_try_echo=$ac_try;;
21007 esac
21008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21009 $as_echo "$ac_try_echo") >&5
21010 (eval "$ac_link") 2>conftest.er1
21011 ac_status=$?
21012 grep -v '^ *+' conftest.er1 >conftest.err
21013 rm -f conftest.er1
21014 cat conftest.err >&5
21015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21016 (exit $ac_status); } && {
21017 test -z "$ac_c_werror_flag" ||
21018 test ! -s conftest.err
21019 } && test -s conftest$ac_exeext && {
21020 test "$cross_compiling" = yes ||
21021 $as_test_x conftest$ac_exeext
21022 }; then
21023 wine_cv_have_sigaddset=yes
21024 else
21025 $as_echo "$as_me: failed program was:" >&5
21026 sed 's/^/| /' conftest.$ac_ext >&5
21028 wine_cv_have_sigaddset=no
21031 rm -rf conftest.dSYM
21032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21033 conftest$ac_exeext conftest.$ac_ext
21035 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
21036 $as_echo "$wine_cv_have_sigaddset" >&6; }
21037 if test "$wine_cv_have_sigaddset" = "yes"
21038 then
21040 cat >>confdefs.h <<\_ACEOF
21041 #define HAVE_SIGADDSET 1
21042 _ACEOF
21047 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
21048 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
21049 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
21050 $as_echo_n "(cached) " >&6
21051 else
21052 cat >conftest.$ac_ext <<_ACEOF
21053 /* confdefs.h. */
21054 _ACEOF
21055 cat confdefs.h >>conftest.$ac_ext
21056 cat >>conftest.$ac_ext <<_ACEOF
21057 /* end confdefs.h. */
21058 #include <netdb.h>
21060 main ()
21063 char *name=0;
21064 struct hostent he;
21065 struct hostent *result;
21066 char *buf=0;
21067 int bufsize=0;
21068 int res,errnr;
21069 char *addr=0;
21070 int addrlen=0;
21071 int addrtype=0;
21072 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21073 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21076 return 0;
21078 _ACEOF
21079 rm -f conftest.$ac_objext conftest$ac_exeext
21080 if { (ac_try="$ac_link"
21081 case "(($ac_try" in
21082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21083 *) ac_try_echo=$ac_try;;
21084 esac
21085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21086 $as_echo "$ac_try_echo") >&5
21087 (eval "$ac_link") 2>conftest.er1
21088 ac_status=$?
21089 grep -v '^ *+' conftest.er1 >conftest.err
21090 rm -f conftest.er1
21091 cat conftest.err >&5
21092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } && {
21094 test -z "$ac_c_werror_flag" ||
21095 test ! -s conftest.err
21096 } && test -s conftest$ac_exeext && {
21097 test "$cross_compiling" = yes ||
21098 $as_test_x conftest$ac_exeext
21099 }; then
21100 wine_cv_linux_gethostbyname_r_6=yes
21101 else
21102 $as_echo "$as_me: failed program was:" >&5
21103 sed 's/^/| /' conftest.$ac_ext >&5
21105 wine_cv_linux_gethostbyname_r_6=no
21109 rm -rf conftest.dSYM
21110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21111 conftest$ac_exeext conftest.$ac_ext
21114 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21115 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21116 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21117 then
21119 cat >>confdefs.h <<\_ACEOF
21120 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21121 _ACEOF
21125 if test "$ac_cv_header_linux_joystick_h" = "yes"
21126 then
21127 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21128 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21129 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21130 $as_echo_n "(cached) " >&6
21131 else
21132 cat >conftest.$ac_ext <<_ACEOF
21133 /* confdefs.h. */
21134 _ACEOF
21135 cat confdefs.h >>conftest.$ac_ext
21136 cat >>conftest.$ac_ext <<_ACEOF
21137 /* end confdefs.h. */
21139 #include <sys/ioctl.h>
21140 #include <sys/types.h>
21141 #include <linux/joystick.h>
21143 struct js_event blub;
21144 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21145 #error "no 2.2 header"
21146 #endif
21149 main ()
21151 /*empty*/
21153 return 0;
21155 _ACEOF
21156 rm -f conftest.$ac_objext
21157 if { (ac_try="$ac_compile"
21158 case "(($ac_try" in
21159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21160 *) ac_try_echo=$ac_try;;
21161 esac
21162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21163 $as_echo "$ac_try_echo") >&5
21164 (eval "$ac_compile") 2>conftest.er1
21165 ac_status=$?
21166 grep -v '^ *+' conftest.er1 >conftest.err
21167 rm -f conftest.er1
21168 cat conftest.err >&5
21169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21170 (exit $ac_status); } && {
21171 test -z "$ac_c_werror_flag" ||
21172 test ! -s conftest.err
21173 } && test -s conftest.$ac_objext; then
21174 wine_cv_linux_joystick_22_api=yes
21175 else
21176 $as_echo "$as_me: failed program was:" >&5
21177 sed 's/^/| /' conftest.$ac_ext >&5
21179 wine_cv_linux_joystick_22_api=no
21182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21185 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21186 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21187 if test "$wine_cv_linux_joystick_22_api" = "yes"
21188 then
21190 cat >>confdefs.h <<\_ACEOF
21191 #define HAVE_LINUX_22_JOYSTICK_API 1
21192 _ACEOF
21198 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21199 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21200 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21201 $as_echo_n "(cached) " >&6
21202 else
21203 cat >conftest.$ac_ext <<_ACEOF
21204 /* confdefs.h. */
21205 _ACEOF
21206 cat confdefs.h >>conftest.$ac_ext
21207 cat >>conftest.$ac_ext <<_ACEOF
21208 /* end confdefs.h. */
21209 #include <sys/types.h>
21210 #ifdef HAVE_SYS_PARAM_H
21211 # include <sys/param.h>
21212 #endif
21213 #ifdef HAVE_SYS_MOUNT_H
21214 # include <sys/mount.h>
21215 #endif
21216 #ifdef HAVE_SYS_VFS_H
21217 # include <sys/vfs.h>
21218 #endif
21219 #ifdef HAVE_SYS_STATFS_H
21220 # include <sys/statfs.h>
21221 #endif
21224 main ()
21226 static struct statfs ac_aggr;
21227 if (ac_aggr.f_bfree)
21228 return 0;
21230 return 0;
21232 _ACEOF
21233 rm -f conftest.$ac_objext
21234 if { (ac_try="$ac_compile"
21235 case "(($ac_try" in
21236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21237 *) ac_try_echo=$ac_try;;
21238 esac
21239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21240 $as_echo "$ac_try_echo") >&5
21241 (eval "$ac_compile") 2>conftest.er1
21242 ac_status=$?
21243 grep -v '^ *+' conftest.er1 >conftest.err
21244 rm -f conftest.er1
21245 cat conftest.err >&5
21246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21247 (exit $ac_status); } && {
21248 test -z "$ac_c_werror_flag" ||
21249 test ! -s conftest.err
21250 } && test -s conftest.$ac_objext; then
21251 ac_cv_member_struct_statfs_f_bfree=yes
21252 else
21253 $as_echo "$as_me: failed program was:" >&5
21254 sed 's/^/| /' conftest.$ac_ext >&5
21256 cat >conftest.$ac_ext <<_ACEOF
21257 /* confdefs.h. */
21258 _ACEOF
21259 cat confdefs.h >>conftest.$ac_ext
21260 cat >>conftest.$ac_ext <<_ACEOF
21261 /* end confdefs.h. */
21262 #include <sys/types.h>
21263 #ifdef HAVE_SYS_PARAM_H
21264 # include <sys/param.h>
21265 #endif
21266 #ifdef HAVE_SYS_MOUNT_H
21267 # include <sys/mount.h>
21268 #endif
21269 #ifdef HAVE_SYS_VFS_H
21270 # include <sys/vfs.h>
21271 #endif
21272 #ifdef HAVE_SYS_STATFS_H
21273 # include <sys/statfs.h>
21274 #endif
21277 main ()
21279 static struct statfs ac_aggr;
21280 if (sizeof ac_aggr.f_bfree)
21281 return 0;
21283 return 0;
21285 _ACEOF
21286 rm -f conftest.$ac_objext
21287 if { (ac_try="$ac_compile"
21288 case "(($ac_try" in
21289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21290 *) ac_try_echo=$ac_try;;
21291 esac
21292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21293 $as_echo "$ac_try_echo") >&5
21294 (eval "$ac_compile") 2>conftest.er1
21295 ac_status=$?
21296 grep -v '^ *+' conftest.er1 >conftest.err
21297 rm -f conftest.er1
21298 cat conftest.err >&5
21299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); } && {
21301 test -z "$ac_c_werror_flag" ||
21302 test ! -s conftest.err
21303 } && test -s conftest.$ac_objext; then
21304 ac_cv_member_struct_statfs_f_bfree=yes
21305 else
21306 $as_echo "$as_me: failed program was:" >&5
21307 sed 's/^/| /' conftest.$ac_ext >&5
21309 ac_cv_member_struct_statfs_f_bfree=no
21312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21317 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21318 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21319 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21321 cat >>confdefs.h <<_ACEOF
21322 #define HAVE_STRUCT_STATFS_F_BFREE 1
21323 _ACEOF
21327 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21328 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21329 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21330 $as_echo_n "(cached) " >&6
21331 else
21332 cat >conftest.$ac_ext <<_ACEOF
21333 /* confdefs.h. */
21334 _ACEOF
21335 cat confdefs.h >>conftest.$ac_ext
21336 cat >>conftest.$ac_ext <<_ACEOF
21337 /* end confdefs.h. */
21338 #include <sys/types.h>
21339 #ifdef HAVE_SYS_PARAM_H
21340 # include <sys/param.h>
21341 #endif
21342 #ifdef HAVE_SYS_MOUNT_H
21343 # include <sys/mount.h>
21344 #endif
21345 #ifdef HAVE_SYS_VFS_H
21346 # include <sys/vfs.h>
21347 #endif
21348 #ifdef HAVE_SYS_STATFS_H
21349 # include <sys/statfs.h>
21350 #endif
21353 main ()
21355 static struct statfs ac_aggr;
21356 if (ac_aggr.f_bavail)
21357 return 0;
21359 return 0;
21361 _ACEOF
21362 rm -f conftest.$ac_objext
21363 if { (ac_try="$ac_compile"
21364 case "(($ac_try" in
21365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21366 *) ac_try_echo=$ac_try;;
21367 esac
21368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21369 $as_echo "$ac_try_echo") >&5
21370 (eval "$ac_compile") 2>conftest.er1
21371 ac_status=$?
21372 grep -v '^ *+' conftest.er1 >conftest.err
21373 rm -f conftest.er1
21374 cat conftest.err >&5
21375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21376 (exit $ac_status); } && {
21377 test -z "$ac_c_werror_flag" ||
21378 test ! -s conftest.err
21379 } && test -s conftest.$ac_objext; then
21380 ac_cv_member_struct_statfs_f_bavail=yes
21381 else
21382 $as_echo "$as_me: failed program was:" >&5
21383 sed 's/^/| /' conftest.$ac_ext >&5
21385 cat >conftest.$ac_ext <<_ACEOF
21386 /* confdefs.h. */
21387 _ACEOF
21388 cat confdefs.h >>conftest.$ac_ext
21389 cat >>conftest.$ac_ext <<_ACEOF
21390 /* end confdefs.h. */
21391 #include <sys/types.h>
21392 #ifdef HAVE_SYS_PARAM_H
21393 # include <sys/param.h>
21394 #endif
21395 #ifdef HAVE_SYS_MOUNT_H
21396 # include <sys/mount.h>
21397 #endif
21398 #ifdef HAVE_SYS_VFS_H
21399 # include <sys/vfs.h>
21400 #endif
21401 #ifdef HAVE_SYS_STATFS_H
21402 # include <sys/statfs.h>
21403 #endif
21406 main ()
21408 static struct statfs ac_aggr;
21409 if (sizeof ac_aggr.f_bavail)
21410 return 0;
21412 return 0;
21414 _ACEOF
21415 rm -f conftest.$ac_objext
21416 if { (ac_try="$ac_compile"
21417 case "(($ac_try" in
21418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21419 *) ac_try_echo=$ac_try;;
21420 esac
21421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21422 $as_echo "$ac_try_echo") >&5
21423 (eval "$ac_compile") 2>conftest.er1
21424 ac_status=$?
21425 grep -v '^ *+' conftest.er1 >conftest.err
21426 rm -f conftest.er1
21427 cat conftest.err >&5
21428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); } && {
21430 test -z "$ac_c_werror_flag" ||
21431 test ! -s conftest.err
21432 } && test -s conftest.$ac_objext; then
21433 ac_cv_member_struct_statfs_f_bavail=yes
21434 else
21435 $as_echo "$as_me: failed program was:" >&5
21436 sed 's/^/| /' conftest.$ac_ext >&5
21438 ac_cv_member_struct_statfs_f_bavail=no
21441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21446 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21447 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21448 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21450 cat >>confdefs.h <<_ACEOF
21451 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21452 _ACEOF
21456 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21457 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21458 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21459 $as_echo_n "(cached) " >&6
21460 else
21461 cat >conftest.$ac_ext <<_ACEOF
21462 /* confdefs.h. */
21463 _ACEOF
21464 cat confdefs.h >>conftest.$ac_ext
21465 cat >>conftest.$ac_ext <<_ACEOF
21466 /* end confdefs.h. */
21467 #include <sys/types.h>
21468 #ifdef HAVE_SYS_PARAM_H
21469 # include <sys/param.h>
21470 #endif
21471 #ifdef HAVE_SYS_MOUNT_H
21472 # include <sys/mount.h>
21473 #endif
21474 #ifdef HAVE_SYS_VFS_H
21475 # include <sys/vfs.h>
21476 #endif
21477 #ifdef HAVE_SYS_STATFS_H
21478 # include <sys/statfs.h>
21479 #endif
21482 main ()
21484 static struct statfs ac_aggr;
21485 if (ac_aggr.f_frsize)
21486 return 0;
21488 return 0;
21490 _ACEOF
21491 rm -f conftest.$ac_objext
21492 if { (ac_try="$ac_compile"
21493 case "(($ac_try" in
21494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21495 *) ac_try_echo=$ac_try;;
21496 esac
21497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21498 $as_echo "$ac_try_echo") >&5
21499 (eval "$ac_compile") 2>conftest.er1
21500 ac_status=$?
21501 grep -v '^ *+' conftest.er1 >conftest.err
21502 rm -f conftest.er1
21503 cat conftest.err >&5
21504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21505 (exit $ac_status); } && {
21506 test -z "$ac_c_werror_flag" ||
21507 test ! -s conftest.err
21508 } && test -s conftest.$ac_objext; then
21509 ac_cv_member_struct_statfs_f_frsize=yes
21510 else
21511 $as_echo "$as_me: failed program was:" >&5
21512 sed 's/^/| /' conftest.$ac_ext >&5
21514 cat >conftest.$ac_ext <<_ACEOF
21515 /* confdefs.h. */
21516 _ACEOF
21517 cat confdefs.h >>conftest.$ac_ext
21518 cat >>conftest.$ac_ext <<_ACEOF
21519 /* end confdefs.h. */
21520 #include <sys/types.h>
21521 #ifdef HAVE_SYS_PARAM_H
21522 # include <sys/param.h>
21523 #endif
21524 #ifdef HAVE_SYS_MOUNT_H
21525 # include <sys/mount.h>
21526 #endif
21527 #ifdef HAVE_SYS_VFS_H
21528 # include <sys/vfs.h>
21529 #endif
21530 #ifdef HAVE_SYS_STATFS_H
21531 # include <sys/statfs.h>
21532 #endif
21535 main ()
21537 static struct statfs ac_aggr;
21538 if (sizeof ac_aggr.f_frsize)
21539 return 0;
21541 return 0;
21543 _ACEOF
21544 rm -f conftest.$ac_objext
21545 if { (ac_try="$ac_compile"
21546 case "(($ac_try" in
21547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21548 *) ac_try_echo=$ac_try;;
21549 esac
21550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21551 $as_echo "$ac_try_echo") >&5
21552 (eval "$ac_compile") 2>conftest.er1
21553 ac_status=$?
21554 grep -v '^ *+' conftest.er1 >conftest.err
21555 rm -f conftest.er1
21556 cat conftest.err >&5
21557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21558 (exit $ac_status); } && {
21559 test -z "$ac_c_werror_flag" ||
21560 test ! -s conftest.err
21561 } && test -s conftest.$ac_objext; then
21562 ac_cv_member_struct_statfs_f_frsize=yes
21563 else
21564 $as_echo "$as_me: failed program was:" >&5
21565 sed 's/^/| /' conftest.$ac_ext >&5
21567 ac_cv_member_struct_statfs_f_frsize=no
21570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21575 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21576 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21577 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21579 cat >>confdefs.h <<_ACEOF
21580 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21581 _ACEOF
21585 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21586 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21587 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21588 $as_echo_n "(cached) " >&6
21589 else
21590 cat >conftest.$ac_ext <<_ACEOF
21591 /* confdefs.h. */
21592 _ACEOF
21593 cat confdefs.h >>conftest.$ac_ext
21594 cat >>conftest.$ac_ext <<_ACEOF
21595 /* end confdefs.h. */
21596 #include <sys/types.h>
21597 #ifdef HAVE_SYS_PARAM_H
21598 # include <sys/param.h>
21599 #endif
21600 #ifdef HAVE_SYS_MOUNT_H
21601 # include <sys/mount.h>
21602 #endif
21603 #ifdef HAVE_SYS_VFS_H
21604 # include <sys/vfs.h>
21605 #endif
21606 #ifdef HAVE_SYS_STATFS_H
21607 # include <sys/statfs.h>
21608 #endif
21611 main ()
21613 static struct statfs ac_aggr;
21614 if (ac_aggr.f_ffree)
21615 return 0;
21617 return 0;
21619 _ACEOF
21620 rm -f conftest.$ac_objext
21621 if { (ac_try="$ac_compile"
21622 case "(($ac_try" in
21623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21624 *) ac_try_echo=$ac_try;;
21625 esac
21626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21627 $as_echo "$ac_try_echo") >&5
21628 (eval "$ac_compile") 2>conftest.er1
21629 ac_status=$?
21630 grep -v '^ *+' conftest.er1 >conftest.err
21631 rm -f conftest.er1
21632 cat conftest.err >&5
21633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21634 (exit $ac_status); } && {
21635 test -z "$ac_c_werror_flag" ||
21636 test ! -s conftest.err
21637 } && test -s conftest.$ac_objext; then
21638 ac_cv_member_struct_statfs_f_ffree=yes
21639 else
21640 $as_echo "$as_me: failed program was:" >&5
21641 sed 's/^/| /' conftest.$ac_ext >&5
21643 cat >conftest.$ac_ext <<_ACEOF
21644 /* confdefs.h. */
21645 _ACEOF
21646 cat confdefs.h >>conftest.$ac_ext
21647 cat >>conftest.$ac_ext <<_ACEOF
21648 /* end confdefs.h. */
21649 #include <sys/types.h>
21650 #ifdef HAVE_SYS_PARAM_H
21651 # include <sys/param.h>
21652 #endif
21653 #ifdef HAVE_SYS_MOUNT_H
21654 # include <sys/mount.h>
21655 #endif
21656 #ifdef HAVE_SYS_VFS_H
21657 # include <sys/vfs.h>
21658 #endif
21659 #ifdef HAVE_SYS_STATFS_H
21660 # include <sys/statfs.h>
21661 #endif
21664 main ()
21666 static struct statfs ac_aggr;
21667 if (sizeof ac_aggr.f_ffree)
21668 return 0;
21670 return 0;
21672 _ACEOF
21673 rm -f conftest.$ac_objext
21674 if { (ac_try="$ac_compile"
21675 case "(($ac_try" in
21676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21677 *) ac_try_echo=$ac_try;;
21678 esac
21679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21680 $as_echo "$ac_try_echo") >&5
21681 (eval "$ac_compile") 2>conftest.er1
21682 ac_status=$?
21683 grep -v '^ *+' conftest.er1 >conftest.err
21684 rm -f conftest.er1
21685 cat conftest.err >&5
21686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21687 (exit $ac_status); } && {
21688 test -z "$ac_c_werror_flag" ||
21689 test ! -s conftest.err
21690 } && test -s conftest.$ac_objext; then
21691 ac_cv_member_struct_statfs_f_ffree=yes
21692 else
21693 $as_echo "$as_me: failed program was:" >&5
21694 sed 's/^/| /' conftest.$ac_ext >&5
21696 ac_cv_member_struct_statfs_f_ffree=no
21699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21704 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21705 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21706 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21708 cat >>confdefs.h <<_ACEOF
21709 #define HAVE_STRUCT_STATFS_F_FFREE 1
21710 _ACEOF
21714 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21715 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21716 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21717 $as_echo_n "(cached) " >&6
21718 else
21719 cat >conftest.$ac_ext <<_ACEOF
21720 /* confdefs.h. */
21721 _ACEOF
21722 cat confdefs.h >>conftest.$ac_ext
21723 cat >>conftest.$ac_ext <<_ACEOF
21724 /* end confdefs.h. */
21725 #include <sys/types.h>
21726 #ifdef HAVE_SYS_PARAM_H
21727 # include <sys/param.h>
21728 #endif
21729 #ifdef HAVE_SYS_MOUNT_H
21730 # include <sys/mount.h>
21731 #endif
21732 #ifdef HAVE_SYS_VFS_H
21733 # include <sys/vfs.h>
21734 #endif
21735 #ifdef HAVE_SYS_STATFS_H
21736 # include <sys/statfs.h>
21737 #endif
21740 main ()
21742 static struct statfs ac_aggr;
21743 if (ac_aggr.f_favail)
21744 return 0;
21746 return 0;
21748 _ACEOF
21749 rm -f conftest.$ac_objext
21750 if { (ac_try="$ac_compile"
21751 case "(($ac_try" in
21752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21753 *) ac_try_echo=$ac_try;;
21754 esac
21755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21756 $as_echo "$ac_try_echo") >&5
21757 (eval "$ac_compile") 2>conftest.er1
21758 ac_status=$?
21759 grep -v '^ *+' conftest.er1 >conftest.err
21760 rm -f conftest.er1
21761 cat conftest.err >&5
21762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21763 (exit $ac_status); } && {
21764 test -z "$ac_c_werror_flag" ||
21765 test ! -s conftest.err
21766 } && test -s conftest.$ac_objext; then
21767 ac_cv_member_struct_statfs_f_favail=yes
21768 else
21769 $as_echo "$as_me: failed program was:" >&5
21770 sed 's/^/| /' conftest.$ac_ext >&5
21772 cat >conftest.$ac_ext <<_ACEOF
21773 /* confdefs.h. */
21774 _ACEOF
21775 cat confdefs.h >>conftest.$ac_ext
21776 cat >>conftest.$ac_ext <<_ACEOF
21777 /* end confdefs.h. */
21778 #include <sys/types.h>
21779 #ifdef HAVE_SYS_PARAM_H
21780 # include <sys/param.h>
21781 #endif
21782 #ifdef HAVE_SYS_MOUNT_H
21783 # include <sys/mount.h>
21784 #endif
21785 #ifdef HAVE_SYS_VFS_H
21786 # include <sys/vfs.h>
21787 #endif
21788 #ifdef HAVE_SYS_STATFS_H
21789 # include <sys/statfs.h>
21790 #endif
21793 main ()
21795 static struct statfs ac_aggr;
21796 if (sizeof ac_aggr.f_favail)
21797 return 0;
21799 return 0;
21801 _ACEOF
21802 rm -f conftest.$ac_objext
21803 if { (ac_try="$ac_compile"
21804 case "(($ac_try" in
21805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21806 *) ac_try_echo=$ac_try;;
21807 esac
21808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21809 $as_echo "$ac_try_echo") >&5
21810 (eval "$ac_compile") 2>conftest.er1
21811 ac_status=$?
21812 grep -v '^ *+' conftest.er1 >conftest.err
21813 rm -f conftest.er1
21814 cat conftest.err >&5
21815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21816 (exit $ac_status); } && {
21817 test -z "$ac_c_werror_flag" ||
21818 test ! -s conftest.err
21819 } && test -s conftest.$ac_objext; then
21820 ac_cv_member_struct_statfs_f_favail=yes
21821 else
21822 $as_echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21825 ac_cv_member_struct_statfs_f_favail=no
21828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21833 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21834 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21835 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21837 cat >>confdefs.h <<_ACEOF
21838 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21839 _ACEOF
21843 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21844 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21845 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21846 $as_echo_n "(cached) " >&6
21847 else
21848 cat >conftest.$ac_ext <<_ACEOF
21849 /* confdefs.h. */
21850 _ACEOF
21851 cat confdefs.h >>conftest.$ac_ext
21852 cat >>conftest.$ac_ext <<_ACEOF
21853 /* end confdefs.h. */
21854 #include <sys/types.h>
21855 #ifdef HAVE_SYS_PARAM_H
21856 # include <sys/param.h>
21857 #endif
21858 #ifdef HAVE_SYS_MOUNT_H
21859 # include <sys/mount.h>
21860 #endif
21861 #ifdef HAVE_SYS_VFS_H
21862 # include <sys/vfs.h>
21863 #endif
21864 #ifdef HAVE_SYS_STATFS_H
21865 # include <sys/statfs.h>
21866 #endif
21869 main ()
21871 static struct statfs ac_aggr;
21872 if (ac_aggr.f_namelen)
21873 return 0;
21875 return 0;
21877 _ACEOF
21878 rm -f conftest.$ac_objext
21879 if { (ac_try="$ac_compile"
21880 case "(($ac_try" in
21881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21882 *) ac_try_echo=$ac_try;;
21883 esac
21884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21885 $as_echo "$ac_try_echo") >&5
21886 (eval "$ac_compile") 2>conftest.er1
21887 ac_status=$?
21888 grep -v '^ *+' conftest.er1 >conftest.err
21889 rm -f conftest.er1
21890 cat conftest.err >&5
21891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21892 (exit $ac_status); } && {
21893 test -z "$ac_c_werror_flag" ||
21894 test ! -s conftest.err
21895 } && test -s conftest.$ac_objext; then
21896 ac_cv_member_struct_statfs_f_namelen=yes
21897 else
21898 $as_echo "$as_me: failed program was:" >&5
21899 sed 's/^/| /' conftest.$ac_ext >&5
21901 cat >conftest.$ac_ext <<_ACEOF
21902 /* confdefs.h. */
21903 _ACEOF
21904 cat confdefs.h >>conftest.$ac_ext
21905 cat >>conftest.$ac_ext <<_ACEOF
21906 /* end confdefs.h. */
21907 #include <sys/types.h>
21908 #ifdef HAVE_SYS_PARAM_H
21909 # include <sys/param.h>
21910 #endif
21911 #ifdef HAVE_SYS_MOUNT_H
21912 # include <sys/mount.h>
21913 #endif
21914 #ifdef HAVE_SYS_VFS_H
21915 # include <sys/vfs.h>
21916 #endif
21917 #ifdef HAVE_SYS_STATFS_H
21918 # include <sys/statfs.h>
21919 #endif
21922 main ()
21924 static struct statfs ac_aggr;
21925 if (sizeof ac_aggr.f_namelen)
21926 return 0;
21928 return 0;
21930 _ACEOF
21931 rm -f conftest.$ac_objext
21932 if { (ac_try="$ac_compile"
21933 case "(($ac_try" in
21934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21935 *) ac_try_echo=$ac_try;;
21936 esac
21937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21938 $as_echo "$ac_try_echo") >&5
21939 (eval "$ac_compile") 2>conftest.er1
21940 ac_status=$?
21941 grep -v '^ *+' conftest.er1 >conftest.err
21942 rm -f conftest.er1
21943 cat conftest.err >&5
21944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } && {
21946 test -z "$ac_c_werror_flag" ||
21947 test ! -s conftest.err
21948 } && test -s conftest.$ac_objext; then
21949 ac_cv_member_struct_statfs_f_namelen=yes
21950 else
21951 $as_echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.$ac_ext >&5
21954 ac_cv_member_struct_statfs_f_namelen=no
21957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21962 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21963 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21964 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21966 cat >>confdefs.h <<_ACEOF
21967 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21968 _ACEOF
21974 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21975 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21976 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21977 $as_echo_n "(cached) " >&6
21978 else
21979 cat >conftest.$ac_ext <<_ACEOF
21980 /* confdefs.h. */
21981 _ACEOF
21982 cat confdefs.h >>conftest.$ac_ext
21983 cat >>conftest.$ac_ext <<_ACEOF
21984 /* end confdefs.h. */
21985 #ifdef HAVE_SYS_STATVFS_H
21986 #include <sys/statvfs.h>
21987 #endif
21990 main ()
21992 static struct statvfs ac_aggr;
21993 if (ac_aggr.f_blocks)
21994 return 0;
21996 return 0;
21998 _ACEOF
21999 rm -f conftest.$ac_objext
22000 if { (ac_try="$ac_compile"
22001 case "(($ac_try" in
22002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22003 *) ac_try_echo=$ac_try;;
22004 esac
22005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22006 $as_echo "$ac_try_echo") >&5
22007 (eval "$ac_compile") 2>conftest.er1
22008 ac_status=$?
22009 grep -v '^ *+' conftest.er1 >conftest.err
22010 rm -f conftest.er1
22011 cat conftest.err >&5
22012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22013 (exit $ac_status); } && {
22014 test -z "$ac_c_werror_flag" ||
22015 test ! -s conftest.err
22016 } && test -s conftest.$ac_objext; then
22017 ac_cv_member_struct_statvfs_f_blocks=yes
22018 else
22019 $as_echo "$as_me: failed program was:" >&5
22020 sed 's/^/| /' conftest.$ac_ext >&5
22022 cat >conftest.$ac_ext <<_ACEOF
22023 /* confdefs.h. */
22024 _ACEOF
22025 cat confdefs.h >>conftest.$ac_ext
22026 cat >>conftest.$ac_ext <<_ACEOF
22027 /* end confdefs.h. */
22028 #ifdef HAVE_SYS_STATVFS_H
22029 #include <sys/statvfs.h>
22030 #endif
22033 main ()
22035 static struct statvfs ac_aggr;
22036 if (sizeof ac_aggr.f_blocks)
22037 return 0;
22039 return 0;
22041 _ACEOF
22042 rm -f conftest.$ac_objext
22043 if { (ac_try="$ac_compile"
22044 case "(($ac_try" in
22045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22046 *) ac_try_echo=$ac_try;;
22047 esac
22048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22049 $as_echo "$ac_try_echo") >&5
22050 (eval "$ac_compile") 2>conftest.er1
22051 ac_status=$?
22052 grep -v '^ *+' conftest.er1 >conftest.err
22053 rm -f conftest.er1
22054 cat conftest.err >&5
22055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22056 (exit $ac_status); } && {
22057 test -z "$ac_c_werror_flag" ||
22058 test ! -s conftest.err
22059 } && test -s conftest.$ac_objext; then
22060 ac_cv_member_struct_statvfs_f_blocks=yes
22061 else
22062 $as_echo "$as_me: failed program was:" >&5
22063 sed 's/^/| /' conftest.$ac_ext >&5
22065 ac_cv_member_struct_statvfs_f_blocks=no
22068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22073 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22074 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22075 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22077 cat >>confdefs.h <<_ACEOF
22078 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22079 _ACEOF
22085 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22086 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22087 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22088 $as_echo_n "(cached) " >&6
22089 else
22090 cat >conftest.$ac_ext <<_ACEOF
22091 /* confdefs.h. */
22092 _ACEOF
22093 cat confdefs.h >>conftest.$ac_ext
22094 cat >>conftest.$ac_ext <<_ACEOF
22095 /* end confdefs.h. */
22096 #include <sys/types.h>
22097 #ifdef HAVE_SYS_SOCKET_H
22098 # include <sys/socket.h>
22099 #endif
22100 #ifdef HAVE_SYS_UN_H
22101 # include <sys/un.h>
22102 #endif
22105 main ()
22107 static struct msghdr ac_aggr;
22108 if (ac_aggr.msg_accrights)
22109 return 0;
22111 return 0;
22113 _ACEOF
22114 rm -f conftest.$ac_objext
22115 if { (ac_try="$ac_compile"
22116 case "(($ac_try" in
22117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22118 *) ac_try_echo=$ac_try;;
22119 esac
22120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22121 $as_echo "$ac_try_echo") >&5
22122 (eval "$ac_compile") 2>conftest.er1
22123 ac_status=$?
22124 grep -v '^ *+' conftest.er1 >conftest.err
22125 rm -f conftest.er1
22126 cat conftest.err >&5
22127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22128 (exit $ac_status); } && {
22129 test -z "$ac_c_werror_flag" ||
22130 test ! -s conftest.err
22131 } && test -s conftest.$ac_objext; then
22132 ac_cv_member_struct_msghdr_msg_accrights=yes
22133 else
22134 $as_echo "$as_me: failed program was:" >&5
22135 sed 's/^/| /' conftest.$ac_ext >&5
22137 cat >conftest.$ac_ext <<_ACEOF
22138 /* confdefs.h. */
22139 _ACEOF
22140 cat confdefs.h >>conftest.$ac_ext
22141 cat >>conftest.$ac_ext <<_ACEOF
22142 /* end confdefs.h. */
22143 #include <sys/types.h>
22144 #ifdef HAVE_SYS_SOCKET_H
22145 # include <sys/socket.h>
22146 #endif
22147 #ifdef HAVE_SYS_UN_H
22148 # include <sys/un.h>
22149 #endif
22152 main ()
22154 static struct msghdr ac_aggr;
22155 if (sizeof ac_aggr.msg_accrights)
22156 return 0;
22158 return 0;
22160 _ACEOF
22161 rm -f conftest.$ac_objext
22162 if { (ac_try="$ac_compile"
22163 case "(($ac_try" in
22164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22165 *) ac_try_echo=$ac_try;;
22166 esac
22167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22168 $as_echo "$ac_try_echo") >&5
22169 (eval "$ac_compile") 2>conftest.er1
22170 ac_status=$?
22171 grep -v '^ *+' conftest.er1 >conftest.err
22172 rm -f conftest.er1
22173 cat conftest.err >&5
22174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22175 (exit $ac_status); } && {
22176 test -z "$ac_c_werror_flag" ||
22177 test ! -s conftest.err
22178 } && test -s conftest.$ac_objext; then
22179 ac_cv_member_struct_msghdr_msg_accrights=yes
22180 else
22181 $as_echo "$as_me: failed program was:" >&5
22182 sed 's/^/| /' conftest.$ac_ext >&5
22184 ac_cv_member_struct_msghdr_msg_accrights=no
22187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22192 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22193 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22194 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22196 cat >>confdefs.h <<_ACEOF
22197 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22198 _ACEOF
22202 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22203 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22204 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22205 $as_echo_n "(cached) " >&6
22206 else
22207 cat >conftest.$ac_ext <<_ACEOF
22208 /* confdefs.h. */
22209 _ACEOF
22210 cat confdefs.h >>conftest.$ac_ext
22211 cat >>conftest.$ac_ext <<_ACEOF
22212 /* end confdefs.h. */
22213 #include <sys/types.h>
22214 #ifdef HAVE_SYS_SOCKET_H
22215 # include <sys/socket.h>
22216 #endif
22217 #ifdef HAVE_SYS_UN_H
22218 # include <sys/un.h>
22219 #endif
22222 main ()
22224 static struct sockaddr ac_aggr;
22225 if (ac_aggr.sa_len)
22226 return 0;
22228 return 0;
22230 _ACEOF
22231 rm -f conftest.$ac_objext
22232 if { (ac_try="$ac_compile"
22233 case "(($ac_try" in
22234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22235 *) ac_try_echo=$ac_try;;
22236 esac
22237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22238 $as_echo "$ac_try_echo") >&5
22239 (eval "$ac_compile") 2>conftest.er1
22240 ac_status=$?
22241 grep -v '^ *+' conftest.er1 >conftest.err
22242 rm -f conftest.er1
22243 cat conftest.err >&5
22244 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22245 (exit $ac_status); } && {
22246 test -z "$ac_c_werror_flag" ||
22247 test ! -s conftest.err
22248 } && test -s conftest.$ac_objext; then
22249 ac_cv_member_struct_sockaddr_sa_len=yes
22250 else
22251 $as_echo "$as_me: failed program was:" >&5
22252 sed 's/^/| /' conftest.$ac_ext >&5
22254 cat >conftest.$ac_ext <<_ACEOF
22255 /* confdefs.h. */
22256 _ACEOF
22257 cat confdefs.h >>conftest.$ac_ext
22258 cat >>conftest.$ac_ext <<_ACEOF
22259 /* end confdefs.h. */
22260 #include <sys/types.h>
22261 #ifdef HAVE_SYS_SOCKET_H
22262 # include <sys/socket.h>
22263 #endif
22264 #ifdef HAVE_SYS_UN_H
22265 # include <sys/un.h>
22266 #endif
22269 main ()
22271 static struct sockaddr ac_aggr;
22272 if (sizeof ac_aggr.sa_len)
22273 return 0;
22275 return 0;
22277 _ACEOF
22278 rm -f conftest.$ac_objext
22279 if { (ac_try="$ac_compile"
22280 case "(($ac_try" in
22281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22282 *) ac_try_echo=$ac_try;;
22283 esac
22284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22285 $as_echo "$ac_try_echo") >&5
22286 (eval "$ac_compile") 2>conftest.er1
22287 ac_status=$?
22288 grep -v '^ *+' conftest.er1 >conftest.err
22289 rm -f conftest.er1
22290 cat conftest.err >&5
22291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22292 (exit $ac_status); } && {
22293 test -z "$ac_c_werror_flag" ||
22294 test ! -s conftest.err
22295 } && test -s conftest.$ac_objext; then
22296 ac_cv_member_struct_sockaddr_sa_len=yes
22297 else
22298 $as_echo "$as_me: failed program was:" >&5
22299 sed 's/^/| /' conftest.$ac_ext >&5
22301 ac_cv_member_struct_sockaddr_sa_len=no
22304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22310 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22311 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22313 cat >>confdefs.h <<_ACEOF
22314 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22315 _ACEOF
22319 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22320 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22321 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22322 $as_echo_n "(cached) " >&6
22323 else
22324 cat >conftest.$ac_ext <<_ACEOF
22325 /* confdefs.h. */
22326 _ACEOF
22327 cat confdefs.h >>conftest.$ac_ext
22328 cat >>conftest.$ac_ext <<_ACEOF
22329 /* end confdefs.h. */
22330 #include <sys/types.h>
22331 #ifdef HAVE_SYS_SOCKET_H
22332 # include <sys/socket.h>
22333 #endif
22334 #ifdef HAVE_SYS_UN_H
22335 # include <sys/un.h>
22336 #endif
22339 main ()
22341 static struct sockaddr_un ac_aggr;
22342 if (ac_aggr.sun_len)
22343 return 0;
22345 return 0;
22347 _ACEOF
22348 rm -f conftest.$ac_objext
22349 if { (ac_try="$ac_compile"
22350 case "(($ac_try" in
22351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22352 *) ac_try_echo=$ac_try;;
22353 esac
22354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22355 $as_echo "$ac_try_echo") >&5
22356 (eval "$ac_compile") 2>conftest.er1
22357 ac_status=$?
22358 grep -v '^ *+' conftest.er1 >conftest.err
22359 rm -f conftest.er1
22360 cat conftest.err >&5
22361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22362 (exit $ac_status); } && {
22363 test -z "$ac_c_werror_flag" ||
22364 test ! -s conftest.err
22365 } && test -s conftest.$ac_objext; then
22366 ac_cv_member_struct_sockaddr_un_sun_len=yes
22367 else
22368 $as_echo "$as_me: failed program was:" >&5
22369 sed 's/^/| /' conftest.$ac_ext >&5
22371 cat >conftest.$ac_ext <<_ACEOF
22372 /* confdefs.h. */
22373 _ACEOF
22374 cat confdefs.h >>conftest.$ac_ext
22375 cat >>conftest.$ac_ext <<_ACEOF
22376 /* end confdefs.h. */
22377 #include <sys/types.h>
22378 #ifdef HAVE_SYS_SOCKET_H
22379 # include <sys/socket.h>
22380 #endif
22381 #ifdef HAVE_SYS_UN_H
22382 # include <sys/un.h>
22383 #endif
22386 main ()
22388 static struct sockaddr_un ac_aggr;
22389 if (sizeof ac_aggr.sun_len)
22390 return 0;
22392 return 0;
22394 _ACEOF
22395 rm -f conftest.$ac_objext
22396 if { (ac_try="$ac_compile"
22397 case "(($ac_try" in
22398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22399 *) ac_try_echo=$ac_try;;
22400 esac
22401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22402 $as_echo "$ac_try_echo") >&5
22403 (eval "$ac_compile") 2>conftest.er1
22404 ac_status=$?
22405 grep -v '^ *+' conftest.er1 >conftest.err
22406 rm -f conftest.er1
22407 cat conftest.err >&5
22408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22409 (exit $ac_status); } && {
22410 test -z "$ac_c_werror_flag" ||
22411 test ! -s conftest.err
22412 } && test -s conftest.$ac_objext; then
22413 ac_cv_member_struct_sockaddr_un_sun_len=yes
22414 else
22415 $as_echo "$as_me: failed program was:" >&5
22416 sed 's/^/| /' conftest.$ac_ext >&5
22418 ac_cv_member_struct_sockaddr_un_sun_len=no
22421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22426 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22427 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22428 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22430 cat >>confdefs.h <<_ACEOF
22431 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22432 _ACEOF
22438 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22439 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22440 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22441 $as_echo_n "(cached) " >&6
22442 else
22443 cat >conftest.$ac_ext <<_ACEOF
22444 /* confdefs.h. */
22445 _ACEOF
22446 cat confdefs.h >>conftest.$ac_ext
22447 cat >>conftest.$ac_ext <<_ACEOF
22448 /* end confdefs.h. */
22449 #include <sys/types.h>
22450 #ifdef HAVE_SCSI_SG_H
22451 #include <scsi/sg.h>
22452 #endif
22455 main ()
22457 static scsireq_t ac_aggr;
22458 if (ac_aggr.cmd)
22459 return 0;
22461 return 0;
22463 _ACEOF
22464 rm -f conftest.$ac_objext
22465 if { (ac_try="$ac_compile"
22466 case "(($ac_try" in
22467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22468 *) ac_try_echo=$ac_try;;
22469 esac
22470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22471 $as_echo "$ac_try_echo") >&5
22472 (eval "$ac_compile") 2>conftest.er1
22473 ac_status=$?
22474 grep -v '^ *+' conftest.er1 >conftest.err
22475 rm -f conftest.er1
22476 cat conftest.err >&5
22477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22478 (exit $ac_status); } && {
22479 test -z "$ac_c_werror_flag" ||
22480 test ! -s conftest.err
22481 } && test -s conftest.$ac_objext; then
22482 ac_cv_member_scsireq_t_cmd=yes
22483 else
22484 $as_echo "$as_me: failed program was:" >&5
22485 sed 's/^/| /' conftest.$ac_ext >&5
22487 cat >conftest.$ac_ext <<_ACEOF
22488 /* confdefs.h. */
22489 _ACEOF
22490 cat confdefs.h >>conftest.$ac_ext
22491 cat >>conftest.$ac_ext <<_ACEOF
22492 /* end confdefs.h. */
22493 #include <sys/types.h>
22494 #ifdef HAVE_SCSI_SG_H
22495 #include <scsi/sg.h>
22496 #endif
22499 main ()
22501 static scsireq_t ac_aggr;
22502 if (sizeof ac_aggr.cmd)
22503 return 0;
22505 return 0;
22507 _ACEOF
22508 rm -f conftest.$ac_objext
22509 if { (ac_try="$ac_compile"
22510 case "(($ac_try" in
22511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22512 *) ac_try_echo=$ac_try;;
22513 esac
22514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22515 $as_echo "$ac_try_echo") >&5
22516 (eval "$ac_compile") 2>conftest.er1
22517 ac_status=$?
22518 grep -v '^ *+' conftest.er1 >conftest.err
22519 rm -f conftest.er1
22520 cat conftest.err >&5
22521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22522 (exit $ac_status); } && {
22523 test -z "$ac_c_werror_flag" ||
22524 test ! -s conftest.err
22525 } && test -s conftest.$ac_objext; then
22526 ac_cv_member_scsireq_t_cmd=yes
22527 else
22528 $as_echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22531 ac_cv_member_scsireq_t_cmd=no
22534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22539 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22540 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22541 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22543 cat >>confdefs.h <<_ACEOF
22544 #define HAVE_SCSIREQ_T_CMD 1
22545 _ACEOF
22549 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22550 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22551 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22552 $as_echo_n "(cached) " >&6
22553 else
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_SCSI_SG_H
22562 #include <scsi/sg.h>
22563 #endif
22566 main ()
22568 static sg_io_hdr_t ac_aggr;
22569 if (ac_aggr.interface_id)
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_sg_io_hdr_t_interface_id=yes
22594 else
22595 $as_echo "$as_me: failed program was:" >&5
22596 sed 's/^/| /' conftest.$ac_ext >&5
22598 cat >conftest.$ac_ext <<_ACEOF
22599 /* confdefs.h. */
22600 _ACEOF
22601 cat confdefs.h >>conftest.$ac_ext
22602 cat >>conftest.$ac_ext <<_ACEOF
22603 /* end confdefs.h. */
22604 #include <sys/types.h>
22605 #ifdef HAVE_SCSI_SG_H
22606 #include <scsi/sg.h>
22607 #endif
22610 main ()
22612 static sg_io_hdr_t ac_aggr;
22613 if (sizeof ac_aggr.interface_id)
22614 return 0;
22616 return 0;
22618 _ACEOF
22619 rm -f conftest.$ac_objext
22620 if { (ac_try="$ac_compile"
22621 case "(($ac_try" in
22622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22623 *) ac_try_echo=$ac_try;;
22624 esac
22625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22626 $as_echo "$ac_try_echo") >&5
22627 (eval "$ac_compile") 2>conftest.er1
22628 ac_status=$?
22629 grep -v '^ *+' conftest.er1 >conftest.err
22630 rm -f conftest.er1
22631 cat conftest.err >&5
22632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22633 (exit $ac_status); } && {
22634 test -z "$ac_c_werror_flag" ||
22635 test ! -s conftest.err
22636 } && test -s conftest.$ac_objext; then
22637 ac_cv_member_sg_io_hdr_t_interface_id=yes
22638 else
22639 $as_echo "$as_me: failed program was:" >&5
22640 sed 's/^/| /' conftest.$ac_ext >&5
22642 ac_cv_member_sg_io_hdr_t_interface_id=no
22645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22650 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22651 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22652 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22654 cat >>confdefs.h <<_ACEOF
22655 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22656 _ACEOF
22662 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22663 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22664 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22665 $as_echo_n "(cached) " >&6
22666 else
22667 cat >conftest.$ac_ext <<_ACEOF
22668 /* confdefs.h. */
22669 _ACEOF
22670 cat confdefs.h >>conftest.$ac_ext
22671 cat >>conftest.$ac_ext <<_ACEOF
22672 /* end confdefs.h. */
22673 #include <signal.h>
22676 main ()
22678 static siginfo_t ac_aggr;
22679 if (ac_aggr.si_fd)
22680 return 0;
22682 return 0;
22684 _ACEOF
22685 rm -f conftest.$ac_objext
22686 if { (ac_try="$ac_compile"
22687 case "(($ac_try" in
22688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22689 *) ac_try_echo=$ac_try;;
22690 esac
22691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22692 $as_echo "$ac_try_echo") >&5
22693 (eval "$ac_compile") 2>conftest.er1
22694 ac_status=$?
22695 grep -v '^ *+' conftest.er1 >conftest.err
22696 rm -f conftest.er1
22697 cat conftest.err >&5
22698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22699 (exit $ac_status); } && {
22700 test -z "$ac_c_werror_flag" ||
22701 test ! -s conftest.err
22702 } && test -s conftest.$ac_objext; then
22703 ac_cv_member_siginfo_t_si_fd=yes
22704 else
22705 $as_echo "$as_me: failed program was:" >&5
22706 sed 's/^/| /' conftest.$ac_ext >&5
22708 cat >conftest.$ac_ext <<_ACEOF
22709 /* confdefs.h. */
22710 _ACEOF
22711 cat confdefs.h >>conftest.$ac_ext
22712 cat >>conftest.$ac_ext <<_ACEOF
22713 /* end confdefs.h. */
22714 #include <signal.h>
22717 main ()
22719 static siginfo_t ac_aggr;
22720 if (sizeof ac_aggr.si_fd)
22721 return 0;
22723 return 0;
22725 _ACEOF
22726 rm -f conftest.$ac_objext
22727 if { (ac_try="$ac_compile"
22728 case "(($ac_try" in
22729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22730 *) ac_try_echo=$ac_try;;
22731 esac
22732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22733 $as_echo "$ac_try_echo") >&5
22734 (eval "$ac_compile") 2>conftest.er1
22735 ac_status=$?
22736 grep -v '^ *+' conftest.er1 >conftest.err
22737 rm -f conftest.er1
22738 cat conftest.err >&5
22739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22740 (exit $ac_status); } && {
22741 test -z "$ac_c_werror_flag" ||
22742 test ! -s conftest.err
22743 } && test -s conftest.$ac_objext; then
22744 ac_cv_member_siginfo_t_si_fd=yes
22745 else
22746 $as_echo "$as_me: failed program was:" >&5
22747 sed 's/^/| /' conftest.$ac_ext >&5
22749 ac_cv_member_siginfo_t_si_fd=no
22752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22757 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22758 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22759 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22761 cat >>confdefs.h <<_ACEOF
22762 #define HAVE_SIGINFO_T_SI_FD 1
22763 _ACEOF
22769 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22770 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22771 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22772 $as_echo_n "(cached) " >&6
22773 else
22774 cat >conftest.$ac_ext <<_ACEOF
22775 /* confdefs.h. */
22776 _ACEOF
22777 cat confdefs.h >>conftest.$ac_ext
22778 cat >>conftest.$ac_ext <<_ACEOF
22779 /* end confdefs.h. */
22780 #include <sys/types.h>
22781 #ifdef HAVE_SYS_MTIO_H
22782 #include <sys/mtio.h>
22783 #endif
22786 main ()
22788 static struct mtget ac_aggr;
22789 if (ac_aggr.mt_blksiz)
22790 return 0;
22792 return 0;
22794 _ACEOF
22795 rm -f conftest.$ac_objext
22796 if { (ac_try="$ac_compile"
22797 case "(($ac_try" in
22798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22799 *) ac_try_echo=$ac_try;;
22800 esac
22801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22802 $as_echo "$ac_try_echo") >&5
22803 (eval "$ac_compile") 2>conftest.er1
22804 ac_status=$?
22805 grep -v '^ *+' conftest.er1 >conftest.err
22806 rm -f conftest.er1
22807 cat conftest.err >&5
22808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22809 (exit $ac_status); } && {
22810 test -z "$ac_c_werror_flag" ||
22811 test ! -s conftest.err
22812 } && test -s conftest.$ac_objext; then
22813 ac_cv_member_struct_mtget_mt_blksiz=yes
22814 else
22815 $as_echo "$as_me: failed program was:" >&5
22816 sed 's/^/| /' conftest.$ac_ext >&5
22818 cat >conftest.$ac_ext <<_ACEOF
22819 /* confdefs.h. */
22820 _ACEOF
22821 cat confdefs.h >>conftest.$ac_ext
22822 cat >>conftest.$ac_ext <<_ACEOF
22823 /* end confdefs.h. */
22824 #include <sys/types.h>
22825 #ifdef HAVE_SYS_MTIO_H
22826 #include <sys/mtio.h>
22827 #endif
22830 main ()
22832 static struct mtget ac_aggr;
22833 if (sizeof ac_aggr.mt_blksiz)
22834 return 0;
22836 return 0;
22838 _ACEOF
22839 rm -f conftest.$ac_objext
22840 if { (ac_try="$ac_compile"
22841 case "(($ac_try" in
22842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22843 *) ac_try_echo=$ac_try;;
22844 esac
22845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22846 $as_echo "$ac_try_echo") >&5
22847 (eval "$ac_compile") 2>conftest.er1
22848 ac_status=$?
22849 grep -v '^ *+' conftest.er1 >conftest.err
22850 rm -f conftest.er1
22851 cat conftest.err >&5
22852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853 (exit $ac_status); } && {
22854 test -z "$ac_c_werror_flag" ||
22855 test ! -s conftest.err
22856 } && test -s conftest.$ac_objext; then
22857 ac_cv_member_struct_mtget_mt_blksiz=yes
22858 else
22859 $as_echo "$as_me: failed program was:" >&5
22860 sed 's/^/| /' conftest.$ac_ext >&5
22862 ac_cv_member_struct_mtget_mt_blksiz=no
22865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22870 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22871 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22872 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22874 cat >>confdefs.h <<_ACEOF
22875 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22876 _ACEOF
22880 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22881 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22882 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22883 $as_echo_n "(cached) " >&6
22884 else
22885 cat >conftest.$ac_ext <<_ACEOF
22886 /* confdefs.h. */
22887 _ACEOF
22888 cat confdefs.h >>conftest.$ac_ext
22889 cat >>conftest.$ac_ext <<_ACEOF
22890 /* end confdefs.h. */
22891 #include <sys/types.h>
22892 #ifdef HAVE_SYS_MTIO_H
22893 #include <sys/mtio.h>
22894 #endif
22897 main ()
22899 static struct mtget ac_aggr;
22900 if (ac_aggr.mt_gstat)
22901 return 0;
22903 return 0;
22905 _ACEOF
22906 rm -f conftest.$ac_objext
22907 if { (ac_try="$ac_compile"
22908 case "(($ac_try" in
22909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22910 *) ac_try_echo=$ac_try;;
22911 esac
22912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22913 $as_echo "$ac_try_echo") >&5
22914 (eval "$ac_compile") 2>conftest.er1
22915 ac_status=$?
22916 grep -v '^ *+' conftest.er1 >conftest.err
22917 rm -f conftest.er1
22918 cat conftest.err >&5
22919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920 (exit $ac_status); } && {
22921 test -z "$ac_c_werror_flag" ||
22922 test ! -s conftest.err
22923 } && test -s conftest.$ac_objext; then
22924 ac_cv_member_struct_mtget_mt_gstat=yes
22925 else
22926 $as_echo "$as_me: failed program was:" >&5
22927 sed 's/^/| /' conftest.$ac_ext >&5
22929 cat >conftest.$ac_ext <<_ACEOF
22930 /* confdefs.h. */
22931 _ACEOF
22932 cat confdefs.h >>conftest.$ac_ext
22933 cat >>conftest.$ac_ext <<_ACEOF
22934 /* end confdefs.h. */
22935 #include <sys/types.h>
22936 #ifdef HAVE_SYS_MTIO_H
22937 #include <sys/mtio.h>
22938 #endif
22941 main ()
22943 static struct mtget ac_aggr;
22944 if (sizeof ac_aggr.mt_gstat)
22945 return 0;
22947 return 0;
22949 _ACEOF
22950 rm -f conftest.$ac_objext
22951 if { (ac_try="$ac_compile"
22952 case "(($ac_try" in
22953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22954 *) ac_try_echo=$ac_try;;
22955 esac
22956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22957 $as_echo "$ac_try_echo") >&5
22958 (eval "$ac_compile") 2>conftest.er1
22959 ac_status=$?
22960 grep -v '^ *+' conftest.er1 >conftest.err
22961 rm -f conftest.er1
22962 cat conftest.err >&5
22963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22964 (exit $ac_status); } && {
22965 test -z "$ac_c_werror_flag" ||
22966 test ! -s conftest.err
22967 } && test -s conftest.$ac_objext; then
22968 ac_cv_member_struct_mtget_mt_gstat=yes
22969 else
22970 $as_echo "$as_me: failed program was:" >&5
22971 sed 's/^/| /' conftest.$ac_ext >&5
22973 ac_cv_member_struct_mtget_mt_gstat=no
22976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22981 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22982 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22983 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22985 cat >>confdefs.h <<_ACEOF
22986 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22987 _ACEOF
22991 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22992 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22993 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22994 $as_echo_n "(cached) " >&6
22995 else
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 #include <sys/types.h>
23003 #ifdef HAVE_SYS_MTIO_H
23004 #include <sys/mtio.h>
23005 #endif
23008 main ()
23010 static struct mtget ac_aggr;
23011 if (ac_aggr.mt_blkno)
23012 return 0;
23014 return 0;
23016 _ACEOF
23017 rm -f conftest.$ac_objext
23018 if { (ac_try="$ac_compile"
23019 case "(($ac_try" in
23020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23021 *) ac_try_echo=$ac_try;;
23022 esac
23023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23024 $as_echo "$ac_try_echo") >&5
23025 (eval "$ac_compile") 2>conftest.er1
23026 ac_status=$?
23027 grep -v '^ *+' conftest.er1 >conftest.err
23028 rm -f conftest.er1
23029 cat conftest.err >&5
23030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23031 (exit $ac_status); } && {
23032 test -z "$ac_c_werror_flag" ||
23033 test ! -s conftest.err
23034 } && test -s conftest.$ac_objext; then
23035 ac_cv_member_struct_mtget_mt_blkno=yes
23036 else
23037 $as_echo "$as_me: failed program was:" >&5
23038 sed 's/^/| /' conftest.$ac_ext >&5
23040 cat >conftest.$ac_ext <<_ACEOF
23041 /* confdefs.h. */
23042 _ACEOF
23043 cat confdefs.h >>conftest.$ac_ext
23044 cat >>conftest.$ac_ext <<_ACEOF
23045 /* end confdefs.h. */
23046 #include <sys/types.h>
23047 #ifdef HAVE_SYS_MTIO_H
23048 #include <sys/mtio.h>
23049 #endif
23052 main ()
23054 static struct mtget ac_aggr;
23055 if (sizeof ac_aggr.mt_blkno)
23056 return 0;
23058 return 0;
23060 _ACEOF
23061 rm -f conftest.$ac_objext
23062 if { (ac_try="$ac_compile"
23063 case "(($ac_try" in
23064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23065 *) ac_try_echo=$ac_try;;
23066 esac
23067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23068 $as_echo "$ac_try_echo") >&5
23069 (eval "$ac_compile") 2>conftest.er1
23070 ac_status=$?
23071 grep -v '^ *+' conftest.er1 >conftest.err
23072 rm -f conftest.er1
23073 cat conftest.err >&5
23074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23075 (exit $ac_status); } && {
23076 test -z "$ac_c_werror_flag" ||
23077 test ! -s conftest.err
23078 } && test -s conftest.$ac_objext; then
23079 ac_cv_member_struct_mtget_mt_blkno=yes
23080 else
23081 $as_echo "$as_me: failed program was:" >&5
23082 sed 's/^/| /' conftest.$ac_ext >&5
23084 ac_cv_member_struct_mtget_mt_blkno=no
23087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23092 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23093 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23094 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23096 cat >>confdefs.h <<_ACEOF
23097 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23098 _ACEOF
23104 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23105 $as_echo_n "checking for struct option.name... " >&6; }
23106 if test "${ac_cv_member_struct_option_name+set}" = set; then
23107 $as_echo_n "(cached) " >&6
23108 else
23109 cat >conftest.$ac_ext <<_ACEOF
23110 /* confdefs.h. */
23111 _ACEOF
23112 cat confdefs.h >>conftest.$ac_ext
23113 cat >>conftest.$ac_ext <<_ACEOF
23114 /* end confdefs.h. */
23115 #ifdef HAVE_GETOPT_H
23116 #include <getopt.h>
23117 #endif
23120 main ()
23122 static struct option ac_aggr;
23123 if (ac_aggr.name)
23124 return 0;
23126 return 0;
23128 _ACEOF
23129 rm -f conftest.$ac_objext
23130 if { (ac_try="$ac_compile"
23131 case "(($ac_try" in
23132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23133 *) ac_try_echo=$ac_try;;
23134 esac
23135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23136 $as_echo "$ac_try_echo") >&5
23137 (eval "$ac_compile") 2>conftest.er1
23138 ac_status=$?
23139 grep -v '^ *+' conftest.er1 >conftest.err
23140 rm -f conftest.er1
23141 cat conftest.err >&5
23142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23143 (exit $ac_status); } && {
23144 test -z "$ac_c_werror_flag" ||
23145 test ! -s conftest.err
23146 } && test -s conftest.$ac_objext; then
23147 ac_cv_member_struct_option_name=yes
23148 else
23149 $as_echo "$as_me: failed program was:" >&5
23150 sed 's/^/| /' conftest.$ac_ext >&5
23152 cat >conftest.$ac_ext <<_ACEOF
23153 /* confdefs.h. */
23154 _ACEOF
23155 cat confdefs.h >>conftest.$ac_ext
23156 cat >>conftest.$ac_ext <<_ACEOF
23157 /* end confdefs.h. */
23158 #ifdef HAVE_GETOPT_H
23159 #include <getopt.h>
23160 #endif
23163 main ()
23165 static struct option ac_aggr;
23166 if (sizeof ac_aggr.name)
23167 return 0;
23169 return 0;
23171 _ACEOF
23172 rm -f conftest.$ac_objext
23173 if { (ac_try="$ac_compile"
23174 case "(($ac_try" in
23175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23176 *) ac_try_echo=$ac_try;;
23177 esac
23178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23179 $as_echo "$ac_try_echo") >&5
23180 (eval "$ac_compile") 2>conftest.er1
23181 ac_status=$?
23182 grep -v '^ *+' conftest.er1 >conftest.err
23183 rm -f conftest.er1
23184 cat conftest.err >&5
23185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23186 (exit $ac_status); } && {
23187 test -z "$ac_c_werror_flag" ||
23188 test ! -s conftest.err
23189 } && test -s conftest.$ac_objext; then
23190 ac_cv_member_struct_option_name=yes
23191 else
23192 $as_echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.$ac_ext >&5
23195 ac_cv_member_struct_option_name=no
23198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23203 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23204 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23205 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23207 cat >>confdefs.h <<_ACEOF
23208 #define HAVE_STRUCT_OPTION_NAME 1
23209 _ACEOF
23215 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23216 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23217 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23218 $as_echo_n "(cached) " >&6
23219 else
23220 cat >conftest.$ac_ext <<_ACEOF
23221 /* confdefs.h. */
23222 _ACEOF
23223 cat confdefs.h >>conftest.$ac_ext
23224 cat >>conftest.$ac_ext <<_ACEOF
23225 /* end confdefs.h. */
23226 $ac_includes_default
23228 main ()
23230 static struct stat ac_aggr;
23231 if (ac_aggr.st_blocks)
23232 return 0;
23234 return 0;
23236 _ACEOF
23237 rm -f conftest.$ac_objext
23238 if { (ac_try="$ac_compile"
23239 case "(($ac_try" in
23240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23241 *) ac_try_echo=$ac_try;;
23242 esac
23243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23244 $as_echo "$ac_try_echo") >&5
23245 (eval "$ac_compile") 2>conftest.er1
23246 ac_status=$?
23247 grep -v '^ *+' conftest.er1 >conftest.err
23248 rm -f conftest.er1
23249 cat conftest.err >&5
23250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23251 (exit $ac_status); } && {
23252 test -z "$ac_c_werror_flag" ||
23253 test ! -s conftest.err
23254 } && test -s conftest.$ac_objext; then
23255 ac_cv_member_struct_stat_st_blocks=yes
23256 else
23257 $as_echo "$as_me: failed program was:" >&5
23258 sed 's/^/| /' conftest.$ac_ext >&5
23260 cat >conftest.$ac_ext <<_ACEOF
23261 /* confdefs.h. */
23262 _ACEOF
23263 cat confdefs.h >>conftest.$ac_ext
23264 cat >>conftest.$ac_ext <<_ACEOF
23265 /* end confdefs.h. */
23266 $ac_includes_default
23268 main ()
23270 static struct stat ac_aggr;
23271 if (sizeof ac_aggr.st_blocks)
23272 return 0;
23274 return 0;
23276 _ACEOF
23277 rm -f conftest.$ac_objext
23278 if { (ac_try="$ac_compile"
23279 case "(($ac_try" in
23280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23281 *) ac_try_echo=$ac_try;;
23282 esac
23283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23284 $as_echo "$ac_try_echo") >&5
23285 (eval "$ac_compile") 2>conftest.er1
23286 ac_status=$?
23287 grep -v '^ *+' conftest.er1 >conftest.err
23288 rm -f conftest.er1
23289 cat conftest.err >&5
23290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23291 (exit $ac_status); } && {
23292 test -z "$ac_c_werror_flag" ||
23293 test ! -s conftest.err
23294 } && test -s conftest.$ac_objext; then
23295 ac_cv_member_struct_stat_st_blocks=yes
23296 else
23297 $as_echo "$as_me: failed program was:" >&5
23298 sed 's/^/| /' conftest.$ac_ext >&5
23300 ac_cv_member_struct_stat_st_blocks=no
23303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23308 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23309 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23310 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23312 cat >>confdefs.h <<_ACEOF
23313 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23314 _ACEOF
23318 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23319 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23320 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23321 $as_echo_n "(cached) " >&6
23322 else
23323 cat >conftest.$ac_ext <<_ACEOF
23324 /* confdefs.h. */
23325 _ACEOF
23326 cat confdefs.h >>conftest.$ac_ext
23327 cat >>conftest.$ac_ext <<_ACEOF
23328 /* end confdefs.h. */
23329 $ac_includes_default
23331 main ()
23333 static struct stat ac_aggr;
23334 if (ac_aggr.st_mtim)
23335 return 0;
23337 return 0;
23339 _ACEOF
23340 rm -f conftest.$ac_objext
23341 if { (ac_try="$ac_compile"
23342 case "(($ac_try" in
23343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23344 *) ac_try_echo=$ac_try;;
23345 esac
23346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23347 $as_echo "$ac_try_echo") >&5
23348 (eval "$ac_compile") 2>conftest.er1
23349 ac_status=$?
23350 grep -v '^ *+' conftest.er1 >conftest.err
23351 rm -f conftest.er1
23352 cat conftest.err >&5
23353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23354 (exit $ac_status); } && {
23355 test -z "$ac_c_werror_flag" ||
23356 test ! -s conftest.err
23357 } && test -s conftest.$ac_objext; then
23358 ac_cv_member_struct_stat_st_mtim=yes
23359 else
23360 $as_echo "$as_me: failed program was:" >&5
23361 sed 's/^/| /' conftest.$ac_ext >&5
23363 cat >conftest.$ac_ext <<_ACEOF
23364 /* confdefs.h. */
23365 _ACEOF
23366 cat confdefs.h >>conftest.$ac_ext
23367 cat >>conftest.$ac_ext <<_ACEOF
23368 /* end confdefs.h. */
23369 $ac_includes_default
23371 main ()
23373 static struct stat ac_aggr;
23374 if (sizeof ac_aggr.st_mtim)
23375 return 0;
23377 return 0;
23379 _ACEOF
23380 rm -f conftest.$ac_objext
23381 if { (ac_try="$ac_compile"
23382 case "(($ac_try" in
23383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23384 *) ac_try_echo=$ac_try;;
23385 esac
23386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23387 $as_echo "$ac_try_echo") >&5
23388 (eval "$ac_compile") 2>conftest.er1
23389 ac_status=$?
23390 grep -v '^ *+' conftest.er1 >conftest.err
23391 rm -f conftest.er1
23392 cat conftest.err >&5
23393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23394 (exit $ac_status); } && {
23395 test -z "$ac_c_werror_flag" ||
23396 test ! -s conftest.err
23397 } && test -s conftest.$ac_objext; then
23398 ac_cv_member_struct_stat_st_mtim=yes
23399 else
23400 $as_echo "$as_me: failed program was:" >&5
23401 sed 's/^/| /' conftest.$ac_ext >&5
23403 ac_cv_member_struct_stat_st_mtim=no
23406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23411 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23412 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23413 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23415 cat >>confdefs.h <<_ACEOF
23416 #define HAVE_STRUCT_STAT_ST_MTIM 1
23417 _ACEOF
23421 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23422 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23423 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23424 $as_echo_n "(cached) " >&6
23425 else
23426 cat >conftest.$ac_ext <<_ACEOF
23427 /* confdefs.h. */
23428 _ACEOF
23429 cat confdefs.h >>conftest.$ac_ext
23430 cat >>conftest.$ac_ext <<_ACEOF
23431 /* end confdefs.h. */
23432 $ac_includes_default
23434 main ()
23436 static struct stat ac_aggr;
23437 if (ac_aggr.st_ctim)
23438 return 0;
23440 return 0;
23442 _ACEOF
23443 rm -f conftest.$ac_objext
23444 if { (ac_try="$ac_compile"
23445 case "(($ac_try" in
23446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23447 *) ac_try_echo=$ac_try;;
23448 esac
23449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23450 $as_echo "$ac_try_echo") >&5
23451 (eval "$ac_compile") 2>conftest.er1
23452 ac_status=$?
23453 grep -v '^ *+' conftest.er1 >conftest.err
23454 rm -f conftest.er1
23455 cat conftest.err >&5
23456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23457 (exit $ac_status); } && {
23458 test -z "$ac_c_werror_flag" ||
23459 test ! -s conftest.err
23460 } && test -s conftest.$ac_objext; then
23461 ac_cv_member_struct_stat_st_ctim=yes
23462 else
23463 $as_echo "$as_me: failed program was:" >&5
23464 sed 's/^/| /' conftest.$ac_ext >&5
23466 cat >conftest.$ac_ext <<_ACEOF
23467 /* confdefs.h. */
23468 _ACEOF
23469 cat confdefs.h >>conftest.$ac_ext
23470 cat >>conftest.$ac_ext <<_ACEOF
23471 /* end confdefs.h. */
23472 $ac_includes_default
23474 main ()
23476 static struct stat ac_aggr;
23477 if (sizeof ac_aggr.st_ctim)
23478 return 0;
23480 return 0;
23482 _ACEOF
23483 rm -f conftest.$ac_objext
23484 if { (ac_try="$ac_compile"
23485 case "(($ac_try" in
23486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23487 *) ac_try_echo=$ac_try;;
23488 esac
23489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23490 $as_echo "$ac_try_echo") >&5
23491 (eval "$ac_compile") 2>conftest.er1
23492 ac_status=$?
23493 grep -v '^ *+' conftest.er1 >conftest.err
23494 rm -f conftest.er1
23495 cat conftest.err >&5
23496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23497 (exit $ac_status); } && {
23498 test -z "$ac_c_werror_flag" ||
23499 test ! -s conftest.err
23500 } && test -s conftest.$ac_objext; then
23501 ac_cv_member_struct_stat_st_ctim=yes
23502 else
23503 $as_echo "$as_me: failed program was:" >&5
23504 sed 's/^/| /' conftest.$ac_ext >&5
23506 ac_cv_member_struct_stat_st_ctim=no
23509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23514 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23515 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23516 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23518 cat >>confdefs.h <<_ACEOF
23519 #define HAVE_STRUCT_STAT_ST_CTIM 1
23520 _ACEOF
23524 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23525 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23526 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23527 $as_echo_n "(cached) " >&6
23528 else
23529 cat >conftest.$ac_ext <<_ACEOF
23530 /* confdefs.h. */
23531 _ACEOF
23532 cat confdefs.h >>conftest.$ac_ext
23533 cat >>conftest.$ac_ext <<_ACEOF
23534 /* end confdefs.h. */
23535 $ac_includes_default
23537 main ()
23539 static struct stat ac_aggr;
23540 if (ac_aggr.st_atim)
23541 return 0;
23543 return 0;
23545 _ACEOF
23546 rm -f conftest.$ac_objext
23547 if { (ac_try="$ac_compile"
23548 case "(($ac_try" in
23549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23550 *) ac_try_echo=$ac_try;;
23551 esac
23552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23553 $as_echo "$ac_try_echo") >&5
23554 (eval "$ac_compile") 2>conftest.er1
23555 ac_status=$?
23556 grep -v '^ *+' conftest.er1 >conftest.err
23557 rm -f conftest.er1
23558 cat conftest.err >&5
23559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23560 (exit $ac_status); } && {
23561 test -z "$ac_c_werror_flag" ||
23562 test ! -s conftest.err
23563 } && test -s conftest.$ac_objext; then
23564 ac_cv_member_struct_stat_st_atim=yes
23565 else
23566 $as_echo "$as_me: failed program was:" >&5
23567 sed 's/^/| /' conftest.$ac_ext >&5
23569 cat >conftest.$ac_ext <<_ACEOF
23570 /* confdefs.h. */
23571 _ACEOF
23572 cat confdefs.h >>conftest.$ac_ext
23573 cat >>conftest.$ac_ext <<_ACEOF
23574 /* end confdefs.h. */
23575 $ac_includes_default
23577 main ()
23579 static struct stat ac_aggr;
23580 if (sizeof ac_aggr.st_atim)
23581 return 0;
23583 return 0;
23585 _ACEOF
23586 rm -f conftest.$ac_objext
23587 if { (ac_try="$ac_compile"
23588 case "(($ac_try" in
23589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23590 *) ac_try_echo=$ac_try;;
23591 esac
23592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23593 $as_echo "$ac_try_echo") >&5
23594 (eval "$ac_compile") 2>conftest.er1
23595 ac_status=$?
23596 grep -v '^ *+' conftest.er1 >conftest.err
23597 rm -f conftest.er1
23598 cat conftest.err >&5
23599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23600 (exit $ac_status); } && {
23601 test -z "$ac_c_werror_flag" ||
23602 test ! -s conftest.err
23603 } && test -s conftest.$ac_objext; then
23604 ac_cv_member_struct_stat_st_atim=yes
23605 else
23606 $as_echo "$as_me: failed program was:" >&5
23607 sed 's/^/| /' conftest.$ac_ext >&5
23609 ac_cv_member_struct_stat_st_atim=no
23612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23617 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23618 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23619 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23621 cat >>confdefs.h <<_ACEOF
23622 #define HAVE_STRUCT_STAT_ST_ATIM 1
23623 _ACEOF
23629 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23630 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23631 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23632 $as_echo_n "(cached) " >&6
23633 else
23634 cat >conftest.$ac_ext <<_ACEOF
23635 /* confdefs.h. */
23636 _ACEOF
23637 cat confdefs.h >>conftest.$ac_ext
23638 cat >>conftest.$ac_ext <<_ACEOF
23639 /* end confdefs.h. */
23640 #ifdef HAVE_SYS_TYPES_H
23641 #include <sys/types.h>
23642 #endif
23643 #ifdef HAVE_NETINET_IN_H
23644 #include <netinet/in.h>
23645 #endif
23648 main ()
23650 static struct sockaddr_in6 ac_aggr;
23651 if (ac_aggr.sin6_scope_id)
23652 return 0;
23654 return 0;
23656 _ACEOF
23657 rm -f conftest.$ac_objext
23658 if { (ac_try="$ac_compile"
23659 case "(($ac_try" in
23660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23661 *) ac_try_echo=$ac_try;;
23662 esac
23663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23664 $as_echo "$ac_try_echo") >&5
23665 (eval "$ac_compile") 2>conftest.er1
23666 ac_status=$?
23667 grep -v '^ *+' conftest.er1 >conftest.err
23668 rm -f conftest.er1
23669 cat conftest.err >&5
23670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23671 (exit $ac_status); } && {
23672 test -z "$ac_c_werror_flag" ||
23673 test ! -s conftest.err
23674 } && test -s conftest.$ac_objext; then
23675 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23676 else
23677 $as_echo "$as_me: failed program was:" >&5
23678 sed 's/^/| /' conftest.$ac_ext >&5
23680 cat >conftest.$ac_ext <<_ACEOF
23681 /* confdefs.h. */
23682 _ACEOF
23683 cat confdefs.h >>conftest.$ac_ext
23684 cat >>conftest.$ac_ext <<_ACEOF
23685 /* end confdefs.h. */
23686 #ifdef HAVE_SYS_TYPES_H
23687 #include <sys/types.h>
23688 #endif
23689 #ifdef HAVE_NETINET_IN_H
23690 #include <netinet/in.h>
23691 #endif
23694 main ()
23696 static struct sockaddr_in6 ac_aggr;
23697 if (sizeof ac_aggr.sin6_scope_id)
23698 return 0;
23700 return 0;
23702 _ACEOF
23703 rm -f conftest.$ac_objext
23704 if { (ac_try="$ac_compile"
23705 case "(($ac_try" in
23706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23707 *) ac_try_echo=$ac_try;;
23708 esac
23709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23710 $as_echo "$ac_try_echo") >&5
23711 (eval "$ac_compile") 2>conftest.er1
23712 ac_status=$?
23713 grep -v '^ *+' conftest.er1 >conftest.err
23714 rm -f conftest.er1
23715 cat conftest.err >&5
23716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23717 (exit $ac_status); } && {
23718 test -z "$ac_c_werror_flag" ||
23719 test ! -s conftest.err
23720 } && test -s conftest.$ac_objext; then
23721 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23722 else
23723 $as_echo "$as_me: failed program was:" >&5
23724 sed 's/^/| /' conftest.$ac_ext >&5
23726 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23734 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23735 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23736 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23738 cat >>confdefs.h <<_ACEOF
23739 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23740 _ACEOF
23746 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23747 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23748 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23749 $as_echo_n "(cached) " >&6
23750 else
23751 cat >conftest.$ac_ext <<_ACEOF
23752 /* confdefs.h. */
23753 _ACEOF
23754 cat confdefs.h >>conftest.$ac_ext
23755 cat >>conftest.$ac_ext <<_ACEOF
23756 /* end confdefs.h. */
23757 #ifdef HAVE_SYS_TYPES_H
23758 #include <sys/types.h>
23759 #endif
23760 #ifdef HAVE_NETINET_IN_H
23761 # include <netinet/in.h>
23762 #endif
23763 #ifdef HAVE_ARPA_NAMESER_H
23764 # include <arpa/nameser.h>
23765 #endif
23768 main ()
23770 static ns_msg ac_aggr;
23771 if (ac_aggr._msg_ptr)
23772 return 0;
23774 return 0;
23776 _ACEOF
23777 rm -f conftest.$ac_objext
23778 if { (ac_try="$ac_compile"
23779 case "(($ac_try" in
23780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23781 *) ac_try_echo=$ac_try;;
23782 esac
23783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23784 $as_echo "$ac_try_echo") >&5
23785 (eval "$ac_compile") 2>conftest.er1
23786 ac_status=$?
23787 grep -v '^ *+' conftest.er1 >conftest.err
23788 rm -f conftest.er1
23789 cat conftest.err >&5
23790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23791 (exit $ac_status); } && {
23792 test -z "$ac_c_werror_flag" ||
23793 test ! -s conftest.err
23794 } && test -s conftest.$ac_objext; then
23795 ac_cv_member_ns_msg__msg_ptr=yes
23796 else
23797 $as_echo "$as_me: failed program was:" >&5
23798 sed 's/^/| /' conftest.$ac_ext >&5
23800 cat >conftest.$ac_ext <<_ACEOF
23801 /* confdefs.h. */
23802 _ACEOF
23803 cat confdefs.h >>conftest.$ac_ext
23804 cat >>conftest.$ac_ext <<_ACEOF
23805 /* end confdefs.h. */
23806 #ifdef HAVE_SYS_TYPES_H
23807 #include <sys/types.h>
23808 #endif
23809 #ifdef HAVE_NETINET_IN_H
23810 # include <netinet/in.h>
23811 #endif
23812 #ifdef HAVE_ARPA_NAMESER_H
23813 # include <arpa/nameser.h>
23814 #endif
23817 main ()
23819 static ns_msg ac_aggr;
23820 if (sizeof ac_aggr._msg_ptr)
23821 return 0;
23823 return 0;
23825 _ACEOF
23826 rm -f conftest.$ac_objext
23827 if { (ac_try="$ac_compile"
23828 case "(($ac_try" in
23829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23830 *) ac_try_echo=$ac_try;;
23831 esac
23832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23833 $as_echo "$ac_try_echo") >&5
23834 (eval "$ac_compile") 2>conftest.er1
23835 ac_status=$?
23836 grep -v '^ *+' conftest.er1 >conftest.err
23837 rm -f conftest.er1
23838 cat conftest.err >&5
23839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23840 (exit $ac_status); } && {
23841 test -z "$ac_c_werror_flag" ||
23842 test ! -s conftest.err
23843 } && test -s conftest.$ac_objext; then
23844 ac_cv_member_ns_msg__msg_ptr=yes
23845 else
23846 $as_echo "$as_me: failed program was:" >&5
23847 sed 's/^/| /' conftest.$ac_ext >&5
23849 ac_cv_member_ns_msg__msg_ptr=no
23852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23857 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23858 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23859 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23861 cat >>confdefs.h <<_ACEOF
23862 #define HAVE_NS_MSG__MSG_PTR 1
23863 _ACEOF
23869 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23870 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23871 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23872 $as_echo_n "(cached) " >&6
23873 else
23874 cat >conftest.$ac_ext <<_ACEOF
23875 /* confdefs.h. */
23876 _ACEOF
23877 cat confdefs.h >>conftest.$ac_ext
23878 cat >>conftest.$ac_ext <<_ACEOF
23879 /* end confdefs.h. */
23880 #ifdef HAVE_SYS_TYPES_H
23881 #include <sys/types.h>
23882 #endif
23883 #ifdef HAVE_ALIAS_H
23884 #include <alias.h>
23885 #endif
23886 #ifdef HAVE_SYS_SOCKET_H
23887 #include <sys/socket.h>
23888 #endif
23889 #ifdef HAVE_SYS_SOCKETVAR_H
23890 #include <sys/socketvar.h>
23891 #endif
23892 #ifdef HAVE_SYS_TIMEOUT_H
23893 #include <sys/timeout.h>
23894 #endif
23895 #ifdef HAVE_NETINET_IN_H
23896 #include <netinet/in.h>
23897 #endif
23898 #ifdef HAVE_NETINET_IN_SYSTM_H
23899 #include <netinet/in_systm.h>
23900 #endif
23901 #ifdef HAVE_NETINET_IP_H
23902 #include <netinet/ip.h>
23903 #endif
23904 #ifdef HAVE_NETINET_IP_VAR_H
23905 #include <netinet/ip_var.h>
23906 #endif
23907 #ifdef HAVE_NETINET_IP_ICMP_H
23908 #include <netinet/ip_icmp.h>
23909 #endif
23910 #ifdef HAVE_NETINET_ICMP_VAR
23911 #include <netinet/icmp_var.h>
23912 #endif
23915 main ()
23917 static struct icmpstat ac_aggr;
23918 if (ac_aggr.icps_outhist)
23919 return 0;
23921 return 0;
23923 _ACEOF
23924 rm -f conftest.$ac_objext
23925 if { (ac_try="$ac_compile"
23926 case "(($ac_try" in
23927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23928 *) ac_try_echo=$ac_try;;
23929 esac
23930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23931 $as_echo "$ac_try_echo") >&5
23932 (eval "$ac_compile") 2>conftest.er1
23933 ac_status=$?
23934 grep -v '^ *+' conftest.er1 >conftest.err
23935 rm -f conftest.er1
23936 cat conftest.err >&5
23937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23938 (exit $ac_status); } && {
23939 test -z "$ac_c_werror_flag" ||
23940 test ! -s conftest.err
23941 } && test -s conftest.$ac_objext; then
23942 ac_cv_member_struct_icmpstat_icps_outhist=yes
23943 else
23944 $as_echo "$as_me: failed program was:" >&5
23945 sed 's/^/| /' conftest.$ac_ext >&5
23947 cat >conftest.$ac_ext <<_ACEOF
23948 /* confdefs.h. */
23949 _ACEOF
23950 cat confdefs.h >>conftest.$ac_ext
23951 cat >>conftest.$ac_ext <<_ACEOF
23952 /* end confdefs.h. */
23953 #ifdef HAVE_SYS_TYPES_H
23954 #include <sys/types.h>
23955 #endif
23956 #ifdef HAVE_ALIAS_H
23957 #include <alias.h>
23958 #endif
23959 #ifdef HAVE_SYS_SOCKET_H
23960 #include <sys/socket.h>
23961 #endif
23962 #ifdef HAVE_SYS_SOCKETVAR_H
23963 #include <sys/socketvar.h>
23964 #endif
23965 #ifdef HAVE_SYS_TIMEOUT_H
23966 #include <sys/timeout.h>
23967 #endif
23968 #ifdef HAVE_NETINET_IN_H
23969 #include <netinet/in.h>
23970 #endif
23971 #ifdef HAVE_NETINET_IN_SYSTM_H
23972 #include <netinet/in_systm.h>
23973 #endif
23974 #ifdef HAVE_NETINET_IP_H
23975 #include <netinet/ip.h>
23976 #endif
23977 #ifdef HAVE_NETINET_IP_VAR_H
23978 #include <netinet/ip_var.h>
23979 #endif
23980 #ifdef HAVE_NETINET_IP_ICMP_H
23981 #include <netinet/ip_icmp.h>
23982 #endif
23983 #ifdef HAVE_NETINET_ICMP_VAR
23984 #include <netinet/icmp_var.h>
23985 #endif
23988 main ()
23990 static struct icmpstat ac_aggr;
23991 if (sizeof ac_aggr.icps_outhist)
23992 return 0;
23994 return 0;
23996 _ACEOF
23997 rm -f conftest.$ac_objext
23998 if { (ac_try="$ac_compile"
23999 case "(($ac_try" in
24000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24001 *) ac_try_echo=$ac_try;;
24002 esac
24003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24004 $as_echo "$ac_try_echo") >&5
24005 (eval "$ac_compile") 2>conftest.er1
24006 ac_status=$?
24007 grep -v '^ *+' conftest.er1 >conftest.err
24008 rm -f conftest.er1
24009 cat conftest.err >&5
24010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24011 (exit $ac_status); } && {
24012 test -z "$ac_c_werror_flag" ||
24013 test ! -s conftest.err
24014 } && test -s conftest.$ac_objext; then
24015 ac_cv_member_struct_icmpstat_icps_outhist=yes
24016 else
24017 $as_echo "$as_me: failed program was:" >&5
24018 sed 's/^/| /' conftest.$ac_ext >&5
24020 ac_cv_member_struct_icmpstat_icps_outhist=no
24023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24028 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
24029 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
24030 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
24032 cat >>confdefs.h <<_ACEOF
24033 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
24034 _ACEOF
24040 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
24041 $as_echo_n "checking for timezone variable... " >&6; }
24042 if test "${ac_cv_have_timezone+set}" = set; then
24043 $as_echo_n "(cached) " >&6
24044 else
24045 cat >conftest.$ac_ext <<_ACEOF
24046 /* confdefs.h. */
24047 _ACEOF
24048 cat confdefs.h >>conftest.$ac_ext
24049 cat >>conftest.$ac_ext <<_ACEOF
24050 /* end confdefs.h. */
24051 #include <time.h>
24053 main ()
24055 timezone = 1
24057 return 0;
24059 _ACEOF
24060 rm -f conftest.$ac_objext conftest$ac_exeext
24061 if { (ac_try="$ac_link"
24062 case "(($ac_try" in
24063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24064 *) ac_try_echo=$ac_try;;
24065 esac
24066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24067 $as_echo "$ac_try_echo") >&5
24068 (eval "$ac_link") 2>conftest.er1
24069 ac_status=$?
24070 grep -v '^ *+' conftest.er1 >conftest.err
24071 rm -f conftest.er1
24072 cat conftest.err >&5
24073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24074 (exit $ac_status); } && {
24075 test -z "$ac_c_werror_flag" ||
24076 test ! -s conftest.err
24077 } && test -s conftest$ac_exeext && {
24078 test "$cross_compiling" = yes ||
24079 $as_test_x conftest$ac_exeext
24080 }; then
24081 ac_cv_have_timezone="yes"
24082 else
24083 $as_echo "$as_me: failed program was:" >&5
24084 sed 's/^/| /' conftest.$ac_ext >&5
24086 ac_cv_have_timezone="no"
24089 rm -rf conftest.dSYM
24090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24091 conftest$ac_exeext conftest.$ac_ext
24093 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24094 $as_echo "$ac_cv_have_timezone" >&6; }
24095 if test "$ac_cv_have_timezone" = "yes"
24096 then
24098 cat >>confdefs.h <<\_ACEOF
24099 #define HAVE_TIMEZONE 1
24100 _ACEOF
24103 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24104 $as_echo_n "checking for daylight variable... " >&6; }
24105 if test "${ac_cv_have_daylight+set}" = set; then
24106 $as_echo_n "(cached) " >&6
24107 else
24108 cat >conftest.$ac_ext <<_ACEOF
24109 /* confdefs.h. */
24110 _ACEOF
24111 cat confdefs.h >>conftest.$ac_ext
24112 cat >>conftest.$ac_ext <<_ACEOF
24113 /* end confdefs.h. */
24114 #include <time.h>
24116 main ()
24118 daylight = 1
24120 return 0;
24122 _ACEOF
24123 rm -f conftest.$ac_objext conftest$ac_exeext
24124 if { (ac_try="$ac_link"
24125 case "(($ac_try" in
24126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24127 *) ac_try_echo=$ac_try;;
24128 esac
24129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24130 $as_echo "$ac_try_echo") >&5
24131 (eval "$ac_link") 2>conftest.er1
24132 ac_status=$?
24133 grep -v '^ *+' conftest.er1 >conftest.err
24134 rm -f conftest.er1
24135 cat conftest.err >&5
24136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24137 (exit $ac_status); } && {
24138 test -z "$ac_c_werror_flag" ||
24139 test ! -s conftest.err
24140 } && test -s conftest$ac_exeext && {
24141 test "$cross_compiling" = yes ||
24142 $as_test_x conftest$ac_exeext
24143 }; then
24144 ac_cv_have_daylight="yes"
24145 else
24146 $as_echo "$as_me: failed program was:" >&5
24147 sed 's/^/| /' conftest.$ac_ext >&5
24149 ac_cv_have_daylight="no"
24152 rm -rf conftest.dSYM
24153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24154 conftest$ac_exeext conftest.$ac_ext
24156 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24157 $as_echo "$ac_cv_have_daylight" >&6; }
24158 if test "$ac_cv_have_daylight" = "yes"
24159 then
24161 cat >>confdefs.h <<\_ACEOF
24162 #define HAVE_DAYLIGHT 1
24163 _ACEOF
24167 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24168 $as_echo_n "checking for isinf... " >&6; }
24169 if test "${ac_cv_have_isinf+set}" = set; then
24170 $as_echo_n "(cached) " >&6
24171 else
24172 cat >conftest.$ac_ext <<_ACEOF
24173 /* confdefs.h. */
24174 _ACEOF
24175 cat confdefs.h >>conftest.$ac_ext
24176 cat >>conftest.$ac_ext <<_ACEOF
24177 /* end confdefs.h. */
24178 #include <math.h>
24180 main ()
24182 float f = 0.0; int i=isinf(f)
24184 return 0;
24186 _ACEOF
24187 rm -f conftest.$ac_objext conftest$ac_exeext
24188 if { (ac_try="$ac_link"
24189 case "(($ac_try" in
24190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24191 *) ac_try_echo=$ac_try;;
24192 esac
24193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24194 $as_echo "$ac_try_echo") >&5
24195 (eval "$ac_link") 2>conftest.er1
24196 ac_status=$?
24197 grep -v '^ *+' conftest.er1 >conftest.err
24198 rm -f conftest.er1
24199 cat conftest.err >&5
24200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24201 (exit $ac_status); } && {
24202 test -z "$ac_c_werror_flag" ||
24203 test ! -s conftest.err
24204 } && test -s conftest$ac_exeext && {
24205 test "$cross_compiling" = yes ||
24206 $as_test_x conftest$ac_exeext
24207 }; then
24208 ac_cv_have_isinf="yes"
24209 else
24210 $as_echo "$as_me: failed program was:" >&5
24211 sed 's/^/| /' conftest.$ac_ext >&5
24213 ac_cv_have_isinf="no"
24216 rm -rf conftest.dSYM
24217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24218 conftest$ac_exeext conftest.$ac_ext
24220 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24221 $as_echo "$ac_cv_have_isinf" >&6; }
24222 if test "$ac_cv_have_isinf" = "yes"
24223 then
24225 cat >>confdefs.h <<\_ACEOF
24226 #define HAVE_ISINF 1
24227 _ACEOF
24231 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24232 $as_echo_n "checking for isnan... " >&6; }
24233 if test "${ac_cv_have_isnan+set}" = set; then
24234 $as_echo_n "(cached) " >&6
24235 else
24236 cat >conftest.$ac_ext <<_ACEOF
24237 /* confdefs.h. */
24238 _ACEOF
24239 cat confdefs.h >>conftest.$ac_ext
24240 cat >>conftest.$ac_ext <<_ACEOF
24241 /* end confdefs.h. */
24242 #include <math.h>
24244 main ()
24246 float f = 0.0; int i=isnan(f)
24248 return 0;
24250 _ACEOF
24251 rm -f conftest.$ac_objext conftest$ac_exeext
24252 if { (ac_try="$ac_link"
24253 case "(($ac_try" in
24254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24255 *) ac_try_echo=$ac_try;;
24256 esac
24257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24258 $as_echo "$ac_try_echo") >&5
24259 (eval "$ac_link") 2>conftest.er1
24260 ac_status=$?
24261 grep -v '^ *+' conftest.er1 >conftest.err
24262 rm -f conftest.er1
24263 cat conftest.err >&5
24264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24265 (exit $ac_status); } && {
24266 test -z "$ac_c_werror_flag" ||
24267 test ! -s conftest.err
24268 } && test -s conftest$ac_exeext && {
24269 test "$cross_compiling" = yes ||
24270 $as_test_x conftest$ac_exeext
24271 }; then
24272 ac_cv_have_isnan="yes"
24273 else
24274 $as_echo "$as_me: failed program was:" >&5
24275 sed 's/^/| /' conftest.$ac_ext >&5
24277 ac_cv_have_isnan="no"
24280 rm -rf conftest.dSYM
24281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24282 conftest$ac_exeext conftest.$ac_ext
24284 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24285 $as_echo "$ac_cv_have_isnan" >&6; }
24286 if test "$ac_cv_have_isnan" = "yes"
24287 then
24289 cat >>confdefs.h <<\_ACEOF
24290 #define HAVE_ISNAN 1
24291 _ACEOF
24296 case $host_cpu in
24297 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24298 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24299 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24300 $as_echo_n "(cached) " >&6
24301 else
24302 cat >conftest.$ac_ext <<_ACEOF
24303 /* confdefs.h. */
24304 _ACEOF
24305 cat confdefs.h >>conftest.$ac_ext
24306 cat >>conftest.$ac_ext <<_ACEOF
24307 /* end confdefs.h. */
24308 #ifndef __i386__
24310 #endif
24311 _ACEOF
24312 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24313 $EGREP "yes" >/dev/null 2>&1; then
24314 ac_cv_cpp_def___i386__=yes
24315 else
24316 ac_cv_cpp_def___i386__=no
24318 rm -f conftest*
24321 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24322 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24323 if test $ac_cv_cpp_def___i386__ = yes; then
24324 CFLAGS="$CFLAGS -D__i386__"
24325 LINTFLAGS="$LINTFLAGS -D__i386__"
24328 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24329 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24330 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24331 $as_echo_n "(cached) " >&6
24332 else
24333 cat >conftest.$ac_ext <<_ACEOF
24334 /* confdefs.h. */
24335 _ACEOF
24336 cat confdefs.h >>conftest.$ac_ext
24337 cat >>conftest.$ac_ext <<_ACEOF
24338 /* end confdefs.h. */
24339 #ifndef __x86_64__
24341 #endif
24342 _ACEOF
24343 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24344 $EGREP "yes" >/dev/null 2>&1; then
24345 ac_cv_cpp_def___x86_64__=yes
24346 else
24347 ac_cv_cpp_def___x86_64__=no
24349 rm -f conftest*
24352 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24353 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24354 if test $ac_cv_cpp_def___x86_64__ = yes; then
24355 CFLAGS="$CFLAGS -D__x86_64__"
24356 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24359 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24360 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24361 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24362 $as_echo_n "(cached) " >&6
24363 else
24364 cat >conftest.$ac_ext <<_ACEOF
24365 /* confdefs.h. */
24366 _ACEOF
24367 cat confdefs.h >>conftest.$ac_ext
24368 cat >>conftest.$ac_ext <<_ACEOF
24369 /* end confdefs.h. */
24370 #ifndef __ALPHA__
24372 #endif
24373 _ACEOF
24374 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24375 $EGREP "yes" >/dev/null 2>&1; then
24376 ac_cv_cpp_def___ALPHA__=yes
24377 else
24378 ac_cv_cpp_def___ALPHA__=no
24380 rm -f conftest*
24383 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24384 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24385 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24386 CFLAGS="$CFLAGS -D__ALPHA__"
24387 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24390 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24391 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24392 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24393 $as_echo_n "(cached) " >&6
24394 else
24395 cat >conftest.$ac_ext <<_ACEOF
24396 /* confdefs.h. */
24397 _ACEOF
24398 cat confdefs.h >>conftest.$ac_ext
24399 cat >>conftest.$ac_ext <<_ACEOF
24400 /* end confdefs.h. */
24401 #ifndef __sparc__
24403 #endif
24404 _ACEOF
24405 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24406 $EGREP "yes" >/dev/null 2>&1; then
24407 ac_cv_cpp_def___sparc__=yes
24408 else
24409 ac_cv_cpp_def___sparc__=no
24411 rm -f conftest*
24414 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24415 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24416 if test $ac_cv_cpp_def___sparc__ = yes; then
24417 CFLAGS="$CFLAGS -D__sparc__"
24418 LINTFLAGS="$LINTFLAGS -D__sparc__"
24421 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24422 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24423 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24424 $as_echo_n "(cached) " >&6
24425 else
24426 cat >conftest.$ac_ext <<_ACEOF
24427 /* confdefs.h. */
24428 _ACEOF
24429 cat confdefs.h >>conftest.$ac_ext
24430 cat >>conftest.$ac_ext <<_ACEOF
24431 /* end confdefs.h. */
24432 #ifndef __powerpc__
24434 #endif
24435 _ACEOF
24436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24437 $EGREP "yes" >/dev/null 2>&1; then
24438 ac_cv_cpp_def___powerpc__=yes
24439 else
24440 ac_cv_cpp_def___powerpc__=no
24442 rm -f conftest*
24445 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24446 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24447 if test $ac_cv_cpp_def___powerpc__ = yes; then
24448 CFLAGS="$CFLAGS -D__powerpc__"
24449 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24452 esac
24454 case $host_vendor in
24455 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24456 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24457 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24458 $as_echo_n "(cached) " >&6
24459 else
24460 cat >conftest.$ac_ext <<_ACEOF
24461 /* confdefs.h. */
24462 _ACEOF
24463 cat confdefs.h >>conftest.$ac_ext
24464 cat >>conftest.$ac_ext <<_ACEOF
24465 /* end confdefs.h. */
24466 #ifndef __sun__
24468 #endif
24469 _ACEOF
24470 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24471 $EGREP "yes" >/dev/null 2>&1; then
24472 ac_cv_cpp_def___sun__=yes
24473 else
24474 ac_cv_cpp_def___sun__=no
24476 rm -f conftest*
24479 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24480 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24481 if test $ac_cv_cpp_def___sun__ = yes; then
24482 CFLAGS="$CFLAGS -D__sun__"
24483 LINTFLAGS="$LINTFLAGS -D__sun__"
24486 esac
24489 DEPENDENCIES="### Dependencies:
24491 .INIT: Makefile
24492 .BEGIN: Makefile
24493 .MAKEFILEDEPS:
24494 Makefile: dummy
24495 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24497 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24498 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24499 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24500 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24501 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24504 ALL_MAKERULES=""
24506 ALL_MAKEFILES=""
24508 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24511 ALL_TOP_DIRS=""
24513 ALL_DLL_DIRS=""
24515 ALL_IMPLIB_DIRS=""
24517 ALL_TEST_DIRS=""
24519 ALL_PROGRAM_DIRS=""
24521 ALL_PROGRAM_INSTALL_DIRS=""
24523 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24529 ac_config_commands="$ac_config_commands include/stamp-h"
24532 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24534 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24536 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24538 ac_config_commands="$ac_config_commands dlls/user32/resources"
24540 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24542 ac_config_commands="$ac_config_commands include/wine"
24545 ALL_MAKERULES="$ALL_MAKERULES \\
24546 Make.rules"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 Make.rules: Make.rules.in"
24549 MAKE_RULES=Make.rules
24550 ac_config_files="$ac_config_files Make.rules"
24552 ALL_MAKERULES="$ALL_MAKERULES \\
24553 dlls/Makedll.rules"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24556 MAKE_DLL_RULES=dlls/Makedll.rules
24557 ac_config_files="$ac_config_files dlls/Makedll.rules"
24559 ALL_MAKERULES="$ALL_MAKERULES \\
24560 dlls/Makeimplib.rules"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24563 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24564 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24566 ALL_MAKERULES="$ALL_MAKERULES \\
24567 dlls/Maketest.rules"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24570 MAKE_TEST_RULES=dlls/Maketest.rules
24571 ac_config_files="$ac_config_files dlls/Maketest.rules"
24573 ALL_MAKERULES="$ALL_MAKERULES \\
24574 programs/Makeprog.rules"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24577 MAKE_PROG_RULES=programs/Makeprog.rules
24578 ac_config_files="$ac_config_files programs/Makeprog.rules"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 Makefile: Makefile.in Make.rules"
24585 ac_config_files="$ac_config_files Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/Makefile"
24589 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24590 dlls"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/Makefile: dlls/Makefile.in Make.rules"
24593 ac_config_files="$ac_config_files dlls/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/acledit/Makefile"
24597 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 acledit"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/aclui/Makefile"
24605 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 aclui"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/activeds/Makefile"
24613 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 activeds"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/actxprxy/Makefile"
24621 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 actxprxy"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/adsiid/Makefile"
24629 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24630 adsiid"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24633 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/advapi32/Makefile"
24637 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 advapi32"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/advapi32/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 advapi32/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/advpack/Makefile"
24653 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 advpack"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/advpack/tests/Makefile"
24661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662 advpack/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/amstream/Makefile"
24669 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 amstream"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/amstream/tests/Makefile"
24677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 amstream/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/appwiz.cpl/Makefile"
24685 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 appwiz.cpl"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/atl/Makefile"
24693 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 atl"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/atl/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/authz/Makefile"
24701 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 authz"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/authz/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/avicap32/Makefile"
24709 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 avicap32"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/avifil32/Makefile"
24717 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 avifil32"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/avifile.dll16/Makefile"
24725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 avifile.dll16"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/bcrypt/Makefile"
24733 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 bcrypt"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/browseui/Makefile"
24741 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 browseui"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/browseui/tests/Makefile"
24749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750 browseui/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/cabinet/Makefile"
24757 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 cabinet"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/cabinet/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 cabinet/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/capi2032/Makefile"
24773 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 capi2032"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/cards/Makefile"
24781 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 cards"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/cards/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/cfgmgr32/Makefile"
24789 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 cfgmgr32"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/clusapi/Makefile"
24797 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 clusapi"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/comcat/Makefile"
24805 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 comcat"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/comcat/tests/Makefile"
24813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814 comcat/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/comctl32/Makefile"
24821 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 comctl32"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/comctl32/tests/Makefile"
24829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24830 comctl32/tests"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24833 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/comdlg32/Makefile"
24837 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 comdlg32"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/comdlg32/tests/Makefile"
24845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24846 comdlg32/tests"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/comm.drv16/Makefile"
24853 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 comm.drv16"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/compobj.dll16/Makefile"
24861 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 compobj.dll16"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/compstui/Makefile"
24869 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 compstui"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/credui/Makefile"
24877 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 credui"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/credui/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/credui/tests/Makefile"
24885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24886 credui/tests"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24889 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/crtdll/Makefile"
24893 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 crtdll"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/crypt32/Makefile"
24901 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 crypt32"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/crypt32/tests/Makefile"
24909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24910 crypt32/tests"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24913 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/cryptdlg/Makefile"
24917 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 cryptdlg"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/cryptdll/Makefile"
24925 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 cryptdll"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/cryptnet/Makefile"
24933 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 cryptnet"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/cryptnet/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 cryptnet/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/cryptui/Makefile"
24949 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 cryptui"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/cryptui/tests/Makefile"
24957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958 cryptui/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/ctapi32/Makefile"
24965 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 ctapi32"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/ctl3d.dll16/Makefile"
24973 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 ctl3d.dll16"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/ctl3d32/Makefile"
24981 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 ctl3d32"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/ctl3dv2.dll16/Makefile"
24989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 ctl3dv2.dll16"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/d3d10/Makefile"
24997 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 d3d10"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/d3d10/tests/Makefile"
25005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25006 d3d10/tests"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
25009 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/d3d10core/Makefile"
25013 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 d3d10core"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/d3d10core/tests/Makefile"
25021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25022 d3d10core/tests"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/d3d8/Makefile"
25029 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 d3d8"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/d3d8/tests/Makefile"
25037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038 d3d8/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/d3d9/Makefile"
25045 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 d3d9"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/d3d9/tests/Makefile"
25053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054 d3d9/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/d3dim/Makefile"
25061 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 d3dim"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/d3drm/Makefile"
25069 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 d3drm"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/d3drm/tests/Makefile"
25077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25078 d3drm/tests"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25081 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/d3dx8/Makefile"
25085 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 d3dx8"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/d3dx8/tests/Makefile"
25093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094 d3dx8/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/d3dx9_24/Makefile"
25101 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 d3dx9_24"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/d3dx9_25/Makefile"
25109 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 d3dx9_25"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/d3dx9_26/Makefile"
25117 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 d3dx9_26"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/d3dx9_27/Makefile"
25125 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 d3dx9_27"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/d3dx9_28/Makefile"
25133 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 d3dx9_28"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/d3dx9_29/Makefile"
25141 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 d3dx9_29"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/d3dx9_30/Makefile"
25149 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 d3dx9_30"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/d3dx9_31/Makefile"
25157 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 d3dx9_31"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/d3dx9_32/Makefile"
25165 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 d3dx9_32"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/d3dx9_33/Makefile"
25173 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 d3dx9_33"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/d3dx9_34/Makefile"
25181 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 d3dx9_34"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/d3dx9_35/Makefile"
25189 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 d3dx9_35"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/d3dx9_36/Makefile"
25197 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 d3dx9_36"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/d3dx9_36/tests/Makefile"
25205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25206 d3dx9_36/tests"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25209 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/d3dx9_37/Makefile"
25213 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 d3dx9_37"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/d3dx9_38/Makefile"
25221 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 d3dx9_38"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/d3dx9_39/Makefile"
25229 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 d3dx9_39"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/d3dx9_40/Makefile"
25237 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 d3dx9_40"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/d3dx9_41/Makefile"
25245 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 d3dx9_41"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/d3dxof/Makefile"
25253 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 d3dxof"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/d3dxof/tests/Makefile"
25261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25262 d3dxof/tests"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25265 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/dbghelp/Makefile"
25269 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 dbghelp"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/dciman32/Makefile"
25277 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 dciman32"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/ddeml.dll16/Makefile"
25285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 ddeml.dll16"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/ddraw/Makefile"
25293 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 ddraw"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/ddraw/tests/Makefile"
25301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302 ddraw/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/ddrawex/Makefile"
25309 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 ddrawex"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/ddrawex/tests/Makefile"
25317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25318 ddrawex/tests"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/devenum/Makefile"
25325 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 devenum"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/dinput/Makefile"
25333 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 dinput"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/dinput/tests/Makefile"
25341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25342 dinput/tests"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25345 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/dinput8/Makefile"
25349 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 dinput8"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/dispdib.dll16/Makefile"
25357 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 dispdib.dll16"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/display.drv16/Makefile"
25365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 display.drv16"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/dmband/Makefile"
25373 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 dmband"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/dmcompos/Makefile"
25381 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 dmcompos"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/dmime/Makefile"
25389 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 dmime"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/dmloader/Makefile"
25397 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 dmloader"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/dmscript/Makefile"
25405 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 dmscript"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/dmstyle/Makefile"
25413 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 dmstyle"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/dmsynth/Makefile"
25421 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 dmsynth"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/dmusic/Makefile"
25429 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 dmusic"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/dmusic32/Makefile"
25437 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 dmusic32"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/dnsapi/Makefile"
25445 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 dnsapi"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/dnsapi/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 dnsapi/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/dplay/Makefile"
25461 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 dplay"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/dplayx/Makefile"
25469 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 dplayx"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/dplayx/tests/Makefile"
25477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25478 dplayx/tests"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25481 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/dpnaddr/Makefile"
25485 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 dpnaddr"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/dpnet/Makefile"
25493 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 dpnet"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/dpnhpast/Makefile"
25501 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 dpnhpast"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/dpnlobby/Makefile"
25509 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 dpnlobby"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/dpwsockx/Makefile"
25517 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 dpwsockx"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/dsound/Makefile"
25525 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 dsound"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/dsound/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534 dsound/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/dssenh/Makefile"
25541 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 dssenh"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/dswave/Makefile"
25549 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 dswave"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/dwmapi/Makefile"
25557 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 dwmapi"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/dxdiagn/Makefile"
25565 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 dxdiagn"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/dxerr8/Makefile"
25573 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25574 dxerr8"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25577 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/dxerr9/Makefile"
25581 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25582 dxerr9"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25585 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/dxgi/Makefile"
25589 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 dxgi"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/dxgi/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598 dxgi/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/dxguid/Makefile"
25605 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25606 dxguid"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25609 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/faultrep/Makefile"
25613 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 faultrep"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/fusion/Makefile"
25621 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 fusion"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/fusion/tests/Makefile"
25629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25630 fusion/tests"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25633 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/gdi32/Makefile"
25637 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 gdi32"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/gdi32/tests/Makefile"
25645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25646 gdi32/tests"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25649 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/gdiplus/Makefile"
25653 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 gdiplus"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/gdiplus/tests/Makefile"
25661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25662 gdiplus/tests"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25665 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/glu32/Makefile"
25669 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 glu32"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/gphoto2.ds/Makefile"
25677 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 gphoto2.ds"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/gpkcsp/Makefile"
25685 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686 gpkcsp"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/hal/Makefile"
25693 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 hal"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/hal/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/hhctrl.ocx/Makefile"
25701 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 hhctrl.ocx"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/hid/Makefile"
25709 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 hid"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/hid/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/hlink/Makefile"
25717 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 hlink"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/hlink/tests/Makefile"
25725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25726 hlink/tests"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25729 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/hnetcfg/Makefile"
25733 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 hnetcfg"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/httpapi/Makefile"
25741 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 httpapi"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/iccvid/Makefile"
25749 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 iccvid"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/icmp/Makefile"
25757 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 icmp"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/ifsmgr.vxd/Makefile"
25765 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 ifsmgr.vxd"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/imaadp32.acm/Makefile"
25773 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 imaadp32.acm"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/imagehlp/Makefile"
25781 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 imagehlp"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/imm.dll16/Makefile"
25789 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 imm.dll16"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/imm32/Makefile"
25797 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 imm32"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/imm32/tests/Makefile"
25805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25806 imm32/tests"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25809 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/inetcomm/Makefile"
25813 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 inetcomm"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/inetcomm/tests/Makefile"
25821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25822 inetcomm/tests"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25825 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/inetmib1/Makefile"
25829 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 inetmib1"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/inetmib1/tests/Makefile"
25837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25838 inetmib1/tests"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25841 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/infosoft/Makefile"
25845 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 infosoft"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/infosoft/tests/Makefile"
25853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25854 infosoft/tests"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25857 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/initpki/Makefile"
25861 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 initpki"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/inkobj/Makefile"
25869 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 inkobj"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/inseng/Makefile"
25877 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 inseng"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/iphlpapi/Makefile"
25885 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 iphlpapi"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/iphlpapi/tests/Makefile"
25893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25894 iphlpapi/tests"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25897 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/itircl/Makefile"
25901 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 itircl"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/itss/Makefile"
25909 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 itss"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/itss/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/itss/tests/Makefile"
25917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25918 itss/tests"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25921 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/jscript/Makefile"
25925 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 jscript"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/jscript/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934 jscript/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/kernel32/Makefile"
25941 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 kernel32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/kernel32/tests/Makefile"
25949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25950 kernel32/tests"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25953 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/keyboard.drv16/Makefile"
25957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 keyboard.drv16"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/loadperf/Makefile"
25965 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 loadperf"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/localspl/Makefile"
25973 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 localspl"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/localspl/tests/Makefile"
25981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25982 localspl/tests"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25985 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/localui/Makefile"
25989 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 localui"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/localui/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/localui/tests/Makefile"
25997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25998 localui/tests"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
26001 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/lz32/Makefile"
26005 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 lz32"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/lz32/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/lz32/tests/Makefile"
26013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26014 lz32/tests"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
26017 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/lzexpand.dll16/Makefile"
26021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 lzexpand.dll16"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/mapi32/Makefile"
26029 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 mapi32"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/mapi32/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038 mapi32/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/mciavi32/Makefile"
26045 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 mciavi32"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/mcicda/Makefile"
26053 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 mcicda"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/mciqtz32/Makefile"
26061 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 mciqtz32"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/mciseq/Makefile"
26069 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 mciseq"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/mciwave/Makefile"
26077 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 mciwave"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/midimap/Makefile"
26085 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 midimap"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/mlang/Makefile"
26093 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 mlang"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/mlang/tests/Makefile"
26101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26102 mlang/tests"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26105 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/mmdevldr.vxd/Makefile"
26109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 mmdevldr.vxd"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/monodebg.vxd/Makefile"
26117 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 monodebg.vxd"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/mountmgr.sys/Makefile"
26125 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 mountmgr.sys"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/mouse.drv16/Makefile"
26133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 mouse.drv16"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/mpr/Makefile"
26141 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 mpr"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/mprapi/Makefile"
26149 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150 mprapi"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/msacm.dll16/Makefile"
26157 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 msacm.dll16"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/msacm32.drv/Makefile"
26165 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 msacm32.drv"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/msacm32/Makefile"
26173 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 msacm32"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/msacm32/tests/Makefile"
26181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26182 msacm32/tests"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26185 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/msadp32.acm/Makefile"
26189 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 msadp32.acm"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/mscat32/Makefile"
26197 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 mscat32"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/mscms/Makefile"
26205 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 mscms"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/mscms/tests/Makefile"
26213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26214 mscms/tests"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26217 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/mscoree/Makefile"
26221 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 mscoree"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/msctf/Makefile"
26229 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 msctf"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/msctf/tests/Makefile"
26237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26238 msctf/tests"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/msdmo/Makefile"
26245 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 msdmo"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/msftedit/Makefile"
26253 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 msftedit"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/msg711.acm/Makefile"
26261 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 msg711.acm"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/mshtml.tlb/Makefile"
26269 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 mshtml.tlb"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/mshtml/Makefile"
26277 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 mshtml"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/mshtml/tests/Makefile"
26285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26286 mshtml/tests"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26289 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/msi/Makefile"
26293 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 msi"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/msi/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/msi/tests/Makefile"
26301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26302 msi/tests"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26305 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/msimg32/Makefile"
26309 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 msimg32"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/msimtf/Makefile"
26317 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 msimtf"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/msisip/Makefile"
26325 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326 msisip"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/msisys.ocx/Makefile"
26333 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 msisys.ocx"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/msnet32/Makefile"
26341 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 msnet32"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/msrle32/Makefile"
26349 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 msrle32"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/mssign32/Makefile"
26357 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 mssign32"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/mssip32/Makefile"
26365 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 mssip32"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/mstask/Makefile"
26373 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 mstask"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/mstask/tests/Makefile"
26381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26382 mstask/tests"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26385 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/msvcirt/Makefile"
26389 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 msvcirt"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/msvcr71/Makefile"
26397 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 msvcr71"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/msvcrt/Makefile"
26405 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 msvcrt"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/msvcrt/tests/Makefile"
26413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26414 msvcrt/tests"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26417 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/msvcrt20/Makefile"
26421 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 msvcrt20"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/msvcrt40/Makefile"
26429 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 msvcrt40"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/msvcrtd/Makefile"
26437 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 msvcrtd"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/msvcrtd/tests/Makefile"
26445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26446 msvcrtd/tests"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26449 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/msvfw32/Makefile"
26453 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 msvfw32"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/msvfw32/tests/Makefile"
26461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26462 msvfw32/tests"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26465 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/msvidc32/Makefile"
26469 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 msvidc32"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/msvideo.dll16/Makefile"
26477 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 msvideo.dll16"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/mswsock/Makefile"
26485 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 mswsock"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/msxml3/Makefile"
26493 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 msxml3"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/msxml3/tests/Makefile"
26501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26502 msxml3/tests"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26505 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/nddeapi/Makefile"
26509 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 nddeapi"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/netapi32/Makefile"
26517 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 netapi32"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/netapi32/tests/Makefile"
26525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26526 netapi32/tests"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26529 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/newdev/Makefile"
26533 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534 newdev"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/ntdll/Makefile"
26541 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 ntdll"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/ntdll/tests/Makefile"
26549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26550 ntdll/tests"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26553 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/ntdsapi/Makefile"
26557 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558 ntdsapi"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/ntdsapi/tests/Makefile"
26565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26566 ntdsapi/tests"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26569 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/ntoskrnl.exe/Makefile"
26573 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 ntoskrnl.exe"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/ntprint/Makefile"
26581 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 ntprint"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/ntprint/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590 ntprint/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/objsel/Makefile"
26597 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 objsel"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/odbc32/Makefile"
26605 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 odbc32"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/odbccp32/Makefile"
26613 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 odbccp32"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/odbccp32/tests/Makefile"
26621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26622 odbccp32/tests"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26625 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/ole2.dll16/Makefile"
26629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 ole2.dll16"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/ole2conv.dll16/Makefile"
26637 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638 ole2conv.dll16"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/ole2disp.dll16/Makefile"
26645 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 ole2disp.dll16"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/ole2nls.dll16/Makefile"
26653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654 ole2nls.dll16"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/ole2prox.dll16/Makefile"
26661 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 ole2prox.dll16"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/ole2thk.dll16/Makefile"
26669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 ole2thk.dll16"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/ole32/Makefile"
26677 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 ole32"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/ole32/tests/Makefile"
26685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26686 ole32/tests"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26689 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/oleacc/Makefile"
26693 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26694 oleacc"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26697 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/oleacc/tests/Makefile"
26701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26702 oleacc/tests"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26705 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/oleaut32/Makefile"
26709 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 oleaut32"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/oleaut32/tests/Makefile"
26717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26718 oleaut32/tests"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26721 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/olecli.dll16/Makefile"
26725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726 olecli.dll16"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/olecli32/Makefile"
26733 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 olecli32"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/oledlg/Makefile"
26741 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 oledlg"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/olepro32/Makefile"
26749 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 olepro32"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/olesvr.dll16/Makefile"
26757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 olesvr.dll16"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/olesvr32/Makefile"
26765 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 olesvr32"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/olethk32/Makefile"
26773 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774 olethk32"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/opengl32/Makefile"
26781 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 opengl32"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/opengl32/tests/Makefile"
26789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26790 opengl32/tests"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26793 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/pdh/Makefile"
26797 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 pdh"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/pdh/tests/Makefile"
26805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26806 pdh/tests"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26809 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/pidgen/Makefile"
26813 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 pidgen"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/powrprof/Makefile"
26821 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 powrprof"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/printui/Makefile"
26829 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26830 printui"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26833 ac_config_files="$ac_config_files dlls/printui/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/propsys/Makefile"
26837 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 propsys"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/psapi/Makefile"
26845 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 psapi"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/psapi/tests/Makefile"
26853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26854 psapi/tests"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26857 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/pstorec/Makefile"
26861 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862 pstorec"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/qcap/Makefile"
26869 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 qcap"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/qedit/Makefile"
26877 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 qedit"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/qedit/tests/Makefile"
26885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26886 qedit/tests"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26889 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/qmgr/Makefile"
26893 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 qmgr"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/qmgr/tests/Makefile"
26901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26902 qmgr/tests"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26905 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/qmgrprxy/Makefile"
26909 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 qmgrprxy"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/quartz/Makefile"
26917 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918 quartz"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/quartz/tests/Makefile"
26925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26926 quartz/tests"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26929 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/query/Makefile"
26933 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 query"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/query/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/rasapi16.dll16/Makefile"
26941 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26942 rasapi16.dll16"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26945 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/rasapi32/Makefile"
26949 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 rasapi32"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/rasapi32/tests/Makefile"
26957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26958 rasapi32/tests"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26961 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/rasdlg/Makefile"
26965 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 rasdlg"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/resutils/Makefile"
26973 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 resutils"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/riched20/Makefile"
26981 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 riched20"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/riched20/tests/Makefile"
26989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26990 riched20/tests"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26993 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/riched32/Makefile"
26997 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 riched32"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/riched32/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/riched32/tests/Makefile"
27005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27006 riched32/tests"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
27009 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/rpcrt4/Makefile"
27013 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 rpcrt4"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/rpcrt4/tests/Makefile"
27021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27022 rpcrt4/tests"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
27025 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/rsabase/Makefile"
27029 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 rsabase"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/rsaenh/Makefile"
27037 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 rsaenh"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/rsaenh/tests/Makefile"
27045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27046 rsaenh/tests"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
27049 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/sane.ds/Makefile"
27053 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 sane.ds"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/sccbase/Makefile"
27061 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 sccbase"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/schannel/Makefile"
27069 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 schannel"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/schannel/tests/Makefile"
27077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27078 schannel/tests"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27081 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/secur32/Makefile"
27085 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 secur32"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/secur32/tests/Makefile"
27093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27094 secur32/tests"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27097 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/security/Makefile"
27101 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 security"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/security/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/sensapi/Makefile"
27109 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 sensapi"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/serialui/Makefile"
27117 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 serialui"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/serialui/tests/Makefile"
27125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27126 serialui/tests"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27129 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/setupapi/Makefile"
27133 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 setupapi"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/setupapi/tests/Makefile"
27141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27142 setupapi/tests"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27145 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/sfc/Makefile"
27149 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 sfc"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/sfc_os/Makefile"
27157 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158 sfc_os"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/shdoclc/Makefile"
27165 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 shdoclc"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/shdocvw/Makefile"
27173 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 shdocvw"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/shdocvw/tests/Makefile"
27181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27182 shdocvw/tests"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27185 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/shell.dll16/Makefile"
27189 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 shell.dll16"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/shell32/Makefile"
27197 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 shell32"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/shell32/tests/Makefile"
27205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27206 shell32/tests"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27209 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/shfolder/Makefile"
27213 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 shfolder"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/shlwapi/Makefile"
27221 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27222 shlwapi"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27225 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/shlwapi/tests/Makefile"
27229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27230 shlwapi/tests"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27233 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/slbcsp/Makefile"
27237 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27238 slbcsp"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27241 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/slc/Makefile"
27245 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 slc"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/slc/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/snmpapi/Makefile"
27253 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 snmpapi"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/snmpapi/tests/Makefile"
27261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27262 snmpapi/tests"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27265 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/softpub/Makefile"
27269 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27270 softpub"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27273 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/sound.drv16/Makefile"
27277 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 sound.drv16"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/spoolss/Makefile"
27285 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27286 spoolss"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27289 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/spoolss/tests/Makefile"
27293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27294 spoolss/tests"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27297 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/stdole2.tlb/Makefile"
27301 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27302 stdole2.tlb"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27305 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/stdole32.tlb/Makefile"
27309 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 stdole32.tlb"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/sti/Makefile"
27317 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 sti"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/sti/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/storage.dll16/Makefile"
27325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 storage.dll16"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/stress.dll16/Makefile"
27333 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 stress.dll16"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/strmiids/Makefile"
27341 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27342 strmiids"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27345 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/svrapi/Makefile"
27349 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 svrapi"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/sxs/Makefile"
27357 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358 sxs"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/t2embed/Makefile"
27365 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 t2embed"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/tapi32/Makefile"
27373 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 tapi32"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/traffic/Makefile"
27381 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 traffic"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/twain.dll16/Makefile"
27389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 twain.dll16"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/twain_32/Makefile"
27397 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 twain_32"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/twain_32/tests/Makefile"
27405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27406 twain_32/tests"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27409 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/typelib.dll16/Makefile"
27413 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414 typelib.dll16"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/unicows/Makefile"
27421 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 unicows"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/updspapi/Makefile"
27429 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27430 updspapi"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27433 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/url/Makefile"
27437 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27438 url"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27441 ac_config_files="$ac_config_files dlls/url/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/urlmon/Makefile"
27445 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27446 urlmon"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27449 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/urlmon/tests/Makefile"
27453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27454 urlmon/tests"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27457 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/user32/Makefile"
27461 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27462 user32"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27465 ac_config_files="$ac_config_files dlls/user32/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/user32/tests/Makefile"
27469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27470 user32/tests"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27473 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/userenv/Makefile"
27477 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27478 userenv"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27481 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 dlls/userenv/tests/Makefile"
27485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27486 userenv/tests"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27489 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 dlls/usp10/Makefile"
27493 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27494 usp10"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27497 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 dlls/usp10/tests/Makefile"
27501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27502 usp10/tests"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27505 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 dlls/uuid/Makefile"
27509 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27510 uuid"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27513 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 dlls/uxtheme/Makefile"
27517 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27518 uxtheme"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27521 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 dlls/uxtheme/tests/Makefile"
27525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27526 uxtheme/tests"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27529 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 dlls/vdhcp.vxd/Makefile"
27533 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27534 vdhcp.vxd"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27537 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 dlls/vdmdbg/Makefile"
27541 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27542 vdmdbg"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27545 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 dlls/version/Makefile"
27549 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27550 version"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27553 ac_config_files="$ac_config_files dlls/version/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 dlls/version/tests/Makefile"
27557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27558 version/tests"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27561 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564 dlls/vmm.vxd/Makefile"
27565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27566 vmm.vxd"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27569 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27571 ALL_MAKEFILES="$ALL_MAKEFILES \\
27572 dlls/vnbt.vxd/Makefile"
27573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27574 vnbt.vxd"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27577 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 dlls/vnetbios.vxd/Makefile"
27581 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27582 vnetbios.vxd"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27585 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 dlls/vtdapi.vxd/Makefile"
27589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27590 vtdapi.vxd"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27593 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 dlls/vwin32.vxd/Makefile"
27597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27598 vwin32.vxd"
27599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27600 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27601 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27603 ALL_MAKEFILES="$ALL_MAKEFILES \\
27604 dlls/w32skrnl/Makefile"
27605 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27606 w32skrnl"
27607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27608 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27609 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27611 ALL_MAKEFILES="$ALL_MAKEFILES \\
27612 dlls/w32sys.dll16/Makefile"
27613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27614 w32sys.dll16"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27617 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 dlls/wbemprox/Makefile"
27621 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27622 wbemprox"
27623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27624 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27625 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27627 ALL_MAKEFILES="$ALL_MAKEFILES \\
27628 dlls/win32s16.dll16/Makefile"
27629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27630 win32s16.dll16"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27633 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 dlls/win87em.dll16/Makefile"
27637 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27638 win87em.dll16"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27641 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 dlls/winaspi.dll16/Makefile"
27645 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27646 winaspi.dll16"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27649 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 dlls/windebug.dll16/Makefile"
27653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27654 windebug.dll16"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27657 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 dlls/windowscodecs/Makefile"
27661 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27662 windowscodecs"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27665 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668 dlls/winealsa.drv/Makefile"
27669 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27670 winealsa.drv"
27671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27672 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27673 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27675 ALL_MAKEFILES="$ALL_MAKEFILES \\
27676 dlls/wineaudioio.drv/Makefile"
27677 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27678 wineaudioio.drv"
27679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27680 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27681 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27683 ALL_MAKEFILES="$ALL_MAKEFILES \\
27684 dlls/winecoreaudio.drv/Makefile"
27685 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27686 winecoreaudio.drv"
27687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27688 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27689 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27691 ALL_MAKEFILES="$ALL_MAKEFILES \\
27692 dlls/winecrt0/Makefile"
27693 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27694 winecrt0"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27697 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700 dlls/wined3d/Makefile"
27701 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27702 wined3d"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27705 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708 dlls/winedos/Makefile"
27709 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27710 winedos"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27713 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 dlls/wineesd.drv/Makefile"
27717 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27718 wineesd.drv"
27719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27720 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27721 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27723 ALL_MAKEFILES="$ALL_MAKEFILES \\
27724 dlls/winejack.drv/Makefile"
27725 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27726 winejack.drv"
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27729 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 dlls/winejoystick.drv/Makefile"
27733 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27734 winejoystick.drv"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27737 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740 dlls/winemp3.acm/Makefile"
27741 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27742 winemp3.acm"
27743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27744 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27745 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27747 ALL_MAKEFILES="$ALL_MAKEFILES \\
27748 dlls/winenas.drv/Makefile"
27749 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27750 winenas.drv"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27753 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756 dlls/wineoss.drv/Makefile"
27757 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27758 wineoss.drv"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27761 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 dlls/wineps.drv/Makefile"
27765 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27766 wineps.drv"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27769 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 dlls/winequartz.drv/Makefile"
27773 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27774 winequartz.drv"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27777 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 dlls/winex11.drv/Makefile"
27781 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27782 winex11.drv"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27785 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788 dlls/wing32/Makefile"
27789 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27790 wing32"
27791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27792 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27793 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27795 ALL_MAKEFILES="$ALL_MAKEFILES \\
27796 dlls/winhttp/Makefile"
27797 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27798 winhttp"
27799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27800 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27801 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27803 ALL_MAKEFILES="$ALL_MAKEFILES \\
27804 dlls/winhttp/tests/Makefile"
27805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27806 winhttp/tests"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27809 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 dlls/wininet/Makefile"
27813 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27814 wininet"
27815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27816 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27817 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27819 ALL_MAKEFILES="$ALL_MAKEFILES \\
27820 dlls/wininet/tests/Makefile"
27821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27822 wininet/tests"
27823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27824 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27825 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27827 ALL_MAKEFILES="$ALL_MAKEFILES \\
27828 dlls/winmm/Makefile"
27829 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27830 winmm"
27831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27832 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27833 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27835 ALL_MAKEFILES="$ALL_MAKEFILES \\
27836 dlls/winmm/tests/Makefile"
27837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27838 winmm/tests"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27841 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 dlls/winnls.dll16/Makefile"
27845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27846 winnls.dll16"
27847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27848 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27849 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27851 ALL_MAKEFILES="$ALL_MAKEFILES \\
27852 dlls/winnls32/Makefile"
27853 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27854 winnls32"
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27857 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860 dlls/winscard/Makefile"
27861 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27862 winscard"
27863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27864 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27865 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27867 ALL_MAKEFILES="$ALL_MAKEFILES \\
27868 dlls/winspool.drv/Makefile"
27869 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27870 winspool.drv"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27873 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876 dlls/winspool.drv/tests/Makefile"
27877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27878 winspool.drv/tests"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27881 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884 dlls/wintab.dll16/Makefile"
27885 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27886 wintab.dll16"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27889 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 dlls/wintab32/Makefile"
27893 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27894 wintab32"
27895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27896 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27897 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27899 ALL_MAKEFILES="$ALL_MAKEFILES \\
27900 dlls/wintrust/Makefile"
27901 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27902 wintrust"
27903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27904 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27905 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27907 ALL_MAKEFILES="$ALL_MAKEFILES \\
27908 dlls/wintrust/tests/Makefile"
27909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27910 wintrust/tests"
27911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27912 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27913 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27915 ALL_MAKEFILES="$ALL_MAKEFILES \\
27916 dlls/wldap32/Makefile"
27917 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27918 wldap32"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27921 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 dlls/wldap32/tests/Makefile"
27925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27926 wldap32/tests"
27927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27928 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27929 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27931 ALL_MAKEFILES="$ALL_MAKEFILES \\
27932 dlls/wmi/Makefile"
27933 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27934 wmi"
27935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27936 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27937 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27939 ALL_MAKEFILES="$ALL_MAKEFILES \\
27940 dlls/wnaspi32/Makefile"
27941 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27942 wnaspi32"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27945 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 dlls/wow32/Makefile"
27949 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27950 wow32"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27953 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 dlls/ws2_32/Makefile"
27957 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27958 ws2_32"
27959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27960 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27961 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27963 ALL_MAKEFILES="$ALL_MAKEFILES \\
27964 dlls/ws2_32/tests/Makefile"
27965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27966 ws2_32/tests"
27967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27968 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27969 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27971 ALL_MAKEFILES="$ALL_MAKEFILES \\
27972 dlls/wsock32/Makefile"
27973 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27974 wsock32"
27975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27976 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27977 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27979 ALL_MAKEFILES="$ALL_MAKEFILES \\
27980 dlls/wtsapi32/Makefile"
27981 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27982 wtsapi32"
27983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27984 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27985 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27987 ALL_MAKEFILES="$ALL_MAKEFILES \\
27988 dlls/wuapi/Makefile"
27989 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27990 wuapi"
27991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27992 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27993 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27995 ALL_MAKEFILES="$ALL_MAKEFILES \\
27996 dlls/xinput1_1/Makefile"
27997 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27998 xinput1_1"
27999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28000 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
28001 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
28003 ALL_MAKEFILES="$ALL_MAKEFILES \\
28004 dlls/xinput1_2/Makefile"
28005 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28006 xinput1_2"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
28009 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012 dlls/xinput1_3/Makefile"
28013 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28014 xinput1_3"
28015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28016 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
28017 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
28019 ALL_MAKEFILES="$ALL_MAKEFILES \\
28020 dlls/xinput1_3/tests/Makefile"
28021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28022 xinput1_3/tests"
28023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28024 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
28025 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
28027 ALL_MAKEFILES="$ALL_MAKEFILES \\
28028 dlls/xinput9_1_0/Makefile"
28029 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28030 xinput9_1_0"
28031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28032 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
28033 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
28035 ALL_MAKEFILES="$ALL_MAKEFILES \\
28036 dlls/xmllite/Makefile"
28037 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28038 xmllite"
28039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28040 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
28041 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
28043 ALL_MAKEFILES="$ALL_MAKEFILES \\
28044 documentation/Makefile"
28045 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28046 documentation"
28047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28048 documentation/Makefile: documentation/Makefile.in Make.rules"
28049 ac_config_files="$ac_config_files documentation/Makefile"
28051 ALL_MAKEFILES="$ALL_MAKEFILES \\
28052 fonts/Makefile"
28053 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28054 fonts"
28055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28056 fonts/Makefile: fonts/Makefile.in Make.rules"
28057 ac_config_files="$ac_config_files fonts/Makefile"
28059 ALL_MAKEFILES="$ALL_MAKEFILES \\
28060 include/Makefile"
28061 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28062 include"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 include/Makefile: include/Makefile.in Make.rules"
28065 ac_config_files="$ac_config_files include/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 libs/Makefile"
28069 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28070 libs"
28071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28072 libs/Makefile: libs/Makefile.in Make.rules"
28073 ac_config_files="$ac_config_files libs/Makefile"
28075 ALL_MAKEFILES="$ALL_MAKEFILES \\
28076 libs/port/Makefile"
28078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28079 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28080 ac_config_files="$ac_config_files libs/port/Makefile"
28082 ALL_MAKEFILES="$ALL_MAKEFILES \\
28083 libs/wine/Makefile"
28085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28086 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28087 ac_config_files="$ac_config_files libs/wine/Makefile"
28089 ALL_MAKEFILES="$ALL_MAKEFILES \\
28090 libs/wpp/Makefile"
28092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28093 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28094 ac_config_files="$ac_config_files libs/wpp/Makefile"
28096 ALL_MAKEFILES="$ALL_MAKEFILES \\
28097 loader/Makefile"
28098 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28099 loader"
28100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28101 loader/Makefile: loader/Makefile.in Make.rules"
28102 ac_config_files="$ac_config_files loader/Makefile"
28104 ALL_MAKEFILES="$ALL_MAKEFILES \\
28105 programs/Makefile"
28106 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28107 programs"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/Makefile: programs/Makefile.in Make.rules"
28110 ac_config_files="$ac_config_files programs/Makefile"
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113 programs/cacls/Makefile"
28114 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116 cacls"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/cacls/Makefile"
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122 programs/clock/Makefile"
28123 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125 clock"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/clock/Makefile"
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131 programs/cmd/Makefile"
28132 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134 cmd"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28137 ac_config_files="$ac_config_files programs/cmd/Makefile"
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140 programs/cmdlgtst/Makefile"
28141 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28142 cmdlgtst"
28143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28144 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28145 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28147 ALL_MAKEFILES="$ALL_MAKEFILES \\
28148 programs/control/Makefile"
28149 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28150 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28151 control"
28152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28153 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28154 ac_config_files="$ac_config_files programs/control/Makefile"
28156 ALL_MAKEFILES="$ALL_MAKEFILES \\
28157 programs/eject/Makefile"
28158 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28159 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28160 eject"
28161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28162 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28163 ac_config_files="$ac_config_files programs/eject/Makefile"
28165 ALL_MAKEFILES="$ALL_MAKEFILES \\
28166 programs/expand/Makefile"
28167 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28168 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28169 expand"
28170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28171 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28172 ac_config_files="$ac_config_files programs/expand/Makefile"
28174 ALL_MAKEFILES="$ALL_MAKEFILES \\
28175 programs/explorer/Makefile"
28176 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28177 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28178 explorer"
28179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28180 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28181 ac_config_files="$ac_config_files programs/explorer/Makefile"
28183 ALL_MAKEFILES="$ALL_MAKEFILES \\
28184 programs/hh/Makefile"
28185 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28186 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28189 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28190 ac_config_files="$ac_config_files programs/hh/Makefile"
28192 ALL_MAKEFILES="$ALL_MAKEFILES \\
28193 programs/icinfo/Makefile"
28194 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28195 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28196 icinfo"
28197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28198 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28199 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28201 ALL_MAKEFILES="$ALL_MAKEFILES \\
28202 programs/iexplore/Makefile"
28203 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28204 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28205 iexplore"
28206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28207 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28208 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28210 ALL_MAKEFILES="$ALL_MAKEFILES \\
28211 programs/lodctr/Makefile"
28212 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28213 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28214 lodctr"
28215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28216 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28217 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28219 ALL_MAKEFILES="$ALL_MAKEFILES \\
28220 programs/msiexec/Makefile"
28221 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28222 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28223 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28224 msiexec"
28225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28226 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28227 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28229 ALL_MAKEFILES="$ALL_MAKEFILES \\
28230 programs/net/Makefile"
28231 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28232 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28233 net"
28234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28235 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28236 ac_config_files="$ac_config_files programs/net/Makefile"
28238 ALL_MAKEFILES="$ALL_MAKEFILES \\
28239 programs/notepad/Makefile"
28240 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28241 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28242 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28243 notepad"
28244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28245 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28246 ac_config_files="$ac_config_files programs/notepad/Makefile"
28248 ALL_MAKEFILES="$ALL_MAKEFILES \\
28249 programs/oleview/Makefile"
28250 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28251 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28252 oleview"
28253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28254 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28255 ac_config_files="$ac_config_files programs/oleview/Makefile"
28257 ALL_MAKEFILES="$ALL_MAKEFILES \\
28258 programs/progman/Makefile"
28259 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28260 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28261 progman"
28262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28263 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28264 ac_config_files="$ac_config_files programs/progman/Makefile"
28266 ALL_MAKEFILES="$ALL_MAKEFILES \\
28267 programs/reg/Makefile"
28268 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28269 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28270 reg"
28271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28272 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28273 ac_config_files="$ac_config_files programs/reg/Makefile"
28275 ALL_MAKEFILES="$ALL_MAKEFILES \\
28276 programs/regedit/Makefile"
28277 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28278 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28279 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28280 regedit"
28281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28282 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28283 ac_config_files="$ac_config_files programs/regedit/Makefile"
28285 ALL_MAKEFILES="$ALL_MAKEFILES \\
28286 programs/regsvr32/Makefile"
28287 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28288 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28289 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28290 regsvr32"
28291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28292 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28293 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28295 ALL_MAKEFILES="$ALL_MAKEFILES \\
28296 programs/rpcss/Makefile"
28297 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28298 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28299 rpcss"
28300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28301 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28302 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28304 ALL_MAKEFILES="$ALL_MAKEFILES \\
28305 programs/rundll32/Makefile"
28306 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28307 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28308 rundll32"
28309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28310 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28311 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28313 ALL_MAKEFILES="$ALL_MAKEFILES \\
28314 programs/secedit/Makefile"
28315 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28316 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28317 secedit"
28318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28319 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28320 ac_config_files="$ac_config_files programs/secedit/Makefile"
28322 ALL_MAKEFILES="$ALL_MAKEFILES \\
28323 programs/services/Makefile"
28324 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28325 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28326 services"
28327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28328 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28329 ac_config_files="$ac_config_files programs/services/Makefile"
28331 ALL_MAKEFILES="$ALL_MAKEFILES \\
28332 programs/spoolsv/Makefile"
28333 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28334 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28335 spoolsv"
28336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28337 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28338 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28340 ALL_MAKEFILES="$ALL_MAKEFILES \\
28341 programs/start/Makefile"
28342 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28343 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28344 start"
28345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28346 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28347 ac_config_files="$ac_config_files programs/start/Makefile"
28349 ALL_MAKEFILES="$ALL_MAKEFILES \\
28350 programs/svchost/Makefile"
28351 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28352 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28353 svchost"
28354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28355 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28356 ac_config_files="$ac_config_files programs/svchost/Makefile"
28358 ALL_MAKEFILES="$ALL_MAKEFILES \\
28359 programs/taskmgr/Makefile"
28360 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28361 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28362 taskmgr"
28363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28364 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28365 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28367 ALL_MAKEFILES="$ALL_MAKEFILES \\
28368 programs/termsv/Makefile"
28369 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28370 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28371 termsv"
28372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28373 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28374 ac_config_files="$ac_config_files programs/termsv/Makefile"
28376 ALL_MAKEFILES="$ALL_MAKEFILES \\
28377 programs/uninstaller/Makefile"
28378 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28379 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28380 uninstaller"
28381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28382 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28383 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28385 ALL_MAKEFILES="$ALL_MAKEFILES \\
28386 programs/unlodctr/Makefile"
28387 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28388 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28389 unlodctr"
28390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28391 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28392 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28394 ALL_MAKEFILES="$ALL_MAKEFILES \\
28395 programs/view/Makefile"
28396 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28397 view"
28398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28399 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28400 ac_config_files="$ac_config_files programs/view/Makefile"
28402 ALL_MAKEFILES="$ALL_MAKEFILES \\
28403 programs/wineboot/Makefile"
28404 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28405 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28406 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28407 wineboot"
28408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28409 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28410 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28412 ALL_MAKEFILES="$ALL_MAKEFILES \\
28413 programs/winebrowser/Makefile"
28414 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28415 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28416 winebrowser"
28417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28418 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28419 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28421 ALL_MAKEFILES="$ALL_MAKEFILES \\
28422 programs/winecfg/Makefile"
28423 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28424 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28425 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28426 winecfg"
28427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28428 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28429 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28431 ALL_MAKEFILES="$ALL_MAKEFILES \\
28432 programs/wineconsole/Makefile"
28433 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28434 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28435 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28436 wineconsole"
28437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28438 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28439 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28441 ALL_MAKEFILES="$ALL_MAKEFILES \\
28442 programs/winedbg/Makefile"
28443 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28444 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28445 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28446 winedbg"
28447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28448 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28449 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28451 ALL_MAKEFILES="$ALL_MAKEFILES \\
28452 programs/winedevice/Makefile"
28453 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28454 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28455 winedevice"
28456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28457 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28458 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28460 ALL_MAKEFILES="$ALL_MAKEFILES \\
28461 programs/winefile/Makefile"
28462 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28463 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28464 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28465 winefile"
28466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28467 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28468 ac_config_files="$ac_config_files programs/winefile/Makefile"
28470 ALL_MAKEFILES="$ALL_MAKEFILES \\
28471 programs/winemenubuilder/Makefile"
28472 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28473 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28474 winemenubuilder"
28475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28476 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28477 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28479 ALL_MAKEFILES="$ALL_MAKEFILES \\
28480 programs/winemine/Makefile"
28481 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28482 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28483 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28484 winemine"
28485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28486 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28487 ac_config_files="$ac_config_files programs/winemine/Makefile"
28489 ALL_MAKEFILES="$ALL_MAKEFILES \\
28490 programs/winepath/Makefile"
28491 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28492 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28493 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28494 winepath"
28495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28496 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28497 ac_config_files="$ac_config_files programs/winepath/Makefile"
28499 ALL_MAKEFILES="$ALL_MAKEFILES \\
28500 programs/winetest/Makefile"
28501 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28502 winetest"
28503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28504 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28505 ac_config_files="$ac_config_files programs/winetest/Makefile"
28507 ALL_MAKEFILES="$ALL_MAKEFILES \\
28508 programs/winevdm/Makefile"
28509 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28510 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28511 winevdm"
28512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28513 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28514 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28516 ALL_MAKEFILES="$ALL_MAKEFILES \\
28517 programs/winhelp.exe16/Makefile"
28518 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28519 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28520 winhelp.exe16"
28521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28522 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28523 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28525 ALL_MAKEFILES="$ALL_MAKEFILES \\
28526 programs/winhlp32/Makefile"
28527 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28528 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28529 winhlp32"
28530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28531 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28532 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28534 ALL_MAKEFILES="$ALL_MAKEFILES \\
28535 programs/winoldap.mod16/Makefile"
28536 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28537 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28538 winoldap.mod16"
28539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28540 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28541 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28543 ALL_MAKEFILES="$ALL_MAKEFILES \\
28544 programs/winver/Makefile"
28545 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28546 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28547 winver"
28548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28549 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28550 ac_config_files="$ac_config_files programs/winver/Makefile"
28552 ALL_MAKEFILES="$ALL_MAKEFILES \\
28553 programs/wordpad/Makefile"
28554 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28555 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28556 wordpad"
28557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28558 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28559 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28561 ALL_MAKEFILES="$ALL_MAKEFILES \\
28562 programs/write/Makefile"
28563 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28564 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28565 write"
28566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28567 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28568 ac_config_files="$ac_config_files programs/write/Makefile"
28570 ALL_MAKEFILES="$ALL_MAKEFILES \\
28571 programs/xcopy/Makefile"
28572 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28573 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28574 xcopy"
28575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28576 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28577 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28579 ALL_MAKEFILES="$ALL_MAKEFILES \\
28580 server/Makefile"
28581 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28582 server"
28583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28584 server/Makefile: server/Makefile.in Make.rules"
28585 ac_config_files="$ac_config_files server/Makefile"
28587 ALL_MAKEFILES="$ALL_MAKEFILES \\
28588 tools/Makefile"
28589 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28590 tools"
28591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28592 tools/Makefile: tools/Makefile.in Make.rules"
28593 ac_config_files="$ac_config_files tools/Makefile"
28595 ALL_MAKEFILES="$ALL_MAKEFILES \\
28596 tools/widl/Makefile"
28598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28599 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28600 ac_config_files="$ac_config_files tools/widl/Makefile"
28602 ALL_MAKEFILES="$ALL_MAKEFILES \\
28603 tools/winebuild/Makefile"
28605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28606 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28607 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28609 ALL_MAKEFILES="$ALL_MAKEFILES \\
28610 tools/winedump/Makefile"
28612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28613 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28614 ac_config_files="$ac_config_files tools/winedump/Makefile"
28616 ALL_MAKEFILES="$ALL_MAKEFILES \\
28617 tools/winegcc/Makefile"
28619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28620 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28621 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28623 ALL_MAKEFILES="$ALL_MAKEFILES \\
28624 tools/wmc/Makefile"
28626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28627 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28628 ac_config_files="$ac_config_files tools/wmc/Makefile"
28630 ALL_MAKEFILES="$ALL_MAKEFILES \\
28631 tools/wrc/Makefile"
28633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28634 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28635 ac_config_files="$ac_config_files tools/wrc/Makefile"
28639 ALL_WINETEST_DEPENDS="# Test binaries"
28641 for dir in $ALL_TEST_DIRS
28643 if test "$dir" != "\\"
28644 then
28645 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28646 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28647 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28648 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28650 done
28652 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28654 cat >confcache <<\_ACEOF
28655 # This file is a shell script that caches the results of configure
28656 # tests run on this system so they can be shared between configure
28657 # scripts and configure runs, see configure's option --config-cache.
28658 # It is not useful on other systems. If it contains results you don't
28659 # want to keep, you may remove or edit it.
28661 # config.status only pays attention to the cache file if you give it
28662 # the --recheck option to rerun configure.
28664 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28665 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28666 # following values.
28668 _ACEOF
28670 # The following way of writing the cache mishandles newlines in values,
28671 # but we know of no workaround that is simple, portable, and efficient.
28672 # So, we kill variables containing newlines.
28673 # Ultrix sh set writes to stderr and can't be redirected directly,
28674 # and sets the high bit in the cache file unless we assign to the vars.
28676 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28677 eval ac_val=\$$ac_var
28678 case $ac_val in #(
28679 *${as_nl}*)
28680 case $ac_var in #(
28681 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28682 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28683 esac
28684 case $ac_var in #(
28685 _ | IFS | as_nl) ;; #(
28686 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28687 *) $as_unset $ac_var ;;
28688 esac ;;
28689 esac
28690 done
28692 (set) 2>&1 |
28693 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28694 *${as_nl}ac_space=\ *)
28695 # `set' does not quote correctly, so add quotes (double-quote
28696 # substitution turns \\\\ into \\, and sed turns \\ into \).
28697 sed -n \
28698 "s/'/'\\\\''/g;
28699 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28700 ;; #(
28702 # `set' quotes correctly as required by POSIX, so do not add quotes.
28703 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28705 esac |
28706 sort
28708 sed '
28709 /^ac_cv_env_/b end
28710 t clear
28711 :clear
28712 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28713 t end
28714 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28715 :end' >>confcache
28716 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28717 if test -w "$cache_file"; then
28718 test "x$cache_file" != "x/dev/null" &&
28719 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28720 $as_echo "$as_me: updating cache $cache_file" >&6;}
28721 cat confcache >$cache_file
28722 else
28723 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28724 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28727 rm -f confcache
28729 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28730 # Let make expand exec_prefix.
28731 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28733 DEFS=-DHAVE_CONFIG_H
28735 ac_libobjs=
28736 ac_ltlibobjs=
28737 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28738 # 1. Remove the extension, and $U if already installed.
28739 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28740 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28741 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28742 # will be set to the directory where LIBOBJS objects are built.
28743 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28744 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28745 done
28746 LIBOBJS=$ac_libobjs
28748 LTLIBOBJS=$ac_ltlibobjs
28752 : ${CONFIG_STATUS=./config.status}
28753 ac_write_fail=0
28754 ac_clean_files_save=$ac_clean_files
28755 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28756 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28757 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28758 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28759 #! $SHELL
28760 # Generated by $as_me.
28761 # Run this file to recreate the current configuration.
28762 # Compiler output produced by configure, useful for debugging
28763 # configure, is in config.log if it exists.
28765 debug=false
28766 ac_cs_recheck=false
28767 ac_cs_silent=false
28768 SHELL=\${CONFIG_SHELL-$SHELL}
28769 _ACEOF
28771 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28772 ## --------------------- ##
28773 ## M4sh Initialization. ##
28774 ## --------------------- ##
28776 # Be more Bourne compatible
28777 DUALCASE=1; export DUALCASE # for MKS sh
28778 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28779 emulate sh
28780 NULLCMD=:
28781 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28782 # is contrary to our usage. Disable this feature.
28783 alias -g '${1+"$@"}'='"$@"'
28784 setopt NO_GLOB_SUBST
28785 else
28786 case `(set -o) 2>/dev/null` in
28787 *posix*) set -o posix ;;
28788 esac
28795 # PATH needs CR
28796 # Avoid depending upon Character Ranges.
28797 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28798 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28799 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28800 as_cr_digits='0123456789'
28801 as_cr_alnum=$as_cr_Letters$as_cr_digits
28803 as_nl='
28805 export as_nl
28806 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28807 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28808 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28809 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28810 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28811 as_echo='printf %s\n'
28812 as_echo_n='printf %s'
28813 else
28814 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28815 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28816 as_echo_n='/usr/ucb/echo -n'
28817 else
28818 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28819 as_echo_n_body='eval
28820 arg=$1;
28821 case $arg in
28822 *"$as_nl"*)
28823 expr "X$arg" : "X\\(.*\\)$as_nl";
28824 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28825 esac;
28826 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28828 export as_echo_n_body
28829 as_echo_n='sh -c $as_echo_n_body as_echo'
28831 export as_echo_body
28832 as_echo='sh -c $as_echo_body as_echo'
28835 # The user is always right.
28836 if test "${PATH_SEPARATOR+set}" != set; then
28837 PATH_SEPARATOR=:
28838 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28839 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28840 PATH_SEPARATOR=';'
28844 # Support unset when possible.
28845 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28846 as_unset=unset
28847 else
28848 as_unset=false
28852 # IFS
28853 # We need space, tab and new line, in precisely that order. Quoting is
28854 # there to prevent editors from complaining about space-tab.
28855 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28856 # splitting by setting IFS to empty value.)
28857 IFS=" "" $as_nl"
28859 # Find who we are. Look in the path if we contain no directory separator.
28860 case $0 in
28861 *[\\/]* ) as_myself=$0 ;;
28862 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28863 for as_dir in $PATH
28865 IFS=$as_save_IFS
28866 test -z "$as_dir" && as_dir=.
28867 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28868 done
28869 IFS=$as_save_IFS
28872 esac
28873 # We did not find ourselves, most probably we were run as `sh COMMAND'
28874 # in which case we are not to be found in the path.
28875 if test "x$as_myself" = x; then
28876 as_myself=$0
28878 if test ! -f "$as_myself"; then
28879 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28880 { (exit 1); exit 1; }
28883 # Work around bugs in pre-3.0 UWIN ksh.
28884 for as_var in ENV MAIL MAILPATH
28885 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28886 done
28887 PS1='$ '
28888 PS2='> '
28889 PS4='+ '
28891 # NLS nuisances.
28892 LC_ALL=C
28893 export LC_ALL
28894 LANGUAGE=C
28895 export LANGUAGE
28897 # Required to use basename.
28898 if expr a : '\(a\)' >/dev/null 2>&1 &&
28899 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28900 as_expr=expr
28901 else
28902 as_expr=false
28905 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28906 as_basename=basename
28907 else
28908 as_basename=false
28912 # Name of the executable.
28913 as_me=`$as_basename -- "$0" ||
28914 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28915 X"$0" : 'X\(//\)$' \| \
28916 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28917 $as_echo X/"$0" |
28918 sed '/^.*\/\([^/][^/]*\)\/*$/{
28919 s//\1/
28922 /^X\/\(\/\/\)$/{
28923 s//\1/
28926 /^X\/\(\/\).*/{
28927 s//\1/
28930 s/.*/./; q'`
28932 # CDPATH.
28933 $as_unset CDPATH
28937 as_lineno_1=$LINENO
28938 as_lineno_2=$LINENO
28939 test "x$as_lineno_1" != "x$as_lineno_2" &&
28940 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28942 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28943 # uniformly replaced by the line number. The first 'sed' inserts a
28944 # line-number line after each line using $LINENO; the second 'sed'
28945 # does the real work. The second script uses 'N' to pair each
28946 # line-number line with the line containing $LINENO, and appends
28947 # trailing '-' during substitution so that $LINENO is not a special
28948 # case at line end.
28949 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28950 # scripts with optimization help from Paolo Bonzini. Blame Lee
28951 # E. McMahon (1931-1989) for sed's syntax. :-)
28952 sed -n '
28954 /[$]LINENO/=
28955 ' <$as_myself |
28956 sed '
28957 s/[$]LINENO.*/&-/
28958 t lineno
28960 :lineno
28962 :loop
28963 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28964 t loop
28965 s/-\n.*//
28966 ' >$as_me.lineno &&
28967 chmod +x "$as_me.lineno" ||
28968 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28969 { (exit 1); exit 1; }; }
28971 # Don't try to exec as it changes $[0], causing all sort of problems
28972 # (the dirname of $[0] is not the place where we might find the
28973 # original and so on. Autoconf is especially sensitive to this).
28974 . "./$as_me.lineno"
28975 # Exit status is that of the last command.
28976 exit
28980 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28981 as_dirname=dirname
28982 else
28983 as_dirname=false
28986 ECHO_C= ECHO_N= ECHO_T=
28987 case `echo -n x` in
28988 -n*)
28989 case `echo 'x\c'` in
28990 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28991 *) ECHO_C='\c';;
28992 esac;;
28994 ECHO_N='-n';;
28995 esac
28996 if expr a : '\(a\)' >/dev/null 2>&1 &&
28997 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28998 as_expr=expr
28999 else
29000 as_expr=false
29003 rm -f conf$$ conf$$.exe conf$$.file
29004 if test -d conf$$.dir; then
29005 rm -f conf$$.dir/conf$$.file
29006 else
29007 rm -f conf$$.dir
29008 mkdir conf$$.dir 2>/dev/null
29010 if (echo >conf$$.file) 2>/dev/null; then
29011 if ln -s conf$$.file conf$$ 2>/dev/null; then
29012 as_ln_s='ln -s'
29013 # ... but there are two gotchas:
29014 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29015 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29016 # In both cases, we have to default to `cp -p'.
29017 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29018 as_ln_s='cp -p'
29019 elif ln conf$$.file conf$$ 2>/dev/null; then
29020 as_ln_s=ln
29021 else
29022 as_ln_s='cp -p'
29024 else
29025 as_ln_s='cp -p'
29027 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29028 rmdir conf$$.dir 2>/dev/null
29030 if mkdir -p . 2>/dev/null; then
29031 as_mkdir_p=:
29032 else
29033 test -d ./-p && rmdir ./-p
29034 as_mkdir_p=false
29037 if test -x / >/dev/null 2>&1; then
29038 as_test_x='test -x'
29039 else
29040 if ls -dL / >/dev/null 2>&1; then
29041 as_ls_L_option=L
29042 else
29043 as_ls_L_option=
29045 as_test_x='
29046 eval sh -c '\''
29047 if test -d "$1"; then
29048 test -d "$1/.";
29049 else
29050 case $1 in
29051 -*)set "./$1";;
29052 esac;
29053 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
29054 ???[sx]*):;;*)false;;esac;fi
29055 '\'' sh
29058 as_executable_p=$as_test_x
29060 # Sed expression to map a string onto a valid CPP name.
29061 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29063 # Sed expression to map a string onto a valid variable name.
29064 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29067 exec 6>&1
29069 # Save the log message, to keep $[0] and so on meaningful, and to
29070 # report actual input values of CONFIG_FILES etc. instead of their
29071 # values after options handling.
29072 ac_log="
29073 This file was extended by Wine $as_me 1.1.24, which was
29074 generated by GNU Autoconf 2.63. Invocation command line was
29076 CONFIG_FILES = $CONFIG_FILES
29077 CONFIG_HEADERS = $CONFIG_HEADERS
29078 CONFIG_LINKS = $CONFIG_LINKS
29079 CONFIG_COMMANDS = $CONFIG_COMMANDS
29080 $ $0 $@
29082 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29085 _ACEOF
29087 case $ac_config_files in *"
29088 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29089 esac
29091 case $ac_config_headers in *"
29092 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29093 esac
29096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29097 # Files that config.status was made for.
29098 config_files="$ac_config_files"
29099 config_headers="$ac_config_headers"
29100 config_commands="$ac_config_commands"
29102 _ACEOF
29104 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29105 ac_cs_usage="\
29106 \`$as_me' instantiates files from templates according to the
29107 current configuration.
29109 Usage: $0 [OPTION]... [FILE]...
29111 -h, --help print this help, then exit
29112 -V, --version print version number and configuration settings, then exit
29113 -q, --quiet, --silent
29114 do not print progress messages
29115 -d, --debug don't remove temporary files
29116 --recheck update $as_me by reconfiguring in the same conditions
29117 --file=FILE[:TEMPLATE]
29118 instantiate the configuration file FILE
29119 --header=FILE[:TEMPLATE]
29120 instantiate the configuration header FILE
29122 Configuration files:
29123 $config_files
29125 Configuration headers:
29126 $config_headers
29128 Configuration commands:
29129 $config_commands
29131 Report bugs to <bug-autoconf@gnu.org>."
29133 _ACEOF
29134 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29135 ac_cs_version="\\
29136 Wine config.status 1.1.24
29137 configured by $0, generated by GNU Autoconf 2.63,
29138 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29140 Copyright (C) 2008 Free Software Foundation, Inc.
29141 This config.status script is free software; the Free Software Foundation
29142 gives unlimited permission to copy, distribute and modify it."
29144 ac_pwd='$ac_pwd'
29145 srcdir='$srcdir'
29146 INSTALL='$INSTALL'
29147 test -n "\$AWK" || AWK=awk
29148 _ACEOF
29150 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29151 # The default lists apply if the user does not specify any file.
29152 ac_need_defaults=:
29153 while test $# != 0
29155 case $1 in
29156 --*=*)
29157 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29158 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29159 ac_shift=:
29162 ac_option=$1
29163 ac_optarg=$2
29164 ac_shift=shift
29166 esac
29168 case $ac_option in
29169 # Handling of the options.
29170 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29171 ac_cs_recheck=: ;;
29172 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29173 $as_echo "$ac_cs_version"; exit ;;
29174 --debug | --debu | --deb | --de | --d | -d )
29175 debug=: ;;
29176 --file | --fil | --fi | --f )
29177 $ac_shift
29178 case $ac_optarg in
29179 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29180 esac
29181 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29182 ac_need_defaults=false;;
29183 --header | --heade | --head | --hea )
29184 $ac_shift
29185 case $ac_optarg in
29186 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29187 esac
29188 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29189 ac_need_defaults=false;;
29190 --he | --h)
29191 # Conflict between --help and --header
29192 { $as_echo "$as_me: error: ambiguous option: $1
29193 Try \`$0 --help' for more information." >&2
29194 { (exit 1); exit 1; }; };;
29195 --help | --hel | -h )
29196 $as_echo "$ac_cs_usage"; exit ;;
29197 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29198 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29199 ac_cs_silent=: ;;
29201 # This is an error.
29202 -*) { $as_echo "$as_me: error: unrecognized option: $1
29203 Try \`$0 --help' for more information." >&2
29204 { (exit 1); exit 1; }; } ;;
29206 *) ac_config_targets="$ac_config_targets $1"
29207 ac_need_defaults=false ;;
29209 esac
29210 shift
29211 done
29213 ac_configure_extra_args=
29215 if $ac_cs_silent; then
29216 exec 6>/dev/null
29217 ac_configure_extra_args="$ac_configure_extra_args --silent"
29220 _ACEOF
29221 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29222 if \$ac_cs_recheck; then
29223 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29224 shift
29225 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29226 CONFIG_SHELL='$SHELL'
29227 export CONFIG_SHELL
29228 exec "\$@"
29231 _ACEOF
29232 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29233 exec 5>>config.log
29235 echo
29236 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29237 ## Running $as_me. ##
29238 _ASBOX
29239 $as_echo "$ac_log"
29240 } >&5
29242 _ACEOF
29243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29244 _ACEOF
29246 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29248 # Handling of arguments.
29249 for ac_config_target in $ac_config_targets
29251 case $ac_config_target in
29252 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29253 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29254 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29255 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29256 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29257 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29258 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29259 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29260 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29261 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29262 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29263 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29264 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29265 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29266 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29267 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29268 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29269 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29270 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29271 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29272 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29273 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29274 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29275 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29276 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29277 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29278 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29279 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29280 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29281 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29282 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29283 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29284 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29285 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29286 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29287 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29288 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29289 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29290 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29291 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29292 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29293 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29294 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29295 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29296 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29297 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29298 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29299 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29300 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29301 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29302 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29303 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29304 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29305 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29306 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29307 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29308 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29309 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29310 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29311 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29312 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29313 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29314 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29315 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29316 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29317 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29318 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29319 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29320 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29321 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29322 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29323 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29324 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29325 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29326 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29327 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29328 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29329 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29330 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29331 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29332 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29333 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29334 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29335 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29336 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29337 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29338 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29339 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29340 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29341 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29342 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29343 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29344 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29345 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29346 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29347 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29348 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29349 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29350 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29351 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29352 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29353 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29354 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29355 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29356 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29357 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29358 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29359 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29360 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29361 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29362 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29363 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29364 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29365 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29366 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29367 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29368 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29369 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29370 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29371 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29372 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29373 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29374 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29375 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29376 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29377 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29378 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29379 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29380 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29381 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29382 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29383 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29384 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29385 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29386 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29387 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29388 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29389 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29390 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29391 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29392 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29393 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29394 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29395 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29396 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29397 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29398 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29399 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29400 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29401 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29402 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29403 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29404 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29405 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29406 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29407 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29408 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29409 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29410 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29411 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29412 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29413 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29414 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29415 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29416 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29417 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29418 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29419 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29420 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29421 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29422 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29423 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29424 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29425 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29426 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29427 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29428 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29429 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29430 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29431 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29432 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29433 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29434 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29435 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29436 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29437 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29438 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29439 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29440 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29441 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29442 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29443 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29444 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29445 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29446 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29447 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29448 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29449 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29450 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29451 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29452 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29453 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29454 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29455 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29456 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29457 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29458 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29459 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29460 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29461 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29462 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29463 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29464 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29465 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29466 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29467 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29468 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29469 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29470 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29471 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29472 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29473 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29474 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29475 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29476 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29477 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29478 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29479 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29480 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29481 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29482 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29483 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29484 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29485 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29486 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29487 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29488 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29489 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29490 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29491 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29492 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29493 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29494 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29495 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29496 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29497 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29498 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29499 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29500 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29501 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29502 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29503 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29504 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29505 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29506 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29507 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29508 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29509 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29510 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29511 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29512 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29513 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29514 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29515 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29516 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29517 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29518 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29519 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29520 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29521 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29522 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29523 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29524 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29525 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29526 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29527 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29528 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29529 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29530 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29531 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29532 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29533 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29534 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29535 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29536 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29537 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29538 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29539 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29540 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29541 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29542 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29543 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29544 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29545 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29546 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29547 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29548 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29549 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29550 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29551 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29552 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29553 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29554 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29555 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29556 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29557 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29558 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29559 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29560 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29561 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29562 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29563 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29564 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29565 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29566 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29567 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29568 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29569 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29570 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29571 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29572 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29573 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29574 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29575 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29576 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29577 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29578 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29579 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29580 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29581 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29582 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29583 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29584 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29585 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29586 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29587 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29588 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29589 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29590 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29591 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29592 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29593 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29594 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29595 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29596 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29597 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29598 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29599 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29600 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29601 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29602 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29603 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29604 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29605 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29606 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29607 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29608 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29609 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29610 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29611 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29612 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29613 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29614 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29615 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29616 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29617 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29618 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29619 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29620 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29621 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29622 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29623 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29624 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29625 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29626 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29627 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29628 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29629 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29630 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29631 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29632 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29633 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29634 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29635 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29636 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29637 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29638 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29639 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29640 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29641 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29642 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29643 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29644 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29645 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29646 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29647 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29648 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29649 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29650 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29651 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29652 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29653 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29654 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29655 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29656 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29657 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29658 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29659 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29660 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29661 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29662 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29663 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29664 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29665 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29666 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29667 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29668 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29669 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29670 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29671 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29672 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29673 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29674 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29675 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29676 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29677 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29678 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29679 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29680 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29681 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29682 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29683 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29684 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29685 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29686 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29687 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29688 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29689 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29690 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29691 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29692 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29693 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29694 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29695 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29696 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29697 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29698 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29699 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29700 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29701 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29702 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29703 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29704 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29705 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29706 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29707 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29708 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29709 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29710 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29711 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29712 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29713 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29714 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29715 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29716 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29717 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29718 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29719 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29720 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29721 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29722 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29723 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29724 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29725 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29726 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29727 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29728 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29729 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29730 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29731 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29732 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29733 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29734 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29735 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29736 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29737 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29738 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29739 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29740 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29741 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29742 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29743 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29744 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29745 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29746 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29747 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29748 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29749 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29750 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29751 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29752 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29753 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29754 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29755 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29756 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29757 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29758 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29759 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29760 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29761 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29762 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29763 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29764 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29765 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29767 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29768 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29769 { (exit 1); exit 1; }; };;
29770 esac
29771 done
29774 # If the user did not use the arguments to specify the items to instantiate,
29775 # then the envvar interface is used. Set only those that are not.
29776 # We use the long form for the default assignment because of an extremely
29777 # bizarre bug on SunOS 4.1.3.
29778 if $ac_need_defaults; then
29779 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29780 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29781 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29784 # Have a temporary directory for convenience. Make it in the build tree
29785 # simply because there is no reason against having it here, and in addition,
29786 # creating and moving files from /tmp can sometimes cause problems.
29787 # Hook for its removal unless debugging.
29788 # Note that there is a small window in which the directory will not be cleaned:
29789 # after its creation but before its name has been assigned to `$tmp'.
29790 $debug ||
29792 tmp=
29793 trap 'exit_status=$?
29794 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29796 trap '{ (exit 1); exit 1; }' 1 2 13 15
29798 # Create a (secure) tmp directory for tmp files.
29801 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29802 test -n "$tmp" && test -d "$tmp"
29803 } ||
29805 tmp=./conf$$-$RANDOM
29806 (umask 077 && mkdir "$tmp")
29807 } ||
29809 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29810 { (exit 1); exit 1; }
29813 # Set up the scripts for CONFIG_FILES section.
29814 # No need to generate them if there are no CONFIG_FILES.
29815 # This happens for instance with `./config.status config.h'.
29816 if test -n "$CONFIG_FILES"; then
29818 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29819 ac_cs_awk_getline=:
29820 ac_cs_awk_pipe_init=
29821 ac_cs_awk_read_file='
29822 while ((getline aline < (F[key])) > 0)
29823 print(aline)
29824 close(F[key])'
29825 ac_cs_awk_pipe_fini=
29826 else
29827 ac_cs_awk_getline=false
29828 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29829 ac_cs_awk_read_file='
29830 print "|#_!!_#|"
29831 print "cat " F[key] " &&"
29832 '$ac_cs_awk_pipe_init
29833 # The final `:' finishes the AND list.
29834 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29836 ac_cr=' '
29837 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29838 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29839 ac_cs_awk_cr='\\r'
29840 else
29841 ac_cs_awk_cr=$ac_cr
29844 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29845 _ACEOF
29847 # Create commands to substitute file output variables.
29849 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29850 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29851 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29852 echo "_ACAWK" &&
29853 echo "_ACEOF"
29854 } >conf$$files.sh &&
29855 . ./conf$$files.sh ||
29856 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29857 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29858 { (exit 1); exit 1; }; }
29859 rm -f conf$$files.sh
29862 echo "cat >conf$$subs.awk <<_ACEOF" &&
29863 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29864 echo "_ACEOF"
29865 } >conf$$subs.sh ||
29866 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29867 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29868 { (exit 1); exit 1; }; }
29869 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29870 ac_delim='%!_!# '
29871 for ac_last_try in false false false false false :; do
29872 . ./conf$$subs.sh ||
29873 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29874 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29875 { (exit 1); exit 1; }; }
29877 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29878 if test $ac_delim_n = $ac_delim_num; then
29879 break
29880 elif $ac_last_try; then
29881 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29882 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29883 { (exit 1); exit 1; }; }
29884 else
29885 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29887 done
29888 rm -f conf$$subs.sh
29890 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29891 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29892 _ACEOF
29893 sed -n '
29895 s/^/S["/; s/!.*/"]=/
29898 s/^[^!]*!//
29899 :repl
29900 t repl
29901 s/'"$ac_delim"'$//
29902 t delim
29905 s/\(.\{148\}\).*/\1/
29906 t more1
29907 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29910 b repl
29911 :more1
29912 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29915 s/.\{148\}//
29916 t nl
29917 :delim
29919 s/\(.\{148\}\).*/\1/
29920 t more2
29921 s/["\\]/\\&/g; s/^/"/; s/$/"/
29924 :more2
29925 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29928 s/.\{148\}//
29929 t delim
29930 ' <conf$$subs.awk | sed '
29931 /^[^""]/{
29933 s/\n//
29935 ' >>$CONFIG_STATUS || ac_write_fail=1
29936 rm -f conf$$subs.awk
29937 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29938 _ACAWK
29939 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29940 for (key in S) S_is_set[key] = 1
29941 FS = "\a"
29942 \$ac_cs_awk_pipe_init
29945 line = $ 0
29946 nfields = split(line, field, "@")
29947 substed = 0
29948 len = length(field[1])
29949 for (i = 2; i < nfields; i++) {
29950 key = field[i]
29951 keylen = length(key)
29952 if (S_is_set[key]) {
29953 value = S[key]
29954 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29955 len += length(value) + length(field[++i])
29956 substed = 1
29957 } else
29958 len += 1 + keylen
29960 if (nfields == 3 && !substed) {
29961 key = field[2]
29962 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29963 \$ac_cs_awk_read_file
29964 next
29967 print line
29969 \$ac_cs_awk_pipe_fini
29970 _ACAWK
29971 _ACEOF
29972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29973 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29974 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29975 else
29977 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29978 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29979 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29980 { (exit 1); exit 1; }; }
29981 _ACEOF
29983 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29984 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29985 # trailing colons and then remove the whole line if VPATH becomes empty
29986 # (actually we leave an empty line to preserve line numbers).
29987 if test "x$srcdir" = x.; then
29988 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29989 s/:*\$(srcdir):*/:/
29990 s/:*\${srcdir}:*/:/
29991 s/:*@srcdir@:*/:/
29992 s/^\([^=]*=[ ]*\):*/\1/
29993 s/:*$//
29994 s/^[^=]*=[ ]*$//
29998 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29999 fi # test -n "$CONFIG_FILES"
30001 # Set up the scripts for CONFIG_HEADERS section.
30002 # No need to generate them if there are no CONFIG_HEADERS.
30003 # This happens for instance with `./config.status Makefile'.
30004 if test -n "$CONFIG_HEADERS"; then
30005 cat >"$tmp/defines.awk" <<\_ACAWK ||
30006 BEGIN {
30007 _ACEOF
30009 # Transform confdefs.h into an awk script `defines.awk', embedded as
30010 # here-document in config.status, that substitutes the proper values into
30011 # config.h.in to produce config.h.
30013 # Create a delimiter string that does not exist in confdefs.h, to ease
30014 # handling of long lines.
30015 ac_delim='%!_!# '
30016 for ac_last_try in false false :; do
30017 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
30018 if test -z "$ac_t"; then
30019 break
30020 elif $ac_last_try; then
30021 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
30022 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
30023 { (exit 1); exit 1; }; }
30024 else
30025 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30027 done
30029 # For the awk script, D is an array of macro values keyed by name,
30030 # likewise P contains macro parameters if any. Preserve backslash
30031 # newline sequences.
30033 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30034 sed -n '
30035 s/.\{148\}/&'"$ac_delim"'/g
30036 t rset
30037 :rset
30038 s/^[ ]*#[ ]*define[ ][ ]*/ /
30039 t def
30041 :def
30042 s/\\$//
30043 t bsnl
30044 s/["\\]/\\&/g
30045 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30046 D["\1"]=" \3"/p
30047 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
30049 :bsnl
30050 s/["\\]/\\&/g
30051 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30052 D["\1"]=" \3\\\\\\n"\\/p
30053 t cont
30054 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30055 t cont
30057 :cont
30059 s/.\{148\}/&'"$ac_delim"'/g
30060 t clear
30061 :clear
30062 s/\\$//
30063 t bsnlc
30064 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30066 :bsnlc
30067 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30068 b cont
30069 ' <confdefs.h | sed '
30070 s/'"$ac_delim"'/"\\\
30071 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30074 for (key in D) D_is_set[key] = 1
30075 FS = "\a"
30077 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30078 line = \$ 0
30079 split(line, arg, " ")
30080 if (arg[1] == "#") {
30081 defundef = arg[2]
30082 mac1 = arg[3]
30083 } else {
30084 defundef = substr(arg[1], 2)
30085 mac1 = arg[2]
30087 split(mac1, mac2, "(") #)
30088 macro = mac2[1]
30089 prefix = substr(line, 1, index(line, defundef) - 1)
30090 if (D_is_set[macro]) {
30091 # Preserve the white space surrounding the "#".
30092 print prefix "define", macro P[macro] D[macro]
30093 next
30094 } else {
30095 # Replace #undef with comments. This is necessary, for example,
30096 # in the case of _POSIX_SOURCE, which is predefined and required
30097 # on some systems where configure will not decide to define it.
30098 if (defundef == "undef") {
30099 print "/*", prefix defundef, macro, "*/"
30100 next
30104 { print }
30105 _ACAWK
30106 _ACEOF
30107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30108 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30109 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30110 { (exit 1); exit 1; }; }
30111 fi # test -n "$CONFIG_HEADERS"
30114 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
30115 shift
30116 for ac_tag
30118 case $ac_tag in
30119 :[FHLC]) ac_mode=$ac_tag; continue;;
30120 esac
30121 case $ac_mode$ac_tag in
30122 :[FHL]*:*);;
30123 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30124 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30125 { (exit 1); exit 1; }; };;
30126 :[FH]-) ac_tag=-:-;;
30127 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30128 esac
30129 ac_save_IFS=$IFS
30130 IFS=:
30131 set x $ac_tag
30132 IFS=$ac_save_IFS
30133 shift
30134 ac_file=$1
30135 shift
30137 case $ac_mode in
30138 :L) ac_source=$1;;
30139 :[FH])
30140 ac_file_inputs=
30141 for ac_f
30143 case $ac_f in
30144 -) ac_f="$tmp/stdin";;
30145 *) # Look for the file first in the build tree, then in the source tree
30146 # (if the path is not absolute). The absolute path cannot be DOS-style,
30147 # because $ac_f cannot contain `:'.
30148 test -f "$ac_f" ||
30149 case $ac_f in
30150 [\\/$]*) false;;
30151 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30152 esac ||
30153 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30154 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30155 { (exit 1); exit 1; }; };;
30156 esac
30157 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30158 ac_file_inputs="$ac_file_inputs '$ac_f'"
30159 done
30161 # Let's still pretend it is `configure' which instantiates (i.e., don't
30162 # use $as_me), people would be surprised to read:
30163 # /* config.h. Generated by config.status. */
30164 configure_input='Generated from '`
30165 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30166 `' by configure.'
30167 if test x"$ac_file" != x-; then
30168 configure_input="$ac_file. $configure_input"
30169 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30170 $as_echo "$as_me: creating $ac_file" >&6;}
30172 # Neutralize special characters interpreted by sed in replacement strings.
30173 case $configure_input in #(
30174 *\&* | *\|* | *\\* )
30175 ac_sed_conf_input=`$as_echo "$configure_input" |
30176 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30177 *) ac_sed_conf_input=$configure_input;;
30178 esac
30180 case $ac_tag in
30181 *:-:* | *:-) cat >"$tmp/stdin" \
30182 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30183 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30184 { (exit 1); exit 1; }; } ;;
30185 esac
30187 esac
30189 ac_dir=`$as_dirname -- "$ac_file" ||
30190 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30191 X"$ac_file" : 'X\(//\)[^/]' \| \
30192 X"$ac_file" : 'X\(//\)$' \| \
30193 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30194 $as_echo X"$ac_file" |
30195 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30196 s//\1/
30199 /^X\(\/\/\)[^/].*/{
30200 s//\1/
30203 /^X\(\/\/\)$/{
30204 s//\1/
30207 /^X\(\/\).*/{
30208 s//\1/
30211 s/.*/./; q'`
30212 { as_dir="$ac_dir"
30213 case $as_dir in #(
30214 -*) as_dir=./$as_dir;;
30215 esac
30216 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30217 as_dirs=
30218 while :; do
30219 case $as_dir in #(
30220 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30221 *) as_qdir=$as_dir;;
30222 esac
30223 as_dirs="'$as_qdir' $as_dirs"
30224 as_dir=`$as_dirname -- "$as_dir" ||
30225 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30226 X"$as_dir" : 'X\(//\)[^/]' \| \
30227 X"$as_dir" : 'X\(//\)$' \| \
30228 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30229 $as_echo X"$as_dir" |
30230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30231 s//\1/
30234 /^X\(\/\/\)[^/].*/{
30235 s//\1/
30238 /^X\(\/\/\)$/{
30239 s//\1/
30242 /^X\(\/\).*/{
30243 s//\1/
30246 s/.*/./; q'`
30247 test -d "$as_dir" && break
30248 done
30249 test -z "$as_dirs" || eval "mkdir $as_dirs"
30250 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30251 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30252 { (exit 1); exit 1; }; }; }
30253 ac_builddir=.
30255 case "$ac_dir" in
30256 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30258 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30259 # A ".." for each directory in $ac_dir_suffix.
30260 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30261 case $ac_top_builddir_sub in
30262 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30263 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30264 esac ;;
30265 esac
30266 ac_abs_top_builddir=$ac_pwd
30267 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30268 # for backward compatibility:
30269 ac_top_builddir=$ac_top_build_prefix
30271 case $srcdir in
30272 .) # We are building in place.
30273 ac_srcdir=.
30274 ac_top_srcdir=$ac_top_builddir_sub
30275 ac_abs_top_srcdir=$ac_pwd ;;
30276 [\\/]* | ?:[\\/]* ) # Absolute name.
30277 ac_srcdir=$srcdir$ac_dir_suffix;
30278 ac_top_srcdir=$srcdir
30279 ac_abs_top_srcdir=$srcdir ;;
30280 *) # Relative name.
30281 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30282 ac_top_srcdir=$ac_top_build_prefix$srcdir
30283 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30284 esac
30285 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30288 case $ac_mode in
30291 # CONFIG_FILE
30294 case $INSTALL in
30295 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30296 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30297 esac
30298 _ACEOF
30300 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30301 # If the template does not know about datarootdir, expand it.
30302 # FIXME: This hack should be removed a few years after 2.60.
30303 ac_datarootdir_hack=; ac_datarootdir_seen=
30305 ac_sed_dataroot='
30306 /datarootdir/ {
30310 /@datadir@/p
30311 /@docdir@/p
30312 /@infodir@/p
30313 /@localedir@/p
30314 /@mandir@/p
30316 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30317 *datarootdir*) ac_datarootdir_seen=yes;;
30318 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30319 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30320 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30321 _ACEOF
30322 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30323 ac_datarootdir_hack='
30324 s&@datadir@&$datadir&g
30325 s&@docdir@&$docdir&g
30326 s&@infodir@&$infodir&g
30327 s&@localedir@&$localedir&g
30328 s&@mandir@&$mandir&g
30329 s&\\\${datarootdir}&$datarootdir&g' ;;
30330 esac
30331 _ACEOF
30333 # Neutralize VPATH when `$srcdir' = `.'.
30334 # Shell code in configure.ac might set extrasub.
30335 # FIXME: do we really want to maintain this feature?
30336 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30337 ac_sed_extra="$ac_vpsub
30338 $extrasub
30339 _ACEOF
30340 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30342 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30343 s|@configure_input@|$ac_sed_conf_input|;t t
30344 s&@top_builddir@&$ac_top_builddir_sub&;t t
30345 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30346 s&@srcdir@&$ac_srcdir&;t t
30347 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30348 s&@top_srcdir@&$ac_top_srcdir&;t t
30349 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30350 s&@builddir@&$ac_builddir&;t t
30351 s&@abs_builddir@&$ac_abs_builddir&;t t
30352 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30353 s&@INSTALL@&$ac_INSTALL&;t t
30354 $ac_datarootdir_hack
30356 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30357 if $ac_cs_awk_getline; then
30358 $AWK -f "$tmp/subs.awk"
30359 else
30360 $AWK -f "$tmp/subs.awk" | $SHELL
30361 fi >$tmp/out \
30362 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30363 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30364 { (exit 1); exit 1; }; }
30366 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30367 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30368 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30369 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30370 which seems to be undefined. Please make sure it is defined." >&5
30371 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30372 which seems to be undefined. Please make sure it is defined." >&2;}
30374 rm -f "$tmp/stdin"
30375 case $ac_file in
30376 -) cat "$tmp/out" && rm -f "$tmp/out";;
30377 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30378 esac \
30379 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30380 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30381 { (exit 1); exit 1; }; }
30385 # CONFIG_HEADER
30387 if test x"$ac_file" != x-; then
30389 $as_echo "/* $configure_input */" \
30390 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30391 } >"$tmp/config.h" \
30392 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30393 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30394 { (exit 1); exit 1; }; }
30395 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30396 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30397 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30398 else
30399 rm -f "$ac_file"
30400 mv "$tmp/config.h" "$ac_file" \
30401 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30402 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30403 { (exit 1); exit 1; }; }
30405 else
30406 $as_echo "/* $configure_input */" \
30407 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30408 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30409 $as_echo "$as_me: error: could not create -" >&2;}
30410 { (exit 1); exit 1; }; }
30414 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30415 $as_echo "$as_me: executing $ac_file commands" >&6;}
30417 esac
30420 case $ac_file$ac_mode in
30421 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30422 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30423 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30424 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30425 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30426 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30427 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30428 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30429 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30430 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30431 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30432 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30433 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30435 esac
30436 done # for ac_tag
30439 { (exit 0); exit 0; }
30440 _ACEOF
30441 chmod +x $CONFIG_STATUS
30442 ac_clean_files=$ac_clean_files_save
30444 test $ac_write_fail = 0 ||
30445 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30446 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30447 { (exit 1); exit 1; }; }
30450 # configure is writing to config.log, and then calls config.status.
30451 # config.status does its own redirection, appending to config.log.
30452 # Unfortunately, on DOS this fails, as config.log is still kept open
30453 # by configure, so config.status won't be able to write to it; its
30454 # output is simply discarded. So we exec the FD to /dev/null,
30455 # effectively closing config.log, so it can be properly (re)opened and
30456 # appended to by config.status. When coming back to configure, we
30457 # need to make the FD available again.
30458 if test "$no_create" != yes; then
30459 ac_cs_success=:
30460 ac_config_status_args=
30461 test "$silent" = yes &&
30462 ac_config_status_args="$ac_config_status_args --quiet"
30463 exec 5>/dev/null
30464 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30465 exec 5>>config.log
30466 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30467 # would make configure fail if this is the last instruction.
30468 $ac_cs_success || { (exit 1); exit 1; }
30470 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30471 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30472 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30476 if test "$no_create" = "yes"
30477 then
30478 exit 0
30481 ac_save_IFS="$IFS"
30482 if test "x$wine_notices != "x; then
30483 echo >&6
30484 IFS="|"
30485 for msg in $wine_notices; do
30486 IFS="$ac_save_IFS"
30487 if test -n "$msg"; then
30488 { $as_echo "$as_me:$LINENO: $msg" >&5
30489 $as_echo "$as_me: $msg" >&6;}
30491 done
30493 IFS="|"
30494 for msg in $wine_warnings; do
30495 IFS="$ac_save_IFS"
30496 if test -n "$msg"; then
30497 echo >&2
30498 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30499 $as_echo "$as_me: WARNING: $msg" >&2;}
30501 done
30502 IFS="$ac_save_IFS"
30504 echo "
30505 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30506 " >&6