rpcrt4/tests: Fix the marshalling test for Win64.
[wine.git] / configure
blobb4163cd270d9314bbabba6eeaf0d065a76fe83bc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.23.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.23'
600 PACKAGE_STRING='Wine 1.1.23'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTARGETFLAGS
697 CROSSTEST
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
854 ac_precious_vars='build_alias
855 host_alias
856 target_alias
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
863 CXXFLAGS
866 XMKMF'
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
917 ac_prev=
918 ac_dashdash=
919 for ac_option
921 # If the previous option needs an argument, assign it.
922 if test -n "$ac_prev"; then
923 eval $ac_prev=\$ac_option
924 ac_prev=
925 continue
928 case $ac_option in
929 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 *) ac_optarg=yes ;;
931 esac
933 # Accept the important Cygnus configure options, so we can diagnose typos.
935 case $ac_dashdash$ac_option in
937 ac_dashdash=yes ;;
939 -bindir | --bindir | --bindi | --bind | --bin | --bi)
940 ac_prev=bindir ;;
941 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942 bindir=$ac_optarg ;;
944 -build | --build | --buil | --bui | --bu)
945 ac_prev=build_alias ;;
946 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947 build_alias=$ac_optarg ;;
949 -cache-file | --cache-file | --cache-fil | --cache-fi \
950 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951 ac_prev=cache_file ;;
952 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954 cache_file=$ac_optarg ;;
956 --config-cache | -C)
957 cache_file=config.cache ;;
959 -datadir | --datadir | --datadi | --datad)
960 ac_prev=datadir ;;
961 -datadir=* | --datadir=* | --datadi=* | --datad=*)
962 datadir=$ac_optarg ;;
964 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965 | --dataroo | --dataro | --datar)
966 ac_prev=datarootdir ;;
967 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969 datarootdir=$ac_optarg ;;
971 -disable-* | --disable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; }
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=no ;;
988 -docdir | --docdir | --docdi | --doc | --do)
989 ac_prev=docdir ;;
990 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991 docdir=$ac_optarg ;;
993 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994 ac_prev=dvidir ;;
995 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996 dvidir=$ac_optarg ;;
998 -enable-* | --enable-*)
999 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1008 "enable_$ac_useropt"
1009 "*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
1012 esac
1013 eval enable_$ac_useropt=\$ac_optarg ;;
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
1022 exec_prefix=$ac_optarg ;;
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
1035 -host | --host | --hos | --ho)
1036 ac_prev=host_alias ;;
1037 -host=* | --host=* | --hos=* | --ho=*)
1038 host_alias=$ac_optarg ;;
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
1051 includedir=$ac_optarg ;;
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056 infodir=$ac_optarg ;;
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061 libdir=$ac_optarg ;;
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
1068 libexecdir=$ac_optarg ;;
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
1076 | --localstate | --localstat | --localsta | --localst | --locals)
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080 localstatedir=$ac_optarg ;;
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085 mandir=$ac_optarg ;;
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092 | --no-cr | --no-c | -n)
1093 no_create=yes ;;
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106 oldincludedir=$ac_optarg ;;
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111 prefix=$ac_optarg ;;
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118 program_prefix=$ac_optarg ;;
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 program_suffix=$ac_optarg ;;
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
1142 program_transform_name=$ac_optarg ;;
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
1162 sbindir=$ac_optarg ;;
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
1173 sharedstatedir=$ac_optarg ;;
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
1178 site=$ac_optarg ;;
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183 srcdir=$ac_optarg ;;
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190 sysconfdir=$ac_optarg ;;
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
1193 ac_prev=target_alias ;;
1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195 target_alias=$ac_optarg ;;
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
1203 -with-* | --with-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208 { (exit 1); exit 1; }; }
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=\$ac_optarg ;;
1220 -without-* | --without-*)
1221 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222 # Reject names that are not valid shell variable names.
1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225 { (exit 1); exit 1; }; }
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1230 "with_$ac_useropt"
1231 "*) ;;
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1234 esac
1235 eval with_$ac_useropt=no ;;
1237 --x)
1238 # Obsolete; use --with-x.
1239 with_x=yes ;;
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257 { (exit 1); exit 1; }; }
1260 *=*)
1261 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262 # Reject names that are not valid shell variable names.
1263 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265 { (exit 1); exit 1; }; }
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277 esac
1278 done
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283 { (exit 1); exit 1; }; }
1286 if test -n "$ac_unrecognized_opts"; then
1287 case $enable_option_checking in
1288 no) ;;
1289 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290 { (exit 1); exit 1; }; } ;;
1291 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292 esac
1295 # Check all directory arguments for consistency.
1296 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297 datadir sysconfdir sharedstatedir localstatedir includedir \
1298 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299 libdir localedir mandir
1301 eval ac_val=\$$ac_var
1302 # Remove trailing slashes.
1303 case $ac_val in
1304 */ )
1305 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306 eval $ac_var=\$ac_val;;
1307 esac
1308 # Be sure to have absolute directory names.
1309 case $ac_val in
1310 [\\/$]* | ?:[\\/]* ) continue;;
1311 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312 esac
1313 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314 { (exit 1); exit 1; }; }
1315 done
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326 if test "x$build_alias" = x; then
1327 cross_compiling=maybe
1328 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329 If a cross compiler is detected then cross compile mode will be used." >&2
1330 elif test "x$build_alias" != "x$host_alias"; then
1331 cross_compiling=yes
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338 test "$silent" = yes && exec 6>/dev/null
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345 { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348 { (exit 1); exit 1; }; }
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353 ac_srcdir_defaulted=yes
1354 # Try the directory containing this script, then the parent directory.
1355 ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357 X"$as_myself" : 'X\(//\)[^/]' \| \
1358 X"$as_myself" : 'X\(//\)$' \| \
1359 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 s//\1/
1365 /^X\(\/\/\)[^/].*/{
1366 s//\1/
1369 /^X\(\/\/\)$/{
1370 s//\1/
1373 /^X\(\/\).*/{
1374 s//\1/
1377 s/.*/./; q'`
1378 srcdir=$ac_confdir
1379 if test ! -r "$srcdir/$ac_unique_file"; then
1380 srcdir=..
1382 else
1383 ac_srcdir_defaulted=no
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388 { (exit 1); exit 1; }; }
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393 { (exit 1); exit 1; }; }
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1413 # Report the --help message.
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures Wine 1.1.23 to adapt to many kinds of systems.
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1426 Defaults for the options are specified in brackets.
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1450 For better control, use the options below.
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1474 cat <<\_ACEOF
1476 X features:
1477 --x-includes=DIR X include files are in DIR
1478 --x-libraries=DIR X library files are in DIR
1480 System types:
1481 --build=BUILD configure for building on BUILD [guessed]
1482 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1486 if test -n "$ac_init_help"; then
1487 case $ac_init_help in
1488 short | recursive ) echo "Configuration of Wine 1.1.23:";;
1489 esac
1490 cat <<\_ACEOF
1492 Optional Features:
1493 --disable-option-checking ignore unrecognized --enable/--with options
1494 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1495 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1496 --disable-win16 do not include Win16 support
1497 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1498 binaries)
1499 --disable-tests do not build the regression tests
1500 --enable-maintainer-mode
1501 enable maintainer-specific build rules
1503 Optional Packages:
1504 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1505 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1506 --without-alsa do not use the Alsa sound support
1507 --without-audioio do not use the AudioIO sound support
1508 --without-capi do not use CAPI (ISDN support)
1509 --without-cms do not use CMS (color management support)
1510 --without-coreaudio do not use the CoreAudio sound support
1511 --without-cups do not use CUPS
1512 --without-curses do not use (n)curses
1513 --without-esd do not use the EsounD sound support
1514 --without-fontconfig do not use fontconfig
1515 --without-freetype do not use the FreeType library
1516 --without-gphoto do not use gphoto (Digital Camera support)
1517 --without-glu do not use the GLU library
1518 --without-gnutls do not use GnuTLS (schannel support)
1519 --without-hal do not use HAL (dynamic device support)
1520 --without-jack do not use the Jack sound support
1521 --without-jpeg do not use JPEG
1522 --without-ldap do not use LDAP
1523 --without-nas do not use the NAS sound support
1524 --without-opengl do not use OpenGL
1525 --without-openssl do not use OpenSSL
1526 --without-oss do not use the OSS sound support
1527 --without-png do not use PNG
1528 --without-pthread do not use the pthread library
1529 --without-sane do not use SANE (scanner support)
1530 --without-xcomposite do not use the Xcomposite extension
1531 --without-xcursor do not use the Xcursor extension
1532 --without-xinerama do not use Xinerama (multi-monitor support)
1533 --without-xinput do not use the Xinput extension
1534 --without-xml do not use XML
1535 --without-xrandr do not use Xrandr (resolution changes)
1536 --without-xrender do not use the Xrender extension
1537 --without-xshape do not use the Xshape extension
1538 --without-xshm do not use XShm (shared memory extension)
1539 --without-xslt do not use XSLT
1540 --without-xxf86vm do not use XFree video mode extension
1541 --with-wine-tools=DIR use Wine tools from directory DIR
1542 --with-x use the X Window System
1544 Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 Wine configure 1.1.23
1624 generated by GNU Autoconf 2.63
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631 exit
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1637 It was created by Wine $as_me 1.1.23, which was
1638 generated by GNU Autoconf 2.63. Invocation command line was
1640 $ $0 $@
1642 _ACEOF
1643 exec 5>>config.log
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1659 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1660 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1663 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1664 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1665 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1667 _ASUNAME
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1678 } >&5
1680 cat >&5 <<_ACEOF
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1687 _ACEOF
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1701 for ac_arg
1703 case $ac_arg in
1704 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706 | -silent | --silent | --silen | --sile | --sil)
1707 continue ;;
1708 *\'*)
1709 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710 esac
1711 case $ac_pass in
1712 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715 if test $ac_must_keep_next = true; then
1716 ac_must_keep_next=false # Got value, back to normal.
1717 else
1718 case $ac_arg in
1719 *=* | --config-cache | -C | -disable-* | --disable-* \
1720 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722 | -with-* | --with-* | -without-* | --without-* | --x)
1723 case "$ac_configure_args0 " in
1724 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725 esac
1727 -* ) ac_must_keep_next=true ;;
1728 esac
1730 ac_configure_args="$ac_configure_args '$ac_arg'"
1732 esac
1733 done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log. We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744 # Save into config.log some information that might help in debugging.
1746 echo
1748 cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753 echo
1754 # The following way of writing the cache mishandles newlines in values,
1756 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757 eval ac_val=\$$ac_var
1758 case $ac_val in #(
1759 *${as_nl}*)
1760 case $ac_var in #(
1761 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763 esac
1764 case $ac_var in #(
1765 _ | IFS | as_nl) ;; #(
1766 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767 *) $as_unset $ac_var ;;
1768 esac ;;
1769 esac
1770 done
1771 (set) 2>&1 |
1772 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773 *${as_nl}ac_space=\ *)
1774 sed -n \
1775 "s/'\''/'\''\\\\'\'''\''/g;
1776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777 ;; #(
1779 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781 esac |
1782 sort
1784 echo
1786 cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791 echo
1792 for ac_var in $ac_subst_vars
1794 eval ac_val=\$$ac_var
1795 case $ac_val in
1796 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797 esac
1798 $as_echo "$ac_var='\''$ac_val'\''"
1799 done | sort
1800 echo
1802 if test -n "$ac_subst_files"; then
1803 cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808 echo
1809 for ac_var in $ac_subst_files
1811 eval ac_val=\$$ac_var
1812 case $ac_val in
1813 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814 esac
1815 $as_echo "$ac_var='\''$ac_val'\''"
1816 done | sort
1817 echo
1820 if test -s confdefs.h; then
1821 cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826 echo
1827 cat confdefs.h
1828 echo
1830 test "$ac_signal" != 0 &&
1831 $as_echo "$as_me: caught signal $ac_signal"
1832 $as_echo "$as_me: exit $exit_status"
1833 } >&5
1834 rm -f core *.core core.conftest.* &&
1835 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836 exit $exit_status
1838 for ac_signal in 1 2 13 15; do
1839 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1846 # Predefined preprocessor variables.
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878 ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880 ac_site_file1=$prefix/share/config.site
1881 ac_site_file2=$prefix/etc/config.site
1882 else
1883 ac_site_file1=$ac_default_prefix/share/config.site
1884 ac_site_file2=$ac_default_prefix/etc/config.site
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 test "x$ac_site_file" = xNONE && continue
1889 if test -r "$ac_site_file"; then
1890 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892 sed 's/^/| /' "$ac_site_file" >&5
1893 . "$ac_site_file"
1895 done
1897 if test -r "$cache_file"; then
1898 # Some versions of bash will fail to source /dev/null (special
1899 # files actually), so we avoid doing that.
1900 if test -f "$cache_file"; then
1901 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903 case $cache_file in
1904 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905 *) . "./$cache_file";;
1906 esac
1908 else
1909 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911 >$cache_file
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919 eval ac_new_set=\$ac_env_${ac_var}_set
1920 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921 eval ac_new_val=\$ac_env_${ac_var}_value
1922 case $ac_old_set,$ac_new_set in
1923 set,)
1924 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926 ac_cache_corrupted=: ;;
1927 ,set)
1928 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930 ac_cache_corrupted=: ;;
1931 ,);;
1933 if test "x$ac_old_val" != "x$ac_new_val"; then
1934 # differences in whitespace do not lead to failure.
1935 ac_old_val_w=`echo x $ac_old_val`
1936 ac_new_val_w=`echo x $ac_new_val`
1937 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940 ac_cache_corrupted=:
1941 else
1942 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944 eval $ac_var=\$ac_old_val
1946 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1947 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1948 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1950 fi;;
1951 esac
1952 # Pass precious variables to config.status.
1953 if test "$ac_new_set" = set; then
1954 case $ac_new_val in
1955 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 *) ac_arg=$ac_var=$ac_new_val ;;
1957 esac
1958 case " $ac_configure_args " in
1959 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1960 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961 esac
1963 done
1964 if $ac_cache_corrupted; then
1965 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971 { (exit 1); exit 1; }; }
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006 ac_config_headers="$ac_config_headers include/config.h"
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010 if test -f "$ac_dir/install-sh"; then
2011 ac_aux_dir=$ac_dir
2012 ac_install_sh="$ac_aux_dir/install-sh -c"
2013 break
2014 elif test -f "$ac_dir/install.sh"; then
2015 ac_aux_dir=$ac_dir
2016 ac_install_sh="$ac_aux_dir/install.sh -c"
2017 break
2018 elif test -f "$ac_dir/shtool"; then
2019 ac_aux_dir=$ac_dir
2020 ac_install_sh="$ac_aux_dir/shtool install -c"
2021 break
2023 done
2024 if test -z "$ac_aux_dir"; then
2025 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027 { (exit 1); exit 1; }; }
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043 enableval=$enable_win16;
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048 enableval=$enable_win64;
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053 enableval=$enable_tests;
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058 enableval=$enable_maintainer_mode;
2059 else
2060 MAINTAINER_MODE=\#
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098 withval=$with_cups;
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110 withval=$with_esd;
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122 withval=$with_freetype;
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128 withval=$with_gphoto;
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140 withval=$with_gnutls;
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146 withval=$with_hal;
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176 withval=$with_opengl;
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206 withval=$with_sane;
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236 withval=$with_xml;
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266 withval=$with_xslt;
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279 withval=$with_wine_tools;
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287 { (exit 1); exit 1; }; }
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292 $as_echo_n "(cached) " >&6
2293 else
2294 ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300 { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304 { (exit 1); exit 1; }; }
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313 { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340 { (exit 1); exit 1; }; }
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350 { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2367 case "$srcdir" in
2368 .) ;;
2369 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374 { (exit 1); exit 1; }; }
2375 fi ;;
2376 esac
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384 $as_echo_n "(cached) " >&6
2385 else
2386 cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389 @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393 *@@@%%%=?*=@@@%%%*)
2394 eval ac_cv_prog_make_${ac_make}_set=yes;;
2396 eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 SET_MAKE=
2404 else
2405 { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407 SET_MAKE="MAKE=${MAKE-make}"
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2429 IFS=$as_save_IFS
2430 test -z "$as_dir" && as_dir=.
2431 for ac_exec_ext in '' $ac_executable_extensions; do
2432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 break 2
2437 done
2438 done
2439 IFS=$as_save_IFS
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$ac_cv_prog_CC"; then
2455 ac_ct_CC=$CC
2456 # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$ac_ct_CC"; then
2464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_ac_ct_CC="gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2492 if test "x$ac_ct_CC" = x; then
2493 CC=""
2494 else
2495 case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501 CC=$ac_ct_CC
2503 else
2504 CC="$ac_cv_prog_CC"
2507 if test -z "$CC"; then
2508 if test -n "$ac_tool_prefix"; then
2509 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514 $as_echo_n "(cached) " >&6
2515 else
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526 ac_cv_prog_CC="${ac_tool_prefix}cc"
2527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2530 done
2531 done
2532 IFS=$as_save_IFS
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541 { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2548 if test -z "$CC"; then
2549 # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568 ac_prog_rejected=yes
2569 continue
2571 ac_cv_prog_CC="cc"
2572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2579 if test $ac_prog_rejected = yes; then
2580 # We found a bogon in the path, so make sure we never use it.
2581 set dummy $ac_cv_prog_CC
2582 shift
2583 if test $# != 0; then
2584 # We chose a different compiler from the bogus one.
2585 # However, it has the same basename, so the bogon will be chosen
2586 # first if we set CC to just the basename; use the full file name.
2587 shift
2588 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598 { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2604 if test -z "$CC"; then
2605 if test -n "$ac_tool_prefix"; then
2606 for ac_prog in cl.exe
2608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613 $as_echo_n "(cached) " >&6
2614 else
2615 if test -n "$CC"; then
2616 ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2629 done
2630 done
2631 IFS=$as_save_IFS
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640 { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2645 test -n "$CC" && break
2646 done
2648 if test -z "$CC"; then
2649 ac_ct_CC=$CC
2650 for ac_prog in cl.exe
2652 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test -n "$ac_ct_CC"; then
2660 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669 ac_cv_prog_ac_ct_CC="$ac_prog"
2670 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2
2673 done
2674 done
2675 IFS=$as_save_IFS
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684 { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2689 test -n "$ac_ct_CC" && break
2690 done
2692 if test "x$ac_ct_CC" = x; then
2693 CC=""
2694 else
2695 case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701 CC=$ac_ct_CC
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714 { (exit 1); exit 1; }; }; }
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727 (eval "$ac_compiler --version >&5") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738 (eval "$ac_compiler -v >&5") 2>&5
2739 ac_status=$?
2740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749 (eval "$ac_compiler -V >&5") 2>&5
2750 ac_status=$?
2751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h. */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h. */
2762 main ()
2766 return 0;
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2784 case $ac_file in
2785 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787 esac
2788 done
2789 rm -f $ac_rmfiles
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798 (eval "$ac_link_default") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; then
2802 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2813 [ab].out )
2814 # We found the default executable, but exeext='' is most
2815 # certainly right.
2816 break;;
2817 *.* )
2818 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819 then :; else
2820 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 # We set ac_cv_exeext here because the later test for it is not
2823 # safe: cross compilers may not add the suffix if given an `-o'
2824 # argument, so we may need to know it at that point already.
2825 # Even if this section looks crufty: it has the advantage of
2826 # actually working.
2827 break;;
2829 break;;
2830 esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2834 else
2835 ac_file=''
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841 $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850 { (exit 77); exit 77; }; }; }
2853 ac_exeext=$ac_cv_exeext
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862 if { ac_try='./$ac_file'
2863 { (case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872 (exit $ac_status); }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }; }
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911 (eval "$ac_link") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); }; then
2915 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924 break;;
2925 * ) break;;
2926 esac
2927 done
2928 else
2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935 { (exit 1); exit 1; }; }; }
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948 $as_echo_n "(cached) " >&6
2949 else
2950 cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h. */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2958 main ()
2962 return 0;
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973 (eval "$ac_compile") 2>&5
2974 ac_status=$?
2975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); }; then
2977 for ac_file in conftest.o conftest.obj conftest.*; do
2978 test -f "$ac_file" || continue;
2979 case $ac_file in
2980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982 break;;
2983 esac
2984 done
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995 { (exit 1); exit 1; }; }; }
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007 $as_echo_n "(cached) " >&6
3008 else
3009 cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h. */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h. */
3017 main ()
3019 #ifndef __GNUC__
3020 choke me
3021 #endif
3024 return 0;
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_compiler_gnu=yes
3046 else
3047 $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3050 ac_compiler_gnu=no
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060 GCC=yes
3061 else
3062 GCC=
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_save_c_werror_flag=$ac_c_werror_flag
3072 ac_c_werror_flag=yes
3073 ac_cv_prog_cc_g=no
3074 CFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3083 main ()
3087 return 0;
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098 (eval "$ac_compile") 2>conftest.er1
3099 ac_status=$?
3100 grep -v '^ *+' conftest.er1 >conftest.err
3101 rm -f conftest.er1
3102 cat conftest.err >&5
3103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104 (exit $ac_status); } && {
3105 test -z "$ac_c_werror_flag" ||
3106 test ! -s conftest.err
3107 } && test -s conftest.$ac_objext; then
3108 ac_cv_prog_cc_g=yes
3109 else
3110 $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3113 CFLAGS=""
3114 cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h. */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h. */
3122 main ()
3126 return 0;
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133 *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_c_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3148 else
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3187 ac_cv_prog_cc_g=yes
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 ac_c_werror_flag=$ac_save_c_werror_flag
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207 CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209 if test "$GCC" = yes; then
3210 CFLAGS="-g -O2"
3211 else
3212 CFLAGS="-g"
3214 else
3215 if test "$GCC" = yes; then
3216 CFLAGS="-O2"
3217 else
3218 CFLAGS=
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224 $as_echo_n "(cached) " >&6
3225 else
3226 ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h. */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h. */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242 char **p;
3243 int i;
3245 return p[i];
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3249 char *s;
3250 va_list v;
3251 va_start (v,p);
3252 s = g (p, va_arg (v,int));
3253 va_end (v);
3254 return s;
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3258 function prototypes and stuff, but not '\xHH' hex character constants.
3259 These don't provoke an error unfortunately, instead are silently treated
3260 as 'x'. The following induces an error, until -std is added to get
3261 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3262 array size at least. It's necessary to write '\x00'==0 to get something
3263 that's true only with -std. */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267 inside strings and character constants. */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3278 main ()
3280 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3282 return 0;
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3288 CC="$ac_save_CC $ac_arg"
3289 rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297 (eval "$ac_compile") 2>conftest.er1
3298 ac_status=$?
3299 grep -v '^ *+' conftest.er1 >conftest.err
3300 rm -f conftest.er1
3301 cat conftest.err >&5
3302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); } && {
3304 test -z "$ac_c_werror_flag" ||
3305 test ! -s conftest.err
3306 } && test -s conftest.$ac_objext; then
3307 ac_cv_prog_cc_c89=$ac_arg
3308 else
3309 $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3315 rm -f core conftest.err conftest.$ac_objext
3316 test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3325 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327 xno)
3328 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3331 CC="$CC $ac_cv_prog_cc_c89"
3332 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349 if test -n "$CCC"; then
3350 CXX=$CCC
3351 else
3352 if test -n "$ac_tool_prefix"; then
3353 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360 $as_echo_n "(cached) " >&6
3361 else
3362 if test -n "$CXX"; then
3363 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 break 2
3376 done
3377 done
3378 IFS=$as_save_IFS
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387 { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3392 test -n "$CXX" && break
3393 done
3395 if test -z "$CXX"; then
3396 ac_ct_CXX=$CXX
3397 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3399 # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$ac_ct_CXX"; then
3407 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416 ac_cv_prog_ac_ct_CXX="$ac_prog"
3417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3420 done
3421 done
3422 IFS=$as_save_IFS
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431 { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3436 test -n "$ac_ct_CXX" && break
3437 done
3439 if test "x$ac_ct_CXX" = x; then
3440 CXX="g++"
3441 else
3442 case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448 CXX=$ac_ct_CXX
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465 (eval "$ac_compiler --version >&5") 2>&5
3466 ac_status=$?
3467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476 (eval "$ac_compiler -v >&5") 2>&5
3477 ac_status=$?
3478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483 *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487 (eval "$ac_compiler -V >&5") 2>&5
3488 ac_status=$?
3489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495 $as_echo_n "(cached) " >&6
3496 else
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3507 #ifndef __GNUC__
3508 choke me
3509 #endif
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_compiler_gnu=yes
3534 else
3535 $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3538 ac_compiler_gnu=no
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548 GXX=yes
3549 else
3550 GXX=
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557 $as_echo_n "(cached) " >&6
3558 else
3559 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560 ac_cxx_werror_flag=yes
3561 ac_cv_prog_cxx_g=no
3562 CXXFLAGS="-g"
3563 cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h. */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h. */
3571 main ()
3575 return 0;
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3587 ac_status=$?
3588 grep -v '^ *+' conftest.er1 >conftest.err
3589 rm -f conftest.er1
3590 cat conftest.err >&5
3591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } && {
3593 test -z "$ac_cxx_werror_flag" ||
3594 test ! -s conftest.err
3595 } && test -s conftest.$ac_objext; then
3596 ac_cv_prog_cxx_g=yes
3597 else
3598 $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3601 CXXFLAGS=""
3602 cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h. */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h. */
3610 main ()
3614 return 0;
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621 *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625 (eval "$ac_compile") 2>conftest.er1
3626 ac_status=$?
3627 grep -v '^ *+' conftest.er1 >conftest.err
3628 rm -f conftest.er1
3629 cat conftest.err >&5
3630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } && {
3632 test -z "$ac_cxx_werror_flag" ||
3633 test ! -s conftest.err
3634 } && test -s conftest.$ac_objext; then
3636 else
3637 $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3640 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 CXXFLAGS="-g"
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3675 ac_cv_prog_cxx_g=yes
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695 CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697 if test "$GXX" = yes; then
3698 CXXFLAGS="-g -O2"
3699 else
3700 CXXFLAGS="-g"
3702 else
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-O2"
3705 else
3706 CXXFLAGS=
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3715 if test -n "$ac_tool_prefix"; then
3716 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$CPPBIN"; then
3724 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748 { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755 ac_ct_CPPBIN=$CPPBIN
3756 # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$ac_ct_CPPBIN"; then
3764 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_ac_ct_CPPBIN="cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3792 if test "x$ac_ct_CPPBIN" = x; then
3793 CPPBIN="cpp"
3794 else
3795 case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801 CPPBIN=$ac_ct_CPPBIN
3803 else
3804 CPPBIN="$ac_cv_prog_CPPBIN"
3808 case $host in
3809 *-darwin*)
3810 if test "x$enable_win64" == "xyes"
3811 then
3812 CC="$CC -m64"
3813 CXX="$CXX -m64"
3814 LD="${LD:-ld} -arch x86_64"
3815 AS="${AS:-as} -arch x86_64"
3816 host_cpu="x86_64"
3817 notice_platform="64-bit "
3818 TARGETFLAGS="-m64"
3820 else
3821 CC="$CC -m32"
3822 CXX="$CXX -m32"
3823 LD="${LD:-ld} -arch i386"
3824 AS="${AS:-as} -arch i386"
3825 host_cpu="i386"
3826 notice_platform="32-bit "
3827 TARGETFLAGS="-m32"
3829 enable_win16=${enable_win16:-yes}
3832 x86_64*)
3833 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834 then
3835 CC="$CC -m32"
3836 CXX="$CXX -m32"
3837 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859 *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863 (eval "$ac_link") 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } && {
3870 test -z "$ac_c_werror_flag" ||
3871 test ! -s conftest.err
3872 } && test -s conftest$ac_exeext && {
3873 test "$cross_compiling" = yes ||
3874 $as_test_x conftest$ac_exeext
3875 }; then
3876 { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879 $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886 { (exit 1); exit 1; }; }
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891 conftest$ac_exeext conftest.$ac_ext
3892 LD="${LD:-ld} -m elf_i386"
3893 AS="${AS:-as} --32"
3894 host_cpu="i386"
3895 notice_platform="32-bit "
3896 TARGETFLAGS="-m32"
3898 enable_win16=${enable_win16:-yes}
3899 else
3900 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
11321 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11323 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11324 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11325 $as_echo_n "checking for $ac_header... " >&6; }
11326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11327 $as_echo_n "(cached) " >&6
11328 else
11329 cat >conftest.$ac_ext <<_ACEOF
11330 /* confdefs.h. */
11331 _ACEOF
11332 cat confdefs.h >>conftest.$ac_ext
11333 cat >>conftest.$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11335 #ifdef HAVE_GL_GLX_H
11336 # include <GL/glx.h>
11337 #endif
11339 #include <$ac_header>
11340 _ACEOF
11341 rm -f conftest.$ac_objext
11342 if { (ac_try="$ac_compile"
11343 case "(($ac_try" in
11344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11345 *) ac_try_echo=$ac_try;;
11346 esac
11347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11348 $as_echo "$ac_try_echo") >&5
11349 (eval "$ac_compile") 2>conftest.er1
11350 ac_status=$?
11351 grep -v '^ *+' conftest.er1 >conftest.err
11352 rm -f conftest.er1
11353 cat conftest.err >&5
11354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } && {
11356 test -z "$ac_c_werror_flag" ||
11357 test ! -s conftest.err
11358 } && test -s conftest.$ac_objext; then
11359 eval "$as_ac_Header=yes"
11360 else
11361 $as_echo "$as_me: failed program was:" >&5
11362 sed 's/^/| /' conftest.$ac_ext >&5
11364 eval "$as_ac_Header=no"
11367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11369 ac_res=`eval 'as_val=${'$as_ac_Header'}
11370 $as_echo "$as_val"'`
11371 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11372 $as_echo "$ac_res" >&6; }
11373 as_val=`eval 'as_val=${'$as_ac_Header'}
11374 $as_echo "$as_val"'`
11375 if test "x$as_val" = x""yes; then
11376 cat >>confdefs.h <<_ACEOF
11377 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11378 _ACEOF
11382 done
11384 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11385 then
11386 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11387 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11388 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11389 $as_echo_n "(cached) " >&6
11390 else
11391 cat >conftest.$ac_ext <<_ACEOF
11392 /* confdefs.h. */
11393 _ACEOF
11394 cat confdefs.h >>conftest.$ac_ext
11395 cat >>conftest.$ac_ext <<_ACEOF
11396 /* end confdefs.h. */
11397 #include <GL/gl.h>
11399 main ()
11401 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11403 return 0;
11405 _ACEOF
11406 rm -f conftest.$ac_objext
11407 if { (ac_try="$ac_compile"
11408 case "(($ac_try" in
11409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11410 *) ac_try_echo=$ac_try;;
11411 esac
11412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11413 $as_echo "$ac_try_echo") >&5
11414 (eval "$ac_compile") 2>conftest.er1
11415 ac_status=$?
11416 grep -v '^ *+' conftest.er1 >conftest.err
11417 rm -f conftest.er1
11418 cat conftest.err >&5
11419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11420 (exit $ac_status); } && {
11421 test -z "$ac_c_werror_flag" ||
11422 test ! -s conftest.err
11423 } && test -s conftest.$ac_objext; then
11424 wine_cv_opengl_header_version_OK="yes"
11425 else
11426 $as_echo "$as_me: failed program was:" >&5
11427 sed 's/^/| /' conftest.$ac_ext >&5
11429 wine_cv_opengl_header_version_OK="no"
11432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11434 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11435 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11437 if test "$wine_cv_opengl_header_version_OK" = "yes"
11438 then
11439 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11440 $as_echo_n "checking for -lGL... " >&6; }
11441 if test "${ac_cv_lib_soname_GL+set}" = set; then
11442 $as_echo_n "(cached) " >&6
11443 else
11444 ac_check_soname_save_LIBS=$LIBS
11445 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11446 cat >conftest.$ac_ext <<_ACEOF
11447 /* confdefs.h. */
11448 _ACEOF
11449 cat confdefs.h >>conftest.$ac_ext
11450 cat >>conftest.$ac_ext <<_ACEOF
11451 /* end confdefs.h. */
11453 /* Override any GCC internal prototype to avoid an error.
11454 Use char because int might match the return type of a GCC
11455 builtin and then its argument prototype would still apply. */
11456 #ifdef __cplusplus
11457 extern "C"
11458 #endif
11459 char glXCreateContext ();
11461 main ()
11463 return glXCreateContext ();
11465 return 0;
11467 _ACEOF
11468 rm -f conftest.$ac_objext conftest$ac_exeext
11469 if { (ac_try="$ac_link"
11470 case "(($ac_try" in
11471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11472 *) ac_try_echo=$ac_try;;
11473 esac
11474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11475 $as_echo "$ac_try_echo") >&5
11476 (eval "$ac_link") 2>conftest.er1
11477 ac_status=$?
11478 grep -v '^ *+' conftest.er1 >conftest.err
11479 rm -f conftest.er1
11480 cat conftest.err >&5
11481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } && {
11483 test -z "$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11485 } && test -s conftest$ac_exeext && {
11486 test "$cross_compiling" = yes ||
11487 $as_test_x conftest$ac_exeext
11488 }; then
11489 case "$LIBEXT" in
11490 dll) ;;
11491 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'` ;;
11492 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11493 esac
11494 else
11495 $as_echo "$as_me: failed program was:" >&5
11496 sed 's/^/| /' conftest.$ac_ext >&5
11501 rm -rf conftest.dSYM
11502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11503 conftest$ac_exeext conftest.$ac_ext
11504 LIBS=$ac_check_soname_save_LIBS
11506 if test "x$ac_cv_lib_soname_GL" = "x"; then
11507 { $as_echo "$as_me:$LINENO: result: not found" >&5
11508 $as_echo "not found" >&6; }
11509 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11510 $as_echo_n "checking for -lGL... " >&6; }
11511 if test "${ac_cv_lib_soname_GL+set}" = set; then
11512 $as_echo_n "(cached) " >&6
11513 else
11514 ac_check_soname_save_LIBS=$LIBS
11515 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"
11516 cat >conftest.$ac_ext <<_ACEOF
11517 /* confdefs.h. */
11518 _ACEOF
11519 cat confdefs.h >>conftest.$ac_ext
11520 cat >>conftest.$ac_ext <<_ACEOF
11521 /* end confdefs.h. */
11523 /* Override any GCC internal prototype to avoid an error.
11524 Use char because int might match the return type of a GCC
11525 builtin and then its argument prototype would still apply. */
11526 #ifdef __cplusplus
11527 extern "C"
11528 #endif
11529 char glXCreateContext ();
11531 main ()
11533 return glXCreateContext ();
11535 return 0;
11537 _ACEOF
11538 rm -f conftest.$ac_objext conftest$ac_exeext
11539 if { (ac_try="$ac_link"
11540 case "(($ac_try" in
11541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11542 *) ac_try_echo=$ac_try;;
11543 esac
11544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11545 $as_echo "$ac_try_echo") >&5
11546 (eval "$ac_link") 2>conftest.er1
11547 ac_status=$?
11548 grep -v '^ *+' conftest.er1 >conftest.err
11549 rm -f conftest.er1
11550 cat conftest.err >&5
11551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11552 (exit $ac_status); } && {
11553 test -z "$ac_c_werror_flag" ||
11554 test ! -s conftest.err
11555 } && test -s conftest$ac_exeext && {
11556 test "$cross_compiling" = yes ||
11557 $as_test_x conftest$ac_exeext
11558 }; then
11559 case "$LIBEXT" in
11560 dll) ;;
11561 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'` ;;
11562 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11563 esac
11564 else
11565 $as_echo "$as_me: failed program was:" >&5
11566 sed 's/^/| /' conftest.$ac_ext >&5
11571 rm -rf conftest.dSYM
11572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11573 conftest$ac_exeext conftest.$ac_ext
11574 LIBS=$ac_check_soname_save_LIBS
11576 if test "x$ac_cv_lib_soname_GL" = "x"; then
11577 { $as_echo "$as_me:$LINENO: result: not found" >&5
11578 $as_echo "not found" >&6; }
11579 if test -f /usr/X11R6/lib/libGL.a
11580 then
11581 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11582 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11583 else
11584 opengl_msg="No OpenGL library found on this system."
11586 else
11587 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11588 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11590 cat >>confdefs.h <<_ACEOF
11591 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11592 _ACEOF
11594 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"
11596 cat >>confdefs.h <<\_ACEOF
11597 #define HAVE_OPENGL 1
11598 _ACEOF
11602 else
11603 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11604 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11606 cat >>confdefs.h <<_ACEOF
11607 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11608 _ACEOF
11610 OPENGL_LIBS="-lGL"
11612 cat >>confdefs.h <<\_ACEOF
11613 #define HAVE_OPENGL 1
11614 _ACEOF
11618 if test "$ac_cv_header_GL_glu_h" = "yes"
11619 then
11620 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11621 $as_echo_n "checking for -lGLU... " >&6; }
11622 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11623 $as_echo_n "(cached) " >&6
11624 else
11625 ac_check_soname_save_LIBS=$LIBS
11626 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11627 cat >conftest.$ac_ext <<_ACEOF
11628 /* confdefs.h. */
11629 _ACEOF
11630 cat confdefs.h >>conftest.$ac_ext
11631 cat >>conftest.$ac_ext <<_ACEOF
11632 /* end confdefs.h. */
11634 /* Override any GCC internal prototype to avoid an error.
11635 Use char because int might match the return type of a GCC
11636 builtin and then its argument prototype would still apply. */
11637 #ifdef __cplusplus
11638 extern "C"
11639 #endif
11640 char gluLookAt ();
11642 main ()
11644 return gluLookAt ();
11646 return 0;
11648 _ACEOF
11649 rm -f conftest.$ac_objext conftest$ac_exeext
11650 if { (ac_try="$ac_link"
11651 case "(($ac_try" in
11652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11653 *) ac_try_echo=$ac_try;;
11654 esac
11655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11656 $as_echo "$ac_try_echo") >&5
11657 (eval "$ac_link") 2>conftest.er1
11658 ac_status=$?
11659 grep -v '^ *+' conftest.er1 >conftest.err
11660 rm -f conftest.er1
11661 cat conftest.err >&5
11662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); } && {
11664 test -z "$ac_c_werror_flag" ||
11665 test ! -s conftest.err
11666 } && test -s conftest$ac_exeext && {
11667 test "$cross_compiling" = yes ||
11668 $as_test_x conftest$ac_exeext
11669 }; then
11670 case "$LIBEXT" in
11671 dll) ;;
11672 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'` ;;
11673 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11674 esac
11675 else
11676 $as_echo "$as_me: failed program was:" >&5
11677 sed 's/^/| /' conftest.$ac_ext >&5
11682 rm -rf conftest.dSYM
11683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11684 conftest$ac_exeext conftest.$ac_ext
11685 LIBS=$ac_check_soname_save_LIBS
11687 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11688 { $as_echo "$as_me:$LINENO: result: not found" >&5
11689 $as_echo "not found" >&6; }
11691 else
11692 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11693 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11695 cat >>confdefs.h <<_ACEOF
11696 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11697 _ACEOF
11703 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11704 case "x$with_glu" in
11705 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11706 xno) ;;
11707 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11708 This is an error since --with-glu was requested." >&5
11709 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11710 This is an error since --with-glu was requested." >&2;}
11711 { (exit 1); exit 1; }; } ;;
11712 esac
11715 else
11716 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11718 else
11719 opengl_msg="OpenGL development headers not found."
11721 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11722 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11723 else
11724 enable_opengl32=${enable_opengl32:-no}
11725 enable_glu32=${enable_glu32:-no}
11727 if test -n "$opengl_msg"; then
11728 case "x$with_opengl" in
11729 x) wine_warnings="$wine_warnings|$opengl_msg
11730 OpenGL and Direct3D won't be supported." ;;
11731 xno) ;;
11732 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11733 OpenGL and Direct3D won't be supported.
11734 This is an error since --with-opengl was requested." >&5
11735 $as_echo "$as_me: error: $opengl_msg
11736 OpenGL and Direct3D won't be supported.
11737 This is an error since --with-opengl was requested." >&2;}
11738 { (exit 1); exit 1; }; } ;;
11739 esac
11743 NASLIBS=""
11746 for ac_header in audio/audiolib.h
11748 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11749 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11750 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11751 $as_echo_n "checking for $ac_header... " >&6; }
11752 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11753 $as_echo_n "(cached) " >&6
11755 ac_res=`eval 'as_val=${'$as_ac_Header'}
11756 $as_echo "$as_val"'`
11757 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11758 $as_echo "$ac_res" >&6; }
11759 else
11760 # Is the header compilable?
11761 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11762 $as_echo_n "checking $ac_header usability... " >&6; }
11763 cat >conftest.$ac_ext <<_ACEOF
11764 /* confdefs.h. */
11765 _ACEOF
11766 cat confdefs.h >>conftest.$ac_ext
11767 cat >>conftest.$ac_ext <<_ACEOF
11768 /* end confdefs.h. */
11769 $ac_includes_default
11770 #include <$ac_header>
11771 _ACEOF
11772 rm -f conftest.$ac_objext
11773 if { (ac_try="$ac_compile"
11774 case "(($ac_try" in
11775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11776 *) ac_try_echo=$ac_try;;
11777 esac
11778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11779 $as_echo "$ac_try_echo") >&5
11780 (eval "$ac_compile") 2>conftest.er1
11781 ac_status=$?
11782 grep -v '^ *+' conftest.er1 >conftest.err
11783 rm -f conftest.er1
11784 cat conftest.err >&5
11785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11786 (exit $ac_status); } && {
11787 test -z "$ac_c_werror_flag" ||
11788 test ! -s conftest.err
11789 } && test -s conftest.$ac_objext; then
11790 ac_header_compiler=yes
11791 else
11792 $as_echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.$ac_ext >&5
11795 ac_header_compiler=no
11798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11799 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11800 $as_echo "$ac_header_compiler" >&6; }
11802 # Is the header present?
11803 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11804 $as_echo_n "checking $ac_header presence... " >&6; }
11805 cat >conftest.$ac_ext <<_ACEOF
11806 /* confdefs.h. */
11807 _ACEOF
11808 cat confdefs.h >>conftest.$ac_ext
11809 cat >>conftest.$ac_ext <<_ACEOF
11810 /* end confdefs.h. */
11811 #include <$ac_header>
11812 _ACEOF
11813 if { (ac_try="$ac_cpp conftest.$ac_ext"
11814 case "(($ac_try" in
11815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11816 *) ac_try_echo=$ac_try;;
11817 esac
11818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11819 $as_echo "$ac_try_echo") >&5
11820 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11821 ac_status=$?
11822 grep -v '^ *+' conftest.er1 >conftest.err
11823 rm -f conftest.er1
11824 cat conftest.err >&5
11825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11826 (exit $ac_status); } >/dev/null && {
11827 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11828 test ! -s conftest.err
11829 }; then
11830 ac_header_preproc=yes
11831 else
11832 $as_echo "$as_me: failed program was:" >&5
11833 sed 's/^/| /' conftest.$ac_ext >&5
11835 ac_header_preproc=no
11838 rm -f conftest.err conftest.$ac_ext
11839 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11840 $as_echo "$ac_header_preproc" >&6; }
11842 # So? What about this header?
11843 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11844 yes:no: )
11845 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11846 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11847 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11848 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11849 ac_header_preproc=yes
11851 no:yes:* )
11852 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11853 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11854 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11855 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11856 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11857 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11858 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11859 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11860 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11861 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11862 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11863 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11864 ( cat <<\_ASBOX
11865 ## ------------------------------------ ##
11866 ## Report this to wine-devel@winehq.org ##
11867 ## ------------------------------------ ##
11868 _ASBOX
11869 ) | sed "s/^/$as_me: WARNING: /" >&2
11871 esac
11872 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11873 $as_echo_n "checking for $ac_header... " >&6; }
11874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11875 $as_echo_n "(cached) " >&6
11876 else
11877 eval "$as_ac_Header=\$ac_header_preproc"
11879 ac_res=`eval 'as_val=${'$as_ac_Header'}
11880 $as_echo "$as_val"'`
11881 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11882 $as_echo "$ac_res" >&6; }
11885 as_val=`eval 'as_val=${'$as_ac_Header'}
11886 $as_echo "$as_val"'`
11887 if test "x$as_val" = x""yes; then
11888 cat >>confdefs.h <<_ACEOF
11889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11890 _ACEOF
11892 for ac_header in audio/soundlib.h
11894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11895 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11896 $as_echo_n "checking for $ac_header... " >&6; }
11897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11898 $as_echo_n "(cached) " >&6
11899 else
11900 cat >conftest.$ac_ext <<_ACEOF
11901 /* confdefs.h. */
11902 _ACEOF
11903 cat confdefs.h >>conftest.$ac_ext
11904 cat >>conftest.$ac_ext <<_ACEOF
11905 /* end confdefs.h. */
11906 #include <audio/audiolib.h>
11908 #include <$ac_header>
11909 _ACEOF
11910 rm -f conftest.$ac_objext
11911 if { (ac_try="$ac_compile"
11912 case "(($ac_try" in
11913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11914 *) ac_try_echo=$ac_try;;
11915 esac
11916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11917 $as_echo "$ac_try_echo") >&5
11918 (eval "$ac_compile") 2>conftest.er1
11919 ac_status=$?
11920 grep -v '^ *+' conftest.er1 >conftest.err
11921 rm -f conftest.er1
11922 cat conftest.err >&5
11923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11924 (exit $ac_status); } && {
11925 test -z "$ac_c_werror_flag" ||
11926 test ! -s conftest.err
11927 } && test -s conftest.$ac_objext; then
11928 eval "$as_ac_Header=yes"
11929 else
11930 $as_echo "$as_me: failed program was:" >&5
11931 sed 's/^/| /' conftest.$ac_ext >&5
11933 eval "$as_ac_Header=no"
11936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11938 ac_res=`eval 'as_val=${'$as_ac_Header'}
11939 $as_echo "$as_val"'`
11940 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11941 $as_echo "$ac_res" >&6; }
11942 as_val=`eval 'as_val=${'$as_ac_Header'}
11943 $as_echo "$as_val"'`
11944 if test "x$as_val" = x""yes; then
11945 cat >>confdefs.h <<_ACEOF
11946 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11947 _ACEOF
11951 done
11953 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11954 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11955 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11956 $as_echo_n "(cached) " >&6
11957 else
11958 ac_check_lib_save_LIBS=$LIBS
11959 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11960 cat >conftest.$ac_ext <<_ACEOF
11961 /* confdefs.h. */
11962 _ACEOF
11963 cat confdefs.h >>conftest.$ac_ext
11964 cat >>conftest.$ac_ext <<_ACEOF
11965 /* end confdefs.h. */
11967 /* Override any GCC internal prototype to avoid an error.
11968 Use char because int might match the return type of a GCC
11969 builtin and then its argument prototype would still apply. */
11970 #ifdef __cplusplus
11971 extern "C"
11972 #endif
11973 char AuCreateFlow ();
11975 main ()
11977 return AuCreateFlow ();
11979 return 0;
11981 _ACEOF
11982 rm -f conftest.$ac_objext conftest$ac_exeext
11983 if { (ac_try="$ac_link"
11984 case "(($ac_try" in
11985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11986 *) ac_try_echo=$ac_try;;
11987 esac
11988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11989 $as_echo "$ac_try_echo") >&5
11990 (eval "$ac_link") 2>conftest.er1
11991 ac_status=$?
11992 grep -v '^ *+' conftest.er1 >conftest.err
11993 rm -f conftest.er1
11994 cat conftest.err >&5
11995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11996 (exit $ac_status); } && {
11997 test -z "$ac_c_werror_flag" ||
11998 test ! -s conftest.err
11999 } && test -s conftest$ac_exeext && {
12000 test "$cross_compiling" = yes ||
12001 $as_test_x conftest$ac_exeext
12002 }; then
12003 ac_cv_lib_audio_AuCreateFlow=yes
12004 else
12005 $as_echo "$as_me: failed program was:" >&5
12006 sed 's/^/| /' conftest.$ac_ext >&5
12008 ac_cv_lib_audio_AuCreateFlow=no
12011 rm -rf conftest.dSYM
12012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12013 conftest$ac_exeext conftest.$ac_ext
12014 LIBS=$ac_check_lib_save_LIBS
12016 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12017 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12018 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12020 cat >>confdefs.h <<\_ACEOF
12021 #define HAVE_NAS 1
12022 _ACEOF
12024 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12025 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12026 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12027 $as_echo_n "(cached) " >&6
12028 else
12029 ac_check_lib_save_LIBS=$LIBS
12030 LIBS="-lXau $X_LIBS $LIBS"
12031 cat >conftest.$ac_ext <<_ACEOF
12032 /* confdefs.h. */
12033 _ACEOF
12034 cat confdefs.h >>conftest.$ac_ext
12035 cat >>conftest.$ac_ext <<_ACEOF
12036 /* end confdefs.h. */
12038 /* Override any GCC internal prototype to avoid an error.
12039 Use char because int might match the return type of a GCC
12040 builtin and then its argument prototype would still apply. */
12041 #ifdef __cplusplus
12042 extern "C"
12043 #endif
12044 char XauGetBestAuthByAddr ();
12046 main ()
12048 return XauGetBestAuthByAddr ();
12050 return 0;
12052 _ACEOF
12053 rm -f conftest.$ac_objext conftest$ac_exeext
12054 if { (ac_try="$ac_link"
12055 case "(($ac_try" in
12056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12057 *) ac_try_echo=$ac_try;;
12058 esac
12059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12060 $as_echo "$ac_try_echo") >&5
12061 (eval "$ac_link") 2>conftest.er1
12062 ac_status=$?
12063 grep -v '^ *+' conftest.er1 >conftest.err
12064 rm -f conftest.er1
12065 cat conftest.err >&5
12066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12067 (exit $ac_status); } && {
12068 test -z "$ac_c_werror_flag" ||
12069 test ! -s conftest.err
12070 } && test -s conftest$ac_exeext && {
12071 test "$cross_compiling" = yes ||
12072 $as_test_x conftest$ac_exeext
12073 }; then
12074 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12075 else
12076 $as_echo "$as_me: failed program was:" >&5
12077 sed 's/^/| /' conftest.$ac_ext >&5
12079 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12082 rm -rf conftest.dSYM
12083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12084 conftest$ac_exeext conftest.$ac_ext
12085 LIBS=$ac_check_lib_save_LIBS
12087 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12088 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12089 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12090 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12091 else
12092 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12100 done
12103 CPPFLAGS="$ac_save_CPPFLAGS"
12104 else
12105 XLIB=""
12106 X_CFLAGS=""
12107 X_LIBS=""
12108 enable_winex11_drv=${enable_winex11_drv:-no}
12109 enable_opengl32=${enable_opengl32:-no}
12110 enable_glu32=${enable_glu32:-no}
12112 if test "x$XLIB" = "x"; then
12113 case "x$with_x" in
12114 xno) ;;
12115 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12116 without X support, which probably isn't what you want. You will need to install
12117 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12118 Use the --without-x option if you really want this." >&5
12119 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12120 without X support, which probably isn't what you want. You will need to install
12121 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12122 Use the --without-x option if you really want this." >&2;}
12123 { (exit 1); exit 1; }; } ;;
12124 esac
12129 XML2LIBS=""
12131 XML2INCL=""
12133 XSLTINCL=""
12135 if test "x$with_xml" != "xno"
12136 then
12137 ac_save_CPPFLAGS="$CPPFLAGS"
12138 if test "$PKG_CONFIG" != "false"
12139 then
12140 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12141 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12142 else
12143 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12144 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12146 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12148 for ac_header in libxml/parser.h
12150 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12151 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12152 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12153 $as_echo_n "checking for $ac_header... " >&6; }
12154 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12155 $as_echo_n "(cached) " >&6
12157 ac_res=`eval 'as_val=${'$as_ac_Header'}
12158 $as_echo "$as_val"'`
12159 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12160 $as_echo "$ac_res" >&6; }
12161 else
12162 # Is the header compilable?
12163 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12164 $as_echo_n "checking $ac_header usability... " >&6; }
12165 cat >conftest.$ac_ext <<_ACEOF
12166 /* confdefs.h. */
12167 _ACEOF
12168 cat confdefs.h >>conftest.$ac_ext
12169 cat >>conftest.$ac_ext <<_ACEOF
12170 /* end confdefs.h. */
12171 $ac_includes_default
12172 #include <$ac_header>
12173 _ACEOF
12174 rm -f conftest.$ac_objext
12175 if { (ac_try="$ac_compile"
12176 case "(($ac_try" in
12177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12178 *) ac_try_echo=$ac_try;;
12179 esac
12180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12181 $as_echo "$ac_try_echo") >&5
12182 (eval "$ac_compile") 2>conftest.er1
12183 ac_status=$?
12184 grep -v '^ *+' conftest.er1 >conftest.err
12185 rm -f conftest.er1
12186 cat conftest.err >&5
12187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); } && {
12189 test -z "$ac_c_werror_flag" ||
12190 test ! -s conftest.err
12191 } && test -s conftest.$ac_objext; then
12192 ac_header_compiler=yes
12193 else
12194 $as_echo "$as_me: failed program was:" >&5
12195 sed 's/^/| /' conftest.$ac_ext >&5
12197 ac_header_compiler=no
12200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12201 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12202 $as_echo "$ac_header_compiler" >&6; }
12204 # Is the header present?
12205 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12206 $as_echo_n "checking $ac_header presence... " >&6; }
12207 cat >conftest.$ac_ext <<_ACEOF
12208 /* confdefs.h. */
12209 _ACEOF
12210 cat confdefs.h >>conftest.$ac_ext
12211 cat >>conftest.$ac_ext <<_ACEOF
12212 /* end confdefs.h. */
12213 #include <$ac_header>
12214 _ACEOF
12215 if { (ac_try="$ac_cpp conftest.$ac_ext"
12216 case "(($ac_try" in
12217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12218 *) ac_try_echo=$ac_try;;
12219 esac
12220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12221 $as_echo "$ac_try_echo") >&5
12222 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12223 ac_status=$?
12224 grep -v '^ *+' conftest.er1 >conftest.err
12225 rm -f conftest.er1
12226 cat conftest.err >&5
12227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12228 (exit $ac_status); } >/dev/null && {
12229 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12230 test ! -s conftest.err
12231 }; then
12232 ac_header_preproc=yes
12233 else
12234 $as_echo "$as_me: failed program was:" >&5
12235 sed 's/^/| /' conftest.$ac_ext >&5
12237 ac_header_preproc=no
12240 rm -f conftest.err conftest.$ac_ext
12241 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12242 $as_echo "$ac_header_preproc" >&6; }
12244 # So? What about this header?
12245 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12246 yes:no: )
12247 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12248 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12249 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12250 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12251 ac_header_preproc=yes
12253 no:yes:* )
12254 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12255 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12257 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12259 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12260 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12261 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12262 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12263 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12264 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12265 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12266 ( cat <<\_ASBOX
12267 ## ------------------------------------ ##
12268 ## Report this to wine-devel@winehq.org ##
12269 ## ------------------------------------ ##
12270 _ASBOX
12271 ) | sed "s/^/$as_me: WARNING: /" >&2
12273 esac
12274 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12275 $as_echo_n "checking for $ac_header... " >&6; }
12276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12277 $as_echo_n "(cached) " >&6
12278 else
12279 eval "$as_ac_Header=\$ac_header_preproc"
12281 ac_res=`eval 'as_val=${'$as_ac_Header'}
12282 $as_echo "$as_val"'`
12283 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12284 $as_echo "$ac_res" >&6; }
12287 as_val=`eval 'as_val=${'$as_ac_Header'}
12288 $as_echo "$as_val"'`
12289 if test "x$as_val" = x""yes; then
12290 cat >>confdefs.h <<_ACEOF
12291 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12292 _ACEOF
12293 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12294 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12295 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12296 $as_echo_n "(cached) " >&6
12297 else
12298 ac_check_lib_save_LIBS=$LIBS
12299 LIBS="-lxml2 $ac_xml_libs $LIBS"
12300 cat >conftest.$ac_ext <<_ACEOF
12301 /* confdefs.h. */
12302 _ACEOF
12303 cat confdefs.h >>conftest.$ac_ext
12304 cat >>conftest.$ac_ext <<_ACEOF
12305 /* end confdefs.h. */
12307 /* Override any GCC internal prototype to avoid an error.
12308 Use char because int might match the return type of a GCC
12309 builtin and then its argument prototype would still apply. */
12310 #ifdef __cplusplus
12311 extern "C"
12312 #endif
12313 char xmlParseMemory ();
12315 main ()
12317 return xmlParseMemory ();
12319 return 0;
12321 _ACEOF
12322 rm -f conftest.$ac_objext conftest$ac_exeext
12323 if { (ac_try="$ac_link"
12324 case "(($ac_try" in
12325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12326 *) ac_try_echo=$ac_try;;
12327 esac
12328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12329 $as_echo "$ac_try_echo") >&5
12330 (eval "$ac_link") 2>conftest.er1
12331 ac_status=$?
12332 grep -v '^ *+' conftest.er1 >conftest.err
12333 rm -f conftest.er1
12334 cat conftest.err >&5
12335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12336 (exit $ac_status); } && {
12337 test -z "$ac_c_werror_flag" ||
12338 test ! -s conftest.err
12339 } && test -s conftest$ac_exeext && {
12340 test "$cross_compiling" = yes ||
12341 $as_test_x conftest$ac_exeext
12342 }; then
12343 ac_cv_lib_xml2_xmlParseMemory=yes
12344 else
12345 $as_echo "$as_me: failed program was:" >&5
12346 sed 's/^/| /' conftest.$ac_ext >&5
12348 ac_cv_lib_xml2_xmlParseMemory=no
12351 rm -rf conftest.dSYM
12352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12353 conftest$ac_exeext conftest.$ac_ext
12354 LIBS=$ac_check_lib_save_LIBS
12356 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12357 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12358 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12360 cat >>confdefs.h <<\_ACEOF
12361 #define HAVE_LIBXML2 1
12362 _ACEOF
12364 XML2LIBS="$ac_xml_libs"
12365 XML2INCL="$ac_xml_cflags"
12368 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12369 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12370 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12371 $as_echo_n "(cached) " >&6
12372 else
12373 ac_check_lib_save_LIBS=$LIBS
12374 LIBS="-lxml2 $ac_xml_libs $LIBS"
12375 cat >conftest.$ac_ext <<_ACEOF
12376 /* confdefs.h. */
12377 _ACEOF
12378 cat confdefs.h >>conftest.$ac_ext
12379 cat >>conftest.$ac_ext <<_ACEOF
12380 /* end confdefs.h. */
12382 /* Override any GCC internal prototype to avoid an error.
12383 Use char because int might match the return type of a GCC
12384 builtin and then its argument prototype would still apply. */
12385 #ifdef __cplusplus
12386 extern "C"
12387 #endif
12388 char xmlReadMemory ();
12390 main ()
12392 return xmlReadMemory ();
12394 return 0;
12396 _ACEOF
12397 rm -f conftest.$ac_objext conftest$ac_exeext
12398 if { (ac_try="$ac_link"
12399 case "(($ac_try" in
12400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12401 *) ac_try_echo=$ac_try;;
12402 esac
12403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12404 $as_echo "$ac_try_echo") >&5
12405 (eval "$ac_link") 2>conftest.er1
12406 ac_status=$?
12407 grep -v '^ *+' conftest.er1 >conftest.err
12408 rm -f conftest.er1
12409 cat conftest.err >&5
12410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12411 (exit $ac_status); } && {
12412 test -z "$ac_c_werror_flag" ||
12413 test ! -s conftest.err
12414 } && test -s conftest$ac_exeext && {
12415 test "$cross_compiling" = yes ||
12416 $as_test_x conftest$ac_exeext
12417 }; then
12418 ac_cv_lib_xml2_xmlReadMemory=yes
12419 else
12420 $as_echo "$as_me: failed program was:" >&5
12421 sed 's/^/| /' conftest.$ac_ext >&5
12423 ac_cv_lib_xml2_xmlReadMemory=no
12426 rm -rf conftest.dSYM
12427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12428 conftest$ac_exeext conftest.$ac_ext
12429 LIBS=$ac_check_lib_save_LIBS
12431 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12432 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12433 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12435 cat >>confdefs.h <<\_ACEOF
12436 #define HAVE_XMLREADMEMORY 1
12437 _ACEOF
12441 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12442 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12443 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12444 $as_echo_n "(cached) " >&6
12445 else
12446 ac_check_lib_save_LIBS=$LIBS
12447 LIBS="-lxml2 $ac_xml_libs $LIBS"
12448 cat >conftest.$ac_ext <<_ACEOF
12449 /* confdefs.h. */
12450 _ACEOF
12451 cat confdefs.h >>conftest.$ac_ext
12452 cat >>conftest.$ac_ext <<_ACEOF
12453 /* end confdefs.h. */
12455 /* Override any GCC internal prototype to avoid an error.
12456 Use char because int might match the return type of a GCC
12457 builtin and then its argument prototype would still apply. */
12458 #ifdef __cplusplus
12459 extern "C"
12460 #endif
12461 char xmlNewDocPI ();
12463 main ()
12465 return xmlNewDocPI ();
12467 return 0;
12469 _ACEOF
12470 rm -f conftest.$ac_objext conftest$ac_exeext
12471 if { (ac_try="$ac_link"
12472 case "(($ac_try" in
12473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12474 *) ac_try_echo=$ac_try;;
12475 esac
12476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12477 $as_echo "$ac_try_echo") >&5
12478 (eval "$ac_link") 2>conftest.er1
12479 ac_status=$?
12480 grep -v '^ *+' conftest.er1 >conftest.err
12481 rm -f conftest.er1
12482 cat conftest.err >&5
12483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12484 (exit $ac_status); } && {
12485 test -z "$ac_c_werror_flag" ||
12486 test ! -s conftest.err
12487 } && test -s conftest$ac_exeext && {
12488 test "$cross_compiling" = yes ||
12489 $as_test_x conftest$ac_exeext
12490 }; then
12491 ac_cv_lib_xml2_xmlNewDocPI=yes
12492 else
12493 $as_echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12496 ac_cv_lib_xml2_xmlNewDocPI=no
12499 rm -rf conftest.dSYM
12500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12501 conftest$ac_exeext conftest.$ac_ext
12502 LIBS=$ac_check_lib_save_LIBS
12504 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12505 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12506 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12508 cat >>confdefs.h <<\_ACEOF
12509 #define HAVE_XMLNEWDOCPI 1
12510 _ACEOF
12517 done
12519 CPPFLAGS="$ac_save_CPPFLAGS"
12521 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12522 case "x$with_xml" in
12523 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12524 xno) ;;
12525 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12526 This is an error since --with-xml was requested." >&5
12527 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12528 This is an error since --with-xml was requested." >&2;}
12529 { (exit 1); exit 1; }; } ;;
12530 esac
12534 if test "x$with_xslt" != "xno"
12535 then
12536 if test "$PKG_CONFIG" != "false"
12537 then
12538 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12539 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12540 else
12541 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12542 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12544 ac_save_CPPFLAGS="$CPPFLAGS"
12545 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12548 for ac_header in libxslt/pattern.h libxslt/transform.h
12550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12551 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12552 $as_echo_n "checking for $ac_header... " >&6; }
12553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12554 $as_echo_n "(cached) " >&6
12555 else
12556 cat >conftest.$ac_ext <<_ACEOF
12557 /* confdefs.h. */
12558 _ACEOF
12559 cat confdefs.h >>conftest.$ac_ext
12560 cat >>conftest.$ac_ext <<_ACEOF
12561 /* end confdefs.h. */
12562 #ifdef HAVE_LIBXSLT_PATTERN_H
12563 # include <libxslt/pattern.h>
12564 #endif
12566 #include <$ac_header>
12567 _ACEOF
12568 rm -f conftest.$ac_objext
12569 if { (ac_try="$ac_compile"
12570 case "(($ac_try" in
12571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12572 *) ac_try_echo=$ac_try;;
12573 esac
12574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12575 $as_echo "$ac_try_echo") >&5
12576 (eval "$ac_compile") 2>conftest.er1
12577 ac_status=$?
12578 grep -v '^ *+' conftest.er1 >conftest.err
12579 rm -f conftest.er1
12580 cat conftest.err >&5
12581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582 (exit $ac_status); } && {
12583 test -z "$ac_c_werror_flag" ||
12584 test ! -s conftest.err
12585 } && test -s conftest.$ac_objext; then
12586 eval "$as_ac_Header=yes"
12587 else
12588 $as_echo "$as_me: failed program was:" >&5
12589 sed 's/^/| /' conftest.$ac_ext >&5
12591 eval "$as_ac_Header=no"
12594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12596 ac_res=`eval 'as_val=${'$as_ac_Header'}
12597 $as_echo "$as_val"'`
12598 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12599 $as_echo "$ac_res" >&6; }
12600 as_val=`eval 'as_val=${'$as_ac_Header'}
12601 $as_echo "$as_val"'`
12602 if test "x$as_val" = x""yes; then
12603 cat >>confdefs.h <<_ACEOF
12604 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12605 _ACEOF
12609 done
12611 CPPFLAGS="$ac_save_CPPFLAGS"
12612 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12613 then
12614 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12615 $as_echo_n "checking for -lxslt... " >&6; }
12616 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12617 $as_echo_n "(cached) " >&6
12618 else
12619 ac_check_soname_save_LIBS=$LIBS
12620 LIBS="-lxslt $ac_xslt_libs $LIBS"
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12628 /* Override any GCC internal prototype to avoid an error.
12629 Use char because int might match the return type of a GCC
12630 builtin and then its argument prototype would still apply. */
12631 #ifdef __cplusplus
12632 extern "C"
12633 #endif
12634 char xsltCompilePattern ();
12636 main ()
12638 return xsltCompilePattern ();
12640 return 0;
12642 _ACEOF
12643 rm -f conftest.$ac_objext conftest$ac_exeext
12644 if { (ac_try="$ac_link"
12645 case "(($ac_try" in
12646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12647 *) ac_try_echo=$ac_try;;
12648 esac
12649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12650 $as_echo "$ac_try_echo") >&5
12651 (eval "$ac_link") 2>conftest.er1
12652 ac_status=$?
12653 grep -v '^ *+' conftest.er1 >conftest.err
12654 rm -f conftest.er1
12655 cat conftest.err >&5
12656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); } && {
12658 test -z "$ac_c_werror_flag" ||
12659 test ! -s conftest.err
12660 } && test -s conftest$ac_exeext && {
12661 test "$cross_compiling" = yes ||
12662 $as_test_x conftest$ac_exeext
12663 }; then
12664 case "$LIBEXT" in
12665 dll) ;;
12666 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'` ;;
12667 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12668 esac
12669 else
12670 $as_echo "$as_me: failed program was:" >&5
12671 sed 's/^/| /' conftest.$ac_ext >&5
12676 rm -rf conftest.dSYM
12677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12678 conftest$ac_exeext conftest.$ac_ext
12679 LIBS=$ac_check_soname_save_LIBS
12681 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12682 { $as_echo "$as_me:$LINENO: result: not found" >&5
12683 $as_echo "not found" >&6; }
12685 else
12686 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12687 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12689 cat >>confdefs.h <<_ACEOF
12690 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12691 _ACEOF
12693 XSLTINCL="$ac_xslt_cflags"
12698 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12699 case "x$with_xslt" in
12700 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12701 xno) ;;
12702 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12703 This is an error since --with-xslt was requested." >&5
12704 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12705 This is an error since --with-xslt was requested." >&2;}
12706 { (exit 1); exit 1; }; } ;;
12707 esac
12711 HALINCL=""
12713 if test "x$with_hal" != "xno"
12714 then
12715 ac_save_CPPFLAGS="$CPPFLAGS"
12716 if test "$PKG_CONFIG" != "false"
12717 then
12718 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12719 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12720 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12724 for ac_header in dbus/dbus.h hal/libhal.h
12726 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12727 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12728 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12729 $as_echo_n "checking for $ac_header... " >&6; }
12730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12731 $as_echo_n "(cached) " >&6
12733 ac_res=`eval 'as_val=${'$as_ac_Header'}
12734 $as_echo "$as_val"'`
12735 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12736 $as_echo "$ac_res" >&6; }
12737 else
12738 # Is the header compilable?
12739 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12740 $as_echo_n "checking $ac_header usability... " >&6; }
12741 cat >conftest.$ac_ext <<_ACEOF
12742 /* confdefs.h. */
12743 _ACEOF
12744 cat confdefs.h >>conftest.$ac_ext
12745 cat >>conftest.$ac_ext <<_ACEOF
12746 /* end confdefs.h. */
12747 $ac_includes_default
12748 #include <$ac_header>
12749 _ACEOF
12750 rm -f conftest.$ac_objext
12751 if { (ac_try="$ac_compile"
12752 case "(($ac_try" in
12753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12754 *) ac_try_echo=$ac_try;;
12755 esac
12756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12757 $as_echo "$ac_try_echo") >&5
12758 (eval "$ac_compile") 2>conftest.er1
12759 ac_status=$?
12760 grep -v '^ *+' conftest.er1 >conftest.err
12761 rm -f conftest.er1
12762 cat conftest.err >&5
12763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12764 (exit $ac_status); } && {
12765 test -z "$ac_c_werror_flag" ||
12766 test ! -s conftest.err
12767 } && test -s conftest.$ac_objext; then
12768 ac_header_compiler=yes
12769 else
12770 $as_echo "$as_me: failed program was:" >&5
12771 sed 's/^/| /' conftest.$ac_ext >&5
12773 ac_header_compiler=no
12776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12777 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12778 $as_echo "$ac_header_compiler" >&6; }
12780 # Is the header present?
12781 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12782 $as_echo_n "checking $ac_header presence... " >&6; }
12783 cat >conftest.$ac_ext <<_ACEOF
12784 /* confdefs.h. */
12785 _ACEOF
12786 cat confdefs.h >>conftest.$ac_ext
12787 cat >>conftest.$ac_ext <<_ACEOF
12788 /* end confdefs.h. */
12789 #include <$ac_header>
12790 _ACEOF
12791 if { (ac_try="$ac_cpp conftest.$ac_ext"
12792 case "(($ac_try" in
12793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12794 *) ac_try_echo=$ac_try;;
12795 esac
12796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12797 $as_echo "$ac_try_echo") >&5
12798 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12799 ac_status=$?
12800 grep -v '^ *+' conftest.er1 >conftest.err
12801 rm -f conftest.er1
12802 cat conftest.err >&5
12803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12804 (exit $ac_status); } >/dev/null && {
12805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12806 test ! -s conftest.err
12807 }; then
12808 ac_header_preproc=yes
12809 else
12810 $as_echo "$as_me: failed program was:" >&5
12811 sed 's/^/| /' conftest.$ac_ext >&5
12813 ac_header_preproc=no
12816 rm -f conftest.err conftest.$ac_ext
12817 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12818 $as_echo "$ac_header_preproc" >&6; }
12820 # So? What about this header?
12821 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12822 yes:no: )
12823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12824 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12825 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12826 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12827 ac_header_preproc=yes
12829 no:yes:* )
12830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12831 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12833 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12835 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12837 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12838 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12839 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12840 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12841 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12842 ( cat <<\_ASBOX
12843 ## ------------------------------------ ##
12844 ## Report this to wine-devel@winehq.org ##
12845 ## ------------------------------------ ##
12846 _ASBOX
12847 ) | sed "s/^/$as_me: WARNING: /" >&2
12849 esac
12850 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12851 $as_echo_n "checking for $ac_header... " >&6; }
12852 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12853 $as_echo_n "(cached) " >&6
12854 else
12855 eval "$as_ac_Header=\$ac_header_preproc"
12857 ac_res=`eval 'as_val=${'$as_ac_Header'}
12858 $as_echo "$as_val"'`
12859 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12860 $as_echo "$ac_res" >&6; }
12863 as_val=`eval 'as_val=${'$as_ac_Header'}
12864 $as_echo "$as_val"'`
12865 if test "x$as_val" = x""yes; then
12866 cat >>confdefs.h <<_ACEOF
12867 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12868 _ACEOF
12872 done
12874 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12875 then
12876 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12877 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12878 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12879 $as_echo_n "(cached) " >&6
12880 else
12881 ac_check_lib_save_LIBS=$LIBS
12882 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12883 cat >conftest.$ac_ext <<_ACEOF
12884 /* confdefs.h. */
12885 _ACEOF
12886 cat confdefs.h >>conftest.$ac_ext
12887 cat >>conftest.$ac_ext <<_ACEOF
12888 /* end confdefs.h. */
12890 /* Override any GCC internal prototype to avoid an error.
12891 Use char because int might match the return type of a GCC
12892 builtin and then its argument prototype would still apply. */
12893 #ifdef __cplusplus
12894 extern "C"
12895 #endif
12896 char dbus_connection_close ();
12898 main ()
12900 return dbus_connection_close ();
12902 return 0;
12904 _ACEOF
12905 rm -f conftest.$ac_objext conftest$ac_exeext
12906 if { (ac_try="$ac_link"
12907 case "(($ac_try" in
12908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12909 *) ac_try_echo=$ac_try;;
12910 esac
12911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12912 $as_echo "$ac_try_echo") >&5
12913 (eval "$ac_link") 2>conftest.er1
12914 ac_status=$?
12915 grep -v '^ *+' conftest.er1 >conftest.err
12916 rm -f conftest.er1
12917 cat conftest.err >&5
12918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12919 (exit $ac_status); } && {
12920 test -z "$ac_c_werror_flag" ||
12921 test ! -s conftest.err
12922 } && test -s conftest$ac_exeext && {
12923 test "$cross_compiling" = yes ||
12924 $as_test_x conftest$ac_exeext
12925 }; then
12926 ac_cv_lib_dbus_1_dbus_connection_close=yes
12927 else
12928 $as_echo "$as_me: failed program was:" >&5
12929 sed 's/^/| /' conftest.$ac_ext >&5
12931 ac_cv_lib_dbus_1_dbus_connection_close=no
12934 rm -rf conftest.dSYM
12935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12936 conftest$ac_exeext conftest.$ac_ext
12937 LIBS=$ac_check_lib_save_LIBS
12939 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12940 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12941 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12942 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12943 $as_echo_n "checking for -lhal... " >&6; }
12944 if test "${ac_cv_lib_soname_hal+set}" = set; then
12945 $as_echo_n "(cached) " >&6
12946 else
12947 ac_check_soname_save_LIBS=$LIBS
12948 LIBS="-lhal $ac_hal_libs $LIBS"
12949 cat >conftest.$ac_ext <<_ACEOF
12950 /* confdefs.h. */
12951 _ACEOF
12952 cat confdefs.h >>conftest.$ac_ext
12953 cat >>conftest.$ac_ext <<_ACEOF
12954 /* end confdefs.h. */
12956 /* Override any GCC internal prototype to avoid an error.
12957 Use char because int might match the return type of a GCC
12958 builtin and then its argument prototype would still apply. */
12959 #ifdef __cplusplus
12960 extern "C"
12961 #endif
12962 char libhal_ctx_new ();
12964 main ()
12966 return libhal_ctx_new ();
12968 return 0;
12970 _ACEOF
12971 rm -f conftest.$ac_objext conftest$ac_exeext
12972 if { (ac_try="$ac_link"
12973 case "(($ac_try" in
12974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12975 *) ac_try_echo=$ac_try;;
12976 esac
12977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12978 $as_echo "$ac_try_echo") >&5
12979 (eval "$ac_link") 2>conftest.er1
12980 ac_status=$?
12981 grep -v '^ *+' conftest.er1 >conftest.err
12982 rm -f conftest.er1
12983 cat conftest.err >&5
12984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } && {
12986 test -z "$ac_c_werror_flag" ||
12987 test ! -s conftest.err
12988 } && test -s conftest$ac_exeext && {
12989 test "$cross_compiling" = yes ||
12990 $as_test_x conftest$ac_exeext
12991 }; then
12992 case "$LIBEXT" in
12993 dll) ;;
12994 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'` ;;
12995 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12996 esac
12997 else
12998 $as_echo "$as_me: failed program was:" >&5
12999 sed 's/^/| /' conftest.$ac_ext >&5
13004 rm -rf conftest.dSYM
13005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13006 conftest$ac_exeext conftest.$ac_ext
13007 LIBS=$ac_check_soname_save_LIBS
13009 if test "x$ac_cv_lib_soname_hal" = "x"; then
13010 { $as_echo "$as_me:$LINENO: result: not found" >&5
13011 $as_echo "not found" >&6; }
13013 else
13014 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13015 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13017 cat >>confdefs.h <<_ACEOF
13018 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13019 _ACEOF
13021 HALINCL="$ac_hal_cflags"
13027 CPPFLAGS="$ac_save_CPPFLAGS"
13029 if test "x$ac_cv_lib_soname_hal" = "x"; then
13030 case "x$with_hal" in
13031 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13032 xno) ;;
13033 *) { { $as_echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13034 This is an error since --with-hal was requested." >&5
13035 $as_echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13036 This is an error since --with-hal was requested." >&2;}
13037 { (exit 1); exit 1; }; } ;;
13038 esac
13042 if test "x$with_gnutls" != "xno"
13043 then
13044 ac_save_CPPFLAGS="$CPPFLAGS"
13045 if test "$PKG_CONFIG" != "false"
13046 then
13047 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13048 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13049 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13051 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13052 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13053 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13054 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13055 $as_echo_n "(cached) " >&6
13057 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13058 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13059 else
13060 # Is the header compilable?
13061 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13062 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13063 cat >conftest.$ac_ext <<_ACEOF
13064 /* confdefs.h. */
13065 _ACEOF
13066 cat confdefs.h >>conftest.$ac_ext
13067 cat >>conftest.$ac_ext <<_ACEOF
13068 /* end confdefs.h. */
13069 $ac_includes_default
13070 #include <gnutls/gnutls.h>
13071 _ACEOF
13072 rm -f conftest.$ac_objext
13073 if { (ac_try="$ac_compile"
13074 case "(($ac_try" in
13075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13076 *) ac_try_echo=$ac_try;;
13077 esac
13078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13079 $as_echo "$ac_try_echo") >&5
13080 (eval "$ac_compile") 2>conftest.er1
13081 ac_status=$?
13082 grep -v '^ *+' conftest.er1 >conftest.err
13083 rm -f conftest.er1
13084 cat conftest.err >&5
13085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13086 (exit $ac_status); } && {
13087 test -z "$ac_c_werror_flag" ||
13088 test ! -s conftest.err
13089 } && test -s conftest.$ac_objext; then
13090 ac_header_compiler=yes
13091 else
13092 $as_echo "$as_me: failed program was:" >&5
13093 sed 's/^/| /' conftest.$ac_ext >&5
13095 ac_header_compiler=no
13098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13099 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13100 $as_echo "$ac_header_compiler" >&6; }
13102 # Is the header present?
13103 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13104 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13105 cat >conftest.$ac_ext <<_ACEOF
13106 /* confdefs.h. */
13107 _ACEOF
13108 cat confdefs.h >>conftest.$ac_ext
13109 cat >>conftest.$ac_ext <<_ACEOF
13110 /* end confdefs.h. */
13111 #include <gnutls/gnutls.h>
13112 _ACEOF
13113 if { (ac_try="$ac_cpp conftest.$ac_ext"
13114 case "(($ac_try" in
13115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13116 *) ac_try_echo=$ac_try;;
13117 esac
13118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13119 $as_echo "$ac_try_echo") >&5
13120 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13121 ac_status=$?
13122 grep -v '^ *+' conftest.er1 >conftest.err
13123 rm -f conftest.er1
13124 cat conftest.err >&5
13125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13126 (exit $ac_status); } >/dev/null && {
13127 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13128 test ! -s conftest.err
13129 }; then
13130 ac_header_preproc=yes
13131 else
13132 $as_echo "$as_me: failed program was:" >&5
13133 sed 's/^/| /' conftest.$ac_ext >&5
13135 ac_header_preproc=no
13138 rm -f conftest.err conftest.$ac_ext
13139 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13140 $as_echo "$ac_header_preproc" >&6; }
13142 # So? What about this header?
13143 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13144 yes:no: )
13145 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13146 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13147 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13148 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13149 ac_header_preproc=yes
13151 no:yes:* )
13152 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13153 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13154 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13155 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13156 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13157 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13158 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13159 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13160 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13161 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13162 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13163 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13164 ( cat <<\_ASBOX
13165 ## ------------------------------------ ##
13166 ## Report this to wine-devel@winehq.org ##
13167 ## ------------------------------------ ##
13168 _ASBOX
13169 ) | sed "s/^/$as_me: WARNING: /" >&2
13171 esac
13172 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13173 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13174 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13175 $as_echo_n "(cached) " >&6
13176 else
13177 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13179 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13180 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13183 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13184 cat >conftest.$ac_ext <<_ACEOF
13185 /* confdefs.h. */
13186 _ACEOF
13187 cat confdefs.h >>conftest.$ac_ext
13188 cat >>conftest.$ac_ext <<_ACEOF
13189 /* end confdefs.h. */
13190 #include <gnutls/gnutls.h>
13192 main ()
13194 typeof(gnutls_mac_get_key_size) *pfunc;
13196 return 0;
13198 _ACEOF
13199 rm -f conftest.$ac_objext
13200 if { (ac_try="$ac_compile"
13201 case "(($ac_try" in
13202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13203 *) ac_try_echo=$ac_try;;
13204 esac
13205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13206 $as_echo "$ac_try_echo") >&5
13207 (eval "$ac_compile") 2>conftest.er1
13208 ac_status=$?
13209 grep -v '^ *+' conftest.er1 >conftest.err
13210 rm -f conftest.er1
13211 cat conftest.err >&5
13212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } && {
13214 test -z "$ac_c_werror_flag" ||
13215 test ! -s conftest.err
13216 } && test -s conftest.$ac_objext; then
13217 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13218 $as_echo_n "checking for -lgnutls... " >&6; }
13219 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13220 $as_echo_n "(cached) " >&6
13221 else
13222 ac_check_soname_save_LIBS=$LIBS
13223 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13224 cat >conftest.$ac_ext <<_ACEOF
13225 /* confdefs.h. */
13226 _ACEOF
13227 cat confdefs.h >>conftest.$ac_ext
13228 cat >>conftest.$ac_ext <<_ACEOF
13229 /* end confdefs.h. */
13231 /* Override any GCC internal prototype to avoid an error.
13232 Use char because int might match the return type of a GCC
13233 builtin and then its argument prototype would still apply. */
13234 #ifdef __cplusplus
13235 extern "C"
13236 #endif
13237 char gnutls_global_init ();
13239 main ()
13241 return gnutls_global_init ();
13243 return 0;
13245 _ACEOF
13246 rm -f conftest.$ac_objext conftest$ac_exeext
13247 if { (ac_try="$ac_link"
13248 case "(($ac_try" in
13249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13250 *) ac_try_echo=$ac_try;;
13251 esac
13252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13253 $as_echo "$ac_try_echo") >&5
13254 (eval "$ac_link") 2>conftest.er1
13255 ac_status=$?
13256 grep -v '^ *+' conftest.er1 >conftest.err
13257 rm -f conftest.er1
13258 cat conftest.err >&5
13259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); } && {
13261 test -z "$ac_c_werror_flag" ||
13262 test ! -s conftest.err
13263 } && test -s conftest$ac_exeext && {
13264 test "$cross_compiling" = yes ||
13265 $as_test_x conftest$ac_exeext
13266 }; then
13267 case "$LIBEXT" in
13268 dll) ;;
13269 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'` ;;
13270 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13271 esac
13272 else
13273 $as_echo "$as_me: failed program was:" >&5
13274 sed 's/^/| /' conftest.$ac_ext >&5
13279 rm -rf conftest.dSYM
13280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13281 conftest$ac_exeext conftest.$ac_ext
13282 LIBS=$ac_check_soname_save_LIBS
13284 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13285 { $as_echo "$as_me:$LINENO: result: not found" >&5
13286 $as_echo "not found" >&6; }
13288 else
13289 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13290 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13292 cat >>confdefs.h <<_ACEOF
13293 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13294 _ACEOF
13296 GNUTLSINCL="$ac_gnutls_cflags"
13300 else
13301 $as_echo "$as_me: failed program was:" >&5
13302 sed 's/^/| /' conftest.$ac_ext >&5
13307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13311 CPPFLAGS="$ac_save_CPPFLAGS"
13313 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13314 case "x$with_gnutls" in
13315 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13316 xno) ;;
13317 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13318 This is an error since --with-gnutls was requested." >&5
13319 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13320 This is an error since --with-gnutls was requested." >&2;}
13321 { (exit 1); exit 1; }; } ;;
13322 esac
13326 CURSESLIBS=""
13327 if test "$ac_cv_header_ncurses_h" = "yes"
13328 then
13329 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13330 $as_echo_n "checking for -lncurses... " >&6; }
13331 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13332 $as_echo_n "(cached) " >&6
13333 else
13334 ac_check_soname_save_LIBS=$LIBS
13335 LIBS="-lncurses $LIBS"
13336 cat >conftest.$ac_ext <<_ACEOF
13337 /* confdefs.h. */
13338 _ACEOF
13339 cat confdefs.h >>conftest.$ac_ext
13340 cat >>conftest.$ac_ext <<_ACEOF
13341 /* end confdefs.h. */
13343 /* Override any GCC internal prototype to avoid an error.
13344 Use char because int might match the return type of a GCC
13345 builtin and then its argument prototype would still apply. */
13346 #ifdef __cplusplus
13347 extern "C"
13348 #endif
13349 char waddch ();
13351 main ()
13353 return waddch ();
13355 return 0;
13357 _ACEOF
13358 rm -f conftest.$ac_objext conftest$ac_exeext
13359 if { (ac_try="$ac_link"
13360 case "(($ac_try" in
13361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13362 *) ac_try_echo=$ac_try;;
13363 esac
13364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13365 $as_echo "$ac_try_echo") >&5
13366 (eval "$ac_link") 2>conftest.er1
13367 ac_status=$?
13368 grep -v '^ *+' conftest.er1 >conftest.err
13369 rm -f conftest.er1
13370 cat conftest.err >&5
13371 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13372 (exit $ac_status); } && {
13373 test -z "$ac_c_werror_flag" ||
13374 test ! -s conftest.err
13375 } && test -s conftest$ac_exeext && {
13376 test "$cross_compiling" = yes ||
13377 $as_test_x conftest$ac_exeext
13378 }; then
13379 case "$LIBEXT" in
13380 dll) ;;
13381 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'` ;;
13382 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13383 esac
13384 else
13385 $as_echo "$as_me: failed program was:" >&5
13386 sed 's/^/| /' conftest.$ac_ext >&5
13391 rm -rf conftest.dSYM
13392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13393 conftest$ac_exeext conftest.$ac_ext
13394 LIBS=$ac_check_soname_save_LIBS
13396 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13397 { $as_echo "$as_me:$LINENO: result: not found" >&5
13398 $as_echo "not found" >&6; }
13400 else
13401 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13402 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13404 cat >>confdefs.h <<_ACEOF
13405 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13406 _ACEOF
13408 CURSESLIBS="-lncurses"
13411 elif test "$ac_cv_header_curses_h" = "yes"
13412 then
13413 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13414 $as_echo_n "checking for -lcurses... " >&6; }
13415 if test "${ac_cv_lib_soname_curses+set}" = set; then
13416 $as_echo_n "(cached) " >&6
13417 else
13418 ac_check_soname_save_LIBS=$LIBS
13419 LIBS="-lcurses $LIBS"
13420 cat >conftest.$ac_ext <<_ACEOF
13421 /* confdefs.h. */
13422 _ACEOF
13423 cat confdefs.h >>conftest.$ac_ext
13424 cat >>conftest.$ac_ext <<_ACEOF
13425 /* end confdefs.h. */
13427 /* Override any GCC internal prototype to avoid an error.
13428 Use char because int might match the return type of a GCC
13429 builtin and then its argument prototype would still apply. */
13430 #ifdef __cplusplus
13431 extern "C"
13432 #endif
13433 char waddch ();
13435 main ()
13437 return waddch ();
13439 return 0;
13441 _ACEOF
13442 rm -f conftest.$ac_objext conftest$ac_exeext
13443 if { (ac_try="$ac_link"
13444 case "(($ac_try" in
13445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13446 *) ac_try_echo=$ac_try;;
13447 esac
13448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13449 $as_echo "$ac_try_echo") >&5
13450 (eval "$ac_link") 2>conftest.er1
13451 ac_status=$?
13452 grep -v '^ *+' conftest.er1 >conftest.err
13453 rm -f conftest.er1
13454 cat conftest.err >&5
13455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13456 (exit $ac_status); } && {
13457 test -z "$ac_c_werror_flag" ||
13458 test ! -s conftest.err
13459 } && test -s conftest$ac_exeext && {
13460 test "$cross_compiling" = yes ||
13461 $as_test_x conftest$ac_exeext
13462 }; then
13463 case "$LIBEXT" in
13464 dll) ;;
13465 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'` ;;
13466 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13467 esac
13468 else
13469 $as_echo "$as_me: failed program was:" >&5
13470 sed 's/^/| /' conftest.$ac_ext >&5
13475 rm -rf conftest.dSYM
13476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13477 conftest$ac_exeext conftest.$ac_ext
13478 LIBS=$ac_check_soname_save_LIBS
13480 if test "x$ac_cv_lib_soname_curses" = "x"; then
13481 { $as_echo "$as_me:$LINENO: result: not found" >&5
13482 $as_echo "not found" >&6; }
13484 else
13485 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13486 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13488 cat >>confdefs.h <<_ACEOF
13489 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13490 _ACEOF
13492 CURSESLIBS="-lcurses"
13496 ac_save_LIBS="$LIBS"
13497 LIBS="$LIBS $CURSESLIBS"
13499 for ac_func in mousemask
13501 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13502 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13503 $as_echo_n "checking for $ac_func... " >&6; }
13504 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13505 $as_echo_n "(cached) " >&6
13506 else
13507 cat >conftest.$ac_ext <<_ACEOF
13508 /* confdefs.h. */
13509 _ACEOF
13510 cat confdefs.h >>conftest.$ac_ext
13511 cat >>conftest.$ac_ext <<_ACEOF
13512 /* end confdefs.h. */
13513 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13514 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13515 #define $ac_func innocuous_$ac_func
13517 /* System header to define __stub macros and hopefully few prototypes,
13518 which can conflict with char $ac_func (); below.
13519 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13520 <limits.h> exists even on freestanding compilers. */
13522 #ifdef __STDC__
13523 # include <limits.h>
13524 #else
13525 # include <assert.h>
13526 #endif
13528 #undef $ac_func
13530 /* Override any GCC internal prototype to avoid an error.
13531 Use char because int might match the return type of a GCC
13532 builtin and then its argument prototype would still apply. */
13533 #ifdef __cplusplus
13534 extern "C"
13535 #endif
13536 char $ac_func ();
13537 /* The GNU C library defines this for functions which it implements
13538 to always fail with ENOSYS. Some functions are actually named
13539 something starting with __ and the normal name is an alias. */
13540 #if defined __stub_$ac_func || defined __stub___$ac_func
13541 choke me
13542 #endif
13545 main ()
13547 return $ac_func ();
13549 return 0;
13551 _ACEOF
13552 rm -f conftest.$ac_objext conftest$ac_exeext
13553 if { (ac_try="$ac_link"
13554 case "(($ac_try" in
13555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13556 *) ac_try_echo=$ac_try;;
13557 esac
13558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13559 $as_echo "$ac_try_echo") >&5
13560 (eval "$ac_link") 2>conftest.er1
13561 ac_status=$?
13562 grep -v '^ *+' conftest.er1 >conftest.err
13563 rm -f conftest.er1
13564 cat conftest.err >&5
13565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13566 (exit $ac_status); } && {
13567 test -z "$ac_c_werror_flag" ||
13568 test ! -s conftest.err
13569 } && test -s conftest$ac_exeext && {
13570 test "$cross_compiling" = yes ||
13571 $as_test_x conftest$ac_exeext
13572 }; then
13573 eval "$as_ac_var=yes"
13574 else
13575 $as_echo "$as_me: failed program was:" >&5
13576 sed 's/^/| /' conftest.$ac_ext >&5
13578 eval "$as_ac_var=no"
13581 rm -rf conftest.dSYM
13582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13583 conftest$ac_exeext conftest.$ac_ext
13585 ac_res=`eval 'as_val=${'$as_ac_var'}
13586 $as_echo "$as_val"'`
13587 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13588 $as_echo "$ac_res" >&6; }
13589 as_val=`eval 'as_val=${'$as_ac_var'}
13590 $as_echo "$as_val"'`
13591 if test "x$as_val" = x""yes; then
13592 cat >>confdefs.h <<_ACEOF
13593 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13594 _ACEOF
13597 done
13599 LIBS="$ac_save_LIBS"
13600 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13601 case "x$with_curses" in
13602 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13603 xno) ;;
13604 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13605 This is an error since --with-curses was requested." >&5
13606 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13607 This is an error since --with-curses was requested." >&2;}
13608 { (exit 1); exit 1; }; } ;;
13609 esac
13613 if test "x$with_sane" != "xno"
13614 then
13615 ac_save_CPPFLAGS="$CPPFLAGS"
13616 # Extract the first word of "sane-config", so it can be a program name with args.
13617 set dummy sane-config; ac_word=$2
13618 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13619 $as_echo_n "checking for $ac_word... " >&6; }
13620 if test "${ac_cv_prog_sane_devel+set}" = set; then
13621 $as_echo_n "(cached) " >&6
13622 else
13623 if test -n "$sane_devel"; then
13624 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13625 else
13626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13627 for as_dir in $PATH
13629 IFS=$as_save_IFS
13630 test -z "$as_dir" && as_dir=.
13631 for ac_exec_ext in '' $ac_executable_extensions; do
13632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13633 ac_cv_prog_sane_devel="sane-config"
13634 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13635 break 2
13637 done
13638 done
13639 IFS=$as_save_IFS
13641 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13644 sane_devel=$ac_cv_prog_sane_devel
13645 if test -n "$sane_devel"; then
13646 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13647 $as_echo "$sane_devel" >&6; }
13648 else
13649 { $as_echo "$as_me:$LINENO: result: no" >&5
13650 $as_echo "no" >&6; }
13654 if test "$sane_devel" != "no"
13655 then
13656 ac_sane_incl="`$sane_devel --cflags`"
13657 ac_sane_libs="`$sane_devel --ldflags`"
13658 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13660 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13661 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13662 $as_echo_n "checking for sane/sane.h... " >&6; }
13663 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13664 $as_echo_n "(cached) " >&6
13666 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13667 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13668 else
13669 # Is the header compilable?
13670 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13671 $as_echo_n "checking sane/sane.h usability... " >&6; }
13672 cat >conftest.$ac_ext <<_ACEOF
13673 /* confdefs.h. */
13674 _ACEOF
13675 cat confdefs.h >>conftest.$ac_ext
13676 cat >>conftest.$ac_ext <<_ACEOF
13677 /* end confdefs.h. */
13678 $ac_includes_default
13679 #include <sane/sane.h>
13680 _ACEOF
13681 rm -f conftest.$ac_objext
13682 if { (ac_try="$ac_compile"
13683 case "(($ac_try" in
13684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13685 *) ac_try_echo=$ac_try;;
13686 esac
13687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13688 $as_echo "$ac_try_echo") >&5
13689 (eval "$ac_compile") 2>conftest.er1
13690 ac_status=$?
13691 grep -v '^ *+' conftest.er1 >conftest.err
13692 rm -f conftest.er1
13693 cat conftest.err >&5
13694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13695 (exit $ac_status); } && {
13696 test -z "$ac_c_werror_flag" ||
13697 test ! -s conftest.err
13698 } && test -s conftest.$ac_objext; then
13699 ac_header_compiler=yes
13700 else
13701 $as_echo "$as_me: failed program was:" >&5
13702 sed 's/^/| /' conftest.$ac_ext >&5
13704 ac_header_compiler=no
13707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13708 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13709 $as_echo "$ac_header_compiler" >&6; }
13711 # Is the header present?
13712 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13713 $as_echo_n "checking sane/sane.h presence... " >&6; }
13714 cat >conftest.$ac_ext <<_ACEOF
13715 /* confdefs.h. */
13716 _ACEOF
13717 cat confdefs.h >>conftest.$ac_ext
13718 cat >>conftest.$ac_ext <<_ACEOF
13719 /* end confdefs.h. */
13720 #include <sane/sane.h>
13721 _ACEOF
13722 if { (ac_try="$ac_cpp conftest.$ac_ext"
13723 case "(($ac_try" in
13724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13725 *) ac_try_echo=$ac_try;;
13726 esac
13727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13728 $as_echo "$ac_try_echo") >&5
13729 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13730 ac_status=$?
13731 grep -v '^ *+' conftest.er1 >conftest.err
13732 rm -f conftest.er1
13733 cat conftest.err >&5
13734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13735 (exit $ac_status); } >/dev/null && {
13736 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13737 test ! -s conftest.err
13738 }; then
13739 ac_header_preproc=yes
13740 else
13741 $as_echo "$as_me: failed program was:" >&5
13742 sed 's/^/| /' conftest.$ac_ext >&5
13744 ac_header_preproc=no
13747 rm -f conftest.err conftest.$ac_ext
13748 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13749 $as_echo "$ac_header_preproc" >&6; }
13751 # So? What about this header?
13752 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13753 yes:no: )
13754 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13755 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13756 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13757 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13758 ac_header_preproc=yes
13760 no:yes:* )
13761 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13762 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13763 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13764 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13765 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13766 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13767 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13768 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13769 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13770 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13771 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13772 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13773 ( cat <<\_ASBOX
13774 ## ------------------------------------ ##
13775 ## Report this to wine-devel@winehq.org ##
13776 ## ------------------------------------ ##
13777 _ASBOX
13778 ) | sed "s/^/$as_me: WARNING: /" >&2
13780 esac
13781 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13782 $as_echo_n "checking for sane/sane.h... " >&6; }
13783 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13784 $as_echo_n "(cached) " >&6
13785 else
13786 ac_cv_header_sane_sane_h=$ac_header_preproc
13788 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13789 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13792 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13793 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13794 $as_echo_n "checking for -lsane... " >&6; }
13795 if test "${ac_cv_lib_soname_sane+set}" = set; then
13796 $as_echo_n "(cached) " >&6
13797 else
13798 ac_check_soname_save_LIBS=$LIBS
13799 LIBS="-lsane $ac_sane_libs $LIBS"
13800 cat >conftest.$ac_ext <<_ACEOF
13801 /* confdefs.h. */
13802 _ACEOF
13803 cat confdefs.h >>conftest.$ac_ext
13804 cat >>conftest.$ac_ext <<_ACEOF
13805 /* end confdefs.h. */
13807 /* Override any GCC internal prototype to avoid an error.
13808 Use char because int might match the return type of a GCC
13809 builtin and then its argument prototype would still apply. */
13810 #ifdef __cplusplus
13811 extern "C"
13812 #endif
13813 char sane_init ();
13815 main ()
13817 return sane_init ();
13819 return 0;
13821 _ACEOF
13822 rm -f conftest.$ac_objext conftest$ac_exeext
13823 if { (ac_try="$ac_link"
13824 case "(($ac_try" in
13825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13826 *) ac_try_echo=$ac_try;;
13827 esac
13828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13829 $as_echo "$ac_try_echo") >&5
13830 (eval "$ac_link") 2>conftest.er1
13831 ac_status=$?
13832 grep -v '^ *+' conftest.er1 >conftest.err
13833 rm -f conftest.er1
13834 cat conftest.err >&5
13835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13836 (exit $ac_status); } && {
13837 test -z "$ac_c_werror_flag" ||
13838 test ! -s conftest.err
13839 } && test -s conftest$ac_exeext && {
13840 test "$cross_compiling" = yes ||
13841 $as_test_x conftest$ac_exeext
13842 }; then
13843 case "$LIBEXT" in
13844 dll) ;;
13845 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'` ;;
13846 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13847 esac
13848 else
13849 $as_echo "$as_me: failed program was:" >&5
13850 sed 's/^/| /' conftest.$ac_ext >&5
13855 rm -rf conftest.dSYM
13856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13857 conftest$ac_exeext conftest.$ac_ext
13858 LIBS=$ac_check_soname_save_LIBS
13860 if test "x$ac_cv_lib_soname_sane" = "x"; then
13861 { $as_echo "$as_me:$LINENO: result: not found" >&5
13862 $as_echo "not found" >&6; }
13864 else
13865 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13866 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13868 cat >>confdefs.h <<_ACEOF
13869 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13870 _ACEOF
13872 SANEINCL="$ac_sane_incl"
13879 CPPFLAGS="$ac_save_CPPFLAGS"
13881 if test "x$ac_cv_lib_soname_sane" = "x"; then
13882 case "x$with_sane" in
13883 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13884 xno) ;;
13885 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13886 This is an error since --with-sane was requested." >&5
13887 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13888 This is an error since --with-sane was requested." >&2;}
13889 { (exit 1); exit 1; }; } ;;
13890 esac
13894 if test "x$with_gphoto" != "xno"
13895 then
13896 ac_save_CPPFLAGS="$CPPFLAGS"
13897 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13898 set dummy gphoto2-config; ac_word=$2
13899 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13900 $as_echo_n "checking for $ac_word... " >&6; }
13901 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13902 $as_echo_n "(cached) " >&6
13903 else
13904 if test -n "$gphoto2_devel"; then
13905 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13906 else
13907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13908 for as_dir in $PATH
13910 IFS=$as_save_IFS
13911 test -z "$as_dir" && as_dir=.
13912 for ac_exec_ext in '' $ac_executable_extensions; do
13913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13914 ac_cv_prog_gphoto2_devel="gphoto2-config"
13915 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13916 break 2
13918 done
13919 done
13920 IFS=$as_save_IFS
13922 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13925 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13926 if test -n "$gphoto2_devel"; then
13927 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13928 $as_echo "$gphoto2_devel" >&6; }
13929 else
13930 { $as_echo "$as_me:$LINENO: result: no" >&5
13931 $as_echo "no" >&6; }
13935 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13936 set dummy gphoto2-port-config; ac_word=$2
13937 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13938 $as_echo_n "checking for $ac_word... " >&6; }
13939 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13940 $as_echo_n "(cached) " >&6
13941 else
13942 if test -n "$gphoto2port_devel"; then
13943 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13944 else
13945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13946 for as_dir in $PATH
13948 IFS=$as_save_IFS
13949 test -z "$as_dir" && as_dir=.
13950 for ac_exec_ext in '' $ac_executable_extensions; do
13951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13952 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13953 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13954 break 2
13956 done
13957 done
13958 IFS=$as_save_IFS
13960 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13963 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13964 if test -n "$gphoto2port_devel"; then
13965 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13966 $as_echo "$gphoto2port_devel" >&6; }
13967 else
13968 { $as_echo "$as_me:$LINENO: result: no" >&5
13969 $as_echo "no" >&6; }
13973 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13974 then
13975 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13976 ac_gphoto2_libs=""
13977 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13979 case "$i" in
13980 -L/usr/lib|-L/usr/lib64) ;;
13981 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13982 esac
13983 done
13984 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13986 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13987 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13988 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13989 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13990 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13991 $as_echo_n "(cached) " >&6
13993 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13994 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13995 else
13996 # Is the header compilable?
13997 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13998 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13999 cat >conftest.$ac_ext <<_ACEOF
14000 /* confdefs.h. */
14001 _ACEOF
14002 cat confdefs.h >>conftest.$ac_ext
14003 cat >>conftest.$ac_ext <<_ACEOF
14004 /* end confdefs.h. */
14005 $ac_includes_default
14006 #include <gphoto2-camera.h>
14007 _ACEOF
14008 rm -f conftest.$ac_objext
14009 if { (ac_try="$ac_compile"
14010 case "(($ac_try" in
14011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14012 *) ac_try_echo=$ac_try;;
14013 esac
14014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14015 $as_echo "$ac_try_echo") >&5
14016 (eval "$ac_compile") 2>conftest.er1
14017 ac_status=$?
14018 grep -v '^ *+' conftest.er1 >conftest.err
14019 rm -f conftest.er1
14020 cat conftest.err >&5
14021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14022 (exit $ac_status); } && {
14023 test -z "$ac_c_werror_flag" ||
14024 test ! -s conftest.err
14025 } && test -s conftest.$ac_objext; then
14026 ac_header_compiler=yes
14027 else
14028 $as_echo "$as_me: failed program was:" >&5
14029 sed 's/^/| /' conftest.$ac_ext >&5
14031 ac_header_compiler=no
14034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14035 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14036 $as_echo "$ac_header_compiler" >&6; }
14038 # Is the header present?
14039 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14040 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14041 cat >conftest.$ac_ext <<_ACEOF
14042 /* confdefs.h. */
14043 _ACEOF
14044 cat confdefs.h >>conftest.$ac_ext
14045 cat >>conftest.$ac_ext <<_ACEOF
14046 /* end confdefs.h. */
14047 #include <gphoto2-camera.h>
14048 _ACEOF
14049 if { (ac_try="$ac_cpp conftest.$ac_ext"
14050 case "(($ac_try" in
14051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14052 *) ac_try_echo=$ac_try;;
14053 esac
14054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14055 $as_echo "$ac_try_echo") >&5
14056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14057 ac_status=$?
14058 grep -v '^ *+' conftest.er1 >conftest.err
14059 rm -f conftest.er1
14060 cat conftest.err >&5
14061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14062 (exit $ac_status); } >/dev/null && {
14063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14064 test ! -s conftest.err
14065 }; then
14066 ac_header_preproc=yes
14067 else
14068 $as_echo "$as_me: failed program was:" >&5
14069 sed 's/^/| /' conftest.$ac_ext >&5
14071 ac_header_preproc=no
14074 rm -f conftest.err conftest.$ac_ext
14075 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14076 $as_echo "$ac_header_preproc" >&6; }
14078 # So? What about this header?
14079 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14080 yes:no: )
14081 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14082 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14083 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14084 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14085 ac_header_preproc=yes
14087 no:yes:* )
14088 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14089 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14090 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14091 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14092 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14093 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14094 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14095 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14096 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14097 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14098 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14099 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14100 ( cat <<\_ASBOX
14101 ## ------------------------------------ ##
14102 ## Report this to wine-devel@winehq.org ##
14103 ## ------------------------------------ ##
14104 _ASBOX
14105 ) | sed "s/^/$as_me: WARNING: /" >&2
14107 esac
14108 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14109 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14110 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14111 $as_echo_n "(cached) " >&6
14112 else
14113 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14115 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14116 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14119 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14120 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14121 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14122 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14123 $as_echo_n "(cached) " >&6
14124 else
14125 ac_check_lib_save_LIBS=$LIBS
14126 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14127 cat >conftest.$ac_ext <<_ACEOF
14128 /* confdefs.h. */
14129 _ACEOF
14130 cat confdefs.h >>conftest.$ac_ext
14131 cat >>conftest.$ac_ext <<_ACEOF
14132 /* end confdefs.h. */
14134 /* Override any GCC internal prototype to avoid an error.
14135 Use char because int might match the return type of a GCC
14136 builtin and then its argument prototype would still apply. */
14137 #ifdef __cplusplus
14138 extern "C"
14139 #endif
14140 char gp_camera_new ();
14142 main ()
14144 return gp_camera_new ();
14146 return 0;
14148 _ACEOF
14149 rm -f conftest.$ac_objext conftest$ac_exeext
14150 if { (ac_try="$ac_link"
14151 case "(($ac_try" in
14152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14153 *) ac_try_echo=$ac_try;;
14154 esac
14155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14156 $as_echo "$ac_try_echo") >&5
14157 (eval "$ac_link") 2>conftest.er1
14158 ac_status=$?
14159 grep -v '^ *+' conftest.er1 >conftest.err
14160 rm -f conftest.er1
14161 cat conftest.err >&5
14162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14163 (exit $ac_status); } && {
14164 test -z "$ac_c_werror_flag" ||
14165 test ! -s conftest.err
14166 } && test -s conftest$ac_exeext && {
14167 test "$cross_compiling" = yes ||
14168 $as_test_x conftest$ac_exeext
14169 }; then
14170 ac_cv_lib_gphoto2_gp_camera_new=yes
14171 else
14172 $as_echo "$as_me: failed program was:" >&5
14173 sed 's/^/| /' conftest.$ac_ext >&5
14175 ac_cv_lib_gphoto2_gp_camera_new=no
14178 rm -rf conftest.dSYM
14179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14180 conftest$ac_exeext conftest.$ac_ext
14181 LIBS=$ac_check_lib_save_LIBS
14183 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14184 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14185 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14187 cat >>confdefs.h <<\_ACEOF
14188 #define HAVE_GPHOTO2 1
14189 _ACEOF
14191 GPHOTO2LIBS="$ac_gphoto2_libs"
14193 GPHOTO2INCL="$ac_gphoto2_incl"
14200 CPPFLAGS="$ac_save_CPPFLAGS"
14202 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14203 case "x$with_gphoto" in
14204 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14205 xno) ;;
14206 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14207 This is an error since --with-gphoto was requested." >&5
14208 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14209 This is an error since --with-gphoto was requested." >&2;}
14210 { (exit 1); exit 1; }; } ;;
14211 esac
14216 RESOLVLIBS=""
14218 if test "$ac_cv_header_resolv_h" = "yes"
14219 then
14220 ac_save_LIBS="$LIBS"
14221 LIBS="$LIBS -lresolv"
14222 cat >conftest.$ac_ext <<_ACEOF
14223 /* confdefs.h. */
14224 _ACEOF
14225 cat confdefs.h >>conftest.$ac_ext
14226 cat >>conftest.$ac_ext <<_ACEOF
14227 /* end confdefs.h. */
14228 #ifdef HAVE_NETINET_IN_H
14229 #include <netinet/in.h>
14230 #endif
14231 #include <resolv.h>
14233 main ()
14235 res_init();
14237 return 0;
14239 _ACEOF
14240 rm -f conftest.$ac_objext conftest$ac_exeext
14241 if { (ac_try="$ac_link"
14242 case "(($ac_try" in
14243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14244 *) ac_try_echo=$ac_try;;
14245 esac
14246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14247 $as_echo "$ac_try_echo") >&5
14248 (eval "$ac_link") 2>conftest.er1
14249 ac_status=$?
14250 grep -v '^ *+' conftest.er1 >conftest.err
14251 rm -f conftest.er1
14252 cat conftest.err >&5
14253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14254 (exit $ac_status); } && {
14255 test -z "$ac_c_werror_flag" ||
14256 test ! -s conftest.err
14257 } && test -s conftest$ac_exeext && {
14258 test "$cross_compiling" = yes ||
14259 $as_test_x conftest$ac_exeext
14260 }; then
14262 cat >>confdefs.h <<\_ACEOF
14263 #define HAVE_RESOLV 1
14264 _ACEOF
14266 RESOLVLIBS="-lresolv"
14267 else
14268 $as_echo "$as_me: failed program was:" >&5
14269 sed 's/^/| /' conftest.$ac_ext >&5
14274 rm -rf conftest.dSYM
14275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14276 conftest$ac_exeext conftest.$ac_ext
14277 LIBS="$ac_save_LIBS"
14280 LCMSLIBS=""
14282 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14283 then
14284 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14285 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14286 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14287 $as_echo_n "(cached) " >&6
14288 else
14289 ac_check_lib_save_LIBS=$LIBS
14290 LIBS="-llcms $LIBS"
14291 cat >conftest.$ac_ext <<_ACEOF
14292 /* confdefs.h. */
14293 _ACEOF
14294 cat confdefs.h >>conftest.$ac_ext
14295 cat >>conftest.$ac_ext <<_ACEOF
14296 /* end confdefs.h. */
14298 /* Override any GCC internal prototype to avoid an error.
14299 Use char because int might match the return type of a GCC
14300 builtin and then its argument prototype would still apply. */
14301 #ifdef __cplusplus
14302 extern "C"
14303 #endif
14304 char cmsOpenProfileFromFile ();
14306 main ()
14308 return cmsOpenProfileFromFile ();
14310 return 0;
14312 _ACEOF
14313 rm -f conftest.$ac_objext conftest$ac_exeext
14314 if { (ac_try="$ac_link"
14315 case "(($ac_try" in
14316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14317 *) ac_try_echo=$ac_try;;
14318 esac
14319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14320 $as_echo "$ac_try_echo") >&5
14321 (eval "$ac_link") 2>conftest.er1
14322 ac_status=$?
14323 grep -v '^ *+' conftest.er1 >conftest.err
14324 rm -f conftest.er1
14325 cat conftest.err >&5
14326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14327 (exit $ac_status); } && {
14328 test -z "$ac_c_werror_flag" ||
14329 test ! -s conftest.err
14330 } && test -s conftest$ac_exeext && {
14331 test "$cross_compiling" = yes ||
14332 $as_test_x conftest$ac_exeext
14333 }; then
14334 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14335 else
14336 $as_echo "$as_me: failed program was:" >&5
14337 sed 's/^/| /' conftest.$ac_ext >&5
14339 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14342 rm -rf conftest.dSYM
14343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14344 conftest$ac_exeext conftest.$ac_ext
14345 LIBS=$ac_check_lib_save_LIBS
14347 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14348 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14349 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14351 cat >>confdefs.h <<\_ACEOF
14352 #define HAVE_LCMS 1
14353 _ACEOF
14355 LCMSLIBS="-llcms"
14359 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14360 case "x$with_cms" in
14361 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14362 xno) ;;
14363 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14364 This is an error since --with-cms was requested." >&5
14365 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14366 This is an error since --with-cms was requested." >&2;}
14367 { (exit 1); exit 1; }; } ;;
14368 esac
14372 if test "x$with_freetype" != "xno"
14373 then
14374 for ac_prog in freetype-config freetype2-config
14376 # Extract the first word of "$ac_prog", so it can be a program name with args.
14377 set dummy $ac_prog; ac_word=$2
14378 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14379 $as_echo_n "checking for $ac_word... " >&6; }
14380 if test "${ac_cv_prog_ft_devel+set}" = set; then
14381 $as_echo_n "(cached) " >&6
14382 else
14383 if test -n "$ft_devel"; then
14384 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14385 else
14386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14387 for as_dir in $PATH
14389 IFS=$as_save_IFS
14390 test -z "$as_dir" && as_dir=.
14391 for ac_exec_ext in '' $ac_executable_extensions; do
14392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14393 ac_cv_prog_ft_devel="$ac_prog"
14394 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14395 break 2
14397 done
14398 done
14399 IFS=$as_save_IFS
14403 ft_devel=$ac_cv_prog_ft_devel
14404 if test -n "$ft_devel"; then
14405 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14406 $as_echo "$ft_devel" >&6; }
14407 else
14408 { $as_echo "$as_me:$LINENO: result: no" >&5
14409 $as_echo "no" >&6; }
14413 test -n "$ft_devel" && break
14414 done
14415 test -n "$ft_devel" || ft_devel="no"
14417 if test "$ft_devel" != "no"
14418 then
14419 ac_freetype_incl=`$ft_devel --cflags`
14420 ac_freetype_libs=`$ft_devel --libs`
14422 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14423 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14424 $as_echo_n "checking for -lfreetype... " >&6; }
14425 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14426 $as_echo_n "(cached) " >&6
14427 else
14428 ac_check_soname_save_LIBS=$LIBS
14429 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14430 cat >conftest.$ac_ext <<_ACEOF
14431 /* confdefs.h. */
14432 _ACEOF
14433 cat confdefs.h >>conftest.$ac_ext
14434 cat >>conftest.$ac_ext <<_ACEOF
14435 /* end confdefs.h. */
14437 /* Override any GCC internal prototype to avoid an error.
14438 Use char because int might match the return type of a GCC
14439 builtin and then its argument prototype would still apply. */
14440 #ifdef __cplusplus
14441 extern "C"
14442 #endif
14443 char FT_Init_FreeType ();
14445 main ()
14447 return FT_Init_FreeType ();
14449 return 0;
14451 _ACEOF
14452 rm -f conftest.$ac_objext conftest$ac_exeext
14453 if { (ac_try="$ac_link"
14454 case "(($ac_try" in
14455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14456 *) ac_try_echo=$ac_try;;
14457 esac
14458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14459 $as_echo "$ac_try_echo") >&5
14460 (eval "$ac_link") 2>conftest.er1
14461 ac_status=$?
14462 grep -v '^ *+' conftest.er1 >conftest.err
14463 rm -f conftest.er1
14464 cat conftest.err >&5
14465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466 (exit $ac_status); } && {
14467 test -z "$ac_c_werror_flag" ||
14468 test ! -s conftest.err
14469 } && test -s conftest$ac_exeext && {
14470 test "$cross_compiling" = yes ||
14471 $as_test_x conftest$ac_exeext
14472 }; then
14473 case "$LIBEXT" in
14474 dll) ;;
14475 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'` ;;
14476 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14477 esac
14478 else
14479 $as_echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.$ac_ext >&5
14485 rm -rf conftest.dSYM
14486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14487 conftest$ac_exeext conftest.$ac_ext
14488 LIBS=$ac_check_soname_save_LIBS
14490 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14491 { $as_echo "$as_me:$LINENO: result: not found" >&5
14492 $as_echo "not found" >&6; }
14493 ft_lib=no
14494 else
14495 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14496 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14498 cat >>confdefs.h <<_ACEOF
14499 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14500 _ACEOF
14502 ft_lib=yes
14505 if test "$ft_lib" = "yes"
14506 then
14507 ac_save_CPPFLAGS="$CPPFLAGS"
14508 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14522 for ac_header in ft2build.h \
14523 freetype/freetype.h \
14524 freetype/ftglyph.h \
14525 freetype/fttypes.h \
14526 freetype/tttables.h \
14527 freetype/ftnames.h \
14528 freetype/ftsnames.h \
14529 freetype/ttnameid.h \
14530 freetype/ftoutln.h \
14531 freetype/ftwinfnt.h \
14532 freetype/ftmodapi.h \
14533 freetype/ftlcdfil.h \
14534 freetype/internal/sfnt.h
14536 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14537 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14538 $as_echo_n "checking for $ac_header... " >&6; }
14539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14540 $as_echo_n "(cached) " >&6
14541 else
14542 cat >conftest.$ac_ext <<_ACEOF
14543 /* confdefs.h. */
14544 _ACEOF
14545 cat confdefs.h >>conftest.$ac_ext
14546 cat >>conftest.$ac_ext <<_ACEOF
14547 /* end confdefs.h. */
14548 #ifdef HAVE_FT2BUILD_H
14549 # include <ft2build.h>
14550 #endif
14552 #include <$ac_header>
14553 _ACEOF
14554 rm -f conftest.$ac_objext
14555 if { (ac_try="$ac_compile"
14556 case "(($ac_try" in
14557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14558 *) ac_try_echo=$ac_try;;
14559 esac
14560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14561 $as_echo "$ac_try_echo") >&5
14562 (eval "$ac_compile") 2>conftest.er1
14563 ac_status=$?
14564 grep -v '^ *+' conftest.er1 >conftest.err
14565 rm -f conftest.er1
14566 cat conftest.err >&5
14567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14568 (exit $ac_status); } && {
14569 test -z "$ac_c_werror_flag" ||
14570 test ! -s conftest.err
14571 } && test -s conftest.$ac_objext; then
14572 eval "$as_ac_Header=yes"
14573 else
14574 $as_echo "$as_me: failed program was:" >&5
14575 sed 's/^/| /' conftest.$ac_ext >&5
14577 eval "$as_ac_Header=no"
14580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14582 ac_res=`eval 'as_val=${'$as_ac_Header'}
14583 $as_echo "$as_val"'`
14584 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14585 $as_echo "$ac_res" >&6; }
14586 as_val=`eval 'as_val=${'$as_ac_Header'}
14587 $as_echo "$as_val"'`
14588 if test "x$as_val" = x""yes; then
14589 cat >>confdefs.h <<_ACEOF
14590 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14591 _ACEOF
14595 done
14597 cat >conftest.$ac_ext <<_ACEOF
14598 /* confdefs.h. */
14599 _ACEOF
14600 cat confdefs.h >>conftest.$ac_ext
14601 cat >>conftest.$ac_ext <<_ACEOF
14602 /* end confdefs.h. */
14603 #include <ft2build.h>
14604 #include <freetype/fttrigon.h>
14605 _ACEOF
14606 if { (ac_try="$ac_cpp conftest.$ac_ext"
14607 case "(($ac_try" in
14608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14609 *) ac_try_echo=$ac_try;;
14610 esac
14611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14612 $as_echo "$ac_try_echo") >&5
14613 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14614 ac_status=$?
14615 grep -v '^ *+' conftest.er1 >conftest.err
14616 rm -f conftest.er1
14617 cat conftest.err >&5
14618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14619 (exit $ac_status); } >/dev/null && {
14620 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14621 test ! -s conftest.err
14622 }; then
14624 cat >>confdefs.h <<\_ACEOF
14625 #define HAVE_FREETYPE_FTTRIGON_H 1
14626 _ACEOF
14628 wine_cv_fttrigon=yes
14629 else
14630 $as_echo "$as_me: failed program was:" >&5
14631 sed 's/^/| /' conftest.$ac_ext >&5
14633 wine_cv_fttrigon=no
14636 rm -f conftest.err conftest.$ac_ext
14637 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14638 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14639 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14640 $as_echo_n "(cached) " >&6
14641 else
14642 ac_cv_type_FT_TrueTypeEngineType=no
14643 cat >conftest.$ac_ext <<_ACEOF
14644 /* confdefs.h. */
14645 _ACEOF
14646 cat confdefs.h >>conftest.$ac_ext
14647 cat >>conftest.$ac_ext <<_ACEOF
14648 /* end confdefs.h. */
14649 #include <freetype/ftmodapi.h>
14652 main ()
14654 if (sizeof (FT_TrueTypeEngineType))
14655 return 0;
14657 return 0;
14659 _ACEOF
14660 rm -f conftest.$ac_objext
14661 if { (ac_try="$ac_compile"
14662 case "(($ac_try" in
14663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14664 *) ac_try_echo=$ac_try;;
14665 esac
14666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14667 $as_echo "$ac_try_echo") >&5
14668 (eval "$ac_compile") 2>conftest.er1
14669 ac_status=$?
14670 grep -v '^ *+' conftest.er1 >conftest.err
14671 rm -f conftest.er1
14672 cat conftest.err >&5
14673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14674 (exit $ac_status); } && {
14675 test -z "$ac_c_werror_flag" ||
14676 test ! -s conftest.err
14677 } && test -s conftest.$ac_objext; then
14678 cat >conftest.$ac_ext <<_ACEOF
14679 /* confdefs.h. */
14680 _ACEOF
14681 cat confdefs.h >>conftest.$ac_ext
14682 cat >>conftest.$ac_ext <<_ACEOF
14683 /* end confdefs.h. */
14684 #include <freetype/ftmodapi.h>
14687 main ()
14689 if (sizeof ((FT_TrueTypeEngineType)))
14690 return 0;
14692 return 0;
14694 _ACEOF
14695 rm -f conftest.$ac_objext
14696 if { (ac_try="$ac_compile"
14697 case "(($ac_try" in
14698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14699 *) ac_try_echo=$ac_try;;
14700 esac
14701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14702 $as_echo "$ac_try_echo") >&5
14703 (eval "$ac_compile") 2>conftest.er1
14704 ac_status=$?
14705 grep -v '^ *+' conftest.er1 >conftest.err
14706 rm -f conftest.er1
14707 cat conftest.err >&5
14708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); } && {
14710 test -z "$ac_c_werror_flag" ||
14711 test ! -s conftest.err
14712 } && test -s conftest.$ac_objext; then
14714 else
14715 $as_echo "$as_me: failed program was:" >&5
14716 sed 's/^/| /' conftest.$ac_ext >&5
14718 ac_cv_type_FT_TrueTypeEngineType=yes
14721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14722 else
14723 $as_echo "$as_me: failed program was:" >&5
14724 sed 's/^/| /' conftest.$ac_ext >&5
14729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14731 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14732 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14733 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14735 cat >>confdefs.h <<_ACEOF
14736 #define HAVE_FT_TRUETYPEENGINETYPE 1
14737 _ACEOF
14742 ac_save_CFLAGS="$CFLAGS"
14743 CFLAGS="$CFLAGS $ac_freetype_libs"
14745 for ac_func in FT_Load_Sfnt_Table
14747 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14748 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14749 $as_echo_n "checking for $ac_func... " >&6; }
14750 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14751 $as_echo_n "(cached) " >&6
14752 else
14753 cat >conftest.$ac_ext <<_ACEOF
14754 /* confdefs.h. */
14755 _ACEOF
14756 cat confdefs.h >>conftest.$ac_ext
14757 cat >>conftest.$ac_ext <<_ACEOF
14758 /* end confdefs.h. */
14759 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14761 #define $ac_func innocuous_$ac_func
14763 /* System header to define __stub macros and hopefully few prototypes,
14764 which can conflict with char $ac_func (); below.
14765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14766 <limits.h> exists even on freestanding compilers. */
14768 #ifdef __STDC__
14769 # include <limits.h>
14770 #else
14771 # include <assert.h>
14772 #endif
14774 #undef $ac_func
14776 /* Override any GCC internal prototype to avoid an error.
14777 Use char because int might match the return type of a GCC
14778 builtin and then its argument prototype would still apply. */
14779 #ifdef __cplusplus
14780 extern "C"
14781 #endif
14782 char $ac_func ();
14783 /* The GNU C library defines this for functions which it implements
14784 to always fail with ENOSYS. Some functions are actually named
14785 something starting with __ and the normal name is an alias. */
14786 #if defined __stub_$ac_func || defined __stub___$ac_func
14787 choke me
14788 #endif
14791 main ()
14793 return $ac_func ();
14795 return 0;
14797 _ACEOF
14798 rm -f conftest.$ac_objext conftest$ac_exeext
14799 if { (ac_try="$ac_link"
14800 case "(($ac_try" in
14801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14802 *) ac_try_echo=$ac_try;;
14803 esac
14804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14805 $as_echo "$ac_try_echo") >&5
14806 (eval "$ac_link") 2>conftest.er1
14807 ac_status=$?
14808 grep -v '^ *+' conftest.er1 >conftest.err
14809 rm -f conftest.er1
14810 cat conftest.err >&5
14811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812 (exit $ac_status); } && {
14813 test -z "$ac_c_werror_flag" ||
14814 test ! -s conftest.err
14815 } && test -s conftest$ac_exeext && {
14816 test "$cross_compiling" = yes ||
14817 $as_test_x conftest$ac_exeext
14818 }; then
14819 eval "$as_ac_var=yes"
14820 else
14821 $as_echo "$as_me: failed program was:" >&5
14822 sed 's/^/| /' conftest.$ac_ext >&5
14824 eval "$as_ac_var=no"
14827 rm -rf conftest.dSYM
14828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14829 conftest$ac_exeext conftest.$ac_ext
14831 ac_res=`eval 'as_val=${'$as_ac_var'}
14832 $as_echo "$as_val"'`
14833 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14834 $as_echo "$ac_res" >&6; }
14835 as_val=`eval 'as_val=${'$as_ac_var'}
14836 $as_echo "$as_val"'`
14837 if test "x$as_val" = x""yes; then
14838 cat >>confdefs.h <<_ACEOF
14839 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14840 _ACEOF
14843 done
14845 CFLAGS="$ac_save_CFLAGS"
14846 CPPFLAGS="$ac_save_CPPFLAGS"
14847 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14848 then
14850 cat >>confdefs.h <<\_ACEOF
14851 #define HAVE_FREETYPE 1
14852 _ACEOF
14854 FREETYPELIBS="$ac_freetype_libs"
14856 FREETYPEINCL="$ac_freetype_incl"
14861 if test "x$FREETYPELIBS" = "x"; then
14862 case "x$with_freetype" in
14863 xno) ;;
14864 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14865 Use the --without-freetype option if you really want this." >&5
14866 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14867 Use the --without-freetype option if you really want this." >&2;}
14868 { (exit 1); exit 1; }; } ;;
14869 esac
14872 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14874 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14875 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14876 if test "${ac_cv_c_ppdev+set}" = set; then
14877 $as_echo_n "(cached) " >&6
14878 else
14879 cat >conftest.$ac_ext <<_ACEOF
14880 /* confdefs.h. */
14881 _ACEOF
14882 cat confdefs.h >>conftest.$ac_ext
14883 cat >>conftest.$ac_ext <<_ACEOF
14884 /* end confdefs.h. */
14885 #include <linux/ppdev.h>
14887 main ()
14889 ioctl (1,PPCLAIM,0)
14891 return 0;
14893 _ACEOF
14894 rm -f conftest.$ac_objext
14895 if { (ac_try="$ac_compile"
14896 case "(($ac_try" in
14897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14898 *) ac_try_echo=$ac_try;;
14899 esac
14900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14901 $as_echo "$ac_try_echo") >&5
14902 (eval "$ac_compile") 2>conftest.er1
14903 ac_status=$?
14904 grep -v '^ *+' conftest.er1 >conftest.err
14905 rm -f conftest.er1
14906 cat conftest.err >&5
14907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14908 (exit $ac_status); } && {
14909 test -z "$ac_c_werror_flag" ||
14910 test ! -s conftest.err
14911 } && test -s conftest.$ac_objext; then
14912 ac_cv_c_ppdev="yes"
14913 else
14914 $as_echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14917 ac_cv_c_ppdev="no"
14920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14922 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14923 $as_echo "$ac_cv_c_ppdev" >&6; }
14924 if test "$ac_cv_c_ppdev" = "yes"
14925 then
14927 cat >>confdefs.h <<\_ACEOF
14928 #define HAVE_PPDEV 1
14929 _ACEOF
14933 ac_wine_check_funcs_save_LIBS="$LIBS"
14934 LIBS="$LIBS $LIBPTHREAD"
14939 for ac_func in \
14940 pthread_attr_get_np \
14941 pthread_getattr_np \
14942 pthread_get_stackaddr_np \
14943 pthread_get_stacksize_np
14945 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14946 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14947 $as_echo_n "checking for $ac_func... " >&6; }
14948 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14949 $as_echo_n "(cached) " >&6
14950 else
14951 cat >conftest.$ac_ext <<_ACEOF
14952 /* confdefs.h. */
14953 _ACEOF
14954 cat confdefs.h >>conftest.$ac_ext
14955 cat >>conftest.$ac_ext <<_ACEOF
14956 /* end confdefs.h. */
14957 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14958 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14959 #define $ac_func innocuous_$ac_func
14961 /* System header to define __stub macros and hopefully few prototypes,
14962 which can conflict with char $ac_func (); below.
14963 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14964 <limits.h> exists even on freestanding compilers. */
14966 #ifdef __STDC__
14967 # include <limits.h>
14968 #else
14969 # include <assert.h>
14970 #endif
14972 #undef $ac_func
14974 /* Override any GCC internal prototype to avoid an error.
14975 Use char because int might match the return type of a GCC
14976 builtin and then its argument prototype would still apply. */
14977 #ifdef __cplusplus
14978 extern "C"
14979 #endif
14980 char $ac_func ();
14981 /* The GNU C library defines this for functions which it implements
14982 to always fail with ENOSYS. Some functions are actually named
14983 something starting with __ and the normal name is an alias. */
14984 #if defined __stub_$ac_func || defined __stub___$ac_func
14985 choke me
14986 #endif
14989 main ()
14991 return $ac_func ();
14993 return 0;
14995 _ACEOF
14996 rm -f conftest.$ac_objext conftest$ac_exeext
14997 if { (ac_try="$ac_link"
14998 case "(($ac_try" in
14999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15000 *) ac_try_echo=$ac_try;;
15001 esac
15002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15003 $as_echo "$ac_try_echo") >&5
15004 (eval "$ac_link") 2>conftest.er1
15005 ac_status=$?
15006 grep -v '^ *+' conftest.er1 >conftest.err
15007 rm -f conftest.er1
15008 cat conftest.err >&5
15009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15010 (exit $ac_status); } && {
15011 test -z "$ac_c_werror_flag" ||
15012 test ! -s conftest.err
15013 } && test -s conftest$ac_exeext && {
15014 test "$cross_compiling" = yes ||
15015 $as_test_x conftest$ac_exeext
15016 }; then
15017 eval "$as_ac_var=yes"
15018 else
15019 $as_echo "$as_me: failed program was:" >&5
15020 sed 's/^/| /' conftest.$ac_ext >&5
15022 eval "$as_ac_var=no"
15025 rm -rf conftest.dSYM
15026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15027 conftest$ac_exeext conftest.$ac_ext
15029 ac_res=`eval 'as_val=${'$as_ac_var'}
15030 $as_echo "$as_val"'`
15031 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15032 $as_echo "$ac_res" >&6; }
15033 as_val=`eval 'as_val=${'$as_ac_var'}
15034 $as_echo "$as_val"'`
15035 if test "x$as_val" = x""yes; then
15036 cat >>confdefs.h <<_ACEOF
15037 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15038 _ACEOF
15041 done
15043 LIBS="$ac_wine_check_funcs_save_LIBS"
15045 if test "$ac_cv_header_zlib_h" = "yes"
15046 then
15047 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15048 $as_echo_n "checking for inflate in -lz... " >&6; }
15049 if test "${ac_cv_lib_z_inflate+set}" = set; then
15050 $as_echo_n "(cached) " >&6
15051 else
15052 ac_check_lib_save_LIBS=$LIBS
15053 LIBS="-lz $LIBS"
15054 cat >conftest.$ac_ext <<_ACEOF
15055 /* confdefs.h. */
15056 _ACEOF
15057 cat confdefs.h >>conftest.$ac_ext
15058 cat >>conftest.$ac_ext <<_ACEOF
15059 /* end confdefs.h. */
15061 /* Override any GCC internal prototype to avoid an error.
15062 Use char because int might match the return type of a GCC
15063 builtin and then its argument prototype would still apply. */
15064 #ifdef __cplusplus
15065 extern "C"
15066 #endif
15067 char inflate ();
15069 main ()
15071 return inflate ();
15073 return 0;
15075 _ACEOF
15076 rm -f conftest.$ac_objext conftest$ac_exeext
15077 if { (ac_try="$ac_link"
15078 case "(($ac_try" in
15079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15080 *) ac_try_echo=$ac_try;;
15081 esac
15082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15083 $as_echo "$ac_try_echo") >&5
15084 (eval "$ac_link") 2>conftest.er1
15085 ac_status=$?
15086 grep -v '^ *+' conftest.er1 >conftest.err
15087 rm -f conftest.er1
15088 cat conftest.err >&5
15089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15090 (exit $ac_status); } && {
15091 test -z "$ac_c_werror_flag" ||
15092 test ! -s conftest.err
15093 } && test -s conftest$ac_exeext && {
15094 test "$cross_compiling" = yes ||
15095 $as_test_x conftest$ac_exeext
15096 }; then
15097 ac_cv_lib_z_inflate=yes
15098 else
15099 $as_echo "$as_me: failed program was:" >&5
15100 sed 's/^/| /' conftest.$ac_ext >&5
15102 ac_cv_lib_z_inflate=no
15105 rm -rf conftest.dSYM
15106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15107 conftest$ac_exeext conftest.$ac_ext
15108 LIBS=$ac_check_lib_save_LIBS
15110 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15111 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15112 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15114 cat >>confdefs.h <<\_ACEOF
15115 #define HAVE_ZLIB 1
15116 _ACEOF
15118 ZLIB="-lz"
15124 if test "x$with_esd" != xno
15125 then
15126 save_CFLAGS="$CFLAGS"
15127 # Extract the first word of "esd-config", so it can be a program name with args.
15128 set dummy esd-config; ac_word=$2
15129 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15130 $as_echo_n "checking for $ac_word... " >&6; }
15131 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15132 $as_echo_n "(cached) " >&6
15133 else
15134 case $ESDCONFIG in
15135 [\\/]* | ?:[\\/]*)
15136 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15140 for as_dir in $PATH
15142 IFS=$as_save_IFS
15143 test -z "$as_dir" && as_dir=.
15144 for ac_exec_ext in '' $ac_executable_extensions; do
15145 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15146 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15147 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15148 break 2
15150 done
15151 done
15152 IFS=$as_save_IFS
15154 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15156 esac
15158 ESDCONFIG=$ac_cv_path_ESDCONFIG
15159 if test -n "$ESDCONFIG"; then
15160 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15161 $as_echo "$ESDCONFIG" >&6; }
15162 else
15163 { $as_echo "$as_me:$LINENO: result: no" >&5
15164 $as_echo "no" >&6; }
15168 if test "x$ESDCONFIG" != "xno"
15169 then
15170 ac_esd_incl=""
15171 for i in `$ESDCONFIG --cflags`
15173 case "$i" in
15174 -I*) ac_esd_incl="$ac_esd_incl $i";;
15175 esac
15176 done
15177 ac_esd_libs=`$ESDCONFIG --libs`
15178 CFLAGS="$CFLAGS $ac_esd_incl"
15180 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15181 if test "${ac_cv_header_esd_h+set}" = set; then
15182 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15183 $as_echo_n "checking for esd.h... " >&6; }
15184 if test "${ac_cv_header_esd_h+set}" = set; then
15185 $as_echo_n "(cached) " >&6
15187 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15188 $as_echo "$ac_cv_header_esd_h" >&6; }
15189 else
15190 # Is the header compilable?
15191 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15192 $as_echo_n "checking esd.h usability... " >&6; }
15193 cat >conftest.$ac_ext <<_ACEOF
15194 /* confdefs.h. */
15195 _ACEOF
15196 cat confdefs.h >>conftest.$ac_ext
15197 cat >>conftest.$ac_ext <<_ACEOF
15198 /* end confdefs.h. */
15199 $ac_includes_default
15200 #include <esd.h>
15201 _ACEOF
15202 rm -f conftest.$ac_objext
15203 if { (ac_try="$ac_compile"
15204 case "(($ac_try" in
15205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15206 *) ac_try_echo=$ac_try;;
15207 esac
15208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15209 $as_echo "$ac_try_echo") >&5
15210 (eval "$ac_compile") 2>conftest.er1
15211 ac_status=$?
15212 grep -v '^ *+' conftest.er1 >conftest.err
15213 rm -f conftest.er1
15214 cat conftest.err >&5
15215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15216 (exit $ac_status); } && {
15217 test -z "$ac_c_werror_flag" ||
15218 test ! -s conftest.err
15219 } && test -s conftest.$ac_objext; then
15220 ac_header_compiler=yes
15221 else
15222 $as_echo "$as_me: failed program was:" >&5
15223 sed 's/^/| /' conftest.$ac_ext >&5
15225 ac_header_compiler=no
15228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15229 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15230 $as_echo "$ac_header_compiler" >&6; }
15232 # Is the header present?
15233 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15234 $as_echo_n "checking esd.h presence... " >&6; }
15235 cat >conftest.$ac_ext <<_ACEOF
15236 /* confdefs.h. */
15237 _ACEOF
15238 cat confdefs.h >>conftest.$ac_ext
15239 cat >>conftest.$ac_ext <<_ACEOF
15240 /* end confdefs.h. */
15241 #include <esd.h>
15242 _ACEOF
15243 if { (ac_try="$ac_cpp conftest.$ac_ext"
15244 case "(($ac_try" in
15245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15246 *) ac_try_echo=$ac_try;;
15247 esac
15248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15249 $as_echo "$ac_try_echo") >&5
15250 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15251 ac_status=$?
15252 grep -v '^ *+' conftest.er1 >conftest.err
15253 rm -f conftest.er1
15254 cat conftest.err >&5
15255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15256 (exit $ac_status); } >/dev/null && {
15257 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15258 test ! -s conftest.err
15259 }; then
15260 ac_header_preproc=yes
15261 else
15262 $as_echo "$as_me: failed program was:" >&5
15263 sed 's/^/| /' conftest.$ac_ext >&5
15265 ac_header_preproc=no
15268 rm -f conftest.err conftest.$ac_ext
15269 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15270 $as_echo "$ac_header_preproc" >&6; }
15272 # So? What about this header?
15273 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15274 yes:no: )
15275 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15276 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15277 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15278 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15279 ac_header_preproc=yes
15281 no:yes:* )
15282 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15283 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15284 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15285 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15286 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15287 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15288 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15289 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15290 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15291 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15292 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15293 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15294 ( cat <<\_ASBOX
15295 ## ------------------------------------ ##
15296 ## Report this to wine-devel@winehq.org ##
15297 ## ------------------------------------ ##
15298 _ASBOX
15299 ) | sed "s/^/$as_me: WARNING: /" >&2
15301 esac
15302 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15303 $as_echo_n "checking for esd.h... " >&6; }
15304 if test "${ac_cv_header_esd_h+set}" = set; then
15305 $as_echo_n "(cached) " >&6
15306 else
15307 ac_cv_header_esd_h=$ac_header_preproc
15309 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15310 $as_echo "$ac_cv_header_esd_h" >&6; }
15313 if test "x$ac_cv_header_esd_h" = x""yes; then
15314 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15315 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15316 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15317 $as_echo_n "(cached) " >&6
15318 else
15319 ac_check_lib_save_LIBS=$LIBS
15320 LIBS="-lesd $ac_esd_libs $LIBS"
15321 cat >conftest.$ac_ext <<_ACEOF
15322 /* confdefs.h. */
15323 _ACEOF
15324 cat confdefs.h >>conftest.$ac_ext
15325 cat >>conftest.$ac_ext <<_ACEOF
15326 /* end confdefs.h. */
15328 /* Override any GCC internal prototype to avoid an error.
15329 Use char because int might match the return type of a GCC
15330 builtin and then its argument prototype would still apply. */
15331 #ifdef __cplusplus
15332 extern "C"
15333 #endif
15334 char esd_open_sound ();
15336 main ()
15338 return esd_open_sound ();
15340 return 0;
15342 _ACEOF
15343 rm -f conftest.$ac_objext conftest$ac_exeext
15344 if { (ac_try="$ac_link"
15345 case "(($ac_try" in
15346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15347 *) ac_try_echo=$ac_try;;
15348 esac
15349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15350 $as_echo "$ac_try_echo") >&5
15351 (eval "$ac_link") 2>conftest.er1
15352 ac_status=$?
15353 grep -v '^ *+' conftest.er1 >conftest.err
15354 rm -f conftest.er1
15355 cat conftest.err >&5
15356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357 (exit $ac_status); } && {
15358 test -z "$ac_c_werror_flag" ||
15359 test ! -s conftest.err
15360 } && test -s conftest$ac_exeext && {
15361 test "$cross_compiling" = yes ||
15362 $as_test_x conftest$ac_exeext
15363 }; then
15364 ac_cv_lib_esd_esd_open_sound=yes
15365 else
15366 $as_echo "$as_me: failed program was:" >&5
15367 sed 's/^/| /' conftest.$ac_ext >&5
15369 ac_cv_lib_esd_esd_open_sound=no
15372 rm -rf conftest.dSYM
15373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15374 conftest$ac_exeext conftest.$ac_ext
15375 LIBS=$ac_check_lib_save_LIBS
15377 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15378 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15379 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15380 ESDINCL="$ac_esd_incl"
15382 ESDLIBS="$ac_esd_libs"
15385 cat >>confdefs.h <<\_ACEOF
15386 #define HAVE_ESD 1
15387 _ACEOF
15394 CFLAGS="$save_CFLAGS"
15397 ALSALIBS=""
15399 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15400 then
15401 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15402 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15403 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15404 $as_echo_n "(cached) " >&6
15405 else
15406 ac_check_lib_save_LIBS=$LIBS
15407 LIBS="-lasound $LIBS"
15408 cat >conftest.$ac_ext <<_ACEOF
15409 /* confdefs.h. */
15410 _ACEOF
15411 cat confdefs.h >>conftest.$ac_ext
15412 cat >>conftest.$ac_ext <<_ACEOF
15413 /* end confdefs.h. */
15415 /* Override any GCC internal prototype to avoid an error.
15416 Use char because int might match the return type of a GCC
15417 builtin and then its argument prototype would still apply. */
15418 #ifdef __cplusplus
15419 extern "C"
15420 #endif
15421 char snd_pcm_hw_params_get_access ();
15423 main ()
15425 return snd_pcm_hw_params_get_access ();
15427 return 0;
15429 _ACEOF
15430 rm -f conftest.$ac_objext conftest$ac_exeext
15431 if { (ac_try="$ac_link"
15432 case "(($ac_try" in
15433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15434 *) ac_try_echo=$ac_try;;
15435 esac
15436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15437 $as_echo "$ac_try_echo") >&5
15438 (eval "$ac_link") 2>conftest.er1
15439 ac_status=$?
15440 grep -v '^ *+' conftest.er1 >conftest.err
15441 rm -f conftest.er1
15442 cat conftest.err >&5
15443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15444 (exit $ac_status); } && {
15445 test -z "$ac_c_werror_flag" ||
15446 test ! -s conftest.err
15447 } && test -s conftest$ac_exeext && {
15448 test "$cross_compiling" = yes ||
15449 $as_test_x conftest$ac_exeext
15450 }; then
15451 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15452 else
15453 $as_echo "$as_me: failed program was:" >&5
15454 sed 's/^/| /' conftest.$ac_ext >&5
15456 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15459 rm -rf conftest.dSYM
15460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15461 conftest$ac_exeext conftest.$ac_ext
15462 LIBS=$ac_check_lib_save_LIBS
15464 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15465 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15466 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15467 cat >conftest.$ac_ext <<_ACEOF
15468 /* confdefs.h. */
15469 _ACEOF
15470 cat confdefs.h >>conftest.$ac_ext
15471 cat >>conftest.$ac_ext <<_ACEOF
15472 /* end confdefs.h. */
15473 #ifdef HAVE_ALSA_ASOUNDLIB_H
15474 #include <alsa/asoundlib.h>
15475 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15476 #include <sys/asoundlib.h>
15477 #endif
15479 main ()
15481 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15483 return 0;
15485 _ACEOF
15486 rm -f conftest.$ac_objext
15487 if { (ac_try="$ac_compile"
15488 case "(($ac_try" in
15489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15490 *) ac_try_echo=$ac_try;;
15491 esac
15492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15493 $as_echo "$ac_try_echo") >&5
15494 (eval "$ac_compile") 2>conftest.er1
15495 ac_status=$?
15496 grep -v '^ *+' conftest.er1 >conftest.err
15497 rm -f conftest.er1
15498 cat conftest.err >&5
15499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15500 (exit $ac_status); } && {
15501 test -z "$ac_c_werror_flag" ||
15502 test ! -s conftest.err
15503 } && test -s conftest.$ac_objext; then
15505 cat >>confdefs.h <<\_ACEOF
15506 #define HAVE_ALSA 1
15507 _ACEOF
15509 ALSALIBS="-lasound"
15510 else
15511 $as_echo "$as_me: failed program was:" >&5
15512 sed 's/^/| /' conftest.$ac_ext >&5
15517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15522 AUDIOIOLIBS=""
15524 if test "$ac_cv_header_libaudioio_h" = "yes"
15525 then
15526 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15527 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15528 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15529 $as_echo_n "(cached) " >&6
15530 else
15531 ac_check_lib_save_LIBS=$LIBS
15532 LIBS="-laudioio $LIBS"
15533 cat >conftest.$ac_ext <<_ACEOF
15534 /* confdefs.h. */
15535 _ACEOF
15536 cat confdefs.h >>conftest.$ac_ext
15537 cat >>conftest.$ac_ext <<_ACEOF
15538 /* end confdefs.h. */
15540 /* Override any GCC internal prototype to avoid an error.
15541 Use char because int might match the return type of a GCC
15542 builtin and then its argument prototype would still apply. */
15543 #ifdef __cplusplus
15544 extern "C"
15545 #endif
15546 char AudioIOGetVersion ();
15548 main ()
15550 return AudioIOGetVersion ();
15552 return 0;
15554 _ACEOF
15555 rm -f conftest.$ac_objext conftest$ac_exeext
15556 if { (ac_try="$ac_link"
15557 case "(($ac_try" in
15558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15559 *) ac_try_echo=$ac_try;;
15560 esac
15561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15562 $as_echo "$ac_try_echo") >&5
15563 (eval "$ac_link") 2>conftest.er1
15564 ac_status=$?
15565 grep -v '^ *+' conftest.er1 >conftest.err
15566 rm -f conftest.er1
15567 cat conftest.err >&5
15568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15569 (exit $ac_status); } && {
15570 test -z "$ac_c_werror_flag" ||
15571 test ! -s conftest.err
15572 } && test -s conftest$ac_exeext && {
15573 test "$cross_compiling" = yes ||
15574 $as_test_x conftest$ac_exeext
15575 }; then
15576 ac_cv_lib_audioio_AudioIOGetVersion=yes
15577 else
15578 $as_echo "$as_me: failed program was:" >&5
15579 sed 's/^/| /' conftest.$ac_ext >&5
15581 ac_cv_lib_audioio_AudioIOGetVersion=no
15584 rm -rf conftest.dSYM
15585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15586 conftest$ac_exeext conftest.$ac_ext
15587 LIBS=$ac_check_lib_save_LIBS
15589 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15590 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15591 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15592 AUDIOIOLIBS="-laudioio"
15594 cat >>confdefs.h <<\_ACEOF
15595 #define HAVE_LIBAUDIOIO 1
15596 _ACEOF
15603 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15604 then
15605 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15606 $as_echo_n "checking for -lcapi20... " >&6; }
15607 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15608 $as_echo_n "(cached) " >&6
15609 else
15610 ac_check_soname_save_LIBS=$LIBS
15611 LIBS="-lcapi20 $LIBS"
15612 cat >conftest.$ac_ext <<_ACEOF
15613 /* confdefs.h. */
15614 _ACEOF
15615 cat confdefs.h >>conftest.$ac_ext
15616 cat >>conftest.$ac_ext <<_ACEOF
15617 /* end confdefs.h. */
15619 /* Override any GCC internal prototype to avoid an error.
15620 Use char because int might match the return type of a GCC
15621 builtin and then its argument prototype would still apply. */
15622 #ifdef __cplusplus
15623 extern "C"
15624 #endif
15625 char capi20_register ();
15627 main ()
15629 return capi20_register ();
15631 return 0;
15633 _ACEOF
15634 rm -f conftest.$ac_objext conftest$ac_exeext
15635 if { (ac_try="$ac_link"
15636 case "(($ac_try" in
15637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15638 *) ac_try_echo=$ac_try;;
15639 esac
15640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15641 $as_echo "$ac_try_echo") >&5
15642 (eval "$ac_link") 2>conftest.er1
15643 ac_status=$?
15644 grep -v '^ *+' conftest.er1 >conftest.err
15645 rm -f conftest.er1
15646 cat conftest.err >&5
15647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15648 (exit $ac_status); } && {
15649 test -z "$ac_c_werror_flag" ||
15650 test ! -s conftest.err
15651 } && test -s conftest$ac_exeext && {
15652 test "$cross_compiling" = yes ||
15653 $as_test_x conftest$ac_exeext
15654 }; then
15655 case "$LIBEXT" in
15656 dll) ;;
15657 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'` ;;
15658 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15659 esac
15660 else
15661 $as_echo "$as_me: failed program was:" >&5
15662 sed 's/^/| /' conftest.$ac_ext >&5
15667 rm -rf conftest.dSYM
15668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15669 conftest$ac_exeext conftest.$ac_ext
15670 LIBS=$ac_check_soname_save_LIBS
15672 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15673 { $as_echo "$as_me:$LINENO: result: not found" >&5
15674 $as_echo "not found" >&6; }
15676 else
15677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15678 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15680 cat >>confdefs.h <<_ACEOF
15681 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15682 _ACEOF
15688 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15689 case "x$with_capi" in
15690 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15691 xno) ;;
15692 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15693 This is an error since --with-capi was requested." >&5
15694 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15695 This is an error since --with-capi was requested." >&2;}
15696 { (exit 1); exit 1; }; } ;;
15697 esac
15701 CUPSINCL=""
15703 if test "x$with_cups" != "xno"
15704 then
15705 ac_save_CPPFLAGS="$CPPFLAGS"
15706 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15707 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15708 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15710 for ac_header in cups/cups.h
15712 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15713 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15714 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15715 $as_echo_n "checking for $ac_header... " >&6; }
15716 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15717 $as_echo_n "(cached) " >&6
15719 ac_res=`eval 'as_val=${'$as_ac_Header'}
15720 $as_echo "$as_val"'`
15721 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15722 $as_echo "$ac_res" >&6; }
15723 else
15724 # Is the header compilable?
15725 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15726 $as_echo_n "checking $ac_header usability... " >&6; }
15727 cat >conftest.$ac_ext <<_ACEOF
15728 /* confdefs.h. */
15729 _ACEOF
15730 cat confdefs.h >>conftest.$ac_ext
15731 cat >>conftest.$ac_ext <<_ACEOF
15732 /* end confdefs.h. */
15733 $ac_includes_default
15734 #include <$ac_header>
15735 _ACEOF
15736 rm -f conftest.$ac_objext
15737 if { (ac_try="$ac_compile"
15738 case "(($ac_try" in
15739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15740 *) ac_try_echo=$ac_try;;
15741 esac
15742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15743 $as_echo "$ac_try_echo") >&5
15744 (eval "$ac_compile") 2>conftest.er1
15745 ac_status=$?
15746 grep -v '^ *+' conftest.er1 >conftest.err
15747 rm -f conftest.er1
15748 cat conftest.err >&5
15749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750 (exit $ac_status); } && {
15751 test -z "$ac_c_werror_flag" ||
15752 test ! -s conftest.err
15753 } && test -s conftest.$ac_objext; then
15754 ac_header_compiler=yes
15755 else
15756 $as_echo "$as_me: failed program was:" >&5
15757 sed 's/^/| /' conftest.$ac_ext >&5
15759 ac_header_compiler=no
15762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15763 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15764 $as_echo "$ac_header_compiler" >&6; }
15766 # Is the header present?
15767 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15768 $as_echo_n "checking $ac_header presence... " >&6; }
15769 cat >conftest.$ac_ext <<_ACEOF
15770 /* confdefs.h. */
15771 _ACEOF
15772 cat confdefs.h >>conftest.$ac_ext
15773 cat >>conftest.$ac_ext <<_ACEOF
15774 /* end confdefs.h. */
15775 #include <$ac_header>
15776 _ACEOF
15777 if { (ac_try="$ac_cpp conftest.$ac_ext"
15778 case "(($ac_try" in
15779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15780 *) ac_try_echo=$ac_try;;
15781 esac
15782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15783 $as_echo "$ac_try_echo") >&5
15784 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15785 ac_status=$?
15786 grep -v '^ *+' conftest.er1 >conftest.err
15787 rm -f conftest.er1
15788 cat conftest.err >&5
15789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15790 (exit $ac_status); } >/dev/null && {
15791 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15792 test ! -s conftest.err
15793 }; then
15794 ac_header_preproc=yes
15795 else
15796 $as_echo "$as_me: failed program was:" >&5
15797 sed 's/^/| /' conftest.$ac_ext >&5
15799 ac_header_preproc=no
15802 rm -f conftest.err conftest.$ac_ext
15803 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15804 $as_echo "$ac_header_preproc" >&6; }
15806 # So? What about this header?
15807 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15808 yes:no: )
15809 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15810 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15811 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15812 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15813 ac_header_preproc=yes
15815 no:yes:* )
15816 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15817 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15818 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15819 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15820 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15821 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15822 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15823 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15824 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15825 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15826 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15827 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15828 ( cat <<\_ASBOX
15829 ## ------------------------------------ ##
15830 ## Report this to wine-devel@winehq.org ##
15831 ## ------------------------------------ ##
15832 _ASBOX
15833 ) | sed "s/^/$as_me: WARNING: /" >&2
15835 esac
15836 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15837 $as_echo_n "checking for $ac_header... " >&6; }
15838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15839 $as_echo_n "(cached) " >&6
15840 else
15841 eval "$as_ac_Header=\$ac_header_preproc"
15843 ac_res=`eval 'as_val=${'$as_ac_Header'}
15844 $as_echo "$as_val"'`
15845 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15846 $as_echo "$ac_res" >&6; }
15849 as_val=`eval 'as_val=${'$as_ac_Header'}
15850 $as_echo "$as_val"'`
15851 if test "x$as_val" = x""yes; then
15852 cat >>confdefs.h <<_ACEOF
15853 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15854 _ACEOF
15855 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15856 $as_echo_n "checking for -lcups... " >&6; }
15857 if test "${ac_cv_lib_soname_cups+set}" = set; then
15858 $as_echo_n "(cached) " >&6
15859 else
15860 ac_check_soname_save_LIBS=$LIBS
15861 LIBS="-lcups $ac_cups_libs $LIBS"
15862 cat >conftest.$ac_ext <<_ACEOF
15863 /* confdefs.h. */
15864 _ACEOF
15865 cat confdefs.h >>conftest.$ac_ext
15866 cat >>conftest.$ac_ext <<_ACEOF
15867 /* end confdefs.h. */
15869 /* Override any GCC internal prototype to avoid an error.
15870 Use char because int might match the return type of a GCC
15871 builtin and then its argument prototype would still apply. */
15872 #ifdef __cplusplus
15873 extern "C"
15874 #endif
15875 char cupsGetDefault ();
15877 main ()
15879 return cupsGetDefault ();
15881 return 0;
15883 _ACEOF
15884 rm -f conftest.$ac_objext conftest$ac_exeext
15885 if { (ac_try="$ac_link"
15886 case "(($ac_try" in
15887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15888 *) ac_try_echo=$ac_try;;
15889 esac
15890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15891 $as_echo "$ac_try_echo") >&5
15892 (eval "$ac_link") 2>conftest.er1
15893 ac_status=$?
15894 grep -v '^ *+' conftest.er1 >conftest.err
15895 rm -f conftest.er1
15896 cat conftest.err >&5
15897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); } && {
15899 test -z "$ac_c_werror_flag" ||
15900 test ! -s conftest.err
15901 } && test -s conftest$ac_exeext && {
15902 test "$cross_compiling" = yes ||
15903 $as_test_x conftest$ac_exeext
15904 }; then
15905 case "$LIBEXT" in
15906 dll) ;;
15907 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'` ;;
15908 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15909 esac
15910 else
15911 $as_echo "$as_me: failed program was:" >&5
15912 sed 's/^/| /' conftest.$ac_ext >&5
15917 rm -rf conftest.dSYM
15918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15919 conftest$ac_exeext conftest.$ac_ext
15920 LIBS=$ac_check_soname_save_LIBS
15922 if test "x$ac_cv_lib_soname_cups" = "x"; then
15923 { $as_echo "$as_me:$LINENO: result: not found" >&5
15924 $as_echo "not found" >&6; }
15926 else
15927 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15928 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15930 cat >>confdefs.h <<_ACEOF
15931 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15932 _ACEOF
15934 CUPSINCL="$ac_cups_cflags"
15939 done
15941 CPPFLAGS="$ac_save_CPPFLAGS"
15943 if test "x$ac_cv_lib_soname_cups" = "x"; then
15944 case "x$with_cups" in
15945 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15946 xno) ;;
15947 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15948 This is an error since --with-cups was requested." >&5
15949 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15950 This is an error since --with-cups was requested." >&2;}
15951 { (exit 1); exit 1; }; } ;;
15952 esac
15956 if test "$ac_cv_header_jack_jack_h" = "yes"
15957 then
15958 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15959 $as_echo_n "checking for -ljack... " >&6; }
15960 if test "${ac_cv_lib_soname_jack+set}" = set; then
15961 $as_echo_n "(cached) " >&6
15962 else
15963 ac_check_soname_save_LIBS=$LIBS
15964 LIBS="-ljack $LIBS"
15965 cat >conftest.$ac_ext <<_ACEOF
15966 /* confdefs.h. */
15967 _ACEOF
15968 cat confdefs.h >>conftest.$ac_ext
15969 cat >>conftest.$ac_ext <<_ACEOF
15970 /* end confdefs.h. */
15972 /* Override any GCC internal prototype to avoid an error.
15973 Use char because int might match the return type of a GCC
15974 builtin and then its argument prototype would still apply. */
15975 #ifdef __cplusplus
15976 extern "C"
15977 #endif
15978 char jack_client_new ();
15980 main ()
15982 return jack_client_new ();
15984 return 0;
15986 _ACEOF
15987 rm -f conftest.$ac_objext conftest$ac_exeext
15988 if { (ac_try="$ac_link"
15989 case "(($ac_try" in
15990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15991 *) ac_try_echo=$ac_try;;
15992 esac
15993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15994 $as_echo "$ac_try_echo") >&5
15995 (eval "$ac_link") 2>conftest.er1
15996 ac_status=$?
15997 grep -v '^ *+' conftest.er1 >conftest.err
15998 rm -f conftest.er1
15999 cat conftest.err >&5
16000 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16001 (exit $ac_status); } && {
16002 test -z "$ac_c_werror_flag" ||
16003 test ! -s conftest.err
16004 } && test -s conftest$ac_exeext && {
16005 test "$cross_compiling" = yes ||
16006 $as_test_x conftest$ac_exeext
16007 }; then
16008 case "$LIBEXT" in
16009 dll) ;;
16010 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'` ;;
16011 *) 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'` ;;
16012 esac
16013 else
16014 $as_echo "$as_me: failed program was:" >&5
16015 sed 's/^/| /' conftest.$ac_ext >&5
16020 rm -rf conftest.dSYM
16021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16022 conftest$ac_exeext conftest.$ac_ext
16023 LIBS=$ac_check_soname_save_LIBS
16025 if test "x$ac_cv_lib_soname_jack" = "x"; then
16026 { $as_echo "$as_me:$LINENO: result: not found" >&5
16027 $as_echo "not found" >&6; }
16029 else
16030 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16031 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16033 cat >>confdefs.h <<_ACEOF
16034 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16035 _ACEOF
16042 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16043 then
16044 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16045 $as_echo_n "checking for -lfontconfig... " >&6; }
16046 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16047 $as_echo_n "(cached) " >&6
16048 else
16049 ac_check_soname_save_LIBS=$LIBS
16050 LIBS="-lfontconfig $LIBS"
16051 cat >conftest.$ac_ext <<_ACEOF
16052 /* confdefs.h. */
16053 _ACEOF
16054 cat confdefs.h >>conftest.$ac_ext
16055 cat >>conftest.$ac_ext <<_ACEOF
16056 /* end confdefs.h. */
16058 /* Override any GCC internal prototype to avoid an error.
16059 Use char because int might match the return type of a GCC
16060 builtin and then its argument prototype would still apply. */
16061 #ifdef __cplusplus
16062 extern "C"
16063 #endif
16064 char FcInit ();
16066 main ()
16068 return FcInit ();
16070 return 0;
16072 _ACEOF
16073 rm -f conftest.$ac_objext conftest$ac_exeext
16074 if { (ac_try="$ac_link"
16075 case "(($ac_try" in
16076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16077 *) ac_try_echo=$ac_try;;
16078 esac
16079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16080 $as_echo "$ac_try_echo") >&5
16081 (eval "$ac_link") 2>conftest.er1
16082 ac_status=$?
16083 grep -v '^ *+' conftest.er1 >conftest.err
16084 rm -f conftest.er1
16085 cat conftest.err >&5
16086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16087 (exit $ac_status); } && {
16088 test -z "$ac_c_werror_flag" ||
16089 test ! -s conftest.err
16090 } && test -s conftest$ac_exeext && {
16091 test "$cross_compiling" = yes ||
16092 $as_test_x conftest$ac_exeext
16093 }; then
16094 case "$LIBEXT" in
16095 dll) ;;
16096 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'` ;;
16097 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16098 esac
16099 else
16100 $as_echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16106 rm -rf conftest.dSYM
16107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16108 conftest$ac_exeext conftest.$ac_ext
16109 LIBS=$ac_check_soname_save_LIBS
16111 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16112 { $as_echo "$as_me:$LINENO: result: not found" >&5
16113 $as_echo "not found" >&6; }
16115 else
16116 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16117 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16119 cat >>confdefs.h <<_ACEOF
16120 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16121 _ACEOF
16126 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16127 then
16128 ac_save_CPPFLAGS="$CPPFLAGS"
16129 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16130 $as_unset ac_cv_header_fontconfig_fontconfig_h
16132 for ac_header in fontconfig/fontconfig.h
16134 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16136 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16137 $as_echo_n "checking for $ac_header... " >&6; }
16138 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16139 $as_echo_n "(cached) " >&6
16141 ac_res=`eval 'as_val=${'$as_ac_Header'}
16142 $as_echo "$as_val"'`
16143 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16144 $as_echo "$ac_res" >&6; }
16145 else
16146 # Is the header compilable?
16147 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16148 $as_echo_n "checking $ac_header usability... " >&6; }
16149 cat >conftest.$ac_ext <<_ACEOF
16150 /* confdefs.h. */
16151 _ACEOF
16152 cat confdefs.h >>conftest.$ac_ext
16153 cat >>conftest.$ac_ext <<_ACEOF
16154 /* end confdefs.h. */
16155 $ac_includes_default
16156 #include <$ac_header>
16157 _ACEOF
16158 rm -f conftest.$ac_objext
16159 if { (ac_try="$ac_compile"
16160 case "(($ac_try" in
16161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16162 *) ac_try_echo=$ac_try;;
16163 esac
16164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16165 $as_echo "$ac_try_echo") >&5
16166 (eval "$ac_compile") 2>conftest.er1
16167 ac_status=$?
16168 grep -v '^ *+' conftest.er1 >conftest.err
16169 rm -f conftest.er1
16170 cat conftest.err >&5
16171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16172 (exit $ac_status); } && {
16173 test -z "$ac_c_werror_flag" ||
16174 test ! -s conftest.err
16175 } && test -s conftest.$ac_objext; then
16176 ac_header_compiler=yes
16177 else
16178 $as_echo "$as_me: failed program was:" >&5
16179 sed 's/^/| /' conftest.$ac_ext >&5
16181 ac_header_compiler=no
16184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16185 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16186 $as_echo "$ac_header_compiler" >&6; }
16188 # Is the header present?
16189 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16190 $as_echo_n "checking $ac_header presence... " >&6; }
16191 cat >conftest.$ac_ext <<_ACEOF
16192 /* confdefs.h. */
16193 _ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h. */
16197 #include <$ac_header>
16198 _ACEOF
16199 if { (ac_try="$ac_cpp conftest.$ac_ext"
16200 case "(($ac_try" in
16201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16202 *) ac_try_echo=$ac_try;;
16203 esac
16204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16205 $as_echo "$ac_try_echo") >&5
16206 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16207 ac_status=$?
16208 grep -v '^ *+' conftest.er1 >conftest.err
16209 rm -f conftest.er1
16210 cat conftest.err >&5
16211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16212 (exit $ac_status); } >/dev/null && {
16213 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16214 test ! -s conftest.err
16215 }; then
16216 ac_header_preproc=yes
16217 else
16218 $as_echo "$as_me: failed program was:" >&5
16219 sed 's/^/| /' conftest.$ac_ext >&5
16221 ac_header_preproc=no
16224 rm -f conftest.err conftest.$ac_ext
16225 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16226 $as_echo "$ac_header_preproc" >&6; }
16228 # So? What about this header?
16229 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16230 yes:no: )
16231 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16232 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16233 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16234 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16235 ac_header_preproc=yes
16237 no:yes:* )
16238 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16239 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16240 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16241 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16242 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16243 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16244 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16245 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16246 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16247 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16248 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16249 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16250 ( cat <<\_ASBOX
16251 ## ------------------------------------ ##
16252 ## Report this to wine-devel@winehq.org ##
16253 ## ------------------------------------ ##
16254 _ASBOX
16255 ) | sed "s/^/$as_me: WARNING: /" >&2
16257 esac
16258 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16259 $as_echo_n "checking for $ac_header... " >&6; }
16260 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16261 $as_echo_n "(cached) " >&6
16262 else
16263 eval "$as_ac_Header=\$ac_header_preproc"
16265 ac_res=`eval 'as_val=${'$as_ac_Header'}
16266 $as_echo "$as_val"'`
16267 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16268 $as_echo "$ac_res" >&6; }
16271 as_val=`eval 'as_val=${'$as_ac_Header'}
16272 $as_echo "$as_val"'`
16273 if test "x$as_val" = x""yes; then
16274 cat >>confdefs.h <<_ACEOF
16275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16276 _ACEOF
16280 done
16282 CPPFLAGS="$ac_save_CPPFLAGS"
16283 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16284 then
16285 FONTCONFIGINCL="$X_CFLAGS"
16287 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16288 $as_echo_n "checking for -lfontconfig... " >&6; }
16289 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16290 $as_echo_n "(cached) " >&6
16291 else
16292 ac_check_soname_save_LIBS=$LIBS
16293 LIBS="-lfontconfig $X_LIBS $LIBS"
16294 cat >conftest.$ac_ext <<_ACEOF
16295 /* confdefs.h. */
16296 _ACEOF
16297 cat confdefs.h >>conftest.$ac_ext
16298 cat >>conftest.$ac_ext <<_ACEOF
16299 /* end confdefs.h. */
16301 /* Override any GCC internal prototype to avoid an error.
16302 Use char because int might match the return type of a GCC
16303 builtin and then its argument prototype would still apply. */
16304 #ifdef __cplusplus
16305 extern "C"
16306 #endif
16307 char FcInit ();
16309 main ()
16311 return FcInit ();
16313 return 0;
16315 _ACEOF
16316 rm -f conftest.$ac_objext conftest$ac_exeext
16317 if { (ac_try="$ac_link"
16318 case "(($ac_try" in
16319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16320 *) ac_try_echo=$ac_try;;
16321 esac
16322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16323 $as_echo "$ac_try_echo") >&5
16324 (eval "$ac_link") 2>conftest.er1
16325 ac_status=$?
16326 grep -v '^ *+' conftest.er1 >conftest.err
16327 rm -f conftest.er1
16328 cat conftest.err >&5
16329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16330 (exit $ac_status); } && {
16331 test -z "$ac_c_werror_flag" ||
16332 test ! -s conftest.err
16333 } && test -s conftest$ac_exeext && {
16334 test "$cross_compiling" = yes ||
16335 $as_test_x conftest$ac_exeext
16336 }; then
16337 case "$LIBEXT" in
16338 dll) ;;
16339 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'` ;;
16340 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16341 esac
16342 else
16343 $as_echo "$as_me: failed program was:" >&5
16344 sed 's/^/| /' conftest.$ac_ext >&5
16349 rm -rf conftest.dSYM
16350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16351 conftest$ac_exeext conftest.$ac_ext
16352 LIBS=$ac_check_soname_save_LIBS
16354 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16355 { $as_echo "$as_me:$LINENO: result: not found" >&5
16356 $as_echo "not found" >&6; }
16358 else
16359 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16360 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16362 cat >>confdefs.h <<_ACEOF
16363 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16364 _ACEOF
16371 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16372 case "x$with_fontconfig" in
16373 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16374 xno) ;;
16375 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16376 This is an error since --with-fontconfig was requested." >&5
16377 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16378 This is an error since --with-fontconfig was requested." >&2;}
16379 { (exit 1); exit 1; }; } ;;
16380 esac
16384 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16385 then
16386 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16387 $as_echo_n "checking for -lssl... " >&6; }
16388 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16389 $as_echo_n "(cached) " >&6
16390 else
16391 ac_check_soname_save_LIBS=$LIBS
16392 LIBS="-lssl $LIBS"
16393 cat >conftest.$ac_ext <<_ACEOF
16394 /* confdefs.h. */
16395 _ACEOF
16396 cat confdefs.h >>conftest.$ac_ext
16397 cat >>conftest.$ac_ext <<_ACEOF
16398 /* end confdefs.h. */
16400 /* Override any GCC internal prototype to avoid an error.
16401 Use char because int might match the return type of a GCC
16402 builtin and then its argument prototype would still apply. */
16403 #ifdef __cplusplus
16404 extern "C"
16405 #endif
16406 char SSL_library_init ();
16408 main ()
16410 return SSL_library_init ();
16412 return 0;
16414 _ACEOF
16415 rm -f conftest.$ac_objext conftest$ac_exeext
16416 if { (ac_try="$ac_link"
16417 case "(($ac_try" in
16418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16419 *) ac_try_echo=$ac_try;;
16420 esac
16421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16422 $as_echo "$ac_try_echo") >&5
16423 (eval "$ac_link") 2>conftest.er1
16424 ac_status=$?
16425 grep -v '^ *+' conftest.er1 >conftest.err
16426 rm -f conftest.er1
16427 cat conftest.err >&5
16428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } && {
16430 test -z "$ac_c_werror_flag" ||
16431 test ! -s conftest.err
16432 } && test -s conftest$ac_exeext && {
16433 test "$cross_compiling" = yes ||
16434 $as_test_x conftest$ac_exeext
16435 }; then
16436 case "$LIBEXT" in
16437 dll) ;;
16438 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'` ;;
16439 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16440 esac
16441 else
16442 $as_echo "$as_me: failed program was:" >&5
16443 sed 's/^/| /' conftest.$ac_ext >&5
16448 rm -rf conftest.dSYM
16449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16450 conftest$ac_exeext conftest.$ac_ext
16451 LIBS=$ac_check_soname_save_LIBS
16453 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16454 { $as_echo "$as_me:$LINENO: result: not found" >&5
16455 $as_echo "not found" >&6; }
16457 else
16458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16459 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16461 cat >>confdefs.h <<_ACEOF
16462 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16463 _ACEOF
16468 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16469 $as_echo_n "checking for -lcrypto... " >&6; }
16470 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16471 $as_echo_n "(cached) " >&6
16472 else
16473 ac_check_soname_save_LIBS=$LIBS
16474 LIBS="-lcrypto $LIBS"
16475 cat >conftest.$ac_ext <<_ACEOF
16476 /* confdefs.h. */
16477 _ACEOF
16478 cat confdefs.h >>conftest.$ac_ext
16479 cat >>conftest.$ac_ext <<_ACEOF
16480 /* end confdefs.h. */
16482 /* Override any GCC internal prototype to avoid an error.
16483 Use char because int might match the return type of a GCC
16484 builtin and then its argument prototype would still apply. */
16485 #ifdef __cplusplus
16486 extern "C"
16487 #endif
16488 char BIO_new_socket ();
16490 main ()
16492 return BIO_new_socket ();
16494 return 0;
16496 _ACEOF
16497 rm -f conftest.$ac_objext conftest$ac_exeext
16498 if { (ac_try="$ac_link"
16499 case "(($ac_try" in
16500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16501 *) ac_try_echo=$ac_try;;
16502 esac
16503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16504 $as_echo "$ac_try_echo") >&5
16505 (eval "$ac_link") 2>conftest.er1
16506 ac_status=$?
16507 grep -v '^ *+' conftest.er1 >conftest.err
16508 rm -f conftest.er1
16509 cat conftest.err >&5
16510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); } && {
16512 test -z "$ac_c_werror_flag" ||
16513 test ! -s conftest.err
16514 } && test -s conftest$ac_exeext && {
16515 test "$cross_compiling" = yes ||
16516 $as_test_x conftest$ac_exeext
16517 }; then
16518 case "$LIBEXT" in
16519 dll) ;;
16520 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'` ;;
16521 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16522 esac
16523 else
16524 $as_echo "$as_me: failed program was:" >&5
16525 sed 's/^/| /' conftest.$ac_ext >&5
16530 rm -rf conftest.dSYM
16531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16532 conftest$ac_exeext conftest.$ac_ext
16533 LIBS=$ac_check_soname_save_LIBS
16535 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16536 { $as_echo "$as_me:$LINENO: result: not found" >&5
16537 $as_echo "not found" >&6; }
16539 else
16540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16541 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16543 cat >>confdefs.h <<_ACEOF
16544 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16545 _ACEOF
16551 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16552 case "x$with_openssl" in
16553 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16554 xno) ;;
16555 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16556 This is an error since --with-openssl was requested." >&5
16557 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16558 This is an error since --with-openssl was requested." >&2;}
16559 { (exit 1); exit 1; }; } ;;
16560 esac
16564 if test "$ac_cv_header_jpeglib_h" = "yes"
16565 then
16566 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16567 $as_echo_n "checking for -ljpeg... " >&6; }
16568 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16569 $as_echo_n "(cached) " >&6
16570 else
16571 ac_check_soname_save_LIBS=$LIBS
16572 LIBS="-ljpeg $LIBS"
16573 cat >conftest.$ac_ext <<_ACEOF
16574 /* confdefs.h. */
16575 _ACEOF
16576 cat confdefs.h >>conftest.$ac_ext
16577 cat >>conftest.$ac_ext <<_ACEOF
16578 /* end confdefs.h. */
16580 /* Override any GCC internal prototype to avoid an error.
16581 Use char because int might match the return type of a GCC
16582 builtin and then its argument prototype would still apply. */
16583 #ifdef __cplusplus
16584 extern "C"
16585 #endif
16586 char jpeg_start_decompress ();
16588 main ()
16590 return jpeg_start_decompress ();
16592 return 0;
16594 _ACEOF
16595 rm -f conftest.$ac_objext conftest$ac_exeext
16596 if { (ac_try="$ac_link"
16597 case "(($ac_try" in
16598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16599 *) ac_try_echo=$ac_try;;
16600 esac
16601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16602 $as_echo "$ac_try_echo") >&5
16603 (eval "$ac_link") 2>conftest.er1
16604 ac_status=$?
16605 grep -v '^ *+' conftest.er1 >conftest.err
16606 rm -f conftest.er1
16607 cat conftest.err >&5
16608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16609 (exit $ac_status); } && {
16610 test -z "$ac_c_werror_flag" ||
16611 test ! -s conftest.err
16612 } && test -s conftest$ac_exeext && {
16613 test "$cross_compiling" = yes ||
16614 $as_test_x conftest$ac_exeext
16615 }; then
16616 case "$LIBEXT" in
16617 dll) ;;
16618 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'` ;;
16619 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16620 esac
16621 else
16622 $as_echo "$as_me: failed program was:" >&5
16623 sed 's/^/| /' conftest.$ac_ext >&5
16628 rm -rf conftest.dSYM
16629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16630 conftest$ac_exeext conftest.$ac_ext
16631 LIBS=$ac_check_soname_save_LIBS
16633 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16634 { $as_echo "$as_me:$LINENO: result: not found" >&5
16635 $as_echo "not found" >&6; }
16637 else
16638 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16639 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16641 cat >>confdefs.h <<_ACEOF
16642 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16643 _ACEOF
16649 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16650 case "x$with_jpeg" in
16651 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16652 xno) ;;
16653 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16654 This is an error since --with-jpeg was requested." >&5
16655 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16656 This is an error since --with-jpeg was requested." >&2;}
16657 { (exit 1); exit 1; }; } ;;
16658 esac
16662 if test "$ac_cv_header_png_h" = "yes"
16663 then
16664 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16665 $as_echo_n "checking for -lpng... " >&6; }
16666 if test "${ac_cv_lib_soname_png+set}" = set; then
16667 $as_echo_n "(cached) " >&6
16668 else
16669 ac_check_soname_save_LIBS=$LIBS
16670 LIBS="-lpng -lm -lz $LIBS"
16671 cat >conftest.$ac_ext <<_ACEOF
16672 /* confdefs.h. */
16673 _ACEOF
16674 cat confdefs.h >>conftest.$ac_ext
16675 cat >>conftest.$ac_ext <<_ACEOF
16676 /* end confdefs.h. */
16678 /* Override any GCC internal prototype to avoid an error.
16679 Use char because int might match the return type of a GCC
16680 builtin and then its argument prototype would still apply. */
16681 #ifdef __cplusplus
16682 extern "C"
16683 #endif
16684 char png_create_read_struct ();
16686 main ()
16688 return png_create_read_struct ();
16690 return 0;
16692 _ACEOF
16693 rm -f conftest.$ac_objext conftest$ac_exeext
16694 if { (ac_try="$ac_link"
16695 case "(($ac_try" in
16696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16697 *) ac_try_echo=$ac_try;;
16698 esac
16699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16700 $as_echo "$ac_try_echo") >&5
16701 (eval "$ac_link") 2>conftest.er1
16702 ac_status=$?
16703 grep -v '^ *+' conftest.er1 >conftest.err
16704 rm -f conftest.er1
16705 cat conftest.err >&5
16706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16707 (exit $ac_status); } && {
16708 test -z "$ac_c_werror_flag" ||
16709 test ! -s conftest.err
16710 } && test -s conftest$ac_exeext && {
16711 test "$cross_compiling" = yes ||
16712 $as_test_x conftest$ac_exeext
16713 }; then
16714 case "$LIBEXT" in
16715 dll) ;;
16716 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'` ;;
16717 *) 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'` ;;
16718 esac
16719 else
16720 $as_echo "$as_me: failed program was:" >&5
16721 sed 's/^/| /' conftest.$ac_ext >&5
16726 rm -rf conftest.dSYM
16727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16728 conftest$ac_exeext conftest.$ac_ext
16729 LIBS=$ac_check_soname_save_LIBS
16731 if test "x$ac_cv_lib_soname_png" = "x"; then
16732 { $as_echo "$as_me:$LINENO: result: not found" >&5
16733 $as_echo "not found" >&6; }
16735 else
16736 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16737 $as_echo "$ac_cv_lib_soname_png" >&6; }
16739 cat >>confdefs.h <<_ACEOF
16740 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16741 _ACEOF
16746 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16747 then
16748 ac_save_CPPFLAGS="$CPPFLAGS"
16749 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16750 $as_unset ac_cv_header_png_h
16752 for ac_header in png.h
16754 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16755 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16756 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16757 $as_echo_n "checking for $ac_header... " >&6; }
16758 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16759 $as_echo_n "(cached) " >&6
16761 ac_res=`eval 'as_val=${'$as_ac_Header'}
16762 $as_echo "$as_val"'`
16763 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16764 $as_echo "$ac_res" >&6; }
16765 else
16766 # Is the header compilable?
16767 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16768 $as_echo_n "checking $ac_header usability... " >&6; }
16769 cat >conftest.$ac_ext <<_ACEOF
16770 /* confdefs.h. */
16771 _ACEOF
16772 cat confdefs.h >>conftest.$ac_ext
16773 cat >>conftest.$ac_ext <<_ACEOF
16774 /* end confdefs.h. */
16775 $ac_includes_default
16776 #include <$ac_header>
16777 _ACEOF
16778 rm -f conftest.$ac_objext
16779 if { (ac_try="$ac_compile"
16780 case "(($ac_try" in
16781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16782 *) ac_try_echo=$ac_try;;
16783 esac
16784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16785 $as_echo "$ac_try_echo") >&5
16786 (eval "$ac_compile") 2>conftest.er1
16787 ac_status=$?
16788 grep -v '^ *+' conftest.er1 >conftest.err
16789 rm -f conftest.er1
16790 cat conftest.err >&5
16791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16792 (exit $ac_status); } && {
16793 test -z "$ac_c_werror_flag" ||
16794 test ! -s conftest.err
16795 } && test -s conftest.$ac_objext; then
16796 ac_header_compiler=yes
16797 else
16798 $as_echo "$as_me: failed program was:" >&5
16799 sed 's/^/| /' conftest.$ac_ext >&5
16801 ac_header_compiler=no
16804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16805 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16806 $as_echo "$ac_header_compiler" >&6; }
16808 # Is the header present?
16809 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16810 $as_echo_n "checking $ac_header presence... " >&6; }
16811 cat >conftest.$ac_ext <<_ACEOF
16812 /* confdefs.h. */
16813 _ACEOF
16814 cat confdefs.h >>conftest.$ac_ext
16815 cat >>conftest.$ac_ext <<_ACEOF
16816 /* end confdefs.h. */
16817 #include <$ac_header>
16818 _ACEOF
16819 if { (ac_try="$ac_cpp conftest.$ac_ext"
16820 case "(($ac_try" in
16821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16822 *) ac_try_echo=$ac_try;;
16823 esac
16824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16825 $as_echo "$ac_try_echo") >&5
16826 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16827 ac_status=$?
16828 grep -v '^ *+' conftest.er1 >conftest.err
16829 rm -f conftest.er1
16830 cat conftest.err >&5
16831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16832 (exit $ac_status); } >/dev/null && {
16833 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16834 test ! -s conftest.err
16835 }; then
16836 ac_header_preproc=yes
16837 else
16838 $as_echo "$as_me: failed program was:" >&5
16839 sed 's/^/| /' conftest.$ac_ext >&5
16841 ac_header_preproc=no
16844 rm -f conftest.err conftest.$ac_ext
16845 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16846 $as_echo "$ac_header_preproc" >&6; }
16848 # So? What about this header?
16849 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16850 yes:no: )
16851 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16852 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16853 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16854 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16855 ac_header_preproc=yes
16857 no:yes:* )
16858 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16859 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16860 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16861 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16862 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16863 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16864 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16865 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16866 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16867 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16868 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16869 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16870 ( cat <<\_ASBOX
16871 ## ------------------------------------ ##
16872 ## Report this to wine-devel@winehq.org ##
16873 ## ------------------------------------ ##
16874 _ASBOX
16875 ) | sed "s/^/$as_me: WARNING: /" >&2
16877 esac
16878 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16879 $as_echo_n "checking for $ac_header... " >&6; }
16880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16881 $as_echo_n "(cached) " >&6
16882 else
16883 eval "$as_ac_Header=\$ac_header_preproc"
16885 ac_res=`eval 'as_val=${'$as_ac_Header'}
16886 $as_echo "$as_val"'`
16887 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16888 $as_echo "$ac_res" >&6; }
16891 as_val=`eval 'as_val=${'$as_ac_Header'}
16892 $as_echo "$as_val"'`
16893 if test "x$as_val" = x""yes; then
16894 cat >>confdefs.h <<_ACEOF
16895 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16896 _ACEOF
16900 done
16902 CPPFLAGS="$ac_save_CPPFLAGS"
16903 if test "$ac_cv_header_png_h" = "yes"
16904 then
16905 PNGINCL="$X_CFLAGS"
16907 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16908 $as_echo_n "checking for -lpng... " >&6; }
16909 if test "${ac_cv_lib_soname_png+set}" = set; then
16910 $as_echo_n "(cached) " >&6
16911 else
16912 ac_check_soname_save_LIBS=$LIBS
16913 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16914 cat >conftest.$ac_ext <<_ACEOF
16915 /* confdefs.h. */
16916 _ACEOF
16917 cat confdefs.h >>conftest.$ac_ext
16918 cat >>conftest.$ac_ext <<_ACEOF
16919 /* end confdefs.h. */
16921 /* Override any GCC internal prototype to avoid an error.
16922 Use char because int might match the return type of a GCC
16923 builtin and then its argument prototype would still apply. */
16924 #ifdef __cplusplus
16925 extern "C"
16926 #endif
16927 char png_create_read_struct ();
16929 main ()
16931 return png_create_read_struct ();
16933 return 0;
16935 _ACEOF
16936 rm -f conftest.$ac_objext conftest$ac_exeext
16937 if { (ac_try="$ac_link"
16938 case "(($ac_try" in
16939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16940 *) ac_try_echo=$ac_try;;
16941 esac
16942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16943 $as_echo "$ac_try_echo") >&5
16944 (eval "$ac_link") 2>conftest.er1
16945 ac_status=$?
16946 grep -v '^ *+' conftest.er1 >conftest.err
16947 rm -f conftest.er1
16948 cat conftest.err >&5
16949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16950 (exit $ac_status); } && {
16951 test -z "$ac_c_werror_flag" ||
16952 test ! -s conftest.err
16953 } && test -s conftest$ac_exeext && {
16954 test "$cross_compiling" = yes ||
16955 $as_test_x conftest$ac_exeext
16956 }; then
16957 case "$LIBEXT" in
16958 dll) ;;
16959 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'` ;;
16960 *) 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'` ;;
16961 esac
16962 else
16963 $as_echo "$as_me: failed program was:" >&5
16964 sed 's/^/| /' conftest.$ac_ext >&5
16969 rm -rf conftest.dSYM
16970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16971 conftest$ac_exeext conftest.$ac_ext
16972 LIBS=$ac_check_soname_save_LIBS
16974 if test "x$ac_cv_lib_soname_png" = "x"; then
16975 { $as_echo "$as_me:$LINENO: result: not found" >&5
16976 $as_echo "not found" >&6; }
16978 else
16979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16980 $as_echo "$ac_cv_lib_soname_png" >&6; }
16982 cat >>confdefs.h <<_ACEOF
16983 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16984 _ACEOF
16991 if test "x$ac_cv_lib_soname_png" = "x"; then
16992 case "x$with_png" in
16993 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16994 xno) ;;
16995 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16996 This is an error since --with-png was requested." >&5
16997 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16998 This is an error since --with-png was requested." >&2;}
16999 { (exit 1); exit 1; }; } ;;
17000 esac
17004 if test "$ac_cv_header_kstat_h" = "yes"
17005 then
17006 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17007 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17008 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17009 $as_echo_n "(cached) " >&6
17010 else
17011 ac_check_lib_save_LIBS=$LIBS
17012 LIBS="-lkstat $LIBS"
17013 cat >conftest.$ac_ext <<_ACEOF
17014 /* confdefs.h. */
17015 _ACEOF
17016 cat confdefs.h >>conftest.$ac_ext
17017 cat >>conftest.$ac_ext <<_ACEOF
17018 /* end confdefs.h. */
17020 /* Override any GCC internal prototype to avoid an error.
17021 Use char because int might match the return type of a GCC
17022 builtin and then its argument prototype would still apply. */
17023 #ifdef __cplusplus
17024 extern "C"
17025 #endif
17026 char kstat_open ();
17028 main ()
17030 return kstat_open ();
17032 return 0;
17034 _ACEOF
17035 rm -f conftest.$ac_objext conftest$ac_exeext
17036 if { (ac_try="$ac_link"
17037 case "(($ac_try" in
17038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17039 *) ac_try_echo=$ac_try;;
17040 esac
17041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17042 $as_echo "$ac_try_echo") >&5
17043 (eval "$ac_link") 2>conftest.er1
17044 ac_status=$?
17045 grep -v '^ *+' conftest.er1 >conftest.err
17046 rm -f conftest.er1
17047 cat conftest.err >&5
17048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17049 (exit $ac_status); } && {
17050 test -z "$ac_c_werror_flag" ||
17051 test ! -s conftest.err
17052 } && test -s conftest$ac_exeext && {
17053 test "$cross_compiling" = yes ||
17054 $as_test_x conftest$ac_exeext
17055 }; then
17056 ac_cv_lib_kstat_kstat_open=yes
17057 else
17058 $as_echo "$as_me: failed program was:" >&5
17059 sed 's/^/| /' conftest.$ac_ext >&5
17061 ac_cv_lib_kstat_kstat_open=no
17064 rm -rf conftest.dSYM
17065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17066 conftest$ac_exeext conftest.$ac_ext
17067 LIBS=$ac_check_lib_save_LIBS
17069 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17070 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17071 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17073 cat >>confdefs.h <<\_ACEOF
17074 #define HAVE_LIBKSTAT 1
17075 _ACEOF
17077 LIBKSTAT="-lkstat"
17083 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17084 $as_echo_n "checking for -lodbc... " >&6; }
17085 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17086 $as_echo_n "(cached) " >&6
17087 else
17088 ac_check_soname_save_LIBS=$LIBS
17089 LIBS="-lodbc $LIBS"
17090 cat >conftest.$ac_ext <<_ACEOF
17091 /* confdefs.h. */
17092 _ACEOF
17093 cat confdefs.h >>conftest.$ac_ext
17094 cat >>conftest.$ac_ext <<_ACEOF
17095 /* end confdefs.h. */
17097 /* Override any GCC internal prototype to avoid an error.
17098 Use char because int might match the return type of a GCC
17099 builtin and then its argument prototype would still apply. */
17100 #ifdef __cplusplus
17101 extern "C"
17102 #endif
17103 char SQLConnect ();
17105 main ()
17107 return SQLConnect ();
17109 return 0;
17111 _ACEOF
17112 rm -f conftest.$ac_objext conftest$ac_exeext
17113 if { (ac_try="$ac_link"
17114 case "(($ac_try" in
17115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17116 *) ac_try_echo=$ac_try;;
17117 esac
17118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17119 $as_echo "$ac_try_echo") >&5
17120 (eval "$ac_link") 2>conftest.er1
17121 ac_status=$?
17122 grep -v '^ *+' conftest.er1 >conftest.err
17123 rm -f conftest.er1
17124 cat conftest.err >&5
17125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17126 (exit $ac_status); } && {
17127 test -z "$ac_c_werror_flag" ||
17128 test ! -s conftest.err
17129 } && test -s conftest$ac_exeext && {
17130 test "$cross_compiling" = yes ||
17131 $as_test_x conftest$ac_exeext
17132 }; then
17133 case "$LIBEXT" in
17134 dll) ;;
17135 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'` ;;
17136 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17137 esac
17138 else
17139 $as_echo "$as_me: failed program was:" >&5
17140 sed 's/^/| /' conftest.$ac_ext >&5
17145 rm -rf conftest.dSYM
17146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17147 conftest$ac_exeext conftest.$ac_ext
17148 LIBS=$ac_check_soname_save_LIBS
17150 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17151 { $as_echo "$as_me:$LINENO: result: not found" >&5
17152 $as_echo "not found" >&6; }
17153 cat >>confdefs.h <<_ACEOF
17154 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17155 _ACEOF
17157 else
17158 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17159 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17161 cat >>confdefs.h <<_ACEOF
17162 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17163 _ACEOF
17169 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17170 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17171 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17172 "$ac_cv_header_soundcard_h" != "yes" -a \
17173 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17174 then
17175 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17179 EXTRACFLAGS=""
17181 if test "x${GCC}" = "xyes"
17182 then
17183 EXTRACFLAGS="-Wall -pipe"
17185 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17186 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17187 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17188 $as_echo_n "(cached) " >&6
17189 else
17190 if test "$cross_compiling" = yes; then
17191 ac_cv_c_gcc_strength_bug="yes"
17192 else
17193 cat >conftest.$ac_ext <<_ACEOF
17194 /* confdefs.h. */
17195 _ACEOF
17196 cat confdefs.h >>conftest.$ac_ext
17197 cat >>conftest.$ac_ext <<_ACEOF
17198 /* end confdefs.h. */
17199 int L[4] = {0,1,2,3};
17201 main ()
17203 static int Array[3];
17204 unsigned int B = 3;
17205 int i;
17206 for(i=0; i<B; i++) Array[i] = i - 3;
17207 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17208 L[i] = 4;
17209 return (Array[1] != -2 || L[2] != 3)
17211 return 0;
17213 _ACEOF
17214 rm -f conftest$ac_exeext
17215 if { (ac_try="$ac_link"
17216 case "(($ac_try" in
17217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17218 *) ac_try_echo=$ac_try;;
17219 esac
17220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17221 $as_echo "$ac_try_echo") >&5
17222 (eval "$ac_link") 2>&5
17223 ac_status=$?
17224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17225 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17226 { (case "(($ac_try" in
17227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17228 *) ac_try_echo=$ac_try;;
17229 esac
17230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17231 $as_echo "$ac_try_echo") >&5
17232 (eval "$ac_try") 2>&5
17233 ac_status=$?
17234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17235 (exit $ac_status); }; }; then
17236 ac_cv_c_gcc_strength_bug="no"
17237 else
17238 $as_echo "$as_me: program exited with status $ac_status" >&5
17239 $as_echo "$as_me: failed program was:" >&5
17240 sed 's/^/| /' conftest.$ac_ext >&5
17242 ( exit $ac_status )
17243 ac_cv_c_gcc_strength_bug="yes"
17245 rm -rf conftest.dSYM
17246 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17251 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17252 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17253 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17254 then
17255 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17258 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17259 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17260 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17261 $as_echo_n "(cached) " >&6
17262 else
17263 ac_wine_try_cflags_saved=$CFLAGS
17264 CFLAGS="$CFLAGS -fno-builtin"
17265 cat >conftest.$ac_ext <<_ACEOF
17266 /* confdefs.h. */
17267 _ACEOF
17268 cat confdefs.h >>conftest.$ac_ext
17269 cat >>conftest.$ac_ext <<_ACEOF
17270 /* end confdefs.h. */
17273 main ()
17277 return 0;
17279 _ACEOF
17280 rm -f conftest.$ac_objext conftest$ac_exeext
17281 if { (ac_try="$ac_link"
17282 case "(($ac_try" in
17283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17284 *) ac_try_echo=$ac_try;;
17285 esac
17286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17287 $as_echo "$ac_try_echo") >&5
17288 (eval "$ac_link") 2>conftest.er1
17289 ac_status=$?
17290 grep -v '^ *+' conftest.er1 >conftest.err
17291 rm -f conftest.er1
17292 cat conftest.err >&5
17293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17294 (exit $ac_status); } && {
17295 test -z "$ac_c_werror_flag" ||
17296 test ! -s conftest.err
17297 } && test -s conftest$ac_exeext && {
17298 test "$cross_compiling" = yes ||
17299 $as_test_x conftest$ac_exeext
17300 }; then
17301 ac_cv_cflags__fno_builtin=yes
17302 else
17303 $as_echo "$as_me: failed program was:" >&5
17304 sed 's/^/| /' conftest.$ac_ext >&5
17306 ac_cv_cflags__fno_builtin=no
17309 rm -rf conftest.dSYM
17310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17311 conftest$ac_exeext conftest.$ac_ext
17312 CFLAGS=$ac_wine_try_cflags_saved
17314 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17315 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17316 if test $ac_cv_cflags__fno_builtin = yes; then
17317 BUILTINFLAG="-fno-builtin"
17321 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17322 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17323 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17324 $as_echo_n "(cached) " >&6
17325 else
17326 ac_wine_try_cflags_saved=$CFLAGS
17327 CFLAGS="$CFLAGS -fno-strict-aliasing"
17328 cat >conftest.$ac_ext <<_ACEOF
17329 /* confdefs.h. */
17330 _ACEOF
17331 cat confdefs.h >>conftest.$ac_ext
17332 cat >>conftest.$ac_ext <<_ACEOF
17333 /* end confdefs.h. */
17336 main ()
17340 return 0;
17342 _ACEOF
17343 rm -f conftest.$ac_objext conftest$ac_exeext
17344 if { (ac_try="$ac_link"
17345 case "(($ac_try" in
17346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17347 *) ac_try_echo=$ac_try;;
17348 esac
17349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17350 $as_echo "$ac_try_echo") >&5
17351 (eval "$ac_link") 2>conftest.er1
17352 ac_status=$?
17353 grep -v '^ *+' conftest.er1 >conftest.err
17354 rm -f conftest.er1
17355 cat conftest.err >&5
17356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17357 (exit $ac_status); } && {
17358 test -z "$ac_c_werror_flag" ||
17359 test ! -s conftest.err
17360 } && test -s conftest$ac_exeext && {
17361 test "$cross_compiling" = yes ||
17362 $as_test_x conftest$ac_exeext
17363 }; then
17364 ac_cv_cflags__fno_strict_aliasing=yes
17365 else
17366 $as_echo "$as_me: failed program was:" >&5
17367 sed 's/^/| /' conftest.$ac_ext >&5
17369 ac_cv_cflags__fno_strict_aliasing=no
17372 rm -rf conftest.dSYM
17373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17374 conftest$ac_exeext conftest.$ac_ext
17375 CFLAGS=$ac_wine_try_cflags_saved
17377 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17378 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17379 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17380 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17383 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17384 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17385 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17386 $as_echo_n "(cached) " >&6
17387 else
17388 ac_wine_try_cflags_saved=$CFLAGS
17389 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17390 cat >conftest.$ac_ext <<_ACEOF
17391 /* confdefs.h. */
17392 _ACEOF
17393 cat confdefs.h >>conftest.$ac_ext
17394 cat >>conftest.$ac_ext <<_ACEOF
17395 /* end confdefs.h. */
17398 main ()
17402 return 0;
17404 _ACEOF
17405 rm -f conftest.$ac_objext conftest$ac_exeext
17406 if { (ac_try="$ac_link"
17407 case "(($ac_try" in
17408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17409 *) ac_try_echo=$ac_try;;
17410 esac
17411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17412 $as_echo "$ac_try_echo") >&5
17413 (eval "$ac_link") 2>conftest.er1
17414 ac_status=$?
17415 grep -v '^ *+' conftest.er1 >conftest.err
17416 rm -f conftest.er1
17417 cat conftest.err >&5
17418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17419 (exit $ac_status); } && {
17420 test -z "$ac_c_werror_flag" ||
17421 test ! -s conftest.err
17422 } && test -s conftest$ac_exeext && {
17423 test "$cross_compiling" = yes ||
17424 $as_test_x conftest$ac_exeext
17425 }; then
17426 ac_cv_cflags__Wdeclaration_after_statement=yes
17427 else
17428 $as_echo "$as_me: failed program was:" >&5
17429 sed 's/^/| /' conftest.$ac_ext >&5
17431 ac_cv_cflags__Wdeclaration_after_statement=no
17434 rm -rf conftest.dSYM
17435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17436 conftest$ac_exeext conftest.$ac_ext
17437 CFLAGS=$ac_wine_try_cflags_saved
17439 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17440 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17441 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17442 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17445 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17446 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17447 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17448 $as_echo_n "(cached) " >&6
17449 else
17450 ac_wine_try_cflags_saved=$CFLAGS
17451 CFLAGS="$CFLAGS -Wwrite-strings"
17452 cat >conftest.$ac_ext <<_ACEOF
17453 /* confdefs.h. */
17454 _ACEOF
17455 cat confdefs.h >>conftest.$ac_ext
17456 cat >>conftest.$ac_ext <<_ACEOF
17457 /* end confdefs.h. */
17460 main ()
17464 return 0;
17466 _ACEOF
17467 rm -f conftest.$ac_objext conftest$ac_exeext
17468 if { (ac_try="$ac_link"
17469 case "(($ac_try" in
17470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17471 *) ac_try_echo=$ac_try;;
17472 esac
17473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17474 $as_echo "$ac_try_echo") >&5
17475 (eval "$ac_link") 2>conftest.er1
17476 ac_status=$?
17477 grep -v '^ *+' conftest.er1 >conftest.err
17478 rm -f conftest.er1
17479 cat conftest.err >&5
17480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); } && {
17482 test -z "$ac_c_werror_flag" ||
17483 test ! -s conftest.err
17484 } && test -s conftest$ac_exeext && {
17485 test "$cross_compiling" = yes ||
17486 $as_test_x conftest$ac_exeext
17487 }; then
17488 ac_cv_cflags__Wwrite_strings=yes
17489 else
17490 $as_echo "$as_me: failed program was:" >&5
17491 sed 's/^/| /' conftest.$ac_ext >&5
17493 ac_cv_cflags__Wwrite_strings=no
17496 rm -rf conftest.dSYM
17497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17498 conftest$ac_exeext conftest.$ac_ext
17499 CFLAGS=$ac_wine_try_cflags_saved
17501 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17502 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17503 if test $ac_cv_cflags__Wwrite_strings = yes; then
17504 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17507 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17508 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17509 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17510 $as_echo_n "(cached) " >&6
17511 else
17512 ac_wine_try_cflags_saved=$CFLAGS
17513 CFLAGS="$CFLAGS -Wtype-limits"
17514 cat >conftest.$ac_ext <<_ACEOF
17515 /* confdefs.h. */
17516 _ACEOF
17517 cat confdefs.h >>conftest.$ac_ext
17518 cat >>conftest.$ac_ext <<_ACEOF
17519 /* end confdefs.h. */
17522 main ()
17526 return 0;
17528 _ACEOF
17529 rm -f conftest.$ac_objext conftest$ac_exeext
17530 if { (ac_try="$ac_link"
17531 case "(($ac_try" in
17532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17533 *) ac_try_echo=$ac_try;;
17534 esac
17535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17536 $as_echo "$ac_try_echo") >&5
17537 (eval "$ac_link") 2>conftest.er1
17538 ac_status=$?
17539 grep -v '^ *+' conftest.er1 >conftest.err
17540 rm -f conftest.er1
17541 cat conftest.err >&5
17542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17543 (exit $ac_status); } && {
17544 test -z "$ac_c_werror_flag" ||
17545 test ! -s conftest.err
17546 } && test -s conftest$ac_exeext && {
17547 test "$cross_compiling" = yes ||
17548 $as_test_x conftest$ac_exeext
17549 }; then
17550 ac_cv_cflags__Wtype_limits=yes
17551 else
17552 $as_echo "$as_me: failed program was:" >&5
17553 sed 's/^/| /' conftest.$ac_ext >&5
17555 ac_cv_cflags__Wtype_limits=no
17558 rm -rf conftest.dSYM
17559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17560 conftest$ac_exeext conftest.$ac_ext
17561 CFLAGS=$ac_wine_try_cflags_saved
17563 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17564 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17565 if test $ac_cv_cflags__Wtype_limits = yes; then
17566 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17570 saved_CFLAGS="$CFLAGS"
17571 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17572 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17573 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17574 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17575 $as_echo_n "(cached) " >&6
17576 else
17577 cat >conftest.$ac_ext <<_ACEOF
17578 /* confdefs.h. */
17579 _ACEOF
17580 cat confdefs.h >>conftest.$ac_ext
17581 cat >>conftest.$ac_ext <<_ACEOF
17582 /* end confdefs.h. */
17583 #include <string.h>
17585 main ()
17589 return 0;
17591 _ACEOF
17592 rm -f conftest.$ac_objext
17593 if { (ac_try="$ac_compile"
17594 case "(($ac_try" in
17595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17596 *) ac_try_echo=$ac_try;;
17597 esac
17598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17599 $as_echo "$ac_try_echo") >&5
17600 (eval "$ac_compile") 2>conftest.er1
17601 ac_status=$?
17602 grep -v '^ *+' conftest.er1 >conftest.err
17603 rm -f conftest.er1
17604 cat conftest.err >&5
17605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17606 (exit $ac_status); } && {
17607 test -z "$ac_c_werror_flag" ||
17608 test ! -s conftest.err
17609 } && test -s conftest.$ac_objext; then
17610 ac_cv_c_string_h_warnings=no
17611 else
17612 $as_echo "$as_me: failed program was:" >&5
17613 sed 's/^/| /' conftest.$ac_ext >&5
17615 ac_cv_c_string_h_warnings=yes
17618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17620 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17621 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17622 CFLAGS="$saved_CFLAGS"
17623 if test "$ac_cv_c_string_h_warnings" = "no"
17624 then
17625 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17630 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17631 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17632 if test "${ac_cv_c_extern_prefix+set}" = set; then
17633 $as_echo_n "(cached) " >&6
17634 else
17635 cat >conftest.$ac_ext <<_ACEOF
17636 /* confdefs.h. */
17637 _ACEOF
17638 cat confdefs.h >>conftest.$ac_ext
17639 cat >>conftest.$ac_ext <<_ACEOF
17640 /* end confdefs.h. */
17641 extern int ac_test;
17643 main ()
17645 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17647 return 0;
17649 _ACEOF
17650 rm -f conftest.$ac_objext conftest$ac_exeext
17651 if { (ac_try="$ac_link"
17652 case "(($ac_try" in
17653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17654 *) ac_try_echo=$ac_try;;
17655 esac
17656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17657 $as_echo "$ac_try_echo") >&5
17658 (eval "$ac_link") 2>conftest.er1
17659 ac_status=$?
17660 grep -v '^ *+' conftest.er1 >conftest.err
17661 rm -f conftest.er1
17662 cat conftest.err >&5
17663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664 (exit $ac_status); } && {
17665 test -z "$ac_c_werror_flag" ||
17666 test ! -s conftest.err
17667 } && test -s conftest$ac_exeext && {
17668 test "$cross_compiling" = yes ||
17669 $as_test_x conftest$ac_exeext
17670 }; then
17671 ac_cv_c_extern_prefix="yes"
17672 else
17673 $as_echo "$as_me: failed program was:" >&5
17674 sed 's/^/| /' conftest.$ac_ext >&5
17676 ac_cv_c_extern_prefix="no"
17679 rm -rf conftest.dSYM
17680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17681 conftest$ac_exeext conftest.$ac_ext
17683 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17684 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17686 case $host_cpu in
17687 *i[3456789]86*)
17688 { $as_echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17689 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
17690 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17691 $as_echo_n "(cached) " >&6
17692 else
17693 cat >conftest.$ac_ext <<_ACEOF
17694 /* confdefs.h. */
17695 _ACEOF
17696 cat confdefs.h >>conftest.$ac_ext
17697 cat >>conftest.$ac_ext <<_ACEOF
17698 /* end confdefs.h. */
17699 #ifndef _MSC_VER
17700 #define __stdcall __attribute__((__stdcall__))
17701 #endif
17702 int __stdcall ac_test(int i) { return i; }
17704 main ()
17706 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17708 return 0;
17710 _ACEOF
17711 rm -f conftest.$ac_objext conftest$ac_exeext
17712 if { (ac_try="$ac_link"
17713 case "(($ac_try" in
17714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17715 *) ac_try_echo=$ac_try;;
17716 esac
17717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17718 $as_echo "$ac_try_echo") >&5
17719 (eval "$ac_link") 2>conftest.er1
17720 ac_status=$?
17721 grep -v '^ *+' conftest.er1 >conftest.err
17722 rm -f conftest.er1
17723 cat conftest.err >&5
17724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17725 (exit $ac_status); } && {
17726 test -z "$ac_c_werror_flag" ||
17727 test ! -s conftest.err
17728 } && test -s conftest$ac_exeext && {
17729 test "$cross_compiling" = yes ||
17730 $as_test_x conftest$ac_exeext
17731 }; then
17732 ac_cv_c_stdcall_suffix="yes"
17733 else
17734 $as_echo "$as_me: failed program was:" >&5
17735 sed 's/^/| /' conftest.$ac_ext >&5
17737 ac_cv_c_stdcall_suffix="no"
17740 rm -rf conftest.dSYM
17741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17742 conftest$ac_exeext conftest.$ac_ext
17744 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17745 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
17746 *) ac_cv_c_stdcall_suffix="no" ;;
17747 esac
17751 if test "$ac_cv_c_extern_prefix" = "yes"
17752 then
17753 cat >>confdefs.h <<\_ACEOF
17754 #define __ASM_NAME(name) "_" name
17755 _ACEOF
17757 asm_name_prefix="_"
17758 else
17759 cat >>confdefs.h <<\_ACEOF
17760 #define __ASM_NAME(name) name
17761 _ACEOF
17763 asm_name_prefix=""
17768 if test "$ac_cv_c_stdcall_suffix" = "yes"
17769 then
17770 cat >>confdefs.h <<\_ACEOF
17771 #define __ASM_STDCALL(args) "@" #args
17772 _ACEOF
17774 else
17775 cat >>confdefs.h <<\_ACEOF
17776 #define __ASM_STDCALL(args) ""
17777 _ACEOF
17782 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17783 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17784 if test "${ac_cv_asm_func_def+set}" = set; then
17785 $as_echo_n "(cached) " >&6
17786 else
17787 cat >conftest.$ac_ext <<_ACEOF
17788 /* confdefs.h. */
17789 _ACEOF
17790 cat confdefs.h >>conftest.$ac_ext
17791 cat >>conftest.$ac_ext <<_ACEOF
17792 /* end confdefs.h. */
17795 main ()
17797 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17799 return 0;
17801 _ACEOF
17802 rm -f conftest.$ac_objext conftest$ac_exeext
17803 if { (ac_try="$ac_link"
17804 case "(($ac_try" in
17805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17806 *) ac_try_echo=$ac_try;;
17807 esac
17808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17809 $as_echo "$ac_try_echo") >&5
17810 (eval "$ac_link") 2>conftest.er1
17811 ac_status=$?
17812 grep -v '^ *+' conftest.er1 >conftest.err
17813 rm -f conftest.er1
17814 cat conftest.err >&5
17815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816 (exit $ac_status); } && {
17817 test -z "$ac_c_werror_flag" ||
17818 test ! -s conftest.err
17819 } && test -s conftest$ac_exeext && {
17820 test "$cross_compiling" = yes ||
17821 $as_test_x conftest$ac_exeext
17822 }; then
17823 ac_cv_asm_func_def=".def"
17824 else
17825 $as_echo "$as_me: failed program was:" >&5
17826 sed 's/^/| /' conftest.$ac_ext >&5
17828 cat >conftest.$ac_ext <<_ACEOF
17829 /* confdefs.h. */
17830 _ACEOF
17831 cat confdefs.h >>conftest.$ac_ext
17832 cat >>conftest.$ac_ext <<_ACEOF
17833 /* end confdefs.h. */
17836 main ()
17838 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17840 return 0;
17842 _ACEOF
17843 rm -f conftest.$ac_objext conftest$ac_exeext
17844 if { (ac_try="$ac_link"
17845 case "(($ac_try" in
17846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17847 *) ac_try_echo=$ac_try;;
17848 esac
17849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17850 $as_echo "$ac_try_echo") >&5
17851 (eval "$ac_link") 2>conftest.er1
17852 ac_status=$?
17853 grep -v '^ *+' conftest.er1 >conftest.err
17854 rm -f conftest.er1
17855 cat conftest.err >&5
17856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17857 (exit $ac_status); } && {
17858 test -z "$ac_c_werror_flag" ||
17859 test ! -s conftest.err
17860 } && test -s conftest$ac_exeext && {
17861 test "$cross_compiling" = yes ||
17862 $as_test_x conftest$ac_exeext
17863 }; then
17864 ac_cv_asm_func_def=".type @function"
17865 else
17866 $as_echo "$as_me: failed program was:" >&5
17867 sed 's/^/| /' conftest.$ac_ext >&5
17869 cat >conftest.$ac_ext <<_ACEOF
17870 /* confdefs.h. */
17871 _ACEOF
17872 cat confdefs.h >>conftest.$ac_ext
17873 cat >>conftest.$ac_ext <<_ACEOF
17874 /* end confdefs.h. */
17877 main ()
17879 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17881 return 0;
17883 _ACEOF
17884 rm -f conftest.$ac_objext conftest$ac_exeext
17885 if { (ac_try="$ac_link"
17886 case "(($ac_try" in
17887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17888 *) ac_try_echo=$ac_try;;
17889 esac
17890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17891 $as_echo "$ac_try_echo") >&5
17892 (eval "$ac_link") 2>conftest.er1
17893 ac_status=$?
17894 grep -v '^ *+' conftest.er1 >conftest.err
17895 rm -f conftest.er1
17896 cat conftest.err >&5
17897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17898 (exit $ac_status); } && {
17899 test -z "$ac_c_werror_flag" ||
17900 test ! -s conftest.err
17901 } && test -s conftest$ac_exeext && {
17902 test "$cross_compiling" = yes ||
17903 $as_test_x conftest$ac_exeext
17904 }; then
17905 ac_cv_asm_func_def=".type 2"
17906 else
17907 $as_echo "$as_me: failed program was:" >&5
17908 sed 's/^/| /' conftest.$ac_ext >&5
17910 ac_cv_asm_func_def="unknown"
17913 rm -rf conftest.dSYM
17914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17915 conftest$ac_exeext conftest.$ac_ext
17918 rm -rf conftest.dSYM
17919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17920 conftest$ac_exeext conftest.$ac_ext
17923 rm -rf conftest.dSYM
17924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17925 conftest$ac_exeext conftest.$ac_ext
17927 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17928 $as_echo "$ac_cv_asm_func_def" >&6; }
17932 case "$ac_cv_asm_func_def" in
17933 ".def")
17934 cat >>confdefs.h <<\_ACEOF
17935 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17936 _ACEOF
17938 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17939 ".type @function")
17940 cat >>confdefs.h <<\_ACEOF
17941 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17942 _ACEOF
17944 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17945 ".type 2")
17946 cat >>confdefs.h <<\_ACEOF
17947 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17948 _ACEOF
17950 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17952 cat >>confdefs.h <<\_ACEOF
17953 #define __ASM_FUNC(name) ""
17954 _ACEOF
17956 asm_func_header="" ;;
17957 esac
17959 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17960 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
17961 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17962 $as_echo_n "(cached) " >&6
17963 else
17964 cat >conftest.$ac_ext <<_ACEOF
17965 /* confdefs.h. */
17966 _ACEOF
17967 cat confdefs.h >>conftest.$ac_ext
17968 cat >>conftest.$ac_ext <<_ACEOF
17969 /* end confdefs.h. */
17970 asm(".text\n\t.long 0");
17972 main ()
17976 return 0;
17978 _ACEOF
17979 rm -f conftest.$ac_objext
17980 if { (ac_try="$ac_compile"
17981 case "(($ac_try" in
17982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17983 *) ac_try_echo=$ac_try;;
17984 esac
17985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17986 $as_echo "$ac_try_echo") >&5
17987 (eval "$ac_compile") 2>conftest.er1
17988 ac_status=$?
17989 grep -v '^ *+' conftest.er1 >conftest.err
17990 rm -f conftest.er1
17991 cat conftest.err >&5
17992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17993 (exit $ac_status); } && {
17994 test -z "$ac_c_werror_flag" ||
17995 test ! -s conftest.err
17996 } && test -s conftest.$ac_objext; then
17997 ac_cv_c_asm_outside_funcs="yes"
17998 else
17999 $as_echo "$as_me: failed program was:" >&5
18000 sed 's/^/| /' conftest.$ac_ext >&5
18002 ac_cv_c_asm_outside_funcs="no"
18005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18007 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18008 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
18010 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18011 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
18012 if test "${ac_cv_c_dot_previous+set}" = set; then
18013 $as_echo_n "(cached) " >&6
18014 else
18015 cat >conftest.$ac_ext <<_ACEOF
18016 /* confdefs.h. */
18017 _ACEOF
18018 cat confdefs.h >>conftest.$ac_ext
18019 cat >>conftest.$ac_ext <<_ACEOF
18020 /* end confdefs.h. */
18023 main ()
18025 asm(".text\nac_test:\t.long 0\n\t.previous");
18027 return 0;
18029 _ACEOF
18030 rm -f conftest.$ac_objext conftest$ac_exeext
18031 if { (ac_try="$ac_link"
18032 case "(($ac_try" in
18033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18034 *) ac_try_echo=$ac_try;;
18035 esac
18036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18037 $as_echo "$ac_try_echo") >&5
18038 (eval "$ac_link") 2>conftest.er1
18039 ac_status=$?
18040 grep -v '^ *+' conftest.er1 >conftest.err
18041 rm -f conftest.er1
18042 cat conftest.err >&5
18043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18044 (exit $ac_status); } && {
18045 test -z "$ac_c_werror_flag" ||
18046 test ! -s conftest.err
18047 } && test -s conftest$ac_exeext && {
18048 test "$cross_compiling" = yes ||
18049 $as_test_x conftest$ac_exeext
18050 }; then
18051 ac_cv_c_dot_previous="yes"
18052 else
18053 $as_echo "$as_me: failed program was:" >&5
18054 sed 's/^/| /' conftest.$ac_ext >&5
18056 ac_cv_c_dot_previous="no"
18059 rm -rf conftest.dSYM
18060 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18061 conftest$ac_exeext conftest.$ac_ext
18063 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18064 $as_echo "$ac_cv_c_dot_previous" >&6; }
18066 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18067 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
18068 if test "${ac_cv_c_cfi_support+set}" = set; then
18069 $as_echo_n "(cached) " >&6
18070 else
18071 cat >conftest.$ac_ext <<_ACEOF
18072 /* confdefs.h. */
18073 _ACEOF
18074 cat confdefs.h >>conftest.$ac_ext
18075 cat >>conftest.$ac_ext <<_ACEOF
18076 /* end confdefs.h. */
18077 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18079 main ()
18083 return 0;
18085 _ACEOF
18086 rm -f conftest.$ac_objext
18087 if { (ac_try="$ac_compile"
18088 case "(($ac_try" in
18089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18090 *) ac_try_echo=$ac_try;;
18091 esac
18092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18093 $as_echo "$ac_try_echo") >&5
18094 (eval "$ac_compile") 2>conftest.er1
18095 ac_status=$?
18096 grep -v '^ *+' conftest.er1 >conftest.err
18097 rm -f conftest.er1
18098 cat conftest.err >&5
18099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18100 (exit $ac_status); } && {
18101 test -z "$ac_c_werror_flag" ||
18102 test ! -s conftest.err
18103 } && test -s conftest.$ac_objext; then
18104 ac_cv_c_cfi_support="yes"
18105 else
18106 $as_echo "$as_me: failed program was:" >&5
18107 sed 's/^/| /' conftest.$ac_ext >&5
18109 ac_cv_c_cfi_support="no"
18112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18114 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18115 $as_echo "$ac_cv_c_cfi_support" >&6; }
18117 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18118 asm_func_trailer=""
18119 if test "$ac_cv_c_dot_previous" = "yes"
18120 then
18121 asm_func_trailer="\\n\\t.previous"
18123 if test "$ac_cv_c_cfi_support" = "yes"
18124 then
18125 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18126 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18129 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18133 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18134 then
18135 cat >>confdefs.h <<_ACEOF
18136 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18137 _ACEOF
18139 else
18140 cat >>confdefs.h <<_ACEOF
18141 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18142 _ACEOF
18146 cat >>confdefs.h <<\_ACEOF
18147 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18148 _ACEOF
18151 cat >>confdefs.h <<\_ACEOF
18152 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18153 _ACEOF
18157 LDPATH=""
18159 case $build_os in
18160 cygwin*|mingw32*)
18161 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18163 darwin*|macosx*)
18166 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18168 esac
18170 case $host_os in
18171 mingw32*)
18172 CRTLIBS="-lmsvcrt"
18174 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18177 esac
18179 case $host_cpu in
18180 *i[3456789]86*)
18181 case $host_os in
18182 linux* | k*bsd*-gnu)
18183 EXTRA_BINARIES="wine-preloader"
18185 esac
18187 esac
18190 ac_save_CFLAGS="$CFLAGS"
18191 CFLAGS="$CFLAGS $BUILTINFLAG"
18261 for ac_func in \
18262 _pclose \
18263 _popen \
18264 _snprintf \
18265 _spawnvp \
18266 _strdup \
18267 _stricmp \
18268 _strnicmp \
18269 _strtoi64 \
18270 _strtoui64 \
18271 _vsnprintf \
18272 asctime_r \
18273 chsize \
18274 dlopen \
18275 epoll_create \
18276 ffs \
18277 finite \
18278 fnmatch \
18279 fork \
18280 fpclass \
18281 fstatfs \
18282 fstatvfs \
18283 ftruncate \
18284 futimes \
18285 futimesat \
18286 getdirentries \
18287 getopt_long \
18288 getpagesize \
18289 getpwuid \
18290 gettid \
18291 gettimeofday \
18292 getuid \
18293 kqueue \
18294 lstat \
18295 memmove \
18296 mmap \
18297 pclose \
18298 poll \
18299 popen \
18300 prctl \
18301 pread \
18302 pwrite \
18303 readdir \
18304 readlink \
18305 sched_yield \
18306 select \
18307 setproctitle \
18308 setrlimit \
18309 settimeofday \
18310 sigaltstack \
18311 sigprocmask \
18312 snprintf \
18313 spawnvp \
18314 statfs \
18315 statvfs \
18316 strcasecmp \
18317 strdup \
18318 strerror \
18319 strncasecmp \
18320 strtold \
18321 strtoll \
18322 strtoull \
18323 symlink \
18324 tcgetattr \
18325 thr_kill2 \
18326 timegm \
18327 usleep \
18328 vsnprintf \
18329 wait4 \
18330 waitpid \
18333 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18334 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18335 $as_echo_n "checking for $ac_func... " >&6; }
18336 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18337 $as_echo_n "(cached) " >&6
18338 else
18339 cat >conftest.$ac_ext <<_ACEOF
18340 /* confdefs.h. */
18341 _ACEOF
18342 cat confdefs.h >>conftest.$ac_ext
18343 cat >>conftest.$ac_ext <<_ACEOF
18344 /* end confdefs.h. */
18345 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18346 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18347 #define $ac_func innocuous_$ac_func
18349 /* System header to define __stub macros and hopefully few prototypes,
18350 which can conflict with char $ac_func (); below.
18351 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18352 <limits.h> exists even on freestanding compilers. */
18354 #ifdef __STDC__
18355 # include <limits.h>
18356 #else
18357 # include <assert.h>
18358 #endif
18360 #undef $ac_func
18362 /* Override any GCC internal prototype to avoid an error.
18363 Use char because int might match the return type of a GCC
18364 builtin and then its argument prototype would still apply. */
18365 #ifdef __cplusplus
18366 extern "C"
18367 #endif
18368 char $ac_func ();
18369 /* The GNU C library defines this for functions which it implements
18370 to always fail with ENOSYS. Some functions are actually named
18371 something starting with __ and the normal name is an alias. */
18372 #if defined __stub_$ac_func || defined __stub___$ac_func
18373 choke me
18374 #endif
18377 main ()
18379 return $ac_func ();
18381 return 0;
18383 _ACEOF
18384 rm -f conftest.$ac_objext conftest$ac_exeext
18385 if { (ac_try="$ac_link"
18386 case "(($ac_try" in
18387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18388 *) ac_try_echo=$ac_try;;
18389 esac
18390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18391 $as_echo "$ac_try_echo") >&5
18392 (eval "$ac_link") 2>conftest.er1
18393 ac_status=$?
18394 grep -v '^ *+' conftest.er1 >conftest.err
18395 rm -f conftest.er1
18396 cat conftest.err >&5
18397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } && {
18399 test -z "$ac_c_werror_flag" ||
18400 test ! -s conftest.err
18401 } && test -s conftest$ac_exeext && {
18402 test "$cross_compiling" = yes ||
18403 $as_test_x conftest$ac_exeext
18404 }; then
18405 eval "$as_ac_var=yes"
18406 else
18407 $as_echo "$as_me: failed program was:" >&5
18408 sed 's/^/| /' conftest.$ac_ext >&5
18410 eval "$as_ac_var=no"
18413 rm -rf conftest.dSYM
18414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18415 conftest$ac_exeext conftest.$ac_ext
18417 ac_res=`eval 'as_val=${'$as_ac_var'}
18418 $as_echo "$as_val"'`
18419 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18420 $as_echo "$ac_res" >&6; }
18421 as_val=`eval 'as_val=${'$as_ac_var'}
18422 $as_echo "$as_val"'`
18423 if test "x$as_val" = x""yes; then
18424 cat >>confdefs.h <<_ACEOF
18425 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18426 _ACEOF
18429 done
18431 CFLAGS="$ac_save_CFLAGS"
18433 if test "$ac_cv_func_dlopen" = no
18434 then
18435 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18436 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18437 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18438 $as_echo_n "(cached) " >&6
18439 else
18440 ac_check_lib_save_LIBS=$LIBS
18441 LIBS="-ldl $LIBS"
18442 cat >conftest.$ac_ext <<_ACEOF
18443 /* confdefs.h. */
18444 _ACEOF
18445 cat confdefs.h >>conftest.$ac_ext
18446 cat >>conftest.$ac_ext <<_ACEOF
18447 /* end confdefs.h. */
18449 /* Override any GCC internal prototype to avoid an error.
18450 Use char because int might match the return type of a GCC
18451 builtin and then its argument prototype would still apply. */
18452 #ifdef __cplusplus
18453 extern "C"
18454 #endif
18455 char dlopen ();
18457 main ()
18459 return dlopen ();
18461 return 0;
18463 _ACEOF
18464 rm -f conftest.$ac_objext conftest$ac_exeext
18465 if { (ac_try="$ac_link"
18466 case "(($ac_try" in
18467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18468 *) ac_try_echo=$ac_try;;
18469 esac
18470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18471 $as_echo "$ac_try_echo") >&5
18472 (eval "$ac_link") 2>conftest.er1
18473 ac_status=$?
18474 grep -v '^ *+' conftest.er1 >conftest.err
18475 rm -f conftest.er1
18476 cat conftest.err >&5
18477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18478 (exit $ac_status); } && {
18479 test -z "$ac_c_werror_flag" ||
18480 test ! -s conftest.err
18481 } && test -s conftest$ac_exeext && {
18482 test "$cross_compiling" = yes ||
18483 $as_test_x conftest$ac_exeext
18484 }; then
18485 ac_cv_lib_dl_dlopen=yes
18486 else
18487 $as_echo "$as_me: failed program was:" >&5
18488 sed 's/^/| /' conftest.$ac_ext >&5
18490 ac_cv_lib_dl_dlopen=no
18493 rm -rf conftest.dSYM
18494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18495 conftest$ac_exeext conftest.$ac_ext
18496 LIBS=$ac_check_lib_save_LIBS
18498 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18499 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18500 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18501 cat >>confdefs.h <<\_ACEOF
18502 #define HAVE_DLOPEN 1
18503 _ACEOF
18504 LIBDL="-ldl"
18509 ac_wine_check_funcs_save_LIBS="$LIBS"
18510 LIBS="$LIBS $LIBDL"
18512 for ac_func in dladdr
18514 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18515 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18516 $as_echo_n "checking for $ac_func... " >&6; }
18517 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18518 $as_echo_n "(cached) " >&6
18519 else
18520 cat >conftest.$ac_ext <<_ACEOF
18521 /* confdefs.h. */
18522 _ACEOF
18523 cat confdefs.h >>conftest.$ac_ext
18524 cat >>conftest.$ac_ext <<_ACEOF
18525 /* end confdefs.h. */
18526 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18527 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18528 #define $ac_func innocuous_$ac_func
18530 /* System header to define __stub macros and hopefully few prototypes,
18531 which can conflict with char $ac_func (); below.
18532 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18533 <limits.h> exists even on freestanding compilers. */
18535 #ifdef __STDC__
18536 # include <limits.h>
18537 #else
18538 # include <assert.h>
18539 #endif
18541 #undef $ac_func
18543 /* Override any GCC internal prototype to avoid an error.
18544 Use char because int might match the return type of a GCC
18545 builtin and then its argument prototype would still apply. */
18546 #ifdef __cplusplus
18547 extern "C"
18548 #endif
18549 char $ac_func ();
18550 /* The GNU C library defines this for functions which it implements
18551 to always fail with ENOSYS. Some functions are actually named
18552 something starting with __ and the normal name is an alias. */
18553 #if defined __stub_$ac_func || defined __stub___$ac_func
18554 choke me
18555 #endif
18558 main ()
18560 return $ac_func ();
18562 return 0;
18564 _ACEOF
18565 rm -f conftest.$ac_objext conftest$ac_exeext
18566 if { (ac_try="$ac_link"
18567 case "(($ac_try" in
18568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18569 *) ac_try_echo=$ac_try;;
18570 esac
18571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18572 $as_echo "$ac_try_echo") >&5
18573 (eval "$ac_link") 2>conftest.er1
18574 ac_status=$?
18575 grep -v '^ *+' conftest.er1 >conftest.err
18576 rm -f conftest.er1
18577 cat conftest.err >&5
18578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18579 (exit $ac_status); } && {
18580 test -z "$ac_c_werror_flag" ||
18581 test ! -s conftest.err
18582 } && test -s conftest$ac_exeext && {
18583 test "$cross_compiling" = yes ||
18584 $as_test_x conftest$ac_exeext
18585 }; then
18586 eval "$as_ac_var=yes"
18587 else
18588 $as_echo "$as_me: failed program was:" >&5
18589 sed 's/^/| /' conftest.$ac_ext >&5
18591 eval "$as_ac_var=no"
18594 rm -rf conftest.dSYM
18595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18596 conftest$ac_exeext conftest.$ac_ext
18598 ac_res=`eval 'as_val=${'$as_ac_var'}
18599 $as_echo "$as_val"'`
18600 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18601 $as_echo "$ac_res" >&6; }
18602 as_val=`eval 'as_val=${'$as_ac_var'}
18603 $as_echo "$as_val"'`
18604 if test "x$as_val" = x""yes; then
18605 cat >>confdefs.h <<_ACEOF
18606 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18607 _ACEOF
18610 done
18612 LIBS="$ac_wine_check_funcs_save_LIBS"
18614 if test "$ac_cv_func_poll" = no
18615 then
18616 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18617 $as_echo_n "checking for poll in -lpoll... " >&6; }
18618 if test "${ac_cv_lib_poll_poll+set}" = set; then
18619 $as_echo_n "(cached) " >&6
18620 else
18621 ac_check_lib_save_LIBS=$LIBS
18622 LIBS="-lpoll $LIBS"
18623 cat >conftest.$ac_ext <<_ACEOF
18624 /* confdefs.h. */
18625 _ACEOF
18626 cat confdefs.h >>conftest.$ac_ext
18627 cat >>conftest.$ac_ext <<_ACEOF
18628 /* end confdefs.h. */
18630 /* Override any GCC internal prototype to avoid an error.
18631 Use char because int might match the return type of a GCC
18632 builtin and then its argument prototype would still apply. */
18633 #ifdef __cplusplus
18634 extern "C"
18635 #endif
18636 char poll ();
18638 main ()
18640 return poll ();
18642 return 0;
18644 _ACEOF
18645 rm -f conftest.$ac_objext conftest$ac_exeext
18646 if { (ac_try="$ac_link"
18647 case "(($ac_try" in
18648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18649 *) ac_try_echo=$ac_try;;
18650 esac
18651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18652 $as_echo "$ac_try_echo") >&5
18653 (eval "$ac_link") 2>conftest.er1
18654 ac_status=$?
18655 grep -v '^ *+' conftest.er1 >conftest.err
18656 rm -f conftest.er1
18657 cat conftest.err >&5
18658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18659 (exit $ac_status); } && {
18660 test -z "$ac_c_werror_flag" ||
18661 test ! -s conftest.err
18662 } && test -s conftest$ac_exeext && {
18663 test "$cross_compiling" = yes ||
18664 $as_test_x conftest$ac_exeext
18665 }; then
18666 ac_cv_lib_poll_poll=yes
18667 else
18668 $as_echo "$as_me: failed program was:" >&5
18669 sed 's/^/| /' conftest.$ac_ext >&5
18671 ac_cv_lib_poll_poll=no
18674 rm -rf conftest.dSYM
18675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18676 conftest$ac_exeext conftest.$ac_ext
18677 LIBS=$ac_check_lib_save_LIBS
18679 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18680 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18681 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18682 cat >>confdefs.h <<\_ACEOF
18683 #define HAVE_POLL 1
18684 _ACEOF
18685 LIBPOLL="-lpoll"
18691 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18692 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18693 if test "${ac_cv_search_gethostbyname+set}" = set; then
18694 $as_echo_n "(cached) " >&6
18695 else
18696 ac_func_search_save_LIBS=$LIBS
18697 cat >conftest.$ac_ext <<_ACEOF
18698 /* confdefs.h. */
18699 _ACEOF
18700 cat confdefs.h >>conftest.$ac_ext
18701 cat >>conftest.$ac_ext <<_ACEOF
18702 /* end confdefs.h. */
18704 /* Override any GCC internal prototype to avoid an error.
18705 Use char because int might match the return type of a GCC
18706 builtin and then its argument prototype would still apply. */
18707 #ifdef __cplusplus
18708 extern "C"
18709 #endif
18710 char gethostbyname ();
18712 main ()
18714 return gethostbyname ();
18716 return 0;
18718 _ACEOF
18719 for ac_lib in '' nsl; do
18720 if test -z "$ac_lib"; then
18721 ac_res="none required"
18722 else
18723 ac_res=-l$ac_lib
18724 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18726 rm -f conftest.$ac_objext conftest$ac_exeext
18727 if { (ac_try="$ac_link"
18728 case "(($ac_try" in
18729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18730 *) ac_try_echo=$ac_try;;
18731 esac
18732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18733 $as_echo "$ac_try_echo") >&5
18734 (eval "$ac_link") 2>conftest.er1
18735 ac_status=$?
18736 grep -v '^ *+' conftest.er1 >conftest.err
18737 rm -f conftest.er1
18738 cat conftest.err >&5
18739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18740 (exit $ac_status); } && {
18741 test -z "$ac_c_werror_flag" ||
18742 test ! -s conftest.err
18743 } && test -s conftest$ac_exeext && {
18744 test "$cross_compiling" = yes ||
18745 $as_test_x conftest$ac_exeext
18746 }; then
18747 ac_cv_search_gethostbyname=$ac_res
18748 else
18749 $as_echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.$ac_ext >&5
18755 rm -rf conftest.dSYM
18756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18757 conftest$ac_exeext
18758 if test "${ac_cv_search_gethostbyname+set}" = set; then
18759 break
18761 done
18762 if test "${ac_cv_search_gethostbyname+set}" = set; then
18764 else
18765 ac_cv_search_gethostbyname=no
18767 rm conftest.$ac_ext
18768 LIBS=$ac_func_search_save_LIBS
18770 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18771 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18772 ac_res=$ac_cv_search_gethostbyname
18773 if test "$ac_res" != no; then
18774 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18779 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18780 $as_echo_n "checking for library containing connect... " >&6; }
18781 if test "${ac_cv_search_connect+set}" = set; then
18782 $as_echo_n "(cached) " >&6
18783 else
18784 ac_func_search_save_LIBS=$LIBS
18785 cat >conftest.$ac_ext <<_ACEOF
18786 /* confdefs.h. */
18787 _ACEOF
18788 cat confdefs.h >>conftest.$ac_ext
18789 cat >>conftest.$ac_ext <<_ACEOF
18790 /* end confdefs.h. */
18792 /* Override any GCC internal prototype to avoid an error.
18793 Use char because int might match the return type of a GCC
18794 builtin and then its argument prototype would still apply. */
18795 #ifdef __cplusplus
18796 extern "C"
18797 #endif
18798 char connect ();
18800 main ()
18802 return connect ();
18804 return 0;
18806 _ACEOF
18807 for ac_lib in '' socket; do
18808 if test -z "$ac_lib"; then
18809 ac_res="none required"
18810 else
18811 ac_res=-l$ac_lib
18812 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18814 rm -f conftest.$ac_objext conftest$ac_exeext
18815 if { (ac_try="$ac_link"
18816 case "(($ac_try" in
18817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18818 *) ac_try_echo=$ac_try;;
18819 esac
18820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18821 $as_echo "$ac_try_echo") >&5
18822 (eval "$ac_link") 2>conftest.er1
18823 ac_status=$?
18824 grep -v '^ *+' conftest.er1 >conftest.err
18825 rm -f conftest.er1
18826 cat conftest.err >&5
18827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); } && {
18829 test -z "$ac_c_werror_flag" ||
18830 test ! -s conftest.err
18831 } && test -s conftest$ac_exeext && {
18832 test "$cross_compiling" = yes ||
18833 $as_test_x conftest$ac_exeext
18834 }; then
18835 ac_cv_search_connect=$ac_res
18836 else
18837 $as_echo "$as_me: failed program was:" >&5
18838 sed 's/^/| /' conftest.$ac_ext >&5
18843 rm -rf conftest.dSYM
18844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18845 conftest$ac_exeext
18846 if test "${ac_cv_search_connect+set}" = set; then
18847 break
18849 done
18850 if test "${ac_cv_search_connect+set}" = set; then
18852 else
18853 ac_cv_search_connect=no
18855 rm conftest.$ac_ext
18856 LIBS=$ac_func_search_save_LIBS
18858 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18859 $as_echo "$ac_cv_search_connect" >&6; }
18860 ac_res=$ac_cv_search_connect
18861 if test "$ac_res" != no; then
18862 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18867 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18868 $as_echo_n "checking for library containing inet_aton... " >&6; }
18869 if test "${ac_cv_search_inet_aton+set}" = set; then
18870 $as_echo_n "(cached) " >&6
18871 else
18872 ac_func_search_save_LIBS=$LIBS
18873 cat >conftest.$ac_ext <<_ACEOF
18874 /* confdefs.h. */
18875 _ACEOF
18876 cat confdefs.h >>conftest.$ac_ext
18877 cat >>conftest.$ac_ext <<_ACEOF
18878 /* end confdefs.h. */
18880 /* Override any GCC internal prototype to avoid an error.
18881 Use char because int might match the return type of a GCC
18882 builtin and then its argument prototype would still apply. */
18883 #ifdef __cplusplus
18884 extern "C"
18885 #endif
18886 char inet_aton ();
18888 main ()
18890 return inet_aton ();
18892 return 0;
18894 _ACEOF
18895 for ac_lib in '' resolv; do
18896 if test -z "$ac_lib"; then
18897 ac_res="none required"
18898 else
18899 ac_res=-l$ac_lib
18900 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18902 rm -f conftest.$ac_objext conftest$ac_exeext
18903 if { (ac_try="$ac_link"
18904 case "(($ac_try" in
18905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18906 *) ac_try_echo=$ac_try;;
18907 esac
18908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18909 $as_echo "$ac_try_echo") >&5
18910 (eval "$ac_link") 2>conftest.er1
18911 ac_status=$?
18912 grep -v '^ *+' conftest.er1 >conftest.err
18913 rm -f conftest.er1
18914 cat conftest.err >&5
18915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18916 (exit $ac_status); } && {
18917 test -z "$ac_c_werror_flag" ||
18918 test ! -s conftest.err
18919 } && test -s conftest$ac_exeext && {
18920 test "$cross_compiling" = yes ||
18921 $as_test_x conftest$ac_exeext
18922 }; then
18923 ac_cv_search_inet_aton=$ac_res
18924 else
18925 $as_echo "$as_me: failed program was:" >&5
18926 sed 's/^/| /' conftest.$ac_ext >&5
18931 rm -rf conftest.dSYM
18932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18933 conftest$ac_exeext
18934 if test "${ac_cv_search_inet_aton+set}" = set; then
18935 break
18937 done
18938 if test "${ac_cv_search_inet_aton+set}" = set; then
18940 else
18941 ac_cv_search_inet_aton=no
18943 rm conftest.$ac_ext
18944 LIBS=$ac_func_search_save_LIBS
18946 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18947 $as_echo "$ac_cv_search_inet_aton" >&6; }
18948 ac_res=$ac_cv_search_inet_aton
18949 if test "$ac_res" != no; then
18950 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18966 for ac_func in \
18967 getaddrinfo \
18968 getnameinfo \
18969 getnetbyname \
18970 getprotobyname \
18971 getprotobynumber \
18972 getservbyport \
18973 inet_network \
18974 inet_ntop \
18975 inet_pton \
18976 sendmsg \
18977 socketpair \
18980 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18981 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18982 $as_echo_n "checking for $ac_func... " >&6; }
18983 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18984 $as_echo_n "(cached) " >&6
18985 else
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h. */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18992 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18993 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18994 #define $ac_func innocuous_$ac_func
18996 /* System header to define __stub macros and hopefully few prototypes,
18997 which can conflict with char $ac_func (); below.
18998 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18999 <limits.h> exists even on freestanding compilers. */
19001 #ifdef __STDC__
19002 # include <limits.h>
19003 #else
19004 # include <assert.h>
19005 #endif
19007 #undef $ac_func
19009 /* Override any GCC internal prototype to avoid an error.
19010 Use char because int might match the return type of a GCC
19011 builtin and then its argument prototype would still apply. */
19012 #ifdef __cplusplus
19013 extern "C"
19014 #endif
19015 char $ac_func ();
19016 /* The GNU C library defines this for functions which it implements
19017 to always fail with ENOSYS. Some functions are actually named
19018 something starting with __ and the normal name is an alias. */
19019 #if defined __stub_$ac_func || defined __stub___$ac_func
19020 choke me
19021 #endif
19024 main ()
19026 return $ac_func ();
19028 return 0;
19030 _ACEOF
19031 rm -f conftest.$ac_objext conftest$ac_exeext
19032 if { (ac_try="$ac_link"
19033 case "(($ac_try" in
19034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19035 *) ac_try_echo=$ac_try;;
19036 esac
19037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19038 $as_echo "$ac_try_echo") >&5
19039 (eval "$ac_link") 2>conftest.er1
19040 ac_status=$?
19041 grep -v '^ *+' conftest.er1 >conftest.err
19042 rm -f conftest.er1
19043 cat conftest.err >&5
19044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19045 (exit $ac_status); } && {
19046 test -z "$ac_c_werror_flag" ||
19047 test ! -s conftest.err
19048 } && test -s conftest$ac_exeext && {
19049 test "$cross_compiling" = yes ||
19050 $as_test_x conftest$ac_exeext
19051 }; then
19052 eval "$as_ac_var=yes"
19053 else
19054 $as_echo "$as_me: failed program was:" >&5
19055 sed 's/^/| /' conftest.$ac_ext >&5
19057 eval "$as_ac_var=no"
19060 rm -rf conftest.dSYM
19061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19062 conftest$ac_exeext conftest.$ac_ext
19064 ac_res=`eval 'as_val=${'$as_ac_var'}
19065 $as_echo "$as_val"'`
19066 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19067 $as_echo "$ac_res" >&6; }
19068 as_val=`eval 'as_val=${'$as_ac_var'}
19069 $as_echo "$as_val"'`
19070 if test "x$as_val" = x""yes; then
19071 cat >>confdefs.h <<_ACEOF
19072 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19073 _ACEOF
19076 done
19079 LDAPLIBS=""
19081 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19082 then
19083 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19084 $as_echo_n "checking for LDAPSortKey... " >&6; }
19085 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19086 $as_echo_n "(cached) " >&6
19087 else
19088 ac_cv_type_LDAPSortKey=no
19089 cat >conftest.$ac_ext <<_ACEOF
19090 /* confdefs.h. */
19091 _ACEOF
19092 cat confdefs.h >>conftest.$ac_ext
19093 cat >>conftest.$ac_ext <<_ACEOF
19094 /* end confdefs.h. */
19095 #include <ldap.h>
19098 main ()
19100 if (sizeof (LDAPSortKey))
19101 return 0;
19103 return 0;
19105 _ACEOF
19106 rm -f conftest.$ac_objext
19107 if { (ac_try="$ac_compile"
19108 case "(($ac_try" in
19109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19110 *) ac_try_echo=$ac_try;;
19111 esac
19112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19113 $as_echo "$ac_try_echo") >&5
19114 (eval "$ac_compile") 2>conftest.er1
19115 ac_status=$?
19116 grep -v '^ *+' conftest.er1 >conftest.err
19117 rm -f conftest.er1
19118 cat conftest.err >&5
19119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); } && {
19121 test -z "$ac_c_werror_flag" ||
19122 test ! -s conftest.err
19123 } && test -s conftest.$ac_objext; then
19124 cat >conftest.$ac_ext <<_ACEOF
19125 /* confdefs.h. */
19126 _ACEOF
19127 cat confdefs.h >>conftest.$ac_ext
19128 cat >>conftest.$ac_ext <<_ACEOF
19129 /* end confdefs.h. */
19130 #include <ldap.h>
19133 main ()
19135 if (sizeof ((LDAPSortKey)))
19136 return 0;
19138 return 0;
19140 _ACEOF
19141 rm -f conftest.$ac_objext
19142 if { (ac_try="$ac_compile"
19143 case "(($ac_try" in
19144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19145 *) ac_try_echo=$ac_try;;
19146 esac
19147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19148 $as_echo "$ac_try_echo") >&5
19149 (eval "$ac_compile") 2>conftest.er1
19150 ac_status=$?
19151 grep -v '^ *+' conftest.er1 >conftest.err
19152 rm -f conftest.er1
19153 cat conftest.err >&5
19154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19155 (exit $ac_status); } && {
19156 test -z "$ac_c_werror_flag" ||
19157 test ! -s conftest.err
19158 } && test -s conftest.$ac_objext; then
19160 else
19161 $as_echo "$as_me: failed program was:" >&5
19162 sed 's/^/| /' conftest.$ac_ext >&5
19164 ac_cv_type_LDAPSortKey=yes
19167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19168 else
19169 $as_echo "$as_me: failed program was:" >&5
19170 sed 's/^/| /' conftest.$ac_ext >&5
19175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19177 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19178 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19179 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19180 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19181 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19182 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19183 $as_echo_n "(cached) " >&6
19184 else
19185 ac_check_lib_save_LIBS=$LIBS
19186 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19187 cat >conftest.$ac_ext <<_ACEOF
19188 /* confdefs.h. */
19189 _ACEOF
19190 cat confdefs.h >>conftest.$ac_ext
19191 cat >>conftest.$ac_ext <<_ACEOF
19192 /* end confdefs.h. */
19194 /* Override any GCC internal prototype to avoid an error.
19195 Use char because int might match the return type of a GCC
19196 builtin and then its argument prototype would still apply. */
19197 #ifdef __cplusplus
19198 extern "C"
19199 #endif
19200 char ldap_initialize ();
19202 main ()
19204 return ldap_initialize ();
19206 return 0;
19208 _ACEOF
19209 rm -f conftest.$ac_objext conftest$ac_exeext
19210 if { (ac_try="$ac_link"
19211 case "(($ac_try" in
19212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19213 *) ac_try_echo=$ac_try;;
19214 esac
19215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19216 $as_echo "$ac_try_echo") >&5
19217 (eval "$ac_link") 2>conftest.er1
19218 ac_status=$?
19219 grep -v '^ *+' conftest.er1 >conftest.err
19220 rm -f conftest.er1
19221 cat conftest.err >&5
19222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19223 (exit $ac_status); } && {
19224 test -z "$ac_c_werror_flag" ||
19225 test ! -s conftest.err
19226 } && test -s conftest$ac_exeext && {
19227 test "$cross_compiling" = yes ||
19228 $as_test_x conftest$ac_exeext
19229 }; then
19230 ac_cv_lib_ldap_r_ldap_initialize=yes
19231 else
19232 $as_echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 ac_cv_lib_ldap_r_ldap_initialize=no
19238 rm -rf conftest.dSYM
19239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19240 conftest$ac_exeext conftest.$ac_ext
19241 LIBS=$ac_check_lib_save_LIBS
19243 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19244 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19245 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19246 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19247 $as_echo_n "checking for ber_init in -llber... " >&6; }
19248 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19249 $as_echo_n "(cached) " >&6
19250 else
19251 ac_check_lib_save_LIBS=$LIBS
19252 LIBS="-llber $LIBPTHREAD $LIBS"
19253 cat >conftest.$ac_ext <<_ACEOF
19254 /* confdefs.h. */
19255 _ACEOF
19256 cat confdefs.h >>conftest.$ac_ext
19257 cat >>conftest.$ac_ext <<_ACEOF
19258 /* end confdefs.h. */
19260 /* Override any GCC internal prototype to avoid an error.
19261 Use char because int might match the return type of a GCC
19262 builtin and then its argument prototype would still apply. */
19263 #ifdef __cplusplus
19264 extern "C"
19265 #endif
19266 char ber_init ();
19268 main ()
19270 return ber_init ();
19272 return 0;
19274 _ACEOF
19275 rm -f conftest.$ac_objext conftest$ac_exeext
19276 if { (ac_try="$ac_link"
19277 case "(($ac_try" in
19278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19279 *) ac_try_echo=$ac_try;;
19280 esac
19281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19282 $as_echo "$ac_try_echo") >&5
19283 (eval "$ac_link") 2>conftest.er1
19284 ac_status=$?
19285 grep -v '^ *+' conftest.er1 >conftest.err
19286 rm -f conftest.er1
19287 cat conftest.err >&5
19288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289 (exit $ac_status); } && {
19290 test -z "$ac_c_werror_flag" ||
19291 test ! -s conftest.err
19292 } && test -s conftest$ac_exeext && {
19293 test "$cross_compiling" = yes ||
19294 $as_test_x conftest$ac_exeext
19295 }; then
19296 ac_cv_lib_lber_ber_init=yes
19297 else
19298 $as_echo "$as_me: failed program was:" >&5
19299 sed 's/^/| /' conftest.$ac_ext >&5
19301 ac_cv_lib_lber_ber_init=no
19304 rm -rf conftest.dSYM
19305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19306 conftest$ac_exeext conftest.$ac_ext
19307 LIBS=$ac_check_lib_save_LIBS
19309 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19310 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19311 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19313 cat >>confdefs.h <<\_ACEOF
19314 #define HAVE_LDAP 1
19315 _ACEOF
19317 LDAPLIBS="-lldap_r -llber"
19324 ac_wine_check_funcs_save_LIBS="$LIBS"
19325 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19334 for ac_func in \
19335 ldap_count_references \
19336 ldap_first_reference \
19337 ldap_next_reference \
19338 ldap_parse_reference \
19339 ldap_parse_sort_control \
19340 ldap_parse_sortresponse_control \
19341 ldap_parse_vlv_control \
19342 ldap_parse_vlvresponse_control
19344 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19345 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19346 $as_echo_n "checking for $ac_func... " >&6; }
19347 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19348 $as_echo_n "(cached) " >&6
19349 else
19350 cat >conftest.$ac_ext <<_ACEOF
19351 /* confdefs.h. */
19352 _ACEOF
19353 cat confdefs.h >>conftest.$ac_ext
19354 cat >>conftest.$ac_ext <<_ACEOF
19355 /* end confdefs.h. */
19356 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19357 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19358 #define $ac_func innocuous_$ac_func
19360 /* System header to define __stub macros and hopefully few prototypes,
19361 which can conflict with char $ac_func (); below.
19362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19363 <limits.h> exists even on freestanding compilers. */
19365 #ifdef __STDC__
19366 # include <limits.h>
19367 #else
19368 # include <assert.h>
19369 #endif
19371 #undef $ac_func
19373 /* Override any GCC internal prototype to avoid an error.
19374 Use char because int might match the return type of a GCC
19375 builtin and then its argument prototype would still apply. */
19376 #ifdef __cplusplus
19377 extern "C"
19378 #endif
19379 char $ac_func ();
19380 /* The GNU C library defines this for functions which it implements
19381 to always fail with ENOSYS. Some functions are actually named
19382 something starting with __ and the normal name is an alias. */
19383 #if defined __stub_$ac_func || defined __stub___$ac_func
19384 choke me
19385 #endif
19388 main ()
19390 return $ac_func ();
19392 return 0;
19394 _ACEOF
19395 rm -f conftest.$ac_objext conftest$ac_exeext
19396 if { (ac_try="$ac_link"
19397 case "(($ac_try" in
19398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19399 *) ac_try_echo=$ac_try;;
19400 esac
19401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19402 $as_echo "$ac_try_echo") >&5
19403 (eval "$ac_link") 2>conftest.er1
19404 ac_status=$?
19405 grep -v '^ *+' conftest.er1 >conftest.err
19406 rm -f conftest.er1
19407 cat conftest.err >&5
19408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19409 (exit $ac_status); } && {
19410 test -z "$ac_c_werror_flag" ||
19411 test ! -s conftest.err
19412 } && test -s conftest$ac_exeext && {
19413 test "$cross_compiling" = yes ||
19414 $as_test_x conftest$ac_exeext
19415 }; then
19416 eval "$as_ac_var=yes"
19417 else
19418 $as_echo "$as_me: failed program was:" >&5
19419 sed 's/^/| /' conftest.$ac_ext >&5
19421 eval "$as_ac_var=no"
19424 rm -rf conftest.dSYM
19425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19426 conftest$ac_exeext conftest.$ac_ext
19428 ac_res=`eval 'as_val=${'$as_ac_var'}
19429 $as_echo "$as_val"'`
19430 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19431 $as_echo "$ac_res" >&6; }
19432 as_val=`eval 'as_val=${'$as_ac_var'}
19433 $as_echo "$as_val"'`
19434 if test "x$as_val" = x""yes; then
19435 cat >>confdefs.h <<_ACEOF
19436 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19437 _ACEOF
19440 done
19442 LIBS="$ac_wine_check_funcs_save_LIBS"
19444 if test "x$LDAPLIBS" = "x"; then
19445 case "x$with_ldap" in
19446 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19447 xno) ;;
19448 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19449 This is an error since --with-ldap was requested." >&5
19450 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19451 This is an error since --with-ldap was requested." >&2;}
19452 { (exit 1); exit 1; }; } ;;
19453 esac
19457 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19458 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19459 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19460 $as_echo_n "(cached) " >&6
19461 else
19462 cat >conftest.$ac_ext <<_ACEOF
19463 /* confdefs.h. */
19464 _ACEOF
19465 cat confdefs.h >>conftest.$ac_ext
19466 cat >>conftest.$ac_ext <<_ACEOF
19467 /* end confdefs.h. */
19468 #include <sys/stat.h>
19470 main ()
19472 mkdir("foo");
19474 return 0;
19476 _ACEOF
19477 rm -f conftest.$ac_objext
19478 if { (ac_try="$ac_compile"
19479 case "(($ac_try" in
19480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19481 *) ac_try_echo=$ac_try;;
19482 esac
19483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19484 $as_echo "$ac_try_echo") >&5
19485 (eval "$ac_compile") 2>conftest.er1
19486 ac_status=$?
19487 grep -v '^ *+' conftest.er1 >conftest.err
19488 rm -f conftest.er1
19489 cat conftest.err >&5
19490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491 (exit $ac_status); } && {
19492 test -z "$ac_c_werror_flag" ||
19493 test ! -s conftest.err
19494 } && test -s conftest.$ac_objext; then
19495 wine_cv_one_arg_mkdir=yes
19496 else
19497 $as_echo "$as_me: failed program was:" >&5
19498 sed 's/^/| /' conftest.$ac_ext >&5
19500 wine_cv_one_arg_mkdir=no
19503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19505 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19506 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19507 if test "$wine_cv_one_arg_mkdir" = "yes"
19508 then
19510 cat >>confdefs.h <<\_ACEOF
19511 #define HAVE_ONE_ARG_MKDIR 1
19512 _ACEOF
19517 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19518 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19519 if test "${ac_cv_c_const+set}" = set; then
19520 $as_echo_n "(cached) " >&6
19521 else
19522 cat >conftest.$ac_ext <<_ACEOF
19523 /* confdefs.h. */
19524 _ACEOF
19525 cat confdefs.h >>conftest.$ac_ext
19526 cat >>conftest.$ac_ext <<_ACEOF
19527 /* end confdefs.h. */
19530 main ()
19532 /* FIXME: Include the comments suggested by Paul. */
19533 #ifndef __cplusplus
19534 /* Ultrix mips cc rejects this. */
19535 typedef int charset[2];
19536 const charset cs;
19537 /* SunOS 4.1.1 cc rejects this. */
19538 char const *const *pcpcc;
19539 char **ppc;
19540 /* NEC SVR4.0.2 mips cc rejects this. */
19541 struct point {int x, y;};
19542 static struct point const zero = {0,0};
19543 /* AIX XL C 1.02.0.0 rejects this.
19544 It does not let you subtract one const X* pointer from another in
19545 an arm of an if-expression whose if-part is not a constant
19546 expression */
19547 const char *g = "string";
19548 pcpcc = &g + (g ? g-g : 0);
19549 /* HPUX 7.0 cc rejects these. */
19550 ++pcpcc;
19551 ppc = (char**) pcpcc;
19552 pcpcc = (char const *const *) ppc;
19553 { /* SCO 3.2v4 cc rejects this. */
19554 char *t;
19555 char const *s = 0 ? (char *) 0 : (char const *) 0;
19557 *t++ = 0;
19558 if (s) return 0;
19560 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19561 int x[] = {25, 17};
19562 const int *foo = &x[0];
19563 ++foo;
19565 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19566 typedef const int *iptr;
19567 iptr p = 0;
19568 ++p;
19570 { /* AIX XL C 1.02.0.0 rejects this saying
19571 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19572 struct s { int j; const int *ap[3]; };
19573 struct s *b; b->j = 5;
19575 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19576 const int foo = 10;
19577 if (!foo) return 0;
19579 return !cs[0] && !zero.x;
19580 #endif
19583 return 0;
19585 _ACEOF
19586 rm -f conftest.$ac_objext
19587 if { (ac_try="$ac_compile"
19588 case "(($ac_try" in
19589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19590 *) ac_try_echo=$ac_try;;
19591 esac
19592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19593 $as_echo "$ac_try_echo") >&5
19594 (eval "$ac_compile") 2>conftest.er1
19595 ac_status=$?
19596 grep -v '^ *+' conftest.er1 >conftest.err
19597 rm -f conftest.er1
19598 cat conftest.err >&5
19599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600 (exit $ac_status); } && {
19601 test -z "$ac_c_werror_flag" ||
19602 test ! -s conftest.err
19603 } && test -s conftest.$ac_objext; then
19604 ac_cv_c_const=yes
19605 else
19606 $as_echo "$as_me: failed program was:" >&5
19607 sed 's/^/| /' conftest.$ac_ext >&5
19609 ac_cv_c_const=no
19612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19614 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19615 $as_echo "$ac_cv_c_const" >&6; }
19616 if test $ac_cv_c_const = no; then
19618 cat >>confdefs.h <<\_ACEOF
19619 #define const /**/
19620 _ACEOF
19624 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19625 $as_echo_n "checking for inline... " >&6; }
19626 if test "${ac_cv_c_inline+set}" = set; then
19627 $as_echo_n "(cached) " >&6
19628 else
19629 ac_cv_c_inline=no
19630 for ac_kw in inline __inline__ __inline; do
19631 cat >conftest.$ac_ext <<_ACEOF
19632 /* confdefs.h. */
19633 _ACEOF
19634 cat confdefs.h >>conftest.$ac_ext
19635 cat >>conftest.$ac_ext <<_ACEOF
19636 /* end confdefs.h. */
19637 #ifndef __cplusplus
19638 typedef int foo_t;
19639 static $ac_kw foo_t static_foo () {return 0; }
19640 $ac_kw foo_t foo () {return 0; }
19641 #endif
19643 _ACEOF
19644 rm -f conftest.$ac_objext
19645 if { (ac_try="$ac_compile"
19646 case "(($ac_try" in
19647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19648 *) ac_try_echo=$ac_try;;
19649 esac
19650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19651 $as_echo "$ac_try_echo") >&5
19652 (eval "$ac_compile") 2>conftest.er1
19653 ac_status=$?
19654 grep -v '^ *+' conftest.er1 >conftest.err
19655 rm -f conftest.er1
19656 cat conftest.err >&5
19657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19658 (exit $ac_status); } && {
19659 test -z "$ac_c_werror_flag" ||
19660 test ! -s conftest.err
19661 } && test -s conftest.$ac_objext; then
19662 ac_cv_c_inline=$ac_kw
19663 else
19664 $as_echo "$as_me: failed program was:" >&5
19665 sed 's/^/| /' conftest.$ac_ext >&5
19670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 test "$ac_cv_c_inline" != no && break
19672 done
19675 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19676 $as_echo "$ac_cv_c_inline" >&6; }
19679 case $ac_cv_c_inline in
19680 inline | yes) ;;
19682 case $ac_cv_c_inline in
19683 no) ac_val=;;
19684 *) ac_val=$ac_cv_c_inline;;
19685 esac
19686 cat >>confdefs.h <<_ACEOF
19687 #ifndef __cplusplus
19688 #define inline $ac_val
19689 #endif
19690 _ACEOF
19692 esac
19694 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19695 $as_echo_n "checking for mode_t... " >&6; }
19696 if test "${ac_cv_type_mode_t+set}" = set; then
19697 $as_echo_n "(cached) " >&6
19698 else
19699 ac_cv_type_mode_t=no
19700 cat >conftest.$ac_ext <<_ACEOF
19701 /* confdefs.h. */
19702 _ACEOF
19703 cat confdefs.h >>conftest.$ac_ext
19704 cat >>conftest.$ac_ext <<_ACEOF
19705 /* end confdefs.h. */
19706 $ac_includes_default
19708 main ()
19710 if (sizeof (mode_t))
19711 return 0;
19713 return 0;
19715 _ACEOF
19716 rm -f conftest.$ac_objext
19717 if { (ac_try="$ac_compile"
19718 case "(($ac_try" in
19719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19720 *) ac_try_echo=$ac_try;;
19721 esac
19722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19723 $as_echo "$ac_try_echo") >&5
19724 (eval "$ac_compile") 2>conftest.er1
19725 ac_status=$?
19726 grep -v '^ *+' conftest.er1 >conftest.err
19727 rm -f conftest.er1
19728 cat conftest.err >&5
19729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19730 (exit $ac_status); } && {
19731 test -z "$ac_c_werror_flag" ||
19732 test ! -s conftest.err
19733 } && test -s conftest.$ac_objext; then
19734 cat >conftest.$ac_ext <<_ACEOF
19735 /* confdefs.h. */
19736 _ACEOF
19737 cat confdefs.h >>conftest.$ac_ext
19738 cat >>conftest.$ac_ext <<_ACEOF
19739 /* end confdefs.h. */
19740 $ac_includes_default
19742 main ()
19744 if (sizeof ((mode_t)))
19745 return 0;
19747 return 0;
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754 *) ac_try_echo=$ac_try;;
19755 esac
19756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19757 $as_echo "$ac_try_echo") >&5
19758 (eval "$ac_compile") 2>conftest.er1
19759 ac_status=$?
19760 grep -v '^ *+' conftest.er1 >conftest.err
19761 rm -f conftest.er1
19762 cat conftest.err >&5
19763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } && {
19765 test -z "$ac_c_werror_flag" ||
19766 test ! -s conftest.err
19767 } && test -s conftest.$ac_objext; then
19769 else
19770 $as_echo "$as_me: failed program was:" >&5
19771 sed 's/^/| /' conftest.$ac_ext >&5
19773 ac_cv_type_mode_t=yes
19776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19777 else
19778 $as_echo "$as_me: failed program was:" >&5
19779 sed 's/^/| /' conftest.$ac_ext >&5
19784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19786 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19787 $as_echo "$ac_cv_type_mode_t" >&6; }
19788 if test "x$ac_cv_type_mode_t" = x""yes; then
19790 cat >>confdefs.h <<_ACEOF
19791 #define HAVE_MODE_T 1
19792 _ACEOF
19796 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19797 $as_echo_n "checking for off_t... " >&6; }
19798 if test "${ac_cv_type_off_t+set}" = set; then
19799 $as_echo_n "(cached) " >&6
19800 else
19801 ac_cv_type_off_t=no
19802 cat >conftest.$ac_ext <<_ACEOF
19803 /* confdefs.h. */
19804 _ACEOF
19805 cat confdefs.h >>conftest.$ac_ext
19806 cat >>conftest.$ac_ext <<_ACEOF
19807 /* end confdefs.h. */
19808 $ac_includes_default
19810 main ()
19812 if (sizeof (off_t))
19813 return 0;
19815 return 0;
19817 _ACEOF
19818 rm -f conftest.$ac_objext
19819 if { (ac_try="$ac_compile"
19820 case "(($ac_try" in
19821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19822 *) ac_try_echo=$ac_try;;
19823 esac
19824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19825 $as_echo "$ac_try_echo") >&5
19826 (eval "$ac_compile") 2>conftest.er1
19827 ac_status=$?
19828 grep -v '^ *+' conftest.er1 >conftest.err
19829 rm -f conftest.er1
19830 cat conftest.err >&5
19831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19832 (exit $ac_status); } && {
19833 test -z "$ac_c_werror_flag" ||
19834 test ! -s conftest.err
19835 } && test -s conftest.$ac_objext; then
19836 cat >conftest.$ac_ext <<_ACEOF
19837 /* confdefs.h. */
19838 _ACEOF
19839 cat confdefs.h >>conftest.$ac_ext
19840 cat >>conftest.$ac_ext <<_ACEOF
19841 /* end confdefs.h. */
19842 $ac_includes_default
19844 main ()
19846 if (sizeof ((off_t)))
19847 return 0;
19849 return 0;
19851 _ACEOF
19852 rm -f conftest.$ac_objext
19853 if { (ac_try="$ac_compile"
19854 case "(($ac_try" in
19855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19856 *) ac_try_echo=$ac_try;;
19857 esac
19858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19859 $as_echo "$ac_try_echo") >&5
19860 (eval "$ac_compile") 2>conftest.er1
19861 ac_status=$?
19862 grep -v '^ *+' conftest.er1 >conftest.err
19863 rm -f conftest.er1
19864 cat conftest.err >&5
19865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866 (exit $ac_status); } && {
19867 test -z "$ac_c_werror_flag" ||
19868 test ! -s conftest.err
19869 } && test -s conftest.$ac_objext; then
19871 else
19872 $as_echo "$as_me: failed program was:" >&5
19873 sed 's/^/| /' conftest.$ac_ext >&5
19875 ac_cv_type_off_t=yes
19878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19879 else
19880 $as_echo "$as_me: failed program was:" >&5
19881 sed 's/^/| /' conftest.$ac_ext >&5
19886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19888 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19889 $as_echo "$ac_cv_type_off_t" >&6; }
19890 if test "x$ac_cv_type_off_t" = x""yes; then
19892 cat >>confdefs.h <<_ACEOF
19893 #define HAVE_OFF_T 1
19894 _ACEOF
19898 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19899 $as_echo_n "checking for pid_t... " >&6; }
19900 if test "${ac_cv_type_pid_t+set}" = set; then
19901 $as_echo_n "(cached) " >&6
19902 else
19903 ac_cv_type_pid_t=no
19904 cat >conftest.$ac_ext <<_ACEOF
19905 /* confdefs.h. */
19906 _ACEOF
19907 cat confdefs.h >>conftest.$ac_ext
19908 cat >>conftest.$ac_ext <<_ACEOF
19909 /* end confdefs.h. */
19910 $ac_includes_default
19912 main ()
19914 if (sizeof (pid_t))
19915 return 0;
19917 return 0;
19919 _ACEOF
19920 rm -f conftest.$ac_objext
19921 if { (ac_try="$ac_compile"
19922 case "(($ac_try" in
19923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19924 *) ac_try_echo=$ac_try;;
19925 esac
19926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19927 $as_echo "$ac_try_echo") >&5
19928 (eval "$ac_compile") 2>conftest.er1
19929 ac_status=$?
19930 grep -v '^ *+' conftest.er1 >conftest.err
19931 rm -f conftest.er1
19932 cat conftest.err >&5
19933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19934 (exit $ac_status); } && {
19935 test -z "$ac_c_werror_flag" ||
19936 test ! -s conftest.err
19937 } && test -s conftest.$ac_objext; then
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h. */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h. */
19944 $ac_includes_default
19946 main ()
19948 if (sizeof ((pid_t)))
19949 return 0;
19951 return 0;
19953 _ACEOF
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958 *) ac_try_echo=$ac_try;;
19959 esac
19960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19961 $as_echo "$ac_try_echo") >&5
19962 (eval "$ac_compile") 2>conftest.er1
19963 ac_status=$?
19964 grep -v '^ *+' conftest.er1 >conftest.err
19965 rm -f conftest.er1
19966 cat conftest.err >&5
19967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968 (exit $ac_status); } && {
19969 test -z "$ac_c_werror_flag" ||
19970 test ! -s conftest.err
19971 } && test -s conftest.$ac_objext; then
19973 else
19974 $as_echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.$ac_ext >&5
19977 ac_cv_type_pid_t=yes
19980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19981 else
19982 $as_echo "$as_me: failed program was:" >&5
19983 sed 's/^/| /' conftest.$ac_ext >&5
19988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19990 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19991 $as_echo "$ac_cv_type_pid_t" >&6; }
19992 if test "x$ac_cv_type_pid_t" = x""yes; then
19994 cat >>confdefs.h <<_ACEOF
19995 #define HAVE_PID_T 1
19996 _ACEOF
20000 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
20001 $as_echo_n "checking for size_t... " >&6; }
20002 if test "${ac_cv_type_size_t+set}" = set; then
20003 $as_echo_n "(cached) " >&6
20004 else
20005 ac_cv_type_size_t=no
20006 cat >conftest.$ac_ext <<_ACEOF
20007 /* confdefs.h. */
20008 _ACEOF
20009 cat confdefs.h >>conftest.$ac_ext
20010 cat >>conftest.$ac_ext <<_ACEOF
20011 /* end confdefs.h. */
20012 $ac_includes_default
20014 main ()
20016 if (sizeof (size_t))
20017 return 0;
20019 return 0;
20021 _ACEOF
20022 rm -f conftest.$ac_objext
20023 if { (ac_try="$ac_compile"
20024 case "(($ac_try" in
20025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20026 *) ac_try_echo=$ac_try;;
20027 esac
20028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20029 $as_echo "$ac_try_echo") >&5
20030 (eval "$ac_compile") 2>conftest.er1
20031 ac_status=$?
20032 grep -v '^ *+' conftest.er1 >conftest.err
20033 rm -f conftest.er1
20034 cat conftest.err >&5
20035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20036 (exit $ac_status); } && {
20037 test -z "$ac_c_werror_flag" ||
20038 test ! -s conftest.err
20039 } && test -s conftest.$ac_objext; then
20040 cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h. */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h. */
20046 $ac_includes_default
20048 main ()
20050 if (sizeof ((size_t)))
20051 return 0;
20053 return 0;
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060 *) ac_try_echo=$ac_try;;
20061 esac
20062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20063 $as_echo "$ac_try_echo") >&5
20064 (eval "$ac_compile") 2>conftest.er1
20065 ac_status=$?
20066 grep -v '^ *+' conftest.er1 >conftest.err
20067 rm -f conftest.er1
20068 cat conftest.err >&5
20069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20070 (exit $ac_status); } && {
20071 test -z "$ac_c_werror_flag" ||
20072 test ! -s conftest.err
20073 } && test -s conftest.$ac_objext; then
20075 else
20076 $as_echo "$as_me: failed program was:" >&5
20077 sed 's/^/| /' conftest.$ac_ext >&5
20079 ac_cv_type_size_t=yes
20082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20083 else
20084 $as_echo "$as_me: failed program was:" >&5
20085 sed 's/^/| /' conftest.$ac_ext >&5
20090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20092 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20093 $as_echo "$ac_cv_type_size_t" >&6; }
20094 if test "x$ac_cv_type_size_t" = x""yes; then
20096 cat >>confdefs.h <<_ACEOF
20097 #define HAVE_SIZE_T 1
20098 _ACEOF
20102 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20103 $as_echo_n "checking for ssize_t... " >&6; }
20104 if test "${ac_cv_type_ssize_t+set}" = set; then
20105 $as_echo_n "(cached) " >&6
20106 else
20107 ac_cv_type_ssize_t=no
20108 cat >conftest.$ac_ext <<_ACEOF
20109 /* confdefs.h. */
20110 _ACEOF
20111 cat confdefs.h >>conftest.$ac_ext
20112 cat >>conftest.$ac_ext <<_ACEOF
20113 /* end confdefs.h. */
20114 $ac_includes_default
20116 main ()
20118 if (sizeof (ssize_t))
20119 return 0;
20121 return 0;
20123 _ACEOF
20124 rm -f conftest.$ac_objext
20125 if { (ac_try="$ac_compile"
20126 case "(($ac_try" in
20127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20128 *) ac_try_echo=$ac_try;;
20129 esac
20130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20131 $as_echo "$ac_try_echo") >&5
20132 (eval "$ac_compile") 2>conftest.er1
20133 ac_status=$?
20134 grep -v '^ *+' conftest.er1 >conftest.err
20135 rm -f conftest.er1
20136 cat conftest.err >&5
20137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20138 (exit $ac_status); } && {
20139 test -z "$ac_c_werror_flag" ||
20140 test ! -s conftest.err
20141 } && test -s conftest.$ac_objext; then
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h. */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h. */
20148 $ac_includes_default
20150 main ()
20152 if (sizeof ((ssize_t)))
20153 return 0;
20155 return 0;
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162 *) ac_try_echo=$ac_try;;
20163 esac
20164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20165 $as_echo "$ac_try_echo") >&5
20166 (eval "$ac_compile") 2>conftest.er1
20167 ac_status=$?
20168 grep -v '^ *+' conftest.er1 >conftest.err
20169 rm -f conftest.er1
20170 cat conftest.err >&5
20171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172 (exit $ac_status); } && {
20173 test -z "$ac_c_werror_flag" ||
20174 test ! -s conftest.err
20175 } && test -s conftest.$ac_objext; then
20177 else
20178 $as_echo "$as_me: failed program was:" >&5
20179 sed 's/^/| /' conftest.$ac_ext >&5
20181 ac_cv_type_ssize_t=yes
20184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20185 else
20186 $as_echo "$as_me: failed program was:" >&5
20187 sed 's/^/| /' conftest.$ac_ext >&5
20192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20194 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20195 $as_echo "$ac_cv_type_ssize_t" >&6; }
20196 if test "x$ac_cv_type_ssize_t" = x""yes; then
20198 cat >>confdefs.h <<_ACEOF
20199 #define HAVE_SSIZE_T 1
20200 _ACEOF
20204 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20205 $as_echo_n "checking for long long... " >&6; }
20206 if test "${ac_cv_type_long_long+set}" = set; then
20207 $as_echo_n "(cached) " >&6
20208 else
20209 ac_cv_type_long_long=no
20210 cat >conftest.$ac_ext <<_ACEOF
20211 /* confdefs.h. */
20212 _ACEOF
20213 cat confdefs.h >>conftest.$ac_ext
20214 cat >>conftest.$ac_ext <<_ACEOF
20215 /* end confdefs.h. */
20216 $ac_includes_default
20218 main ()
20220 if (sizeof (long long))
20221 return 0;
20223 return 0;
20225 _ACEOF
20226 rm -f conftest.$ac_objext
20227 if { (ac_try="$ac_compile"
20228 case "(($ac_try" in
20229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20230 *) ac_try_echo=$ac_try;;
20231 esac
20232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20233 $as_echo "$ac_try_echo") >&5
20234 (eval "$ac_compile") 2>conftest.er1
20235 ac_status=$?
20236 grep -v '^ *+' conftest.er1 >conftest.err
20237 rm -f conftest.er1
20238 cat conftest.err >&5
20239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); } && {
20241 test -z "$ac_c_werror_flag" ||
20242 test ! -s conftest.err
20243 } && test -s conftest.$ac_objext; then
20244 cat >conftest.$ac_ext <<_ACEOF
20245 /* confdefs.h. */
20246 _ACEOF
20247 cat confdefs.h >>conftest.$ac_ext
20248 cat >>conftest.$ac_ext <<_ACEOF
20249 /* end confdefs.h. */
20250 $ac_includes_default
20252 main ()
20254 if (sizeof ((long long)))
20255 return 0;
20257 return 0;
20259 _ACEOF
20260 rm -f conftest.$ac_objext
20261 if { (ac_try="$ac_compile"
20262 case "(($ac_try" in
20263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20264 *) ac_try_echo=$ac_try;;
20265 esac
20266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20267 $as_echo "$ac_try_echo") >&5
20268 (eval "$ac_compile") 2>conftest.er1
20269 ac_status=$?
20270 grep -v '^ *+' conftest.er1 >conftest.err
20271 rm -f conftest.er1
20272 cat conftest.err >&5
20273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20274 (exit $ac_status); } && {
20275 test -z "$ac_c_werror_flag" ||
20276 test ! -s conftest.err
20277 } && test -s conftest.$ac_objext; then
20279 else
20280 $as_echo "$as_me: failed program was:" >&5
20281 sed 's/^/| /' conftest.$ac_ext >&5
20283 ac_cv_type_long_long=yes
20286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20287 else
20288 $as_echo "$as_me: failed program was:" >&5
20289 sed 's/^/| /' conftest.$ac_ext >&5
20294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20296 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20297 $as_echo "$ac_cv_type_long_long" >&6; }
20298 if test "x$ac_cv_type_long_long" = x""yes; then
20300 cat >>confdefs.h <<_ACEOF
20301 #define HAVE_LONG_LONG 1
20302 _ACEOF
20306 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20307 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20308 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20309 $as_echo_n "(cached) " >&6
20310 else
20311 ac_cv_type_fsblkcnt_t=no
20312 cat >conftest.$ac_ext <<_ACEOF
20313 /* confdefs.h. */
20314 _ACEOF
20315 cat confdefs.h >>conftest.$ac_ext
20316 cat >>conftest.$ac_ext <<_ACEOF
20317 /* end confdefs.h. */
20318 $ac_includes_default
20320 main ()
20322 if (sizeof (fsblkcnt_t))
20323 return 0;
20325 return 0;
20327 _ACEOF
20328 rm -f conftest.$ac_objext
20329 if { (ac_try="$ac_compile"
20330 case "(($ac_try" in
20331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20332 *) ac_try_echo=$ac_try;;
20333 esac
20334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20335 $as_echo "$ac_try_echo") >&5
20336 (eval "$ac_compile") 2>conftest.er1
20337 ac_status=$?
20338 grep -v '^ *+' conftest.er1 >conftest.err
20339 rm -f conftest.er1
20340 cat conftest.err >&5
20341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20342 (exit $ac_status); } && {
20343 test -z "$ac_c_werror_flag" ||
20344 test ! -s conftest.err
20345 } && test -s conftest.$ac_objext; then
20346 cat >conftest.$ac_ext <<_ACEOF
20347 /* confdefs.h. */
20348 _ACEOF
20349 cat confdefs.h >>conftest.$ac_ext
20350 cat >>conftest.$ac_ext <<_ACEOF
20351 /* end confdefs.h. */
20352 $ac_includes_default
20354 main ()
20356 if (sizeof ((fsblkcnt_t)))
20357 return 0;
20359 return 0;
20361 _ACEOF
20362 rm -f conftest.$ac_objext
20363 if { (ac_try="$ac_compile"
20364 case "(($ac_try" in
20365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20366 *) ac_try_echo=$ac_try;;
20367 esac
20368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20369 $as_echo "$ac_try_echo") >&5
20370 (eval "$ac_compile") 2>conftest.er1
20371 ac_status=$?
20372 grep -v '^ *+' conftest.er1 >conftest.err
20373 rm -f conftest.er1
20374 cat conftest.err >&5
20375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376 (exit $ac_status); } && {
20377 test -z "$ac_c_werror_flag" ||
20378 test ! -s conftest.err
20379 } && test -s conftest.$ac_objext; then
20381 else
20382 $as_echo "$as_me: failed program was:" >&5
20383 sed 's/^/| /' conftest.$ac_ext >&5
20385 ac_cv_type_fsblkcnt_t=yes
20388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20389 else
20390 $as_echo "$as_me: failed program was:" >&5
20391 sed 's/^/| /' conftest.$ac_ext >&5
20396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20398 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20399 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20400 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20402 cat >>confdefs.h <<_ACEOF
20403 #define HAVE_FSBLKCNT_T 1
20404 _ACEOF
20408 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20409 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20410 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20411 $as_echo_n "(cached) " >&6
20412 else
20413 ac_cv_type_fsfilcnt_t=no
20414 cat >conftest.$ac_ext <<_ACEOF
20415 /* confdefs.h. */
20416 _ACEOF
20417 cat confdefs.h >>conftest.$ac_ext
20418 cat >>conftest.$ac_ext <<_ACEOF
20419 /* end confdefs.h. */
20420 $ac_includes_default
20422 main ()
20424 if (sizeof (fsfilcnt_t))
20425 return 0;
20427 return 0;
20429 _ACEOF
20430 rm -f conftest.$ac_objext
20431 if { (ac_try="$ac_compile"
20432 case "(($ac_try" in
20433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20434 *) ac_try_echo=$ac_try;;
20435 esac
20436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20437 $as_echo "$ac_try_echo") >&5
20438 (eval "$ac_compile") 2>conftest.er1
20439 ac_status=$?
20440 grep -v '^ *+' conftest.er1 >conftest.err
20441 rm -f conftest.er1
20442 cat conftest.err >&5
20443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20444 (exit $ac_status); } && {
20445 test -z "$ac_c_werror_flag" ||
20446 test ! -s conftest.err
20447 } && test -s conftest.$ac_objext; then
20448 cat >conftest.$ac_ext <<_ACEOF
20449 /* confdefs.h. */
20450 _ACEOF
20451 cat confdefs.h >>conftest.$ac_ext
20452 cat >>conftest.$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20454 $ac_includes_default
20456 main ()
20458 if (sizeof ((fsfilcnt_t)))
20459 return 0;
20461 return 0;
20463 _ACEOF
20464 rm -f conftest.$ac_objext
20465 if { (ac_try="$ac_compile"
20466 case "(($ac_try" in
20467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20468 *) ac_try_echo=$ac_try;;
20469 esac
20470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20471 $as_echo "$ac_try_echo") >&5
20472 (eval "$ac_compile") 2>conftest.er1
20473 ac_status=$?
20474 grep -v '^ *+' conftest.er1 >conftest.err
20475 rm -f conftest.er1
20476 cat conftest.err >&5
20477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20478 (exit $ac_status); } && {
20479 test -z "$ac_c_werror_flag" ||
20480 test ! -s conftest.err
20481 } && test -s conftest.$ac_objext; then
20483 else
20484 $as_echo "$as_me: failed program was:" >&5
20485 sed 's/^/| /' conftest.$ac_ext >&5
20487 ac_cv_type_fsfilcnt_t=yes
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20491 else
20492 $as_echo "$as_me: failed program was:" >&5
20493 sed 's/^/| /' conftest.$ac_ext >&5
20498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20500 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20501 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20502 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20504 cat >>confdefs.h <<_ACEOF
20505 #define HAVE_FSFILCNT_T 1
20506 _ACEOF
20511 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20512 $as_echo_n "checking for sigset_t... " >&6; }
20513 if test "${ac_cv_type_sigset_t+set}" = set; then
20514 $as_echo_n "(cached) " >&6
20515 else
20516 ac_cv_type_sigset_t=no
20517 cat >conftest.$ac_ext <<_ACEOF
20518 /* confdefs.h. */
20519 _ACEOF
20520 cat confdefs.h >>conftest.$ac_ext
20521 cat >>conftest.$ac_ext <<_ACEOF
20522 /* end confdefs.h. */
20523 #include <sys/types.h>
20524 #include <signal.h>
20527 main ()
20529 if (sizeof (sigset_t))
20530 return 0;
20532 return 0;
20534 _ACEOF
20535 rm -f conftest.$ac_objext
20536 if { (ac_try="$ac_compile"
20537 case "(($ac_try" in
20538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20539 *) ac_try_echo=$ac_try;;
20540 esac
20541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20542 $as_echo "$ac_try_echo") >&5
20543 (eval "$ac_compile") 2>conftest.er1
20544 ac_status=$?
20545 grep -v '^ *+' conftest.er1 >conftest.err
20546 rm -f conftest.er1
20547 cat conftest.err >&5
20548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549 (exit $ac_status); } && {
20550 test -z "$ac_c_werror_flag" ||
20551 test ! -s conftest.err
20552 } && test -s conftest.$ac_objext; then
20553 cat >conftest.$ac_ext <<_ACEOF
20554 /* confdefs.h. */
20555 _ACEOF
20556 cat confdefs.h >>conftest.$ac_ext
20557 cat >>conftest.$ac_ext <<_ACEOF
20558 /* end confdefs.h. */
20559 #include <sys/types.h>
20560 #include <signal.h>
20563 main ()
20565 if (sizeof ((sigset_t)))
20566 return 0;
20568 return 0;
20570 _ACEOF
20571 rm -f conftest.$ac_objext
20572 if { (ac_try="$ac_compile"
20573 case "(($ac_try" in
20574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20575 *) ac_try_echo=$ac_try;;
20576 esac
20577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20578 $as_echo "$ac_try_echo") >&5
20579 (eval "$ac_compile") 2>conftest.er1
20580 ac_status=$?
20581 grep -v '^ *+' conftest.er1 >conftest.err
20582 rm -f conftest.er1
20583 cat conftest.err >&5
20584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20585 (exit $ac_status); } && {
20586 test -z "$ac_c_werror_flag" ||
20587 test ! -s conftest.err
20588 } && test -s conftest.$ac_objext; then
20590 else
20591 $as_echo "$as_me: failed program was:" >&5
20592 sed 's/^/| /' conftest.$ac_ext >&5
20594 ac_cv_type_sigset_t=yes
20597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20598 else
20599 $as_echo "$as_me: failed program was:" >&5
20600 sed 's/^/| /' conftest.$ac_ext >&5
20605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20607 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20608 $as_echo "$ac_cv_type_sigset_t" >&6; }
20609 if test "x$ac_cv_type_sigset_t" = x""yes; then
20611 cat >>confdefs.h <<_ACEOF
20612 #define HAVE_SIGSET_T 1
20613 _ACEOF
20618 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20619 $as_echo_n "checking for request_sense... " >&6; }
20620 if test "${ac_cv_type_request_sense+set}" = set; then
20621 $as_echo_n "(cached) " >&6
20622 else
20623 ac_cv_type_request_sense=no
20624 cat >conftest.$ac_ext <<_ACEOF
20625 /* confdefs.h. */
20626 _ACEOF
20627 cat confdefs.h >>conftest.$ac_ext
20628 cat >>conftest.$ac_ext <<_ACEOF
20629 /* end confdefs.h. */
20630 #include <linux/cdrom.h>
20633 main ()
20635 if (sizeof (request_sense))
20636 return 0;
20638 return 0;
20640 _ACEOF
20641 rm -f conftest.$ac_objext
20642 if { (ac_try="$ac_compile"
20643 case "(($ac_try" in
20644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20645 *) ac_try_echo=$ac_try;;
20646 esac
20647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20648 $as_echo "$ac_try_echo") >&5
20649 (eval "$ac_compile") 2>conftest.er1
20650 ac_status=$?
20651 grep -v '^ *+' conftest.er1 >conftest.err
20652 rm -f conftest.er1
20653 cat conftest.err >&5
20654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20655 (exit $ac_status); } && {
20656 test -z "$ac_c_werror_flag" ||
20657 test ! -s conftest.err
20658 } && test -s conftest.$ac_objext; then
20659 cat >conftest.$ac_ext <<_ACEOF
20660 /* confdefs.h. */
20661 _ACEOF
20662 cat confdefs.h >>conftest.$ac_ext
20663 cat >>conftest.$ac_ext <<_ACEOF
20664 /* end confdefs.h. */
20665 #include <linux/cdrom.h>
20668 main ()
20670 if (sizeof ((request_sense)))
20671 return 0;
20673 return 0;
20675 _ACEOF
20676 rm -f conftest.$ac_objext
20677 if { (ac_try="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20681 esac
20682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20683 $as_echo "$ac_try_echo") >&5
20684 (eval "$ac_compile") 2>conftest.er1
20685 ac_status=$?
20686 grep -v '^ *+' conftest.er1 >conftest.err
20687 rm -f conftest.er1
20688 cat conftest.err >&5
20689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20690 (exit $ac_status); } && {
20691 test -z "$ac_c_werror_flag" ||
20692 test ! -s conftest.err
20693 } && test -s conftest.$ac_objext; then
20695 else
20696 $as_echo "$as_me: failed program was:" >&5
20697 sed 's/^/| /' conftest.$ac_ext >&5
20699 ac_cv_type_request_sense=yes
20702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 else
20704 $as_echo "$as_me: failed program was:" >&5
20705 sed 's/^/| /' conftest.$ac_ext >&5
20710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20712 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20713 $as_echo "$ac_cv_type_request_sense" >&6; }
20714 if test "x$ac_cv_type_request_sense" = x""yes; then
20716 cat >>confdefs.h <<_ACEOF
20717 #define HAVE_REQUEST_SENSE 1
20718 _ACEOF
20724 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20725 $as_echo_n "checking for struct xinpgen... " >&6; }
20726 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20727 $as_echo_n "(cached) " >&6
20728 else
20729 ac_cv_type_struct_xinpgen=no
20730 cat >conftest.$ac_ext <<_ACEOF
20731 /* confdefs.h. */
20732 _ACEOF
20733 cat confdefs.h >>conftest.$ac_ext
20734 cat >>conftest.$ac_ext <<_ACEOF
20735 /* end confdefs.h. */
20736 #include <sys/types.h>
20737 #ifdef HAVE_SYS_SOCKET_H
20738 #include <sys/socket.h>
20739 #endif
20740 #ifdef HAVE_SYS_SOCKETVAR_H
20741 #include <sys/socketvar.h>
20742 #endif
20743 #ifdef HAVE_NET_ROUTE_H
20744 #include <net/route.h>
20745 #endif
20746 #ifdef HAVE_NETINET_IN_H
20747 #include <netinet/in.h>
20748 #endif
20749 #ifdef HAVE_NETINET_IN_SYSTM_H
20750 #include <netinet/in_systm.h>
20751 #endif
20752 #ifdef HAVE_NETINET_IP_H
20753 #include <netinet/ip.h>
20754 #endif
20755 #ifdef HAVE_NETINET_IN_PCB_H
20756 #include <netinet/in_pcb.h>
20757 #endif
20760 main ()
20762 if (sizeof (struct xinpgen))
20763 return 0;
20765 return 0;
20767 _ACEOF
20768 rm -f conftest.$ac_objext
20769 if { (ac_try="$ac_compile"
20770 case "(($ac_try" in
20771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20772 *) ac_try_echo=$ac_try;;
20773 esac
20774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20775 $as_echo "$ac_try_echo") >&5
20776 (eval "$ac_compile") 2>conftest.er1
20777 ac_status=$?
20778 grep -v '^ *+' conftest.er1 >conftest.err
20779 rm -f conftest.er1
20780 cat conftest.err >&5
20781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); } && {
20783 test -z "$ac_c_werror_flag" ||
20784 test ! -s conftest.err
20785 } && test -s conftest.$ac_objext; then
20786 cat >conftest.$ac_ext <<_ACEOF
20787 /* confdefs.h. */
20788 _ACEOF
20789 cat confdefs.h >>conftest.$ac_ext
20790 cat >>conftest.$ac_ext <<_ACEOF
20791 /* end confdefs.h. */
20792 #include <sys/types.h>
20793 #ifdef HAVE_SYS_SOCKET_H
20794 #include <sys/socket.h>
20795 #endif
20796 #ifdef HAVE_SYS_SOCKETVAR_H
20797 #include <sys/socketvar.h>
20798 #endif
20799 #ifdef HAVE_NET_ROUTE_H
20800 #include <net/route.h>
20801 #endif
20802 #ifdef HAVE_NETINET_IN_H
20803 #include <netinet/in.h>
20804 #endif
20805 #ifdef HAVE_NETINET_IN_SYSTM_H
20806 #include <netinet/in_systm.h>
20807 #endif
20808 #ifdef HAVE_NETINET_IP_H
20809 #include <netinet/ip.h>
20810 #endif
20811 #ifdef HAVE_NETINET_IN_PCB_H
20812 #include <netinet/in_pcb.h>
20813 #endif
20816 main ()
20818 if (sizeof ((struct xinpgen)))
20819 return 0;
20821 return 0;
20823 _ACEOF
20824 rm -f conftest.$ac_objext
20825 if { (ac_try="$ac_compile"
20826 case "(($ac_try" in
20827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20828 *) ac_try_echo=$ac_try;;
20829 esac
20830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20831 $as_echo "$ac_try_echo") >&5
20832 (eval "$ac_compile") 2>conftest.er1
20833 ac_status=$?
20834 grep -v '^ *+' conftest.er1 >conftest.err
20835 rm -f conftest.er1
20836 cat conftest.err >&5
20837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20838 (exit $ac_status); } && {
20839 test -z "$ac_c_werror_flag" ||
20840 test ! -s conftest.err
20841 } && test -s conftest.$ac_objext; then
20843 else
20844 $as_echo "$as_me: failed program was:" >&5
20845 sed 's/^/| /' conftest.$ac_ext >&5
20847 ac_cv_type_struct_xinpgen=yes
20850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20851 else
20852 $as_echo "$as_me: failed program was:" >&5
20853 sed 's/^/| /' conftest.$ac_ext >&5
20858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20860 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20861 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20862 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20864 cat >>confdefs.h <<_ACEOF
20865 #define HAVE_STRUCT_XINPGEN 1
20866 _ACEOF
20872 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20873 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20874 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20875 $as_echo_n "(cached) " >&6
20876 else
20877 cat >conftest.$ac_ext <<_ACEOF
20878 /* confdefs.h. */
20879 _ACEOF
20880 cat confdefs.h >>conftest.$ac_ext
20881 cat >>conftest.$ac_ext <<_ACEOF
20882 /* end confdefs.h. */
20883 #ifdef HAVE_LINUX_INPUT_H
20884 #include <linux/input.h>
20885 #endif
20888 main ()
20890 static struct ff_effect ac_aggr;
20891 if (ac_aggr.direction)
20892 return 0;
20894 return 0;
20896 _ACEOF
20897 rm -f conftest.$ac_objext
20898 if { (ac_try="$ac_compile"
20899 case "(($ac_try" in
20900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20901 *) ac_try_echo=$ac_try;;
20902 esac
20903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20904 $as_echo "$ac_try_echo") >&5
20905 (eval "$ac_compile") 2>conftest.er1
20906 ac_status=$?
20907 grep -v '^ *+' conftest.er1 >conftest.err
20908 rm -f conftest.er1
20909 cat conftest.err >&5
20910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20911 (exit $ac_status); } && {
20912 test -z "$ac_c_werror_flag" ||
20913 test ! -s conftest.err
20914 } && test -s conftest.$ac_objext; then
20915 ac_cv_member_struct_ff_effect_direction=yes
20916 else
20917 $as_echo "$as_me: failed program was:" >&5
20918 sed 's/^/| /' conftest.$ac_ext >&5
20920 cat >conftest.$ac_ext <<_ACEOF
20921 /* confdefs.h. */
20922 _ACEOF
20923 cat confdefs.h >>conftest.$ac_ext
20924 cat >>conftest.$ac_ext <<_ACEOF
20925 /* end confdefs.h. */
20926 #ifdef HAVE_LINUX_INPUT_H
20927 #include <linux/input.h>
20928 #endif
20931 main ()
20933 static struct ff_effect ac_aggr;
20934 if (sizeof ac_aggr.direction)
20935 return 0;
20937 return 0;
20939 _ACEOF
20940 rm -f conftest.$ac_objext
20941 if { (ac_try="$ac_compile"
20942 case "(($ac_try" in
20943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20944 *) ac_try_echo=$ac_try;;
20945 esac
20946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20947 $as_echo "$ac_try_echo") >&5
20948 (eval "$ac_compile") 2>conftest.er1
20949 ac_status=$?
20950 grep -v '^ *+' conftest.er1 >conftest.err
20951 rm -f conftest.er1
20952 cat conftest.err >&5
20953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20954 (exit $ac_status); } && {
20955 test -z "$ac_c_werror_flag" ||
20956 test ! -s conftest.err
20957 } && test -s conftest.$ac_objext; then
20958 ac_cv_member_struct_ff_effect_direction=yes
20959 else
20960 $as_echo "$as_me: failed program was:" >&5
20961 sed 's/^/| /' conftest.$ac_ext >&5
20963 ac_cv_member_struct_ff_effect_direction=no
20966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20971 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20972 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20973 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20975 cat >>confdefs.h <<_ACEOF
20976 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20977 _ACEOF
20983 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20984 $as_echo_n "checking for sigaddset... " >&6; }
20985 if test "${wine_cv_have_sigaddset+set}" = set; then
20986 $as_echo_n "(cached) " >&6
20987 else
20988 cat >conftest.$ac_ext <<_ACEOF
20989 /* confdefs.h. */
20990 _ACEOF
20991 cat confdefs.h >>conftest.$ac_ext
20992 cat >>conftest.$ac_ext <<_ACEOF
20993 /* end confdefs.h. */
20994 #include <signal.h>
20996 main ()
20998 sigset_t set; sigaddset(&set,SIGTERM);
21000 return 0;
21002 _ACEOF
21003 rm -f conftest.$ac_objext conftest$ac_exeext
21004 if { (ac_try="$ac_link"
21005 case "(($ac_try" in
21006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21007 *) ac_try_echo=$ac_try;;
21008 esac
21009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21010 $as_echo "$ac_try_echo") >&5
21011 (eval "$ac_link") 2>conftest.er1
21012 ac_status=$?
21013 grep -v '^ *+' conftest.er1 >conftest.err
21014 rm -f conftest.er1
21015 cat conftest.err >&5
21016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21017 (exit $ac_status); } && {
21018 test -z "$ac_c_werror_flag" ||
21019 test ! -s conftest.err
21020 } && test -s conftest$ac_exeext && {
21021 test "$cross_compiling" = yes ||
21022 $as_test_x conftest$ac_exeext
21023 }; then
21024 wine_cv_have_sigaddset=yes
21025 else
21026 $as_echo "$as_me: failed program was:" >&5
21027 sed 's/^/| /' conftest.$ac_ext >&5
21029 wine_cv_have_sigaddset=no
21032 rm -rf conftest.dSYM
21033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21034 conftest$ac_exeext conftest.$ac_ext
21036 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
21037 $as_echo "$wine_cv_have_sigaddset" >&6; }
21038 if test "$wine_cv_have_sigaddset" = "yes"
21039 then
21041 cat >>confdefs.h <<\_ACEOF
21042 #define HAVE_SIGADDSET 1
21043 _ACEOF
21048 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
21049 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
21050 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
21051 $as_echo_n "(cached) " >&6
21052 else
21053 cat >conftest.$ac_ext <<_ACEOF
21054 /* confdefs.h. */
21055 _ACEOF
21056 cat confdefs.h >>conftest.$ac_ext
21057 cat >>conftest.$ac_ext <<_ACEOF
21058 /* end confdefs.h. */
21059 #include <netdb.h>
21061 main ()
21064 char *name=0;
21065 struct hostent he;
21066 struct hostent *result;
21067 char *buf=0;
21068 int bufsize=0;
21069 int res,errnr;
21070 char *addr=0;
21071 int addrlen=0;
21072 int addrtype=0;
21073 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21074 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21077 return 0;
21079 _ACEOF
21080 rm -f conftest.$ac_objext conftest$ac_exeext
21081 if { (ac_try="$ac_link"
21082 case "(($ac_try" in
21083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21084 *) ac_try_echo=$ac_try;;
21085 esac
21086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21087 $as_echo "$ac_try_echo") >&5
21088 (eval "$ac_link") 2>conftest.er1
21089 ac_status=$?
21090 grep -v '^ *+' conftest.er1 >conftest.err
21091 rm -f conftest.er1
21092 cat conftest.err >&5
21093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21094 (exit $ac_status); } && {
21095 test -z "$ac_c_werror_flag" ||
21096 test ! -s conftest.err
21097 } && test -s conftest$ac_exeext && {
21098 test "$cross_compiling" = yes ||
21099 $as_test_x conftest$ac_exeext
21100 }; then
21101 wine_cv_linux_gethostbyname_r_6=yes
21102 else
21103 $as_echo "$as_me: failed program was:" >&5
21104 sed 's/^/| /' conftest.$ac_ext >&5
21106 wine_cv_linux_gethostbyname_r_6=no
21110 rm -rf conftest.dSYM
21111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21112 conftest$ac_exeext conftest.$ac_ext
21115 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21116 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21117 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21118 then
21120 cat >>confdefs.h <<\_ACEOF
21121 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21122 _ACEOF
21126 if test "$ac_cv_header_linux_joystick_h" = "yes"
21127 then
21128 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21129 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21130 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21131 $as_echo_n "(cached) " >&6
21132 else
21133 cat >conftest.$ac_ext <<_ACEOF
21134 /* confdefs.h. */
21135 _ACEOF
21136 cat confdefs.h >>conftest.$ac_ext
21137 cat >>conftest.$ac_ext <<_ACEOF
21138 /* end confdefs.h. */
21140 #include <sys/ioctl.h>
21141 #include <sys/types.h>
21142 #include <linux/joystick.h>
21144 struct js_event blub;
21145 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21146 #error "no 2.2 header"
21147 #endif
21150 main ()
21152 /*empty*/
21154 return 0;
21156 _ACEOF
21157 rm -f conftest.$ac_objext
21158 if { (ac_try="$ac_compile"
21159 case "(($ac_try" in
21160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21161 *) ac_try_echo=$ac_try;;
21162 esac
21163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21164 $as_echo "$ac_try_echo") >&5
21165 (eval "$ac_compile") 2>conftest.er1
21166 ac_status=$?
21167 grep -v '^ *+' conftest.er1 >conftest.err
21168 rm -f conftest.er1
21169 cat conftest.err >&5
21170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21171 (exit $ac_status); } && {
21172 test -z "$ac_c_werror_flag" ||
21173 test ! -s conftest.err
21174 } && test -s conftest.$ac_objext; then
21175 wine_cv_linux_joystick_22_api=yes
21176 else
21177 $as_echo "$as_me: failed program was:" >&5
21178 sed 's/^/| /' conftest.$ac_ext >&5
21180 wine_cv_linux_joystick_22_api=no
21183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21186 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21187 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21188 if test "$wine_cv_linux_joystick_22_api" = "yes"
21189 then
21191 cat >>confdefs.h <<\_ACEOF
21192 #define HAVE_LINUX_22_JOYSTICK_API 1
21193 _ACEOF
21199 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21200 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21201 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21202 $as_echo_n "(cached) " >&6
21203 else
21204 cat >conftest.$ac_ext <<_ACEOF
21205 /* confdefs.h. */
21206 _ACEOF
21207 cat confdefs.h >>conftest.$ac_ext
21208 cat >>conftest.$ac_ext <<_ACEOF
21209 /* end confdefs.h. */
21210 #include <sys/types.h>
21211 #ifdef HAVE_SYS_PARAM_H
21212 # include <sys/param.h>
21213 #endif
21214 #ifdef HAVE_SYS_MOUNT_H
21215 # include <sys/mount.h>
21216 #endif
21217 #ifdef HAVE_SYS_VFS_H
21218 # include <sys/vfs.h>
21219 #endif
21220 #ifdef HAVE_SYS_STATFS_H
21221 # include <sys/statfs.h>
21222 #endif
21225 main ()
21227 static struct statfs ac_aggr;
21228 if (ac_aggr.f_bfree)
21229 return 0;
21231 return 0;
21233 _ACEOF
21234 rm -f conftest.$ac_objext
21235 if { (ac_try="$ac_compile"
21236 case "(($ac_try" in
21237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21238 *) ac_try_echo=$ac_try;;
21239 esac
21240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21241 $as_echo "$ac_try_echo") >&5
21242 (eval "$ac_compile") 2>conftest.er1
21243 ac_status=$?
21244 grep -v '^ *+' conftest.er1 >conftest.err
21245 rm -f conftest.er1
21246 cat conftest.err >&5
21247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21248 (exit $ac_status); } && {
21249 test -z "$ac_c_werror_flag" ||
21250 test ! -s conftest.err
21251 } && test -s conftest.$ac_objext; then
21252 ac_cv_member_struct_statfs_f_bfree=yes
21253 else
21254 $as_echo "$as_me: failed program was:" >&5
21255 sed 's/^/| /' conftest.$ac_ext >&5
21257 cat >conftest.$ac_ext <<_ACEOF
21258 /* confdefs.h. */
21259 _ACEOF
21260 cat confdefs.h >>conftest.$ac_ext
21261 cat >>conftest.$ac_ext <<_ACEOF
21262 /* end confdefs.h. */
21263 #include <sys/types.h>
21264 #ifdef HAVE_SYS_PARAM_H
21265 # include <sys/param.h>
21266 #endif
21267 #ifdef HAVE_SYS_MOUNT_H
21268 # include <sys/mount.h>
21269 #endif
21270 #ifdef HAVE_SYS_VFS_H
21271 # include <sys/vfs.h>
21272 #endif
21273 #ifdef HAVE_SYS_STATFS_H
21274 # include <sys/statfs.h>
21275 #endif
21278 main ()
21280 static struct statfs ac_aggr;
21281 if (sizeof ac_aggr.f_bfree)
21282 return 0;
21284 return 0;
21286 _ACEOF
21287 rm -f conftest.$ac_objext
21288 if { (ac_try="$ac_compile"
21289 case "(($ac_try" in
21290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21291 *) ac_try_echo=$ac_try;;
21292 esac
21293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21294 $as_echo "$ac_try_echo") >&5
21295 (eval "$ac_compile") 2>conftest.er1
21296 ac_status=$?
21297 grep -v '^ *+' conftest.er1 >conftest.err
21298 rm -f conftest.er1
21299 cat conftest.err >&5
21300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21301 (exit $ac_status); } && {
21302 test -z "$ac_c_werror_flag" ||
21303 test ! -s conftest.err
21304 } && test -s conftest.$ac_objext; then
21305 ac_cv_member_struct_statfs_f_bfree=yes
21306 else
21307 $as_echo "$as_me: failed program was:" >&5
21308 sed 's/^/| /' conftest.$ac_ext >&5
21310 ac_cv_member_struct_statfs_f_bfree=no
21313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21318 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21319 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21320 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21322 cat >>confdefs.h <<_ACEOF
21323 #define HAVE_STRUCT_STATFS_F_BFREE 1
21324 _ACEOF
21328 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21329 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21330 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21331 $as_echo_n "(cached) " >&6
21332 else
21333 cat >conftest.$ac_ext <<_ACEOF
21334 /* confdefs.h. */
21335 _ACEOF
21336 cat confdefs.h >>conftest.$ac_ext
21337 cat >>conftest.$ac_ext <<_ACEOF
21338 /* end confdefs.h. */
21339 #include <sys/types.h>
21340 #ifdef HAVE_SYS_PARAM_H
21341 # include <sys/param.h>
21342 #endif
21343 #ifdef HAVE_SYS_MOUNT_H
21344 # include <sys/mount.h>
21345 #endif
21346 #ifdef HAVE_SYS_VFS_H
21347 # include <sys/vfs.h>
21348 #endif
21349 #ifdef HAVE_SYS_STATFS_H
21350 # include <sys/statfs.h>
21351 #endif
21354 main ()
21356 static struct statfs ac_aggr;
21357 if (ac_aggr.f_bavail)
21358 return 0;
21360 return 0;
21362 _ACEOF
21363 rm -f conftest.$ac_objext
21364 if { (ac_try="$ac_compile"
21365 case "(($ac_try" in
21366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21367 *) ac_try_echo=$ac_try;;
21368 esac
21369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21370 $as_echo "$ac_try_echo") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21372 ac_status=$?
21373 grep -v '^ *+' conftest.er1 >conftest.err
21374 rm -f conftest.er1
21375 cat conftest.err >&5
21376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.$ac_objext; then
21381 ac_cv_member_struct_statfs_f_bavail=yes
21382 else
21383 $as_echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21386 cat >conftest.$ac_ext <<_ACEOF
21387 /* confdefs.h. */
21388 _ACEOF
21389 cat confdefs.h >>conftest.$ac_ext
21390 cat >>conftest.$ac_ext <<_ACEOF
21391 /* end confdefs.h. */
21392 #include <sys/types.h>
21393 #ifdef HAVE_SYS_PARAM_H
21394 # include <sys/param.h>
21395 #endif
21396 #ifdef HAVE_SYS_MOUNT_H
21397 # include <sys/mount.h>
21398 #endif
21399 #ifdef HAVE_SYS_VFS_H
21400 # include <sys/vfs.h>
21401 #endif
21402 #ifdef HAVE_SYS_STATFS_H
21403 # include <sys/statfs.h>
21404 #endif
21407 main ()
21409 static struct statfs ac_aggr;
21410 if (sizeof ac_aggr.f_bavail)
21411 return 0;
21413 return 0;
21415 _ACEOF
21416 rm -f conftest.$ac_objext
21417 if { (ac_try="$ac_compile"
21418 case "(($ac_try" in
21419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21420 *) ac_try_echo=$ac_try;;
21421 esac
21422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21423 $as_echo "$ac_try_echo") >&5
21424 (eval "$ac_compile") 2>conftest.er1
21425 ac_status=$?
21426 grep -v '^ *+' conftest.er1 >conftest.err
21427 rm -f conftest.er1
21428 cat conftest.err >&5
21429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } && {
21431 test -z "$ac_c_werror_flag" ||
21432 test ! -s conftest.err
21433 } && test -s conftest.$ac_objext; then
21434 ac_cv_member_struct_statfs_f_bavail=yes
21435 else
21436 $as_echo "$as_me: failed program was:" >&5
21437 sed 's/^/| /' conftest.$ac_ext >&5
21439 ac_cv_member_struct_statfs_f_bavail=no
21442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21448 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21449 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21451 cat >>confdefs.h <<_ACEOF
21452 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21453 _ACEOF
21457 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21458 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21459 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21460 $as_echo_n "(cached) " >&6
21461 else
21462 cat >conftest.$ac_ext <<_ACEOF
21463 /* confdefs.h. */
21464 _ACEOF
21465 cat confdefs.h >>conftest.$ac_ext
21466 cat >>conftest.$ac_ext <<_ACEOF
21467 /* end confdefs.h. */
21468 #include <sys/types.h>
21469 #ifdef HAVE_SYS_PARAM_H
21470 # include <sys/param.h>
21471 #endif
21472 #ifdef HAVE_SYS_MOUNT_H
21473 # include <sys/mount.h>
21474 #endif
21475 #ifdef HAVE_SYS_VFS_H
21476 # include <sys/vfs.h>
21477 #endif
21478 #ifdef HAVE_SYS_STATFS_H
21479 # include <sys/statfs.h>
21480 #endif
21483 main ()
21485 static struct statfs ac_aggr;
21486 if (ac_aggr.f_frsize)
21487 return 0;
21489 return 0;
21491 _ACEOF
21492 rm -f conftest.$ac_objext
21493 if { (ac_try="$ac_compile"
21494 case "(($ac_try" in
21495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21496 *) ac_try_echo=$ac_try;;
21497 esac
21498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21499 $as_echo "$ac_try_echo") >&5
21500 (eval "$ac_compile") 2>conftest.er1
21501 ac_status=$?
21502 grep -v '^ *+' conftest.er1 >conftest.err
21503 rm -f conftest.er1
21504 cat conftest.err >&5
21505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21506 (exit $ac_status); } && {
21507 test -z "$ac_c_werror_flag" ||
21508 test ! -s conftest.err
21509 } && test -s conftest.$ac_objext; then
21510 ac_cv_member_struct_statfs_f_frsize=yes
21511 else
21512 $as_echo "$as_me: failed program was:" >&5
21513 sed 's/^/| /' conftest.$ac_ext >&5
21515 cat >conftest.$ac_ext <<_ACEOF
21516 /* confdefs.h. */
21517 _ACEOF
21518 cat confdefs.h >>conftest.$ac_ext
21519 cat >>conftest.$ac_ext <<_ACEOF
21520 /* end confdefs.h. */
21521 #include <sys/types.h>
21522 #ifdef HAVE_SYS_PARAM_H
21523 # include <sys/param.h>
21524 #endif
21525 #ifdef HAVE_SYS_MOUNT_H
21526 # include <sys/mount.h>
21527 #endif
21528 #ifdef HAVE_SYS_VFS_H
21529 # include <sys/vfs.h>
21530 #endif
21531 #ifdef HAVE_SYS_STATFS_H
21532 # include <sys/statfs.h>
21533 #endif
21536 main ()
21538 static struct statfs ac_aggr;
21539 if (sizeof ac_aggr.f_frsize)
21540 return 0;
21542 return 0;
21544 _ACEOF
21545 rm -f conftest.$ac_objext
21546 if { (ac_try="$ac_compile"
21547 case "(($ac_try" in
21548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21549 *) ac_try_echo=$ac_try;;
21550 esac
21551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21552 $as_echo "$ac_try_echo") >&5
21553 (eval "$ac_compile") 2>conftest.er1
21554 ac_status=$?
21555 grep -v '^ *+' conftest.er1 >conftest.err
21556 rm -f conftest.er1
21557 cat conftest.err >&5
21558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21559 (exit $ac_status); } && {
21560 test -z "$ac_c_werror_flag" ||
21561 test ! -s conftest.err
21562 } && test -s conftest.$ac_objext; then
21563 ac_cv_member_struct_statfs_f_frsize=yes
21564 else
21565 $as_echo "$as_me: failed program was:" >&5
21566 sed 's/^/| /' conftest.$ac_ext >&5
21568 ac_cv_member_struct_statfs_f_frsize=no
21571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21576 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21577 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21578 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21580 cat >>confdefs.h <<_ACEOF
21581 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21582 _ACEOF
21586 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21587 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21588 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21589 $as_echo_n "(cached) " >&6
21590 else
21591 cat >conftest.$ac_ext <<_ACEOF
21592 /* confdefs.h. */
21593 _ACEOF
21594 cat confdefs.h >>conftest.$ac_ext
21595 cat >>conftest.$ac_ext <<_ACEOF
21596 /* end confdefs.h. */
21597 #include <sys/types.h>
21598 #ifdef HAVE_SYS_PARAM_H
21599 # include <sys/param.h>
21600 #endif
21601 #ifdef HAVE_SYS_MOUNT_H
21602 # include <sys/mount.h>
21603 #endif
21604 #ifdef HAVE_SYS_VFS_H
21605 # include <sys/vfs.h>
21606 #endif
21607 #ifdef HAVE_SYS_STATFS_H
21608 # include <sys/statfs.h>
21609 #endif
21612 main ()
21614 static struct statfs ac_aggr;
21615 if (ac_aggr.f_ffree)
21616 return 0;
21618 return 0;
21620 _ACEOF
21621 rm -f conftest.$ac_objext
21622 if { (ac_try="$ac_compile"
21623 case "(($ac_try" in
21624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21625 *) ac_try_echo=$ac_try;;
21626 esac
21627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21628 $as_echo "$ac_try_echo") >&5
21629 (eval "$ac_compile") 2>conftest.er1
21630 ac_status=$?
21631 grep -v '^ *+' conftest.er1 >conftest.err
21632 rm -f conftest.er1
21633 cat conftest.err >&5
21634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then
21639 ac_cv_member_struct_statfs_f_ffree=yes
21640 else
21641 $as_echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21644 cat >conftest.$ac_ext <<_ACEOF
21645 /* confdefs.h. */
21646 _ACEOF
21647 cat confdefs.h >>conftest.$ac_ext
21648 cat >>conftest.$ac_ext <<_ACEOF
21649 /* end confdefs.h. */
21650 #include <sys/types.h>
21651 #ifdef HAVE_SYS_PARAM_H
21652 # include <sys/param.h>
21653 #endif
21654 #ifdef HAVE_SYS_MOUNT_H
21655 # include <sys/mount.h>
21656 #endif
21657 #ifdef HAVE_SYS_VFS_H
21658 # include <sys/vfs.h>
21659 #endif
21660 #ifdef HAVE_SYS_STATFS_H
21661 # include <sys/statfs.h>
21662 #endif
21665 main ()
21667 static struct statfs ac_aggr;
21668 if (sizeof ac_aggr.f_ffree)
21669 return 0;
21671 return 0;
21673 _ACEOF
21674 rm -f conftest.$ac_objext
21675 if { (ac_try="$ac_compile"
21676 case "(($ac_try" in
21677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21678 *) ac_try_echo=$ac_try;;
21679 esac
21680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21681 $as_echo "$ac_try_echo") >&5
21682 (eval "$ac_compile") 2>conftest.er1
21683 ac_status=$?
21684 grep -v '^ *+' conftest.er1 >conftest.err
21685 rm -f conftest.er1
21686 cat conftest.err >&5
21687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21688 (exit $ac_status); } && {
21689 test -z "$ac_c_werror_flag" ||
21690 test ! -s conftest.err
21691 } && test -s conftest.$ac_objext; then
21692 ac_cv_member_struct_statfs_f_ffree=yes
21693 else
21694 $as_echo "$as_me: failed program was:" >&5
21695 sed 's/^/| /' conftest.$ac_ext >&5
21697 ac_cv_member_struct_statfs_f_ffree=no
21700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21705 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21706 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21707 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21709 cat >>confdefs.h <<_ACEOF
21710 #define HAVE_STRUCT_STATFS_F_FFREE 1
21711 _ACEOF
21715 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21716 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21717 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21718 $as_echo_n "(cached) " >&6
21719 else
21720 cat >conftest.$ac_ext <<_ACEOF
21721 /* confdefs.h. */
21722 _ACEOF
21723 cat confdefs.h >>conftest.$ac_ext
21724 cat >>conftest.$ac_ext <<_ACEOF
21725 /* end confdefs.h. */
21726 #include <sys/types.h>
21727 #ifdef HAVE_SYS_PARAM_H
21728 # include <sys/param.h>
21729 #endif
21730 #ifdef HAVE_SYS_MOUNT_H
21731 # include <sys/mount.h>
21732 #endif
21733 #ifdef HAVE_SYS_VFS_H
21734 # include <sys/vfs.h>
21735 #endif
21736 #ifdef HAVE_SYS_STATFS_H
21737 # include <sys/statfs.h>
21738 #endif
21741 main ()
21743 static struct statfs ac_aggr;
21744 if (ac_aggr.f_favail)
21745 return 0;
21747 return 0;
21749 _ACEOF
21750 rm -f conftest.$ac_objext
21751 if { (ac_try="$ac_compile"
21752 case "(($ac_try" in
21753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21754 *) ac_try_echo=$ac_try;;
21755 esac
21756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21757 $as_echo "$ac_try_echo") >&5
21758 (eval "$ac_compile") 2>conftest.er1
21759 ac_status=$?
21760 grep -v '^ *+' conftest.er1 >conftest.err
21761 rm -f conftest.er1
21762 cat conftest.err >&5
21763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21764 (exit $ac_status); } && {
21765 test -z "$ac_c_werror_flag" ||
21766 test ! -s conftest.err
21767 } && test -s conftest.$ac_objext; then
21768 ac_cv_member_struct_statfs_f_favail=yes
21769 else
21770 $as_echo "$as_me: failed program was:" >&5
21771 sed 's/^/| /' conftest.$ac_ext >&5
21773 cat >conftest.$ac_ext <<_ACEOF
21774 /* confdefs.h. */
21775 _ACEOF
21776 cat confdefs.h >>conftest.$ac_ext
21777 cat >>conftest.$ac_ext <<_ACEOF
21778 /* end confdefs.h. */
21779 #include <sys/types.h>
21780 #ifdef HAVE_SYS_PARAM_H
21781 # include <sys/param.h>
21782 #endif
21783 #ifdef HAVE_SYS_MOUNT_H
21784 # include <sys/mount.h>
21785 #endif
21786 #ifdef HAVE_SYS_VFS_H
21787 # include <sys/vfs.h>
21788 #endif
21789 #ifdef HAVE_SYS_STATFS_H
21790 # include <sys/statfs.h>
21791 #endif
21794 main ()
21796 static struct statfs ac_aggr;
21797 if (sizeof ac_aggr.f_favail)
21798 return 0;
21800 return 0;
21802 _ACEOF
21803 rm -f conftest.$ac_objext
21804 if { (ac_try="$ac_compile"
21805 case "(($ac_try" in
21806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21807 *) ac_try_echo=$ac_try;;
21808 esac
21809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21810 $as_echo "$ac_try_echo") >&5
21811 (eval "$ac_compile") 2>conftest.er1
21812 ac_status=$?
21813 grep -v '^ *+' conftest.er1 >conftest.err
21814 rm -f conftest.er1
21815 cat conftest.err >&5
21816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21817 (exit $ac_status); } && {
21818 test -z "$ac_c_werror_flag" ||
21819 test ! -s conftest.err
21820 } && test -s conftest.$ac_objext; then
21821 ac_cv_member_struct_statfs_f_favail=yes
21822 else
21823 $as_echo "$as_me: failed program was:" >&5
21824 sed 's/^/| /' conftest.$ac_ext >&5
21826 ac_cv_member_struct_statfs_f_favail=no
21829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21834 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21835 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21836 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21838 cat >>confdefs.h <<_ACEOF
21839 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21840 _ACEOF
21844 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21845 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21846 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21847 $as_echo_n "(cached) " >&6
21848 else
21849 cat >conftest.$ac_ext <<_ACEOF
21850 /* confdefs.h. */
21851 _ACEOF
21852 cat confdefs.h >>conftest.$ac_ext
21853 cat >>conftest.$ac_ext <<_ACEOF
21854 /* end confdefs.h. */
21855 #include <sys/types.h>
21856 #ifdef HAVE_SYS_PARAM_H
21857 # include <sys/param.h>
21858 #endif
21859 #ifdef HAVE_SYS_MOUNT_H
21860 # include <sys/mount.h>
21861 #endif
21862 #ifdef HAVE_SYS_VFS_H
21863 # include <sys/vfs.h>
21864 #endif
21865 #ifdef HAVE_SYS_STATFS_H
21866 # include <sys/statfs.h>
21867 #endif
21870 main ()
21872 static struct statfs ac_aggr;
21873 if (ac_aggr.f_namelen)
21874 return 0;
21876 return 0;
21878 _ACEOF
21879 rm -f conftest.$ac_objext
21880 if { (ac_try="$ac_compile"
21881 case "(($ac_try" in
21882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21883 *) ac_try_echo=$ac_try;;
21884 esac
21885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21886 $as_echo "$ac_try_echo") >&5
21887 (eval "$ac_compile") 2>conftest.er1
21888 ac_status=$?
21889 grep -v '^ *+' conftest.er1 >conftest.err
21890 rm -f conftest.er1
21891 cat conftest.err >&5
21892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21893 (exit $ac_status); } && {
21894 test -z "$ac_c_werror_flag" ||
21895 test ! -s conftest.err
21896 } && test -s conftest.$ac_objext; then
21897 ac_cv_member_struct_statfs_f_namelen=yes
21898 else
21899 $as_echo "$as_me: failed program was:" >&5
21900 sed 's/^/| /' conftest.$ac_ext >&5
21902 cat >conftest.$ac_ext <<_ACEOF
21903 /* confdefs.h. */
21904 _ACEOF
21905 cat confdefs.h >>conftest.$ac_ext
21906 cat >>conftest.$ac_ext <<_ACEOF
21907 /* end confdefs.h. */
21908 #include <sys/types.h>
21909 #ifdef HAVE_SYS_PARAM_H
21910 # include <sys/param.h>
21911 #endif
21912 #ifdef HAVE_SYS_MOUNT_H
21913 # include <sys/mount.h>
21914 #endif
21915 #ifdef HAVE_SYS_VFS_H
21916 # include <sys/vfs.h>
21917 #endif
21918 #ifdef HAVE_SYS_STATFS_H
21919 # include <sys/statfs.h>
21920 #endif
21923 main ()
21925 static struct statfs ac_aggr;
21926 if (sizeof ac_aggr.f_namelen)
21927 return 0;
21929 return 0;
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936 *) ac_try_echo=$ac_try;;
21937 esac
21938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21939 $as_echo "$ac_try_echo") >&5
21940 (eval "$ac_compile") 2>conftest.er1
21941 ac_status=$?
21942 grep -v '^ *+' conftest.er1 >conftest.err
21943 rm -f conftest.er1
21944 cat conftest.err >&5
21945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946 (exit $ac_status); } && {
21947 test -z "$ac_c_werror_flag" ||
21948 test ! -s conftest.err
21949 } && test -s conftest.$ac_objext; then
21950 ac_cv_member_struct_statfs_f_namelen=yes
21951 else
21952 $as_echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21955 ac_cv_member_struct_statfs_f_namelen=no
21958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21963 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21964 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21965 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21967 cat >>confdefs.h <<_ACEOF
21968 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21969 _ACEOF
21975 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21976 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21977 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21978 $as_echo_n "(cached) " >&6
21979 else
21980 cat >conftest.$ac_ext <<_ACEOF
21981 /* confdefs.h. */
21982 _ACEOF
21983 cat confdefs.h >>conftest.$ac_ext
21984 cat >>conftest.$ac_ext <<_ACEOF
21985 /* end confdefs.h. */
21986 #ifdef HAVE_SYS_STATVFS_H
21987 #include <sys/statvfs.h>
21988 #endif
21991 main ()
21993 static struct statvfs ac_aggr;
21994 if (ac_aggr.f_blocks)
21995 return 0;
21997 return 0;
21999 _ACEOF
22000 rm -f conftest.$ac_objext
22001 if { (ac_try="$ac_compile"
22002 case "(($ac_try" in
22003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22004 *) ac_try_echo=$ac_try;;
22005 esac
22006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22007 $as_echo "$ac_try_echo") >&5
22008 (eval "$ac_compile") 2>conftest.er1
22009 ac_status=$?
22010 grep -v '^ *+' conftest.er1 >conftest.err
22011 rm -f conftest.er1
22012 cat conftest.err >&5
22013 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22014 (exit $ac_status); } && {
22015 test -z "$ac_c_werror_flag" ||
22016 test ! -s conftest.err
22017 } && test -s conftest.$ac_objext; then
22018 ac_cv_member_struct_statvfs_f_blocks=yes
22019 else
22020 $as_echo "$as_me: failed program was:" >&5
22021 sed 's/^/| /' conftest.$ac_ext >&5
22023 cat >conftest.$ac_ext <<_ACEOF
22024 /* confdefs.h. */
22025 _ACEOF
22026 cat confdefs.h >>conftest.$ac_ext
22027 cat >>conftest.$ac_ext <<_ACEOF
22028 /* end confdefs.h. */
22029 #ifdef HAVE_SYS_STATVFS_H
22030 #include <sys/statvfs.h>
22031 #endif
22034 main ()
22036 static struct statvfs ac_aggr;
22037 if (sizeof ac_aggr.f_blocks)
22038 return 0;
22040 return 0;
22042 _ACEOF
22043 rm -f conftest.$ac_objext
22044 if { (ac_try="$ac_compile"
22045 case "(($ac_try" in
22046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22047 *) ac_try_echo=$ac_try;;
22048 esac
22049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22050 $as_echo "$ac_try_echo") >&5
22051 (eval "$ac_compile") 2>conftest.er1
22052 ac_status=$?
22053 grep -v '^ *+' conftest.er1 >conftest.err
22054 rm -f conftest.er1
22055 cat conftest.err >&5
22056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); } && {
22058 test -z "$ac_c_werror_flag" ||
22059 test ! -s conftest.err
22060 } && test -s conftest.$ac_objext; then
22061 ac_cv_member_struct_statvfs_f_blocks=yes
22062 else
22063 $as_echo "$as_me: failed program was:" >&5
22064 sed 's/^/| /' conftest.$ac_ext >&5
22066 ac_cv_member_struct_statvfs_f_blocks=no
22069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22074 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22075 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22076 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22078 cat >>confdefs.h <<_ACEOF
22079 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22080 _ACEOF
22086 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22087 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22088 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22089 $as_echo_n "(cached) " >&6
22090 else
22091 cat >conftest.$ac_ext <<_ACEOF
22092 /* confdefs.h. */
22093 _ACEOF
22094 cat confdefs.h >>conftest.$ac_ext
22095 cat >>conftest.$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 #include <sys/types.h>
22098 #ifdef HAVE_SYS_SOCKET_H
22099 # include <sys/socket.h>
22100 #endif
22101 #ifdef HAVE_SYS_UN_H
22102 # include <sys/un.h>
22103 #endif
22106 main ()
22108 static struct msghdr ac_aggr;
22109 if (ac_aggr.msg_accrights)
22110 return 0;
22112 return 0;
22114 _ACEOF
22115 rm -f conftest.$ac_objext
22116 if { (ac_try="$ac_compile"
22117 case "(($ac_try" in
22118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22119 *) ac_try_echo=$ac_try;;
22120 esac
22121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22122 $as_echo "$ac_try_echo") >&5
22123 (eval "$ac_compile") 2>conftest.er1
22124 ac_status=$?
22125 grep -v '^ *+' conftest.er1 >conftest.err
22126 rm -f conftest.er1
22127 cat conftest.err >&5
22128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22129 (exit $ac_status); } && {
22130 test -z "$ac_c_werror_flag" ||
22131 test ! -s conftest.err
22132 } && test -s conftest.$ac_objext; then
22133 ac_cv_member_struct_msghdr_msg_accrights=yes
22134 else
22135 $as_echo "$as_me: failed program was:" >&5
22136 sed 's/^/| /' conftest.$ac_ext >&5
22138 cat >conftest.$ac_ext <<_ACEOF
22139 /* confdefs.h. */
22140 _ACEOF
22141 cat confdefs.h >>conftest.$ac_ext
22142 cat >>conftest.$ac_ext <<_ACEOF
22143 /* end confdefs.h. */
22144 #include <sys/types.h>
22145 #ifdef HAVE_SYS_SOCKET_H
22146 # include <sys/socket.h>
22147 #endif
22148 #ifdef HAVE_SYS_UN_H
22149 # include <sys/un.h>
22150 #endif
22153 main ()
22155 static struct msghdr ac_aggr;
22156 if (sizeof ac_aggr.msg_accrights)
22157 return 0;
22159 return 0;
22161 _ACEOF
22162 rm -f conftest.$ac_objext
22163 if { (ac_try="$ac_compile"
22164 case "(($ac_try" in
22165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22166 *) ac_try_echo=$ac_try;;
22167 esac
22168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22169 $as_echo "$ac_try_echo") >&5
22170 (eval "$ac_compile") 2>conftest.er1
22171 ac_status=$?
22172 grep -v '^ *+' conftest.er1 >conftest.err
22173 rm -f conftest.er1
22174 cat conftest.err >&5
22175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22176 (exit $ac_status); } && {
22177 test -z "$ac_c_werror_flag" ||
22178 test ! -s conftest.err
22179 } && test -s conftest.$ac_objext; then
22180 ac_cv_member_struct_msghdr_msg_accrights=yes
22181 else
22182 $as_echo "$as_me: failed program was:" >&5
22183 sed 's/^/| /' conftest.$ac_ext >&5
22185 ac_cv_member_struct_msghdr_msg_accrights=no
22188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22193 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22194 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22195 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22197 cat >>confdefs.h <<_ACEOF
22198 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22199 _ACEOF
22203 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22204 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22205 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22206 $as_echo_n "(cached) " >&6
22207 else
22208 cat >conftest.$ac_ext <<_ACEOF
22209 /* confdefs.h. */
22210 _ACEOF
22211 cat confdefs.h >>conftest.$ac_ext
22212 cat >>conftest.$ac_ext <<_ACEOF
22213 /* end confdefs.h. */
22214 #include <sys/types.h>
22215 #ifdef HAVE_SYS_SOCKET_H
22216 # include <sys/socket.h>
22217 #endif
22218 #ifdef HAVE_SYS_UN_H
22219 # include <sys/un.h>
22220 #endif
22223 main ()
22225 static struct sockaddr ac_aggr;
22226 if (ac_aggr.sa_len)
22227 return 0;
22229 return 0;
22231 _ACEOF
22232 rm -f conftest.$ac_objext
22233 if { (ac_try="$ac_compile"
22234 case "(($ac_try" in
22235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22236 *) ac_try_echo=$ac_try;;
22237 esac
22238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22239 $as_echo "$ac_try_echo") >&5
22240 (eval "$ac_compile") 2>conftest.er1
22241 ac_status=$?
22242 grep -v '^ *+' conftest.er1 >conftest.err
22243 rm -f conftest.er1
22244 cat conftest.err >&5
22245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22246 (exit $ac_status); } && {
22247 test -z "$ac_c_werror_flag" ||
22248 test ! -s conftest.err
22249 } && test -s conftest.$ac_objext; then
22250 ac_cv_member_struct_sockaddr_sa_len=yes
22251 else
22252 $as_echo "$as_me: failed program was:" >&5
22253 sed 's/^/| /' conftest.$ac_ext >&5
22255 cat >conftest.$ac_ext <<_ACEOF
22256 /* confdefs.h. */
22257 _ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h. */
22261 #include <sys/types.h>
22262 #ifdef HAVE_SYS_SOCKET_H
22263 # include <sys/socket.h>
22264 #endif
22265 #ifdef HAVE_SYS_UN_H
22266 # include <sys/un.h>
22267 #endif
22270 main ()
22272 static struct sockaddr ac_aggr;
22273 if (sizeof ac_aggr.sa_len)
22274 return 0;
22276 return 0;
22278 _ACEOF
22279 rm -f conftest.$ac_objext
22280 if { (ac_try="$ac_compile"
22281 case "(($ac_try" in
22282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22283 *) ac_try_echo=$ac_try;;
22284 esac
22285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22286 $as_echo "$ac_try_echo") >&5
22287 (eval "$ac_compile") 2>conftest.er1
22288 ac_status=$?
22289 grep -v '^ *+' conftest.er1 >conftest.err
22290 rm -f conftest.er1
22291 cat conftest.err >&5
22292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); } && {
22294 test -z "$ac_c_werror_flag" ||
22295 test ! -s conftest.err
22296 } && test -s conftest.$ac_objext; then
22297 ac_cv_member_struct_sockaddr_sa_len=yes
22298 else
22299 $as_echo "$as_me: failed program was:" >&5
22300 sed 's/^/| /' conftest.$ac_ext >&5
22302 ac_cv_member_struct_sockaddr_sa_len=no
22305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22310 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22311 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22312 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22314 cat >>confdefs.h <<_ACEOF
22315 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22316 _ACEOF
22320 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22321 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22322 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22323 $as_echo_n "(cached) " >&6
22324 else
22325 cat >conftest.$ac_ext <<_ACEOF
22326 /* confdefs.h. */
22327 _ACEOF
22328 cat confdefs.h >>conftest.$ac_ext
22329 cat >>conftest.$ac_ext <<_ACEOF
22330 /* end confdefs.h. */
22331 #include <sys/types.h>
22332 #ifdef HAVE_SYS_SOCKET_H
22333 # include <sys/socket.h>
22334 #endif
22335 #ifdef HAVE_SYS_UN_H
22336 # include <sys/un.h>
22337 #endif
22340 main ()
22342 static struct sockaddr_un ac_aggr;
22343 if (ac_aggr.sun_len)
22344 return 0;
22346 return 0;
22348 _ACEOF
22349 rm -f conftest.$ac_objext
22350 if { (ac_try="$ac_compile"
22351 case "(($ac_try" in
22352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353 *) ac_try_echo=$ac_try;;
22354 esac
22355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22356 $as_echo "$ac_try_echo") >&5
22357 (eval "$ac_compile") 2>conftest.er1
22358 ac_status=$?
22359 grep -v '^ *+' conftest.er1 >conftest.err
22360 rm -f conftest.er1
22361 cat conftest.err >&5
22362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363 (exit $ac_status); } && {
22364 test -z "$ac_c_werror_flag" ||
22365 test ! -s conftest.err
22366 } && test -s conftest.$ac_objext; then
22367 ac_cv_member_struct_sockaddr_un_sun_len=yes
22368 else
22369 $as_echo "$as_me: failed program was:" >&5
22370 sed 's/^/| /' conftest.$ac_ext >&5
22372 cat >conftest.$ac_ext <<_ACEOF
22373 /* confdefs.h. */
22374 _ACEOF
22375 cat confdefs.h >>conftest.$ac_ext
22376 cat >>conftest.$ac_ext <<_ACEOF
22377 /* end confdefs.h. */
22378 #include <sys/types.h>
22379 #ifdef HAVE_SYS_SOCKET_H
22380 # include <sys/socket.h>
22381 #endif
22382 #ifdef HAVE_SYS_UN_H
22383 # include <sys/un.h>
22384 #endif
22387 main ()
22389 static struct sockaddr_un ac_aggr;
22390 if (sizeof ac_aggr.sun_len)
22391 return 0;
22393 return 0;
22395 _ACEOF
22396 rm -f conftest.$ac_objext
22397 if { (ac_try="$ac_compile"
22398 case "(($ac_try" in
22399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22400 *) ac_try_echo=$ac_try;;
22401 esac
22402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22403 $as_echo "$ac_try_echo") >&5
22404 (eval "$ac_compile") 2>conftest.er1
22405 ac_status=$?
22406 grep -v '^ *+' conftest.er1 >conftest.err
22407 rm -f conftest.er1
22408 cat conftest.err >&5
22409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22410 (exit $ac_status); } && {
22411 test -z "$ac_c_werror_flag" ||
22412 test ! -s conftest.err
22413 } && test -s conftest.$ac_objext; then
22414 ac_cv_member_struct_sockaddr_un_sun_len=yes
22415 else
22416 $as_echo "$as_me: failed program was:" >&5
22417 sed 's/^/| /' conftest.$ac_ext >&5
22419 ac_cv_member_struct_sockaddr_un_sun_len=no
22422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22427 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22428 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22429 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22431 cat >>confdefs.h <<_ACEOF
22432 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22433 _ACEOF
22439 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22440 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22441 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22442 $as_echo_n "(cached) " >&6
22443 else
22444 cat >conftest.$ac_ext <<_ACEOF
22445 /* confdefs.h. */
22446 _ACEOF
22447 cat confdefs.h >>conftest.$ac_ext
22448 cat >>conftest.$ac_ext <<_ACEOF
22449 /* end confdefs.h. */
22450 #include <sys/types.h>
22451 #ifdef HAVE_SCSI_SG_H
22452 #include <scsi/sg.h>
22453 #endif
22456 main ()
22458 static scsireq_t ac_aggr;
22459 if (ac_aggr.cmd)
22460 return 0;
22462 return 0;
22464 _ACEOF
22465 rm -f conftest.$ac_objext
22466 if { (ac_try="$ac_compile"
22467 case "(($ac_try" in
22468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22469 *) ac_try_echo=$ac_try;;
22470 esac
22471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22472 $as_echo "$ac_try_echo") >&5
22473 (eval "$ac_compile") 2>conftest.er1
22474 ac_status=$?
22475 grep -v '^ *+' conftest.er1 >conftest.err
22476 rm -f conftest.er1
22477 cat conftest.err >&5
22478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22479 (exit $ac_status); } && {
22480 test -z "$ac_c_werror_flag" ||
22481 test ! -s conftest.err
22482 } && test -s conftest.$ac_objext; then
22483 ac_cv_member_scsireq_t_cmd=yes
22484 else
22485 $as_echo "$as_me: failed program was:" >&5
22486 sed 's/^/| /' conftest.$ac_ext >&5
22488 cat >conftest.$ac_ext <<_ACEOF
22489 /* confdefs.h. */
22490 _ACEOF
22491 cat confdefs.h >>conftest.$ac_ext
22492 cat >>conftest.$ac_ext <<_ACEOF
22493 /* end confdefs.h. */
22494 #include <sys/types.h>
22495 #ifdef HAVE_SCSI_SG_H
22496 #include <scsi/sg.h>
22497 #endif
22500 main ()
22502 static scsireq_t ac_aggr;
22503 if (sizeof ac_aggr.cmd)
22504 return 0;
22506 return 0;
22508 _ACEOF
22509 rm -f conftest.$ac_objext
22510 if { (ac_try="$ac_compile"
22511 case "(($ac_try" in
22512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22513 *) ac_try_echo=$ac_try;;
22514 esac
22515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22516 $as_echo "$ac_try_echo") >&5
22517 (eval "$ac_compile") 2>conftest.er1
22518 ac_status=$?
22519 grep -v '^ *+' conftest.er1 >conftest.err
22520 rm -f conftest.er1
22521 cat conftest.err >&5
22522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22523 (exit $ac_status); } && {
22524 test -z "$ac_c_werror_flag" ||
22525 test ! -s conftest.err
22526 } && test -s conftest.$ac_objext; then
22527 ac_cv_member_scsireq_t_cmd=yes
22528 else
22529 $as_echo "$as_me: failed program was:" >&5
22530 sed 's/^/| /' conftest.$ac_ext >&5
22532 ac_cv_member_scsireq_t_cmd=no
22535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22540 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22541 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22542 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22544 cat >>confdefs.h <<_ACEOF
22545 #define HAVE_SCSIREQ_T_CMD 1
22546 _ACEOF
22550 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22551 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22552 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22553 $as_echo_n "(cached) " >&6
22554 else
22555 cat >conftest.$ac_ext <<_ACEOF
22556 /* confdefs.h. */
22557 _ACEOF
22558 cat confdefs.h >>conftest.$ac_ext
22559 cat >>conftest.$ac_ext <<_ACEOF
22560 /* end confdefs.h. */
22561 #include <sys/types.h>
22562 #ifdef HAVE_SCSI_SG_H
22563 #include <scsi/sg.h>
22564 #endif
22567 main ()
22569 static sg_io_hdr_t ac_aggr;
22570 if (ac_aggr.interface_id)
22571 return 0;
22573 return 0;
22575 _ACEOF
22576 rm -f conftest.$ac_objext
22577 if { (ac_try="$ac_compile"
22578 case "(($ac_try" in
22579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22580 *) ac_try_echo=$ac_try;;
22581 esac
22582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22583 $as_echo "$ac_try_echo") >&5
22584 (eval "$ac_compile") 2>conftest.er1
22585 ac_status=$?
22586 grep -v '^ *+' conftest.er1 >conftest.err
22587 rm -f conftest.er1
22588 cat conftest.err >&5
22589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22590 (exit $ac_status); } && {
22591 test -z "$ac_c_werror_flag" ||
22592 test ! -s conftest.err
22593 } && test -s conftest.$ac_objext; then
22594 ac_cv_member_sg_io_hdr_t_interface_id=yes
22595 else
22596 $as_echo "$as_me: failed program was:" >&5
22597 sed 's/^/| /' conftest.$ac_ext >&5
22599 cat >conftest.$ac_ext <<_ACEOF
22600 /* confdefs.h. */
22601 _ACEOF
22602 cat confdefs.h >>conftest.$ac_ext
22603 cat >>conftest.$ac_ext <<_ACEOF
22604 /* end confdefs.h. */
22605 #include <sys/types.h>
22606 #ifdef HAVE_SCSI_SG_H
22607 #include <scsi/sg.h>
22608 #endif
22611 main ()
22613 static sg_io_hdr_t ac_aggr;
22614 if (sizeof ac_aggr.interface_id)
22615 return 0;
22617 return 0;
22619 _ACEOF
22620 rm -f conftest.$ac_objext
22621 if { (ac_try="$ac_compile"
22622 case "(($ac_try" in
22623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22624 *) ac_try_echo=$ac_try;;
22625 esac
22626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22627 $as_echo "$ac_try_echo") >&5
22628 (eval "$ac_compile") 2>conftest.er1
22629 ac_status=$?
22630 grep -v '^ *+' conftest.er1 >conftest.err
22631 rm -f conftest.er1
22632 cat conftest.err >&5
22633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634 (exit $ac_status); } && {
22635 test -z "$ac_c_werror_flag" ||
22636 test ! -s conftest.err
22637 } && test -s conftest.$ac_objext; then
22638 ac_cv_member_sg_io_hdr_t_interface_id=yes
22639 else
22640 $as_echo "$as_me: failed program was:" >&5
22641 sed 's/^/| /' conftest.$ac_ext >&5
22643 ac_cv_member_sg_io_hdr_t_interface_id=no
22646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22651 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22652 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22653 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22655 cat >>confdefs.h <<_ACEOF
22656 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22657 _ACEOF
22663 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22664 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22665 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22666 $as_echo_n "(cached) " >&6
22667 else
22668 cat >conftest.$ac_ext <<_ACEOF
22669 /* confdefs.h. */
22670 _ACEOF
22671 cat confdefs.h >>conftest.$ac_ext
22672 cat >>conftest.$ac_ext <<_ACEOF
22673 /* end confdefs.h. */
22674 #include <signal.h>
22677 main ()
22679 static siginfo_t ac_aggr;
22680 if (ac_aggr.si_fd)
22681 return 0;
22683 return 0;
22685 _ACEOF
22686 rm -f conftest.$ac_objext
22687 if { (ac_try="$ac_compile"
22688 case "(($ac_try" in
22689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22690 *) ac_try_echo=$ac_try;;
22691 esac
22692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22693 $as_echo "$ac_try_echo") >&5
22694 (eval "$ac_compile") 2>conftest.er1
22695 ac_status=$?
22696 grep -v '^ *+' conftest.er1 >conftest.err
22697 rm -f conftest.er1
22698 cat conftest.err >&5
22699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); } && {
22701 test -z "$ac_c_werror_flag" ||
22702 test ! -s conftest.err
22703 } && test -s conftest.$ac_objext; then
22704 ac_cv_member_siginfo_t_si_fd=yes
22705 else
22706 $as_echo "$as_me: failed program was:" >&5
22707 sed 's/^/| /' conftest.$ac_ext >&5
22709 cat >conftest.$ac_ext <<_ACEOF
22710 /* confdefs.h. */
22711 _ACEOF
22712 cat confdefs.h >>conftest.$ac_ext
22713 cat >>conftest.$ac_ext <<_ACEOF
22714 /* end confdefs.h. */
22715 #include <signal.h>
22718 main ()
22720 static siginfo_t ac_aggr;
22721 if (sizeof ac_aggr.si_fd)
22722 return 0;
22724 return 0;
22726 _ACEOF
22727 rm -f conftest.$ac_objext
22728 if { (ac_try="$ac_compile"
22729 case "(($ac_try" in
22730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22731 *) ac_try_echo=$ac_try;;
22732 esac
22733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22734 $as_echo "$ac_try_echo") >&5
22735 (eval "$ac_compile") 2>conftest.er1
22736 ac_status=$?
22737 grep -v '^ *+' conftest.er1 >conftest.err
22738 rm -f conftest.er1
22739 cat conftest.err >&5
22740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22741 (exit $ac_status); } && {
22742 test -z "$ac_c_werror_flag" ||
22743 test ! -s conftest.err
22744 } && test -s conftest.$ac_objext; then
22745 ac_cv_member_siginfo_t_si_fd=yes
22746 else
22747 $as_echo "$as_me: failed program was:" >&5
22748 sed 's/^/| /' conftest.$ac_ext >&5
22750 ac_cv_member_siginfo_t_si_fd=no
22753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22758 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22759 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22760 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22762 cat >>confdefs.h <<_ACEOF
22763 #define HAVE_SIGINFO_T_SI_FD 1
22764 _ACEOF
22770 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22771 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22772 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22773 $as_echo_n "(cached) " >&6
22774 else
22775 cat >conftest.$ac_ext <<_ACEOF
22776 /* confdefs.h. */
22777 _ACEOF
22778 cat confdefs.h >>conftest.$ac_ext
22779 cat >>conftest.$ac_ext <<_ACEOF
22780 /* end confdefs.h. */
22781 #include <sys/types.h>
22782 #ifdef HAVE_SYS_MTIO_H
22783 #include <sys/mtio.h>
22784 #endif
22787 main ()
22789 static struct mtget ac_aggr;
22790 if (ac_aggr.mt_blksiz)
22791 return 0;
22793 return 0;
22795 _ACEOF
22796 rm -f conftest.$ac_objext
22797 if { (ac_try="$ac_compile"
22798 case "(($ac_try" in
22799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22800 *) ac_try_echo=$ac_try;;
22801 esac
22802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22803 $as_echo "$ac_try_echo") >&5
22804 (eval "$ac_compile") 2>conftest.er1
22805 ac_status=$?
22806 grep -v '^ *+' conftest.er1 >conftest.err
22807 rm -f conftest.er1
22808 cat conftest.err >&5
22809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } && {
22811 test -z "$ac_c_werror_flag" ||
22812 test ! -s conftest.err
22813 } && test -s conftest.$ac_objext; then
22814 ac_cv_member_struct_mtget_mt_blksiz=yes
22815 else
22816 $as_echo "$as_me: failed program was:" >&5
22817 sed 's/^/| /' conftest.$ac_ext >&5
22819 cat >conftest.$ac_ext <<_ACEOF
22820 /* confdefs.h. */
22821 _ACEOF
22822 cat confdefs.h >>conftest.$ac_ext
22823 cat >>conftest.$ac_ext <<_ACEOF
22824 /* end confdefs.h. */
22825 #include <sys/types.h>
22826 #ifdef HAVE_SYS_MTIO_H
22827 #include <sys/mtio.h>
22828 #endif
22831 main ()
22833 static struct mtget ac_aggr;
22834 if (sizeof ac_aggr.mt_blksiz)
22835 return 0;
22837 return 0;
22839 _ACEOF
22840 rm -f conftest.$ac_objext
22841 if { (ac_try="$ac_compile"
22842 case "(($ac_try" in
22843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22844 *) ac_try_echo=$ac_try;;
22845 esac
22846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22847 $as_echo "$ac_try_echo") >&5
22848 (eval "$ac_compile") 2>conftest.er1
22849 ac_status=$?
22850 grep -v '^ *+' conftest.er1 >conftest.err
22851 rm -f conftest.er1
22852 cat conftest.err >&5
22853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22854 (exit $ac_status); } && {
22855 test -z "$ac_c_werror_flag" ||
22856 test ! -s conftest.err
22857 } && test -s conftest.$ac_objext; then
22858 ac_cv_member_struct_mtget_mt_blksiz=yes
22859 else
22860 $as_echo "$as_me: failed program was:" >&5
22861 sed 's/^/| /' conftest.$ac_ext >&5
22863 ac_cv_member_struct_mtget_mt_blksiz=no
22866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22871 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22872 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22873 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22875 cat >>confdefs.h <<_ACEOF
22876 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22877 _ACEOF
22881 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22882 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22883 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22884 $as_echo_n "(cached) " >&6
22885 else
22886 cat >conftest.$ac_ext <<_ACEOF
22887 /* confdefs.h. */
22888 _ACEOF
22889 cat confdefs.h >>conftest.$ac_ext
22890 cat >>conftest.$ac_ext <<_ACEOF
22891 /* end confdefs.h. */
22892 #include <sys/types.h>
22893 #ifdef HAVE_SYS_MTIO_H
22894 #include <sys/mtio.h>
22895 #endif
22898 main ()
22900 static struct mtget ac_aggr;
22901 if (ac_aggr.mt_gstat)
22902 return 0;
22904 return 0;
22906 _ACEOF
22907 rm -f conftest.$ac_objext
22908 if { (ac_try="$ac_compile"
22909 case "(($ac_try" in
22910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22911 *) ac_try_echo=$ac_try;;
22912 esac
22913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22914 $as_echo "$ac_try_echo") >&5
22915 (eval "$ac_compile") 2>conftest.er1
22916 ac_status=$?
22917 grep -v '^ *+' conftest.er1 >conftest.err
22918 rm -f conftest.er1
22919 cat conftest.err >&5
22920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22921 (exit $ac_status); } && {
22922 test -z "$ac_c_werror_flag" ||
22923 test ! -s conftest.err
22924 } && test -s conftest.$ac_objext; then
22925 ac_cv_member_struct_mtget_mt_gstat=yes
22926 else
22927 $as_echo "$as_me: failed program was:" >&5
22928 sed 's/^/| /' conftest.$ac_ext >&5
22930 cat >conftest.$ac_ext <<_ACEOF
22931 /* confdefs.h. */
22932 _ACEOF
22933 cat confdefs.h >>conftest.$ac_ext
22934 cat >>conftest.$ac_ext <<_ACEOF
22935 /* end confdefs.h. */
22936 #include <sys/types.h>
22937 #ifdef HAVE_SYS_MTIO_H
22938 #include <sys/mtio.h>
22939 #endif
22942 main ()
22944 static struct mtget ac_aggr;
22945 if (sizeof ac_aggr.mt_gstat)
22946 return 0;
22948 return 0;
22950 _ACEOF
22951 rm -f conftest.$ac_objext
22952 if { (ac_try="$ac_compile"
22953 case "(($ac_try" in
22954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22955 *) ac_try_echo=$ac_try;;
22956 esac
22957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22958 $as_echo "$ac_try_echo") >&5
22959 (eval "$ac_compile") 2>conftest.er1
22960 ac_status=$?
22961 grep -v '^ *+' conftest.er1 >conftest.err
22962 rm -f conftest.er1
22963 cat conftest.err >&5
22964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22965 (exit $ac_status); } && {
22966 test -z "$ac_c_werror_flag" ||
22967 test ! -s conftest.err
22968 } && test -s conftest.$ac_objext; then
22969 ac_cv_member_struct_mtget_mt_gstat=yes
22970 else
22971 $as_echo "$as_me: failed program was:" >&5
22972 sed 's/^/| /' conftest.$ac_ext >&5
22974 ac_cv_member_struct_mtget_mt_gstat=no
22977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22982 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22983 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22984 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22986 cat >>confdefs.h <<_ACEOF
22987 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22988 _ACEOF
22992 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22993 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22994 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22995 $as_echo_n "(cached) " >&6
22996 else
22997 cat >conftest.$ac_ext <<_ACEOF
22998 /* confdefs.h. */
22999 _ACEOF
23000 cat confdefs.h >>conftest.$ac_ext
23001 cat >>conftest.$ac_ext <<_ACEOF
23002 /* end confdefs.h. */
23003 #include <sys/types.h>
23004 #ifdef HAVE_SYS_MTIO_H
23005 #include <sys/mtio.h>
23006 #endif
23009 main ()
23011 static struct mtget ac_aggr;
23012 if (ac_aggr.mt_blkno)
23013 return 0;
23015 return 0;
23017 _ACEOF
23018 rm -f conftest.$ac_objext
23019 if { (ac_try="$ac_compile"
23020 case "(($ac_try" in
23021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23022 *) ac_try_echo=$ac_try;;
23023 esac
23024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23025 $as_echo "$ac_try_echo") >&5
23026 (eval "$ac_compile") 2>conftest.er1
23027 ac_status=$?
23028 grep -v '^ *+' conftest.er1 >conftest.err
23029 rm -f conftest.er1
23030 cat conftest.err >&5
23031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23032 (exit $ac_status); } && {
23033 test -z "$ac_c_werror_flag" ||
23034 test ! -s conftest.err
23035 } && test -s conftest.$ac_objext; then
23036 ac_cv_member_struct_mtget_mt_blkno=yes
23037 else
23038 $as_echo "$as_me: failed program was:" >&5
23039 sed 's/^/| /' conftest.$ac_ext >&5
23041 cat >conftest.$ac_ext <<_ACEOF
23042 /* confdefs.h. */
23043 _ACEOF
23044 cat confdefs.h >>conftest.$ac_ext
23045 cat >>conftest.$ac_ext <<_ACEOF
23046 /* end confdefs.h. */
23047 #include <sys/types.h>
23048 #ifdef HAVE_SYS_MTIO_H
23049 #include <sys/mtio.h>
23050 #endif
23053 main ()
23055 static struct mtget ac_aggr;
23056 if (sizeof ac_aggr.mt_blkno)
23057 return 0;
23059 return 0;
23061 _ACEOF
23062 rm -f conftest.$ac_objext
23063 if { (ac_try="$ac_compile"
23064 case "(($ac_try" in
23065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23066 *) ac_try_echo=$ac_try;;
23067 esac
23068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23069 $as_echo "$ac_try_echo") >&5
23070 (eval "$ac_compile") 2>conftest.er1
23071 ac_status=$?
23072 grep -v '^ *+' conftest.er1 >conftest.err
23073 rm -f conftest.er1
23074 cat conftest.err >&5
23075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23076 (exit $ac_status); } && {
23077 test -z "$ac_c_werror_flag" ||
23078 test ! -s conftest.err
23079 } && test -s conftest.$ac_objext; then
23080 ac_cv_member_struct_mtget_mt_blkno=yes
23081 else
23082 $as_echo "$as_me: failed program was:" >&5
23083 sed 's/^/| /' conftest.$ac_ext >&5
23085 ac_cv_member_struct_mtget_mt_blkno=no
23088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23093 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23094 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23095 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23097 cat >>confdefs.h <<_ACEOF
23098 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23099 _ACEOF
23105 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23106 $as_echo_n "checking for struct option.name... " >&6; }
23107 if test "${ac_cv_member_struct_option_name+set}" = set; then
23108 $as_echo_n "(cached) " >&6
23109 else
23110 cat >conftest.$ac_ext <<_ACEOF
23111 /* confdefs.h. */
23112 _ACEOF
23113 cat confdefs.h >>conftest.$ac_ext
23114 cat >>conftest.$ac_ext <<_ACEOF
23115 /* end confdefs.h. */
23116 #ifdef HAVE_GETOPT_H
23117 #include <getopt.h>
23118 #endif
23121 main ()
23123 static struct option ac_aggr;
23124 if (ac_aggr.name)
23125 return 0;
23127 return 0;
23129 _ACEOF
23130 rm -f conftest.$ac_objext
23131 if { (ac_try="$ac_compile"
23132 case "(($ac_try" in
23133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23134 *) ac_try_echo=$ac_try;;
23135 esac
23136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23137 $as_echo "$ac_try_echo") >&5
23138 (eval "$ac_compile") 2>conftest.er1
23139 ac_status=$?
23140 grep -v '^ *+' conftest.er1 >conftest.err
23141 rm -f conftest.er1
23142 cat conftest.err >&5
23143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23144 (exit $ac_status); } && {
23145 test -z "$ac_c_werror_flag" ||
23146 test ! -s conftest.err
23147 } && test -s conftest.$ac_objext; then
23148 ac_cv_member_struct_option_name=yes
23149 else
23150 $as_echo "$as_me: failed program was:" >&5
23151 sed 's/^/| /' conftest.$ac_ext >&5
23153 cat >conftest.$ac_ext <<_ACEOF
23154 /* confdefs.h. */
23155 _ACEOF
23156 cat confdefs.h >>conftest.$ac_ext
23157 cat >>conftest.$ac_ext <<_ACEOF
23158 /* end confdefs.h. */
23159 #ifdef HAVE_GETOPT_H
23160 #include <getopt.h>
23161 #endif
23164 main ()
23166 static struct option ac_aggr;
23167 if (sizeof ac_aggr.name)
23168 return 0;
23170 return 0;
23172 _ACEOF
23173 rm -f conftest.$ac_objext
23174 if { (ac_try="$ac_compile"
23175 case "(($ac_try" in
23176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23177 *) ac_try_echo=$ac_try;;
23178 esac
23179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23180 $as_echo "$ac_try_echo") >&5
23181 (eval "$ac_compile") 2>conftest.er1
23182 ac_status=$?
23183 grep -v '^ *+' conftest.er1 >conftest.err
23184 rm -f conftest.er1
23185 cat conftest.err >&5
23186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187 (exit $ac_status); } && {
23188 test -z "$ac_c_werror_flag" ||
23189 test ! -s conftest.err
23190 } && test -s conftest.$ac_objext; then
23191 ac_cv_member_struct_option_name=yes
23192 else
23193 $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23196 ac_cv_member_struct_option_name=no
23199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23204 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23205 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23206 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23208 cat >>confdefs.h <<_ACEOF
23209 #define HAVE_STRUCT_OPTION_NAME 1
23210 _ACEOF
23216 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23217 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23218 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23219 $as_echo_n "(cached) " >&6
23220 else
23221 cat >conftest.$ac_ext <<_ACEOF
23222 /* confdefs.h. */
23223 _ACEOF
23224 cat confdefs.h >>conftest.$ac_ext
23225 cat >>conftest.$ac_ext <<_ACEOF
23226 /* end confdefs.h. */
23227 $ac_includes_default
23229 main ()
23231 static struct stat ac_aggr;
23232 if (ac_aggr.st_blocks)
23233 return 0;
23235 return 0;
23237 _ACEOF
23238 rm -f conftest.$ac_objext
23239 if { (ac_try="$ac_compile"
23240 case "(($ac_try" in
23241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23242 *) ac_try_echo=$ac_try;;
23243 esac
23244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23245 $as_echo "$ac_try_echo") >&5
23246 (eval "$ac_compile") 2>conftest.er1
23247 ac_status=$?
23248 grep -v '^ *+' conftest.er1 >conftest.err
23249 rm -f conftest.er1
23250 cat conftest.err >&5
23251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23252 (exit $ac_status); } && {
23253 test -z "$ac_c_werror_flag" ||
23254 test ! -s conftest.err
23255 } && test -s conftest.$ac_objext; then
23256 ac_cv_member_struct_stat_st_blocks=yes
23257 else
23258 $as_echo "$as_me: failed program was:" >&5
23259 sed 's/^/| /' conftest.$ac_ext >&5
23261 cat >conftest.$ac_ext <<_ACEOF
23262 /* confdefs.h. */
23263 _ACEOF
23264 cat confdefs.h >>conftest.$ac_ext
23265 cat >>conftest.$ac_ext <<_ACEOF
23266 /* end confdefs.h. */
23267 $ac_includes_default
23269 main ()
23271 static struct stat ac_aggr;
23272 if (sizeof ac_aggr.st_blocks)
23273 return 0;
23275 return 0;
23277 _ACEOF
23278 rm -f conftest.$ac_objext
23279 if { (ac_try="$ac_compile"
23280 case "(($ac_try" in
23281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23282 *) ac_try_echo=$ac_try;;
23283 esac
23284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23285 $as_echo "$ac_try_echo") >&5
23286 (eval "$ac_compile") 2>conftest.er1
23287 ac_status=$?
23288 grep -v '^ *+' conftest.er1 >conftest.err
23289 rm -f conftest.er1
23290 cat conftest.err >&5
23291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23292 (exit $ac_status); } && {
23293 test -z "$ac_c_werror_flag" ||
23294 test ! -s conftest.err
23295 } && test -s conftest.$ac_objext; then
23296 ac_cv_member_struct_stat_st_blocks=yes
23297 else
23298 $as_echo "$as_me: failed program was:" >&5
23299 sed 's/^/| /' conftest.$ac_ext >&5
23301 ac_cv_member_struct_stat_st_blocks=no
23304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23310 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23311 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23313 cat >>confdefs.h <<_ACEOF
23314 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23315 _ACEOF
23319 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23320 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23321 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23322 $as_echo_n "(cached) " >&6
23323 else
23324 cat >conftest.$ac_ext <<_ACEOF
23325 /* confdefs.h. */
23326 _ACEOF
23327 cat confdefs.h >>conftest.$ac_ext
23328 cat >>conftest.$ac_ext <<_ACEOF
23329 /* end confdefs.h. */
23330 $ac_includes_default
23332 main ()
23334 static struct stat ac_aggr;
23335 if (ac_aggr.st_mtim)
23336 return 0;
23338 return 0;
23340 _ACEOF
23341 rm -f conftest.$ac_objext
23342 if { (ac_try="$ac_compile"
23343 case "(($ac_try" in
23344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23345 *) ac_try_echo=$ac_try;;
23346 esac
23347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23348 $as_echo "$ac_try_echo") >&5
23349 (eval "$ac_compile") 2>conftest.er1
23350 ac_status=$?
23351 grep -v '^ *+' conftest.er1 >conftest.err
23352 rm -f conftest.er1
23353 cat conftest.err >&5
23354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23355 (exit $ac_status); } && {
23356 test -z "$ac_c_werror_flag" ||
23357 test ! -s conftest.err
23358 } && test -s conftest.$ac_objext; then
23359 ac_cv_member_struct_stat_st_mtim=yes
23360 else
23361 $as_echo "$as_me: failed program was:" >&5
23362 sed 's/^/| /' conftest.$ac_ext >&5
23364 cat >conftest.$ac_ext <<_ACEOF
23365 /* confdefs.h. */
23366 _ACEOF
23367 cat confdefs.h >>conftest.$ac_ext
23368 cat >>conftest.$ac_ext <<_ACEOF
23369 /* end confdefs.h. */
23370 $ac_includes_default
23372 main ()
23374 static struct stat ac_aggr;
23375 if (sizeof ac_aggr.st_mtim)
23376 return 0;
23378 return 0;
23380 _ACEOF
23381 rm -f conftest.$ac_objext
23382 if { (ac_try="$ac_compile"
23383 case "(($ac_try" in
23384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23385 *) ac_try_echo=$ac_try;;
23386 esac
23387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23388 $as_echo "$ac_try_echo") >&5
23389 (eval "$ac_compile") 2>conftest.er1
23390 ac_status=$?
23391 grep -v '^ *+' conftest.er1 >conftest.err
23392 rm -f conftest.er1
23393 cat conftest.err >&5
23394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23395 (exit $ac_status); } && {
23396 test -z "$ac_c_werror_flag" ||
23397 test ! -s conftest.err
23398 } && test -s conftest.$ac_objext; then
23399 ac_cv_member_struct_stat_st_mtim=yes
23400 else
23401 $as_echo "$as_me: failed program was:" >&5
23402 sed 's/^/| /' conftest.$ac_ext >&5
23404 ac_cv_member_struct_stat_st_mtim=no
23407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23412 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23413 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23414 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23416 cat >>confdefs.h <<_ACEOF
23417 #define HAVE_STRUCT_STAT_ST_MTIM 1
23418 _ACEOF
23422 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23423 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23424 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23425 $as_echo_n "(cached) " >&6
23426 else
23427 cat >conftest.$ac_ext <<_ACEOF
23428 /* confdefs.h. */
23429 _ACEOF
23430 cat confdefs.h >>conftest.$ac_ext
23431 cat >>conftest.$ac_ext <<_ACEOF
23432 /* end confdefs.h. */
23433 $ac_includes_default
23435 main ()
23437 static struct stat ac_aggr;
23438 if (ac_aggr.st_ctim)
23439 return 0;
23441 return 0;
23443 _ACEOF
23444 rm -f conftest.$ac_objext
23445 if { (ac_try="$ac_compile"
23446 case "(($ac_try" in
23447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23448 *) ac_try_echo=$ac_try;;
23449 esac
23450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23451 $as_echo "$ac_try_echo") >&5
23452 (eval "$ac_compile") 2>conftest.er1
23453 ac_status=$?
23454 grep -v '^ *+' conftest.er1 >conftest.err
23455 rm -f conftest.er1
23456 cat conftest.err >&5
23457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23458 (exit $ac_status); } && {
23459 test -z "$ac_c_werror_flag" ||
23460 test ! -s conftest.err
23461 } && test -s conftest.$ac_objext; then
23462 ac_cv_member_struct_stat_st_ctim=yes
23463 else
23464 $as_echo "$as_me: failed program was:" >&5
23465 sed 's/^/| /' conftest.$ac_ext >&5
23467 cat >conftest.$ac_ext <<_ACEOF
23468 /* confdefs.h. */
23469 _ACEOF
23470 cat confdefs.h >>conftest.$ac_ext
23471 cat >>conftest.$ac_ext <<_ACEOF
23472 /* end confdefs.h. */
23473 $ac_includes_default
23475 main ()
23477 static struct stat ac_aggr;
23478 if (sizeof ac_aggr.st_ctim)
23479 return 0;
23481 return 0;
23483 _ACEOF
23484 rm -f conftest.$ac_objext
23485 if { (ac_try="$ac_compile"
23486 case "(($ac_try" in
23487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23488 *) ac_try_echo=$ac_try;;
23489 esac
23490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23491 $as_echo "$ac_try_echo") >&5
23492 (eval "$ac_compile") 2>conftest.er1
23493 ac_status=$?
23494 grep -v '^ *+' conftest.er1 >conftest.err
23495 rm -f conftest.er1
23496 cat conftest.err >&5
23497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23498 (exit $ac_status); } && {
23499 test -z "$ac_c_werror_flag" ||
23500 test ! -s conftest.err
23501 } && test -s conftest.$ac_objext; then
23502 ac_cv_member_struct_stat_st_ctim=yes
23503 else
23504 $as_echo "$as_me: failed program was:" >&5
23505 sed 's/^/| /' conftest.$ac_ext >&5
23507 ac_cv_member_struct_stat_st_ctim=no
23510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23515 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23516 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23517 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23519 cat >>confdefs.h <<_ACEOF
23520 #define HAVE_STRUCT_STAT_ST_CTIM 1
23521 _ACEOF
23525 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23526 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23527 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23528 $as_echo_n "(cached) " >&6
23529 else
23530 cat >conftest.$ac_ext <<_ACEOF
23531 /* confdefs.h. */
23532 _ACEOF
23533 cat confdefs.h >>conftest.$ac_ext
23534 cat >>conftest.$ac_ext <<_ACEOF
23535 /* end confdefs.h. */
23536 $ac_includes_default
23538 main ()
23540 static struct stat ac_aggr;
23541 if (ac_aggr.st_atim)
23542 return 0;
23544 return 0;
23546 _ACEOF
23547 rm -f conftest.$ac_objext
23548 if { (ac_try="$ac_compile"
23549 case "(($ac_try" in
23550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23551 *) ac_try_echo=$ac_try;;
23552 esac
23553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23554 $as_echo "$ac_try_echo") >&5
23555 (eval "$ac_compile") 2>conftest.er1
23556 ac_status=$?
23557 grep -v '^ *+' conftest.er1 >conftest.err
23558 rm -f conftest.er1
23559 cat conftest.err >&5
23560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23561 (exit $ac_status); } && {
23562 test -z "$ac_c_werror_flag" ||
23563 test ! -s conftest.err
23564 } && test -s conftest.$ac_objext; then
23565 ac_cv_member_struct_stat_st_atim=yes
23566 else
23567 $as_echo "$as_me: failed program was:" >&5
23568 sed 's/^/| /' conftest.$ac_ext >&5
23570 cat >conftest.$ac_ext <<_ACEOF
23571 /* confdefs.h. */
23572 _ACEOF
23573 cat confdefs.h >>conftest.$ac_ext
23574 cat >>conftest.$ac_ext <<_ACEOF
23575 /* end confdefs.h. */
23576 $ac_includes_default
23578 main ()
23580 static struct stat ac_aggr;
23581 if (sizeof ac_aggr.st_atim)
23582 return 0;
23584 return 0;
23586 _ACEOF
23587 rm -f conftest.$ac_objext
23588 if { (ac_try="$ac_compile"
23589 case "(($ac_try" in
23590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23591 *) ac_try_echo=$ac_try;;
23592 esac
23593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23594 $as_echo "$ac_try_echo") >&5
23595 (eval "$ac_compile") 2>conftest.er1
23596 ac_status=$?
23597 grep -v '^ *+' conftest.er1 >conftest.err
23598 rm -f conftest.er1
23599 cat conftest.err >&5
23600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23601 (exit $ac_status); } && {
23602 test -z "$ac_c_werror_flag" ||
23603 test ! -s conftest.err
23604 } && test -s conftest.$ac_objext; then
23605 ac_cv_member_struct_stat_st_atim=yes
23606 else
23607 $as_echo "$as_me: failed program was:" >&5
23608 sed 's/^/| /' conftest.$ac_ext >&5
23610 ac_cv_member_struct_stat_st_atim=no
23613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23618 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23619 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23620 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23622 cat >>confdefs.h <<_ACEOF
23623 #define HAVE_STRUCT_STAT_ST_ATIM 1
23624 _ACEOF
23630 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23631 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23632 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23633 $as_echo_n "(cached) " >&6
23634 else
23635 cat >conftest.$ac_ext <<_ACEOF
23636 /* confdefs.h. */
23637 _ACEOF
23638 cat confdefs.h >>conftest.$ac_ext
23639 cat >>conftest.$ac_ext <<_ACEOF
23640 /* end confdefs.h. */
23641 #ifdef HAVE_SYS_TYPES_H
23642 #include <sys/types.h>
23643 #endif
23644 #ifdef HAVE_NETINET_IN_H
23645 #include <netinet/in.h>
23646 #endif
23649 main ()
23651 static struct sockaddr_in6 ac_aggr;
23652 if (ac_aggr.sin6_scope_id)
23653 return 0;
23655 return 0;
23657 _ACEOF
23658 rm -f conftest.$ac_objext
23659 if { (ac_try="$ac_compile"
23660 case "(($ac_try" in
23661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23662 *) ac_try_echo=$ac_try;;
23663 esac
23664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23665 $as_echo "$ac_try_echo") >&5
23666 (eval "$ac_compile") 2>conftest.er1
23667 ac_status=$?
23668 grep -v '^ *+' conftest.er1 >conftest.err
23669 rm -f conftest.er1
23670 cat conftest.err >&5
23671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23672 (exit $ac_status); } && {
23673 test -z "$ac_c_werror_flag" ||
23674 test ! -s conftest.err
23675 } && test -s conftest.$ac_objext; then
23676 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23677 else
23678 $as_echo "$as_me: failed program was:" >&5
23679 sed 's/^/| /' conftest.$ac_ext >&5
23681 cat >conftest.$ac_ext <<_ACEOF
23682 /* confdefs.h. */
23683 _ACEOF
23684 cat confdefs.h >>conftest.$ac_ext
23685 cat >>conftest.$ac_ext <<_ACEOF
23686 /* end confdefs.h. */
23687 #ifdef HAVE_SYS_TYPES_H
23688 #include <sys/types.h>
23689 #endif
23690 #ifdef HAVE_NETINET_IN_H
23691 #include <netinet/in.h>
23692 #endif
23695 main ()
23697 static struct sockaddr_in6 ac_aggr;
23698 if (sizeof ac_aggr.sin6_scope_id)
23699 return 0;
23701 return 0;
23703 _ACEOF
23704 rm -f conftest.$ac_objext
23705 if { (ac_try="$ac_compile"
23706 case "(($ac_try" in
23707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23708 *) ac_try_echo=$ac_try;;
23709 esac
23710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23711 $as_echo "$ac_try_echo") >&5
23712 (eval "$ac_compile") 2>conftest.er1
23713 ac_status=$?
23714 grep -v '^ *+' conftest.er1 >conftest.err
23715 rm -f conftest.er1
23716 cat conftest.err >&5
23717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23718 (exit $ac_status); } && {
23719 test -z "$ac_c_werror_flag" ||
23720 test ! -s conftest.err
23721 } && test -s conftest.$ac_objext; then
23722 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23723 else
23724 $as_echo "$as_me: failed program was:" >&5
23725 sed 's/^/| /' conftest.$ac_ext >&5
23727 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23735 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23736 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23737 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23739 cat >>confdefs.h <<_ACEOF
23740 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23741 _ACEOF
23747 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23748 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23749 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23750 $as_echo_n "(cached) " >&6
23751 else
23752 cat >conftest.$ac_ext <<_ACEOF
23753 /* confdefs.h. */
23754 _ACEOF
23755 cat confdefs.h >>conftest.$ac_ext
23756 cat >>conftest.$ac_ext <<_ACEOF
23757 /* end confdefs.h. */
23758 #ifdef HAVE_SYS_TYPES_H
23759 #include <sys/types.h>
23760 #endif
23761 #ifdef HAVE_NETINET_IN_H
23762 # include <netinet/in.h>
23763 #endif
23764 #ifdef HAVE_ARPA_NAMESER_H
23765 # include <arpa/nameser.h>
23766 #endif
23769 main ()
23771 static ns_msg ac_aggr;
23772 if (ac_aggr._msg_ptr)
23773 return 0;
23775 return 0;
23777 _ACEOF
23778 rm -f conftest.$ac_objext
23779 if { (ac_try="$ac_compile"
23780 case "(($ac_try" in
23781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23782 *) ac_try_echo=$ac_try;;
23783 esac
23784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23785 $as_echo "$ac_try_echo") >&5
23786 (eval "$ac_compile") 2>conftest.er1
23787 ac_status=$?
23788 grep -v '^ *+' conftest.er1 >conftest.err
23789 rm -f conftest.er1
23790 cat conftest.err >&5
23791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23792 (exit $ac_status); } && {
23793 test -z "$ac_c_werror_flag" ||
23794 test ! -s conftest.err
23795 } && test -s conftest.$ac_objext; then
23796 ac_cv_member_ns_msg__msg_ptr=yes
23797 else
23798 $as_echo "$as_me: failed program was:" >&5
23799 sed 's/^/| /' conftest.$ac_ext >&5
23801 cat >conftest.$ac_ext <<_ACEOF
23802 /* confdefs.h. */
23803 _ACEOF
23804 cat confdefs.h >>conftest.$ac_ext
23805 cat >>conftest.$ac_ext <<_ACEOF
23806 /* end confdefs.h. */
23807 #ifdef HAVE_SYS_TYPES_H
23808 #include <sys/types.h>
23809 #endif
23810 #ifdef HAVE_NETINET_IN_H
23811 # include <netinet/in.h>
23812 #endif
23813 #ifdef HAVE_ARPA_NAMESER_H
23814 # include <arpa/nameser.h>
23815 #endif
23818 main ()
23820 static ns_msg ac_aggr;
23821 if (sizeof ac_aggr._msg_ptr)
23822 return 0;
23824 return 0;
23826 _ACEOF
23827 rm -f conftest.$ac_objext
23828 if { (ac_try="$ac_compile"
23829 case "(($ac_try" in
23830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23831 *) ac_try_echo=$ac_try;;
23832 esac
23833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23834 $as_echo "$ac_try_echo") >&5
23835 (eval "$ac_compile") 2>conftest.er1
23836 ac_status=$?
23837 grep -v '^ *+' conftest.er1 >conftest.err
23838 rm -f conftest.er1
23839 cat conftest.err >&5
23840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23841 (exit $ac_status); } && {
23842 test -z "$ac_c_werror_flag" ||
23843 test ! -s conftest.err
23844 } && test -s conftest.$ac_objext; then
23845 ac_cv_member_ns_msg__msg_ptr=yes
23846 else
23847 $as_echo "$as_me: failed program was:" >&5
23848 sed 's/^/| /' conftest.$ac_ext >&5
23850 ac_cv_member_ns_msg__msg_ptr=no
23853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23858 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23859 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23860 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23862 cat >>confdefs.h <<_ACEOF
23863 #define HAVE_NS_MSG__MSG_PTR 1
23864 _ACEOF
23870 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23871 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23872 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23873 $as_echo_n "(cached) " >&6
23874 else
23875 cat >conftest.$ac_ext <<_ACEOF
23876 /* confdefs.h. */
23877 _ACEOF
23878 cat confdefs.h >>conftest.$ac_ext
23879 cat >>conftest.$ac_ext <<_ACEOF
23880 /* end confdefs.h. */
23881 #ifdef HAVE_SYS_TYPES_H
23882 #include <sys/types.h>
23883 #endif
23884 #ifdef HAVE_ALIAS_H
23885 #include <alias.h>
23886 #endif
23887 #ifdef HAVE_SYS_SOCKET_H
23888 #include <sys/socket.h>
23889 #endif
23890 #ifdef HAVE_SYS_SOCKETVAR_H
23891 #include <sys/socketvar.h>
23892 #endif
23893 #ifdef HAVE_SYS_TIMEOUT_H
23894 #include <sys/timeout.h>
23895 #endif
23896 #ifdef HAVE_NETINET_IN_H
23897 #include <netinet/in.h>
23898 #endif
23899 #ifdef HAVE_NETINET_IN_SYSTM_H
23900 #include <netinet/in_systm.h>
23901 #endif
23902 #ifdef HAVE_NETINET_IP_H
23903 #include <netinet/ip.h>
23904 #endif
23905 #ifdef HAVE_NETINET_IP_VAR_H
23906 #include <netinet/ip_var.h>
23907 #endif
23908 #ifdef HAVE_NETINET_IP_ICMP_H
23909 #include <netinet/ip_icmp.h>
23910 #endif
23911 #ifdef HAVE_NETINET_ICMP_VAR
23912 #include <netinet/icmp_var.h>
23913 #endif
23916 main ()
23918 static struct icmpstat ac_aggr;
23919 if (ac_aggr.icps_outhist)
23920 return 0;
23922 return 0;
23924 _ACEOF
23925 rm -f conftest.$ac_objext
23926 if { (ac_try="$ac_compile"
23927 case "(($ac_try" in
23928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23929 *) ac_try_echo=$ac_try;;
23930 esac
23931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23932 $as_echo "$ac_try_echo") >&5
23933 (eval "$ac_compile") 2>conftest.er1
23934 ac_status=$?
23935 grep -v '^ *+' conftest.er1 >conftest.err
23936 rm -f conftest.er1
23937 cat conftest.err >&5
23938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23939 (exit $ac_status); } && {
23940 test -z "$ac_c_werror_flag" ||
23941 test ! -s conftest.err
23942 } && test -s conftest.$ac_objext; then
23943 ac_cv_member_struct_icmpstat_icps_outhist=yes
23944 else
23945 $as_echo "$as_me: failed program was:" >&5
23946 sed 's/^/| /' conftest.$ac_ext >&5
23948 cat >conftest.$ac_ext <<_ACEOF
23949 /* confdefs.h. */
23950 _ACEOF
23951 cat confdefs.h >>conftest.$ac_ext
23952 cat >>conftest.$ac_ext <<_ACEOF
23953 /* end confdefs.h. */
23954 #ifdef HAVE_SYS_TYPES_H
23955 #include <sys/types.h>
23956 #endif
23957 #ifdef HAVE_ALIAS_H
23958 #include <alias.h>
23959 #endif
23960 #ifdef HAVE_SYS_SOCKET_H
23961 #include <sys/socket.h>
23962 #endif
23963 #ifdef HAVE_SYS_SOCKETVAR_H
23964 #include <sys/socketvar.h>
23965 #endif
23966 #ifdef HAVE_SYS_TIMEOUT_H
23967 #include <sys/timeout.h>
23968 #endif
23969 #ifdef HAVE_NETINET_IN_H
23970 #include <netinet/in.h>
23971 #endif
23972 #ifdef HAVE_NETINET_IN_SYSTM_H
23973 #include <netinet/in_systm.h>
23974 #endif
23975 #ifdef HAVE_NETINET_IP_H
23976 #include <netinet/ip.h>
23977 #endif
23978 #ifdef HAVE_NETINET_IP_VAR_H
23979 #include <netinet/ip_var.h>
23980 #endif
23981 #ifdef HAVE_NETINET_IP_ICMP_H
23982 #include <netinet/ip_icmp.h>
23983 #endif
23984 #ifdef HAVE_NETINET_ICMP_VAR
23985 #include <netinet/icmp_var.h>
23986 #endif
23989 main ()
23991 static struct icmpstat ac_aggr;
23992 if (sizeof ac_aggr.icps_outhist)
23993 return 0;
23995 return 0;
23997 _ACEOF
23998 rm -f conftest.$ac_objext
23999 if { (ac_try="$ac_compile"
24000 case "(($ac_try" in
24001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24002 *) ac_try_echo=$ac_try;;
24003 esac
24004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24005 $as_echo "$ac_try_echo") >&5
24006 (eval "$ac_compile") 2>conftest.er1
24007 ac_status=$?
24008 grep -v '^ *+' conftest.er1 >conftest.err
24009 rm -f conftest.er1
24010 cat conftest.err >&5
24011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24012 (exit $ac_status); } && {
24013 test -z "$ac_c_werror_flag" ||
24014 test ! -s conftest.err
24015 } && test -s conftest.$ac_objext; then
24016 ac_cv_member_struct_icmpstat_icps_outhist=yes
24017 else
24018 $as_echo "$as_me: failed program was:" >&5
24019 sed 's/^/| /' conftest.$ac_ext >&5
24021 ac_cv_member_struct_icmpstat_icps_outhist=no
24024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24029 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
24030 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
24031 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
24033 cat >>confdefs.h <<_ACEOF
24034 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
24035 _ACEOF
24041 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
24042 $as_echo_n "checking for timezone variable... " >&6; }
24043 if test "${ac_cv_have_timezone+set}" = set; then
24044 $as_echo_n "(cached) " >&6
24045 else
24046 cat >conftest.$ac_ext <<_ACEOF
24047 /* confdefs.h. */
24048 _ACEOF
24049 cat confdefs.h >>conftest.$ac_ext
24050 cat >>conftest.$ac_ext <<_ACEOF
24051 /* end confdefs.h. */
24052 #include <time.h>
24054 main ()
24056 timezone = 1
24058 return 0;
24060 _ACEOF
24061 rm -f conftest.$ac_objext conftest$ac_exeext
24062 if { (ac_try="$ac_link"
24063 case "(($ac_try" in
24064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24065 *) ac_try_echo=$ac_try;;
24066 esac
24067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24068 $as_echo "$ac_try_echo") >&5
24069 (eval "$ac_link") 2>conftest.er1
24070 ac_status=$?
24071 grep -v '^ *+' conftest.er1 >conftest.err
24072 rm -f conftest.er1
24073 cat conftest.err >&5
24074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24075 (exit $ac_status); } && {
24076 test -z "$ac_c_werror_flag" ||
24077 test ! -s conftest.err
24078 } && test -s conftest$ac_exeext && {
24079 test "$cross_compiling" = yes ||
24080 $as_test_x conftest$ac_exeext
24081 }; then
24082 ac_cv_have_timezone="yes"
24083 else
24084 $as_echo "$as_me: failed program was:" >&5
24085 sed 's/^/| /' conftest.$ac_ext >&5
24087 ac_cv_have_timezone="no"
24090 rm -rf conftest.dSYM
24091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24092 conftest$ac_exeext conftest.$ac_ext
24094 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24095 $as_echo "$ac_cv_have_timezone" >&6; }
24096 if test "$ac_cv_have_timezone" = "yes"
24097 then
24099 cat >>confdefs.h <<\_ACEOF
24100 #define HAVE_TIMEZONE 1
24101 _ACEOF
24104 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24105 $as_echo_n "checking for daylight variable... " >&6; }
24106 if test "${ac_cv_have_daylight+set}" = set; then
24107 $as_echo_n "(cached) " >&6
24108 else
24109 cat >conftest.$ac_ext <<_ACEOF
24110 /* confdefs.h. */
24111 _ACEOF
24112 cat confdefs.h >>conftest.$ac_ext
24113 cat >>conftest.$ac_ext <<_ACEOF
24114 /* end confdefs.h. */
24115 #include <time.h>
24117 main ()
24119 daylight = 1
24121 return 0;
24123 _ACEOF
24124 rm -f conftest.$ac_objext conftest$ac_exeext
24125 if { (ac_try="$ac_link"
24126 case "(($ac_try" in
24127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24128 *) ac_try_echo=$ac_try;;
24129 esac
24130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24131 $as_echo "$ac_try_echo") >&5
24132 (eval "$ac_link") 2>conftest.er1
24133 ac_status=$?
24134 grep -v '^ *+' conftest.er1 >conftest.err
24135 rm -f conftest.er1
24136 cat conftest.err >&5
24137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24138 (exit $ac_status); } && {
24139 test -z "$ac_c_werror_flag" ||
24140 test ! -s conftest.err
24141 } && test -s conftest$ac_exeext && {
24142 test "$cross_compiling" = yes ||
24143 $as_test_x conftest$ac_exeext
24144 }; then
24145 ac_cv_have_daylight="yes"
24146 else
24147 $as_echo "$as_me: failed program was:" >&5
24148 sed 's/^/| /' conftest.$ac_ext >&5
24150 ac_cv_have_daylight="no"
24153 rm -rf conftest.dSYM
24154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24155 conftest$ac_exeext conftest.$ac_ext
24157 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24158 $as_echo "$ac_cv_have_daylight" >&6; }
24159 if test "$ac_cv_have_daylight" = "yes"
24160 then
24162 cat >>confdefs.h <<\_ACEOF
24163 #define HAVE_DAYLIGHT 1
24164 _ACEOF
24168 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24169 $as_echo_n "checking for isinf... " >&6; }
24170 if test "${ac_cv_have_isinf+set}" = set; then
24171 $as_echo_n "(cached) " >&6
24172 else
24173 cat >conftest.$ac_ext <<_ACEOF
24174 /* confdefs.h. */
24175 _ACEOF
24176 cat confdefs.h >>conftest.$ac_ext
24177 cat >>conftest.$ac_ext <<_ACEOF
24178 /* end confdefs.h. */
24179 #include <math.h>
24181 main ()
24183 float f = 0.0; int i=isinf(f)
24185 return 0;
24187 _ACEOF
24188 rm -f conftest.$ac_objext conftest$ac_exeext
24189 if { (ac_try="$ac_link"
24190 case "(($ac_try" in
24191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24192 *) ac_try_echo=$ac_try;;
24193 esac
24194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24195 $as_echo "$ac_try_echo") >&5
24196 (eval "$ac_link") 2>conftest.er1
24197 ac_status=$?
24198 grep -v '^ *+' conftest.er1 >conftest.err
24199 rm -f conftest.er1
24200 cat conftest.err >&5
24201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24202 (exit $ac_status); } && {
24203 test -z "$ac_c_werror_flag" ||
24204 test ! -s conftest.err
24205 } && test -s conftest$ac_exeext && {
24206 test "$cross_compiling" = yes ||
24207 $as_test_x conftest$ac_exeext
24208 }; then
24209 ac_cv_have_isinf="yes"
24210 else
24211 $as_echo "$as_me: failed program was:" >&5
24212 sed 's/^/| /' conftest.$ac_ext >&5
24214 ac_cv_have_isinf="no"
24217 rm -rf conftest.dSYM
24218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24219 conftest$ac_exeext conftest.$ac_ext
24221 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24222 $as_echo "$ac_cv_have_isinf" >&6; }
24223 if test "$ac_cv_have_isinf" = "yes"
24224 then
24226 cat >>confdefs.h <<\_ACEOF
24227 #define HAVE_ISINF 1
24228 _ACEOF
24232 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24233 $as_echo_n "checking for isnan... " >&6; }
24234 if test "${ac_cv_have_isnan+set}" = set; then
24235 $as_echo_n "(cached) " >&6
24236 else
24237 cat >conftest.$ac_ext <<_ACEOF
24238 /* confdefs.h. */
24239 _ACEOF
24240 cat confdefs.h >>conftest.$ac_ext
24241 cat >>conftest.$ac_ext <<_ACEOF
24242 /* end confdefs.h. */
24243 #include <math.h>
24245 main ()
24247 float f = 0.0; int i=isnan(f)
24249 return 0;
24251 _ACEOF
24252 rm -f conftest.$ac_objext conftest$ac_exeext
24253 if { (ac_try="$ac_link"
24254 case "(($ac_try" in
24255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24256 *) ac_try_echo=$ac_try;;
24257 esac
24258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24259 $as_echo "$ac_try_echo") >&5
24260 (eval "$ac_link") 2>conftest.er1
24261 ac_status=$?
24262 grep -v '^ *+' conftest.er1 >conftest.err
24263 rm -f conftest.er1
24264 cat conftest.err >&5
24265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24266 (exit $ac_status); } && {
24267 test -z "$ac_c_werror_flag" ||
24268 test ! -s conftest.err
24269 } && test -s conftest$ac_exeext && {
24270 test "$cross_compiling" = yes ||
24271 $as_test_x conftest$ac_exeext
24272 }; then
24273 ac_cv_have_isnan="yes"
24274 else
24275 $as_echo "$as_me: failed program was:" >&5
24276 sed 's/^/| /' conftest.$ac_ext >&5
24278 ac_cv_have_isnan="no"
24281 rm -rf conftest.dSYM
24282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24283 conftest$ac_exeext conftest.$ac_ext
24285 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24286 $as_echo "$ac_cv_have_isnan" >&6; }
24287 if test "$ac_cv_have_isnan" = "yes"
24288 then
24290 cat >>confdefs.h <<\_ACEOF
24291 #define HAVE_ISNAN 1
24292 _ACEOF
24297 case $host_cpu in
24298 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24299 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24300 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24301 $as_echo_n "(cached) " >&6
24302 else
24303 cat >conftest.$ac_ext <<_ACEOF
24304 /* confdefs.h. */
24305 _ACEOF
24306 cat confdefs.h >>conftest.$ac_ext
24307 cat >>conftest.$ac_ext <<_ACEOF
24308 /* end confdefs.h. */
24309 #ifndef __i386__
24311 #endif
24312 _ACEOF
24313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24314 $EGREP "yes" >/dev/null 2>&1; then
24315 ac_cv_cpp_def___i386__=yes
24316 else
24317 ac_cv_cpp_def___i386__=no
24319 rm -f conftest*
24322 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24323 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24324 if test $ac_cv_cpp_def___i386__ = yes; then
24325 CFLAGS="$CFLAGS -D__i386__"
24326 LINTFLAGS="$LINTFLAGS -D__i386__"
24329 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24330 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24331 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24332 $as_echo_n "(cached) " >&6
24333 else
24334 cat >conftest.$ac_ext <<_ACEOF
24335 /* confdefs.h. */
24336 _ACEOF
24337 cat confdefs.h >>conftest.$ac_ext
24338 cat >>conftest.$ac_ext <<_ACEOF
24339 /* end confdefs.h. */
24340 #ifndef __x86_64__
24342 #endif
24343 _ACEOF
24344 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24345 $EGREP "yes" >/dev/null 2>&1; then
24346 ac_cv_cpp_def___x86_64__=yes
24347 else
24348 ac_cv_cpp_def___x86_64__=no
24350 rm -f conftest*
24353 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24354 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24355 if test $ac_cv_cpp_def___x86_64__ = yes; then
24356 CFLAGS="$CFLAGS -D__x86_64__"
24357 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24360 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24361 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24362 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24363 $as_echo_n "(cached) " >&6
24364 else
24365 cat >conftest.$ac_ext <<_ACEOF
24366 /* confdefs.h. */
24367 _ACEOF
24368 cat confdefs.h >>conftest.$ac_ext
24369 cat >>conftest.$ac_ext <<_ACEOF
24370 /* end confdefs.h. */
24371 #ifndef __ALPHA__
24373 #endif
24374 _ACEOF
24375 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24376 $EGREP "yes" >/dev/null 2>&1; then
24377 ac_cv_cpp_def___ALPHA__=yes
24378 else
24379 ac_cv_cpp_def___ALPHA__=no
24381 rm -f conftest*
24384 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24385 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24386 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24387 CFLAGS="$CFLAGS -D__ALPHA__"
24388 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24391 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24392 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24393 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24394 $as_echo_n "(cached) " >&6
24395 else
24396 cat >conftest.$ac_ext <<_ACEOF
24397 /* confdefs.h. */
24398 _ACEOF
24399 cat confdefs.h >>conftest.$ac_ext
24400 cat >>conftest.$ac_ext <<_ACEOF
24401 /* end confdefs.h. */
24402 #ifndef __sparc__
24404 #endif
24405 _ACEOF
24406 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24407 $EGREP "yes" >/dev/null 2>&1; then
24408 ac_cv_cpp_def___sparc__=yes
24409 else
24410 ac_cv_cpp_def___sparc__=no
24412 rm -f conftest*
24415 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24416 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24417 if test $ac_cv_cpp_def___sparc__ = yes; then
24418 CFLAGS="$CFLAGS -D__sparc__"
24419 LINTFLAGS="$LINTFLAGS -D__sparc__"
24422 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24423 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24424 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24425 $as_echo_n "(cached) " >&6
24426 else
24427 cat >conftest.$ac_ext <<_ACEOF
24428 /* confdefs.h. */
24429 _ACEOF
24430 cat confdefs.h >>conftest.$ac_ext
24431 cat >>conftest.$ac_ext <<_ACEOF
24432 /* end confdefs.h. */
24433 #ifndef __powerpc__
24435 #endif
24436 _ACEOF
24437 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24438 $EGREP "yes" >/dev/null 2>&1; then
24439 ac_cv_cpp_def___powerpc__=yes
24440 else
24441 ac_cv_cpp_def___powerpc__=no
24443 rm -f conftest*
24446 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24447 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24448 if test $ac_cv_cpp_def___powerpc__ = yes; then
24449 CFLAGS="$CFLAGS -D__powerpc__"
24450 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24453 esac
24455 case $host_vendor in
24456 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24457 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24458 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24459 $as_echo_n "(cached) " >&6
24460 else
24461 cat >conftest.$ac_ext <<_ACEOF
24462 /* confdefs.h. */
24463 _ACEOF
24464 cat confdefs.h >>conftest.$ac_ext
24465 cat >>conftest.$ac_ext <<_ACEOF
24466 /* end confdefs.h. */
24467 #ifndef __sun__
24469 #endif
24470 _ACEOF
24471 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24472 $EGREP "yes" >/dev/null 2>&1; then
24473 ac_cv_cpp_def___sun__=yes
24474 else
24475 ac_cv_cpp_def___sun__=no
24477 rm -f conftest*
24480 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24481 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24482 if test $ac_cv_cpp_def___sun__ = yes; then
24483 CFLAGS="$CFLAGS -D__sun__"
24484 LINTFLAGS="$LINTFLAGS -D__sun__"
24487 esac
24490 DEPENDENCIES="### Dependencies:
24492 .INIT: Makefile
24493 .BEGIN: Makefile
24494 .MAKEFILEDEPS:
24495 Makefile: dummy
24496 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24498 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24499 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24500 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24501 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24502 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24505 ALL_MAKERULES=""
24507 ALL_MAKEFILES=""
24509 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24512 ALL_TOP_DIRS=""
24514 ALL_DLL_DIRS=""
24516 ALL_IMPLIB_DIRS=""
24518 ALL_TEST_DIRS=""
24520 ALL_PROGRAM_DIRS=""
24522 ALL_PROGRAM_INSTALL_DIRS=""
24524 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24530 ac_config_commands="$ac_config_commands include/stamp-h"
24533 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24535 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24537 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24539 ac_config_commands="$ac_config_commands dlls/user32/resources"
24541 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24543 ac_config_commands="$ac_config_commands include/wine"
24546 ALL_MAKERULES="$ALL_MAKERULES \\
24547 Make.rules"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 Make.rules: Make.rules.in"
24550 MAKE_RULES=Make.rules
24551 ac_config_files="$ac_config_files Make.rules"
24553 ALL_MAKERULES="$ALL_MAKERULES \\
24554 dlls/Makedll.rules"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24557 MAKE_DLL_RULES=dlls/Makedll.rules
24558 ac_config_files="$ac_config_files dlls/Makedll.rules"
24560 ALL_MAKERULES="$ALL_MAKERULES \\
24561 dlls/Makeimplib.rules"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24564 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24565 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24567 ALL_MAKERULES="$ALL_MAKERULES \\
24568 dlls/Maketest.rules"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24571 MAKE_TEST_RULES=dlls/Maketest.rules
24572 ac_config_files="$ac_config_files dlls/Maketest.rules"
24574 ALL_MAKERULES="$ALL_MAKERULES \\
24575 programs/Makeprog.rules"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24578 MAKE_PROG_RULES=programs/Makeprog.rules
24579 ac_config_files="$ac_config_files programs/Makeprog.rules"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 Makefile: Makefile.in Make.rules"
24586 ac_config_files="$ac_config_files Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/Makefile"
24590 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24591 dlls"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/Makefile: dlls/Makefile.in Make.rules"
24594 ac_config_files="$ac_config_files dlls/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/acledit/Makefile"
24598 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 acledit"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/aclui/Makefile"
24606 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 aclui"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/activeds/Makefile"
24614 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 activeds"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/actxprxy/Makefile"
24622 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 actxprxy"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/adsiid/Makefile"
24630 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24631 adsiid"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24634 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/advapi32/Makefile"
24638 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 advapi32"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/advapi32/tests/Makefile"
24646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24647 advapi32/tests"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24650 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/advpack/Makefile"
24654 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 advpack"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/advpack/tests/Makefile"
24662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24663 advpack/tests"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/amstream/Makefile"
24670 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 amstream"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/amstream/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 amstream/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/appwiz.cpl/Makefile"
24686 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 appwiz.cpl"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/atl/Makefile"
24694 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 atl"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/atl/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/authz/Makefile"
24702 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 authz"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/authz/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/avicap32/Makefile"
24710 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 avicap32"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/avifil32/Makefile"
24718 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 avifil32"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/avifile.dll16/Makefile"
24726 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 avifile.dll16"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/bcrypt/Makefile"
24734 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735 bcrypt"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/browseui/Makefile"
24742 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 browseui"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/browseui/tests/Makefile"
24750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24751 browseui/tests"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24754 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/cabinet/Makefile"
24758 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 cabinet"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/cabinet/tests/Makefile"
24766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24767 cabinet/tests"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24770 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/capi2032/Makefile"
24774 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 capi2032"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/cards/Makefile"
24782 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 cards"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/cards/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/cfgmgr32/Makefile"
24790 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 cfgmgr32"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/clusapi/Makefile"
24798 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 clusapi"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/comcat/Makefile"
24806 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 comcat"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/comcat/tests/Makefile"
24814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24815 comcat/tests"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24818 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/comctl32/Makefile"
24822 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 comctl32"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/comctl32/tests/Makefile"
24830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24831 comctl32/tests"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24834 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/comdlg32/Makefile"
24838 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 comdlg32"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/comdlg32/tests/Makefile"
24846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24847 comdlg32/tests"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24850 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/comm.drv16/Makefile"
24854 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 comm.drv16"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/compobj.dll16/Makefile"
24862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 compobj.dll16"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/compstui/Makefile"
24870 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 compstui"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/credui/Makefile"
24878 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 credui"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/credui/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/credui/tests/Makefile"
24886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24887 credui/tests"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24890 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/crtdll/Makefile"
24894 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 crtdll"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/crypt32/Makefile"
24902 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 crypt32"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/crypt32/tests/Makefile"
24910 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24911 crypt32/tests"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24914 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/cryptdlg/Makefile"
24918 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 cryptdlg"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/cryptdll/Makefile"
24926 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 cryptdll"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/cryptnet/Makefile"
24934 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 cryptnet"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/cryptnet/tests/Makefile"
24942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24943 cryptnet/tests"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24946 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/cryptui/Makefile"
24950 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 cryptui"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/cryptui/tests/Makefile"
24958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959 cryptui/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/ctapi32/Makefile"
24966 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 ctapi32"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/ctl3d.dll16/Makefile"
24974 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 ctl3d.dll16"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/ctl3d32/Makefile"
24982 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 ctl3d32"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/ctl3dv2.dll16/Makefile"
24990 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 ctl3dv2.dll16"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/d3d10/Makefile"
24998 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 d3d10"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/d3d10/tests/Makefile"
25006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25007 d3d10/tests"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
25010 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/d3d10core/Makefile"
25014 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 d3d10core"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/d3d10core/tests/Makefile"
25022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25023 d3d10core/tests"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
25026 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/d3d8/Makefile"
25030 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 d3d8"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/d3d8/tests/Makefile"
25038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25039 d3d8/tests"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
25042 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/d3d9/Makefile"
25046 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 d3d9"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/d3d9/tests/Makefile"
25054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25055 d3d9/tests"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
25058 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/d3dim/Makefile"
25062 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 d3dim"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/d3drm/Makefile"
25070 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 d3drm"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/d3drm/tests/Makefile"
25078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25079 d3drm/tests"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25082 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/d3dx8/Makefile"
25086 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 d3dx8"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/d3dx8/tests/Makefile"
25094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095 d3dx8/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/d3dx9_24/Makefile"
25102 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 d3dx9_24"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/d3dx9_25/Makefile"
25110 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 d3dx9_25"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/d3dx9_26/Makefile"
25118 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 d3dx9_26"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/d3dx9_27/Makefile"
25126 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 d3dx9_27"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/d3dx9_28/Makefile"
25134 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 d3dx9_28"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/d3dx9_29/Makefile"
25142 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 d3dx9_29"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/d3dx9_30/Makefile"
25150 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 d3dx9_30"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/d3dx9_31/Makefile"
25158 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 d3dx9_31"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/d3dx9_32/Makefile"
25166 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 d3dx9_32"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/d3dx9_33/Makefile"
25174 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 d3dx9_33"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/d3dx9_34/Makefile"
25182 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 d3dx9_34"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/d3dx9_35/Makefile"
25190 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 d3dx9_35"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/d3dx9_36/Makefile"
25198 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 d3dx9_36"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/d3dx9_36/tests/Makefile"
25206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25207 d3dx9_36/tests"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25210 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/d3dx9_37/Makefile"
25214 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 d3dx9_37"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/d3dx9_38/Makefile"
25222 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 d3dx9_38"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/d3dx9_39/Makefile"
25230 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 d3dx9_39"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/d3dx9_40/Makefile"
25238 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239 d3dx9_40"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/d3dx9_41/Makefile"
25246 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 d3dx9_41"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/d3dxof/Makefile"
25254 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 d3dxof"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/d3dxof/tests/Makefile"
25262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25263 d3dxof/tests"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25266 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/dbghelp/Makefile"
25270 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25271 dbghelp"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25274 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/dciman32/Makefile"
25278 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 dciman32"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/ddeml.dll16/Makefile"
25286 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287 ddeml.dll16"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/ddraw/Makefile"
25294 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295 ddraw"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/ddraw/tests/Makefile"
25302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25303 ddraw/tests"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25306 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/ddrawex/Makefile"
25310 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 ddrawex"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/ddrawex/tests/Makefile"
25318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25319 ddrawex/tests"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25322 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/devenum/Makefile"
25326 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25327 devenum"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/dinput/Makefile"
25334 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 dinput"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/dinput/tests/Makefile"
25342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25343 dinput/tests"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25346 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/dinput8/Makefile"
25350 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 dinput8"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/dispdib.dll16/Makefile"
25358 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 dispdib.dll16"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/display.drv16/Makefile"
25366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25367 display.drv16"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25370 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/dmband/Makefile"
25374 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375 dmband"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/dmcompos/Makefile"
25382 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 dmcompos"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/dmime/Makefile"
25390 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391 dmime"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/dmloader/Makefile"
25398 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 dmloader"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/dmscript/Makefile"
25406 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407 dmscript"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/dmstyle/Makefile"
25414 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 dmstyle"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/dmsynth/Makefile"
25422 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423 dmsynth"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/dmusic/Makefile"
25430 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 dmusic"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/dmusic32/Makefile"
25438 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25439 dmusic32"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25442 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/dnsapi/Makefile"
25446 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447 dnsapi"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/dnsapi/tests/Makefile"
25454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25455 dnsapi/tests"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25458 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/dplay/Makefile"
25462 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463 dplay"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/dplayx/Makefile"
25470 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471 dplayx"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/dplayx/tests/Makefile"
25478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25479 dplayx/tests"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25482 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/dpnaddr/Makefile"
25486 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25487 dpnaddr"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25490 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/dpnet/Makefile"
25494 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495 dpnet"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/dpnhpast/Makefile"
25502 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25503 dpnhpast"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25506 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/dpnlobby/Makefile"
25510 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511 dpnlobby"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/dpwsockx/Makefile"
25518 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519 dpwsockx"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/dsound/Makefile"
25526 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527 dsound"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/dsound/tests/Makefile"
25534 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25535 dsound/tests"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25538 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/dssenh/Makefile"
25542 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 dssenh"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/dswave/Makefile"
25550 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551 dswave"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/dwmapi/Makefile"
25558 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25559 dwmapi"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25562 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/dxdiagn/Makefile"
25566 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25567 dxdiagn"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25570 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/dxerr8/Makefile"
25574 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25575 dxerr8"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25578 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/dxerr9/Makefile"
25582 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25583 dxerr9"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25586 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/dxgi/Makefile"
25590 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591 dxgi"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/dxgi/tests/Makefile"
25598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25599 dxgi/tests"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25602 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/dxguid/Makefile"
25606 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25607 dxguid"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25610 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/faultrep/Makefile"
25614 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615 faultrep"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/fusion/Makefile"
25622 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25623 fusion"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25626 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/fusion/tests/Makefile"
25630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25631 fusion/tests"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25634 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/gdi32/Makefile"
25638 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639 gdi32"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/gdi32/tests/Makefile"
25646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25647 gdi32/tests"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25650 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/gdiplus/Makefile"
25654 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25655 gdiplus"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25658 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/gdiplus/tests/Makefile"
25662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25663 gdiplus/tests"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25666 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/glu32/Makefile"
25670 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25671 glu32"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25674 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/gphoto2.ds/Makefile"
25678 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679 gphoto2.ds"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/gpkcsp/Makefile"
25686 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687 gpkcsp"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/hal/Makefile"
25694 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 hal"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/hal/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/hhctrl.ocx/Makefile"
25702 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703 hhctrl.ocx"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/hid/Makefile"
25710 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711 hid"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/hid/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/hlink/Makefile"
25718 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 hlink"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/hlink/tests/Makefile"
25726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25727 hlink/tests"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25730 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/hnetcfg/Makefile"
25734 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735 hnetcfg"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/httpapi/Makefile"
25742 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25743 httpapi"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25746 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/iccvid/Makefile"
25750 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 iccvid"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/icmp/Makefile"
25758 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25759 icmp"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25762 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/ifsmgr.vxd/Makefile"
25766 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767 ifsmgr.vxd"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 dlls/imaadp32.acm/Makefile"
25774 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25775 imaadp32.acm"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25778 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 dlls/imagehlp/Makefile"
25782 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783 imagehlp"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 dlls/imm.dll16/Makefile"
25790 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25791 imm.dll16"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25794 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 dlls/imm32/Makefile"
25798 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799 imm32"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 dlls/imm32/tests/Makefile"
25806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25807 imm32/tests"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25810 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 dlls/inetcomm/Makefile"
25814 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25815 inetcomm"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25818 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 dlls/inetcomm/tests/Makefile"
25822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25823 inetcomm/tests"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25826 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829 dlls/inetmib1/Makefile"
25830 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25831 inetmib1"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25834 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 dlls/inetmib1/tests/Makefile"
25838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25839 inetmib1/tests"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25842 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845 dlls/infosoft/Makefile"
25846 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25847 infosoft"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25850 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 dlls/infosoft/tests/Makefile"
25854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25855 infosoft/tests"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25858 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 dlls/initpki/Makefile"
25862 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863 initpki"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 dlls/inkobj/Makefile"
25870 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871 inkobj"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 dlls/inseng/Makefile"
25878 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25879 inseng"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25882 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 dlls/iphlpapi/Makefile"
25886 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25887 iphlpapi"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25890 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 dlls/iphlpapi/tests/Makefile"
25894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25895 iphlpapi/tests"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25898 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 dlls/itircl/Makefile"
25902 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25903 itircl"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25906 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 dlls/itss/Makefile"
25910 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911 itss"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/itss/Makefile"
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917 dlls/itss/tests/Makefile"
25918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25919 itss/tests"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25922 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 dlls/jscript/Makefile"
25926 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25927 jscript"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25930 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 dlls/jscript/tests/Makefile"
25934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25935 jscript/tests"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25938 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941 dlls/kernel32/Makefile"
25942 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25943 kernel32"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25946 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949 dlls/kernel32/tests/Makefile"
25950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25951 kernel32/tests"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25954 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 dlls/keyboard.drv16/Makefile"
25958 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25959 keyboard.drv16"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25962 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 dlls/loadperf/Makefile"
25966 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967 loadperf"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973 dlls/localspl/Makefile"
25974 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25975 localspl"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25978 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981 dlls/localspl/tests/Makefile"
25982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25983 localspl/tests"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25986 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989 dlls/localui/Makefile"
25990 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991 localui"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/localui/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 dlls/localui/tests/Makefile"
25998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25999 localui/tests"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
26002 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005 dlls/lz32/Makefile"
26006 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26007 lz32"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
26010 ac_config_files="$ac_config_files dlls/lz32/Makefile"
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013 dlls/lz32/tests/Makefile"
26014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26015 lz32/tests"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
26018 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 dlls/lzexpand.dll16/Makefile"
26022 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26023 lzexpand.dll16"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
26026 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029 dlls/mapi32/Makefile"
26030 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26031 mapi32"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
26034 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 dlls/mapi32/tests/Makefile"
26038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26039 mapi32/tests"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
26042 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045 dlls/mciavi32/Makefile"
26046 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26047 mciavi32"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
26050 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 dlls/mcicda/Makefile"
26054 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26055 mcicda"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
26058 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 dlls/mciqtz32/Makefile"
26062 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26063 mciqtz32"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
26066 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 dlls/mciseq/Makefile"
26070 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071 mciseq"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 dlls/mciwave/Makefile"
26078 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079 mciwave"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085 dlls/midimap/Makefile"
26086 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087 midimap"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 dlls/mlang/Makefile"
26094 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26095 mlang"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26098 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 dlls/mlang/tests/Makefile"
26102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26103 mlang/tests"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26106 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109 dlls/mmdevldr.vxd/Makefile"
26110 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111 mmdevldr.vxd"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 dlls/monodebg.vxd/Makefile"
26118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26119 monodebg.vxd"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26122 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125 dlls/mountmgr.sys/Makefile"
26126 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127 mountmgr.sys"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 dlls/mouse.drv16/Makefile"
26134 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135 mouse.drv16"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 dlls/mpr/Makefile"
26142 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26143 mpr"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26146 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149 dlls/mprapi/Makefile"
26150 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151 mprapi"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 dlls/msacm.dll16/Makefile"
26158 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26159 msacm.dll16"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26162 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165 dlls/msacm32.drv/Makefile"
26166 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26167 msacm32.drv"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26170 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173 dlls/msacm32/Makefile"
26174 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175 msacm32"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181 dlls/msacm32/tests/Makefile"
26182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26183 msacm32/tests"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26186 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189 dlls/msadp32.acm/Makefile"
26190 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191 msadp32.acm"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197 dlls/mscat32/Makefile"
26198 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26199 mscat32"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26202 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 dlls/mscms/Makefile"
26206 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26207 mscms"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26210 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 dlls/mscms/tests/Makefile"
26214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26215 mscms/tests"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26218 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 dlls/mscoree/Makefile"
26222 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223 mscoree"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 dlls/msctf/Makefile"
26230 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26231 msctf"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26234 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237 dlls/msctf/tests/Makefile"
26238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26239 msctf/tests"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26242 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245 dlls/msdmo/Makefile"
26246 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247 msdmo"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253 dlls/msftedit/Makefile"
26254 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26255 msftedit"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26258 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261 dlls/msg711.acm/Makefile"
26262 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26263 msg711.acm"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26266 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269 dlls/mshtml.tlb/Makefile"
26270 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271 mshtml.tlb"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277 dlls/mshtml/Makefile"
26278 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279 mshtml"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285 dlls/mshtml/tests/Makefile"
26286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26287 mshtml/tests"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26290 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 dlls/msi/Makefile"
26294 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26295 msi"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26298 ac_config_files="$ac_config_files dlls/msi/Makefile"
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301 dlls/msi/tests/Makefile"
26302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26303 msi/tests"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26306 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309 dlls/msimg32/Makefile"
26310 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26311 msimg32"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26314 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317 dlls/msimtf/Makefile"
26318 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26319 msimtf"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26322 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 dlls/msisip/Makefile"
26326 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26327 msisip"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26330 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333 dlls/msisys.ocx/Makefile"
26334 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335 msisys.ocx"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341 dlls/msnet32/Makefile"
26342 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26343 msnet32"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26346 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349 dlls/msrle32/Makefile"
26350 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351 msrle32"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357 dlls/mssign32/Makefile"
26358 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26359 mssign32"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26362 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365 dlls/mssip32/Makefile"
26366 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367 mssip32"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373 dlls/mstask/Makefile"
26374 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375 mstask"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381 dlls/mstask/tests/Makefile"
26382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26383 mstask/tests"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26386 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 dlls/msvcirt/Makefile"
26390 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391 msvcirt"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397 dlls/msvcr71/Makefile"
26398 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399 msvcr71"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405 dlls/msvcrt/Makefile"
26406 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26407 msvcrt"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26410 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 dlls/msvcrt/tests/Makefile"
26414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26415 msvcrt/tests"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26418 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421 dlls/msvcrt20/Makefile"
26422 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26423 msvcrt20"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26426 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429 dlls/msvcrt40/Makefile"
26430 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26431 msvcrt40"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26434 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437 dlls/msvcrtd/Makefile"
26438 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26439 msvcrtd"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26442 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445 dlls/msvcrtd/tests/Makefile"
26446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26447 msvcrtd/tests"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26450 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 dlls/msvfw32/Makefile"
26454 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26455 msvfw32"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26458 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 dlls/msvfw32/tests/Makefile"
26462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26463 msvfw32/tests"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26466 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 dlls/msvidc32/Makefile"
26470 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26471 msvidc32"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26474 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477 dlls/msvideo.dll16/Makefile"
26478 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26479 msvideo.dll16"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26482 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485 dlls/mswsock/Makefile"
26486 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26487 mswsock"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26490 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493 dlls/msxml3/Makefile"
26494 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26495 msxml3"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26498 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501 dlls/msxml3/tests/Makefile"
26502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26503 msxml3/tests"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26506 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509 dlls/nddeapi/Makefile"
26510 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26511 nddeapi"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26514 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517 dlls/netapi32/Makefile"
26518 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26519 netapi32"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26522 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525 dlls/netapi32/tests/Makefile"
26526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26527 netapi32/tests"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26530 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533 dlls/newdev/Makefile"
26534 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535 newdev"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541 dlls/ntdll/Makefile"
26542 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26543 ntdll"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26546 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549 dlls/ntdll/tests/Makefile"
26550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26551 ntdll/tests"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26554 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557 dlls/ntdsapi/Makefile"
26558 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26559 ntdsapi"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26562 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 dlls/ntdsapi/tests/Makefile"
26566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26567 ntdsapi/tests"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26570 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573 dlls/ntoskrnl.exe/Makefile"
26574 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26575 ntoskrnl.exe"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26578 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581 dlls/ntprint/Makefile"
26582 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26583 ntprint"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26586 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 dlls/ntprint/tests/Makefile"
26590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26591 ntprint/tests"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26594 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597 dlls/objsel/Makefile"
26598 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26599 objsel"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26602 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605 dlls/odbc32/Makefile"
26606 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26607 odbc32"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26610 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613 dlls/odbccp32/Makefile"
26614 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26615 odbccp32"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26618 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621 dlls/odbccp32/tests/Makefile"
26622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26623 odbccp32/tests"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26626 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629 dlls/ole2.dll16/Makefile"
26630 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26631 ole2.dll16"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26634 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637 dlls/ole2conv.dll16/Makefile"
26638 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26639 ole2conv.dll16"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26642 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 dlls/ole2disp.dll16/Makefile"
26646 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26647 ole2disp.dll16"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26650 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653 dlls/ole2nls.dll16/Makefile"
26654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655 ole2nls.dll16"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661 dlls/ole2prox.dll16/Makefile"
26662 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26663 ole2prox.dll16"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26666 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 dlls/ole2thk.dll16/Makefile"
26670 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671 ole2thk.dll16"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677 dlls/ole32/Makefile"
26678 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26679 ole32"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26682 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685 dlls/ole32/tests/Makefile"
26686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26687 ole32/tests"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26690 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693 dlls/oleacc/Makefile"
26694 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26695 oleacc"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26698 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701 dlls/oleacc/tests/Makefile"
26702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26703 oleacc/tests"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26706 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709 dlls/oleaut32/Makefile"
26710 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711 oleaut32"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717 dlls/oleaut32/tests/Makefile"
26718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719 oleaut32/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725 dlls/olecli.dll16/Makefile"
26726 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727 olecli.dll16"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 dlls/olecli32/Makefile"
26734 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26735 olecli32"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26738 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741 dlls/oledlg/Makefile"
26742 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26743 oledlg"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26746 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 dlls/olepro32/Makefile"
26750 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26751 olepro32"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26754 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757 dlls/olesvr.dll16/Makefile"
26758 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26759 olesvr.dll16"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26762 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765 dlls/olesvr32/Makefile"
26766 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26767 olesvr32"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26770 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773 dlls/olethk32/Makefile"
26774 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26775 olethk32"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26778 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781 dlls/opengl32/Makefile"
26782 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26783 opengl32"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26786 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 dlls/opengl32/tests/Makefile"
26790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26791 opengl32/tests"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26794 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797 dlls/pdh/Makefile"
26798 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26799 pdh"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26802 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805 dlls/pdh/tests/Makefile"
26806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26807 pdh/tests"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26810 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813 dlls/pidgen/Makefile"
26814 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26815 pidgen"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26818 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 dlls/powrprof/Makefile"
26822 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26823 powrprof"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26826 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829 dlls/printui/Makefile"
26830 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26831 printui"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26834 ac_config_files="$ac_config_files dlls/printui/Makefile"
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837 dlls/propsys/Makefile"
26838 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26839 propsys"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26842 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 dlls/psapi/Makefile"
26846 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26847 psapi"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26850 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 dlls/psapi/tests/Makefile"
26854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26855 psapi/tests"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26858 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 dlls/pstorec/Makefile"
26862 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26863 pstorec"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26866 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 dlls/qcap/Makefile"
26870 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26871 qcap"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26874 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 dlls/qedit/Makefile"
26878 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26879 qedit"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26882 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 dlls/qedit/tests/Makefile"
26886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26887 qedit/tests"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26890 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 dlls/qmgr/Makefile"
26894 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26895 qmgr"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26898 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 dlls/qmgr/tests/Makefile"
26902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26903 qmgr/tests"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26906 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 dlls/qmgrprxy/Makefile"
26910 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26911 qmgrprxy"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26914 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 dlls/quartz/Makefile"
26918 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26919 quartz"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26922 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 dlls/quartz/tests/Makefile"
26926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26927 quartz/tests"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26930 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933 dlls/query/Makefile"
26934 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26935 query"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26938 ac_config_files="$ac_config_files dlls/query/Makefile"
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941 dlls/rasapi16.dll16/Makefile"
26942 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26943 rasapi16.dll16"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26946 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 dlls/rasapi32/Makefile"
26950 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26951 rasapi32"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26954 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 dlls/rasapi32/tests/Makefile"
26958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26959 rasapi32/tests"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26962 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 dlls/rasdlg/Makefile"
26966 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26967 rasdlg"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26970 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 dlls/resutils/Makefile"
26974 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26975 resutils"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26978 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 dlls/riched20/Makefile"
26982 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26983 riched20"
26984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26985 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26986 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26988 ALL_MAKEFILES="$ALL_MAKEFILES \\
26989 dlls/riched20/tests/Makefile"
26990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26991 riched20/tests"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26994 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997 dlls/riched32/Makefile"
26998 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26999 riched32"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
27002 ac_config_files="$ac_config_files dlls/riched32/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 dlls/riched32/tests/Makefile"
27006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27007 riched32/tests"
27008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27009 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
27010 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
27012 ALL_MAKEFILES="$ALL_MAKEFILES \\
27013 dlls/rpcrt4/Makefile"
27014 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27015 rpcrt4"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
27018 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 dlls/rpcrt4/tests/Makefile"
27022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27023 rpcrt4/tests"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
27026 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 dlls/rsabase/Makefile"
27030 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27031 rsabase"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
27034 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 dlls/rsaenh/Makefile"
27038 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27039 rsaenh"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
27042 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045 dlls/rsaenh/tests/Makefile"
27046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27047 rsaenh/tests"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
27050 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 dlls/sane.ds/Makefile"
27054 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27055 sane.ds"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
27058 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061 dlls/sccbase/Makefile"
27062 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27063 sccbase"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
27066 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069 dlls/schannel/Makefile"
27070 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27071 schannel"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27074 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 dlls/schannel/tests/Makefile"
27078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27079 schannel/tests"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27082 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085 dlls/secur32/Makefile"
27086 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27087 secur32"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27090 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 dlls/secur32/tests/Makefile"
27094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27095 secur32/tests"
27096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27097 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27098 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27100 ALL_MAKEFILES="$ALL_MAKEFILES \\
27101 dlls/security/Makefile"
27102 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27103 security"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27106 ac_config_files="$ac_config_files dlls/security/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 dlls/sensapi/Makefile"
27110 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27111 sensapi"
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27114 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117 dlls/serialui/Makefile"
27118 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27119 serialui"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27122 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 dlls/serialui/tests/Makefile"
27126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27127 serialui/tests"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27130 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 dlls/setupapi/Makefile"
27134 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27135 setupapi"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27138 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 dlls/setupapi/tests/Makefile"
27142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27143 setupapi/tests"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27146 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149 dlls/sfc/Makefile"
27150 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27151 sfc"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27154 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 dlls/sfc_os/Makefile"
27158 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27159 sfc_os"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27162 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 dlls/shdoclc/Makefile"
27166 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27167 shdoclc"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27170 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 dlls/shdocvw/Makefile"
27174 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27175 shdocvw"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27178 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 dlls/shdocvw/tests/Makefile"
27182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27183 shdocvw/tests"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27186 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189 dlls/shell.dll16/Makefile"
27190 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27191 shell.dll16"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27194 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 dlls/shell32/Makefile"
27198 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27199 shell32"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27202 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 dlls/shell32/tests/Makefile"
27206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27207 shell32/tests"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27210 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213 dlls/shfolder/Makefile"
27214 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27215 shfolder"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27218 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 dlls/shlwapi/Makefile"
27222 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27223 shlwapi"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27226 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 dlls/shlwapi/tests/Makefile"
27230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27231 shlwapi/tests"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27234 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 dlls/slbcsp/Makefile"
27238 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27239 slbcsp"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27242 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 dlls/slc/Makefile"
27246 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27247 slc"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27250 ac_config_files="$ac_config_files dlls/slc/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 dlls/snmpapi/Makefile"
27254 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27255 snmpapi"
27256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27257 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27258 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27260 ALL_MAKEFILES="$ALL_MAKEFILES \\
27261 dlls/snmpapi/tests/Makefile"
27262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27263 snmpapi/tests"
27264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27265 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27266 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27268 ALL_MAKEFILES="$ALL_MAKEFILES \\
27269 dlls/softpub/Makefile"
27270 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27271 softpub"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27274 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277 dlls/sound.drv16/Makefile"
27278 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27279 sound.drv16"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27282 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 dlls/spoolss/Makefile"
27286 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27287 spoolss"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27290 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 dlls/spoolss/tests/Makefile"
27294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27295 spoolss/tests"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27298 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 dlls/stdole2.tlb/Makefile"
27302 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27303 stdole2.tlb"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27306 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 dlls/stdole32.tlb/Makefile"
27310 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27311 stdole32.tlb"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27314 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317 dlls/sti/Makefile"
27318 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27319 sti"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27322 ac_config_files="$ac_config_files dlls/sti/Makefile"
27324 ALL_MAKEFILES="$ALL_MAKEFILES \\
27325 dlls/storage.dll16/Makefile"
27326 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27327 storage.dll16"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27330 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333 dlls/stress.dll16/Makefile"
27334 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27335 stress.dll16"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27338 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341 dlls/strmiids/Makefile"
27342 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27343 strmiids"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27346 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349 dlls/svrapi/Makefile"
27350 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27351 svrapi"
27352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27353 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27354 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27356 ALL_MAKEFILES="$ALL_MAKEFILES \\
27357 dlls/sxs/Makefile"
27358 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27359 sxs"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27362 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27364 ALL_MAKEFILES="$ALL_MAKEFILES \\
27365 dlls/t2embed/Makefile"
27366 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27367 t2embed"
27368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27369 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27370 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27372 ALL_MAKEFILES="$ALL_MAKEFILES \\
27373 dlls/tapi32/Makefile"
27374 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27375 tapi32"
27376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27377 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27378 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27380 ALL_MAKEFILES="$ALL_MAKEFILES \\
27381 dlls/traffic/Makefile"
27382 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27383 traffic"
27384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27385 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27386 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27388 ALL_MAKEFILES="$ALL_MAKEFILES \\
27389 dlls/twain.dll16/Makefile"
27390 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27391 twain.dll16"
27392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27393 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27394 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27396 ALL_MAKEFILES="$ALL_MAKEFILES \\
27397 dlls/twain_32/Makefile"
27398 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27399 twain_32"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27402 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 dlls/twain_32/tests/Makefile"
27406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27407 twain_32/tests"
27408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27409 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27410 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27412 ALL_MAKEFILES="$ALL_MAKEFILES \\
27413 dlls/typelib.dll16/Makefile"
27414 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27415 typelib.dll16"
27416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27417 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27418 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27420 ALL_MAKEFILES="$ALL_MAKEFILES \\
27421 dlls/unicows/Makefile"
27422 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27423 unicows"
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27426 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429 dlls/updspapi/Makefile"
27430 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27431 updspapi"
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27434 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437 dlls/url/Makefile"
27438 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27439 url"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27442 ac_config_files="$ac_config_files dlls/url/Makefile"
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445 dlls/urlmon/Makefile"
27446 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27447 urlmon"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27450 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453 dlls/urlmon/tests/Makefile"
27454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27455 urlmon/tests"
27456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27457 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27458 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27460 ALL_MAKEFILES="$ALL_MAKEFILES \\
27461 dlls/user32/Makefile"
27462 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27463 user32"
27464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27465 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27466 ac_config_files="$ac_config_files dlls/user32/Makefile"
27468 ALL_MAKEFILES="$ALL_MAKEFILES \\
27469 dlls/user32/tests/Makefile"
27470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27471 user32/tests"
27472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27473 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27474 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27476 ALL_MAKEFILES="$ALL_MAKEFILES \\
27477 dlls/userenv/Makefile"
27478 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27479 userenv"
27480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27481 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27482 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27484 ALL_MAKEFILES="$ALL_MAKEFILES \\
27485 dlls/userenv/tests/Makefile"
27486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27487 userenv/tests"
27488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27489 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27490 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27492 ALL_MAKEFILES="$ALL_MAKEFILES \\
27493 dlls/usp10/Makefile"
27494 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27495 usp10"
27496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27497 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27498 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27500 ALL_MAKEFILES="$ALL_MAKEFILES \\
27501 dlls/usp10/tests/Makefile"
27502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27503 usp10/tests"
27504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27505 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27506 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27508 ALL_MAKEFILES="$ALL_MAKEFILES \\
27509 dlls/uuid/Makefile"
27510 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27511 uuid"
27512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27513 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27514 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27516 ALL_MAKEFILES="$ALL_MAKEFILES \\
27517 dlls/uxtheme/Makefile"
27518 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27519 uxtheme"
27520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27521 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27522 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27524 ALL_MAKEFILES="$ALL_MAKEFILES \\
27525 dlls/uxtheme/tests/Makefile"
27526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27527 uxtheme/tests"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27530 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533 dlls/vdhcp.vxd/Makefile"
27534 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27535 vdhcp.vxd"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27538 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541 dlls/vdmdbg/Makefile"
27542 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27543 vdmdbg"
27544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27545 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27546 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27548 ALL_MAKEFILES="$ALL_MAKEFILES \\
27549 dlls/version/Makefile"
27550 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27551 version"
27552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27553 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27554 ac_config_files="$ac_config_files dlls/version/Makefile"
27556 ALL_MAKEFILES="$ALL_MAKEFILES \\
27557 dlls/version/tests/Makefile"
27558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27559 version/tests"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27562 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 dlls/vmm.vxd/Makefile"
27566 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27567 vmm.vxd"
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27570 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573 dlls/vnbt.vxd/Makefile"
27574 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27575 vnbt.vxd"
27576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27577 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27578 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27580 ALL_MAKEFILES="$ALL_MAKEFILES \\
27581 dlls/vnetbios.vxd/Makefile"
27582 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27583 vnetbios.vxd"
27584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27585 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27586 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27588 ALL_MAKEFILES="$ALL_MAKEFILES \\
27589 dlls/vtdapi.vxd/Makefile"
27590 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27591 vtdapi.vxd"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27594 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 dlls/vwin32.vxd/Makefile"
27598 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27599 vwin32.vxd"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27602 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605 dlls/w32skrnl/Makefile"
27606 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27607 w32skrnl"
27608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27609 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27610 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27612 ALL_MAKEFILES="$ALL_MAKEFILES \\
27613 dlls/w32sys.dll16/Makefile"
27614 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27615 w32sys.dll16"
27616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27617 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27618 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27620 ALL_MAKEFILES="$ALL_MAKEFILES \\
27621 dlls/wbemprox/Makefile"
27622 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27623 wbemprox"
27624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27625 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27626 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27628 ALL_MAKEFILES="$ALL_MAKEFILES \\
27629 dlls/win32s16.dll16/Makefile"
27630 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27631 win32s16.dll16"
27632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27633 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27634 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27636 ALL_MAKEFILES="$ALL_MAKEFILES \\
27637 dlls/win87em.dll16/Makefile"
27638 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27639 win87em.dll16"
27640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27641 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27642 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27644 ALL_MAKEFILES="$ALL_MAKEFILES \\
27645 dlls/winaspi.dll16/Makefile"
27646 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27647 winaspi.dll16"
27648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27649 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27650 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27652 ALL_MAKEFILES="$ALL_MAKEFILES \\
27653 dlls/windebug.dll16/Makefile"
27654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27655 windebug.dll16"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27658 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661 dlls/windowscodecs/Makefile"
27662 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27663 windowscodecs"
27664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27665 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27666 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27668 ALL_MAKEFILES="$ALL_MAKEFILES \\
27669 dlls/winealsa.drv/Makefile"
27670 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27671 winealsa.drv"
27672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27673 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27674 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27676 ALL_MAKEFILES="$ALL_MAKEFILES \\
27677 dlls/wineaudioio.drv/Makefile"
27678 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27679 wineaudioio.drv"
27680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27681 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27682 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27684 ALL_MAKEFILES="$ALL_MAKEFILES \\
27685 dlls/winecoreaudio.drv/Makefile"
27686 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27687 winecoreaudio.drv"
27688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27689 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27690 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27692 ALL_MAKEFILES="$ALL_MAKEFILES \\
27693 dlls/winecrt0/Makefile"
27694 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27695 winecrt0"
27696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27697 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27698 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27700 ALL_MAKEFILES="$ALL_MAKEFILES \\
27701 dlls/wined3d/Makefile"
27702 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27703 wined3d"
27704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27705 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27706 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27708 ALL_MAKEFILES="$ALL_MAKEFILES \\
27709 dlls/winedos/Makefile"
27710 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27711 winedos"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27714 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717 dlls/wineesd.drv/Makefile"
27718 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27719 wineesd.drv"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27722 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 dlls/winejack.drv/Makefile"
27726 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27727 winejack.drv"
27728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27729 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27730 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27732 ALL_MAKEFILES="$ALL_MAKEFILES \\
27733 dlls/winejoystick.drv/Makefile"
27734 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27735 winejoystick.drv"
27736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27737 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27738 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27740 ALL_MAKEFILES="$ALL_MAKEFILES \\
27741 dlls/winemp3.acm/Makefile"
27742 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27743 winemp3.acm"
27744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27745 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27746 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27748 ALL_MAKEFILES="$ALL_MAKEFILES \\
27749 dlls/winenas.drv/Makefile"
27750 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27751 winenas.drv"
27752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27753 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27754 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27756 ALL_MAKEFILES="$ALL_MAKEFILES \\
27757 dlls/wineoss.drv/Makefile"
27758 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27759 wineoss.drv"
27760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27761 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27762 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27764 ALL_MAKEFILES="$ALL_MAKEFILES \\
27765 dlls/wineps.drv/Makefile"
27766 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27767 wineps.drv"
27768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27769 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27770 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27772 ALL_MAKEFILES="$ALL_MAKEFILES \\
27773 dlls/winequartz.drv/Makefile"
27774 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27775 winequartz.drv"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27778 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 dlls/winex11.drv/Makefile"
27782 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27783 winex11.drv"
27784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27785 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27786 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27788 ALL_MAKEFILES="$ALL_MAKEFILES \\
27789 dlls/wing32/Makefile"
27790 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27791 wing32"
27792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27793 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27794 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27796 ALL_MAKEFILES="$ALL_MAKEFILES \\
27797 dlls/winhttp/Makefile"
27798 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27799 winhttp"
27800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27801 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27802 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27804 ALL_MAKEFILES="$ALL_MAKEFILES \\
27805 dlls/winhttp/tests/Makefile"
27806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27807 winhttp/tests"
27808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27809 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27810 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27812 ALL_MAKEFILES="$ALL_MAKEFILES \\
27813 dlls/wininet/Makefile"
27814 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27815 wininet"
27816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27817 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27818 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27820 ALL_MAKEFILES="$ALL_MAKEFILES \\
27821 dlls/wininet/tests/Makefile"
27822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27823 wininet/tests"
27824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27825 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27826 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27828 ALL_MAKEFILES="$ALL_MAKEFILES \\
27829 dlls/winmm/Makefile"
27830 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27831 winmm"
27832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27833 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27834 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27836 ALL_MAKEFILES="$ALL_MAKEFILES \\
27837 dlls/winmm/tests/Makefile"
27838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27839 winmm/tests"
27840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27841 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27842 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27844 ALL_MAKEFILES="$ALL_MAKEFILES \\
27845 dlls/winnls.dll16/Makefile"
27846 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27847 winnls.dll16"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27850 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 dlls/winnls32/Makefile"
27854 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27855 winnls32"
27856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27857 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27858 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27860 ALL_MAKEFILES="$ALL_MAKEFILES \\
27861 dlls/winscard/Makefile"
27862 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27863 winscard"
27864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27865 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27866 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27868 ALL_MAKEFILES="$ALL_MAKEFILES \\
27869 dlls/winspool.drv/Makefile"
27870 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27871 winspool.drv"
27872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27873 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27874 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27876 ALL_MAKEFILES="$ALL_MAKEFILES \\
27877 dlls/winspool.drv/tests/Makefile"
27878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27879 winspool.drv/tests"
27880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27881 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27882 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27884 ALL_MAKEFILES="$ALL_MAKEFILES \\
27885 dlls/wintab.dll16/Makefile"
27886 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27887 wintab.dll16"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27890 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893 dlls/wintab32/Makefile"
27894 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27895 wintab32"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27898 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901 dlls/wintrust/Makefile"
27902 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27903 wintrust"
27904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27905 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27906 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27908 ALL_MAKEFILES="$ALL_MAKEFILES \\
27909 dlls/wintrust/tests/Makefile"
27910 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27911 wintrust/tests"
27912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27913 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27914 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27916 ALL_MAKEFILES="$ALL_MAKEFILES \\
27917 dlls/wldap32/Makefile"
27918 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27919 wldap32"
27920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27921 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27922 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27924 ALL_MAKEFILES="$ALL_MAKEFILES \\
27925 dlls/wldap32/tests/Makefile"
27926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27927 wldap32/tests"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27930 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933 dlls/wmi/Makefile"
27934 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27935 wmi"
27936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27937 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27938 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27940 ALL_MAKEFILES="$ALL_MAKEFILES \\
27941 dlls/wnaspi32/Makefile"
27942 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27943 wnaspi32"
27944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27945 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27946 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27948 ALL_MAKEFILES="$ALL_MAKEFILES \\
27949 dlls/wow32/Makefile"
27950 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27951 wow32"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27954 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 dlls/ws2_32/Makefile"
27958 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27959 ws2_32"
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27962 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965 dlls/ws2_32/tests/Makefile"
27966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27967 ws2_32/tests"
27968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27969 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27970 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27972 ALL_MAKEFILES="$ALL_MAKEFILES \\
27973 dlls/wsock32/Makefile"
27974 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27975 wsock32"
27976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27977 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27978 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27980 ALL_MAKEFILES="$ALL_MAKEFILES \\
27981 dlls/wtsapi32/Makefile"
27982 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27983 wtsapi32"
27984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27985 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27986 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27988 ALL_MAKEFILES="$ALL_MAKEFILES \\
27989 dlls/wuapi/Makefile"
27990 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27991 wuapi"
27992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27993 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27994 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27996 ALL_MAKEFILES="$ALL_MAKEFILES \\
27997 dlls/xinput1_1/Makefile"
27998 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27999 xinput1_1"
28000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28001 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
28002 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
28004 ALL_MAKEFILES="$ALL_MAKEFILES \\
28005 dlls/xinput1_2/Makefile"
28006 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28007 xinput1_2"
28008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28009 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
28010 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
28012 ALL_MAKEFILES="$ALL_MAKEFILES \\
28013 dlls/xinput1_3/Makefile"
28014 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28015 xinput1_3"
28016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28017 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
28018 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
28020 ALL_MAKEFILES="$ALL_MAKEFILES \\
28021 dlls/xinput1_3/tests/Makefile"
28022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28023 xinput1_3/tests"
28024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28025 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
28026 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
28028 ALL_MAKEFILES="$ALL_MAKEFILES \\
28029 dlls/xinput9_1_0/Makefile"
28030 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28031 xinput9_1_0"
28032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28033 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
28034 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
28036 ALL_MAKEFILES="$ALL_MAKEFILES \\
28037 dlls/xmllite/Makefile"
28038 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28039 xmllite"
28040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28041 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
28042 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
28044 ALL_MAKEFILES="$ALL_MAKEFILES \\
28045 documentation/Makefile"
28046 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28047 documentation"
28048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28049 documentation/Makefile: documentation/Makefile.in Make.rules"
28050 ac_config_files="$ac_config_files documentation/Makefile"
28052 ALL_MAKEFILES="$ALL_MAKEFILES \\
28053 fonts/Makefile"
28054 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28055 fonts"
28056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28057 fonts/Makefile: fonts/Makefile.in Make.rules"
28058 ac_config_files="$ac_config_files fonts/Makefile"
28060 ALL_MAKEFILES="$ALL_MAKEFILES \\
28061 include/Makefile"
28062 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28063 include"
28064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28065 include/Makefile: include/Makefile.in Make.rules"
28066 ac_config_files="$ac_config_files include/Makefile"
28068 ALL_MAKEFILES="$ALL_MAKEFILES \\
28069 libs/Makefile"
28070 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28071 libs"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 libs/Makefile: libs/Makefile.in Make.rules"
28074 ac_config_files="$ac_config_files libs/Makefile"
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077 libs/port/Makefile"
28079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28080 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28081 ac_config_files="$ac_config_files libs/port/Makefile"
28083 ALL_MAKEFILES="$ALL_MAKEFILES \\
28084 libs/wine/Makefile"
28086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28087 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28088 ac_config_files="$ac_config_files libs/wine/Makefile"
28090 ALL_MAKEFILES="$ALL_MAKEFILES \\
28091 libs/wpp/Makefile"
28093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28094 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28095 ac_config_files="$ac_config_files libs/wpp/Makefile"
28097 ALL_MAKEFILES="$ALL_MAKEFILES \\
28098 loader/Makefile"
28099 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28100 loader"
28101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28102 loader/Makefile: loader/Makefile.in Make.rules"
28103 ac_config_files="$ac_config_files loader/Makefile"
28105 ALL_MAKEFILES="$ALL_MAKEFILES \\
28106 programs/Makefile"
28107 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28108 programs"
28109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28110 programs/Makefile: programs/Makefile.in Make.rules"
28111 ac_config_files="$ac_config_files programs/Makefile"
28113 ALL_MAKEFILES="$ALL_MAKEFILES \\
28114 programs/cacls/Makefile"
28115 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28116 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28117 cacls"
28118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28119 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28120 ac_config_files="$ac_config_files programs/cacls/Makefile"
28122 ALL_MAKEFILES="$ALL_MAKEFILES \\
28123 programs/clock/Makefile"
28124 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28125 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28126 clock"
28127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28128 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28129 ac_config_files="$ac_config_files programs/clock/Makefile"
28131 ALL_MAKEFILES="$ALL_MAKEFILES \\
28132 programs/cmd/Makefile"
28133 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28134 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28135 cmd"
28136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28137 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28138 ac_config_files="$ac_config_files programs/cmd/Makefile"
28140 ALL_MAKEFILES="$ALL_MAKEFILES \\
28141 programs/cmdlgtst/Makefile"
28142 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28143 cmdlgtst"
28144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28145 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28146 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28148 ALL_MAKEFILES="$ALL_MAKEFILES \\
28149 programs/control/Makefile"
28150 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28151 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28152 control"
28153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28154 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28155 ac_config_files="$ac_config_files programs/control/Makefile"
28157 ALL_MAKEFILES="$ALL_MAKEFILES \\
28158 programs/eject/Makefile"
28159 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28160 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28161 eject"
28162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28163 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28164 ac_config_files="$ac_config_files programs/eject/Makefile"
28166 ALL_MAKEFILES="$ALL_MAKEFILES \\
28167 programs/expand/Makefile"
28168 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28169 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28170 expand"
28171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28172 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28173 ac_config_files="$ac_config_files programs/expand/Makefile"
28175 ALL_MAKEFILES="$ALL_MAKEFILES \\
28176 programs/explorer/Makefile"
28177 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28178 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28179 explorer"
28180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28181 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28182 ac_config_files="$ac_config_files programs/explorer/Makefile"
28184 ALL_MAKEFILES="$ALL_MAKEFILES \\
28185 programs/hh/Makefile"
28186 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28187 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28190 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28191 ac_config_files="$ac_config_files programs/hh/Makefile"
28193 ALL_MAKEFILES="$ALL_MAKEFILES \\
28194 programs/icinfo/Makefile"
28195 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28196 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28197 icinfo"
28198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28199 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28200 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28202 ALL_MAKEFILES="$ALL_MAKEFILES \\
28203 programs/iexplore/Makefile"
28204 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28205 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28206 iexplore"
28207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28208 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28209 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28211 ALL_MAKEFILES="$ALL_MAKEFILES \\
28212 programs/lodctr/Makefile"
28213 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28214 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28215 lodctr"
28216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28217 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28218 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28220 ALL_MAKEFILES="$ALL_MAKEFILES \\
28221 programs/msiexec/Makefile"
28222 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28223 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28224 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28225 msiexec"
28226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28227 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28228 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28230 ALL_MAKEFILES="$ALL_MAKEFILES \\
28231 programs/net/Makefile"
28232 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28233 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28234 net"
28235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28236 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28237 ac_config_files="$ac_config_files programs/net/Makefile"
28239 ALL_MAKEFILES="$ALL_MAKEFILES \\
28240 programs/notepad/Makefile"
28241 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28242 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28243 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28244 notepad"
28245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28246 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28247 ac_config_files="$ac_config_files programs/notepad/Makefile"
28249 ALL_MAKEFILES="$ALL_MAKEFILES \\
28250 programs/oleview/Makefile"
28251 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28252 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28253 oleview"
28254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28255 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28256 ac_config_files="$ac_config_files programs/oleview/Makefile"
28258 ALL_MAKEFILES="$ALL_MAKEFILES \\
28259 programs/progman/Makefile"
28260 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28261 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28262 progman"
28263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28264 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28265 ac_config_files="$ac_config_files programs/progman/Makefile"
28267 ALL_MAKEFILES="$ALL_MAKEFILES \\
28268 programs/reg/Makefile"
28269 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28270 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28271 reg"
28272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28273 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28274 ac_config_files="$ac_config_files programs/reg/Makefile"
28276 ALL_MAKEFILES="$ALL_MAKEFILES \\
28277 programs/regedit/Makefile"
28278 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28279 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28280 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28281 regedit"
28282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28283 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28284 ac_config_files="$ac_config_files programs/regedit/Makefile"
28286 ALL_MAKEFILES="$ALL_MAKEFILES \\
28287 programs/regsvr32/Makefile"
28288 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28289 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28290 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28291 regsvr32"
28292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28293 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28294 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28296 ALL_MAKEFILES="$ALL_MAKEFILES \\
28297 programs/rpcss/Makefile"
28298 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28299 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28300 rpcss"
28301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28302 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28303 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28305 ALL_MAKEFILES="$ALL_MAKEFILES \\
28306 programs/rundll32/Makefile"
28307 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28308 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28309 rundll32"
28310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28311 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28312 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28314 ALL_MAKEFILES="$ALL_MAKEFILES \\
28315 programs/secedit/Makefile"
28316 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28317 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28318 secedit"
28319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28320 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28321 ac_config_files="$ac_config_files programs/secedit/Makefile"
28323 ALL_MAKEFILES="$ALL_MAKEFILES \\
28324 programs/services/Makefile"
28325 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28326 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28327 services"
28328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28329 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28330 ac_config_files="$ac_config_files programs/services/Makefile"
28332 ALL_MAKEFILES="$ALL_MAKEFILES \\
28333 programs/spoolsv/Makefile"
28334 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28335 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28336 spoolsv"
28337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28338 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28339 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28341 ALL_MAKEFILES="$ALL_MAKEFILES \\
28342 programs/start/Makefile"
28343 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28344 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28345 start"
28346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28347 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28348 ac_config_files="$ac_config_files programs/start/Makefile"
28350 ALL_MAKEFILES="$ALL_MAKEFILES \\
28351 programs/svchost/Makefile"
28352 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28353 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28354 svchost"
28355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28356 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28357 ac_config_files="$ac_config_files programs/svchost/Makefile"
28359 ALL_MAKEFILES="$ALL_MAKEFILES \\
28360 programs/taskmgr/Makefile"
28361 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28362 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28363 taskmgr"
28364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28365 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28366 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28368 ALL_MAKEFILES="$ALL_MAKEFILES \\
28369 programs/termsv/Makefile"
28370 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28371 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28372 termsv"
28373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28374 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28375 ac_config_files="$ac_config_files programs/termsv/Makefile"
28377 ALL_MAKEFILES="$ALL_MAKEFILES \\
28378 programs/uninstaller/Makefile"
28379 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28380 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28381 uninstaller"
28382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28383 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28384 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28386 ALL_MAKEFILES="$ALL_MAKEFILES \\
28387 programs/unlodctr/Makefile"
28388 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28389 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28390 unlodctr"
28391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28392 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28393 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28395 ALL_MAKEFILES="$ALL_MAKEFILES \\
28396 programs/view/Makefile"
28397 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28398 view"
28399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28400 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28401 ac_config_files="$ac_config_files programs/view/Makefile"
28403 ALL_MAKEFILES="$ALL_MAKEFILES \\
28404 programs/wineboot/Makefile"
28405 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28406 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28407 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28408 wineboot"
28409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28410 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28411 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28413 ALL_MAKEFILES="$ALL_MAKEFILES \\
28414 programs/winebrowser/Makefile"
28415 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28416 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28417 winebrowser"
28418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28419 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28420 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28422 ALL_MAKEFILES="$ALL_MAKEFILES \\
28423 programs/winecfg/Makefile"
28424 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28425 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28426 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28427 winecfg"
28428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28429 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28430 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28432 ALL_MAKEFILES="$ALL_MAKEFILES \\
28433 programs/wineconsole/Makefile"
28434 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28435 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28436 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28437 wineconsole"
28438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28439 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28440 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28442 ALL_MAKEFILES="$ALL_MAKEFILES \\
28443 programs/winedbg/Makefile"
28444 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28445 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28446 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28447 winedbg"
28448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28449 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28450 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28452 ALL_MAKEFILES="$ALL_MAKEFILES \\
28453 programs/winedevice/Makefile"
28454 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28455 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28456 winedevice"
28457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28458 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28459 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28461 ALL_MAKEFILES="$ALL_MAKEFILES \\
28462 programs/winefile/Makefile"
28463 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28464 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28465 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28466 winefile"
28467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28468 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28469 ac_config_files="$ac_config_files programs/winefile/Makefile"
28471 ALL_MAKEFILES="$ALL_MAKEFILES \\
28472 programs/winemenubuilder/Makefile"
28473 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28474 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28475 winemenubuilder"
28476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28477 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28478 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28480 ALL_MAKEFILES="$ALL_MAKEFILES \\
28481 programs/winemine/Makefile"
28482 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28483 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28484 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28485 winemine"
28486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28487 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28488 ac_config_files="$ac_config_files programs/winemine/Makefile"
28490 ALL_MAKEFILES="$ALL_MAKEFILES \\
28491 programs/winepath/Makefile"
28492 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28493 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28494 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28495 winepath"
28496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28497 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28498 ac_config_files="$ac_config_files programs/winepath/Makefile"
28500 ALL_MAKEFILES="$ALL_MAKEFILES \\
28501 programs/winetest/Makefile"
28502 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28503 winetest"
28504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28505 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28506 ac_config_files="$ac_config_files programs/winetest/Makefile"
28508 ALL_MAKEFILES="$ALL_MAKEFILES \\
28509 programs/winevdm/Makefile"
28510 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28511 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28512 winevdm"
28513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28514 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28515 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28517 ALL_MAKEFILES="$ALL_MAKEFILES \\
28518 programs/winhelp.exe16/Makefile"
28519 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28520 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28521 winhelp.exe16"
28522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28523 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28524 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28526 ALL_MAKEFILES="$ALL_MAKEFILES \\
28527 programs/winhlp32/Makefile"
28528 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28529 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28530 winhlp32"
28531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28532 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28533 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28535 ALL_MAKEFILES="$ALL_MAKEFILES \\
28536 programs/winoldap.mod16/Makefile"
28537 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28538 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28539 winoldap.mod16"
28540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28541 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28542 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28544 ALL_MAKEFILES="$ALL_MAKEFILES \\
28545 programs/winver/Makefile"
28546 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28547 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28548 winver"
28549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28550 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28551 ac_config_files="$ac_config_files programs/winver/Makefile"
28553 ALL_MAKEFILES="$ALL_MAKEFILES \\
28554 programs/wordpad/Makefile"
28555 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28556 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28557 wordpad"
28558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28559 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28560 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28562 ALL_MAKEFILES="$ALL_MAKEFILES \\
28563 programs/write/Makefile"
28564 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28565 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28566 write"
28567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28568 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28569 ac_config_files="$ac_config_files programs/write/Makefile"
28571 ALL_MAKEFILES="$ALL_MAKEFILES \\
28572 programs/xcopy/Makefile"
28573 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28574 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28575 xcopy"
28576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28577 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28578 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28580 ALL_MAKEFILES="$ALL_MAKEFILES \\
28581 server/Makefile"
28582 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28583 server"
28584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28585 server/Makefile: server/Makefile.in Make.rules"
28586 ac_config_files="$ac_config_files server/Makefile"
28588 ALL_MAKEFILES="$ALL_MAKEFILES \\
28589 tools/Makefile"
28590 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28591 tools"
28592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28593 tools/Makefile: tools/Makefile.in Make.rules"
28594 ac_config_files="$ac_config_files tools/Makefile"
28596 ALL_MAKEFILES="$ALL_MAKEFILES \\
28597 tools/widl/Makefile"
28599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28600 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28601 ac_config_files="$ac_config_files tools/widl/Makefile"
28603 ALL_MAKEFILES="$ALL_MAKEFILES \\
28604 tools/winebuild/Makefile"
28606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28607 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28608 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28610 ALL_MAKEFILES="$ALL_MAKEFILES \\
28611 tools/winedump/Makefile"
28613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28614 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28615 ac_config_files="$ac_config_files tools/winedump/Makefile"
28617 ALL_MAKEFILES="$ALL_MAKEFILES \\
28618 tools/winegcc/Makefile"
28620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28621 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28622 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28624 ALL_MAKEFILES="$ALL_MAKEFILES \\
28625 tools/wmc/Makefile"
28627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28628 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28629 ac_config_files="$ac_config_files tools/wmc/Makefile"
28631 ALL_MAKEFILES="$ALL_MAKEFILES \\
28632 tools/wrc/Makefile"
28634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28635 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28636 ac_config_files="$ac_config_files tools/wrc/Makefile"
28640 ALL_WINETEST_DEPENDS="# Test binaries"
28642 for dir in $ALL_TEST_DIRS
28644 if test "$dir" != "\\"
28645 then
28646 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28647 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28648 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28649 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28651 done
28653 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28655 cat >confcache <<\_ACEOF
28656 # This file is a shell script that caches the results of configure
28657 # tests run on this system so they can be shared between configure
28658 # scripts and configure runs, see configure's option --config-cache.
28659 # It is not useful on other systems. If it contains results you don't
28660 # want to keep, you may remove or edit it.
28662 # config.status only pays attention to the cache file if you give it
28663 # the --recheck option to rerun configure.
28665 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28666 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28667 # following values.
28669 _ACEOF
28671 # The following way of writing the cache mishandles newlines in values,
28672 # but we know of no workaround that is simple, portable, and efficient.
28673 # So, we kill variables containing newlines.
28674 # Ultrix sh set writes to stderr and can't be redirected directly,
28675 # and sets the high bit in the cache file unless we assign to the vars.
28677 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28678 eval ac_val=\$$ac_var
28679 case $ac_val in #(
28680 *${as_nl}*)
28681 case $ac_var in #(
28682 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28683 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28684 esac
28685 case $ac_var in #(
28686 _ | IFS | as_nl) ;; #(
28687 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28688 *) $as_unset $ac_var ;;
28689 esac ;;
28690 esac
28691 done
28693 (set) 2>&1 |
28694 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28695 *${as_nl}ac_space=\ *)
28696 # `set' does not quote correctly, so add quotes (double-quote
28697 # substitution turns \\\\ into \\, and sed turns \\ into \).
28698 sed -n \
28699 "s/'/'\\\\''/g;
28700 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28701 ;; #(
28703 # `set' quotes correctly as required by POSIX, so do not add quotes.
28704 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28706 esac |
28707 sort
28709 sed '
28710 /^ac_cv_env_/b end
28711 t clear
28712 :clear
28713 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28714 t end
28715 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28716 :end' >>confcache
28717 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28718 if test -w "$cache_file"; then
28719 test "x$cache_file" != "x/dev/null" &&
28720 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28721 $as_echo "$as_me: updating cache $cache_file" >&6;}
28722 cat confcache >$cache_file
28723 else
28724 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28725 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28728 rm -f confcache
28730 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28731 # Let make expand exec_prefix.
28732 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28734 DEFS=-DHAVE_CONFIG_H
28736 ac_libobjs=
28737 ac_ltlibobjs=
28738 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28739 # 1. Remove the extension, and $U if already installed.
28740 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28741 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28742 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28743 # will be set to the directory where LIBOBJS objects are built.
28744 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28745 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28746 done
28747 LIBOBJS=$ac_libobjs
28749 LTLIBOBJS=$ac_ltlibobjs
28753 : ${CONFIG_STATUS=./config.status}
28754 ac_write_fail=0
28755 ac_clean_files_save=$ac_clean_files
28756 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28757 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28758 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28759 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28760 #! $SHELL
28761 # Generated by $as_me.
28762 # Run this file to recreate the current configuration.
28763 # Compiler output produced by configure, useful for debugging
28764 # configure, is in config.log if it exists.
28766 debug=false
28767 ac_cs_recheck=false
28768 ac_cs_silent=false
28769 SHELL=\${CONFIG_SHELL-$SHELL}
28770 _ACEOF
28772 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28773 ## --------------------- ##
28774 ## M4sh Initialization. ##
28775 ## --------------------- ##
28777 # Be more Bourne compatible
28778 DUALCASE=1; export DUALCASE # for MKS sh
28779 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28780 emulate sh
28781 NULLCMD=:
28782 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28783 # is contrary to our usage. Disable this feature.
28784 alias -g '${1+"$@"}'='"$@"'
28785 setopt NO_GLOB_SUBST
28786 else
28787 case `(set -o) 2>/dev/null` in
28788 *posix*) set -o posix ;;
28789 esac
28796 # PATH needs CR
28797 # Avoid depending upon Character Ranges.
28798 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28799 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28800 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28801 as_cr_digits='0123456789'
28802 as_cr_alnum=$as_cr_Letters$as_cr_digits
28804 as_nl='
28806 export as_nl
28807 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28808 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28809 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28810 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28811 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28812 as_echo='printf %s\n'
28813 as_echo_n='printf %s'
28814 else
28815 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28816 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28817 as_echo_n='/usr/ucb/echo -n'
28818 else
28819 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28820 as_echo_n_body='eval
28821 arg=$1;
28822 case $arg in
28823 *"$as_nl"*)
28824 expr "X$arg" : "X\\(.*\\)$as_nl";
28825 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28826 esac;
28827 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28829 export as_echo_n_body
28830 as_echo_n='sh -c $as_echo_n_body as_echo'
28832 export as_echo_body
28833 as_echo='sh -c $as_echo_body as_echo'
28836 # The user is always right.
28837 if test "${PATH_SEPARATOR+set}" != set; then
28838 PATH_SEPARATOR=:
28839 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28840 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28841 PATH_SEPARATOR=';'
28845 # Support unset when possible.
28846 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28847 as_unset=unset
28848 else
28849 as_unset=false
28853 # IFS
28854 # We need space, tab and new line, in precisely that order. Quoting is
28855 # there to prevent editors from complaining about space-tab.
28856 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28857 # splitting by setting IFS to empty value.)
28858 IFS=" "" $as_nl"
28860 # Find who we are. Look in the path if we contain no directory separator.
28861 case $0 in
28862 *[\\/]* ) as_myself=$0 ;;
28863 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28864 for as_dir in $PATH
28866 IFS=$as_save_IFS
28867 test -z "$as_dir" && as_dir=.
28868 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28869 done
28870 IFS=$as_save_IFS
28873 esac
28874 # We did not find ourselves, most probably we were run as `sh COMMAND'
28875 # in which case we are not to be found in the path.
28876 if test "x$as_myself" = x; then
28877 as_myself=$0
28879 if test ! -f "$as_myself"; then
28880 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28881 { (exit 1); exit 1; }
28884 # Work around bugs in pre-3.0 UWIN ksh.
28885 for as_var in ENV MAIL MAILPATH
28886 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28887 done
28888 PS1='$ '
28889 PS2='> '
28890 PS4='+ '
28892 # NLS nuisances.
28893 LC_ALL=C
28894 export LC_ALL
28895 LANGUAGE=C
28896 export LANGUAGE
28898 # Required to use basename.
28899 if expr a : '\(a\)' >/dev/null 2>&1 &&
28900 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28901 as_expr=expr
28902 else
28903 as_expr=false
28906 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28907 as_basename=basename
28908 else
28909 as_basename=false
28913 # Name of the executable.
28914 as_me=`$as_basename -- "$0" ||
28915 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28916 X"$0" : 'X\(//\)$' \| \
28917 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28918 $as_echo X/"$0" |
28919 sed '/^.*\/\([^/][^/]*\)\/*$/{
28920 s//\1/
28923 /^X\/\(\/\/\)$/{
28924 s//\1/
28927 /^X\/\(\/\).*/{
28928 s//\1/
28931 s/.*/./; q'`
28933 # CDPATH.
28934 $as_unset CDPATH
28938 as_lineno_1=$LINENO
28939 as_lineno_2=$LINENO
28940 test "x$as_lineno_1" != "x$as_lineno_2" &&
28941 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28943 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28944 # uniformly replaced by the line number. The first 'sed' inserts a
28945 # line-number line after each line using $LINENO; the second 'sed'
28946 # does the real work. The second script uses 'N' to pair each
28947 # line-number line with the line containing $LINENO, and appends
28948 # trailing '-' during substitution so that $LINENO is not a special
28949 # case at line end.
28950 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28951 # scripts with optimization help from Paolo Bonzini. Blame Lee
28952 # E. McMahon (1931-1989) for sed's syntax. :-)
28953 sed -n '
28955 /[$]LINENO/=
28956 ' <$as_myself |
28957 sed '
28958 s/[$]LINENO.*/&-/
28959 t lineno
28961 :lineno
28963 :loop
28964 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28965 t loop
28966 s/-\n.*//
28967 ' >$as_me.lineno &&
28968 chmod +x "$as_me.lineno" ||
28969 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28970 { (exit 1); exit 1; }; }
28972 # Don't try to exec as it changes $[0], causing all sort of problems
28973 # (the dirname of $[0] is not the place where we might find the
28974 # original and so on. Autoconf is especially sensitive to this).
28975 . "./$as_me.lineno"
28976 # Exit status is that of the last command.
28977 exit
28981 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28982 as_dirname=dirname
28983 else
28984 as_dirname=false
28987 ECHO_C= ECHO_N= ECHO_T=
28988 case `echo -n x` in
28989 -n*)
28990 case `echo 'x\c'` in
28991 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28992 *) ECHO_C='\c';;
28993 esac;;
28995 ECHO_N='-n';;
28996 esac
28997 if expr a : '\(a\)' >/dev/null 2>&1 &&
28998 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28999 as_expr=expr
29000 else
29001 as_expr=false
29004 rm -f conf$$ conf$$.exe conf$$.file
29005 if test -d conf$$.dir; then
29006 rm -f conf$$.dir/conf$$.file
29007 else
29008 rm -f conf$$.dir
29009 mkdir conf$$.dir 2>/dev/null
29011 if (echo >conf$$.file) 2>/dev/null; then
29012 if ln -s conf$$.file conf$$ 2>/dev/null; then
29013 as_ln_s='ln -s'
29014 # ... but there are two gotchas:
29015 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29016 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29017 # In both cases, we have to default to `cp -p'.
29018 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29019 as_ln_s='cp -p'
29020 elif ln conf$$.file conf$$ 2>/dev/null; then
29021 as_ln_s=ln
29022 else
29023 as_ln_s='cp -p'
29025 else
29026 as_ln_s='cp -p'
29028 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29029 rmdir conf$$.dir 2>/dev/null
29031 if mkdir -p . 2>/dev/null; then
29032 as_mkdir_p=:
29033 else
29034 test -d ./-p && rmdir ./-p
29035 as_mkdir_p=false
29038 if test -x / >/dev/null 2>&1; then
29039 as_test_x='test -x'
29040 else
29041 if ls -dL / >/dev/null 2>&1; then
29042 as_ls_L_option=L
29043 else
29044 as_ls_L_option=
29046 as_test_x='
29047 eval sh -c '\''
29048 if test -d "$1"; then
29049 test -d "$1/.";
29050 else
29051 case $1 in
29052 -*)set "./$1";;
29053 esac;
29054 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
29055 ???[sx]*):;;*)false;;esac;fi
29056 '\'' sh
29059 as_executable_p=$as_test_x
29061 # Sed expression to map a string onto a valid CPP name.
29062 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29064 # Sed expression to map a string onto a valid variable name.
29065 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29068 exec 6>&1
29070 # Save the log message, to keep $[0] and so on meaningful, and to
29071 # report actual input values of CONFIG_FILES etc. instead of their
29072 # values after options handling.
29073 ac_log="
29074 This file was extended by Wine $as_me 1.1.23, which was
29075 generated by GNU Autoconf 2.63. Invocation command line was
29077 CONFIG_FILES = $CONFIG_FILES
29078 CONFIG_HEADERS = $CONFIG_HEADERS
29079 CONFIG_LINKS = $CONFIG_LINKS
29080 CONFIG_COMMANDS = $CONFIG_COMMANDS
29081 $ $0 $@
29083 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29086 _ACEOF
29088 case $ac_config_files in *"
29089 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29090 esac
29092 case $ac_config_headers in *"
29093 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29094 esac
29097 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29098 # Files that config.status was made for.
29099 config_files="$ac_config_files"
29100 config_headers="$ac_config_headers"
29101 config_commands="$ac_config_commands"
29103 _ACEOF
29105 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29106 ac_cs_usage="\
29107 \`$as_me' instantiates files from templates according to the
29108 current configuration.
29110 Usage: $0 [OPTION]... [FILE]...
29112 -h, --help print this help, then exit
29113 -V, --version print version number and configuration settings, then exit
29114 -q, --quiet, --silent
29115 do not print progress messages
29116 -d, --debug don't remove temporary files
29117 --recheck update $as_me by reconfiguring in the same conditions
29118 --file=FILE[:TEMPLATE]
29119 instantiate the configuration file FILE
29120 --header=FILE[:TEMPLATE]
29121 instantiate the configuration header FILE
29123 Configuration files:
29124 $config_files
29126 Configuration headers:
29127 $config_headers
29129 Configuration commands:
29130 $config_commands
29132 Report bugs to <bug-autoconf@gnu.org>."
29134 _ACEOF
29135 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29136 ac_cs_version="\\
29137 Wine config.status 1.1.23
29138 configured by $0, generated by GNU Autoconf 2.63,
29139 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29141 Copyright (C) 2008 Free Software Foundation, Inc.
29142 This config.status script is free software; the Free Software Foundation
29143 gives unlimited permission to copy, distribute and modify it."
29145 ac_pwd='$ac_pwd'
29146 srcdir='$srcdir'
29147 INSTALL='$INSTALL'
29148 test -n "\$AWK" || AWK=awk
29149 _ACEOF
29151 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29152 # The default lists apply if the user does not specify any file.
29153 ac_need_defaults=:
29154 while test $# != 0
29156 case $1 in
29157 --*=*)
29158 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29159 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29160 ac_shift=:
29163 ac_option=$1
29164 ac_optarg=$2
29165 ac_shift=shift
29167 esac
29169 case $ac_option in
29170 # Handling of the options.
29171 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29172 ac_cs_recheck=: ;;
29173 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29174 $as_echo "$ac_cs_version"; exit ;;
29175 --debug | --debu | --deb | --de | --d | -d )
29176 debug=: ;;
29177 --file | --fil | --fi | --f )
29178 $ac_shift
29179 case $ac_optarg in
29180 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29181 esac
29182 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29183 ac_need_defaults=false;;
29184 --header | --heade | --head | --hea )
29185 $ac_shift
29186 case $ac_optarg in
29187 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29188 esac
29189 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29190 ac_need_defaults=false;;
29191 --he | --h)
29192 # Conflict between --help and --header
29193 { $as_echo "$as_me: error: ambiguous option: $1
29194 Try \`$0 --help' for more information." >&2
29195 { (exit 1); exit 1; }; };;
29196 --help | --hel | -h )
29197 $as_echo "$ac_cs_usage"; exit ;;
29198 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29199 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29200 ac_cs_silent=: ;;
29202 # This is an error.
29203 -*) { $as_echo "$as_me: error: unrecognized option: $1
29204 Try \`$0 --help' for more information." >&2
29205 { (exit 1); exit 1; }; } ;;
29207 *) ac_config_targets="$ac_config_targets $1"
29208 ac_need_defaults=false ;;
29210 esac
29211 shift
29212 done
29214 ac_configure_extra_args=
29216 if $ac_cs_silent; then
29217 exec 6>/dev/null
29218 ac_configure_extra_args="$ac_configure_extra_args --silent"
29221 _ACEOF
29222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29223 if \$ac_cs_recheck; then
29224 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29225 shift
29226 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29227 CONFIG_SHELL='$SHELL'
29228 export CONFIG_SHELL
29229 exec "\$@"
29232 _ACEOF
29233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29234 exec 5>>config.log
29236 echo
29237 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29238 ## Running $as_me. ##
29239 _ASBOX
29240 $as_echo "$ac_log"
29241 } >&5
29243 _ACEOF
29244 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29245 _ACEOF
29247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29249 # Handling of arguments.
29250 for ac_config_target in $ac_config_targets
29252 case $ac_config_target in
29253 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29254 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29255 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29256 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29257 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29258 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29259 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29260 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29261 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29262 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29263 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29264 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29265 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29266 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29267 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29268 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29269 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29270 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29271 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29272 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29273 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29274 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29275 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29276 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29277 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29278 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29279 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29280 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29281 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29282 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29283 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29284 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29285 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29286 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29287 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29288 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29289 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29290 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29291 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29292 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29293 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29294 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29295 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29296 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29297 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29298 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29299 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29300 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29301 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29302 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29303 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29304 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29305 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29306 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29307 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29308 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29309 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29310 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29311 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29312 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29313 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29314 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29315 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29316 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29317 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29318 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29319 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29320 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29321 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29322 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29323 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29324 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29325 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29326 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29327 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29328 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29329 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29330 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29331 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29332 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29333 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29334 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29335 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29336 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29337 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29338 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29339 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29340 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29341 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29342 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29343 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29344 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29345 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29346 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29347 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29348 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29349 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29350 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29351 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29352 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29353 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29354 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29355 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29356 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29357 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29358 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29359 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29360 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29361 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29362 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29363 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29364 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29365 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29366 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29367 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29368 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29369 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29370 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29371 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29372 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29373 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29374 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29375 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29376 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29377 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29378 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29379 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29380 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29381 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29382 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29383 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29384 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29385 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29386 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29387 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29388 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29389 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29390 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29391 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29392 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29393 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29394 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29395 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29396 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29397 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29398 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29399 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29400 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29401 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29402 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29403 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29404 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29405 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29406 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29407 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29408 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29409 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29410 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29411 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29412 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29413 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29414 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29415 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29416 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29417 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29418 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29419 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29420 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29421 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29422 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29423 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29424 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29425 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29426 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29427 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29428 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29429 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29430 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29431 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29432 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29433 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29434 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29435 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29436 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29437 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29438 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29439 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29440 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29441 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29442 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29443 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29444 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29445 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29446 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29447 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29448 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29449 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29450 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29451 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29452 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29453 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29454 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29455 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29456 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29457 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29458 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29459 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29460 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29461 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29462 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29463 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29464 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29465 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29466 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29467 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29468 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29469 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29470 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29471 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29472 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29473 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29474 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29475 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29476 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29477 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29478 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29479 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29480 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29481 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29482 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29483 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29484 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29485 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29486 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29487 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29488 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29489 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29490 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29491 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29492 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29493 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29494 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29495 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29496 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29497 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29498 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29499 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29500 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29501 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29502 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29503 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29504 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29505 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29506 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29507 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29508 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29509 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29510 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29511 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29512 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29513 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29514 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29515 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29516 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29517 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29518 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29519 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29520 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29521 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29522 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29523 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29524 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29525 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29526 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29527 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29528 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29529 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29530 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29531 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29532 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29533 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29534 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29535 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29536 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29537 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29538 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29539 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29540 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29541 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29542 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29543 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29544 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29545 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29546 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29547 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29548 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29549 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29550 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29551 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29552 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29553 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29554 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29555 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29556 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29557 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29558 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29559 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29560 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29561 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29562 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29563 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29564 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29565 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29566 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29567 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29568 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29569 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29570 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29571 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29572 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29573 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29574 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29575 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29576 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29577 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29578 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29579 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29580 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29581 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29582 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29583 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29584 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29585 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29586 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29587 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29588 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29589 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29590 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29591 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29592 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29593 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29594 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29595 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29596 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29597 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29598 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29599 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29600 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29601 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29602 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29603 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29604 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29605 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29606 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29607 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29608 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29609 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29610 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29611 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29612 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29613 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29614 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29615 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29616 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29617 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29618 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29619 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29620 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29621 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29622 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29623 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29624 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29625 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29626 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29627 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29628 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29629 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29630 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29631 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29632 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29633 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29634 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29635 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29636 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29637 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29638 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29639 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29640 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29641 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29642 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29643 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29644 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29645 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29646 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29647 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29648 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29649 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29650 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29651 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29652 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29653 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29654 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29655 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29656 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29657 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29658 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29659 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29660 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29661 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29662 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29663 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29664 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29665 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29666 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29667 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29668 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29669 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29670 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29671 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29672 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29673 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29674 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29675 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29676 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29677 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29678 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29679 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29680 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29681 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29682 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29683 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29684 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29685 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29686 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29687 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29688 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29689 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29690 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29691 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29692 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29693 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29694 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29695 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29696 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29697 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29698 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29699 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29700 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29701 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29702 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29703 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29704 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29705 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29706 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29707 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29708 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29709 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29710 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29711 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29712 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29713 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29714 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29715 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29716 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29717 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29718 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29719 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29720 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29721 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29722 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29723 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29724 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29725 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29726 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29727 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29728 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29729 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29730 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29731 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29732 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29733 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29734 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29735 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29736 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29737 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29738 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29739 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29740 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29741 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29742 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29743 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29744 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29745 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29746 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29747 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29748 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29749 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29750 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29751 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29752 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29753 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29754 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29755 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29756 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29757 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29758 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29759 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29760 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29761 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29762 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29763 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29764 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29765 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29766 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29768 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29769 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29770 { (exit 1); exit 1; }; };;
29771 esac
29772 done
29775 # If the user did not use the arguments to specify the items to instantiate,
29776 # then the envvar interface is used. Set only those that are not.
29777 # We use the long form for the default assignment because of an extremely
29778 # bizarre bug on SunOS 4.1.3.
29779 if $ac_need_defaults; then
29780 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29781 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29782 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29785 # Have a temporary directory for convenience. Make it in the build tree
29786 # simply because there is no reason against having it here, and in addition,
29787 # creating and moving files from /tmp can sometimes cause problems.
29788 # Hook for its removal unless debugging.
29789 # Note that there is a small window in which the directory will not be cleaned:
29790 # after its creation but before its name has been assigned to `$tmp'.
29791 $debug ||
29793 tmp=
29794 trap 'exit_status=$?
29795 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29797 trap '{ (exit 1); exit 1; }' 1 2 13 15
29799 # Create a (secure) tmp directory for tmp files.
29802 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29803 test -n "$tmp" && test -d "$tmp"
29804 } ||
29806 tmp=./conf$$-$RANDOM
29807 (umask 077 && mkdir "$tmp")
29808 } ||
29810 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29811 { (exit 1); exit 1; }
29814 # Set up the scripts for CONFIG_FILES section.
29815 # No need to generate them if there are no CONFIG_FILES.
29816 # This happens for instance with `./config.status config.h'.
29817 if test -n "$CONFIG_FILES"; then
29819 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29820 ac_cs_awk_getline=:
29821 ac_cs_awk_pipe_init=
29822 ac_cs_awk_read_file='
29823 while ((getline aline < (F[key])) > 0)
29824 print(aline)
29825 close(F[key])'
29826 ac_cs_awk_pipe_fini=
29827 else
29828 ac_cs_awk_getline=false
29829 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29830 ac_cs_awk_read_file='
29831 print "|#_!!_#|"
29832 print "cat " F[key] " &&"
29833 '$ac_cs_awk_pipe_init
29834 # The final `:' finishes the AND list.
29835 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29837 ac_cr=' '
29838 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29839 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29840 ac_cs_awk_cr='\\r'
29841 else
29842 ac_cs_awk_cr=$ac_cr
29845 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29846 _ACEOF
29848 # Create commands to substitute file output variables.
29850 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29851 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29852 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29853 echo "_ACAWK" &&
29854 echo "_ACEOF"
29855 } >conf$$files.sh &&
29856 . ./conf$$files.sh ||
29857 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29858 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29859 { (exit 1); exit 1; }; }
29860 rm -f conf$$files.sh
29863 echo "cat >conf$$subs.awk <<_ACEOF" &&
29864 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29865 echo "_ACEOF"
29866 } >conf$$subs.sh ||
29867 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29868 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29869 { (exit 1); exit 1; }; }
29870 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29871 ac_delim='%!_!# '
29872 for ac_last_try in false false false false false :; do
29873 . ./conf$$subs.sh ||
29874 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29875 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29876 { (exit 1); exit 1; }; }
29878 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29879 if test $ac_delim_n = $ac_delim_num; then
29880 break
29881 elif $ac_last_try; then
29882 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29883 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29884 { (exit 1); exit 1; }; }
29885 else
29886 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29888 done
29889 rm -f conf$$subs.sh
29891 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29892 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29893 _ACEOF
29894 sed -n '
29896 s/^/S["/; s/!.*/"]=/
29899 s/^[^!]*!//
29900 :repl
29901 t repl
29902 s/'"$ac_delim"'$//
29903 t delim
29906 s/\(.\{148\}\).*/\1/
29907 t more1
29908 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29911 b repl
29912 :more1
29913 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29916 s/.\{148\}//
29917 t nl
29918 :delim
29920 s/\(.\{148\}\).*/\1/
29921 t more2
29922 s/["\\]/\\&/g; s/^/"/; s/$/"/
29925 :more2
29926 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29929 s/.\{148\}//
29930 t delim
29931 ' <conf$$subs.awk | sed '
29932 /^[^""]/{
29934 s/\n//
29936 ' >>$CONFIG_STATUS || ac_write_fail=1
29937 rm -f conf$$subs.awk
29938 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29939 _ACAWK
29940 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29941 for (key in S) S_is_set[key] = 1
29942 FS = "\a"
29943 \$ac_cs_awk_pipe_init
29946 line = $ 0
29947 nfields = split(line, field, "@")
29948 substed = 0
29949 len = length(field[1])
29950 for (i = 2; i < nfields; i++) {
29951 key = field[i]
29952 keylen = length(key)
29953 if (S_is_set[key]) {
29954 value = S[key]
29955 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29956 len += length(value) + length(field[++i])
29957 substed = 1
29958 } else
29959 len += 1 + keylen
29961 if (nfields == 3 && !substed) {
29962 key = field[2]
29963 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29964 \$ac_cs_awk_read_file
29965 next
29968 print line
29970 \$ac_cs_awk_pipe_fini
29971 _ACAWK
29972 _ACEOF
29973 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29974 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29975 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29976 else
29978 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29979 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29980 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29981 { (exit 1); exit 1; }; }
29982 _ACEOF
29984 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29985 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29986 # trailing colons and then remove the whole line if VPATH becomes empty
29987 # (actually we leave an empty line to preserve line numbers).
29988 if test "x$srcdir" = x.; then
29989 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29990 s/:*\$(srcdir):*/:/
29991 s/:*\${srcdir}:*/:/
29992 s/:*@srcdir@:*/:/
29993 s/^\([^=]*=[ ]*\):*/\1/
29994 s/:*$//
29995 s/^[^=]*=[ ]*$//
29999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30000 fi # test -n "$CONFIG_FILES"
30002 # Set up the scripts for CONFIG_HEADERS section.
30003 # No need to generate them if there are no CONFIG_HEADERS.
30004 # This happens for instance with `./config.status Makefile'.
30005 if test -n "$CONFIG_HEADERS"; then
30006 cat >"$tmp/defines.awk" <<\_ACAWK ||
30007 BEGIN {
30008 _ACEOF
30010 # Transform confdefs.h into an awk script `defines.awk', embedded as
30011 # here-document in config.status, that substitutes the proper values into
30012 # config.h.in to produce config.h.
30014 # Create a delimiter string that does not exist in confdefs.h, to ease
30015 # handling of long lines.
30016 ac_delim='%!_!# '
30017 for ac_last_try in false false :; do
30018 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
30019 if test -z "$ac_t"; then
30020 break
30021 elif $ac_last_try; then
30022 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
30023 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
30024 { (exit 1); exit 1; }; }
30025 else
30026 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30028 done
30030 # For the awk script, D is an array of macro values keyed by name,
30031 # likewise P contains macro parameters if any. Preserve backslash
30032 # newline sequences.
30034 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30035 sed -n '
30036 s/.\{148\}/&'"$ac_delim"'/g
30037 t rset
30038 :rset
30039 s/^[ ]*#[ ]*define[ ][ ]*/ /
30040 t def
30042 :def
30043 s/\\$//
30044 t bsnl
30045 s/["\\]/\\&/g
30046 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30047 D["\1"]=" \3"/p
30048 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
30050 :bsnl
30051 s/["\\]/\\&/g
30052 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30053 D["\1"]=" \3\\\\\\n"\\/p
30054 t cont
30055 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30056 t cont
30058 :cont
30060 s/.\{148\}/&'"$ac_delim"'/g
30061 t clear
30062 :clear
30063 s/\\$//
30064 t bsnlc
30065 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30067 :bsnlc
30068 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30069 b cont
30070 ' <confdefs.h | sed '
30071 s/'"$ac_delim"'/"\\\
30072 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30074 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30075 for (key in D) D_is_set[key] = 1
30076 FS = "\a"
30078 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30079 line = \$ 0
30080 split(line, arg, " ")
30081 if (arg[1] == "#") {
30082 defundef = arg[2]
30083 mac1 = arg[3]
30084 } else {
30085 defundef = substr(arg[1], 2)
30086 mac1 = arg[2]
30088 split(mac1, mac2, "(") #)
30089 macro = mac2[1]
30090 prefix = substr(line, 1, index(line, defundef) - 1)
30091 if (D_is_set[macro]) {
30092 # Preserve the white space surrounding the "#".
30093 print prefix "define", macro P[macro] D[macro]
30094 next
30095 } else {
30096 # Replace #undef with comments. This is necessary, for example,
30097 # in the case of _POSIX_SOURCE, which is predefined and required
30098 # on some systems where configure will not decide to define it.
30099 if (defundef == "undef") {
30100 print "/*", prefix defundef, macro, "*/"
30101 next
30105 { print }
30106 _ACAWK
30107 _ACEOF
30108 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30109 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30110 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30111 { (exit 1); exit 1; }; }
30112 fi # test -n "$CONFIG_HEADERS"
30115 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
30116 shift
30117 for ac_tag
30119 case $ac_tag in
30120 :[FHLC]) ac_mode=$ac_tag; continue;;
30121 esac
30122 case $ac_mode$ac_tag in
30123 :[FHL]*:*);;
30124 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30125 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30126 { (exit 1); exit 1; }; };;
30127 :[FH]-) ac_tag=-:-;;
30128 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30129 esac
30130 ac_save_IFS=$IFS
30131 IFS=:
30132 set x $ac_tag
30133 IFS=$ac_save_IFS
30134 shift
30135 ac_file=$1
30136 shift
30138 case $ac_mode in
30139 :L) ac_source=$1;;
30140 :[FH])
30141 ac_file_inputs=
30142 for ac_f
30144 case $ac_f in
30145 -) ac_f="$tmp/stdin";;
30146 *) # Look for the file first in the build tree, then in the source tree
30147 # (if the path is not absolute). The absolute path cannot be DOS-style,
30148 # because $ac_f cannot contain `:'.
30149 test -f "$ac_f" ||
30150 case $ac_f in
30151 [\\/$]*) false;;
30152 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30153 esac ||
30154 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30155 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30156 { (exit 1); exit 1; }; };;
30157 esac
30158 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30159 ac_file_inputs="$ac_file_inputs '$ac_f'"
30160 done
30162 # Let's still pretend it is `configure' which instantiates (i.e., don't
30163 # use $as_me), people would be surprised to read:
30164 # /* config.h. Generated by config.status. */
30165 configure_input='Generated from '`
30166 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30167 `' by configure.'
30168 if test x"$ac_file" != x-; then
30169 configure_input="$ac_file. $configure_input"
30170 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30171 $as_echo "$as_me: creating $ac_file" >&6;}
30173 # Neutralize special characters interpreted by sed in replacement strings.
30174 case $configure_input in #(
30175 *\&* | *\|* | *\\* )
30176 ac_sed_conf_input=`$as_echo "$configure_input" |
30177 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30178 *) ac_sed_conf_input=$configure_input;;
30179 esac
30181 case $ac_tag in
30182 *:-:* | *:-) cat >"$tmp/stdin" \
30183 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30184 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30185 { (exit 1); exit 1; }; } ;;
30186 esac
30188 esac
30190 ac_dir=`$as_dirname -- "$ac_file" ||
30191 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30192 X"$ac_file" : 'X\(//\)[^/]' \| \
30193 X"$ac_file" : 'X\(//\)$' \| \
30194 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30195 $as_echo X"$ac_file" |
30196 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30197 s//\1/
30200 /^X\(\/\/\)[^/].*/{
30201 s//\1/
30204 /^X\(\/\/\)$/{
30205 s//\1/
30208 /^X\(\/\).*/{
30209 s//\1/
30212 s/.*/./; q'`
30213 { as_dir="$ac_dir"
30214 case $as_dir in #(
30215 -*) as_dir=./$as_dir;;
30216 esac
30217 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30218 as_dirs=
30219 while :; do
30220 case $as_dir in #(
30221 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30222 *) as_qdir=$as_dir;;
30223 esac
30224 as_dirs="'$as_qdir' $as_dirs"
30225 as_dir=`$as_dirname -- "$as_dir" ||
30226 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30227 X"$as_dir" : 'X\(//\)[^/]' \| \
30228 X"$as_dir" : 'X\(//\)$' \| \
30229 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30230 $as_echo X"$as_dir" |
30231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30232 s//\1/
30235 /^X\(\/\/\)[^/].*/{
30236 s//\1/
30239 /^X\(\/\/\)$/{
30240 s//\1/
30243 /^X\(\/\).*/{
30244 s//\1/
30247 s/.*/./; q'`
30248 test -d "$as_dir" && break
30249 done
30250 test -z "$as_dirs" || eval "mkdir $as_dirs"
30251 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30252 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30253 { (exit 1); exit 1; }; }; }
30254 ac_builddir=.
30256 case "$ac_dir" in
30257 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30259 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30260 # A ".." for each directory in $ac_dir_suffix.
30261 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30262 case $ac_top_builddir_sub in
30263 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30264 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30265 esac ;;
30266 esac
30267 ac_abs_top_builddir=$ac_pwd
30268 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30269 # for backward compatibility:
30270 ac_top_builddir=$ac_top_build_prefix
30272 case $srcdir in
30273 .) # We are building in place.
30274 ac_srcdir=.
30275 ac_top_srcdir=$ac_top_builddir_sub
30276 ac_abs_top_srcdir=$ac_pwd ;;
30277 [\\/]* | ?:[\\/]* ) # Absolute name.
30278 ac_srcdir=$srcdir$ac_dir_suffix;
30279 ac_top_srcdir=$srcdir
30280 ac_abs_top_srcdir=$srcdir ;;
30281 *) # Relative name.
30282 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30283 ac_top_srcdir=$ac_top_build_prefix$srcdir
30284 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30285 esac
30286 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30289 case $ac_mode in
30292 # CONFIG_FILE
30295 case $INSTALL in
30296 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30297 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30298 esac
30299 _ACEOF
30301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30302 # If the template does not know about datarootdir, expand it.
30303 # FIXME: This hack should be removed a few years after 2.60.
30304 ac_datarootdir_hack=; ac_datarootdir_seen=
30306 ac_sed_dataroot='
30307 /datarootdir/ {
30311 /@datadir@/p
30312 /@docdir@/p
30313 /@infodir@/p
30314 /@localedir@/p
30315 /@mandir@/p
30317 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30318 *datarootdir*) ac_datarootdir_seen=yes;;
30319 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30320 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30321 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30322 _ACEOF
30323 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30324 ac_datarootdir_hack='
30325 s&@datadir@&$datadir&g
30326 s&@docdir@&$docdir&g
30327 s&@infodir@&$infodir&g
30328 s&@localedir@&$localedir&g
30329 s&@mandir@&$mandir&g
30330 s&\\\${datarootdir}&$datarootdir&g' ;;
30331 esac
30332 _ACEOF
30334 # Neutralize VPATH when `$srcdir' = `.'.
30335 # Shell code in configure.ac might set extrasub.
30336 # FIXME: do we really want to maintain this feature?
30337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30338 ac_sed_extra="$ac_vpsub
30339 $extrasub
30340 _ACEOF
30341 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30343 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30344 s|@configure_input@|$ac_sed_conf_input|;t t
30345 s&@top_builddir@&$ac_top_builddir_sub&;t t
30346 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30347 s&@srcdir@&$ac_srcdir&;t t
30348 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30349 s&@top_srcdir@&$ac_top_srcdir&;t t
30350 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30351 s&@builddir@&$ac_builddir&;t t
30352 s&@abs_builddir@&$ac_abs_builddir&;t t
30353 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30354 s&@INSTALL@&$ac_INSTALL&;t t
30355 $ac_datarootdir_hack
30357 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30358 if $ac_cs_awk_getline; then
30359 $AWK -f "$tmp/subs.awk"
30360 else
30361 $AWK -f "$tmp/subs.awk" | $SHELL
30362 fi >$tmp/out \
30363 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30364 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30365 { (exit 1); exit 1; }; }
30367 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30368 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30369 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30370 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30371 which seems to be undefined. Please make sure it is defined." >&5
30372 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30373 which seems to be undefined. Please make sure it is defined." >&2;}
30375 rm -f "$tmp/stdin"
30376 case $ac_file in
30377 -) cat "$tmp/out" && rm -f "$tmp/out";;
30378 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30379 esac \
30380 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30381 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30382 { (exit 1); exit 1; }; }
30386 # CONFIG_HEADER
30388 if test x"$ac_file" != x-; then
30390 $as_echo "/* $configure_input */" \
30391 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30392 } >"$tmp/config.h" \
30393 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30394 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30395 { (exit 1); exit 1; }; }
30396 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30397 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30398 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30399 else
30400 rm -f "$ac_file"
30401 mv "$tmp/config.h" "$ac_file" \
30402 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30403 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30404 { (exit 1); exit 1; }; }
30406 else
30407 $as_echo "/* $configure_input */" \
30408 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30409 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30410 $as_echo "$as_me: error: could not create -" >&2;}
30411 { (exit 1); exit 1; }; }
30415 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30416 $as_echo "$as_me: executing $ac_file commands" >&6;}
30418 esac
30421 case $ac_file$ac_mode in
30422 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30423 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30424 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30425 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30426 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30427 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30428 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30429 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30430 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30431 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30432 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30433 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30434 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30436 esac
30437 done # for ac_tag
30440 { (exit 0); exit 0; }
30441 _ACEOF
30442 chmod +x $CONFIG_STATUS
30443 ac_clean_files=$ac_clean_files_save
30445 test $ac_write_fail = 0 ||
30446 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30447 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30448 { (exit 1); exit 1; }; }
30451 # configure is writing to config.log, and then calls config.status.
30452 # config.status does its own redirection, appending to config.log.
30453 # Unfortunately, on DOS this fails, as config.log is still kept open
30454 # by configure, so config.status won't be able to write to it; its
30455 # output is simply discarded. So we exec the FD to /dev/null,
30456 # effectively closing config.log, so it can be properly (re)opened and
30457 # appended to by config.status. When coming back to configure, we
30458 # need to make the FD available again.
30459 if test "$no_create" != yes; then
30460 ac_cs_success=:
30461 ac_config_status_args=
30462 test "$silent" = yes &&
30463 ac_config_status_args="$ac_config_status_args --quiet"
30464 exec 5>/dev/null
30465 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30466 exec 5>>config.log
30467 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30468 # would make configure fail if this is the last instruction.
30469 $ac_cs_success || { (exit 1); exit 1; }
30471 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30472 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30473 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30477 if test "$no_create" = "yes"
30478 then
30479 exit 0
30482 ac_save_IFS="$IFS"
30483 if test "x$wine_notices != "x; then
30484 echo >&6
30485 IFS="|"
30486 for msg in $wine_notices; do
30487 IFS="$ac_save_IFS"
30488 if test -n "$msg"; then
30489 { $as_echo "$as_me:$LINENO: $msg" >&5
30490 $as_echo "$as_me: $msg" >&6;}
30492 done
30494 IFS="|"
30495 for msg in $wine_warnings; do
30496 IFS="$ac_save_IFS"
30497 if test -n "$msg"; then
30498 echo >&2
30499 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30500 $as_echo "$as_me: WARNING: $msg" >&2;}
30502 done
30503 IFS="$ac_save_IFS"
30505 echo "
30506 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30507 " >&6